From eaf0075db9ca9fa9aca44797284dcbf8cc82b19d Mon Sep 17 00:00:00 2001 From: stevan Date: Mon, 21 Jul 2025 18:04:14 +0200 Subject: [PATCH 01/15] Dance page --- .../views/static/_cw2020-common.blade.php | 16 +- resources/views/static/dance.blade.php | 226 ++++++++---------- 2 files changed, 109 insertions(+), 133 deletions(-) diff --git a/resources/views/static/_cw2020-common.blade.php b/resources/views/static/_cw2020-common.blade.php index 249465acc..54dfcf75b 100644 --- a/resources/views/static/_cw2020-common.blade.php +++ b/resources/views/static/_cw2020-common.blade.php @@ -1,11 +1,11 @@ -
  • - @lang('cw2020.dance.title') - @lang('cw2020.common.organizer-guide') +
  • + @lang('cw2020.dance.title') - @lang('cw2020.common.organizer-guide')
  • -
  • - @lang('cw2020.common.soundtrack') +
  • + @lang('cw2020.common.soundtrack')
  • -
  • @lang('cw2020.common.moves')
  • -
  • @lang('cw2020.common.dance-example')
  • -
  • - @lang('cw2020.common.scratch-tutorial') +
  • @lang('cw2020.common.moves')
  • +
  • @lang('cw2020.common.dance-example')
  • +
  • + @lang('cw2020.common.scratch-tutorial')
  • \ No newline at end of file diff --git a/resources/views/static/dance.blade.php b/resources/views/static/dance.blade.php index 0256e6d15..f2fd09cc8 100644 --- a/resources/views/static/dance.blade.php +++ b/resources/views/static/dance.blade.php @@ -1,158 +1,134 @@ -@extends('layout.base') +@extends('layout.new_base') @section('title', 'EU Code Week: Code Your Own Dance Moves') @section('description', 'Learn coding through music and movement! Join the EU Code Week Dance Challenge and code your own dance.') -@section('content') +@php + $list = [ + (object) ['label' => 'Dance', 'href' => ''], + ]; +@endphp -
    +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
    -
    -

    @lang('cw2020.title.0')

    -

    @lang('cw2020.dance.title')

    -
    -
    - +@section('content') +
    +
    +
    +
    +
    +
    +

    + @lang('cw2020.title.0') +

    +

    + @lang('cw2020.dance.title') +

    +
    +
    + +
    +
    +
    -
    - - - - -
    - -

    @lang('cw2020.dance.title')

    -
    - @lang('snippets.dance.subtitle'). -
    +
    +
    +

    @lang('cw2020.dance.title')

    +

    @lang('snippets.dance.subtitle')

    -

    +

    @lang('cw2020.dance.section1.title') -

    -
    - @lang('snippets.dance.content').
    -
    +

    +

    + @lang('snippets.dance.content') +

    -

    +

    @lang('cw2020.dance.section2.title') -

    -
    +

    +

    @lang('cw2020.dance.section2.content'). -

    - -

    1. @lang('cw2020.dance.activity1.title')

    - -
    - @lang('cw2020.dance.activity1.subtitle'). -
    - -

    @lang('cw2020.common.resources'):

    -
    - - -
    - -
    - @endsection From dc152a5010829c9608e94f9cc796be99134427ac Mon Sep 17 00:00:00 2001 From: stevan Date: Tue, 22 Jul 2025 10:04:36 +0200 Subject: [PATCH 02/15] Schools page --- resources/views/schools.blade.php | 78 +++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 15 deletions(-) diff --git a/resources/views/schools.blade.php b/resources/views/schools.blade.php index 799924bb3..6b3dafb28 100644 --- a/resources/views/schools.blade.php +++ b/resources/views/schools.blade.php @@ -1,27 +1,75 @@ -@extends('layout.base') +@extends('layout.new_base') @section('title', 'EU Code Week for Schools – Bring Coding to Your Classroom') @section('description', 'Empower students with coding! Access resources, lesson plans, and activities to integrate coding into your school curriculum.') -@section('content') +@php + $list = [ + (object) ['label' => 'Schools', 'href' => ''], + ]; +@endphp -
    +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
    -
    -

    @lang('menu.why')

    -

    @lang('schools.title')

    -
    -
    - +@section('content') + +
    +
    +
    +
    +
    +
    +

    + @lang('menu.why') +

    +

    + @lang('schools.title') +

    +
    +
    + +
    +
    +
    -
    - - @foreach($questions as $question) - - @endforeach +
    +
    + @foreach($questions as $index => $question) +
    +
    + {{ $index + 1 }} +
    + @if(!$loop->last) +
    + @endif +
    +

    {{ $question['title1'] }}

    +

    {{ $question['title2'] }}

    +
    + @foreach($question['content'] as $content) +

    + {{ $content }} +

    + @endforeach +
    + @if($question['map']) + + @endif + @if($question['button']['show']) + + @endif +
    +
    + @endforeach +
    From bce05bb39f59b082a798a875b097a96c9342e81c Mon Sep 17 00:00:00 2001 From: stevan Date: Tue, 22 Jul 2025 19:12:13 +0200 Subject: [PATCH 03/15] Remote Teaching page --- .../remote-teaching-with-links.blade.php | 155 ++++++++---------- .../views/static/remote-teaching.blade.php | 112 ++++++------- 2 files changed, 118 insertions(+), 149 deletions(-) diff --git a/resources/views/static/remote-teaching-with-links.blade.php b/resources/views/static/remote-teaching-with-links.blade.php index 09fbd209c..be27ea8c1 100644 --- a/resources/views/static/remote-teaching-with-links.blade.php +++ b/resources/views/static/remote-teaching-with-links.blade.php @@ -1,139 +1,124 @@ -@extends('layout.base') +@extends('layout.new_base') @section('title', 'Remote Teaching Resources for Coding Education') @section('description', 'Access tools, guides, and best practices to teach coding remotely. Engage students in online learning with EU Code Week’s curated resources.') -@section('content') - -
    +@php + $list = [ + (object) ['label' => 'Remote Teaching', 'href' => ''], + ]; +@endphp -
    -
    -

    @lang('remote-teaching.remote-teaching')

    -
    -
    - -
    -
    - -
    +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
    -

    @lang('remote-teaching.intro.title')

    +@section('content') -
      +
      +
      +
      +
      +
      +
      +

      + @lang('remote-teaching.remote-teaching') +

      +
      +
      + +
      +
      +
      +
      +
      -
    • @lang('menu.coding@home'): @lang('remote-teaching.intro.points.1')
    • -
    • @lang('remote-teaching.intro.points.2.0'): @lang('remote-teaching.intro.points.2.1')
    • -
    • - @lang('training.learning_bits') +
      +
      +

      @lang('remote-teaching.intro.title')

      + +

      + @lang('remote-teaching.tips.title') +

      -

      @lang('remote-teaching.tips.title')

      - -
        -
      1. +
          +
        1. @lang('remote-teaching.tips.points.1.0') @lang('remote-teaching.tips.points.1.1')
        2. -
        3. +
        4. @lang('remote-teaching.tips.points.2.0') @lang('remote-teaching.tips.points.2.1')
        5. -
        6. +
        7. @lang('remote-teaching.tips.points.3.0') @lang('remote-teaching.tips.points.3.1')
        8. -
        9. +
        10. @lang('remote-teaching.tips.points.4.0') @lang('remote-teaching.tips.points.4.1') - @lang('remote-teaching.tips.points.4.2') + @lang('remote-teaching.tips.points.4.2') @lang('remote-teaching.tips.points.4.3') - Scratch, - App Inventor, - Code.org, - EarSketch, - Sonic Pi, + Scratch, + App Inventor, + Code.org, + EarSketch, + Sonic Pi, @lang('remote-teaching.tips.points.4.4') - @lang('remote-teaching.tips.points.4.5') + @lang('remote-teaching.tips.points.4.5') @lang('remote-teaching.tips.points.4.6')
        11. -
        12. +
        13. @lang('remote-teaching.tips.points.5.0') @lang('remote-teaching.tips.points.5.1') - CodyColor + CodyColor @lang('remote-teaching.tips.points.5.2')
        14. -
        15. +
        16. @lang('remote-teaching.tips.points.6.0') @lang('remote-teaching.tips.points.6.1') - Zoom, - Microsoft Teams, - GoToMeeting, + Zoom, + Microsoft Teams, + GoToMeeting, @lang('remote-teaching.tips.points.6.2') - Jitsi, + Jitsi, @lang('remote-teaching.tips.points.6.3') - Kahoot, - Mentimeter, - Google Forms, + Kahoot, + Mentimeter, + Google Forms, @lang('remote-teaching.tips.points.6.4')
        17. -
        18. +
        19. @lang('remote-teaching.tips.points.7.0') @lang('remote-teaching.tips.points.7.1')
        - - -
      - -
      - -
    • - -@endsection - -@section('extra-css') - -@endsection +@endsection \ No newline at end of file diff --git a/resources/views/static/remote-teaching.blade.php b/resources/views/static/remote-teaching.blade.php index 763489802..9bda8e092 100644 --- a/resources/views/static/remote-teaching.blade.php +++ b/resources/views/static/remote-teaching.blade.php @@ -1,112 +1,96 @@ -@extends('layout.base') +@extends('layout.new_base') @section('title', 'Remote Teaching Resources for Coding Education') @section('description', 'Access tools, guides, and best practices to teach coding remotely. Engage students in online learning with EU Code Week’s curated resources.') -@section('content') +@php + $list = [ + (object) ['label' => 'Remote Teaching', 'href' => ''], + ]; +@endphp -
      +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
      -
      -

      @lang('remote-teaching.remote-teaching')

      +@section('content') -
      -
      - +
      +
      +
      +
      +
      +
      +

      + @lang('remote-teaching.remote-teaching') +

      +
      +
      + +
      +
      +
      -
      - -
      - -

      @lang('remote-teaching.intro.title')

      -

      @lang('remote-teaching.intro.text')

      -
      - -@endsection - -@section('extra-css') - -@endsection +@endsection \ No newline at end of file From 116eebb45e3c5f73f03508ffdc3c23e466be2912 Mon Sep 17 00:00:00 2001 From: stevan Date: Tue, 22 Jul 2025 19:17:36 +0200 Subject: [PATCH 04/15] Privacy page --- resources/views/static/privacy.blade.php | 387 +++++++++++++---------- 1 file changed, 228 insertions(+), 159 deletions(-) diff --git a/resources/views/static/privacy.blade.php b/resources/views/static/privacy.blade.php index a072e0e3f..cbed9bee8 100644 --- a/resources/views/static/privacy.blade.php +++ b/resources/views/static/privacy.blade.php @@ -1,218 +1,287 @@ -@extends('layout.base') +@extends('layout.new_base') @section('title', 'EU Code Week Privacy Policy – Your Data, Your Rights') @section('description', 'Learn how EU Code Week collects, stores, and protects your data. Read our privacy policy to understand your rights and data security measures.') -@section('content') -
      +@php + $list = [ + (object) ['label' => 'Privacy', 'href' => ''], + ]; +@endphp + +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
      -

      PROTECTION OF YOUR PERSONAL DATA

      -

      Processing operation: Processing of personal data on the EU Code Week website at codeweek.eu - by its visitors and the users of its contact form

      -

      Data Controller:

      -

      JA Europe, coordinator for the Code4Europe consortium[^1] (hereafter referred to as ‘Code4Europe’).

      -

      Data processors: -

      Amazon Web Services EMEA SARL (AWS) (38 avenue John F. Kennedy, L-1855 - Luxembourg, Luxembourg).

      -

      European Commission, Directorate General for Communications Networks, Content and Technology, Unit G.2

      -

      Record reference: DPR-EC-09706.

      -

      Table of Contents

      -
        -
      1. -

        Introduction

        +@section('content') +
        +
        +

        PROTECTION OF YOUR PERSONAL DATA

        +

        + Processing operation: Processing of personal data on the EU Code Week website at codeweek.eu by its visitors and the users of its contact form +

        +

        + Data Controller: JA Europe, coordinator for the Code4Europe consortium[^1] (hereafter referred to as ‘Code4Europe’). +

        +

        + Data processors: Amazon Web Services EMEA SARL (AWS) (38 avenue John F. Kennedy, L-1855 Luxembourg, Luxembourg). +

        +

        + European Commission, Directorate General for Communications Networks, Content and Technology, Unit G.2 +

        +

        + Record reference: DPR-EC-09706. +

        +

        + Table of Contents: +

        +
          +
        1. + Introduction
        2. -
        3. -

          Why and how do we process your personal data?

          +
        4. + Why and how do we process your personal data?
        5. -
        6. -

          On what legal ground(s) do we process your personal - data?

          +
        7. + On what legal ground(s) do we process your personal data?
        8. -
        9. -

          Which personal data do we collect and further - process?

          +
        10. + Which personal data do we collect and further process?
        11. -
        12. -

          How long do we keep your personal data?

          +
        13. + How long do we keep your personal data?
        14. -
        15. -

          How do we protect and safeguard your personal data? -

          +
        16. + How do we protect and safeguard your personal data?
        17. -
        18. -

          Who has access to your personal data and to whom is it - disclosed?

          +
        19. + Who has access to your personal data and to whom is it disclosed?
        20. -
        21. -

          What are your rights and how can you exercise - them?

          +
        22. + What are your rights and how can you exercise them?
        23. -
        24. -

          Contact information

          +
        25. + Contact information
        26. -
        27. -

          Where to find more detailed information?

          +
        28. + Where to find more detailed information?
        -

        1. Introduction

        -

        Code4Europe is committed to protecting your personal data and to respecting your privacy. Te Consortium - collects and further processes personal data pursuant Regulation - (EU) 2016/679 of the European Parliament and of the Council, of 27 April 2016, on the protection of - natural persons with regard to the processing of personal data and on the free movement of such data, and - repealing Directive 95/46/EC.

        -

        This privacy statement explains the reason for the processing of your personal data, the way we collect, +

        + 1. Introduction +

        +

        + Code4Europe is committed to protecting your personal data and to respecting your privacy. Te Consortium collects and further processes personal data pursuant + Regulation (EU) 2016/679 of the European Parliament and of the Council, of 27 April 2016, on the protection of + natural persons with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC. +

        +

        + This privacy statement explains the reason for the processing of your personal data, the way we collect, handle and ensure protection of all personal data provided, how that information is used and what rights you have in relation to your personal data. It also specifies the contact details of the responsible joint controllers with whom you may exercise your rights, the relevant Data Protection Officers and the Data - Protection Authorities.

        -

        2. Why and how do we process your personal data?

        -

        Purpose of the processing operation: The-controller employs an external infrastructure to host the website. + Protection Authorities. +

        + +

        + 2. Why and how do we process your personal data? +

        +

        + Purpose of the processing operation: The-controller employs an external infrastructure to host the website. The technical setup collects and uses your personal information to be able to provide for the website’s - proper operation.

        -

        The purposes of the processing are the following:

        -

        1) To process personal data of visitors in order to operate and administer the EU Code Week website;
        2) To + proper operation. +

        +

        + The purposes of the processing are the following: +

        +

        1) To process personal data of visitors in order to operate and administer the EU Code Week website;
        2) To process data subjects’ e-mail addresses, passwords or social media authentication to grant them access to their personal accounts on the website. This access allows them to authenticate themselves, access and update their profiles and to access certificates and register activities;
        3) To process data subject’s email addresses and other information provided when they use the contact form via the ”Getting in Touch“ button.

        -

        Personal data will not be used for an automated decision-making, including profiling.

        -

        3. On what legal ground(s) do we process your personal data?

        -

        We process your personal data on several grounds:

        -
          -
        • Article 6(1)(f) of Regulation (EU) (2016/679), for the operation and administration of +

          + Personal data will not be used for an automated decision-making, including profiling. +

          + +

          + 3. On what legal ground(s) do we process your personal data? +

          +
            +
          • + Article 6(1)(f) of Regulation (EU) (2016/679), for the operation and administration of the website, the processing is necessary for the performance of a task carried out in the Legitimate Interest of the Code 4 Europe Consortium. We ensure that adequate and specific safeguards are implemented for the processing of personal data, in line with the applicable data protection - legislation.
          • -
          • Article 6(1)(a) of Regulation (EU) (2016/679): for the processing activities consisting + legislation. +
          • +
          • + Article 6(1)(a) of Regulation (EU) (2016/679): for the processing activities consisting in cookies, authentication and getting in touch with us, consent is necessary. In compliance with Article 3(11) of Regulation (EU) (2016/679), Article 7 of Regulation (EU) (2016/679), consent must be - freely given, specific, informed and unambiguous.
          • -
          -

          Where we rely on consent, we obtain it directly from the data subject, and it can be expressed by an email, - submitted via e-registration form, or in any other electronic or written form.

          -

          4. Which personal data do we collect and further process?

          -

          In order to operate and administer the website, the controller collects the following - categories of personal data:

          -
            -
          • Internet Protocol address (IP address) or device ID of the device used to access the website
          • + freely given, specific, informed and unambiguous. +
          -

          Without this processing you will not be able to establish a technical connection between your device and the +

          + Where we rely on consent, we obtain it directly from the data subject, and it can be expressed by an email, + submitted via e-registration form, or in any other electronic or written form. +

          + +

          + 4. Which personal data do we collect and further process? +

          +

          + In order to operate and administer the website, the controller collects the following + categories of personal data: +

          +

          + Internet Protocol address (IP address) or device ID of the device used to access the website. +

          +

          Without this processing you will not be able to establish a technical connection between your device and the website server infrastructure and therefore will not be able to access the codeweek.eu.

          -

          In order for you to authenticate on the website, the controller collect the following +

          In order for you to authenticate on the website, the controller collect the following categories of personal data:

          -
            -
          • Either e-mail address and password, or
          • -
          • Social media authentication[^2].
          • +
              +
            • Either e-mail address and password, or
            • +
            • Social media authentication[^2].
            -

            In order for you to use the contact form, the controller collects the following categories +

            In order for you to use the contact form, the controller collects the following categories of personal data:

            -
              -
            • E-mail address
            • -
            • Any personal data included in the body of the e-mail you sent.
            • +
                +
              • E-mail address
              • +
              • Any personal data included in the body of the e-mail you sent.
              -

              5. How long do we keep your personal data?

              -

              The controller only keeps your personal data for the time necessary to fulfil the purpose of collection or - further processing:

              -
                -
              • when you navigate the website, your personal data are only processed for the duration of the browsing + +

                + 5. How long do we keep your personal data? +

                +

                + The controller only keeps your personal data for the time necessary to fulfil the purpose of collection or + further processing: +

                +
                  +
                • + When you navigate the website, your personal data are only processed for the duration of the browsing session. In addition, IP addresses might be saved for one year in the log files of the services for security reasons. As to the analytics tool, the IP address and the device ID (e.g. IMEI number and WIFI - MAC address) are deleted immediately at disconnection;
                • -
                • when you authenticate, all personal data will be deleted from the database in December 2029, or until - you withdraw from the EU Code Week initiative.
                • -
                • When you get in touch with us, your e-mails are deleted two years after the last exchange.
                • + MAC address) are deleted immediately at disconnection; + +
                • + When you authenticate, all personal data will be deleted from the database in December 2029, or until + you withdraw from the EU Code Week initiative. +
                • +
                • + When you get in touch with us, your e-mails are deleted two years after the last exchange. +
                -

                6. How do we protect and safeguard your personal data?

                -

                All personal data in electronic format (e-mails, documents, databases, uploaded batches of data, etc.) are + +

                + 6. How do we protect and safeguard your personal data? +

                +

                + All personal data in electronic format (e-mails, documents, databases, uploaded batches of data, etc.) are stored on servers administered by the Commission. All processing operations are carried out pursuant to the - Commission + Commission Decision (EU, Euratom) 2017/46, of 10 January 2017, on the security of communication and information - systems in the European Commission.

                -

                In order to protect your personal data, the controller has put in place a number of technical and + systems in the European Commission. +

                +

                + In order to protect your personal data, the controller has put in place a number of technical and organisational measures. Technical measures include appropriate actions to address online security, risk of data loss, alteration of data or unauthorised access, taking into consideration the risk presented by the processing and the nature of the personal data being processed. Organisational measures include restricting access to the personal data solely to authorised persons with a legitimate need to know for the purposes of - this processing operation.

                -

                7. Who has access to your personal data and to whom is it disclosed?

                -

                Access to your personal data for the purposes of administering, monitoring and operating the IT system is + this processing operation. +

                + +

                + 7. Who has access to your personal data and to whom is it disclosed? +

                +

                + Access to your personal data for the purposes of administering, monitoring and operating the IT system is only provided to the Commission staff responsible for carrying out this processing operation and to authorised Commission staff according to the “need to know” principle. Such staff abide by statutory, and when required, additional confidentiality agreements. This includes your personal data required for - authentication purposes.

                -

                Access to personal data provided when using the contact form is provided to joint controllers’ staff - responsible for carrying out this processing operation according to the “need to know” principle.

                -

                8. What are your rights and how can you exercise them?

                -

                You have specific rights as a ‘data subject’ under Chapter III of Regulation (EU) 2016/679, in particular the + authentication purposes. +

                +

                + Access to personal data provided when using the contact form is provided to joint controllers’ staff + responsible for carrying out this processing operation according to the “need to know” principle. +

                + +

                + 8. What are your rights and how can you exercise them? +

                +

                + You have specific rights as a ‘data subject’ under Chapter III of Regulation (EU) 2016/679, in particular the right to access, rectify or erase your personal data and the right to restrict the processing of your personal data. Where applicable, you also have the right to object to the processing or the right to data - portability.

                -

                You have the right to object to the processing of your personal data, which is lawfully - carried out pursuant to Article 5(1)(a) of Regulation (EU) 2016/679.

                -

                For those processing activities which require your consent, you have the right to withdraw your - consent at any time by notifying the joint controllers. The withdrawal will not affect the - lawfulness of the processing carried out before you withdrew your consent.

                -

                You can exercise your rights by contacting the Data Controller, or in case of conflict the Data Protection + portability. +

                +

                + You have the right to object to the processing of your personal data, which is lawfully + carried out pursuant to Article 5(1)(a) of Regulation (EU) 2016/679. +

                +

                + For those processing activities which require your consent, you have the right to withdraw your + consent at any time by notifying the joint controllers. The withdrawal will not affect the + lawfulness of the processing carried out before you withdrew your consent. +

                +

                You can exercise your rights by contacting the Data Controller, or in case of conflict the Data Protection Officer. If necessary, you can also address the Data Protection Authority of Belgium. The contact information is given under section 9 below.

                -

                Where you wish to exercise your rights in the context of one or several specific processing operations, +

                Where you wish to exercise your rights in the context of one or several specific processing operations, please provide their description (i.e. their Record reference(s) as specified under section 10 below) in your request.

                -

                9. Contact information

                -

                The controller

                -

                If you would like to exercise your rights under Regulation (EU) 2018/1725 or Regulation (EU) 2016/679, or if + +

                + 9. Contact information +

                +

                + The controller +

                +

                + If you would like to exercise your rights under Regulation (EU) 2018/1725 or Regulation (EU) 2016/679, or if you have comments, questions or concerns, or if you would like to submit a complaint regarding the - collection and use of your personal data, please feel free to contact the controller:

                -
                  -
                • JA Europe at privacy@jaeurope.org.
                • + collection and use of your personal data, please feel free to contact the controller: +

                  +
                    +
                  • JA Europe at privacy@jaeurope.org.
                  -

                  The Data Protection Officer (DPO) of JA Europe

                  -

                  You may contact the Data Protection Officer of JA Europe (dpo@jaeurope.org) with regard to issues related to - the processing of your personal data under Regulation (EU) 2016/679.

                  -

                  The Data Protection Authorities

                  -

                  You have the right to have recourse (i.e. you can lodge a complaint) to the national Data Protection - Authority in Belgium - GBA (https://www.autoriteprotectiondonnees.be/citoyen/agir/introduire-une-plainte) +

                  + The Data Protection Officer (DPO) of JA Europe +

                  +

                  + You may contact the Data Protection Officer of JA Europe (dpo@jaeurope.org) with regard to issues related to + the processing of your personal data under Regulation (EU) 2016/679. +

                  +

                  + The Data Protection Authorities +

                  +

                  + You have the right to have recourse (i.e. you can lodge a complaint) to the national Data Protection + Authority in Belgium - GBA (https://www.autoriteprotectiondonnees.be/citoyen/agir/introduire-une-plainte) in French or Dutch, if you consider that your rights under Regulation (EU) 2016/679 have been infringed as a - result of the processing of your personal data by JA Europe.

                  -

                  10. Where to find more detailed information?

                  -

                  This specific processing operation has been included in the Commission Data Protection Officer public register with the following Record reference: - DPR-EC-09706.

                  -

                  [^1]: The Code4Europe consortium is implementing the Code4Europe project funded via a Digital Europe - Programme grant 101158834.

                  -

                  [^2]: The personal data includes the name, profile picture and email address for signing in with a Facebook + result of the processing of your personal data by JA Europe. +

                  + +

                  + 10. Where to find more detailed information? +

                  +

                  + This specific processing operation has been included in the Commission Data Protection Officer public register with the following Record reference: + DPR-EC-09706. +

                  +

                  + [^1]: The Code4Europe consortium is implementing the Code4Europe project funded via a Digital Europe + Programme grant 101158834. +

                  +

                  + [^2]: The personal data includes the name, profile picture and email address for signing in with a Facebook account; the name, email address, language preference and profile picture for signing in with a Google account; the user name and email address for signing in with a X account; the user name or email address for - signing in with a GitHub account.

                  - -
        - @endsection - - @section('extra-css') - - @endsection + signing in with a GitHub account. +

        +
        +@endsection From 3b0c16dea5e7ae6ed23d683b3e7590071a928fd2 Mon Sep 17 00:00:00 2001 From: stevan Date: Wed, 23 Jul 2025 17:08:05 +0200 Subject: [PATCH 05/15] Badge and cookie pages --- resources/views/badges/user.blade.php | 207 +++++++++++------------- resources/views/static/cookie.blade.php | 111 ++++++++++++- 2 files changed, 194 insertions(+), 124 deletions(-) diff --git a/resources/views/badges/user.blade.php b/resources/views/badges/user.blade.php index 45e8e468d..0d9b28034 100644 --- a/resources/views/badges/user.blade.php +++ b/resources/views/badges/user.blade.php @@ -1,130 +1,103 @@ -@extends('layout.base') +@extends('layout.new_base') -@section('content') - -
        - - -
        - -
        -
        -
        - - -
        - -

        Badges

        - -
        - - -
        - Name: {{$user->fullName}}
        - Leading Teacher Tag: {{$user->tag}} -
        - -
        Bits earned - in {{$year}}: {{$user->getPoints($year)}}
        -
        Reported events - for {{$year}}: {{$user->reported($year)}}
        -
        Influencer Bits - for {{$year}}: {{$user->influence($year)}}
        - -

        Organiser Badges

        - - - -
        -
        -
        - -
        - -
        -
        - Go from active to legendary organiser, by organising more Code Week activities and contributing to the map. -
        -
        - -
        -
        +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
        +@section('content') +
        +
        +

        Badges

        +

        + Name: {{$user->fullName}} +

        +

        + Leading Teacher Tag: {{$user->tag}} +

        +

        + Bits earned in {{$year}}: {{$user->getPoints($year)}} +

        +

        + Reported events for {{$year}}: {{$user->reported($year)}} +

        +

        + Influencer Bits for {{$year}}: {{$user->influence($year)}} +

        +
        +

        + Organiser Badges +

        +
        +
        + +
        +
        +

        Go from active to legendary organiser, by organising more Code Week activities and contributing to the map.

        +
        +
        - -

        Influencer Badges

        -
        -
        -
        - -
        - -
        -
        - Go from influencer to legendary influencer, and earn your place in the record books of Code Week legends. Increase your points by using the Code Week Tag when organising and sharing an activity. -
        -
        - -
        -
        - -
        +
        +
        +
        +
        +

        + Influencer Badges +

        +
        +
        + +
        +
        +

        + Go from influencer to legendary influencer, and earn your place in the record books of Code Week legends. Increase your points by using the Code Week Tag when organising and sharing an activity. +

        +
        +
        - - +
        - @endsection diff --git a/resources/views/static/cookie.blade.php b/resources/views/static/cookie.blade.php index 4bf762e97..9fb02e988 100644 --- a/resources/views/static/cookie.blade.php +++ b/resources/views/static/cookie.blade.php @@ -1,17 +1,114 @@ -@extends('layout.base') +@extends('layout.new_base') @section('title', 'EU Code Week Cookie Policy – Manage Your Preferences') @section('description', 'Learn how EU Code Week uses cookies to enhance your browsing experience and how you can manage your preferences.') + @section('content') -
        -
        -

        @lang('cookie_policy.title')

        - - - +
        +
        +
        +
        +
        +

        + @lang('cookie_policy.title') +

        +
        +
        +
        +
        +
        + +
        From caf9e5ee4bcd15933d29b4d2270e1f8b73f0274c Mon Sep 17 00:00:00 2001 From: stevan Date: Thu, 24 Jul 2025 16:25:53 +0200 Subject: [PATCH 06/15] online activities page --- app/Livewire/OnlineEventCard.php | 6 +- resources/js/components/CountrySelect.vue | 12 +- .../livewire/online-event-card.blade.php | 164 +++++++++--------- .../online-calendar/admin/_tab.blade.php | 4 +- .../online-calendar/admin/list.blade.php | 159 ++++++++--------- 5 files changed, 173 insertions(+), 172 deletions(-) diff --git a/app/Livewire/OnlineEventCard.php b/app/Livewire/OnlineEventCard.php index 77af125d9..538378e05 100644 --- a/app/Livewire/OnlineEventCard.php +++ b/app/Livewire/OnlineEventCard.php @@ -17,12 +17,14 @@ class OnlineEventCard extends Component public $baseLanguage; - public function mount($event, $countryName) + public $loop; + + public function mount($event, $countryName, $loop) { $this->event = $event; $this->countryName = $countryName; $this->baseLanguage = App::getLocale(); - + $this->loop = $loop; } public function render() diff --git a/resources/js/components/CountrySelect.vue b/resources/js/components/CountrySelect.vue index 35092a3ef..280fbc0fb 100644 --- a/resources/js/components/CountrySelect.vue +++ b/resources/js/components/CountrySelect.vue @@ -1,13 +1,19 @@ diff --git a/resources/views/livewire/online-event-card.blade.php b/resources/views/livewire/online-event-card.blade.php index 24d102141..84ac853b9 100644 --- a/resources/views/livewire/online-event-card.blade.php +++ b/resources/views/livewire/online-event-card.blade.php @@ -1,117 +1,117 @@ - - + +
        -
        - +
        -
        -
        - {{$event->start_date}} +
        + -
        - {{$event->title}} +
        + {{$event->start_date}}
        -
        +
        {{ \Illuminate\Support\Str::limit($event->description, 200) }}
        - + @if($event->language) @foreach($event->languages as $language) - - {{ __("base.languages.{$language}") }} - - - -
        - -
        + +
        @endforeach @else
        - -
        Set language to
        +
        Set language to
        - - - -@if($baseLanguage !== 'en') + + @if($baseLanguage !== 'en') + class="inline-flex items-center ml-2 px-1 py-1 border border-transparent text-default leading-4 font-medium rounded text-white bg-black hover:bg-black focus:outline-none focus:border-black focus:shadow-outline-indigo active:bg-black transition ease-in-out duration-150"> + {{ __("base.languages.en") }} + @endif - +
        @endif - - -
        {{$countryName}}
        - - + +
        {{$countryName}}
        -{{-- --}} -{{-- --}} -{{-- {{$event->highlighted_status == 'PROMOTED'}}--}} -{{-- --}} -{{-- --}} - - {{-- Edit--}} - - @if($event->highlighted_status !== 'FEATURED') - - @can('feature',$event) - - - @if($event->highlighted_status !== 'FEATURED') - - @else - + @endif + @can('feature',$event) + @if($event->highlighted_status !== 'FEATURED') + + @else + + @endif + @endcan +
        diff --git a/resources/views/online-calendar/admin/_tab.blade.php b/resources/views/online-calendar/admin/_tab.blade.php index c96987db3..92121390d 100644 --- a/resources/views/online-calendar/admin/_tab.blade.php +++ b/resources/views/online-calendar/admin/_tab.blade.php @@ -1,9 +1,9 @@ @if($target==$targetParam) - + {{$title}} @else - + {{$title}} @endif \ No newline at end of file diff --git a/resources/views/online-calendar/admin/list.blade.php b/resources/views/online-calendar/admin/list.blade.php index 47a4c4261..cd46b6488 100644 --- a/resources/views/online-calendar/admin/list.blade.php +++ b/resources/views/online-calendar/admin/list.blade.php @@ -1,112 +1,105 @@ -@extends('layout.base') +@extends('layout.new_base') @include('components.tailwind') - @include('components.livewire') -@section('content') -
        -
        +@php + $list = [ + (object) ['label' => 'Online Activities', 'href' => ''], + ]; +@endphp + +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
        -
        -

        @lang('menu.online_events')

        -

        Total of Online Activities: {{$events->total()}}

        + +@section('content') +
        +
        +
        +
        +
        +

        + @lang('menu.online_events') +

        +

        + Total of Online Activities: {{$events->total()}} +

        +
        +
        + +
        @role('super admin')
        -
        -
        - -
        + +
        + @endrole - +
        + + + + + + + + + + - + @foreach($events as $event) - @endrole + @livewire('online-event-card', ['event' => $event, 'countryName' => $countryNames[$event->country_iso], 'loop' => $loop]) - + @endforeach -
        -
        - -
        -
        -
        -
        + Title + + Language + + Country + + Actions +
        - - - - - - {{-- --}} - - - - - - - @foreach($events as $event) - - @livewire('online-event-card', ['event' => $event, 'countryName' => $countryNames[$event->country_iso]]) - - @endforeach - - - - -
        - Title - - Language - - Country - --}} - {{-- Status--}} - {{-- - Actions -
        -
        -
        -
        -
        -
        + -
        - {{ $events->links() }} -
        + +
        -
        + +
        + {{ $events->links('vendor.pagination') }} +
        +
        +
        @endsection From 8076a25cc412a661ceaf39fb38c0e1dac9d8c05d Mon Sep 17 00:00:00 2001 From: stevan Date: Thu, 24 Jul 2025 17:57:41 +0200 Subject: [PATCH 07/15] pending activities page --- resources/js/components/ModerateEvent.vue | 12 +-- .../views/event/event_tile_approval.blade.php | 49 +++++++---- resources/views/event/pending.blade.php | 85 +++++++++++-------- 3 files changed, 89 insertions(+), 57 deletions(-) diff --git a/resources/js/components/ModerateEvent.vue b/resources/js/components/ModerateEvent.vue index dbda71b7d..fb0b331a2 100644 --- a/resources/js/components/ModerateEvent.vue +++ b/resources/js/components/ModerateEvent.vue @@ -2,11 +2,13 @@
        -
        - Moderation: - - - +
        +

        Moderation:

        +
        + + + +
        diff --git a/resources/views/event/event_tile_approval.blade.php b/resources/views/event/event_tile_approval.blade.php index 24e207e2e..f6d22a7b3 100755 --- a/resources/views/event/event_tile_approval.blade.php +++ b/resources/views/event/event_tile_approval.blade.php @@ -1,32 +1,45 @@ -
        - -
        +
        +
        + {{$event->title}} +
        +
        @can('approve', $event) @isset($moderation) @if($event->owner) -
        Organizer: {{$event->owner->email ?? $event->owner->email_display }}
        +
        Organizer: {{$event->owner->email ?? $event->owner->email_display }}
        @else -
        Organizer: Unknown
        - @endif +
        Organizer: Unknown
        + @endif @endisset @endcan -
        {{ $event->title }}
        -
        Updated at: {{Carbon\Carbon::parse($event->updated_at)->isoFormat('llll')}}
        -
        Activity Date: {{Carbon\Carbon::parse($event->start_date)->isoFormat('llll')}}
        -
        {!! $event->description !!}
        - +

        + {{ $event->title }} +

        +
        + Updated at: {{Carbon\Carbon::parse($event->updated_at)->isoFormat('llll')}} +
        +
        + Activity Date: {{Carbon\Carbon::parse($event->start_date)->isoFormat('llll')}} +
        +
        + {!! $event->description !!} +
        @can('approve', $event) @isset($moderation) @endisset @endcan - diff --git a/resources/views/event/pending.blade.php b/resources/views/event/pending.blade.php index 44a4097d6..034e41452 100755 --- a/resources/views/event/pending.blade.php +++ b/resources/views/event/pending.blade.php @@ -1,47 +1,64 @@ -@extends('layout.base') +@extends('layout.new_base') -@section('content') -
        -
        +@php + $list = [ + (object) ['label' => 'Pending Activities', 'href' => ''], + ]; +@endphp -
        -
        -

        @lang('menu.pending')

        -

        @lang('event.total_pending_events') {{$events->total()}}

        -
        -
        - @if($country_iso) - Approve all events - @endif +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection + +@section('content') +
        +
        +
        +
        +
        +

        + @lang('menu.pending') +

        +

        + @lang('event.total_pending_events') {{$events->total()}} +

        + @if($country_iso) + + + Approve all events + + + @endif +
        - @role('super admin') - - @endrole -
        +
        +
        + @role('super admin') + + @endrole - -
        - - @if($events->count() > 0) -
        - @foreach($events as $event) - @component('event.event_tile_approval', ['event'=>$event, 'moderation'=>'true']) - @endcomponent - @endforeach - -
        -
        - {{ $events->links() }} +
        + @if($events->count() > 0) +
        + @foreach($events as $event) + @component('event.event_tile_approval', ['event'=>$event, 'moderation'=>'true']) + @endcomponent + @endforeach +
        + +
        + {{ $events->links('vendor.pagination') }} +
        + @else +

        No pending event found.

        + @endif
        - @else - No pending event found. - @endif +
        -
        @endsection From ba82665bf560ff003d0f640ae763fd6c076ad9f6 Mon Sep 17 00:00:00 2001 From: stevan Date: Fri, 25 Jul 2025 17:10:15 +0200 Subject: [PATCH 08/15] excellence winners page --- resources/views/excellence/winners.blade.php | 133 +++++++++++-------- 1 file changed, 77 insertions(+), 56 deletions(-) diff --git a/resources/views/excellence/winners.blade.php b/resources/views/excellence/winners.blade.php index a18c08954..fc95ab6e7 100644 --- a/resources/views/excellence/winners.blade.php +++ b/resources/views/excellence/winners.blade.php @@ -1,66 +1,87 @@ -@extends('layout.base') +@extends('layout.new_base') -@section('content') -
        - -
        - -

        Excellence Winners for {{$edition}}

        +@php + $list = [ + (object) ['label' => 'Excellence Winners', 'href' => ''], + ]; +@endphp +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection -
        - {{ csrf_field() }} +@section('content') +
        +
        +
        +
        +
        +
        +

        + Excellence Winners for {{$edition}} +

        +
        - - +

        + {{$total_reported}} events reported out of {{$total_events}} ({{number_format($percentage_reported,2)}}%) +

        +
        +
        +
        -
        -

        {{$total_reported}} events reported out of {{$total_events}} ({{number_format($percentage_reported,2)}}%)

        - - - - - - - - - - - - - - - - @if(!$details->isEmpty()) - @foreach($details as $detail) - - - - - - - - +
        +
        +
        + {{ csrf_field() }} + + +
        + + + +
        +
        +
        Code# Participants# Teachers# Countries# ActivitiesSuper winnerReporting %
        - {{$detail->codeweek_for_all_participation_code}} - {{$detail->total_participants}}{{$detail->total_creators}}{{$detail->total_countries}}{{$detail->total_activities}}{{$detail->super_winner}}{{number_format($detail->reporting_percentage,2)}}%
        + + + + + + + + + + + - @endforeach - @endif - - - -
        Code# Participants# Teachers# Countries# ActivitiesSuper winnerReporting %
        -
        - - -
        - - + @if(!$details->isEmpty()) + @foreach($details as $detail) + + + {{$detail->codeweek_for_all_participation_code}} + + {{$detail->total_participants}} + {{$detail->total_creators}} + {{$detail->total_countries}} + {{$detail->total_activities}} + {{$detail->super_winner}} + {{number_format($detail->reporting_percentage,2)}}% + + @endforeach + @endif + + +
        +
        @endsection From 95b6b8fc175e99fc1ab3d7ea25e7fefc53250fbd Mon Sep 17 00:00:00 2001 From: stevan Date: Fri, 25 Jul 2025 17:12:08 +0200 Subject: [PATCH 09/15] badges leaderboard page --- resources/views/badges/leaderboard.blade.php | 181 ++++++++----------- 1 file changed, 73 insertions(+), 108 deletions(-) diff --git a/resources/views/badges/leaderboard.blade.php b/resources/views/badges/leaderboard.blade.php index 0d319daab..4f3306bc9 100644 --- a/resources/views/badges/leaderboard.blade.php +++ b/resources/views/badges/leaderboard.blade.php @@ -1,121 +1,86 @@ -@extends('layout.base') +@extends('layout.new_base') -@section('content') - -
        - +@php + $list = [ + (object) ['label' => 'Badges Leaderboard', 'href' => ''], + ]; +@endphp - -
        - -
        +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection +@section('content') -
        -

        Badges Leaderboard for

        -
        -
        -
        - -
        +
        +
        +
        +
        +
        +

        + Badges Leaderboard for +

        +
        - - - -
        -
        - - -
        -
        -
        -
        - - - - - - - - - - - - @foreach($users as $user) - @if($loop->odd) - - @else - - @endif - - - - - - @endforeach - -
        - Rank - - Name - - Points -
        {{ $rank++}}{{$user->fullName}} - {{$user->getPoints($year)}}
        -
        -
        - {{$users->links()}} -
        -
        -
        -
        - - - {{--
        - - - -
        - -

        Scoreboard {{$year}}

        - - - -
          - @foreach($users as $user) - -
        • {{ $rank++}}: {{$user->fullName}} - - {{$user->getPoints($year)}}
        • - @endforeach -
        - - -
        - - - - -
        --}} - +
        + +
        +
        + +
        +
        +
        +
        + + + + + + + + + + + + @foreach($users as $user) + + + + + + @endforeach + +
        + Rank + + Name + + Points +
        {{ $rank++}}{{$user->fullName}} + {{$user->getPoints($year)}}
        -
        - - + +
        + {{ $users->links('vendor.pagination') }} +
        +
        @endsection From abd2c19c192443f649081c9a82611a94d98013ad Mon Sep 17 00:00:00 2001 From: stevan Date: Fri, 25 Jul 2025 17:37:17 +0200 Subject: [PATCH 10/15] leading teachers page --- resources/views/layout/tall.blade.php | 32 +++++++++-------- .../leading-teachers/admin/list.blade.php | 34 ++++++++++++------- 2 files changed, 40 insertions(+), 26 deletions(-) diff --git a/resources/views/layout/tall.blade.php b/resources/views/layout/tall.blade.php index 026655f4d..59aa3fa68 100644 --- a/resources/views/layout/tall.blade.php +++ b/resources/views/layout/tall.blade.php @@ -43,11 +43,11 @@ t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); - fbq('init', '981788817415269'); + fbq('init', '981788817415269'); fbq('track', 'PageView'); @@ -66,23 +66,27 @@ - + - -
        + +
        + @include('layout.menu') + @yield('layout.breadcrumb') + @yield('layout.video-player') + @stack('video-layer-stack') - @include('layout.menu') +
        + @yield("content") +
        +
        + @yield("non-vue-content") +
        + @include('layout.footer') -
        - @yield("content") -
        - - @include('layout.footer') - -{{-- --}} -
        + {{-- --}} +
        diff --git a/resources/views/leading-teachers/admin/list.blade.php b/resources/views/leading-teachers/admin/list.blade.php index 615c062ef..3a646249a 100644 --- a/resources/views/leading-teachers/admin/list.blade.php +++ b/resources/views/leading-teachers/admin/list.blade.php @@ -1,24 +1,34 @@ @extends('layout.tall') +@include('components.tailwind') +@include('components.livewire') +@php + $list = [ + (object) ['label' => 'Leading Teachers', 'href' => ''], + ]; +@endphp +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection @section('content') - - @include('components.tailwind') - - -
        - -
        - -

        Leading Teachers List

        +
        +
        +
        +
        +
        +

        + Leading Teachers List +

        +
        +
        +
        -
        - +
        -
        @endsection From 7e9802553d82674fecd8542e5523fa90e41e63ef Mon Sep 17 00:00:00 2001 From: stevan Date: Fri, 25 Jul 2025 18:52:39 +0200 Subject: [PATCH 11/15] featured activities page --- app/Livewire/OnlineCalendar.php | 49 ++++-- resources/assets/sass/components/forms.scss | 4 + resources/js/app.js | 3 +- .../views/livewire/online-calendar.blade.php | 151 +++++------------- .../_oc-event-simple.blade.php | 51 ++++-- .../views/online-calendar/oc-index.blade.php | 63 +++++--- 6 files changed, 158 insertions(+), 163 deletions(-) diff --git a/app/Livewire/OnlineCalendar.php b/app/Livewire/OnlineCalendar.php index 68012bdab..6b593f430 100644 --- a/app/Livewire/OnlineCalendar.php +++ b/app/Livewire/OnlineCalendar.php @@ -46,28 +46,29 @@ public function mount() 'year(start_date) year, month(start_date) month, monthname(start_date) monthname, count(*) data' ) ->where($this->whereClause) -// ->where('start_date', '>=', Carbon::now()) ->where('start_date', '>=', \Carbon\Carbon::now()->firstOfMonth()) ->groupBy('year', 'month','monthname') ->orderBy('year', 'asc') ->orderBy('month', 'asc') ->get(); - - $this->months = []; - - foreach ($byMonths as $result) { - $this->months[$result->month.'/'.$result->year] = - $result->monthname.' '.$result->year; - } - - //Go back to start of array to get the first item - reset($this->months); - $parts = explode('/', key($this->months)); - if ($parts[0] !== $this->selectedMonth) { - $this->selectedMonth = $parts[0]; + + // Format months as objects + $this->months = $byMonths->map(function ($result) { + return [ + 'id' => $result->month.'/'.$result->year, + 'name' => $result->monthname.' '.$result->year + ]; + })->toArray(); + + // Update logic for accessing first item + if (!empty($this->months)) { + $firstMonthId = $this->months[0]['id']; + $parts = explode('/', $firstMonthId); + if ($parts[0] !== $this->selectedMonth) { + $this->selectedMonth = $parts[0]; + } + $this->selectedDate = $this->selectedMonth.'/'.$this->selectedYear; } - - $this->selectedDate = $this->selectedMonth.'/'.$this->selectedYear; } public function render() @@ -107,7 +108,21 @@ public function render() $languages = $this->events ->groupBy('language') ->keys() - ->all(); + ->filter(function ($language) { + return !empty($language); + }) + ->map(function ($language) { + return [ + 'id' => $language, + 'name' => __("base.languages.{$language}") + ]; + }) + ->values() + ->prepend([ + 'id' => '', + 'name' => 'All Languages' + ]) + ->toArray(); return view('livewire.online-calendar', [ 'countries' => $countries, diff --git a/resources/assets/sass/components/forms.scss b/resources/assets/sass/components/forms.scss index a5f291000..111759778 100644 --- a/resources/assets/sass/components/forms.scss +++ b/resources/assets/sass/components/forms.scss @@ -225,6 +225,10 @@ margin-right: 10px; } +.dropdown-datepicker .multiselect__tags { + padding-left: 42px !important; +} + .codeweek-search-text input{ width:100%; border-radius: 29px; diff --git a/resources/js/app.js b/resources/js/app.js index fd3c9dd40..d3f5447de 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -22,7 +22,7 @@ import SearchPageComponent from "./components/SearchPageComponent.vue"; import MatchMakingToolForm from "./components/matchmaking/MatchMakingToolForm.vue"; import ToolCard from "./components/matchmaking/ToolCard.vue"; import ToolDetailCard from "./components/matchmaking/ToolDetailCard.vue"; - +import SelectField from "./components/form-fields/SelectField.vue"; // import { createI18n } from 'vue-i18n'; // import Locale from './vue-i18n-locales.generated'; import AvatarForm from "./components/AvatarForm.vue"; @@ -64,4 +64,5 @@ app.component('ToolCard', ToolCard); app.component('ToolDetailCard', ToolDetailCard); app.component('EventCard', EventCard); app.component('EventDetail', EventDetail); +app.component('SelectField', SelectField); app.mount("#app"); diff --git a/resources/views/livewire/online-calendar.blade.php b/resources/views/livewire/online-calendar.blade.php index 33f753eb1..b6a286acb 100644 --- a/resources/views/livewire/online-calendar.blade.php +++ b/resources/views/livewire/online-calendar.blade.php @@ -1,118 +1,53 @@ -
        -
        - -
        - -
        -
        -
        - - -
        - - -
        - - - -
        -
        - - - -
        - - -
        - - - -
        -
        - - {{--
        --}} - {{-- --}} - {{--
        --}} - {{-- --}} - {{--
        --}} - {{--
        --}} -
        +
        +
        +
        +
        + + -
        - - +
        + + +
        - -
        -
        - -
        -
        -
        - -
        - - - @foreach($filteredEvents as $event) - - - @include('online-calendar._oc-event-simple') - - - @endforeach - -
        - -
        - {{ $filteredEvents->links() }} -
        - +
        +
        + + + +
        +
        + @if(count($filteredEvents) > 0) +
        + @foreach($filteredEvents as $event) + @include('online-calendar._oc-event-simple') + @endforeach
        - -
        - +
        + {{ $filteredEvents->links('vendor.pagination') }} +
        + @endif
        -
        - - -
        +
        diff --git a/resources/views/online-calendar/_oc-event-simple.blade.php b/resources/views/online-calendar/_oc-event-simple.blade.php index 00c425154..e3f5f3b52 100644 --- a/resources/views/online-calendar/_oc-event-simple.blade.php +++ b/resources/views/online-calendar/_oc-event-simple.blade.php @@ -1,16 +1,21 @@ -
        - -
        -
        - {{$event->get_start_date_simple()}} -
        +
        +
        +
        -
        -
        {{ $event->title }}
        -
        + +
        +
        + {{ $event->title }} +
        + +
        + {{$event->get_start_date_simple()}} +
        + +
        @if($event->language) @foreach($event->languages as $language) - + {{__("base.languages.{$language}")}} @endforeach @@ -18,12 +23,28 @@
        -
        {!! $event->description !!}
        +
        + {!! $event->description !!} +
        -
        -
        diff --git a/resources/views/online-calendar/oc-index.blade.php b/resources/views/online-calendar/oc-index.blade.php index fec54070e..779e038d4 100644 --- a/resources/views/online-calendar/oc-index.blade.php +++ b/resources/views/online-calendar/oc-index.blade.php @@ -1,38 +1,57 @@ -@extends('layout.base') +@extends('layout.new_base') + +@php + $list = [ + (object) ['label' => 'Activities & Events', 'href' => '/add'], + (object) ['label' => 'Featured activities', 'href' => ''], + ]; +@endphp +@section('layout.breadcrumb') + @include('layout.breadcrumb', ['list' => $list]) +@endsection @section('title', 'Featured Coding Activities – Join Exciting Code Week Events') @section('description', 'Discover and participate in featured coding activities from EU Code Week. Find engaging projects and workshops near you!') - - @include('components.tailwind') @include('components.livewire') -{{--@push('scripts')--}} -{{-- --}} -{{--@endpush--}} - @include('components.alpine') @section('content') - - -@lang('snippets.featured-activities') - - - +
        +
        +
        +
        +
        +
        +

        + Featured activities +

        +

        + @lang('snippets.featured-activities') +

        +
        + + +
        +
        +
        +
        @livewire('online-calendar') +
        @endsection From 0ff647cddef3c73ae5aba8d06a388b0cd71f2056 Mon Sep 17 00:00:00 2001 From: stevan Date: Fri, 25 Jul 2025 19:10:21 +0200 Subject: [PATCH 12/15] fix exceptions --- app/Livewire/OnlineCalendar.php | 2 +- public/build/assets/app-1vhMBw8g.css | 1 + public/build/assets/app-B8CarwFj.css | 1 - public/build/assets/app-BKGJqjhY.js | 237 --------------------------- public/build/assets/app-BPo0TYqq.css | 1 + public/build/assets/app-BlFb7lxL.css | 1 - public/build/assets/app-DWC3HeMl.js | 237 +++++++++++++++++++++++++++ public/build/manifest.json | 6 +- 8 files changed, 243 insertions(+), 243 deletions(-) create mode 100644 public/build/assets/app-1vhMBw8g.css delete mode 100644 public/build/assets/app-B8CarwFj.css delete mode 100644 public/build/assets/app-BKGJqjhY.js create mode 100644 public/build/assets/app-BPo0TYqq.css delete mode 100644 public/build/assets/app-BlFb7lxL.css create mode 100644 public/build/assets/app-DWC3HeMl.js diff --git a/app/Livewire/OnlineCalendar.php b/app/Livewire/OnlineCalendar.php index 6b593f430..c3f5ec418 100644 --- a/app/Livewire/OnlineCalendar.php +++ b/app/Livewire/OnlineCalendar.php @@ -75,7 +75,7 @@ public function render() { $parts = explode('/', $this->selectedDate); $this->selectedMonth = $parts[0]; - $this->selectedYear = $parts[1]; + $this->selectedYear = $parts[1] ?? null; $this->events = Event::where($this->whereClause) ->whereMonth('start_date', $this->selectedMonth) diff --git a/public/build/assets/app-1vhMBw8g.css b/public/build/assets/app-1vhMBw8g.css new file mode 100644 index 000000000..88cd2ccd3 --- /dev/null +++ b/public/build/assets/app-1vhMBw8g.css @@ -0,0 +1 @@ +*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 575px){.container{max-width:575px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 993px){.container{max-width:993px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.\!bottom-0{bottom:0!important}.\!right-0{right:0!important}.-bottom-10{bottom:-2.5rem}.-bottom-2{bottom:-.5rem}.-bottom-24{bottom:-6rem}.-bottom-28{bottom:-7rem}.-bottom-6{bottom:-1.5rem}.-left-1\/4{left:-25%}.-left-2{left:-.5rem}.-left-36{left:-9rem}.-left-6{left:-1.5rem}.-left-\[10rem\]{left:-10rem}.-right-1\/4{right:-25%}.-right-14{right:-3.5rem}.-right-16{right:-4rem}.-right-2{right:-.5rem}.-right-8{right:-2rem}.-top-52{top:-13rem}.-top-6{top:-1.5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-12{bottom:3rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-4{bottom:1rem}.bottom-40{bottom:10rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-12{left:3rem}.left-2{left:.5rem}.left-24{left:6rem}.left-4{left:1rem}.left-40{left:10rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-\[3px\]{left:3px}.left-\[calc\(100\%\+1\.5rem\)\]{left:calc(100% + 1.5rem)}.left-full{left:100%}.right-0{right:0}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-20{right:5rem}.right-3{right:.75rem}.right-36{right:9rem}.right-4{right:1rem}.right-40{right:10rem}.right-6{right:1.5rem}.right-\[20px\]{right:20px}.right-full{right:100%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-12{top:3rem}.top-14{top:3.5rem}.top-24{top:6rem}.top-28{top:7rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[125px\]{top:125px}.top-\[139px\]{top:139px}.top-\[198px\]{top:198px}.top-\[57px\]{top:57px}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[110\]{z-index:110}.z-\[1\]{z-index:1}.z-\[8\]{z-index:8}.z-\[999\]{z-index:999}.z-\[99\]{z-index:99}.order-1{order:1}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.float-left{float:left}.m-0{margin:0}.m-12{margin:3rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-px{margin-bottom:-1px}.-ml-px{margin-left:-1px}.-mt-1{margin-top:-.25rem}.-mt-24{margin-top:-6rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mr-\[2px\]{margin-right:2px}.ms-2{margin-inline-start:.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[\.1rem\]{margin-top:.1rem}.mt-\[13px\]{margin-top:13px}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[1\.5\]{aspect-ratio:1.5}.aspect-\[1\.63\]{aspect-ratio:1.63}.aspect-\[1097\/845\]{aspect-ratio:1097/845}.aspect-\[2\]{aspect-ratio:2}.aspect-\[3\/2\]{aspect-ratio:3/2}.aspect-square{aspect-ratio:1 / 1}.\!h-10{height:2.5rem!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[118px\]{height:118px}.h-\[120px\]{height:120px}.h-\[160px\]{height:160px}.h-\[167px\]{height:167px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[280px\]{height:280px}.h-\[2px\]{height:2px}.h-\[400px\]{height:400px}.h-\[48px\]{height:48px}.h-\[50\%\]{height:50%}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[520px\]{height:520px}.h-\[56px\]{height:56px}.h-\[760px\]{height:760px}.h-\[800px\]{height:800px}.h-\[88px\]{height:88px}.h-\[93px\]{height:93px}.h-\[calc\(100dvh-139px\)\]{height:calc(100dvh - 139px)}.h-\[calc\(80vw-40px\)\]{height:calc(80vw - 40px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.max-h-0{max-height:0px}.max-h-80{max-height:20rem}.max-h-\[396px\]{max-height:396px}.max-h-\[449px\]{max-height:449px}.max-h-\[450px\]{max-height:450px}.max-h-\[646px\]{max-height:646px}.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.max-h-full{max-height:100%}.min-h-12{min-height:3rem}.min-h-3{min-height:.75rem}.min-h-6{min-height:1.5rem}.min-h-8{min-height:2rem}.min-h-\[120px\]{min-height:120px}.min-h-\[160px\]{min-height:160px}.min-h-\[1px\]{min-height:1px}.min-h-\[244px\]{min-height:244px}.min-h-\[24px\]{min-height:24px}.min-h-\[48px\]{min-height:48px}.min-h-\[560px\]{min-height:560px}.min-h-\[84px\]{min-height:84px}.min-h-screen{min-height:100vh}.\!w-10{width:2.5rem!important}.w-0{width:0px}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-\[100px\]{width:100px}.w-\[108px\]{width:108px}.w-\[118px\]{width:118px}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[150vw\]{width:150vw}.w-\[184px\]{width:184px}.w-\[200px\]{width:200px}.w-\[208px\]{width:208px}.w-\[26px\]{width:26px}.w-\[280px\]{width:280px}.w-\[57\.875rem\]{width:57.875rem}.w-\[68\.5625rem\]{width:68.5625rem}.w-\[88px\]{width:88px}.w-\[93px\]{width:93px}.w-\[calc\(100\%-1rem\)\]{width:calc(100% - 1rem)}.w-\[calc\(33\.33\%-8px\)\]{width:calc(33.33% - 8px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-12{min-width:3rem}.min-w-4{min-width:1rem}.min-w-6{min-width:1.5rem}.min-w-60{min-width:15rem}.min-w-8{min-width:2rem}.min-w-\[353px\]{min-width:353px}.min-w-\[55\%\]{min-width:55%}.\!max-w-\[1428px\]{max-width:1428px!important}.\!max-w-none{max-width:none!important}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1080px\]{max-width:1080px}.max-w-\[1186px\]{max-width:1186px}.max-w-\[140px\]{max-width:140px}.max-w-\[1428px\]{max-width:1428px}.max-w-\[450px\]{max-width:450px}.max-w-\[480px\]{max-width:480px}.max-w-\[525px\]{max-width:525px}.max-w-\[530px\]{max-width:530px}.max-w-\[532px\]{max-width:532px}.max-w-\[560px\]{max-width:560px}.max-w-\[582px\]{max-width:582px}.max-w-\[600px\]{max-width:600px}.max-w-\[632px\]{max-width:632px}.max-w-\[637px\]{max-width:637px}.max-w-\[643px\]{max-width:643px}.max-w-\[660px\]{max-width:660px}.max-w-\[674px\]{max-width:674px}.max-w-\[708px\]{max-width:708px}.max-w-\[720px\]{max-width:720px}.max-w-\[725px\]{max-width:725px}.max-w-\[80\%\]{max-width:80%}.max-w-\[819px\]{max-width:819px}.max-w-\[82px\]{max-width:82px}.max-w-\[830px\]{max-width:830px}.max-w-\[852px\]{max-width:852px}.max-w-\[864px\]{max-width:864px}.max-w-\[880px\]{max-width:880px}.max-w-\[890px\]{max-width:890px}.max-w-\[900px\]{max-width:900px}.max-w-\[907px\]{max-width:907px}.max-w-\[calc\(70vw\)\]{max-width:70vw}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-0{flex-basis:0px}.border-collapse{border-collapse:collapse}.\!translate-y-0{--tw-translate-y: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-12{--tw-translate-x: -3rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-2{--tw-translate-x: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-6{--tw-translate-x: -1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-3{--tw-translate-y: -.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-162\.343deg\]{--tw-rotate: -162.343deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.list-\[circle\]{list-style-type:circle}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[22px\]{gap:22px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[24px\]{border-radius:24px}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[32px\]{border-radius:32px}.rounded-\[32px_0_0_0\]{border-radius:32px 0 0}.rounded-\[60px\]{border-radius:60px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-\[32px\]{border-top-left-radius:32px;border-top-right-radius:32px}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-bl-\[30px\]{border-bottom-left-radius:30px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr{border-top-right-radius:.25rem}.\!border-2{border-width:2px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[3px\]{border-width:3px}.border-x-4{border-left-width:4px;border-right-width:4px}.border-y-2{border-top-width:2px;border-bottom-width:2px}.\!border-b-0{border-bottom-width:0px!important}.\!border-r-0{border-right-width:0px!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-b-\[20px\]{border-bottom-width:20px}.border-b-\[3px\]{border-bottom-width:3px}.border-l-\[20px\]{border-left-width:20px}.border-l-\[4px\]{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-r-\[20px\]{border-right-width:20px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-\[3px\]{border-top-width:3px}.border-t-\[5px\]{border-top-width:5px}.\!border-solid{border-style:solid!important}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-\[\#05603A\]{--tw-border-opacity: 1;border-color:rgb(5 96 58 / var(--tw-border-opacity, 1))}.border-\[\#1C4DA1\]{--tw-border-opacity: 1;border-color:rgb(28 77 161 / var(--tw-border-opacity, 1))}.border-\[\#A4B8D9\]{--tw-border-opacity: 1;border-color:rgb(164 184 217 / var(--tw-border-opacity, 1))}.border-\[\#A9A9A9\]{--tw-border-opacity: 1;border-color:rgb(169 169 169 / var(--tw-border-opacity, 1))}.border-\[\#ADB2B6\]{--tw-border-opacity: 1;border-color:rgb(173 178 182 / var(--tw-border-opacity, 1))}.border-\[\#B399D6\]{--tw-border-opacity: 1;border-color:rgb(179 153 214 / var(--tw-border-opacity, 1))}.border-\[\#CA8A00\]{--tw-border-opacity: 1;border-color:rgb(202 138 0 / var(--tw-border-opacity, 1))}.border-\[\#D6D8DA\]{--tw-border-opacity: 1;border-color:rgb(214 216 218 / var(--tw-border-opacity, 1))}.border-\[\#D9CCEA\]{--tw-border-opacity: 1;border-color:rgb(217 204 234 / var(--tw-border-opacity, 1))}.border-\[\#DBECF0\]{--tw-border-opacity: 1;border-color:rgb(219 236 240 / var(--tw-border-opacity, 1))}.border-\[\#F95C22\]{--tw-border-opacity: 1;border-color:rgb(249 92 34 / var(--tw-border-opacity, 1))}.border-\[\#FBBB26\]{--tw-border-opacity: 1;border-color:rgb(251 187 38 / var(--tw-border-opacity, 1))}.border-\[\#FFEF99\]{--tw-border-opacity: 1;border-color:rgb(255 239 153 / var(--tw-border-opacity, 1))}.border-\[\#ffa7b4\]{--tw-border-opacity: 1;border-color:rgb(255 167 180 / var(--tw-border-opacity, 1))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.border-dark-blue{--tw-border-opacity: 1;border-color:rgb(28 77 161 / var(--tw-border-opacity, 1))}.border-dark-blue-100{--tw-border-opacity: 1;border-color:rgb(210 219 236 / var(--tw-border-opacity, 1))}.border-dark-blue-200{--tw-border-opacity: 1;border-color:rgb(164 184 217 / var(--tw-border-opacity, 1))}.border-dark-blue-300{--tw-border-opacity: 1;border-color:rgb(119 148 199 / var(--tw-border-opacity, 1))}.border-dark-blue-400{--tw-border-opacity: 1;border-color:rgb(73 113 180 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(249 92 34 / var(--tw-border-opacity, 1))}.border-secondary{--tw-border-opacity: 1;border-color:rgb(22 65 148 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-zinc-100{--tw-border-opacity: 1;border-color:rgb(244 244 245 / var(--tw-border-opacity, 1))}.border-b-\[\#F4F6FA\]{--tw-border-opacity: 1;border-bottom-color:rgb(244 246 250 / var(--tw-border-opacity, 1))}.border-b-\[\#ffffff\]{--tw-border-opacity: 1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-b-gray-800{--tw-border-opacity: 1;border-bottom-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-l-gray-800{--tw-border-opacity: 1;border-left-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-r-\[\#D9CCEA\]{--tw-border-opacity: 1;border-right-color:rgb(217 204 234 / var(--tw-border-opacity, 1))}.border-r-gray-800{--tw-border-opacity: 1;border-right-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.border-t-gray-800{--tw-border-opacity: 1;border-top-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.\!bg-dark-blue{--tw-bg-opacity: 1 !important;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))!important}.\!bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))!important}.bg-\[\#00B3E3\]{--tw-bg-opacity: 1;background-color:rgb(0 179 227 / var(--tw-bg-opacity, 1))}.bg-\[\#1C4DA1CC\]{background-color:#1c4da1cc}.bg-\[\#1C4DA1\]{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.bg-\[\#410098\]{--tw-bg-opacity: 1;background-color:rgb(65 0 152 / var(--tw-bg-opacity, 1))}.bg-\[\#99E1F4\]{--tw-bg-opacity: 1;background-color:rgb(153 225 244 / var(--tw-bg-opacity, 1))}.bg-\[\#A4B8D9\]{--tw-bg-opacity: 1;background-color:rgb(164 184 217 / var(--tw-bg-opacity, 1))}.bg-\[\#B399D6\]{--tw-bg-opacity: 1;background-color:rgb(179 153 214 / var(--tw-bg-opacity, 1))}.bg-\[\#CCF0F9\]{--tw-bg-opacity: 1;background-color:rgb(204 240 249 / var(--tw-bg-opacity, 1))}.bg-\[\#E8EDF6\]{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.bg-\[\#F2FBFE\]{--tw-bg-opacity: 1;background-color:rgb(242 251 254 / var(--tw-bg-opacity, 1))}.bg-\[\#F4F6FA\]{--tw-bg-opacity: 1;background-color:rgb(244 246 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F5F2FA\]{--tw-bg-opacity: 1;background-color:rgb(245 242 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F95C22\]{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.bg-\[\#FE6824\]{--tw-bg-opacity: 1;background-color:rgb(254 104 36 / var(--tw-bg-opacity, 1))}.bg-\[\#FEEFE9\]{--tw-bg-opacity: 1;background-color:rgb(254 239 233 / var(--tw-bg-opacity, 1))}.bg-\[\#FFD700\]{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-\[\#FFEF99\]{--tw-bg-opacity: 1;background-color:rgb(255 239 153 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFBE5\]{--tw-bg-opacity: 1;background-color:rgb(255 251 229 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[\#fe85351a\]{background-color:#fe85351a}.bg-\[\#ffe5e9\]{--tw-bg-opacity: 1;background-color:rgb(255 229 233 / var(--tw-bg-opacity, 1))}.bg-\[\#ffffff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-aqua{--tw-bg-opacity: 1;background-color:rgb(177 224 229 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50\/75{background-color:#eff6ffbf}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.bg-dark-blue{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.bg-dark-blue-50{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.bg-dark-orange{--tw-bg-opacity: 1;background-color:rgb(182 49 0 / var(--tw-bg-opacity, 1))}.bg-gray-10{--tw-bg-opacity: 1;background-color:rgb(244 246 250 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-light-blue{--tw-bg-opacity: 1;background-color:rgb(242 251 254 / var(--tw-bg-opacity, 1))}.bg-light-blue-100{--tw-bg-opacity: 1;background-color:rgb(204 240 249 / var(--tw-bg-opacity, 1))}.bg-light-blue-300{--tw-bg-opacity: 1;background-color:rgb(102 209 238 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.bg-stone-800{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-900{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-yellow{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-yellow-2{--tw-bg-opacity: 1;background-color:rgb(255 247 204 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(255 251 229 / var(--tw-bg-opacity, 1))}.bg-opacity-25{--tw-bg-opacity: .25}.bg-blue-gradient{background-image:linear-gradient(161.75deg,#1254c5 16.95%,#0040ae 31.1%)}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-green-gradient{background-image:linear-gradient(90deg,#33c2e9 35%,#00b3e3 90%)}.bg-light-blue-gradient{background-image:linear-gradient(161.75deg,#33c2e9 16.95%,#00b3e3 31.1%)}.bg-orange-gradient{background-image:linear-gradient(36.92deg,#f95c22 20.32%,#ff885c 28.24%)}.bg-secondary-gradient{background-image:linear-gradient(36.92deg,#1c4da1 20.32%,#0040ae 28.24%)}.bg-violet-gradient{background-image:linear-gradient(247deg,#410098 22.05%,#6733ad 79.09%)}.bg-yellow-transparent-gradient{background-image:linear-gradient(90deg,#fffbe5 35%,#0000 90%)}.bg-yellow-transparent-opposite-gradient{background-image:linear-gradient(90deg,#0000 10%,#fffbe5 65%)}.from-\[\#ff4694\]{--tw-gradient-from: #ff4694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#776fff\]{--tw-gradient-to: #776fff var(--tw-gradient-to-position)}.fill-\[\#000000\]{fill:#000}.fill-\[\#FFD700\]{fill:gold}.fill-current{fill:currentColor}.fill-orange-500{fill:#f97316}.fill-primary{fill:#f95c22}.fill-white{fill:#fff}.stroke-\[\#414141\]{stroke:#414141}.stroke-current{stroke:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[13px\]{padding:13px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-48{padding-left:12rem;padding-right:12rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[44px\]{padding-left:44px;padding-right:44px}.px-\[60px\]{padding-left:60px;padding-right:60px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[5rem\]{padding-top:5rem;padding-bottom:5rem}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.\!pb-0{padding-bottom:0!important}.\!pb-8{padding-bottom:2rem!important}.\!pr-10{padding-right:2.5rem!important}.\!pt-16{padding-top:4rem!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0\.5{padding-left:.125rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-14{padding-right:3.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-48{padding-right:12rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-48{padding-top:12rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-60{padding-top:15rem}.pt-8{padding-top:2rem}.pt-\[5rem\]{padding-top:5rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.font-\[\'Blinker\'\]{font-family:Blinker}.font-\[\'Montserrat\'\]{font-family:Montserrat}.font-\[Blinker\]{font-family:Blinker}.font-\[Montserrat\]{font-family:Montserrat}.font-blinker{font-family:Blinker,sans-serif}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.\!text-\[16px\]{font-size:16px!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[30px\]{font-size:30px}.text-base{font-size:1.125rem}.text-default{font-size:16px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.\!capitalize{text-transform:capitalize!important}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-\[1\.4\]{line-height:1.4}.leading-\[20px\]{line-height:20px}.leading-\[22px\]{line-height:22px}.leading-\[30px\]{line-height:30px}.leading-\[36px\]{line-height:36px}.leading-\[44px\]{line-height:44px}.leading-loose{line-height:2}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[\.1px\]{letter-spacing:.1px}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#1C4DA1\]{--tw-text-opacity: 1 !important;color:rgb(28 77 161 / var(--tw-text-opacity, 1))!important}.\!text-\[\#ffffff\]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#05603A\]{--tw-text-opacity: 1;color:rgb(5 96 58 / var(--tw-text-opacity, 1))}.text-\[\#164194\]{--tw-text-opacity: 1;color:rgb(22 65 148 / var(--tw-text-opacity, 1))}.text-\[\#1C4DA1\],.text-\[\#1c4da1\]{--tw-text-opacity: 1;color:rgb(28 77 161 / var(--tw-text-opacity, 1))}.text-\[\#20262C\],.text-\[\#20262c\]{--tw-text-opacity: 1;color:rgb(32 38 44 / var(--tw-text-opacity, 1))}.text-\[\#333E48\],.text-\[\#333e48\]{--tw-text-opacity: 1;color:rgb(51 62 72 / var(--tw-text-opacity, 1))}.text-\[\'\#20262C\'\]{color:"#20262C"}.text-\[\'Blinker\'\]{color:"Blinker"}.text-\[ff526c\]{color:ff526c}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-dark-blue{--tw-text-opacity: 1;color:rgb(28 77 161 / var(--tw-text-opacity, 1))}.text-dark-blue-400{--tw-text-opacity: 1;color:rgb(73 113 180 / var(--tw-text-opacity, 1))}.text-error-200{--tw-text-opacity: 1;color:rgb(227 5 25 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(249 92 34 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-secondary{--tw-text-opacity: 1;color:rgb(22 65 148 / var(--tw-text-opacity, 1))}.text-slate,.text-slate-400{--tw-text-opacity: 1;color:rgb(92 101 109 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(51 62 72 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(32 38 44 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.bg-blend-multiply{background-blend-mode:multiply}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[118px\]{--tw-blur: blur(118px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\[1\.5s\]{transition-duration:1.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:top-full:after{content:var(--tw-content);top:100%}.after\:mt-2:after{content:var(--tw-content);margin-top:.5rem}.after\:block:after{content:var(--tw-content);display:block}.after\:h-\[50px\]:after{content:var(--tw-content);height:50px}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:max-h-\[50px\]:after{content:var(--tw-content);max-height:50px}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:bg-\[\#5F718A\]:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(95 113 138 / var(--tw-bg-opacity, 1))}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0}.last\:pb-0:last-child{padding-bottom:0}.checked\:border-0:checked{border-width:0px}.checked\:bg-dark-blue:checked{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.empty\:hidden:empty{display:none}.focus-within\:placeholder-dark-orange:focus-within::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(182 49 0 / var(--tw-placeholder-opacity, 1))}.focus-within\:placeholder-dark-orange:focus-within::placeholder{--tw-placeholder-opacity: 1;color:rgb(182 49 0 / var(--tw-placeholder-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.focus-within\:ring-dark-orange:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(182 49 0 / var(--tw-ring-opacity, 1))}.hover\:bottom-0:hover{bottom:0}.hover\:left-0:hover{left:0}.hover\:right-0:hover{right:0}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-l-orange-500:hover{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#001E52\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 30 82 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#061b45\]:hover{--tw-bg-opacity: 1;background-color:rgb(6 27 69 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1C4DA1\]:hover{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1C4DA1\]\/10:hover{background-color:#1c4da11a}.hover\:bg-\[\#98E1F5\]:hover{--tw-bg-opacity: 1;background-color:rgb(152 225 245 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E8EDF6\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F95C22\]:hover{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FB9D7A\]:hover{--tw-bg-opacity: 1;background-color:rgb(251 157 122 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFEF99\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 239 153 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-hover-blue:hover{--tw-bg-opacity: 1;background-color:rgb(10 66 161 / var(--tw-bg-opacity, 1))}.hover\:bg-hover-orange:hover{--tw-bg-opacity: 1;background-color:rgb(251 157 122 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-500:hover{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(22 65 148 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(249 92 34 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.focus\:z-10:focus{z-index:10}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-dark-blue:focus{--tw-border-opacity: 1;border-color:rgb(28 77 161 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.focus\:text-black:focus{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.focus\:text-dark-blue:focus{--tw-text-opacity: 1;color:rgb(28 77 161 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 92 34 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-indigo-500:focus-visible{outline-color:#6366f1}.focus-visible\:outline-white:focus-visible{outline-color:#fff}.active\:bg-black:active{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-700:active{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:top-1\/2{top:50%}.group:hover .group-hover\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:fill-\[\#1C4DA1\]{fill:#1c4da1}.group:hover .group-hover\:fill-\[\#ffffff\]{fill:#fff}.group:hover .group-hover\:fill-secondary{fill:#164194}.group:hover .group-hover\:fill-white{fill:#fff}.group:hover .group-hover\:stroke-\[\#ffffff\]{stroke:#fff}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:block{display:block}.peer:checked~.peer-checked\:before\:block:before{content:var(--tw-content);display:block}.peer:checked~.peer-checked\:before\:h-3:before{content:var(--tw-content);height:.75rem}.peer:checked~.peer-checked\:before\:w-3:before{content:var(--tw-content);width:.75rem}.peer:checked~.peer-checked\:before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.peer:checked~.peer-checked\:before\:bg-slate-600:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(32 38 44 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:before\:content-\[\'\'\]:before{--tw-content: "";content:var(--tw-content)}@media not all and (min-width: 1280px){.max-xl\:flex{display:flex}.max-xl\:\!hidden{display:none!important}.max-xl\:w-full{width:100%}.max-xl\:flex-col{flex-direction:column}.max-xl\:\!items-start{align-items:flex-start!important}.max-xl\:overflow-auto{overflow:auto}.max-xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-xl\:px-8{padding-left:2rem;padding-right:2rem}.max-xl\:pt-6{padding-top:1.5rem}}@media not all and (min-width: 1024px){.max-lg\:hidden{display:none}.max-lg\:flex-col{flex-direction:column}.max-lg\:flex-col-reverse{flex-direction:column-reverse}.max-lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-lg\:py-12{padding-top:3rem;padding-bottom:3rem}.max-lg\:pb-12{padding-bottom:3rem}.max-lg\:pb-5{padding-bottom:1.25rem}.max-lg\:pt-5{padding-top:1.25rem}.max-lg\:pt-\[50px\]{padding-top:50px}}@media not all and (min-width: 768px){.max-md\:fixed{position:fixed}.max-md\:bottom-0{bottom:0}.max-md\:left-0{left:0}.max-md\:z-\[99\]{z-index:99}.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:mb-10{margin-bottom:2.5rem}.max-md\:mt-10{margin-top:2.5rem}.max-md\:mt-2{margin-top:.5rem}.max-md\:mt-4{margin-top:1rem}.max-md\:hidden{display:none}.max-md\:h-\[386px\]{height:386px}.max-md\:h-\[50\%\]{height:50%}.max-md\:h-\[calc\(100dvh-125px\)\]{height:calc(100dvh - 125px)}.max-md\:h-full{height:100%}.max-md\:max-h-\[50\%\]{max-height:50%}.max-md\:w-fit{width:-moz-fit-content;width:fit-content}.max-md\:w-full{width:100%}.max-md\:max-w-full{max-width:100%}.max-md\:justify-end{justify-content:flex-end}.max-md\:gap-2{gap:.5rem}.max-md\:overflow-auto{overflow:auto}.max-md\:rounded-none{border-radius:0}.max-md\:border-r-2{border-right-width:2px}.max-md\:border-t-2{border-top-width:2px}.max-md\:border-primary{--tw-border-opacity: 1;border-color:rgb(249 92 34 / var(--tw-border-opacity, 1))}.max-md\:border-r-\[\#D6D8DA\]{--tw-border-opacity: 1;border-right-color:rgb(214 216 218 / var(--tw-border-opacity, 1))}.max-md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.max-md\:p-6{padding:1.5rem}.max-md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.max-md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-md\:px-\[44px\]{padding-left:44px;padding-right:44px}.max-md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.max-md\:py-12{padding-top:3rem;padding-bottom:3rem}.max-md\:py-4{padding-top:1rem;padding-bottom:1rem}.max-md\:pb-4{padding-bottom:1rem}.max-md\:text-2xl{font-size:1.5rem;line-height:2rem}.max-md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.max-md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.max-md\:text-6xl{font-size:3.75rem;line-height:1}.max-md\:text-\[22px\]{font-size:22px}.max-md\:leading-8{line-height:2rem}}@media not all and (min-width: 575px){.max-sm\:top-6{top:1.5rem}.max-sm\:top-8{top:2rem}.max-sm\:mb-10{margin-bottom:2.5rem}.max-sm\:hidden{display:none}.max-sm\:h-\[224px\]{height:224px}.max-sm\:w-full{width:100%}.max-sm\:gap-1\.5{gap:.375rem}.max-sm\:p-0{padding:0}.max-sm\:p-\[10px\]{padding:10px}.max-sm\:px-1{padding-left:.25rem;padding-right:.25rem}.max-sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.max-sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-sm\:leading-7{line-height:1.75rem}}@media not all and (min-width: 480px){.max-xs\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-xs\:text-\[20px\]{font-size:20px}}@media (min-width: 575px){.sm\:static{position:static}.sm\:absolute{position:absolute}.sm\:-bottom-16{bottom:-4rem}.sm\:-right-60{right:-15rem}.sm\:-top-10{top:-2.5rem}.sm\:left-3{left:.75rem}.sm\:right-1\/2{right:50%}.sm\:top-2{top:.5rem}.sm\:top-\[-28rem\]{top:-28rem}.sm\:-z-10{z-index:-10}.sm\:order-2{order:2}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:-mt-20{margin-top:-5rem}.sm\:mb-12{margin-bottom:3rem}.sm\:ml-16{margin-left:4rem}.sm\:mr-10{margin-right:2.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-auto{height:auto}.sm\:w-\[324px\]{width:324px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-\[224px\]{min-width:224px}.sm\:max-w-md{max-width:28rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:2.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pr-20{padding-right:5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:pt-24{padding-top:6rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-base{font-size:1.125rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-5{line-height:1.25rem}.sm\:blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:-right-36{right:-9rem}.md\:-right-40{right:-10rem}.md\:bottom-auto{bottom:auto}.md\:left-0{left:0}.md\:right-0{right:0}.md\:top-1\/2{top:50%}.md\:top-1\/3{top:33.333333%}.md\:top-2\/3{top:66.666667%}.md\:top-48{top:12rem}.md\:top-\[123px\]{top:123px}.md\:order-2{order:2}.md\:col-span-1{grid-column:span 1 / span 1}.md\:mb-0{margin-bottom:0}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-auto{margin-left:auto}.md\:mr-auto{margin-right:auto}.md\:mt-10{margin-top:2.5rem}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-64{height:16rem}.md\:h-72{height:18rem}.md\:h-8{height:2rem}.md\:h-\[642px\]{height:642px}.md\:h-\[calc\(100dvh-123px\)\]{height:calc(100dvh - 123px)}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:min-h-96{min-height:24rem}.md\:min-h-\[48px\]{min-height:48px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-52{width:13rem}.md\:w-60{width:15rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-\[130px\]{width:130px}.md\:w-\[177px\]{width:177px}.md\:w-\[200px\]{width:200px}.md\:w-\[260px\]{width:260px}.md\:w-\[329px\]{width:329px}.md\:w-\[480px\]{width:480px}.md\:w-\[60vw\]{width:60vw}.md\:w-\[calc\(100\%-0\.75rem\)\]{width:calc(100% - .75rem)}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:max-w-60{max-width:15rem}.md\:max-w-\[386px\]{max-width:386px}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[472px\]{max-width:472px}.md\:max-w-\[760px\]{max-width:760px}.md\:max-w-\[825px\]{max-width:825px}.md\:max-w-\[90\%\]{max-width:90%}.md\:max-w-md{max-width:28rem}.md\:\!translate-y-0{--tw-translate-y: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:gap-10{gap:2.5rem}.md\:gap-16{gap:4rem}.md\:gap-2{gap:.5rem}.md\:gap-20{gap:5rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-\[50px\]{gap:50px}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:overflow-x-hidden{overflow-x:hidden}.md\:overflow-y-hidden{overflow-y:hidden}.md\:overflow-y-scroll{overflow-y:scroll}.md\:whitespace-nowrap{white-space:nowrap}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:rounded-tl-lg{border-top-left-radius:.5rem}.md\:rounded-tr-lg{border-top-right-radius:.5rem}.md\:border-b-2{border-bottom-width:2px}.md\:border-l-\[5px\]{border-left-width:5px}.md\:border-t-0{border-top-width:0px}.md\:border-b-\[\#D6D8DA\]{--tw-border-opacity: 1;border-bottom-color:rgb(214 216 218 / var(--tw-border-opacity, 1))}.md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:p-0{padding:0}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-4{padding:1rem}.md\:p-8{padding:2rem}.md\:\!px-0{padding-left:0!important;padding-right:0!important}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[186px\]{padding-top:186px;padding-bottom:186px}.md\:py-\[4\.5rem\]{padding-top:4.5rem;padding-bottom:4.5rem}.md\:py-\[7\.5rem\]{padding-top:7.5rem;padding-bottom:7.5rem}.md\:py-\[72px\]{padding-top:72px;padding-bottom:72px}.md\:py-\[84px\]{padding-top:84px;padding-bottom:84px}.md\:\!pt-12{padding-top:3rem!important}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-48{padding-bottom:12rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-0{padding-left:0}.md\:pl-16{padding-left:4rem}.md\:pr-3{padding-right:.75rem}.md\:pt-12{padding-top:3rem}.md\:pt-20{padding-top:5rem}.md\:pt-28{padding-top:7rem}.md\:pt-32{padding-top:8rem}.md\:pt-4{padding-top:1rem}.md\:pt-40{padding-top:10rem}.md\:pt-48{padding-top:12rem}.md\:pt-52{padding-top:13rem}.md\:text-center{text-align:center}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[1\.35rem\]{font-size:1.35rem}.md\:text-\[30px\]{font-size:30px}.md\:text-\[36px\]{font-size:36px}.md\:text-\[45px\]{font-size:45px}.md\:text-\[48px\]{font-size:48px}.md\:text-\[60px\]{font-size:60px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-medium{font-weight:500}.md\:leading-7{line-height:1.75rem}.md\:leading-8{line-height:2rem}.md\:leading-9{line-height:2.25rem}.md\:leading-\[30px\]{line-height:30px}.md\:leading-\[44px\]{line-height:44px}.md\:leading-\[52px\]{line-height:52px}.md\:leading-\[58px\]{line-height:58px}.md\:leading-\[72px\]{line-height:72px}}@media (min-width: 993px){.tablet\:top-16{top:4rem}.tablet\:mb-0{margin-bottom:0}.tablet\:mb-10{margin-bottom:2.5rem}.tablet\:mb-6{margin-bottom:1.5rem}.tablet\:mb-8{margin-bottom:2rem}.tablet\:mt-0{margin-top:0}.tablet\:block{display:block}.tablet\:flex{display:flex}.tablet\:hidden{display:none}.tablet\:w-1\/3{width:33.333333%}.tablet\:w-2\/3{width:66.666667%}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tablet\:flex-row{flex-direction:row}.tablet\:items-center{align-items:center}.tablet\:gap-14{gap:3.5rem}.tablet\:gap-20{gap:5rem}.tablet\:gap-32{gap:8rem}.tablet\:gap-6{gap:1.5rem}.tablet\:rounded-3xl{border-radius:1.5rem}.tablet\:px-24{padding-left:6rem;padding-right:6rem}.tablet\:py-16{padding-top:4rem;padding-bottom:4rem}.tablet\:py-20{padding-top:5rem;padding-bottom:5rem}.tablet\:py-28{padding-top:7rem;padding-bottom:7rem}.tablet\:pb-16{padding-bottom:4rem}.tablet\:pb-6{padding-bottom:1.5rem}.tablet\:pb-8{padding-bottom:2rem}.tablet\:pt-20{padding-top:5rem}.tablet\:text-left{text-align:left}.tablet\:text-center{text-align:center}.tablet\:text-2xl{font-size:1.5rem;line-height:2rem}.tablet\:text-3xl{font-size:1.875rem;line-height:2.25rem}.tablet\:text-4xl{font-size:2.25rem;line-height:2.5rem}.tablet\:text-5xl{font-size:3rem;line-height:1}.tablet\:text-xl{font-size:1.25rem;line-height:1.75rem}.tablet\:font-medium{font-weight:500}.tablet\:leading-7{line-height:1.75rem}.tablet\:leading-\[30px\]{line-height:30px}}@media (min-width: 1024px){.lg\:-bottom-20{bottom:-5rem}.lg\:top-96{top:24rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-full{grid-column:1 / -1}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-20{height:5rem}.lg\:h-\[320px\]{height:320px}.lg\:h-\[520px\]{height:520px}.lg\:w-1\/2{width:50%}.lg\:w-20{width:5rem}.lg\:w-\[440px\]{width:440px}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:max-w-\[429px\]{max-width:429px}.lg\:max-w-\[460px\]{max-width:460px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:items-center{align-items:center}.lg\:gap-0{gap:0px}.lg\:gap-10{gap:2.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-8{gap:2rem}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:rounded-bl-\[30px\]{border-bottom-left-radius:30px}.lg\:bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(255 251 229 / var(--tw-bg-opacity, 1))}.lg\:p-10{padding:2.5rem}.lg\:p-16{padding:4rem}.lg\:p-20{padding:5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[6rem\]{padding-left:6rem;padding-right:6rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-\[10rem\]{padding-top:10rem;padding-bottom:10rem}.lg\:py-\[4rem\]{padding-top:4rem;padding-bottom:4rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pl-24{padding-left:6rem}.lg\:pr-0{padding-right:0}.lg\:pr-12{padding-right:3rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-8{padding-top:2rem}.lg\:text-\[20px\]{font-size:20px}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:leading-\[22px\]{line-height:22px}.lg\:leading-\[44px\]{line-height:44px}}@media (min-width: 1280px){.xl\:static{position:static}.xl\:-bottom-28{bottom:-7rem}.xl\:-bottom-32{bottom:-8rem}.xl\:-bottom-36{bottom:-9rem}.xl\:mb-0{margin-bottom:0}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-8{margin-bottom:2rem}.xl\:ml-8{margin-left:2rem}.xl\:mr-8{margin-right:2rem}.xl\:mt-20{margin-top:5rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:\!hidden{display:none!important}.xl\:hidden{display:none}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-3\/4{width:75%}.xl\:w-72{width:18rem}.xl\:w-auto{width:auto}.xl\:w-full{width:100%}.xl\:max-w-\[640px\]{max-width:640px}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-10{gap:2.5rem}.xl\:gap-12{gap:3rem}.xl\:gap-20{gap:5rem}.xl\:gap-28{gap:7rem}.xl\:gap-32{gap:8rem}.xl\:gap-40{gap:10rem}.xl\:gap-\[120px\]{gap:120px}.xl\:whitespace-nowrap{white-space:nowrap}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pl-16{padding-left:4rem}.xl\:pl-32{padding-left:8rem}.xl\:pt-\[10rem\]{padding-top:10rem}.xl\:text-\[60px\]{font-size:60px}.xl\:leading-\[72px\]{line-height:72px}}@media (min-width: 1536px){.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:flex-row{flex-direction:row}.\32xl\:gap-8{gap:2rem}.\32xl\:gap-\[260px\]{gap:260px}.\32xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}.\[\&_li\]\:my-2 li{margin-top:.5rem;margin-bottom:.5rem}.\[\&_p\]\:\!p-0 p{padding:0!important}.\[\&_p\]\:p-0 p{padding:0}.\[\&_p\]\:py-0 p{padding-top:0;padding-bottom:0}.\[\&_p\]\:empty\:hidden:empty p{display:none}.\[\&_path\]\:\!fill-dark-blue path{fill:#1c4da1!important} diff --git a/public/build/assets/app-B8CarwFj.css b/public/build/assets/app-B8CarwFj.css deleted file mode 100644 index e896603b5..000000000 --- a/public/build/assets/app-B8CarwFj.css +++ /dev/null @@ -1 +0,0 @@ -*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 575px){.container{max-width:575px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 993px){.container{max-width:993px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.\!bottom-0{bottom:0!important}.\!right-0{right:0!important}.-bottom-10{bottom:-2.5rem}.-bottom-2{bottom:-.5rem}.-bottom-24{bottom:-6rem}.-bottom-28{bottom:-7rem}.-bottom-6{bottom:-1.5rem}.-left-1\/4{left:-25%}.-left-2{left:-.5rem}.-left-36{left:-9rem}.-left-6{left:-1.5rem}.-left-\[10rem\]{left:-10rem}.-right-1\/4{right:-25%}.-right-14{right:-3.5rem}.-right-16{right:-4rem}.-right-2{right:-.5rem}.-right-8{right:-2rem}.-top-52{top:-13rem}.-top-6{top:-1.5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-12{bottom:3rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-4{bottom:1rem}.bottom-40{bottom:10rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-12{left:3rem}.left-2{left:.5rem}.left-24{left:6rem}.left-4{left:1rem}.left-40{left:10rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-\[3px\]{left:3px}.left-\[calc\(100\%\+1\.5rem\)\]{left:calc(100% + 1.5rem)}.left-full{left:100%}.right-0{right:0}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-20{right:5rem}.right-3{right:.75rem}.right-36{right:9rem}.right-4{right:1rem}.right-40{right:10rem}.right-6{right:1.5rem}.right-\[20px\]{right:20px}.right-full{right:100%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-12{top:3rem}.top-14{top:3.5rem}.top-24{top:6rem}.top-28{top:7rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[125px\]{top:125px}.top-\[139px\]{top:139px}.top-\[198px\]{top:198px}.top-\[57px\]{top:57px}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[110\]{z-index:110}.z-\[1\]{z-index:1}.z-\[8\]{z-index:8}.z-\[99\]{z-index:99}.order-1{order:1}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.float-left{float:left}.m-0{margin:0}.m-12{margin:3rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-px{margin-bottom:-1px}.-ml-px{margin-left:-1px}.-mt-1{margin-top:-.25rem}.-mt-24{margin-top:-6rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mr-\[2px\]{margin-right:2px}.ms-2{margin-inline-start:.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[\.1rem\]{margin-top:.1rem}.mt-\[13px\]{margin-top:13px}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[1\.5\]{aspect-ratio:1.5}.aspect-\[1\.63\]{aspect-ratio:1.63}.aspect-\[1097\/845\]{aspect-ratio:1097/845}.aspect-\[2\]{aspect-ratio:2}.aspect-\[3\/2\]{aspect-ratio:3/2}.aspect-square{aspect-ratio:1 / 1}.\!h-10{height:2.5rem!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[118px\]{height:118px}.h-\[120px\]{height:120px}.h-\[160px\]{height:160px}.h-\[167px\]{height:167px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[280px\]{height:280px}.h-\[2px\]{height:2px}.h-\[48px\]{height:48px}.h-\[50\%\]{height:50%}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[520px\]{height:520px}.h-\[56px\]{height:56px}.h-\[760px\]{height:760px}.h-\[800px\]{height:800px}.h-\[88px\]{height:88px}.h-\[93px\]{height:93px}.h-\[calc\(100dvh-139px\)\]{height:calc(100dvh - 139px)}.h-\[calc\(80vw-40px\)\]{height:calc(80vw - 40px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.max-h-0{max-height:0px}.max-h-80{max-height:20rem}.max-h-\[396px\]{max-height:396px}.max-h-\[449px\]{max-height:449px}.max-h-\[450px\]{max-height:450px}.max-h-\[646px\]{max-height:646px}.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.max-h-full{max-height:100%}.min-h-12{min-height:3rem}.min-h-3{min-height:.75rem}.min-h-6{min-height:1.5rem}.min-h-8{min-height:2rem}.min-h-\[120px\]{min-height:120px}.min-h-\[160px\]{min-height:160px}.min-h-\[1px\]{min-height:1px}.min-h-\[244px\]{min-height:244px}.min-h-\[24px\]{min-height:24px}.min-h-\[48px\]{min-height:48px}.min-h-\[560px\]{min-height:560px}.min-h-\[84px\]{min-height:84px}.min-h-screen{min-height:100vh}.\!w-10{width:2.5rem!important}.w-0{width:0px}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-\[100px\]{width:100px}.w-\[108px\]{width:108px}.w-\[118px\]{width:118px}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[150vw\]{width:150vw}.w-\[184px\]{width:184px}.w-\[200px\]{width:200px}.w-\[208px\]{width:208px}.w-\[26px\]{width:26px}.w-\[280px\]{width:280px}.w-\[57\.875rem\]{width:57.875rem}.w-\[68\.5625rem\]{width:68.5625rem}.w-\[88px\]{width:88px}.w-\[93px\]{width:93px}.w-\[calc\(100\%-1rem\)\]{width:calc(100% - 1rem)}.w-\[calc\(33\.33\%-8px\)\]{width:calc(33.33% - 8px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-12{min-width:3rem}.min-w-4{min-width:1rem}.min-w-6{min-width:1.5rem}.min-w-60{min-width:15rem}.min-w-8{min-width:2rem}.min-w-\[353px\]{min-width:353px}.min-w-\[55\%\]{min-width:55%}.min-w-full{min-width:100%}.\!max-w-\[1428px\]{max-width:1428px!important}.\!max-w-none{max-width:none!important}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1080px\]{max-width:1080px}.max-w-\[1186px\]{max-width:1186px}.max-w-\[140px\]{max-width:140px}.max-w-\[1428px\]{max-width:1428px}.max-w-\[450px\]{max-width:450px}.max-w-\[480px\]{max-width:480px}.max-w-\[525px\]{max-width:525px}.max-w-\[532px\]{max-width:532px}.max-w-\[560px\]{max-width:560px}.max-w-\[582px\]{max-width:582px}.max-w-\[600px\]{max-width:600px}.max-w-\[632px\]{max-width:632px}.max-w-\[643px\]{max-width:643px}.max-w-\[660px\]{max-width:660px}.max-w-\[674px\]{max-width:674px}.max-w-\[708px\]{max-width:708px}.max-w-\[720px\]{max-width:720px}.max-w-\[725px\]{max-width:725px}.max-w-\[80\%\]{max-width:80%}.max-w-\[819px\]{max-width:819px}.max-w-\[82px\]{max-width:82px}.max-w-\[830px\]{max-width:830px}.max-w-\[852px\]{max-width:852px}.max-w-\[864px\]{max-width:864px}.max-w-\[880px\]{max-width:880px}.max-w-\[890px\]{max-width:890px}.max-w-\[900px\]{max-width:900px}.max-w-\[907px\]{max-width:907px}.max-w-\[calc\(70vw\)\]{max-width:70vw}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-0{flex-basis:0px}.border-collapse{border-collapse:collapse}.\!translate-y-0{--tw-translate-y: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-12{--tw-translate-x: -3rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-2{--tw-translate-x: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-6{--tw-translate-x: -1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-3{--tw-translate-y: -.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-162\.343deg\]{--tw-rotate: -162.343deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[22px\]{gap:22px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[24px\]{border-radius:24px}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[32px\]{border-radius:32px}.rounded-\[32px_0_0_0\]{border-radius:32px 0 0}.rounded-\[60px\]{border-radius:60px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-\[32px\]{border-top-left-radius:32px;border-top-right-radius:32px}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-bl-\[30px\]{border-bottom-left-radius:30px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr{border-top-right-radius:.25rem}.\!border-2{border-width:2px!important}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[3px\]{border-width:3px}.border-x-4{border-left-width:4px;border-right-width:4px}.border-y-2{border-top-width:2px;border-bottom-width:2px}.\!border-b-0{border-bottom-width:0px!important}.\!border-r-0{border-right-width:0px!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-b-\[20px\]{border-bottom-width:20px}.border-b-\[3px\]{border-bottom-width:3px}.border-l-\[20px\]{border-left-width:20px}.border-l-\[4px\]{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-r-\[20px\]{border-right-width:20px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-\[3px\]{border-top-width:3px}.border-t-\[5px\]{border-top-width:5px}.\!border-solid{border-style:solid!important}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-\[\#05603A\]{--tw-border-opacity: 1;border-color:rgb(5 96 58 / var(--tw-border-opacity, 1))}.border-\[\#1C4DA1\]{--tw-border-opacity: 1;border-color:rgb(28 77 161 / var(--tw-border-opacity, 1))}.border-\[\#A4B8D9\]{--tw-border-opacity: 1;border-color:rgb(164 184 217 / var(--tw-border-opacity, 1))}.border-\[\#A9A9A9\]{--tw-border-opacity: 1;border-color:rgb(169 169 169 / var(--tw-border-opacity, 1))}.border-\[\#ADB2B6\]{--tw-border-opacity: 1;border-color:rgb(173 178 182 / var(--tw-border-opacity, 1))}.border-\[\#B399D6\]{--tw-border-opacity: 1;border-color:rgb(179 153 214 / var(--tw-border-opacity, 1))}.border-\[\#CA8A00\]{--tw-border-opacity: 1;border-color:rgb(202 138 0 / var(--tw-border-opacity, 1))}.border-\[\#D6D8DA\]{--tw-border-opacity: 1;border-color:rgb(214 216 218 / var(--tw-border-opacity, 1))}.border-\[\#D9CCEA\]{--tw-border-opacity: 1;border-color:rgb(217 204 234 / var(--tw-border-opacity, 1))}.border-\[\#DBECF0\]{--tw-border-opacity: 1;border-color:rgb(219 236 240 / var(--tw-border-opacity, 1))}.border-\[\#F95C22\]{--tw-border-opacity: 1;border-color:rgb(249 92 34 / var(--tw-border-opacity, 1))}.border-\[\#FBBB26\]{--tw-border-opacity: 1;border-color:rgb(251 187 38 / var(--tw-border-opacity, 1))}.border-\[\#FFEF99\]{--tw-border-opacity: 1;border-color:rgb(255 239 153 / var(--tw-border-opacity, 1))}.border-\[\#ffa7b4\]{--tw-border-opacity: 1;border-color:rgb(255 167 180 / var(--tw-border-opacity, 1))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.border-dark-blue{--tw-border-opacity: 1;border-color:rgb(28 77 161 / var(--tw-border-opacity, 1))}.border-dark-blue-100{--tw-border-opacity: 1;border-color:rgb(210 219 236 / var(--tw-border-opacity, 1))}.border-dark-blue-200{--tw-border-opacity: 1;border-color:rgb(164 184 217 / var(--tw-border-opacity, 1))}.border-dark-blue-300{--tw-border-opacity: 1;border-color:rgb(119 148 199 / var(--tw-border-opacity, 1))}.border-dark-blue-400{--tw-border-opacity: 1;border-color:rgb(73 113 180 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(249 92 34 / var(--tw-border-opacity, 1))}.border-secondary{--tw-border-opacity: 1;border-color:rgb(22 65 148 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-zinc-100{--tw-border-opacity: 1;border-color:rgb(244 244 245 / var(--tw-border-opacity, 1))}.border-b-\[\#F4F6FA\]{--tw-border-opacity: 1;border-bottom-color:rgb(244 246 250 / var(--tw-border-opacity, 1))}.border-b-\[\#ffffff\]{--tw-border-opacity: 1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-b-gray-800{--tw-border-opacity: 1;border-bottom-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-l-gray-800{--tw-border-opacity: 1;border-left-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-r-\[\#D9CCEA\]{--tw-border-opacity: 1;border-right-color:rgb(217 204 234 / var(--tw-border-opacity, 1))}.border-r-gray-800{--tw-border-opacity: 1;border-right-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.border-t-gray-800{--tw-border-opacity: 1;border-top-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.\!bg-dark-blue{--tw-bg-opacity: 1 !important;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))!important}.\!bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))!important}.bg-\[\#00B3E3\]{--tw-bg-opacity: 1;background-color:rgb(0 179 227 / var(--tw-bg-opacity, 1))}.bg-\[\#1C4DA1CC\]{background-color:#1c4da1cc}.bg-\[\#1C4DA1\]{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.bg-\[\#410098\]{--tw-bg-opacity: 1;background-color:rgb(65 0 152 / var(--tw-bg-opacity, 1))}.bg-\[\#99E1F4\]{--tw-bg-opacity: 1;background-color:rgb(153 225 244 / var(--tw-bg-opacity, 1))}.bg-\[\#A4B8D9\]{--tw-bg-opacity: 1;background-color:rgb(164 184 217 / var(--tw-bg-opacity, 1))}.bg-\[\#B399D6\]{--tw-bg-opacity: 1;background-color:rgb(179 153 214 / var(--tw-bg-opacity, 1))}.bg-\[\#CCF0F9\]{--tw-bg-opacity: 1;background-color:rgb(204 240 249 / var(--tw-bg-opacity, 1))}.bg-\[\#E8EDF6\]{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.bg-\[\#F2FBFE\]{--tw-bg-opacity: 1;background-color:rgb(242 251 254 / var(--tw-bg-opacity, 1))}.bg-\[\#F4F6FA\]{--tw-bg-opacity: 1;background-color:rgb(244 246 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F5F2FA\]{--tw-bg-opacity: 1;background-color:rgb(245 242 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F95C22\]{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.bg-\[\#FE6824\]{--tw-bg-opacity: 1;background-color:rgb(254 104 36 / var(--tw-bg-opacity, 1))}.bg-\[\#FEEFE9\]{--tw-bg-opacity: 1;background-color:rgb(254 239 233 / var(--tw-bg-opacity, 1))}.bg-\[\#FFD700\]{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-\[\#FFEF99\]{--tw-bg-opacity: 1;background-color:rgb(255 239 153 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFBE5\]{--tw-bg-opacity: 1;background-color:rgb(255 251 229 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[\#fe85351a\]{background-color:#fe85351a}.bg-\[\#ffe5e9\]{--tw-bg-opacity: 1;background-color:rgb(255 229 233 / var(--tw-bg-opacity, 1))}.bg-\[\#ffffff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-aqua{--tw-bg-opacity: 1;background-color:rgb(177 224 229 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50\/75{background-color:#eff6ffbf}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.bg-dark-blue{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.bg-dark-blue-50{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.bg-gray-10{--tw-bg-opacity: 1;background-color:rgb(244 246 250 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-800{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.bg-light-blue{--tw-bg-opacity: 1;background-color:rgb(242 251 254 / var(--tw-bg-opacity, 1))}.bg-light-blue-100{--tw-bg-opacity: 1;background-color:rgb(204 240 249 / var(--tw-bg-opacity, 1))}.bg-light-blue-300{--tw-bg-opacity: 1;background-color:rgb(102 209 238 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-stone-800{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-900{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-yellow{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-yellow-2{--tw-bg-opacity: 1;background-color:rgb(255 247 204 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(255 251 229 / var(--tw-bg-opacity, 1))}.bg-opacity-25{--tw-bg-opacity: .25}.bg-blue-gradient{background-image:linear-gradient(161.75deg,#1254c5 16.95%,#0040ae 31.1%)}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-green-gradient{background-image:linear-gradient(90deg,#33c2e9 35%,#00b3e3 90%)}.bg-light-blue-gradient{background-image:linear-gradient(161.75deg,#33c2e9 16.95%,#00b3e3 31.1%)}.bg-orange-gradient{background-image:linear-gradient(36.92deg,#f95c22 20.32%,#ff885c 28.24%)}.bg-secondary-gradient{background-image:linear-gradient(36.92deg,#1c4da1 20.32%,#0040ae 28.24%)}.bg-violet-gradient{background-image:linear-gradient(247deg,#410098 22.05%,#6733ad 79.09%)}.bg-yellow-transparent-gradient{background-image:linear-gradient(90deg,#fffbe5 35%,#0000 90%)}.bg-yellow-transparent-opposite-gradient{background-image:linear-gradient(90deg,#0000 10%,#fffbe5 65%)}.from-\[\#ff4694\]{--tw-gradient-from: #ff4694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#776fff\]{--tw-gradient-to: #776fff var(--tw-gradient-to-position)}.fill-\[\#000000\]{fill:#000}.fill-\[\#FFD700\]{fill:gold}.fill-current{fill:currentColor}.fill-orange-500{fill:#f97316}.fill-primary{fill:#f95c22}.fill-white{fill:#fff}.stroke-\[\#414141\]{stroke:#414141}.stroke-current{stroke:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[13px\]{padding:13px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-48{padding-left:12rem;padding-right:12rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[44px\]{padding-left:44px;padding-right:44px}.px-\[60px\]{padding-left:60px;padding-right:60px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[5rem\]{padding-top:5rem;padding-bottom:5rem}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.\!pb-0{padding-bottom:0!important}.\!pb-8{padding-bottom:2rem!important}.\!pr-10{padding-right:2.5rem!important}.\!pt-16{padding-top:4rem!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0\.5{padding-left:.125rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-14{padding-right:3.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-48{padding-right:12rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-48{padding-top:12rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-60{padding-top:15rem}.pt-8{padding-top:2rem}.pt-\[5rem\]{padding-top:5rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.font-\[\'Blinker\'\]{font-family:Blinker}.font-\[\'Montserrat\'\]{font-family:Montserrat}.font-\[Blinker\]{font-family:Blinker}.font-\[Montserrat\]{font-family:Montserrat}.font-blinker{font-family:Blinker,sans-serif}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.\!text-\[16px\]{font-size:16px!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[30px\]{font-size:30px}.text-base{font-size:1.125rem}.text-default{font-size:16px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.\!capitalize{text-transform:capitalize!important}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-\[1\.4\]{line-height:1.4}.leading-\[20px\]{line-height:20px}.leading-\[22px\]{line-height:22px}.leading-\[30px\]{line-height:30px}.leading-\[36px\]{line-height:36px}.leading-\[44px\]{line-height:44px}.leading-loose{line-height:2}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[\.1px\]{letter-spacing:.1px}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#1C4DA1\]{--tw-text-opacity: 1 !important;color:rgb(28 77 161 / var(--tw-text-opacity, 1))!important}.\!text-\[\#ffffff\]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#05603A\]{--tw-text-opacity: 1;color:rgb(5 96 58 / var(--tw-text-opacity, 1))}.text-\[\#164194\]{--tw-text-opacity: 1;color:rgb(22 65 148 / var(--tw-text-opacity, 1))}.text-\[\#1C4DA1\],.text-\[\#1c4da1\]{--tw-text-opacity: 1;color:rgb(28 77 161 / var(--tw-text-opacity, 1))}.text-\[\#20262C\],.text-\[\#20262c\]{--tw-text-opacity: 1;color:rgb(32 38 44 / var(--tw-text-opacity, 1))}.text-\[\#333E48\],.text-\[\#333e48\]{--tw-text-opacity: 1;color:rgb(51 62 72 / var(--tw-text-opacity, 1))}.text-\[\'\#20262C\'\]{color:"#20262C"}.text-\[\'Blinker\'\]{color:"Blinker"}.text-\[ff526c\]{color:ff526c}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-dark-blue{--tw-text-opacity: 1;color:rgb(28 77 161 / var(--tw-text-opacity, 1))}.text-dark-blue-400{--tw-text-opacity: 1;color:rgb(73 113 180 / var(--tw-text-opacity, 1))}.text-error-200{--tw-text-opacity: 1;color:rgb(227 5 25 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(249 92 34 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-secondary{--tw-text-opacity: 1;color:rgb(22 65 148 / var(--tw-text-opacity, 1))}.text-slate,.text-slate-400{--tw-text-opacity: 1;color:rgb(92 101 109 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(51 62 72 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(32 38 44 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.bg-blend-multiply{background-blend-mode:multiply}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[118px\]{--tw-blur: blur(118px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\[1\.5s\]{transition-duration:1.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:top-full:after{content:var(--tw-content);top:100%}.after\:mt-2:after{content:var(--tw-content);margin-top:.5rem}.after\:block:after{content:var(--tw-content);display:block}.after\:h-\[50px\]:after{content:var(--tw-content);height:50px}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:max-h-\[50px\]:after{content:var(--tw-content);max-height:50px}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:bg-\[\#5F718A\]:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(95 113 138 / var(--tw-bg-opacity, 1))}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.checked\:border-0:checked{border-width:0px}.checked\:bg-dark-blue:checked{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.empty\:hidden:empty{display:none}.focus-within\:placeholder-dark-orange:focus-within::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(182 49 0 / var(--tw-placeholder-opacity, 1))}.focus-within\:placeholder-dark-orange:focus-within::placeholder{--tw-placeholder-opacity: 1;color:rgb(182 49 0 / var(--tw-placeholder-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.focus-within\:ring-dark-orange:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(182 49 0 / var(--tw-ring-opacity, 1))}.hover\:bottom-0:hover{bottom:0}.hover\:left-0:hover{left:0}.hover\:right-0:hover{right:0}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.hover\:border-l-orange-500:hover{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#001E52\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 30 82 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#061b45\]:hover{--tw-bg-opacity: 1;background-color:rgb(6 27 69 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1C4DA1\]:hover{--tw-bg-opacity: 1;background-color:rgb(28 77 161 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1C4DA1\]\/10:hover{background-color:#1c4da11a}.hover\:bg-\[\#98E1F5\]:hover{--tw-bg-opacity: 1;background-color:rgb(152 225 245 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E8EDF6\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F95C22\]:hover{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FB9D7A\]:hover{--tw-bg-opacity: 1;background-color:rgb(251 157 122 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFEF99\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 239 153 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(232 237 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-hover-blue:hover{--tw-bg-opacity: 1;background-color:rgb(10 66 161 / var(--tw-bg-opacity, 1))}.hover\:bg-hover-orange:hover{--tw-bg-opacity: 1;background-color:rgb(251 157 122 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-500:hover{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(22 65 148 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(249 92 34 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-indigo-700:focus{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 92 34 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-indigo-500:focus-visible{outline-color:#6366f1}.focus-visible\:outline-white:focus-visible{outline-color:#fff}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-indigo-700:active{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:top-1\/2{top:50%}.group:hover .group-hover\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgb(249 92 34 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:fill-\[\#1C4DA1\]{fill:#1c4da1}.group:hover .group-hover\:fill-\[\#ffffff\]{fill:#fff}.group:hover .group-hover\:fill-secondary{fill:#164194}.group:hover .group-hover\:fill-white{fill:#fff}.group:hover .group-hover\:stroke-\[\#ffffff\]{stroke:#fff}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:block{display:block}.peer:checked~.peer-checked\:before\:block:before{content:var(--tw-content);display:block}.peer:checked~.peer-checked\:before\:h-3:before{content:var(--tw-content);height:.75rem}.peer:checked~.peer-checked\:before\:w-3:before{content:var(--tw-content);width:.75rem}.peer:checked~.peer-checked\:before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.peer:checked~.peer-checked\:before\:bg-slate-600:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(32 38 44 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:before\:content-\[\'\'\]:before{--tw-content: "";content:var(--tw-content)}@media not all and (min-width: 1280px){.max-xl\:flex{display:flex}.max-xl\:\!hidden{display:none!important}.max-xl\:w-full{width:100%}.max-xl\:flex-col{flex-direction:column}.max-xl\:\!items-start{align-items:flex-start!important}.max-xl\:overflow-auto{overflow:auto}.max-xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-xl\:px-8{padding-left:2rem;padding-right:2rem}.max-xl\:pt-6{padding-top:1.5rem}}@media not all and (min-width: 1024px){.max-lg\:hidden{display:none}.max-lg\:flex-col{flex-direction:column}.max-lg\:flex-col-reverse{flex-direction:column-reverse}.max-lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-lg\:py-12{padding-top:3rem;padding-bottom:3rem}.max-lg\:pb-12{padding-bottom:3rem}.max-lg\:pb-5{padding-bottom:1.25rem}.max-lg\:pt-5{padding-top:1.25rem}.max-lg\:pt-\[50px\]{padding-top:50px}}@media not all and (min-width: 768px){.max-md\:fixed{position:fixed}.max-md\:bottom-0{bottom:0}.max-md\:left-0{left:0}.max-md\:z-\[99\]{z-index:99}.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:mb-10{margin-bottom:2.5rem}.max-md\:mt-10{margin-top:2.5rem}.max-md\:mt-2{margin-top:.5rem}.max-md\:mt-4{margin-top:1rem}.max-md\:hidden{display:none}.max-md\:h-\[386px\]{height:386px}.max-md\:h-\[50\%\]{height:50%}.max-md\:h-\[calc\(100dvh-125px\)\]{height:calc(100dvh - 125px)}.max-md\:h-full{height:100%}.max-md\:max-h-\[50\%\]{max-height:50%}.max-md\:w-fit{width:-moz-fit-content;width:fit-content}.max-md\:w-full{width:100%}.max-md\:max-w-full{max-width:100%}.max-md\:justify-end{justify-content:flex-end}.max-md\:gap-2{gap:.5rem}.max-md\:overflow-auto{overflow:auto}.max-md\:rounded-none{border-radius:0}.max-md\:border-r-2{border-right-width:2px}.max-md\:border-t-2{border-top-width:2px}.max-md\:border-primary{--tw-border-opacity: 1;border-color:rgb(249 92 34 / var(--tw-border-opacity, 1))}.max-md\:border-r-\[\#D6D8DA\]{--tw-border-opacity: 1;border-right-color:rgb(214 216 218 / var(--tw-border-opacity, 1))}.max-md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.max-md\:p-6{padding:1.5rem}.max-md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.max-md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-md\:px-\[44px\]{padding-left:44px;padding-right:44px}.max-md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.max-md\:py-12{padding-top:3rem;padding-bottom:3rem}.max-md\:py-4{padding-top:1rem;padding-bottom:1rem}.max-md\:pb-4{padding-bottom:1rem}.max-md\:text-2xl{font-size:1.5rem;line-height:2rem}.max-md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.max-md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.max-md\:text-6xl{font-size:3.75rem;line-height:1}.max-md\:text-\[22px\]{font-size:22px}.max-md\:leading-8{line-height:2rem}}@media not all and (min-width: 575px){.max-sm\:top-6{top:1.5rem}.max-sm\:top-8{top:2rem}.max-sm\:mb-10{margin-bottom:2.5rem}.max-sm\:hidden{display:none}.max-sm\:h-\[224px\]{height:224px}.max-sm\:w-full{width:100%}.max-sm\:gap-1\.5{gap:.375rem}.max-sm\:p-0{padding:0}.max-sm\:p-\[10px\]{padding:10px}.max-sm\:px-1{padding-left:.25rem;padding-right:.25rem}.max-sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.max-sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-sm\:leading-7{line-height:1.75rem}}@media not all and (min-width: 480px){.max-xs\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-xs\:text-\[20px\]{font-size:20px}}@media (min-width: 575px){.sm\:static{position:static}.sm\:absolute{position:absolute}.sm\:-bottom-16{bottom:-4rem}.sm\:-right-60{right:-15rem}.sm\:-top-10{top:-2.5rem}.sm\:left-3{left:.75rem}.sm\:right-1\/2{right:50%}.sm\:top-2{top:.5rem}.sm\:top-\[-28rem\]{top:-28rem}.sm\:-z-10{z-index:-10}.sm\:order-2{order:2}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:col-span-3{grid-column:span 3 / span 3}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-mt-20{margin-top:-5rem}.sm\:mb-12{margin-bottom:3rem}.sm\:ml-16{margin-left:4rem}.sm\:mr-10{margin-right:2.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-auto{height:auto}.sm\:w-\[324px\]{width:324px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-\[224px\]{min-width:224px}.sm\:max-w-md{max-width:28rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:2.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:p-2{padding:.5rem}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pr-20{padding-right:5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:pt-24{padding-top:6rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-base{font-size:1.125rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-5{line-height:1.25rem}.sm\:blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:-right-36{right:-9rem}.md\:-right-40{right:-10rem}.md\:bottom-auto{bottom:auto}.md\:left-0{left:0}.md\:right-0{right:0}.md\:top-1\/2{top:50%}.md\:top-1\/3{top:33.333333%}.md\:top-2\/3{top:66.666667%}.md\:top-48{top:12rem}.md\:top-\[123px\]{top:123px}.md\:order-2{order:2}.md\:col-span-1{grid-column:span 1 / span 1}.md\:mb-0{margin-bottom:0}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-auto{margin-left:auto}.md\:mr-auto{margin-right:auto}.md\:mt-10{margin-top:2.5rem}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-64{height:16rem}.md\:h-72{height:18rem}.md\:h-8{height:2rem}.md\:h-\[642px\]{height:642px}.md\:h-\[calc\(100dvh-123px\)\]{height:calc(100dvh - 123px)}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:min-h-96{min-height:24rem}.md\:min-h-\[48px\]{min-height:48px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-52{width:13rem}.md\:w-60{width:15rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-\[130px\]{width:130px}.md\:w-\[177px\]{width:177px}.md\:w-\[200px\]{width:200px}.md\:w-\[260px\]{width:260px}.md\:w-\[329px\]{width:329px}.md\:w-\[480px\]{width:480px}.md\:w-\[60vw\]{width:60vw}.md\:w-\[calc\(100\%-0\.75rem\)\]{width:calc(100% - .75rem)}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:max-w-60{max-width:15rem}.md\:max-w-\[386px\]{max-width:386px}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[472px\]{max-width:472px}.md\:max-w-\[760px\]{max-width:760px}.md\:max-w-\[825px\]{max-width:825px}.md\:max-w-\[90\%\]{max-width:90%}.md\:max-w-md{max-width:28rem}.md\:\!translate-y-0{--tw-translate-y: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:gap-10{gap:2.5rem}.md\:gap-16{gap:4rem}.md\:gap-2{gap:.5rem}.md\:gap-20{gap:5rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-\[50px\]{gap:50px}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:overflow-x-hidden{overflow-x:hidden}.md\:overflow-y-hidden{overflow-y:hidden}.md\:overflow-y-scroll{overflow-y:scroll}.md\:whitespace-nowrap{white-space:nowrap}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:rounded-tl-lg{border-top-left-radius:.5rem}.md\:rounded-tr-lg{border-top-right-radius:.5rem}.md\:border-b-2{border-bottom-width:2px}.md\:border-l-\[5px\]{border-left-width:5px}.md\:border-t-0{border-top-width:0px}.md\:border-b-\[\#D6D8DA\]{--tw-border-opacity: 1;border-bottom-color:rgb(214 216 218 / var(--tw-border-opacity, 1))}.md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:p-0{padding:0}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-4{padding:1rem}.md\:p-8{padding:2rem}.md\:\!px-0{padding-left:0!important;padding-right:0!important}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[186px\]{padding-top:186px;padding-bottom:186px}.md\:py-\[4\.5rem\]{padding-top:4.5rem;padding-bottom:4.5rem}.md\:py-\[7\.5rem\]{padding-top:7.5rem;padding-bottom:7.5rem}.md\:py-\[72px\]{padding-top:72px;padding-bottom:72px}.md\:py-\[84px\]{padding-top:84px;padding-bottom:84px}.md\:\!pt-12{padding-top:3rem!important}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-48{padding-bottom:12rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-0{padding-left:0}.md\:pl-16{padding-left:4rem}.md\:pr-3{padding-right:.75rem}.md\:pt-12{padding-top:3rem}.md\:pt-20{padding-top:5rem}.md\:pt-28{padding-top:7rem}.md\:pt-32{padding-top:8rem}.md\:pt-4{padding-top:1rem}.md\:pt-40{padding-top:10rem}.md\:pt-48{padding-top:12rem}.md\:pt-52{padding-top:13rem}.md\:text-center{text-align:center}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[30px\]{font-size:30px}.md\:text-\[36px\]{font-size:36px}.md\:text-\[45px\]{font-size:45px}.md\:text-\[48px\]{font-size:48px}.md\:text-\[60px\]{font-size:60px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-medium{font-weight:500}.md\:leading-7{line-height:1.75rem}.md\:leading-8{line-height:2rem}.md\:leading-9{line-height:2.25rem}.md\:leading-\[30px\]{line-height:30px}.md\:leading-\[44px\]{line-height:44px}.md\:leading-\[52px\]{line-height:52px}.md\:leading-\[58px\]{line-height:58px}.md\:leading-\[72px\]{line-height:72px}}@media (min-width: 993px){.tablet\:top-16{top:4rem}.tablet\:mb-0{margin-bottom:0}.tablet\:mb-10{margin-bottom:2.5rem}.tablet\:mb-6{margin-bottom:1.5rem}.tablet\:mb-8{margin-bottom:2rem}.tablet\:mt-0{margin-top:0}.tablet\:block{display:block}.tablet\:flex{display:flex}.tablet\:hidden{display:none}.tablet\:w-1\/3{width:33.333333%}.tablet\:w-2\/3{width:66.666667%}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tablet\:flex-row{flex-direction:row}.tablet\:items-center{align-items:center}.tablet\:gap-14{gap:3.5rem}.tablet\:gap-20{gap:5rem}.tablet\:gap-32{gap:8rem}.tablet\:gap-6{gap:1.5rem}.tablet\:rounded-3xl{border-radius:1.5rem}.tablet\:px-24{padding-left:6rem;padding-right:6rem}.tablet\:py-16{padding-top:4rem;padding-bottom:4rem}.tablet\:py-20{padding-top:5rem;padding-bottom:5rem}.tablet\:pb-16{padding-bottom:4rem}.tablet\:pb-6{padding-bottom:1.5rem}.tablet\:pb-8{padding-bottom:2rem}.tablet\:pt-20{padding-top:5rem}.tablet\:text-left{text-align:left}.tablet\:text-center{text-align:center}.tablet\:text-2xl{font-size:1.5rem;line-height:2rem}.tablet\:text-4xl{font-size:2.25rem;line-height:2.5rem}.tablet\:text-5xl{font-size:3rem;line-height:1}.tablet\:text-xl{font-size:1.25rem;line-height:1.75rem}.tablet\:font-medium{font-weight:500}.tablet\:leading-7{line-height:1.75rem}.tablet\:leading-\[30px\]{line-height:30px}}@media (min-width: 1024px){.lg\:-bottom-20{bottom:-5rem}.lg\:top-96{top:24rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-full{grid-column:1 / -1}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-20{height:5rem}.lg\:h-\[320px\]{height:320px}.lg\:h-\[520px\]{height:520px}.lg\:w-1\/2{width:50%}.lg\:w-20{width:5rem}.lg\:w-\[440px\]{width:440px}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:max-w-\[429px\]{max-width:429px}.lg\:max-w-\[460px\]{max-width:460px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:items-center{align-items:center}.lg\:gap-0{gap:0px}.lg\:gap-10{gap:2.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-8{gap:2rem}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:rounded-bl-\[30px\]{border-bottom-left-radius:30px}.lg\:bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(255 251 229 / var(--tw-bg-opacity, 1))}.lg\:p-10{padding:2.5rem}.lg\:p-16{padding:4rem}.lg\:p-20{padding:5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[6rem\]{padding-left:6rem;padding-right:6rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-\[10rem\]{padding-top:10rem;padding-bottom:10rem}.lg\:py-\[4rem\]{padding-top:4rem;padding-bottom:4rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pl-24{padding-left:6rem}.lg\:pr-0{padding-right:0}.lg\:pr-12{padding-right:3rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-8{padding-top:2rem}.lg\:text-\[20px\]{font-size:20px}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:leading-\[22px\]{line-height:22px}.lg\:leading-\[44px\]{line-height:44px}}@media (min-width: 1280px){.xl\:static{position:static}.xl\:-bottom-28{bottom:-7rem}.xl\:-bottom-32{bottom:-8rem}.xl\:-bottom-36{bottom:-9rem}.xl\:mb-0{margin-bottom:0}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-8{margin-bottom:2rem}.xl\:ml-8{margin-left:2rem}.xl\:mr-8{margin-right:2rem}.xl\:mt-20{margin-top:5rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:\!hidden{display:none!important}.xl\:hidden{display:none}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-3\/4{width:75%}.xl\:w-72{width:18rem}.xl\:w-auto{width:auto}.xl\:w-full{width:100%}.xl\:max-w-\[640px\]{max-width:640px}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-10{gap:2.5rem}.xl\:gap-12{gap:3rem}.xl\:gap-20{gap:5rem}.xl\:gap-28{gap:7rem}.xl\:gap-32{gap:8rem}.xl\:gap-\[120px\]{gap:120px}.xl\:whitespace-nowrap{white-space:nowrap}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pl-16{padding-left:4rem}.xl\:pl-32{padding-left:8rem}.xl\:pt-\[10rem\]{padding-top:10rem}.xl\:text-\[60px\]{font-size:60px}.xl\:leading-\[72px\]{line-height:72px}}@media (min-width: 1536px){.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:flex-row{flex-direction:row}.\32xl\:gap-8{gap:2rem}.\32xl\:gap-\[260px\]{gap:260px}.\32xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}.\[\&_li\]\:my-2 li{margin-top:.5rem;margin-bottom:.5rem}.\[\&_p\]\:\!p-0 p{padding:0!important}.\[\&_p\]\:p-0 p{padding:0}.\[\&_p\]\:py-0 p{padding-top:0;padding-bottom:0}.\[\&_p\]\:empty\:hidden:empty p{display:none}.\[\&_path\]\:\!fill-dark-blue path{fill:#1c4da1!important} diff --git a/public/build/assets/app-BKGJqjhY.js b/public/build/assets/app-BKGJqjhY.js deleted file mode 100644 index 603e41563..000000000 --- a/public/build/assets/app-BKGJqjhY.js +++ /dev/null @@ -1,237 +0,0 @@ -var aE=Object.defineProperty;var lE=(e,t,n)=>t in e?aE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Ye=(e,t,n)=>lE(e,typeof t!="symbol"?t+"":t,n);const oE="modulepreload",uE=function(e){return"/build/"+e},$v={},Vt=function(t,n,r){let s=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),u=(o==null?void 0:o.nonce)||(o==null?void 0:o.getAttribute("nonce"));s=Promise.allSettled(n.map(d=>{if(d=uE(d),d in $v)return;$v[d]=!0;const h=d.endsWith(".css"),f=h?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${d}"]${f}`))return;const p=document.createElement("link");if(p.rel=h?"stylesheet":oE,h||(p.as="script"),p.crossOrigin="",p.href=d,u&&p.setAttribute("nonce",u),document.head.appendChild(p),h)return new Promise((m,y)=>{p.addEventListener("load",m),p.addEventListener("error",()=>y(new Error(`Unable to preload CSS for ${d}`)))})}))}function a(o){const u=new Event("vite:preloadError",{cancelable:!0});if(u.payload=o,window.dispatchEvent(u),!u.defaultPrevented)throw o}return s.then(o=>{for(const u of o||[])u.status==="rejected"&&a(u.reason);return t().catch(a)})};function T0(e,t){return function(){return e.apply(t,arguments)}}const{toString:cE}=Object.prototype,{getPrototypeOf:Gh}=Object,{iterator:Dc,toStringTag:A0}=Symbol,Pc=(e=>t=>{const n=cE.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),_s=e=>(e=e.toLowerCase(),t=>Pc(t)===e),Lc=e=>t=>typeof t===e,{isArray:xl}=Array,co=Lc("undefined");function dE(e){return e!==null&&!co(e)&&e.constructor!==null&&!co(e.constructor)&&Ar(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const C0=_s("ArrayBuffer");function fE(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&C0(e.buffer),t}const hE=Lc("string"),Ar=Lc("function"),E0=Lc("number"),Ic=e=>e!==null&&typeof e=="object",pE=e=>e===!0||e===!1,qu=e=>{if(Pc(e)!=="object")return!1;const t=Gh(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(A0 in e)&&!(Dc in e)},mE=_s("Date"),gE=_s("File"),vE=_s("Blob"),yE=_s("FileList"),_E=e=>Ic(e)&&Ar(e.pipe),bE=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ar(e.append)&&((t=Pc(e))==="formdata"||t==="object"&&Ar(e.toString)&&e.toString()==="[object FormData]"))},wE=_s("URLSearchParams"),[xE,kE,SE,TE]=["ReadableStream","Request","Response","Headers"].map(_s),AE=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Mo(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),xl(e))for(r=0,s=e.length;r0;)if(s=n[r],t===s.toLowerCase())return s;return null}const ia=typeof globalThis<"u"?globalThis:typeof self<"u"?self:window,M0=e=>!co(e)&&e!==ia;function ch(){const{caseless:e}=M0(this)&&this||{},t={},n=(r,s)=>{const a=e&&O0(t,s)||s;qu(t[a])&&qu(r)?t[a]=ch(t[a],r):qu(r)?t[a]=ch({},r):xl(r)?t[a]=r.slice():t[a]=r};for(let r=0,s=arguments.length;r(Mo(t,(s,a)=>{n&&Ar(s)?e[a]=T0(s,n):e[a]=s},{allOwnKeys:r}),e),EE=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),OE=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},ME=(e,t,n,r)=>{let s,a,o;const u={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),a=s.length;a-- >0;)o=s[a],(!r||r(o,e,t))&&!u[o]&&(t[o]=e[o],u[o]=!0);e=n!==!1&&Gh(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},RE=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},DE=e=>{if(!e)return null;if(xl(e))return e;let t=e.length;if(!E0(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},PE=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Gh(Uint8Array)),LE=(e,t)=>{const r=(e&&e[Dc]).call(e);let s;for(;(s=r.next())&&!s.done;){const a=s.value;t.call(e,a[0],a[1])}},IE=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},NE=_s("HTMLFormElement"),VE=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Bv=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),FE=_s("RegExp"),R0=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Mo(n,(s,a)=>{let o;(o=t(s,a,e))!==!1&&(r[a]=o||s)}),Object.defineProperties(e,r)},$E=e=>{R0(e,(t,n)=>{if(Ar(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Ar(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},BE=(e,t)=>{const n={},r=s=>{s.forEach(a=>{n[a]=!0})};return xl(e)?r(e):r(String(e).split(t)),n},HE=()=>{},UE=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function jE(e){return!!(e&&Ar(e.append)&&e[A0]==="FormData"&&e[Dc])}const WE=e=>{const t=new Array(10),n=(r,s)=>{if(Ic(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const a=xl(r)?[]:{};return Mo(r,(o,u)=>{const d=n(o,s+1);!co(d)&&(a[u]=d)}),t[s]=void 0,a}}return r};return n(e,0)},qE=_s("AsyncFunction"),YE=e=>e&&(Ic(e)||Ar(e))&&Ar(e.then)&&Ar(e.catch),D0=((e,t)=>e?setImmediate:t?((n,r)=>(ia.addEventListener("message",({source:s,data:a})=>{s===ia&&a===n&&r.length&&r.shift()()},!1),s=>{r.push(s),ia.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Ar(ia.postMessage)),zE=typeof queueMicrotask<"u"?queueMicrotask.bind(ia):typeof process<"u"&&process.nextTick||D0,KE=e=>e!=null&&Ar(e[Dc]),ye={isArray:xl,isArrayBuffer:C0,isBuffer:dE,isFormData:bE,isArrayBufferView:fE,isString:hE,isNumber:E0,isBoolean:pE,isObject:Ic,isPlainObject:qu,isReadableStream:xE,isRequest:kE,isResponse:SE,isHeaders:TE,isUndefined:co,isDate:mE,isFile:gE,isBlob:vE,isRegExp:FE,isFunction:Ar,isStream:_E,isURLSearchParams:wE,isTypedArray:PE,isFileList:yE,forEach:Mo,merge:ch,extend:CE,trim:AE,stripBOM:EE,inherits:OE,toFlatObject:ME,kindOf:Pc,kindOfTest:_s,endsWith:RE,toArray:DE,forEachEntry:LE,matchAll:IE,isHTMLForm:NE,hasOwnProperty:Bv,hasOwnProp:Bv,reduceDescriptors:R0,freezeMethods:$E,toObjectSet:BE,toCamelCase:VE,noop:HE,toFiniteNumber:UE,findKey:O0,global:ia,isContextDefined:M0,isSpecCompliantForm:jE,toJSONObject:WE,isAsyncFn:qE,isThenable:YE,setImmediate:D0,asap:zE,isIterable:KE};function ht(e,t,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}ye.inherits(ht,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ye.toJSONObject(this.config),code:this.code,status:this.status}}});const P0=ht.prototype,L0={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{L0[e]={value:e}});Object.defineProperties(ht,L0);Object.defineProperty(P0,"isAxiosError",{value:!0});ht.from=(e,t,n,r,s,a)=>{const o=Object.create(P0);return ye.toFlatObject(e,o,function(d){return d!==Error.prototype},u=>u!=="isAxiosError"),ht.call(o,e.message,t,n,r,s),o.cause=e,o.name=e.name,a&&Object.assign(o,a),o};const GE=null;function dh(e){return ye.isPlainObject(e)||ye.isArray(e)}function I0(e){return ye.endsWith(e,"[]")?e.slice(0,-2):e}function Hv(e,t,n){return e?e.concat(t).map(function(s,a){return s=I0(s),!n&&a?"["+s+"]":s}).join(n?".":""):t}function JE(e){return ye.isArray(e)&&!e.some(dh)}const ZE=ye.toFlatObject(ye,{},null,function(t){return/^is[A-Z]/.test(t)});function Nc(e,t,n){if(!ye.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=ye.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,C){return!ye.isUndefined(C[_])});const r=n.metaTokens,s=n.visitor||f,a=n.dots,o=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&ye.isSpecCompliantForm(t);if(!ye.isFunction(s))throw new TypeError("visitor must be a function");function h(w){if(w===null)return"";if(ye.isDate(w))return w.toISOString();if(!d&&ye.isBlob(w))throw new ht("Blob is not supported. Use a Buffer instead.");return ye.isArrayBuffer(w)||ye.isTypedArray(w)?d&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function f(w,_,C){let U=w;if(w&&!C&&typeof w=="object"){if(ye.endsWith(_,"{}"))_=r?_:_.slice(0,-2),w=JSON.stringify(w);else if(ye.isArray(w)&&JE(w)||(ye.isFileList(w)||ye.endsWith(_,"[]"))&&(U=ye.toArray(w)))return _=I0(_),U.forEach(function(x,E){!(ye.isUndefined(x)||x===null)&&t.append(o===!0?Hv([_],E,a):o===null?_:_+"[]",h(x))}),!1}return dh(w)?!0:(t.append(Hv(C,_,a),h(w)),!1)}const p=[],m=Object.assign(ZE,{defaultVisitor:f,convertValue:h,isVisitable:dh});function y(w,_){if(!ye.isUndefined(w)){if(p.indexOf(w)!==-1)throw Error("Circular reference detected in "+_.join("."));p.push(w),ye.forEach(w,function(U,F){(!(ye.isUndefined(U)||U===null)&&s.call(t,U,ye.isString(F)?F.trim():F,_,m))===!0&&y(U,_?_.concat(F):[F])}),p.pop()}}if(!ye.isObject(e))throw new TypeError("data must be an object");return y(e),t}function Uv(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Jh(e,t){this._pairs=[],e&&Nc(e,this,t)}const N0=Jh.prototype;N0.append=function(t,n){this._pairs.push([t,n])};N0.toString=function(t){const n=t?function(r){return t.call(this,r,Uv)}:Uv;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function XE(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function V0(e,t,n){if(!t)return e;const r=n&&n.encode||XE;ye.isFunction(n)&&(n={serialize:n});const s=n&&n.serialize;let a;if(s?a=s(t,n):a=ye.isURLSearchParams(t)?t.toString():new Jh(t,n).toString(r),a){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class jv{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){ye.forEach(this.handlers,function(r){r!==null&&t(r)})}}const F0={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},QE=typeof URLSearchParams<"u"?URLSearchParams:Jh,eO=typeof FormData<"u"?FormData:null,tO=typeof Blob<"u"?Blob:null,nO={isBrowser:!0,classes:{URLSearchParams:QE,FormData:eO,Blob:tO},protocols:["http","https","file","blob","url","data"]},Zh=typeof window<"u"&&typeof document<"u",fh=typeof navigator=="object"&&navigator||void 0,rO=Zh&&(!fh||["ReactNative","NativeScript","NS"].indexOf(fh.product)<0),sO=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",iO=Zh&&window.location.href||"http://localhost",aO=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Zh,hasStandardBrowserEnv:rO,hasStandardBrowserWebWorkerEnv:sO,navigator:fh,origin:iO},Symbol.toStringTag,{value:"Module"})),tr={...aO,...nO};function lO(e,t){return Nc(e,new tr.classes.URLSearchParams,Object.assign({visitor:function(n,r,s,a){return tr.isNode&&ye.isBuffer(n)?(this.append(r,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function oO(e){return ye.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function uO(e){const t={},n=Object.keys(e);let r;const s=n.length;let a;for(r=0;r=n.length;return o=!o&&ye.isArray(s)?s.length:o,d?(ye.hasOwnProp(s,o)?s[o]=[s[o],r]:s[o]=r,!u):((!s[o]||!ye.isObject(s[o]))&&(s[o]=[]),t(n,r,s[o],a)&&ye.isArray(s[o])&&(s[o]=uO(s[o])),!u)}if(ye.isFormData(e)&&ye.isFunction(e.entries)){const n={};return ye.forEachEntry(e,(r,s)=>{t(oO(r),s,n,0)}),n}return null}function cO(e,t,n){if(ye.isString(e))try{return(t||JSON.parse)(e),ye.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Ro={transitional:F0,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,a=ye.isObject(t);if(a&&ye.isHTMLForm(t)&&(t=new FormData(t)),ye.isFormData(t))return s?JSON.stringify($0(t)):t;if(ye.isArrayBuffer(t)||ye.isBuffer(t)||ye.isStream(t)||ye.isFile(t)||ye.isBlob(t)||ye.isReadableStream(t))return t;if(ye.isArrayBufferView(t))return t.buffer;if(ye.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let u;if(a){if(r.indexOf("application/x-www-form-urlencoded")>-1)return lO(t,this.formSerializer).toString();if((u=ye.isFileList(t))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return Nc(u?{"files[]":t}:t,d&&new d,this.formSerializer)}}return a||s?(n.setContentType("application/json",!1),cO(t)):t}],transformResponse:[function(t){const n=this.transitional||Ro.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(ye.isResponse(t)||ye.isReadableStream(t))return t;if(t&&ye.isString(t)&&(r&&!this.responseType||s)){const o=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(u){if(o)throw u.name==="SyntaxError"?ht.from(u,ht.ERR_BAD_RESPONSE,this,null,this.response):u}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:tr.classes.FormData,Blob:tr.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ye.forEach(["delete","get","head","post","put","patch"],e=>{Ro.headers[e]={}});const dO=ye.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),fO=e=>{const t={};let n,r,s;return e&&e.split(` -`).forEach(function(o){s=o.indexOf(":"),n=o.substring(0,s).trim().toLowerCase(),r=o.substring(s+1).trim(),!(!n||t[n]&&dO[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},Wv=Symbol("internals");function Wl(e){return e&&String(e).trim().toLowerCase()}function Yu(e){return e===!1||e==null?e:ye.isArray(e)?e.map(Yu):String(e)}function hO(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const pO=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Rf(e,t,n,r,s){if(ye.isFunction(r))return r.call(this,t,n);if(s&&(t=n),!!ye.isString(t)){if(ye.isString(r))return t.indexOf(r)!==-1;if(ye.isRegExp(r))return r.test(t)}}function mO(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function gO(e,t){const n=ye.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(s,a,o){return this[r].call(this,t,s,a,o)},configurable:!0})})}let Cr=class{constructor(t){t&&this.set(t)}set(t,n,r){const s=this;function a(u,d,h){const f=Wl(d);if(!f)throw new Error("header name must be a non-empty string");const p=ye.findKey(s,f);(!p||s[p]===void 0||h===!0||h===void 0&&s[p]!==!1)&&(s[p||d]=Yu(u))}const o=(u,d)=>ye.forEach(u,(h,f)=>a(h,f,d));if(ye.isPlainObject(t)||t instanceof this.constructor)o(t,n);else if(ye.isString(t)&&(t=t.trim())&&!pO(t))o(fO(t),n);else if(ye.isObject(t)&&ye.isIterable(t)){let u={},d,h;for(const f of t){if(!ye.isArray(f))throw TypeError("Object iterator must return a key-value pair");u[h=f[0]]=(d=u[h])?ye.isArray(d)?[...d,f[1]]:[d,f[1]]:f[1]}o(u,n)}else t!=null&&a(n,t,r);return this}get(t,n){if(t=Wl(t),t){const r=ye.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return hO(s);if(ye.isFunction(n))return n.call(this,s,r);if(ye.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Wl(t),t){const r=ye.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Rf(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function a(o){if(o=Wl(o),o){const u=ye.findKey(r,o);u&&(!n||Rf(r,r[u],u,n))&&(delete r[u],s=!0)}}return ye.isArray(t)?t.forEach(a):a(t),s}clear(t){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const a=n[r];(!t||Rf(this,this[a],a,t,!0))&&(delete this[a],s=!0)}return s}normalize(t){const n=this,r={};return ye.forEach(this,(s,a)=>{const o=ye.findKey(r,a);if(o){n[o]=Yu(s),delete n[a];return}const u=t?mO(a):String(a).trim();u!==a&&delete n[a],n[u]=Yu(s),r[u]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return ye.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=t&&ye.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` -`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[Wv]=this[Wv]={accessors:{}}).accessors,s=this.prototype;function a(o){const u=Wl(o);r[u]||(gO(s,o),r[u]=!0)}return ye.isArray(t)?t.forEach(a):a(t),this}};Cr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ye.reduceDescriptors(Cr.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});ye.freezeMethods(Cr);function Df(e,t){const n=this||Ro,r=t||n,s=Cr.from(r.headers);let a=r.data;return ye.forEach(e,function(u){a=u.call(n,a,s.normalize(),t?t.status:void 0)}),s.normalize(),a}function B0(e){return!!(e&&e.__CANCEL__)}function kl(e,t,n){ht.call(this,e??"canceled",ht.ERR_CANCELED,t,n),this.name="CanceledError"}ye.inherits(kl,ht,{__CANCEL__:!0});function H0(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new ht("Request failed with status code "+n.status,[ht.ERR_BAD_REQUEST,ht.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function vO(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function yO(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,a=0,o;return t=t!==void 0?t:1e3,function(d){const h=Date.now(),f=r[a];o||(o=h),n[s]=d,r[s]=h;let p=a,m=0;for(;p!==s;)m+=n[p++],p=p%e;if(s=(s+1)%e,s===a&&(a=(a+1)%e),h-o{n=f,s=null,a&&(clearTimeout(a),a=null),e.apply(null,h)};return[(...h)=>{const f=Date.now(),p=f-n;p>=r?o(h,f):(s=h,a||(a=setTimeout(()=>{a=null,o(s)},r-p)))},()=>s&&o(s)]}const nc=(e,t,n=3)=>{let r=0;const s=yO(50,250);return _O(a=>{const o=a.loaded,u=a.lengthComputable?a.total:void 0,d=o-r,h=s(d),f=o<=u;r=o;const p={loaded:o,total:u,progress:u?o/u:void 0,bytes:d,rate:h||void 0,estimated:h&&u&&f?(u-o)/h:void 0,event:a,lengthComputable:u!=null,[t?"download":"upload"]:!0};e(p)},n)},qv=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Yv=e=>(...t)=>ye.asap(()=>e(...t)),bO=tr.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,tr.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(tr.origin),tr.navigator&&/(msie|trident)/i.test(tr.navigator.userAgent)):()=>!0,wO=tr.hasStandardBrowserEnv?{write(e,t,n,r,s,a){const o=[e+"="+encodeURIComponent(t)];ye.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),ye.isString(r)&&o.push("path="+r),ye.isString(s)&&o.push("domain="+s),a===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function xO(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function kO(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function U0(e,t,n){let r=!xO(t);return e&&(r||n==!1)?kO(e,t):t}const zv=e=>e instanceof Cr?{...e}:e;function va(e,t){t=t||{};const n={};function r(h,f,p,m){return ye.isPlainObject(h)&&ye.isPlainObject(f)?ye.merge.call({caseless:m},h,f):ye.isPlainObject(f)?ye.merge({},f):ye.isArray(f)?f.slice():f}function s(h,f,p,m){if(ye.isUndefined(f)){if(!ye.isUndefined(h))return r(void 0,h,p,m)}else return r(h,f,p,m)}function a(h,f){if(!ye.isUndefined(f))return r(void 0,f)}function o(h,f){if(ye.isUndefined(f)){if(!ye.isUndefined(h))return r(void 0,h)}else return r(void 0,f)}function u(h,f,p){if(p in t)return r(h,f);if(p in e)return r(void 0,h)}const d={url:a,method:a,data:a,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:u,headers:(h,f,p)=>s(zv(h),zv(f),p,!0)};return ye.forEach(Object.keys(Object.assign({},e,t)),function(f){const p=d[f]||s,m=p(e[f],t[f],f);ye.isUndefined(m)&&p!==u||(n[f]=m)}),n}const j0=e=>{const t=va({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:a,headers:o,auth:u}=t;t.headers=o=Cr.from(o),t.url=V0(U0(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),u&&o.set("Authorization","Basic "+btoa((u.username||"")+":"+(u.password?unescape(encodeURIComponent(u.password)):"")));let d;if(ye.isFormData(n)){if(tr.hasStandardBrowserEnv||tr.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((d=o.getContentType())!==!1){const[h,...f]=d?d.split(";").map(p=>p.trim()).filter(Boolean):[];o.setContentType([h||"multipart/form-data",...f].join("; "))}}if(tr.hasStandardBrowserEnv&&(r&&ye.isFunction(r)&&(r=r(t)),r||r!==!1&&bO(t.url))){const h=s&&a&&wO.read(a);h&&o.set(s,h)}return t},SO=typeof XMLHttpRequest<"u",TO=SO&&function(e){return new Promise(function(n,r){const s=j0(e);let a=s.data;const o=Cr.from(s.headers).normalize();let{responseType:u,onUploadProgress:d,onDownloadProgress:h}=s,f,p,m,y,w;function _(){y&&y(),w&&w(),s.cancelToken&&s.cancelToken.unsubscribe(f),s.signal&&s.signal.removeEventListener("abort",f)}let C=new XMLHttpRequest;C.open(s.method.toUpperCase(),s.url,!0),C.timeout=s.timeout;function U(){if(!C)return;const x=Cr.from("getAllResponseHeaders"in C&&C.getAllResponseHeaders()),V={data:!u||u==="text"||u==="json"?C.responseText:C.response,status:C.status,statusText:C.statusText,headers:x,config:e,request:C};H0(function($){n($),_()},function($){r($),_()},V),C=null}"onloadend"in C?C.onloadend=U:C.onreadystatechange=function(){!C||C.readyState!==4||C.status===0&&!(C.responseURL&&C.responseURL.indexOf("file:")===0)||setTimeout(U)},C.onabort=function(){C&&(r(new ht("Request aborted",ht.ECONNABORTED,e,C)),C=null)},C.onerror=function(){r(new ht("Network Error",ht.ERR_NETWORK,e,C)),C=null},C.ontimeout=function(){let E=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const V=s.transitional||F0;s.timeoutErrorMessage&&(E=s.timeoutErrorMessage),r(new ht(E,V.clarifyTimeoutError?ht.ETIMEDOUT:ht.ECONNABORTED,e,C)),C=null},a===void 0&&o.setContentType(null),"setRequestHeader"in C&&ye.forEach(o.toJSON(),function(E,V){C.setRequestHeader(V,E)}),ye.isUndefined(s.withCredentials)||(C.withCredentials=!!s.withCredentials),u&&u!=="json"&&(C.responseType=s.responseType),h&&([m,w]=nc(h,!0),C.addEventListener("progress",m)),d&&C.upload&&([p,y]=nc(d),C.upload.addEventListener("progress",p),C.upload.addEventListener("loadend",y)),(s.cancelToken||s.signal)&&(f=x=>{C&&(r(!x||x.type?new kl(null,e,C):x),C.abort(),C=null)},s.cancelToken&&s.cancelToken.subscribe(f),s.signal&&(s.signal.aborted?f():s.signal.addEventListener("abort",f)));const F=vO(s.url);if(F&&tr.protocols.indexOf(F)===-1){r(new ht("Unsupported protocol "+F+":",ht.ERR_BAD_REQUEST,e));return}C.send(a||null)})},AO=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,s;const a=function(h){if(!s){s=!0,u();const f=h instanceof Error?h:this.reason;r.abort(f instanceof ht?f:new kl(f instanceof Error?f.message:f))}};let o=t&&setTimeout(()=>{o=null,a(new ht(`timeout ${t} of ms exceeded`,ht.ETIMEDOUT))},t);const u=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(h=>{h.unsubscribe?h.unsubscribe(a):h.removeEventListener("abort",a)}),e=null)};e.forEach(h=>h.addEventListener("abort",a));const{signal:d}=r;return d.unsubscribe=()=>ye.asap(u),d}},CO=function*(e,t){let n=e.byteLength;if(n{const s=EO(e,t);let a=0,o,u=d=>{o||(o=!0,r&&r(d))};return new ReadableStream({async pull(d){try{const{done:h,value:f}=await s.next();if(h){u(),d.close();return}let p=f.byteLength;if(n){let m=a+=p;n(m)}d.enqueue(new Uint8Array(f))}catch(h){throw u(h),h}},cancel(d){return u(d),s.return()}},{highWaterMark:2})},Vc=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",W0=Vc&&typeof ReadableStream=="function",MO=Vc&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),q0=(e,...t)=>{try{return!!e(...t)}catch{return!1}},RO=W0&&q0(()=>{let e=!1;const t=new Request(tr.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Gv=64*1024,hh=W0&&q0(()=>ye.isReadableStream(new Response("").body)),rc={stream:hh&&(e=>e.body)};Vc&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!rc[t]&&(rc[t]=ye.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new ht(`Response type '${t}' is not supported`,ht.ERR_NOT_SUPPORT,r)})})})(new Response);const DO=async e=>{if(e==null)return 0;if(ye.isBlob(e))return e.size;if(ye.isSpecCompliantForm(e))return(await new Request(tr.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(ye.isArrayBufferView(e)||ye.isArrayBuffer(e))return e.byteLength;if(ye.isURLSearchParams(e)&&(e=e+""),ye.isString(e))return(await MO(e)).byteLength},PO=async(e,t)=>{const n=ye.toFiniteNumber(e.getContentLength());return n??DO(t)},LO=Vc&&(async e=>{let{url:t,method:n,data:r,signal:s,cancelToken:a,timeout:o,onDownloadProgress:u,onUploadProgress:d,responseType:h,headers:f,withCredentials:p="same-origin",fetchOptions:m}=j0(e);h=h?(h+"").toLowerCase():"text";let y=AO([s,a&&a.toAbortSignal()],o),w;const _=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let C;try{if(d&&RO&&n!=="get"&&n!=="head"&&(C=await PO(f,r))!==0){let V=new Request(t,{method:"POST",body:r,duplex:"half"}),B;if(ye.isFormData(r)&&(B=V.headers.get("content-type"))&&f.setContentType(B),V.body){const[$,M]=qv(C,nc(Yv(d)));r=Kv(V.body,Gv,$,M)}}ye.isString(p)||(p=p?"include":"omit");const U="credentials"in Request.prototype;w=new Request(t,{...m,signal:y,method:n.toUpperCase(),headers:f.normalize().toJSON(),body:r,duplex:"half",credentials:U?p:void 0});let F=await fetch(w);const x=hh&&(h==="stream"||h==="response");if(hh&&(u||x&&_)){const V={};["status","statusText","headers"].forEach(T=>{V[T]=F[T]});const B=ye.toFiniteNumber(F.headers.get("content-length")),[$,M]=u&&qv(B,nc(Yv(u),!0))||[];F=new Response(Kv(F.body,Gv,$,()=>{M&&M(),_&&_()}),V)}h=h||"text";let E=await rc[ye.findKey(rc,h)||"text"](F,e);return!x&&_&&_(),await new Promise((V,B)=>{H0(V,B,{data:E,headers:Cr.from(F.headers),status:F.status,statusText:F.statusText,config:e,request:w})})}catch(U){throw _&&_(),U&&U.name==="TypeError"&&/Load failed|fetch/i.test(U.message)?Object.assign(new ht("Network Error",ht.ERR_NETWORK,e,w),{cause:U.cause||U}):ht.from(U,U&&U.code,e,w)}}),ph={http:GE,xhr:TO,fetch:LO};ye.forEach(ph,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Jv=e=>`- ${e}`,IO=e=>ye.isFunction(e)||e===null||e===!1,Y0={getAdapter:e=>{e=ye.isArray(e)?e:[e];const{length:t}=e;let n,r;const s={};for(let a=0;a`adapter ${u} `+(d===!1?"is not supported by the environment":"is not available in the build"));let o=t?a.length>1?`since : -`+a.map(Jv).join(` -`):" "+Jv(a[0]):"as no adapter specified";throw new ht("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return r},adapters:ph};function Pf(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new kl(null,e)}function Zv(e){return Pf(e),e.headers=Cr.from(e.headers),e.data=Df.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Y0.getAdapter(e.adapter||Ro.adapter)(e).then(function(r){return Pf(e),r.data=Df.call(e,e.transformResponse,r),r.headers=Cr.from(r.headers),r},function(r){return B0(r)||(Pf(e),r&&r.response&&(r.response.data=Df.call(e,e.transformResponse,r.response),r.response.headers=Cr.from(r.response.headers))),Promise.reject(r)})}const z0="1.9.0",Fc={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Fc[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Xv={};Fc.transitional=function(t,n,r){function s(a,o){return"[Axios v"+z0+"] Transitional option '"+a+"'"+o+(r?". "+r:"")}return(a,o,u)=>{if(t===!1)throw new ht(s(o," has been removed"+(n?" in "+n:"")),ht.ERR_DEPRECATED);return n&&!Xv[o]&&(Xv[o]=!0,console.warn(s(o," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(a,o,u):!0}};Fc.spelling=function(t){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${t}`),!0)};function NO(e,t,n){if(typeof e!="object")throw new ht("options must be an object",ht.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const a=r[s],o=t[a];if(o){const u=e[a],d=u===void 0||o(u,a,e);if(d!==!0)throw new ht("option "+a+" must be "+d,ht.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new ht("Unknown option "+a,ht.ERR_BAD_OPTION)}}const zu={assertOptions:NO,validators:Fc},Ts=zu.validators;let ua=class{constructor(t){this.defaults=t||{},this.interceptors={request:new jv,response:new jv}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const a=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?a&&!String(r.stack).endsWith(a.replace(/^.+\n.+\n/,""))&&(r.stack+=` -`+a):r.stack=a}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=va(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:a}=n;r!==void 0&&zu.assertOptions(r,{silentJSONParsing:Ts.transitional(Ts.boolean),forcedJSONParsing:Ts.transitional(Ts.boolean),clarifyTimeoutError:Ts.transitional(Ts.boolean)},!1),s!=null&&(ye.isFunction(s)?n.paramsSerializer={serialize:s}:zu.assertOptions(s,{encode:Ts.function,serialize:Ts.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),zu.assertOptions(n,{baseUrl:Ts.spelling("baseURL"),withXsrfToken:Ts.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=a&&ye.merge(a.common,a[n.method]);a&&ye.forEach(["delete","get","head","post","put","patch","common"],w=>{delete a[w]}),n.headers=Cr.concat(o,a);const u=[];let d=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(n)===!1||(d=d&&_.synchronous,u.unshift(_.fulfilled,_.rejected))});const h=[];this.interceptors.response.forEach(function(_){h.push(_.fulfilled,_.rejected)});let f,p=0,m;if(!d){const w=[Zv.bind(this),void 0];for(w.unshift.apply(w,u),w.push.apply(w,h),m=w.length,f=Promise.resolve(n);p{if(!r._listeners)return;let a=r._listeners.length;for(;a-- >0;)r._listeners[a](s);r._listeners=null}),this.promise.then=s=>{let a;const o=new Promise(u=>{r.subscribe(u),a=u}).then(s);return o.cancel=function(){r.unsubscribe(a)},o},t(function(a,o,u){r.reason||(r.reason=new kl(a,o,u),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new K0(function(s){t=s}),cancel:t}}};function FO(e){return function(n){return e.apply(null,n)}}function $O(e){return ye.isObject(e)&&e.isAxiosError===!0}const mh={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(mh).forEach(([e,t])=>{mh[t]=e});function G0(e){const t=new ua(e),n=T0(ua.prototype.request,t);return ye.extend(n,ua.prototype,t,{allOwnKeys:!0}),ye.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return G0(va(e,s))},n}const St=G0(Ro);St.Axios=ua;St.CanceledError=kl;St.CancelToken=VO;St.isCancel=B0;St.VERSION=z0;St.toFormData=Nc;St.AxiosError=ht;St.Cancel=St.CanceledError;St.all=function(t){return Promise.all(t)};St.spread=FO;St.isAxiosError=$O;St.mergeConfig=va;St.AxiosHeaders=Cr;St.formToJSON=e=>$0(ye.isHTMLForm(e)?new FormData(e):e);St.getAdapter=Y0.getAdapter;St.HttpStatusCode=mh;St.default=St;const{Axios:F9,AxiosError:$9,CanceledError:B9,isCancel:H9,CancelToken:U9,VERSION:j9,all:W9,Cancel:q9,isAxiosError:Y9,spread:z9,toFormData:K9,AxiosHeaders:G9,HttpStatusCode:J9,formToJSON:Z9,getAdapter:X9,mergeConfig:Q9}=St;window.axios=St;window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";let Qv=document.head.querySelector('meta[name="csrf-token"]');Qv?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=Qv.content:console.error("CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token");/** -* @vue/shared v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**//*! #__NO_SIDE_EFFECTS__ */function jr(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const kt={},tl=[],Yn=()=>{},Zl=()=>!1,wa=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Xh=e=>e.startsWith("onUpdate:"),Tt=Object.assign,Qh=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},BO=Object.prototype.hasOwnProperty,Dt=(e,t)=>BO.call(e,t),qe=Array.isArray,nl=e=>Sl(e)==="[object Map]",xa=e=>Sl(e)==="[object Set]",ey=e=>Sl(e)==="[object Date]",HO=e=>Sl(e)==="[object RegExp]",st=e=>typeof e=="function",ut=e=>typeof e=="string",Or=e=>typeof e=="symbol",Ht=e=>e!==null&&typeof e=="object",ep=e=>(Ht(e)||st(e))&&st(e.then)&&st(e.catch),J0=Object.prototype.toString,Sl=e=>J0.call(e),UO=e=>Sl(e).slice(8,-1),$c=e=>Sl(e)==="[object Object]",tp=e=>ut(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ai=jr(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),jO=jr("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),Bc=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},WO=/-(\w)/g,Jt=Bc(e=>e.replace(WO,(t,n)=>n?n.toUpperCase():"")),qO=/\B([A-Z])/g,kr=Bc(e=>e.replace(qO,"-$1").toLowerCase()),ka=Bc(e=>e.charAt(0).toUpperCase()+e.slice(1)),rl=Bc(e=>e?`on${ka(e)}`:""),dr=(e,t)=>!Object.is(e,t),sl=(e,...t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},sc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},ic=e=>{const t=ut(e)?Number(e):NaN;return isNaN(t)?e:t};let ty;const Hc=()=>ty||(ty=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"||typeof window<"u"?window:{});function YO(e,t){return e+JSON.stringify(t,(n,r)=>typeof r=="function"?r.toString():r)}const zO="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol",KO=jr(zO);function bn(e){if(qe(e)){const t={};for(let n=0;n{if(n){const r=n.split(JO);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Fe(e){let t="";if(ut(e))t=e;else if(qe(e))for(let n=0;nPi(n,t))}const e_=e=>!!(e&&e.__v_isRef===!0),ce=e=>ut(e)?e:e==null?"":qe(e)||Ht(e)&&(e.toString===J0||!st(e.toString))?e_(e)?ce(e.value):JSON.stringify(e,t_,2):String(e),t_=(e,t)=>e_(t)?t_(e,t.value):nl(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],a)=>(n[Lf(r,a)+" =>"]=s,n),{})}:xa(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Lf(n))}:Or(t)?Lf(t):Ht(t)&&!qe(t)&&!$c(t)?String(t):t,Lf=(e,t="")=>{var n;return Or(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** -* @vue/reactivity v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/let ur;class np{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ur,!t&&ur&&(this.index=(ur.scopes||(ur.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t0)return;if(to){let t=to;for(to=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;eo;){let t=eo;for(eo=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function i_(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function a_(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),ap(r),cM(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function gh(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(l_(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function l_(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===ho))return;e.globalVersion=ho;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!gh(e)){e.flags&=-3;return}const n=zt,r=ps;zt=e,ps=!0;try{i_(e);const s=e.fn(e._value);(t.version===0||dr(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{zt=n,ps=r,a_(e),e.flags&=-3}}function ap(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)ap(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function cM(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}function dM(e,t){e.effect instanceof fo&&(e=e.effect.fn);const n=new fo(e);t&&Tt(n,t);try{n.run()}catch(s){throw n.stop(),s}const r=n.run.bind(n);return r.effect=n,r}function fM(e){e.effect.stop()}let ps=!0;const o_=[];function Fi(){o_.push(ps),ps=!1}function $i(){const e=o_.pop();ps=e===void 0?!0:e}function ny(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=zt;zt=void 0;try{t()}finally{zt=n}}}let ho=0;class hM{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class jc{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!zt||!ps||zt===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==zt)n=this.activeLink=new hM(zt,this),zt.deps?(n.prevDep=zt.depsTail,zt.depsTail.nextDep=n,zt.depsTail=n):zt.deps=zt.depsTail=n,u_(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=zt.depsTail,n.nextDep=void 0,zt.depsTail.nextDep=n,zt.depsTail=n,zt.deps===n&&(zt.deps=r)}return n}trigger(t){this.version++,ho++,this.notify(t)}notify(t){sp();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ip()}}}function u_(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)u_(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const ac=new WeakMap,ca=Symbol(""),vh=Symbol(""),po=Symbol("");function Qn(e,t,n){if(ps&&zt){let r=ac.get(e);r||ac.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new jc),s.map=r,s.key=n),s.track()}}function Gs(e,t,n,r,s,a){const o=ac.get(e);if(!o){ho++;return}const u=d=>{d&&d.trigger()};if(sp(),t==="clear")o.forEach(u);else{const d=qe(e),h=d&&tp(n);if(d&&n==="length"){const f=Number(r);o.forEach((p,m)=>{(m==="length"||m===po||!Or(m)&&m>=f)&&u(p)})}else switch((n!==void 0||o.has(void 0))&&u(o.get(n)),h&&u(o.get(po)),t){case"add":d?h&&u(o.get("length")):(u(o.get(ca)),nl(e)&&u(o.get(vh)));break;case"delete":d||(u(o.get(ca)),nl(e)&&u(o.get(vh)));break;case"set":nl(e)&&u(o.get(ca));break}}ip()}function pM(e,t){const n=ac.get(e);return n&&n.get(t)}function Ua(e){const t=Ot(e);return t===e?t:(Qn(t,"iterate",po),Ur(e)?t:t.map(er))}function Wc(e){return Qn(e=Ot(e),"iterate",po),e}const mM={__proto__:null,[Symbol.iterator](){return Nf(this,Symbol.iterator,er)},concat(...e){return Ua(this).concat(...e.map(t=>qe(t)?Ua(t):t))},entries(){return Nf(this,"entries",e=>(e[1]=er(e[1]),e))},every(e,t){return Ws(this,"every",e,t,void 0,arguments)},filter(e,t){return Ws(this,"filter",e,t,n=>n.map(er),arguments)},find(e,t){return Ws(this,"find",e,t,er,arguments)},findIndex(e,t){return Ws(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ws(this,"findLast",e,t,er,arguments)},findLastIndex(e,t){return Ws(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ws(this,"forEach",e,t,void 0,arguments)},includes(...e){return Vf(this,"includes",e)},indexOf(...e){return Vf(this,"indexOf",e)},join(e){return Ua(this).join(e)},lastIndexOf(...e){return Vf(this,"lastIndexOf",e)},map(e,t){return Ws(this,"map",e,t,void 0,arguments)},pop(){return ql(this,"pop")},push(...e){return ql(this,"push",e)},reduce(e,...t){return ry(this,"reduce",e,t)},reduceRight(e,...t){return ry(this,"reduceRight",e,t)},shift(){return ql(this,"shift")},some(e,t){return Ws(this,"some",e,t,void 0,arguments)},splice(...e){return ql(this,"splice",e)},toReversed(){return Ua(this).toReversed()},toSorted(e){return Ua(this).toSorted(e)},toSpliced(...e){return Ua(this).toSpliced(...e)},unshift(...e){return ql(this,"unshift",e)},values(){return Nf(this,"values",er)}};function Nf(e,t,n){const r=Wc(e),s=r[t]();return r!==e&&!Ur(e)&&(s._next=s.next,s.next=()=>{const a=s._next();return a.value&&(a.value=n(a.value)),a}),s}const gM=Array.prototype;function Ws(e,t,n,r,s,a){const o=Wc(e),u=o!==e&&!Ur(e),d=o[t];if(d!==gM[t]){const p=d.apply(e,a);return u?er(p):p}let h=n;o!==e&&(u?h=function(p,m){return n.call(this,er(p),m,e)}:n.length>2&&(h=function(p,m){return n.call(this,p,m,e)}));const f=d.call(o,h,r);return u&&s?s(f):f}function ry(e,t,n,r){const s=Wc(e);let a=n;return s!==e&&(Ur(e)?n.length>3&&(a=function(o,u,d){return n.call(this,o,u,d,e)}):a=function(o,u,d){return n.call(this,o,er(u),d,e)}),s[t](a,...r)}function Vf(e,t,n){const r=Ot(e);Qn(r,"iterate",po);const s=r[t](...n);return(s===-1||s===!1)&&zc(n[0])?(n[0]=Ot(n[0]),r[t](...n)):s}function ql(e,t,n=[]){Fi(),sp();const r=Ot(e)[t].apply(e,n);return ip(),$i(),r}const vM=jr("__proto__,__v_isRef,__isVue"),c_=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Or));function yM(e){Or(e)||(e=String(e));const t=Ot(this);return Qn(t,"has",e),t.hasOwnProperty(e)}class d_{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const s=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return a;if(n==="__v_raw")return r===(s?a?v_:g_:a?m_:p_).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=qe(t);if(!s){let d;if(o&&(d=mM[n]))return d;if(n==="hasOwnProperty")return yM}const u=Reflect.get(t,n,Tn(t)?t:r);return(Or(n)?c_.has(n):vM(n))||(s||Qn(t,"get",n),a)?u:Tn(u)?o&&tp(n)?u:u.value:Ht(u)?s?lp(u):Hr(u):u}}class f_ extends d_{constructor(t=!1){super(!1,t)}set(t,n,r,s){let a=t[n];if(!this._isShallow){const d=Li(a);if(!Ur(r)&&!Li(r)&&(a=Ot(a),r=Ot(r)),!qe(t)&&Tn(a)&&!Tn(r))return d?!1:(a.value=r,!0)}const o=qe(t)&&tp(n)?Number(n)e,Ou=e=>Reflect.getPrototypeOf(e);function kM(e,t,n){return function(...r){const s=this.__v_raw,a=Ot(s),o=nl(a),u=e==="entries"||e===Symbol.iterator&&o,d=e==="keys"&&o,h=s[e](...r),f=n?yh:t?_h:er;return!t&&Qn(a,"iterate",d?vh:ca),{next(){const{value:p,done:m}=h.next();return m?{value:p,done:m}:{value:u?[f(p[0]),f(p[1])]:f(p),done:m}},[Symbol.iterator](){return this}}}}function Mu(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function SM(e,t){const n={get(s){const a=this.__v_raw,o=Ot(a),u=Ot(s);e||(dr(s,u)&&Qn(o,"get",s),Qn(o,"get",u));const{has:d}=Ou(o),h=t?yh:e?_h:er;if(d.call(o,s))return h(a.get(s));if(d.call(o,u))return h(a.get(u));a!==o&&a.get(s)},get size(){const s=this.__v_raw;return!e&&Qn(Ot(s),"iterate",ca),Reflect.get(s,"size",s)},has(s){const a=this.__v_raw,o=Ot(a),u=Ot(s);return e||(dr(s,u)&&Qn(o,"has",s),Qn(o,"has",u)),s===u?a.has(s):a.has(s)||a.has(u)},forEach(s,a){const o=this,u=o.__v_raw,d=Ot(u),h=t?yh:e?_h:er;return!e&&Qn(d,"iterate",ca),u.forEach((f,p)=>s.call(a,h(f),h(p),o))}};return Tt(n,e?{add:Mu("add"),set:Mu("set"),delete:Mu("delete"),clear:Mu("clear")}:{add(s){!t&&!Ur(s)&&!Li(s)&&(s=Ot(s));const a=Ot(this);return Ou(a).has.call(a,s)||(a.add(s),Gs(a,"add",s,s)),this},set(s,a){!t&&!Ur(a)&&!Li(a)&&(a=Ot(a));const o=Ot(this),{has:u,get:d}=Ou(o);let h=u.call(o,s);h||(s=Ot(s),h=u.call(o,s));const f=d.call(o,s);return o.set(s,a),h?dr(a,f)&&Gs(o,"set",s,a):Gs(o,"add",s,a),this},delete(s){const a=Ot(this),{has:o,get:u}=Ou(a);let d=o.call(a,s);d||(s=Ot(s),d=o.call(a,s)),u&&u.call(a,s);const h=a.delete(s);return d&&Gs(a,"delete",s,void 0),h},clear(){const s=Ot(this),a=s.size!==0,o=s.clear();return a&&Gs(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=kM(s,e,t)}),n}function qc(e,t){const n=SM(e,t);return(r,s,a)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(Dt(n,s)&&s in r?n:r,s,a)}const TM={get:qc(!1,!1)},AM={get:qc(!1,!0)},CM={get:qc(!0,!1)},EM={get:qc(!0,!0)},p_=new WeakMap,m_=new WeakMap,g_=new WeakMap,v_=new WeakMap;function OM(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function MM(e){return e.__v_skip||!Object.isExtensible(e)?0:OM(UO(e))}function Hr(e){return Li(e)?e:Yc(e,!1,_M,TM,p_)}function y_(e){return Yc(e,!1,wM,AM,m_)}function lp(e){return Yc(e,!0,bM,CM,g_)}function RM(e){return Yc(e,!0,xM,EM,v_)}function Yc(e,t,n,r,s){if(!Ht(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=s.get(e);if(a)return a;const o=MM(e);if(o===0)return e;const u=new Proxy(e,o===2?r:n);return s.set(e,u),u}function Ci(e){return Li(e)?Ci(e.__v_raw):!!(e&&e.__v_isReactive)}function Li(e){return!!(e&&e.__v_isReadonly)}function Ur(e){return!!(e&&e.__v_isShallow)}function zc(e){return e?!!e.__v_raw:!1}function Ot(e){const t=e&&e.__v_raw;return t?Ot(t):e}function __(e){return!Dt(e,"__v_skip")&&Object.isExtensible(e)&&Z0(e,"__v_skip",!0),e}const er=e=>Ht(e)?Hr(e):e,_h=e=>Ht(e)?lp(e):e;function Tn(e){return e?e.__v_isRef===!0:!1}function fe(e){return w_(e,!1)}function b_(e){return w_(e,!0)}function w_(e,t){return Tn(e)?e:new DM(e,t)}class DM{constructor(t,n){this.dep=new jc,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:Ot(t),this._value=n?t:er(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||Ur(t)||Li(t);t=r?t:Ot(t),dr(t,n)&&(this._rawValue=t,this._value=r?t:er(t),this.dep.trigger())}}function PM(e){e.dep&&e.dep.trigger()}function Z(e){return Tn(e)?e.value:e}function LM(e){return st(e)?e():Z(e)}const IM={get:(e,t,n)=>t==="__v_raw"?e:Z(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return Tn(s)&&!Tn(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function op(e){return Ci(e)?e:new Proxy(e,IM)}class NM{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new jc,{get:r,set:s}=t(n.track.bind(n),n.trigger.bind(n));this._get=r,this._set=s}get value(){return this._value=this._get()}set value(t){this._set(t)}}function x_(e){return new NM(e)}function VM(e){const t=qe(e)?new Array(e.length):{};for(const n in e)t[n]=k_(e,n);return t}class FM{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return pM(Ot(this._object),this._key)}}class $M{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function ll(e,t,n){return Tn(e)?e:st(e)?new $M(e):Ht(e)&&arguments.length>1?k_(e,t,n):fe(e)}function k_(e,t,n){const r=e[t];return Tn(r)?r:new FM(e,t,n)}class BM{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new jc(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ho-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&zt!==this)return s_(this,!0),!0}get value(){const t=this.dep.track();return l_(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function HM(e,t,n=!1){let r,s;return st(e)?r=e:(r=e.get,s=e.set),new BM(r,s,n)}const UM={GET:"get",HAS:"has",ITERATE:"iterate"},jM={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},Ru={},lc=new WeakMap;let bi;function WM(){return bi}function S_(e,t=!1,n=bi){if(n){let r=lc.get(n);r||lc.set(n,r=[]),r.push(e)}}function qM(e,t,n=kt){const{immediate:r,deep:s,once:a,scheduler:o,augmentJob:u,call:d}=n,h=E=>s?E:Ur(E)||s===!1||s===0?Js(E,1):Js(E);let f,p,m,y,w=!1,_=!1;if(Tn(e)?(p=()=>e.value,w=Ur(e)):Ci(e)?(p=()=>h(e),w=!0):qe(e)?(_=!0,w=e.some(E=>Ci(E)||Ur(E)),p=()=>e.map(E=>{if(Tn(E))return E.value;if(Ci(E))return h(E);if(st(E))return d?d(E,2):E()})):st(e)?t?p=d?()=>d(e,2):e:p=()=>{if(m){Fi();try{m()}finally{$i()}}const E=bi;bi=f;try{return d?d(e,3,[y]):e(y)}finally{bi=E}}:p=Yn,t&&s){const E=p,V=s===!0?1/0:s;p=()=>Js(E(),V)}const C=rp(),U=()=>{f.stop(),C&&C.active&&Qh(C.effects,f)};if(a&&t){const E=t;t=(...V)=>{E(...V),U()}}let F=_?new Array(e.length).fill(Ru):Ru;const x=E=>{if(!(!(f.flags&1)||!f.dirty&&!E))if(t){const V=f.run();if(s||w||(_?V.some((B,$)=>dr(B,F[$])):dr(V,F))){m&&m();const B=bi;bi=f;try{const $=[V,F===Ru?void 0:_&&F[0]===Ru?[]:F,y];d?d(t,3,$):t(...$),F=V}finally{bi=B}}}else f.run()};return u&&u(x),f=new fo(p),f.scheduler=o?()=>o(x,!1):x,y=E=>S_(E,!1,f),m=f.onStop=()=>{const E=lc.get(f);if(E){if(d)d(E,4);else for(const V of E)V();lc.delete(f)}},t?r?x(!0):F=f.run():o?o(x.bind(null,!0),!0):f.run(),U.pause=f.pause.bind(f),U.resume=f.resume.bind(f),U.stop=U,U}function Js(e,t=1/0,n){if(t<=0||!Ht(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Tn(e))Js(e.value,t,n);else if(qe(e))for(let r=0;r{Js(r,t,n)});else if($c(e)){for(const r in e)Js(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Js(e[r],t,n)}return e}/** -* @vue/runtime-core v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const T_=[];function YM(e){T_.push(e)}function zM(){T_.pop()}function KM(e,t){}const GM={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER",COMPONENT_UPDATE:15,15:"COMPONENT_UPDATE",APP_UNMOUNT_CLEANUP:16,16:"APP_UNMOUNT_CLEANUP"},JM={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function Tl(e,t,n,r){try{return r?e(...r):e()}catch(s){Sa(s,t,n)}}function rs(e,t,n,r){if(st(e)){const s=Tl(e,t,n,r);return s&&ep(s)&&s.catch(a=>{Sa(a,t,n)}),s}if(qe(e)){const s=[];for(let a=0;a>>1,s=fr[r],a=go(s);a=go(n)?fr.push(e):fr.splice(XM(t),0,e),e.flags|=1,C_()}}function C_(){oc||(oc=A_.then(E_))}function mo(e){qe(e)?il.push(...e):wi&&e.id===-1?wi.splice(Ga+1,0,e):e.flags&1||(il.push(e),e.flags|=1),C_()}function sy(e,t,n=Cs+1){for(;ngo(n)-go(r));if(il.length=0,wi){wi.push(...t);return}for(wi=t,Ga=0;Gae.id==null?e.flags&2?-1:1/0:e.id;function E_(e){try{for(Cs=0;CsJa.emit(s,...a)),Du=[]):typeof window<"u"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(a=>{O_(a,t)}),setTimeout(()=>{Ja||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Du=[])},3e3)):Du=[]}let In=null,Kc=null;function vo(e){const t=In;return In=e,Kc=e&&e.type.__scopeId||null,t}function QM(e){Kc=e}function eR(){Kc=null}const tR=e=>Te;function Te(e,t=In,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&Ch(-1);const a=vo(t);let o;try{o=e(...s)}finally{vo(a),r._d&&Ch(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Dn(e,t){if(In===null)return e;const n=Lo(In),r=e.dirs||(e.dirs=[]);for(let s=0;se.__isTeleport,no=e=>e&&(e.disabled||e.disabled===""),iy=e=>e&&(e.defer||e.defer===""),ay=e=>typeof SVGElement<"u"&&e instanceof SVGElement,ly=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,bh=(e,t)=>{const n=e&&e.to;return ut(n)?t?t(n):null:n},D_={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,a,o,u,d,h){const{mc:f,pc:p,pbc:m,o:{insert:y,querySelector:w,createText:_,createComment:C}}=h,U=no(t.props);let{shapeFlag:F,children:x,dynamicChildren:E}=t;if(e==null){const V=t.el=_(""),B=t.anchor=_("");y(V,n,r),y(B,n,r);const $=(T,H)=>{F&16&&(s&&s.isCE&&(s.ce._teleportTarget=T),f(x,T,H,s,a,o,u,d))},M=()=>{const T=t.target=bh(t.props,w),H=L_(T,t,_,y);T&&(o!=="svg"&&ay(T)?o="svg":o!=="mathml"&&ly(T)&&(o="mathml"),U||($(T,H),Ku(t,!1)))};U&&($(n,B),Ku(t,!0)),iy(t.props)?Mn(()=>{M(),t.el.__isMounted=!0},a):M()}else{if(iy(t.props)&&!e.el.__isMounted){Mn(()=>{D_.process(e,t,n,r,s,a,o,u,d,h),delete e.el.__isMounted},a);return}t.el=e.el,t.targetStart=e.targetStart;const V=t.anchor=e.anchor,B=t.target=e.target,$=t.targetAnchor=e.targetAnchor,M=no(e.props),T=M?n:B,H=M?V:$;if(o==="svg"||ay(B)?o="svg":(o==="mathml"||ly(B))&&(o="mathml"),E?(m(e.dynamicChildren,E,T,s,a,o,u),yp(e,t,!0)):d||p(e,t,T,H,s,a,o,u,!1),U)M?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Pu(t,n,V,h,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const re=t.target=bh(t.props,w);re&&Pu(t,re,null,h,0)}else M&&Pu(t,B,$,h,1);Ku(t,U)}},remove(e,t,n,{um:r,o:{remove:s}},a){const{shapeFlag:o,children:u,anchor:d,targetStart:h,targetAnchor:f,target:p,props:m}=e;if(p&&(s(h),s(f)),a&&s(d),o&16){const y=a||!no(m);for(let w=0;w{e.isMounted=!0}),Qc(()=>{e.isUnmounting=!0}),e}const Qr=[Function,Array],dp={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Qr,onEnter:Qr,onAfterEnter:Qr,onEnterCancelled:Qr,onBeforeLeave:Qr,onLeave:Qr,onAfterLeave:Qr,onLeaveCancelled:Qr,onBeforeAppear:Qr,onAppear:Qr,onAfterAppear:Qr,onAppearCancelled:Qr},I_=e=>{const t=e.subTree;return t.component?I_(t.component):t},rR={name:"BaseTransition",props:dp,setup(e,{slots:t}){const n=ss(),r=cp();return()=>{const s=t.default&&Gc(t.default(),!0);if(!s||!s.length)return;const a=N_(s),o=Ot(e),{mode:u}=o;if(r.isLeaving)return Ff(a);const d=oy(a);if(!d)return Ff(a);let h=ol(d,o,r,n,p=>h=p);d.type!==An&&ti(d,h);let f=n.subTree&&oy(n.subTree);if(f&&f.type!==An&&!ds(d,f)&&I_(n).type!==An){let p=ol(f,o,r,n);if(ti(f,p),u==="out-in"&&d.type!==An)return r.isLeaving=!0,p.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete p.afterLeave,f=void 0},Ff(a);u==="in-out"&&d.type!==An?p.delayLeave=(m,y,w)=>{const _=F_(r,f);_[String(f.key)]=f,m[xi]=()=>{y(),m[xi]=void 0,delete h.delayedLeave,f=void 0},h.delayedLeave=()=>{w(),delete h.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return a}}};function N_(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==An){t=n;break}}return t}const V_=rR;function F_(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function ol(e,t,n,r,s){const{appear:a,mode:o,persisted:u=!1,onBeforeEnter:d,onEnter:h,onAfterEnter:f,onEnterCancelled:p,onBeforeLeave:m,onLeave:y,onAfterLeave:w,onLeaveCancelled:_,onBeforeAppear:C,onAppear:U,onAfterAppear:F,onAppearCancelled:x}=t,E=String(e.key),V=F_(n,e),B=(T,H)=>{T&&rs(T,r,9,H)},$=(T,H)=>{const re=H[1];B(T,H),qe(T)?T.every(Q=>Q.length<=1)&&re():T.length<=1&&re()},M={mode:o,persisted:u,beforeEnter(T){let H=d;if(!n.isMounted)if(a)H=C||d;else return;T[xi]&&T[xi](!0);const re=V[E];re&&ds(e,re)&&re.el[xi]&&re.el[xi](),B(H,[T])},enter(T){let H=h,re=f,Q=p;if(!n.isMounted)if(a)H=U||h,re=F||f,Q=x||p;else return;let ne=!1;const J=T[Lu]=P=>{ne||(ne=!0,P?B(Q,[T]):B(re,[T]),M.delayedLeave&&M.delayedLeave(),T[Lu]=void 0)};H?$(H,[T,J]):J()},leave(T,H){const re=String(e.key);if(T[Lu]&&T[Lu](!0),n.isUnmounting)return H();B(m,[T]);let Q=!1;const ne=T[xi]=J=>{Q||(Q=!0,H(),J?B(_,[T]):B(w,[T]),T[xi]=void 0,V[re]===e&&delete V[re])};V[re]=e,y?$(y,[T,ne]):ne()},clone(T){const H=ol(T,t,n,r,s);return s&&s(H),H}};return M}function Ff(e){if(Do(e))return e=Ps(e),e.children=null,e}function oy(e){if(!Do(e))return R_(e.type)&&e.children?N_(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&st(n.default))return n.default()}}function ti(e,t){e.shapeFlag&6&&e.component?(e.transition=t,ti(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Gc(e,t=!1,n){let r=[],s=0;for(let a=0;a1)for(let a=0;an.value,set:a=>n.value=a})}return n}function yo(e,t,n,r,s=!1){if(qe(e)){e.forEach((w,_)=>yo(w,t&&(qe(t)?t[_]:t),n,r,s));return}if(Ei(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&yo(e,t,n,r.component.subTree);return}const a=r.shapeFlag&4?Lo(r.component):r.el,o=s?null:a,{i:u,r:d}=e,h=t&&t.r,f=u.refs===kt?u.refs={}:u.refs,p=u.setupState,m=Ot(p),y=p===kt?()=>!1:w=>Dt(m,w);if(h!=null&&h!==d&&(ut(h)?(f[h]=null,y(h)&&(p[h]=null)):Tn(h)&&(h.value=null)),st(d))Tl(d,u,12,[o,f]);else{const w=ut(d),_=Tn(d);if(w||_){const C=()=>{if(e.f){const U=w?y(d)?p[d]:f[d]:d.value;s?qe(U)&&Qh(U,a):qe(U)?U.includes(a)||U.push(a):w?(f[d]=[a],y(d)&&(p[d]=f[d])):(d.value=[a],e.k&&(f[e.k]=d.value))}else w?(f[d]=o,y(d)&&(p[d]=o)):_&&(d.value=o,e.k&&(f[e.k]=o))};o?(C.id=-1,Mn(C,n)):C()}}}let uy=!1;const ja=()=>{uy||(console.error("Hydration completed but contains mismatches."),uy=!0)},aR=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",lR=e=>e.namespaceURI.includes("MathML"),Iu=e=>{if(e.nodeType===1){if(aR(e))return"svg";if(lR(e))return"mathml"}},Qa=e=>e.nodeType===8;function oR(e){const{mt:t,p:n,o:{patchProp:r,createText:s,nextSibling:a,parentNode:o,remove:u,insert:d,createComment:h}}=e,f=(x,E)=>{if(!E.hasChildNodes()){n(null,x,E),uc(),E._vnode=x;return}p(E.firstChild,x,null,null,null),uc(),E._vnode=x},p=(x,E,V,B,$,M=!1)=>{M=M||!!E.dynamicChildren;const T=Qa(x)&&x.data==="[",H=()=>_(x,E,V,B,$,T),{type:re,ref:Q,shapeFlag:ne,patchFlag:J}=E;let P=x.nodeType;E.el=x,J===-2&&(M=!1,E.dynamicChildren=null);let z=null;switch(re){case Oi:P!==3?E.children===""?(d(E.el=s(""),o(x),x),z=x):z=H():(x.data!==E.children&&(ja(),x.data=E.children),z=a(x));break;case An:F(x)?(z=a(x),U(E.el=x.content.firstChild,x,V)):P!==8||T?z=H():z=a(x);break;case fa:if(T&&(x=a(x),P=x.nodeType),P===1||P===3){z=x;const R=!E.children.length;for(let te=0;te{M=M||!!E.dynamicChildren;const{type:T,props:H,patchFlag:re,shapeFlag:Q,dirs:ne,transition:J}=E,P=T==="input"||T==="option";if(P||re!==-1){ne&&Es(E,null,V,"created");let z=!1;if(F(x)){z=db(null,J)&&V&&V.vnode.props&&V.vnode.props.appear;const te=x.content.firstChild;z&&J.beforeEnter(te),U(te,x,V),E.el=x=te}if(Q&16&&!(H&&(H.innerHTML||H.textContent))){let te=y(x.firstChild,E,x,V,B,$,M);for(;te;){Nu(x,1)||ja();const xe=te;te=te.nextSibling,u(xe)}}else if(Q&8){let te=E.children;te[0]===` -`&&(x.tagName==="PRE"||x.tagName==="TEXTAREA")&&(te=te.slice(1)),x.textContent!==te&&(Nu(x,0)||ja(),x.textContent=E.children)}if(H){if(P||!M||re&48){const te=x.tagName.includes("-");for(const xe in H)(P&&(xe.endsWith("value")||xe==="indeterminate")||wa(xe)&&!Ai(xe)||xe[0]==="."||te)&&r(x,xe,null,H[xe],void 0,V)}else if(H.onClick)r(x,"onClick",null,H.onClick,void 0,V);else if(re&4&&Ci(H.style))for(const te in H.style)H.style[te]}let R;(R=H&&H.onVnodeBeforeMount)&&br(R,V,E),ne&&Es(E,null,V,"beforeMount"),((R=H&&H.onVnodeMounted)||ne||z)&&wb(()=>{R&&br(R,V,E),z&&J.enter(x),ne&&Es(E,null,V,"mounted")},B)}return x.nextSibling},y=(x,E,V,B,$,M,T)=>{T=T||!!E.dynamicChildren;const H=E.children,re=H.length;for(let Q=0;Q{const{slotScopeIds:T}=E;T&&($=$?$.concat(T):T);const H=o(x),re=y(a(x),E,H,V,B,$,M);return re&&Qa(re)&&re.data==="]"?a(E.anchor=re):(ja(),d(E.anchor=h("]"),H,re),re)},_=(x,E,V,B,$,M)=>{if(Nu(x.parentElement,1)||ja(),E.el=null,M){const re=C(x);for(;;){const Q=a(x);if(Q&&Q!==re)u(Q);else break}}const T=a(x),H=o(x);return u(x),n(null,E,H,T,V,B,Iu(H),$),V&&(V.vnode.el=E.el,td(V,E.el)),T},C=(x,E="[",V="]")=>{let B=0;for(;x;)if(x=a(x),x&&Qa(x)&&(x.data===E&&B++,x.data===V)){if(B===0)return a(x);B--}return x},U=(x,E,V)=>{const B=E.parentNode;B&&B.replaceChild(x,E);let $=V;for(;$;)$.vnode.el===E&&($.vnode.el=$.subTree.el=x),$=$.parent},F=x=>x.nodeType===1&&x.tagName==="TEMPLATE";return[f,p]}const cy="data-allow-mismatch",uR={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function Nu(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(cy);)e=e.parentElement;const n=e&&e.getAttribute(cy);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(uR[t])}}const cR=Hc().requestIdleCallback||(e=>setTimeout(e,1)),dR=Hc().cancelIdleCallback||(e=>clearTimeout(e)),fR=(e=1e4)=>t=>{const n=cR(t,{timeout:e});return()=>dR(n)};function hR(e){const{top:t,left:n,bottom:r,right:s}=e.getBoundingClientRect(),{innerHeight:a,innerWidth:o}=window;return(t>0&&t0&&r0&&n0&&s(t,n)=>{const r=new IntersectionObserver(s=>{for(const a of s)if(a.isIntersecting){r.disconnect(),t();break}},e);return n(s=>{if(s instanceof Element){if(hR(s))return t(),r.disconnect(),!1;r.observe(s)}}),()=>r.disconnect()},mR=e=>t=>{if(e){const n=matchMedia(e);if(n.matches)t();else return n.addEventListener("change",t,{once:!0}),()=>n.removeEventListener("change",t)}},gR=(e=[])=>(t,n)=>{ut(e)&&(e=[e]);let r=!1;const s=o=>{r||(r=!0,a(),t(),o.target.dispatchEvent(new o.constructor(o.type,o)))},a=()=>{n(o=>{for(const u of e)o.removeEventListener(u,s)})};return n(o=>{for(const u of e)o.addEventListener(u,s,{once:!0})}),a};function vR(e,t){if(Qa(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(Qa(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const Ei=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function yR(e){st(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:s=200,hydrate:a,timeout:o,suspensible:u=!0,onError:d}=e;let h=null,f,p=0;const m=()=>(p++,h=null,y()),y=()=>{let w;return h||(w=h=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),d)return new Promise((C,U)=>{d(_,()=>C(m()),()=>U(_),p+1)});throw _}).then(_=>w!==h&&h?h:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),f=_,_)))};return fn({name:"AsyncComponentWrapper",__asyncLoader:y,__asyncHydrate(w,_,C){const U=a?()=>{const F=a(C,x=>vR(w,x));F&&(_.bum||(_.bum=[])).push(F)}:C;f?U():y().then(()=>!_.isUnmounted&&U())},get __asyncResolved(){return f},setup(){const w=Pn;if(fp(w),f)return()=>$f(f,w);const _=x=>{h=null,Sa(x,w,13,!r)};if(u&&w.suspense||ul)return y().then(x=>()=>$f(x,w)).catch(x=>(_(x),()=>r?he(r,{error:x}):null));const C=fe(!1),U=fe(),F=fe(!!s);return s&&setTimeout(()=>{F.value=!1},s),o!=null&&setTimeout(()=>{if(!C.value&&!U.value){const x=new Error(`Async component timed out after ${o}ms.`);_(x),U.value=x}},o),y().then(()=>{C.value=!0,w.parent&&Do(w.parent.vnode)&&w.parent.update()}).catch(x=>{_(x),U.value=x}),()=>{if(C.value&&f)return $f(f,w);if(U.value&&r)return he(r,{error:U.value});if(n&&!F.value)return he(n)}}})}function $f(e,t){const{ref:n,props:r,children:s,ce:a}=t.vnode,o=he(e,r,s);return o.ref=n,o.ce=a,delete t.vnode.ce,o}const Do=e=>e.type.__isKeepAlive,_R={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=ss(),r=n.ctx;if(!r.renderer)return()=>{const F=t.default&&t.default();return F&&F.length===1?F[0]:F};const s=new Map,a=new Set;let o=null;const u=n.suspense,{renderer:{p:d,m:h,um:f,o:{createElement:p}}}=r,m=p("div");r.activate=(F,x,E,V,B)=>{const $=F.component;h(F,x,E,0,u),d($.vnode,F,x,E,$,u,V,F.slotScopeIds,B),Mn(()=>{$.isDeactivated=!1,$.a&&sl($.a);const M=F.props&&F.props.onVnodeMounted;M&&br(M,$.parent,F)},u)},r.deactivate=F=>{const x=F.component;dc(x.m),dc(x.a),h(F,m,null,1,u),Mn(()=>{x.da&&sl(x.da);const E=F.props&&F.props.onVnodeUnmounted;E&&br(E,x.parent,F),x.isDeactivated=!0},u)};function y(F){Bf(F),f(F,n,u,!0)}function w(F){s.forEach((x,E)=>{const V=Dh(x.type);V&&!F(V)&&_(E)})}function _(F){const x=s.get(F);x&&(!o||!ds(x,o))?y(x):o&&Bf(o),s.delete(F),a.delete(F)}Wt(()=>[e.include,e.exclude],([F,x])=>{F&&w(E=>Xl(F,E)),x&&w(E=>!Xl(x,E))},{flush:"post",deep:!0});let C=null;const U=()=>{C!=null&&(fc(n.subTree.type)?Mn(()=>{s.set(C,Vu(n.subTree))},n.subTree.suspense):s.set(C,Vu(n.subTree)))};return Ft(U),Xc(U),Qc(()=>{s.forEach(F=>{const{subTree:x,suspense:E}=n,V=Vu(x);if(F.type===V.type&&F.key===V.key){Bf(V);const B=V.component.da;B&&Mn(B,E);return}y(F)})}),()=>{if(C=null,!t.default)return o=null;const F=t.default(),x=F[0];if(F.length>1)return o=null,F;if(!ni(x)||!(x.shapeFlag&4)&&!(x.shapeFlag&128))return o=null,x;let E=Vu(x);if(E.type===An)return o=null,E;const V=E.type,B=Dh(Ei(E)?E.type.__asyncResolved||{}:V),{include:$,exclude:M,max:T}=e;if($&&(!B||!Xl($,B))||M&&B&&Xl(M,B))return E.shapeFlag&=-257,o=E,x;const H=E.key==null?V:E.key,re=s.get(H);return E.el&&(E=Ps(E),x.shapeFlag&128&&(x.ssContent=E)),C=H,re?(E.el=re.el,E.component=re.component,E.transition&&ti(E,E.transition),E.shapeFlag|=512,a.delete(H),a.add(H)):(a.add(H),T&&a.size>parseInt(T,10)&&_(a.values().next().value)),E.shapeFlag|=256,o=E,fc(x.type)?x:E}}},bR=_R;function Xl(e,t){return qe(e)?e.some(n=>Xl(n,t)):ut(e)?e.split(",").includes(t):HO(e)?(e.lastIndex=0,e.test(t)):!1}function $_(e,t){H_(e,"a",t)}function B_(e,t){H_(e,"da",t)}function H_(e,t,n=Pn){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Jc(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Do(s.parent.vnode)&&wR(r,t,n,s),s=s.parent}}function wR(e,t,n,r){const s=Jc(t,e,r,!0);ii(()=>{Qh(r[t],s)},n)}function Bf(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Vu(e){return e.shapeFlag&128?e.ssContent:e}function Jc(e,t,n=Pn,r=!1){if(n){const s=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...o)=>{Fi();const u=_a(n),d=rs(t,n,e,o);return u(),$i(),d});return r?s.unshift(a):s.push(a),a}}const si=e=>(t,n=Pn)=>{(!ul||e==="sp")&&Jc(e,(...r)=>t(...r),n)},U_=si("bm"),Ft=si("m"),Zc=si("bu"),Xc=si("u"),Qc=si("bum"),ii=si("um"),j_=si("sp"),W_=si("rtg"),q_=si("rtc");function Y_(e,t=Pn){Jc("ec",e,t)}const hp="components",xR="directives";function at(e,t){return pp(hp,e,!0,t)||e}const z_=Symbol.for("v-ndc");function Al(e){return ut(e)?pp(hp,e,!1)||e:e||z_}function K_(e){return pp(xR,e)}function pp(e,t,n=!0,r=!1){const s=In||Pn;if(s){const a=s.type;if(e===hp){const u=Dh(a,!1);if(u&&(u===t||u===Jt(t)||u===ka(Jt(t))))return a}const o=dy(s[e]||a[e],t)||dy(s.appContext[e],t);return!o&&r?a:o}}function dy(e,t){return e&&(e[t]||e[Jt(t)]||e[ka(Jt(t))])}function Ze(e,t,n,r){let s;const a=n&&n[r],o=qe(e);if(o||ut(e)){const u=o&&Ci(e);let d=!1;u&&(d=!Ur(e),e=Wc(e)),s=new Array(e.length);for(let h=0,f=e.length;ht(u,d,void 0,a&&a[d]));else{const u=Object.keys(e);s=new Array(u.length);for(let d=0,h=u.length;d{const a=r.fn(...s);return a&&(a.key=r.key),a}:r.fn)}return e}function Le(e,t,n={},r,s){if(In.ce||In.parent&&Ei(In.parent)&&In.parent.ce)return t!=="default"&&(n.name=t),k(),it(Ie,null,[he("slot",n,r&&r())],64);let a=e[t];a&&a._c&&(a._d=!1),k();const o=a&&mp(a(n)),u=n.key||o&&o.key,d=it(Ie,{key:(u&&!Or(u)?u:`_${t}`)+(!o&&r?"_fb":"")},o||(r?r():[]),o&&e._===1?64:-2);return!s&&d.scopeId&&(d.slotScopeIds=[d.scopeId+"-s"]),a&&a._c&&(a._d=!0),d}function mp(e){return e.some(t=>ni(t)?!(t.type===An||t.type===Ie&&!mp(t.children)):!0)?e:null}function kR(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:rl(r)]=e[r];return n}const wh=e=>e?Ab(e)?Lo(e):wh(e.parent):null,ro=Tt(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>wh(e.parent),$root:e=>wh(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>gp(e),$forceUpdate:e=>e.f||(e.f=()=>{up(e.update)}),$nextTick:e=>e.n||(e.n=Hn.bind(e.proxy)),$watch:e=>QR.bind(e)}),Hf=(e,t)=>e!==kt&&!e.__isScriptSetup&&Dt(e,t),xh={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:a,accessCache:o,type:u,appContext:d}=e;let h;if(t[0]!=="$"){const y=o[t];if(y!==void 0)switch(y){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return a[t]}else{if(Hf(r,t))return o[t]=1,r[t];if(s!==kt&&Dt(s,t))return o[t]=2,s[t];if((h=e.propsOptions[0])&&Dt(h,t))return o[t]=3,a[t];if(n!==kt&&Dt(n,t))return o[t]=4,n[t];kh&&(o[t]=0)}}const f=ro[t];let p,m;if(f)return t==="$attrs"&&Qn(e.attrs,"get",""),f(e);if((p=u.__cssModules)&&(p=p[t]))return p;if(n!==kt&&Dt(n,t))return o[t]=4,n[t];if(m=d.config.globalProperties,Dt(m,t))return m[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:a}=e;return Hf(s,t)?(s[t]=n,!0):r!==kt&&Dt(r,t)?(r[t]=n,!0):Dt(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:a}},o){let u;return!!n[o]||e!==kt&&Dt(e,o)||Hf(t,o)||(u=a[0])&&Dt(u,o)||Dt(r,o)||Dt(ro,o)||Dt(s.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Dt(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}},SR=Tt({},xh,{get(e,t){if(t!==Symbol.unscopables)return xh.get(e,t,e)},has(e,t){return t[0]!=="_"&&!KO(t)}});function TR(){return null}function AR(){return null}function CR(e){}function ER(e){}function OR(){return null}function MR(){}function RR(e,t){return null}function Bi(){return G_().slots}function DR(){return G_().attrs}function G_(){const e=ss();return e.setupContext||(e.setupContext=Mb(e))}function _o(e){return qe(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function PR(e,t){const n=_o(e);for(const r in t){if(r.startsWith("__skip"))continue;let s=n[r];s?qe(s)||st(s)?s=n[r]={type:s,default:t[r]}:s.default=t[r]:s===null&&(s=n[r]={default:t[r]}),s&&t[`__skip_${r}`]&&(s.skipFactory=!0)}return n}function LR(e,t){return!e||!t?e||t:qe(e)&&qe(t)?e.concat(t):Tt({},_o(e),_o(t))}function IR(e,t){const n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function NR(e){const t=ss();let n=e();return Oh(),ep(n)&&(n=n.catch(r=>{throw _a(t),r})),[n,()=>_a(t)]}let kh=!0;function VR(e){const t=gp(e),n=e.proxy,r=e.ctx;kh=!1,t.beforeCreate&&fy(t.beforeCreate,e,"bc");const{data:s,computed:a,methods:o,watch:u,provide:d,inject:h,created:f,beforeMount:p,mounted:m,beforeUpdate:y,updated:w,activated:_,deactivated:C,beforeDestroy:U,beforeUnmount:F,destroyed:x,unmounted:E,render:V,renderTracked:B,renderTriggered:$,errorCaptured:M,serverPrefetch:T,expose:H,inheritAttrs:re,components:Q,directives:ne,filters:J}=t;if(h&&FR(h,r,null),o)for(const R in o){const te=o[R];st(te)&&(r[R]=te.bind(n))}if(s){const R=s.call(n,n);Ht(R)&&(e.data=Hr(R))}if(kh=!0,a)for(const R in a){const te=a[R],xe=st(te)?te.bind(n,n):st(te.get)?te.get.bind(n,n):Yn,De=!st(te)&&st(te.set)?te.set.bind(n):Yn,Be=me({get:xe,set:De});Object.defineProperty(r,R,{enumerable:!0,configurable:!0,get:()=>Be.value,set:K=>Be.value=K})}if(u)for(const R in u)J_(u[R],r,n,R);if(d){const R=st(d)?d.call(n):d;Reflect.ownKeys(R).forEach(te=>{X_(te,R[te])})}f&&fy(f,e,"c");function z(R,te){qe(te)?te.forEach(xe=>R(xe.bind(n))):te&&R(te.bind(n))}if(z(U_,p),z(Ft,m),z(Zc,y),z(Xc,w),z($_,_),z(B_,C),z(Y_,M),z(q_,B),z(W_,$),z(Qc,F),z(ii,E),z(j_,T),qe(H))if(H.length){const R=e.exposed||(e.exposed={});H.forEach(te=>{Object.defineProperty(R,te,{get:()=>n[te],set:xe=>n[te]=xe})})}else e.exposed||(e.exposed={});V&&e.render===Yn&&(e.render=V),re!=null&&(e.inheritAttrs=re),Q&&(e.components=Q),ne&&(e.directives=ne),T&&fp(e)}function FR(e,t,n=Yn){qe(e)&&(e=Sh(e));for(const r in e){const s=e[r];let a;Ht(s)?"default"in s?a=so(s.from||r,s.default,!0):a=so(s.from||r):a=so(s),Tn(a)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>a.value,set:o=>a.value=o}):t[r]=a}}function fy(e,t,n){rs(qe(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function J_(e,t,n,r){let s=r.includes(".")?vb(n,r):()=>n[r];if(ut(e)){const a=t[e];st(a)&&Wt(s,a)}else if(st(e))Wt(s,e.bind(n));else if(Ht(e))if(qe(e))e.forEach(a=>J_(a,t,n,r));else{const a=st(e.handler)?e.handler.bind(n):t[e.handler];st(a)&&Wt(s,a,e)}}function gp(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:a,config:{optionMergeStrategies:o}}=e.appContext,u=a.get(t);let d;return u?d=u:!s.length&&!n&&!r?d=t:(d={},s.length&&s.forEach(h=>cc(d,h,o,!0)),cc(d,t,o)),Ht(t)&&a.set(t,d),d}function cc(e,t,n,r=!1){const{mixins:s,extends:a}=t;a&&cc(e,a,n,!0),s&&s.forEach(o=>cc(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const u=$R[o]||n&&n[o];e[o]=u?u(e[o],t[o]):t[o]}return e}const $R={data:hy,props:py,emits:py,methods:Ql,computed:Ql,beforeCreate:lr,created:lr,beforeMount:lr,mounted:lr,beforeUpdate:lr,updated:lr,beforeDestroy:lr,beforeUnmount:lr,destroyed:lr,unmounted:lr,activated:lr,deactivated:lr,errorCaptured:lr,serverPrefetch:lr,components:Ql,directives:Ql,watch:HR,provide:hy,inject:BR};function hy(e,t){return t?e?function(){return Tt(st(e)?e.call(this,this):e,st(t)?t.call(this,this):t)}:t:e}function BR(e,t){return Ql(Sh(e),Sh(t))}function Sh(e){if(qe(e)){const t={};for(let n=0;n1)return n&&st(t)?t.call(r&&r.proxy):t}}function WR(){return!!(Pn||In||da)}const Q_={},eb=()=>Object.create(Q_),tb=e=>Object.getPrototypeOf(e)===Q_;function qR(e,t,n,r=!1){const s={},a=eb();e.propsDefaults=Object.create(null),nb(e,t,s,a);for(const o in e.propsOptions[0])o in s||(s[o]=void 0);n?e.props=r?s:y_(s):e.type.props?e.props=s:e.props=a,e.attrs=a}function YR(e,t,n,r){const{props:s,attrs:a,vnode:{patchFlag:o}}=e,u=Ot(s),[d]=e.propsOptions;let h=!1;if((r||o>0)&&!(o&16)){if(o&8){const f=e.vnode.dynamicProps;for(let p=0;p{d=!0;const[m,y]=rb(p,t,!0);Tt(o,m),y&&u.push(...y)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!a&&!d)return Ht(e)&&r.set(e,tl),tl;if(qe(a))for(let f=0;fe[0]==="_"||e==="$stable",vp=e=>qe(e)?e.map(xr):[xr(e)],KR=(e,t,n)=>{if(t._n)return t;const r=Te((...s)=>vp(t(...s)),n);return r._c=!1,r},ib=(e,t,n)=>{const r=e._ctx;for(const s in e){if(sb(s))continue;const a=e[s];if(st(a))t[s]=KR(s,a,r);else if(a!=null){const o=vp(a);t[s]=()=>o}}},ab=(e,t)=>{const n=vp(t);e.slots.default=()=>n},lb=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},GR=(e,t,n)=>{const r=e.slots=eb();if(e.vnode.shapeFlag&32){const s=t._;s?(lb(r,t,n),n&&Z0(r,"_",s,!0)):ib(t,r)}else t&&ab(e,t)},JR=(e,t,n)=>{const{vnode:r,slots:s}=e;let a=!0,o=kt;if(r.shapeFlag&32){const u=t._;u?n&&u===1?a=!1:lb(s,t,n):(a=!t.$stable,ib(t,s)),o=t}else t&&(ab(e,t),o={default:1});if(a)for(const u in s)!sb(u)&&o[u]==null&&delete s[u]},Mn=wb;function ob(e){return cb(e)}function ub(e){return cb(e,oR)}function cb(e,t){const n=Hc();n.__VUE__=!0;const{insert:r,remove:s,patchProp:a,createElement:o,createText:u,createComment:d,setText:h,setElementText:f,parentNode:p,nextSibling:m,setScopeId:y=Yn,insertStaticContent:w}=e,_=(S,N,G,ee=null,pe=null,j=null,de=void 0,ge=null,ke=!!N.dynamicChildren)=>{if(S===N)return;S&&!ds(S,N)&&(ee=q(S),K(S,pe,j,!0),S=null),N.patchFlag===-2&&(ke=!1,N.dynamicChildren=null);const{type:Ae,ref:Ee,shapeFlag:$e}=N;switch(Ae){case Oi:C(S,N,G,ee);break;case An:U(S,N,G,ee);break;case fa:S==null&&F(N,G,ee,de);break;case Ie:Q(S,N,G,ee,pe,j,de,ge,ke);break;default:$e&1?V(S,N,G,ee,pe,j,de,ge,ke):$e&6?ne(S,N,G,ee,pe,j,de,ge,ke):($e&64||$e&128)&&Ae.process(S,N,G,ee,pe,j,de,ge,ke,be)}Ee!=null&&pe&&yo(Ee,S&&S.ref,j,N||S,!N)},C=(S,N,G,ee)=>{if(S==null)r(N.el=u(N.children),G,ee);else{const pe=N.el=S.el;N.children!==S.children&&h(pe,N.children)}},U=(S,N,G,ee)=>{S==null?r(N.el=d(N.children||""),G,ee):N.el=S.el},F=(S,N,G,ee)=>{[S.el,S.anchor]=w(S.children,N,G,ee,S.el,S.anchor)},x=({el:S,anchor:N},G,ee)=>{let pe;for(;S&&S!==N;)pe=m(S),r(S,G,ee),S=pe;r(N,G,ee)},E=({el:S,anchor:N})=>{let G;for(;S&&S!==N;)G=m(S),s(S),S=G;s(N)},V=(S,N,G,ee,pe,j,de,ge,ke)=>{N.type==="svg"?de="svg":N.type==="math"&&(de="mathml"),S==null?B(N,G,ee,pe,j,de,ge,ke):T(S,N,pe,j,de,ge,ke)},B=(S,N,G,ee,pe,j,de,ge)=>{let ke,Ae;const{props:Ee,shapeFlag:$e,transition:He,dirs:Qe}=S;if(ke=S.el=o(S.type,j,Ee&&Ee.is,Ee),$e&8?f(ke,S.children):$e&16&&M(S.children,ke,null,ee,pe,Uf(S,j),de,ge),Qe&&Es(S,null,ee,"created"),$(ke,S,S.scopeId,de,ee),Ee){for(const tt in Ee)tt!=="value"&&!Ai(tt)&&a(ke,tt,null,Ee[tt],j,ee);"value"in Ee&&a(ke,"value",null,Ee.value,j),(Ae=Ee.onVnodeBeforeMount)&&br(Ae,ee,S)}Qe&&Es(S,null,ee,"beforeMount");const Ue=db(pe,He);Ue&&He.beforeEnter(ke),r(ke,N,G),((Ae=Ee&&Ee.onVnodeMounted)||Ue||Qe)&&Mn(()=>{Ae&&br(Ae,ee,S),Ue&&He.enter(ke),Qe&&Es(S,null,ee,"mounted")},pe)},$=(S,N,G,ee,pe)=>{if(G&&y(S,G),ee)for(let j=0;j{for(let Ae=ke;Ae{const ge=N.el=S.el;let{patchFlag:ke,dynamicChildren:Ae,dirs:Ee}=N;ke|=S.patchFlag&16;const $e=S.props||kt,He=N.props||kt;let Qe;if(G&&ea(G,!1),(Qe=He.onVnodeBeforeUpdate)&&br(Qe,G,N,S),Ee&&Es(N,S,G,"beforeUpdate"),G&&ea(G,!0),($e.innerHTML&&He.innerHTML==null||$e.textContent&&He.textContent==null)&&f(ge,""),Ae?H(S.dynamicChildren,Ae,ge,G,ee,Uf(N,pe),j):de||te(S,N,ge,null,G,ee,Uf(N,pe),j,!1),ke>0){if(ke&16)re(ge,$e,He,G,pe);else if(ke&2&&$e.class!==He.class&&a(ge,"class",null,He.class,pe),ke&4&&a(ge,"style",$e.style,He.style,pe),ke&8){const Ue=N.dynamicProps;for(let tt=0;tt{Qe&&br(Qe,G,N,S),Ee&&Es(N,S,G,"updated")},ee)},H=(S,N,G,ee,pe,j,de)=>{for(let ge=0;ge{if(N!==G){if(N!==kt)for(const j in N)!Ai(j)&&!(j in G)&&a(S,j,N[j],null,pe,ee);for(const j in G){if(Ai(j))continue;const de=G[j],ge=N[j];de!==ge&&j!=="value"&&a(S,j,ge,de,pe,ee)}"value"in G&&a(S,"value",N.value,G.value,pe)}},Q=(S,N,G,ee,pe,j,de,ge,ke)=>{const Ae=N.el=S?S.el:u(""),Ee=N.anchor=S?S.anchor:u("");let{patchFlag:$e,dynamicChildren:He,slotScopeIds:Qe}=N;Qe&&(ge=ge?ge.concat(Qe):Qe),S==null?(r(Ae,G,ee),r(Ee,G,ee),M(N.children||[],G,Ee,pe,j,de,ge,ke)):$e>0&&$e&64&&He&&S.dynamicChildren?(H(S.dynamicChildren,He,G,pe,j,de,ge),(N.key!=null||pe&&N===pe.subTree)&&yp(S,N,!0)):te(S,N,G,Ee,pe,j,de,ge,ke)},ne=(S,N,G,ee,pe,j,de,ge,ke)=>{N.slotScopeIds=ge,S==null?N.shapeFlag&512?pe.ctx.activate(N,G,ee,de,ke):J(N,G,ee,pe,j,de,ke):P(S,N,ke)},J=(S,N,G,ee,pe,j,de)=>{const ge=S.component=Tb(S,ee,pe);if(Do(S)&&(ge.ctx.renderer=be),Cb(ge,!1,de),ge.asyncDep){if(pe&&pe.registerDep(ge,z,de),!S.el){const ke=ge.subTree=he(An);U(null,ke,N,G)}}else z(ge,S,N,G,pe,j,de)},P=(S,N,G)=>{const ee=N.component=S.component;if(i3(S,N,G))if(ee.asyncDep&&!ee.asyncResolved){R(ee,N,G);return}else ee.next=N,ee.update();else N.el=S.el,ee.vnode=N},z=(S,N,G,ee,pe,j,de)=>{const ge=()=>{if(S.isMounted){let{next:$e,bu:He,u:Qe,parent:Ue,vnode:tt}=S;{const hn=fb(S);if(hn){$e&&($e.el=tt.el,R(S,$e,de)),hn.asyncDep.then(()=>{S.isUnmounted||ge()});return}}let ct=$e,an;ea(S,!1),$e?($e.el=tt.el,R(S,$e,de)):$e=tt,He&&sl(He),(an=$e.props&&$e.props.onVnodeBeforeUpdate)&&br(an,Ue,$e,tt),ea(S,!0);const Zt=Gu(S),Cn=S.subTree;S.subTree=Zt,_(Cn,Zt,p(Cn.el),q(Cn),S,pe,j),$e.el=Zt.el,ct===null&&td(S,Zt.el),Qe&&Mn(Qe,pe),(an=$e.props&&$e.props.onVnodeUpdated)&&Mn(()=>br(an,Ue,$e,tt),pe)}else{let $e;const{el:He,props:Qe}=N,{bm:Ue,m:tt,parent:ct,root:an,type:Zt}=S,Cn=Ei(N);if(ea(S,!1),Ue&&sl(Ue),!Cn&&($e=Qe&&Qe.onVnodeBeforeMount)&&br($e,ct,N),ea(S,!0),He&&W){const hn=()=>{S.subTree=Gu(S),W(He,S.subTree,S,pe,null)};Cn&&Zt.__asyncHydrate?Zt.__asyncHydrate(He,S,hn):hn()}else{an.ce&&an.ce._injectChildStyle(Zt);const hn=S.subTree=Gu(S);_(null,hn,G,ee,S,pe,j),N.el=hn.el}if(tt&&Mn(tt,pe),!Cn&&($e=Qe&&Qe.onVnodeMounted)){const hn=N;Mn(()=>br($e,ct,hn),pe)}(N.shapeFlag&256||ct&&Ei(ct.vnode)&&ct.vnode.shapeFlag&256)&&S.a&&Mn(S.a,pe),S.isMounted=!0,N=G=ee=null}};S.scope.on();const ke=S.effect=new fo(ge);S.scope.off();const Ae=S.update=ke.run.bind(ke),Ee=S.job=ke.runIfDirty.bind(ke);Ee.i=S,Ee.id=S.uid,ke.scheduler=()=>up(Ee),ea(S,!0),Ae()},R=(S,N,G)=>{N.component=S;const ee=S.vnode.props;S.vnode=N,S.next=null,YR(S,N.props,ee,G),JR(S,N.children,G),Fi(),sy(S),$i()},te=(S,N,G,ee,pe,j,de,ge,ke=!1)=>{const Ae=S&&S.children,Ee=S?S.shapeFlag:0,$e=N.children,{patchFlag:He,shapeFlag:Qe}=N;if(He>0){if(He&128){De(Ae,$e,G,ee,pe,j,de,ge,ke);return}else if(He&256){xe(Ae,$e,G,ee,pe,j,de,ge,ke);return}}Qe&8?(Ee&16&&_e(Ae,pe,j),$e!==Ae&&f(G,$e)):Ee&16?Qe&16?De(Ae,$e,G,ee,pe,j,de,ge,ke):_e(Ae,pe,j,!0):(Ee&8&&f(G,""),Qe&16&&M($e,G,ee,pe,j,de,ge,ke))},xe=(S,N,G,ee,pe,j,de,ge,ke)=>{S=S||tl,N=N||tl;const Ae=S.length,Ee=N.length,$e=Math.min(Ae,Ee);let He;for(He=0;He<$e;He++){const Qe=N[He]=ke?ki(N[He]):xr(N[He]);_(S[He],Qe,G,null,pe,j,de,ge,ke)}Ae>Ee?_e(S,pe,j,!0,!1,$e):M(N,G,ee,pe,j,de,ge,ke,$e)},De=(S,N,G,ee,pe,j,de,ge,ke)=>{let Ae=0;const Ee=N.length;let $e=S.length-1,He=Ee-1;for(;Ae<=$e&&Ae<=He;){const Qe=S[Ae],Ue=N[Ae]=ke?ki(N[Ae]):xr(N[Ae]);if(ds(Qe,Ue))_(Qe,Ue,G,null,pe,j,de,ge,ke);else break;Ae++}for(;Ae<=$e&&Ae<=He;){const Qe=S[$e],Ue=N[He]=ke?ki(N[He]):xr(N[He]);if(ds(Qe,Ue))_(Qe,Ue,G,null,pe,j,de,ge,ke);else break;$e--,He--}if(Ae>$e){if(Ae<=He){const Qe=He+1,Ue=QeHe)for(;Ae<=$e;)K(S[Ae],pe,j,!0),Ae++;else{const Qe=Ae,Ue=Ae,tt=new Map;for(Ae=Ue;Ae<=He;Ae++){const pn=N[Ae]=ke?ki(N[Ae]):xr(N[Ae]);pn.key!=null&&tt.set(pn.key,Ae)}let ct,an=0;const Zt=He-Ue+1;let Cn=!1,hn=0;const Mr=new Array(Zt);for(Ae=0;Ae=Zt){K(pn,pe,j,!0);continue}let ue;if(pn.key!=null)ue=tt.get(pn.key);else for(ct=Ue;ct<=He;ct++)if(Mr[ct-Ue]===0&&ds(pn,N[ct])){ue=ct;break}ue===void 0?K(pn,pe,j,!0):(Mr[ue-Ue]=Ae+1,ue>=hn?hn=ue:Cn=!0,_(pn,N[ue],G,null,pe,j,de,ge,ke),an++)}const ws=Cn?ZR(Mr):tl;for(ct=ws.length-1,Ae=Zt-1;Ae>=0;Ae--){const pn=Ue+Ae,ue=N[pn],Ne=pn+1{const{el:j,type:de,transition:ge,children:ke,shapeFlag:Ae}=S;if(Ae&6){Be(S.component.subTree,N,G,ee);return}if(Ae&128){S.suspense.move(N,G,ee);return}if(Ae&64){de.move(S,N,G,be);return}if(de===Ie){r(j,N,G);for(let $e=0;$ege.enter(j),pe);else{const{leave:$e,delayLeave:He,afterLeave:Qe}=ge,Ue=()=>r(j,N,G),tt=()=>{$e(j,()=>{Ue(),Qe&&Qe()})};He?He(j,Ue,tt):tt()}else r(j,N,G)},K=(S,N,G,ee=!1,pe=!1)=>{const{type:j,props:de,ref:ge,children:ke,dynamicChildren:Ae,shapeFlag:Ee,patchFlag:$e,dirs:He,cacheIndex:Qe}=S;if($e===-2&&(pe=!1),ge!=null&&yo(ge,null,G,S,!0),Qe!=null&&(N.renderCache[Qe]=void 0),Ee&256){N.ctx.deactivate(S);return}const Ue=Ee&1&&He,tt=!Ei(S);let ct;if(tt&&(ct=de&&de.onVnodeBeforeUnmount)&&br(ct,N,S),Ee&6)ae(S.component,G,ee);else{if(Ee&128){S.suspense.unmount(G,ee);return}Ue&&Es(S,null,N,"beforeUnmount"),Ee&64?S.type.remove(S,N,G,be,ee):Ae&&!Ae.hasOnce&&(j!==Ie||$e>0&&$e&64)?_e(Ae,N,G,!1,!0):(j===Ie&&$e&384||!pe&&Ee&16)&&_e(ke,N,G),ee&&oe(S)}(tt&&(ct=de&&de.onVnodeUnmounted)||Ue)&&Mn(()=>{ct&&br(ct,N,S),Ue&&Es(S,null,N,"unmounted")},G)},oe=S=>{const{type:N,el:G,anchor:ee,transition:pe}=S;if(N===Ie){D(G,ee);return}if(N===fa){E(S);return}const j=()=>{s(G),pe&&!pe.persisted&&pe.afterLeave&&pe.afterLeave()};if(S.shapeFlag&1&&pe&&!pe.persisted){const{leave:de,delayLeave:ge}=pe,ke=()=>de(G,j);ge?ge(S.el,j,ke):ke()}else j()},D=(S,N)=>{let G;for(;S!==N;)G=m(S),s(S),S=G;s(N)},ae=(S,N,G)=>{const{bum:ee,scope:pe,job:j,subTree:de,um:ge,m:ke,a:Ae}=S;dc(ke),dc(Ae),ee&&sl(ee),pe.stop(),j&&(j.flags|=8,K(de,S,N,G)),ge&&Mn(ge,N),Mn(()=>{S.isUnmounted=!0},N),N&&N.pendingBranch&&!N.isUnmounted&&S.asyncDep&&!S.asyncResolved&&S.suspenseId===N.pendingId&&(N.deps--,N.deps===0&&N.resolve())},_e=(S,N,G,ee=!1,pe=!1,j=0)=>{for(let de=j;de{if(S.shapeFlag&6)return q(S.component.subTree);if(S.shapeFlag&128)return S.suspense.next();const N=m(S.anchor||S.el),G=N&&N[M_];return G?m(G):N};let Pe=!1;const Ke=(S,N,G)=>{S==null?N._vnode&&K(N._vnode,null,null,!0):_(N._vnode||null,S,N,null,null,null,G),N._vnode=S,Pe||(Pe=!0,sy(),uc(),Pe=!1)},be={p:_,um:K,m:Be,r:oe,mt:J,mc:M,pc:te,pbc:H,n:q,o:e};let Xe,W;return t&&([Xe,W]=t(be)),{render:Ke,hydrate:Xe,createApp:jR(Ke,Xe)}}function Uf({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function ea({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function db(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function yp(e,t,n=!1){const r=e.children,s=t.children;if(qe(r)&&qe(s))for(let a=0;a>1,e[n[u]]0&&(t[r]=n[a-1]),n[a]=r)}}for(a=n.length,o=n[a-1];a-- >0;)n[a]=o,o=t[o];return n}function fb(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:fb(t)}function dc(e){if(e)for(let t=0;tso(hb);function mb(e,t){return Po(e,null,t)}function XR(e,t){return Po(e,null,{flush:"post"})}function gb(e,t){return Po(e,null,{flush:"sync"})}function Wt(e,t,n){return Po(e,t,n)}function Po(e,t,n=kt){const{immediate:r,deep:s,flush:a,once:o}=n,u=Tt({},n),d=t&&r||!t&&a!=="post";let h;if(ul){if(a==="sync"){const y=pb();h=y.__watcherHandles||(y.__watcherHandles=[])}else if(!d){const y=()=>{};return y.stop=Yn,y.resume=Yn,y.pause=Yn,y}}const f=Pn;u.call=(y,w,_)=>rs(y,f,w,_);let p=!1;a==="post"?u.scheduler=y=>{Mn(y,f&&f.suspense)}:a!=="sync"&&(p=!0,u.scheduler=(y,w)=>{w?y():up(y)}),u.augmentJob=y=>{t&&(y.flags|=4),p&&(y.flags|=2,f&&(y.id=f.uid,y.i=f))};const m=qM(e,t,u);return ul&&(h?h.push(m):d&&m()),m}function QR(e,t,n){const r=this.proxy,s=ut(e)?e.includes(".")?vb(r,e):()=>r[e]:e.bind(r,r);let a;st(t)?a=t:(a=t.handler,n=t);const o=_a(this),u=Po(s,a.bind(r),n);return o(),u}function vb(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s{let f,p=kt,m;return gb(()=>{const y=e[s];dr(f,y)&&(f=y,h())}),{get(){return d(),n.get?n.get(f):f},set(y){const w=n.set?n.set(y):y;if(!dr(w,f)&&!(p!==kt&&dr(y,p)))return;const _=r.vnode.props;_&&(t in _||s in _||a in _)&&(`onUpdate:${t}`in _||`onUpdate:${s}`in _||`onUpdate:${a}`in _)||(f=y,h()),r.emit(`update:${t}`,w),dr(y,w)&&dr(y,p)&&!dr(w,m)&&h(),p=y,m=w}}});return u[Symbol.iterator]=()=>{let d=0;return{next(){return d<2?{value:d++?o||kt:u,done:!1}:{done:!0}}}},u}const yb=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Jt(t)}Modifiers`]||e[`${kr(t)}Modifiers`];function t3(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||kt;let s=n;const a=t.startsWith("update:"),o=a&&yb(r,t.slice(7));o&&(o.trim&&(s=n.map(f=>ut(f)?f.trim():f)),o.number&&(s=n.map(sc)));let u,d=r[u=rl(t)]||r[u=rl(Jt(t))];!d&&a&&(d=r[u=rl(kr(t))]),d&&rs(d,e,6,s);const h=r[u+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[u])return;e.emitted[u]=!0,rs(h,e,6,s)}}function _b(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const a=e.emits;let o={},u=!1;if(!st(e)){const d=h=>{const f=_b(h,t,!0);f&&(u=!0,Tt(o,f))};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}return!a&&!u?(Ht(e)&&r.set(e,null),null):(qe(a)?a.forEach(d=>o[d]=null):Tt(o,a),Ht(e)&&r.set(e,o),o)}function ed(e,t){return!e||!wa(t)?!1:(t=t.slice(2).replace(/Once$/,""),Dt(e,t[0].toLowerCase()+t.slice(1))||Dt(e,kr(t))||Dt(e,t))}function Gu(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[a],slots:o,attrs:u,emit:d,render:h,renderCache:f,props:p,data:m,setupState:y,ctx:w,inheritAttrs:_}=e,C=vo(e);let U,F;try{if(n.shapeFlag&4){const E=s||r,V=E;U=xr(h.call(V,E,f,p,y,m,w)),F=u}else{const E=t;U=xr(E.length>1?E(p,{attrs:u,slots:o,emit:d}):E(p,null)),F=t.props?u:r3(u)}}catch(E){io.length=0,Sa(E,e,1),U=he(An)}let x=U;if(F&&_!==!1){const E=Object.keys(F),{shapeFlag:V}=x;E.length&&V&7&&(a&&E.some(Xh)&&(F=s3(F,a)),x=Ps(x,F,!1,!0))}return n.dirs&&(x=Ps(x,null,!1,!0),x.dirs=x.dirs?x.dirs.concat(n.dirs):n.dirs),n.transition&&ti(x,n.transition),U=x,vo(C),U}function n3(e,t=!0){let n;for(let r=0;r{let t;for(const n in e)(n==="class"||n==="style"||wa(n))&&((t||(t={}))[n]=e[n]);return t},s3=(e,t)=>{const n={};for(const r in e)(!Xh(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function i3(e,t,n){const{props:r,children:s,component:a}=e,{props:o,children:u,patchFlag:d}=t,h=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&d>=0){if(d&1024)return!0;if(d&16)return r?gy(r,o,h):!!o;if(d&8){const f=t.dynamicProps;for(let p=0;pe.__isSuspense;let Ah=0;const a3={name:"Suspense",__isSuspense:!0,process(e,t,n,r,s,a,o,u,d,h){if(e==null)o3(t,n,r,s,a,o,u,d,h);else{if(a&&a.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}u3(e,t,n,r,s,o,u,d,h)}},hydrate:c3,normalize:d3},l3=a3;function bo(e,t){const n=e.props&&e.props[t];st(n)&&n()}function o3(e,t,n,r,s,a,o,u,d){const{p:h,o:{createElement:f}}=d,p=f("div"),m=e.suspense=bb(e,s,r,t,p,n,a,o,u,d);h(null,m.pendingBranch=e.ssContent,p,null,r,m,a,o),m.deps>0?(bo(e,"onPending"),bo(e,"onFallback"),h(null,e.ssFallback,t,n,r,null,a,o),al(m,e.ssFallback)):m.resolve(!1,!0)}function u3(e,t,n,r,s,a,o,u,{p:d,um:h,o:{createElement:f}}){const p=t.suspense=e.suspense;p.vnode=t,t.el=e.el;const m=t.ssContent,y=t.ssFallback,{activeBranch:w,pendingBranch:_,isInFallback:C,isHydrating:U}=p;if(_)p.pendingBranch=m,ds(m,_)?(d(_,m,p.hiddenContainer,null,s,p,a,o,u),p.deps<=0?p.resolve():C&&(U||(d(w,y,n,r,s,null,a,o,u),al(p,y)))):(p.pendingId=Ah++,U?(p.isHydrating=!1,p.activeBranch=_):h(_,s,p),p.deps=0,p.effects.length=0,p.hiddenContainer=f("div"),C?(d(null,m,p.hiddenContainer,null,s,p,a,o,u),p.deps<=0?p.resolve():(d(w,y,n,r,s,null,a,o,u),al(p,y))):w&&ds(m,w)?(d(w,m,n,r,s,p,a,o,u),p.resolve(!0)):(d(null,m,p.hiddenContainer,null,s,p,a,o,u),p.deps<=0&&p.resolve()));else if(w&&ds(m,w))d(w,m,n,r,s,p,a,o,u),al(p,m);else if(bo(t,"onPending"),p.pendingBranch=m,m.shapeFlag&512?p.pendingId=m.component.suspenseId:p.pendingId=Ah++,d(null,m,p.hiddenContainer,null,s,p,a,o,u),p.deps<=0)p.resolve();else{const{timeout:F,pendingId:x}=p;F>0?setTimeout(()=>{p.pendingId===x&&p.fallback(y)},F):F===0&&p.fallback(y)}}function bb(e,t,n,r,s,a,o,u,d,h,f=!1){const{p,m,um:y,n:w,o:{parentNode:_,remove:C}}=h;let U;const F=f3(e);F&&t&&t.pendingBranch&&(U=t.pendingId,t.deps++);const x=e.props?ic(e.props.timeout):void 0,E=a,V={vnode:e,parent:t,parentComponent:n,namespace:o,container:r,hiddenContainer:s,deps:0,pendingId:Ah++,timeout:typeof x=="number"?x:-1,activeBranch:null,pendingBranch:null,isInFallback:!f,isHydrating:f,isUnmounted:!1,effects:[],resolve(B=!1,$=!1){const{vnode:M,activeBranch:T,pendingBranch:H,pendingId:re,effects:Q,parentComponent:ne,container:J}=V;let P=!1;V.isHydrating?V.isHydrating=!1:B||(P=T&&H.transition&&H.transition.mode==="out-in",P&&(T.transition.afterLeave=()=>{re===V.pendingId&&(m(H,J,a===E?w(T):a,0),mo(Q))}),T&&(_(T.el)===J&&(a=w(T)),y(T,ne,V,!0)),P||m(H,J,a,0)),al(V,H),V.pendingBranch=null,V.isInFallback=!1;let z=V.parent,R=!1;for(;z;){if(z.pendingBranch){z.effects.push(...Q),R=!0;break}z=z.parent}!R&&!P&&mo(Q),V.effects=[],F&&t&&t.pendingBranch&&U===t.pendingId&&(t.deps--,t.deps===0&&!$&&t.resolve()),bo(M,"onResolve")},fallback(B){if(!V.pendingBranch)return;const{vnode:$,activeBranch:M,parentComponent:T,container:H,namespace:re}=V;bo($,"onFallback");const Q=w(M),ne=()=>{V.isInFallback&&(p(null,B,H,Q,T,null,re,u,d),al(V,B))},J=B.transition&&B.transition.mode==="out-in";J&&(M.transition.afterLeave=ne),V.isInFallback=!0,y(M,T,null,!0),J||ne()},move(B,$,M){V.activeBranch&&m(V.activeBranch,B,$,M),V.container=B},next(){return V.activeBranch&&w(V.activeBranch)},registerDep(B,$,M){const T=!!V.pendingBranch;T&&V.deps++;const H=B.vnode.el;B.asyncDep.catch(re=>{Sa(re,B,0)}).then(re=>{if(B.isUnmounted||V.isUnmounted||V.pendingId!==B.suspenseId)return;B.asyncResolved=!0;const{vnode:Q}=B;Mh(B,re,!1),H&&(Q.el=H);const ne=!H&&B.subTree.el;$(B,Q,_(H||B.subTree.el),H?null:w(B.subTree),V,o,M),ne&&C(ne),td(B,Q.el),T&&--V.deps===0&&V.resolve()})},unmount(B,$){V.isUnmounted=!0,V.activeBranch&&y(V.activeBranch,n,B,$),V.pendingBranch&&y(V.pendingBranch,n,B,$)}};return V}function c3(e,t,n,r,s,a,o,u,d){const h=t.suspense=bb(t,r,n,e.parentNode,document.createElement("div"),null,s,a,o,u,!0),f=d(e,h.pendingBranch=t.ssContent,n,h,a,o);return h.deps===0&&h.resolve(!1,!0),f}function d3(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=vy(r?n.default:n),e.ssFallback=r?vy(n.fallback):he(An)}function vy(e){let t;if(st(e)){const n=ya&&e._c;n&&(e._d=!1,k()),e=e(),n&&(e._d=!0,t=nr,xb())}return qe(e)&&(e=n3(e)),e=xr(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function wb(e,t){t&&t.pendingBranch?qe(e)?t.effects.push(...e):t.effects.push(e):mo(e)}function al(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let s=t.el;for(;!s&&t.component;)t=t.component.subTree,s=t.el;n.el=s,r&&r.subTree===n&&(r.vnode.el=s,td(r,s))}function f3(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const Ie=Symbol.for("v-fgt"),Oi=Symbol.for("v-txt"),An=Symbol.for("v-cmt"),fa=Symbol.for("v-stc"),io=[];let nr=null;function k(e=!1){io.push(nr=e?null:[])}function xb(){io.pop(),nr=io[io.length-1]||null}let ya=1;function Ch(e,t=!1){ya+=e,e<0&&nr&&t&&(nr.hasOnce=!0)}function kb(e){return e.dynamicChildren=ya>0?nr||tl:null,xb(),ya>0&&nr&&nr.push(e),e}function I(e,t,n,r,s,a){return kb(v(e,t,n,r,s,a,!0))}function it(e,t,n,r,s){return kb(he(e,t,n,r,s,!0))}function ni(e){return e?e.__v_isVNode===!0:!1}function ds(e,t){return e.type===t.type&&e.key===t.key}function h3(e){}const Sb=({key:e})=>e??null,Ju=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ut(e)||Tn(e)||st(e)?{i:In,r:e,k:t,f:!!n}:e:null);function v(e,t=null,n=null,r=0,s=null,a=e===Ie?0:1,o=!1,u=!1){const d={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Sb(t),ref:t&&Ju(t),scopeId:Kc,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:In};return u?(bp(d,n),a&128&&e.normalize(d)):n&&(d.shapeFlag|=ut(n)?8:16),ya>0&&!o&&nr&&(d.patchFlag>0||a&6)&&d.patchFlag!==32&&nr.push(d),d}const he=p3;function p3(e,t=null,n=null,r=0,s=null,a=!1){if((!e||e===z_)&&(e=An),ni(e)){const u=Ps(e,t,!0);return n&&bp(u,n),ya>0&&!a&&nr&&(u.shapeFlag&6?nr[nr.indexOf(e)]=u:nr.push(u)),u.patchFlag=-2,u}if(b3(e)&&(e=e.__vccOpts),t){t=qn(t);let{class:u,style:d}=t;u&&!ut(u)&&(t.class=Fe(u)),Ht(d)&&(zc(d)&&!qe(d)&&(d=Tt({},d)),t.style=bn(d))}const o=ut(e)?1:fc(e)?128:R_(e)?64:Ht(e)?4:st(e)?2:0;return v(e,t,n,r,s,o,a,!0)}function qn(e){return e?zc(e)||tb(e)?Tt({},e):e:null}function Ps(e,t,n=!1,r=!1){const{props:s,ref:a,patchFlag:o,children:u,transition:d}=e,h=t?cn(s||{},t):s,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&Sb(h),ref:t&&t.ref?n&&a?qe(a)?a.concat(Ju(t)):[a,Ju(t)]:Ju(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:u,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ie?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:d,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ps(e.ssContent),ssFallback:e.ssFallback&&Ps(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return d&&r&&ti(f,d.clone(f)),f}function ft(e=" ",t=0){return he(Oi,null,e,t)}function _p(e,t){const n=he(fa,null,e);return n.staticCount=t,n}function se(e="",t=!1){return t?(k(),it(An,null,e)):he(An,null,e)}function xr(e){return e==null||typeof e=="boolean"?he(An):qe(e)?he(Ie,null,e.slice()):ni(e)?ki(e):he(Oi,null,String(e))}function ki(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ps(e)}function bp(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(qe(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),bp(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!tb(t)?t._ctx=In:s===3&&In&&(In.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else st(t)?(t={default:t,_ctx:In},n=32):(t=String(t),r&64?(n=16,t=[ft(t)]):n=8);e.children=t,e.shapeFlag|=n}function cn(...e){const t={};for(let n=0;nPn||In;let hc,Eh;{const e=Hc(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),a=>{s.length>1?s.forEach(o=>o(a)):s[0](a)}};hc=t("__VUE_INSTANCE_SETTERS__",n=>Pn=n),Eh=t("__VUE_SSR_SETTERS__",n=>ul=n)}const _a=e=>{const t=Pn;return hc(e),e.scope.on(),()=>{e.scope.off(),hc(t)}},Oh=()=>{Pn&&Pn.scope.off(),hc(null)};function Ab(e){return e.vnode.shapeFlag&4}let ul=!1;function Cb(e,t=!1,n=!1){t&&Eh(t);const{props:r,children:s}=e.vnode,a=Ab(e);qR(e,r,a,t),GR(e,s,n);const o=a?v3(e,t):void 0;return t&&Eh(!1),o}function v3(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,xh);const{setup:r}=n;if(r){Fi();const s=e.setupContext=r.length>1?Mb(e):null,a=_a(e),o=Tl(r,e,0,[e.props,s]),u=ep(o);if($i(),a(),(u||e.sp)&&!Ei(e)&&fp(e),u){if(o.then(Oh,Oh),t)return o.then(d=>{Mh(e,d,t)}).catch(d=>{Sa(d,e,0)});e.asyncDep=o}else Mh(e,o,t)}else Ob(e,t)}function Mh(e,t,n){st(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ht(t)&&(e.setupState=op(t)),Ob(e,n)}let pc,Rh;function Eb(e){pc=e,Rh=t=>{t.render._rc&&(t.withProxy=new Proxy(t.ctx,SR))}}const y3=()=>!pc;function Ob(e,t,n){const r=e.type;if(!e.render){if(!t&&pc&&!r.render){const s=r.template||gp(e).template;if(s){const{isCustomElement:a,compilerOptions:o}=e.appContext.config,{delimiters:u,compilerOptions:d}=r,h=Tt(Tt({isCustomElement:a,delimiters:u},o),d);r.render=pc(s,h)}}e.render=r.render||Yn,Rh&&Rh(e)}{const s=_a(e);Fi();try{VR(e)}finally{$i(),s()}}}const _3={get(e,t){return Qn(e,"get",""),e[t]}};function Mb(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,_3),slots:e.slots,emit:e.emit,expose:t}}function Lo(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(op(__(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in ro)return ro[n](e)},has(t,n){return n in t||n in ro}})):e.proxy}function Dh(e,t=!0){return st(e)?e.displayName||e.name:e.name||t&&e.__name}function b3(e){return st(e)&&"__vccOpts"in e}const me=(e,t)=>HM(e,t,ul);function wp(e,t,n){const r=arguments.length;return r===2?Ht(t)&&!qe(t)?ni(t)?he(e,null,[t]):he(e,t):he(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&ni(n)&&(n=[n]),he(e,t,n))}function w3(){}function x3(e,t,n,r){const s=n[r];if(s&&Rb(s,e))return s;const a=t();return a.memo=e.slice(),a.cacheIndex=r,n[r]=a}function Rb(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let r=0;r0&&nr&&nr.push(e),!0}const Db="3.5.13",k3=Yn,S3=JM,T3=Ja,A3=O_,C3={createComponentInstance:Tb,setupComponent:Cb,renderComponentRoot:Gu,setCurrentRenderingInstance:vo,isVNode:ni,normalizeVNode:xr,getComponentPublicInstance:Lo,ensureValidVNode:mp,pushWarningContext:YM,popWarningContext:zM},E3=C3,O3=null,M3=null,R3=null;/** -* @vue/runtime-dom v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/let Ph;const yy=typeof window<"u"&&window.trustedTypes;if(yy)try{Ph=yy.createPolicy("vue",{createHTML:e=>e})}catch{}const Pb=Ph?e=>Ph.createHTML(e):e=>e,D3="http://www.w3.org/2000/svg",P3="http://www.w3.org/1998/Math/MathML",zs=typeof document<"u"?document:null,_y=zs&&zs.createElement("template"),L3={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?zs.createElementNS(D3,e):t==="mathml"?zs.createElementNS(P3,e):n?zs.createElement(e,{is:n}):zs.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>zs.createTextNode(e),createComment:e=>zs.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>zs.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,a){const o=n?n.previousSibling:t.lastChild;if(s&&(s===a||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===a||!(s=s.nextSibling)););else{_y.innerHTML=Pb(r==="svg"?`${e}`:r==="mathml"?`${e}`:e);const u=_y.content;if(r==="svg"||r==="mathml"){const d=u.firstChild;for(;d.firstChild;)u.appendChild(d.firstChild);u.removeChild(d)}t.insertBefore(u,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},mi="transition",Yl="animation",cl=Symbol("_vtc"),Lb={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Ib=Tt({},dp,Lb),I3=e=>(e.displayName="Transition",e.props=Ib,e),vs=I3((e,{slots:t})=>wp(V_,Nb(e),t)),ta=(e,t=[])=>{qe(e)?e.forEach(n=>n(...t)):e&&e(...t)},by=e=>e?qe(e)?e.some(t=>t.length>1):e.length>1:!1;function Nb(e){const t={};for(const Q in e)Q in Lb||(t[Q]=e[Q]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:a=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:u=`${n}-enter-to`,appearFromClass:d=a,appearActiveClass:h=o,appearToClass:f=u,leaveFromClass:p=`${n}-leave-from`,leaveActiveClass:m=`${n}-leave-active`,leaveToClass:y=`${n}-leave-to`}=e,w=N3(s),_=w&&w[0],C=w&&w[1],{onBeforeEnter:U,onEnter:F,onEnterCancelled:x,onLeave:E,onLeaveCancelled:V,onBeforeAppear:B=U,onAppear:$=F,onAppearCancelled:M=x}=t,T=(Q,ne,J,P)=>{Q._enterCancelled=P,_i(Q,ne?f:u),_i(Q,ne?h:o),J&&J()},H=(Q,ne)=>{Q._isLeaving=!1,_i(Q,p),_i(Q,y),_i(Q,m),ne&&ne()},re=Q=>(ne,J)=>{const P=Q?$:F,z=()=>T(ne,Q,J);ta(P,[ne,z]),wy(()=>{_i(ne,Q?d:a),As(ne,Q?f:u),by(P)||xy(ne,r,_,z)})};return Tt(t,{onBeforeEnter(Q){ta(U,[Q]),As(Q,a),As(Q,o)},onBeforeAppear(Q){ta(B,[Q]),As(Q,d),As(Q,h)},onEnter:re(!1),onAppear:re(!0),onLeave(Q,ne){Q._isLeaving=!0;const J=()=>H(Q,ne);As(Q,p),Q._enterCancelled?(As(Q,m),Lh()):(Lh(),As(Q,m)),wy(()=>{Q._isLeaving&&(_i(Q,p),As(Q,y),by(E)||xy(Q,r,C,J))}),ta(E,[Q,J])},onEnterCancelled(Q){T(Q,!1,void 0,!0),ta(x,[Q])},onAppearCancelled(Q){T(Q,!0,void 0,!0),ta(M,[Q])},onLeaveCancelled(Q){H(Q),ta(V,[Q])}})}function N3(e){if(e==null)return null;if(Ht(e))return[jf(e.enter),jf(e.leave)];{const t=jf(e);return[t,t]}}function jf(e){return ic(e)}function As(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[cl]||(e[cl]=new Set)).add(t)}function _i(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[cl];n&&(n.delete(t),n.size||(e[cl]=void 0))}function wy(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let V3=0;function xy(e,t,n,r){const s=e._endId=++V3,a=()=>{s===e._endId&&r()};if(n!=null)return setTimeout(a,n);const{type:o,timeout:u,propCount:d}=Vb(e,t);if(!o)return r();const h=o+"end";let f=0;const p=()=>{e.removeEventListener(h,m),a()},m=y=>{y.target===e&&++f>=d&&p()};setTimeout(()=>{f(n[w]||"").split(", "),s=r(`${mi}Delay`),a=r(`${mi}Duration`),o=ky(s,a),u=r(`${Yl}Delay`),d=r(`${Yl}Duration`),h=ky(u,d);let f=null,p=0,m=0;t===mi?o>0&&(f=mi,p=o,m=a.length):t===Yl?h>0&&(f=Yl,p=h,m=d.length):(p=Math.max(o,h),f=p>0?o>h?mi:Yl:null,m=f?f===mi?a.length:d.length:0);const y=f===mi&&/\b(transform|all)(,|$)/.test(r(`${mi}Property`).toString());return{type:f,timeout:p,propCount:m,hasTransform:y}}function ky(e,t){for(;e.lengthSy(n)+Sy(e[r])))}function Sy(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Lh(){return document.body.offsetHeight}function F3(e,t,n){const r=e[cl];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const mc=Symbol("_vod"),Fb=Symbol("_vsh"),Fr={beforeMount(e,{value:t},{transition:n}){e[mc]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):zl(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),zl(e,!0),r.enter(e)):r.leave(e,()=>{zl(e,!1)}):zl(e,t))},beforeUnmount(e,{value:t}){zl(e,t)}};function zl(e,t){e.style.display=t?e[mc]:"none",e[Fb]=!t}function $3(){Fr.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const $b=Symbol("");function B3(e){const t=ss();if(!t)return;const n=t.ut=(s=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>gc(a,s))},r=()=>{const s=e(t.proxy);t.ce?gc(t.ce,s):Ih(t.subTree,s),n(s)};Zc(()=>{mo(r)}),Ft(()=>{Wt(r,Yn,{flush:"post"});const s=new MutationObserver(r);s.observe(t.subTree.el.parentNode,{childList:!0}),ii(()=>s.disconnect())})}function Ih(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{Ih(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)gc(e.el,t);else if(e.type===Ie)e.children.forEach(n=>Ih(n,t));else if(e.type===fa){let{el:n,anchor:r}=e;for(;n&&(gc(n,t),n!==r);)n=n.nextSibling}}function gc(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const s in t)n.setProperty(`--${s}`,t[s]),r+=`--${s}: ${t[s]};`;n[$b]=r}}const H3=/(^|;)\s*display\s*:/;function U3(e,t,n){const r=e.style,s=ut(n);let a=!1;if(n&&!s){if(t)if(ut(t))for(const o of t.split(";")){const u=o.slice(0,o.indexOf(":")).trim();n[u]==null&&Zu(r,u,"")}else for(const o in t)n[o]==null&&Zu(r,o,"");for(const o in n)o==="display"&&(a=!0),Zu(r,o,n[o])}else if(s){if(t!==n){const o=r[$b];o&&(n+=";"+o),r.cssText=n,a=H3.test(n)}}else t&&e.removeAttribute("style");mc in e&&(e[mc]=a?r.display:"",e[Fb]&&(r.display="none"))}const Ty=/\s*!important$/;function Zu(e,t,n){if(qe(n))n.forEach(r=>Zu(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=j3(e,t);Ty.test(n)?e.setProperty(kr(r),n.replace(Ty,""),"important"):e[r]=n}}const Ay=["Webkit","Moz","ms"],Wf={};function j3(e,t){const n=Wf[t];if(n)return n;let r=Jt(t);if(r!=="filter"&&r in e)return Wf[t]=r;r=ka(r);for(let s=0;sqf||(z3.then(()=>qf=0),qf=Date.now());function G3(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;rs(J3(r,n.value),t,5,[r])};return n.value=e,n.attached=K3(),n}function J3(e,t){if(qe(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const Dy=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Z3=(e,t,n,r,s,a)=>{const o=s==="svg";t==="class"?F3(e,r,o):t==="style"?U3(e,n,r):wa(t)?Xh(t)||q3(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):X3(e,t,r,o))?(Oy(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Ey(e,t,r,o,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!ut(r))?Oy(e,Jt(t),r,a,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Ey(e,t,r,o))};function X3(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Dy(t)&&st(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return Dy(t)&&ut(n)?!1:t in e}const Py={};/*! #__NO_SIDE_EFFECTS__ */function Bb(e,t,n){const r=fn(e,t);$c(r)&&Tt(r,t);class s extends nd{constructor(o){super(r,o,n)}}return s.def=r,s}/*! #__NO_SIDE_EFFECTS__ */const Q3=(e,t)=>Bb(e,t,Gb),eD=typeof HTMLElement<"u"?HTMLElement:class{};class nd extends eD{constructor(t,n={},r=_c){super(),this._def=t,this._props=n,this._createApp=r,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&r!==_c?this._root=this.shadowRoot:t.shadowRoot!==!1?(this.attachShadow({mode:"open"}),this._root=this.shadowRoot):this._root=this,this._def.__asyncLoader||this._resolveProps(this._def)}connectedCallback(){if(!this.isConnected)return;this.shadowRoot||this._parseSlots(),this._connected=!0;let t=this;for(;t=t&&(t.parentNode||t.host);)if(t instanceof nd){this._parent=t;break}this._instance||(this._resolved?(this._setParent(),this._update()):t&&t._pendingResolve?this._pendingResolve=t._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(t=this._parent){t&&(this._instance.parent=t._instance,this._instance.provides=t._instance.provides)}disconnectedCallback(){this._connected=!1,Hn(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null)})}_resolveDef(){if(this._pendingResolve)return;for(let r=0;r{for(const s of r)this._setAttr(s.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(r,s=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:a,styles:o}=r;let u;if(a&&!qe(a))for(const d in a){const h=a[d];(h===Number||h&&h.type===Number)&&(d in this._props&&(this._props[d]=ic(this._props[d])),(u||(u=Object.create(null)))[Jt(d)]=!0)}this._numberProps=u,s&&this._resolveProps(r),this.shadowRoot&&this._applyStyles(o),this._mount(r)},n=this._def.__asyncLoader;n?this._pendingResolve=n().then(r=>t(this._def=r,!0)):t(this._def)}_mount(t){this._app=this._createApp(t),t.configureApp&&t.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const n=this._instance&&this._instance.exposed;if(n)for(const r in n)Dt(this,r)||Object.defineProperty(this,r,{get:()=>Z(n[r])})}_resolveProps(t){const{props:n}=t,r=qe(n)?n:Object.keys(n||{});for(const s of Object.keys(this))s[0]!=="_"&&r.includes(s)&&this._setProp(s,this[s]);for(const s of r.map(Jt))Object.defineProperty(this,s,{get(){return this._getProp(s)},set(a){this._setProp(s,a,!0,!0)}})}_setAttr(t){if(t.startsWith("data-v-"))return;const n=this.hasAttribute(t);let r=n?this.getAttribute(t):Py;const s=Jt(t);n&&this._numberProps&&this._numberProps[s]&&(r=ic(r)),this._setProp(s,r,!1,!0)}_getProp(t){return this._props[t]}_setProp(t,n,r=!0,s=!1){if(n!==this._props[t]&&(n===Py?delete this._props[t]:(this._props[t]=n,t==="key"&&this._app&&(this._app._ceVNode.key=n)),s&&this._instance&&this._update(),r)){const a=this._ob;a&&a.disconnect(),n===!0?this.setAttribute(kr(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(kr(t),n+""):n||this.removeAttribute(kr(t)),a&&a.observe(this,{attributes:!0})}}_update(){yc(this._createVNode(),this._root)}_createVNode(){const t={};this.shadowRoot||(t.onVnodeMounted=t.onVnodeUpdated=this._renderSlots.bind(this));const n=he(this._def,Tt(t,this._props));return this._instance||(n.ce=r=>{this._instance=r,r.ce=this,r.isCE=!0;const s=(a,o)=>{this.dispatchEvent(new CustomEvent(a,$c(o[0])?Tt({detail:o},o[0]):{detail:o}))};r.emit=(a,...o)=>{s(a,o),kr(a)!==a&&s(kr(a),o)},this._setParent()}),n}_applyStyles(t,n){if(!t)return;if(n){if(n===this._def||this._styleChildren.has(n))return;this._styleChildren.add(n)}const r=this._nonce;for(let s=t.length-1;s>=0;s--){const a=document.createElement("style");r&&a.setAttribute("nonce",r),a.textContent=t[s],this.shadowRoot.prepend(a)}}_parseSlots(){const t=this._slots={};let n;for(;n=this.firstChild;){const r=n.nodeType===1&&n.getAttribute("slot")||"default";(t[r]||(t[r]=[])).push(n),this.removeChild(n)}}_renderSlots(){const t=(this._teleportTarget||this).querySelectorAll("slot"),n=this._instance.type.__scopeId;for(let r=0;r(delete e.props.mode,e),sD=rD({name:"TransitionGroup",props:Tt({},Ib,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=ss(),r=cp();let s,a;return Xc(()=>{if(!s.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!uD(s[0].el,n.vnode.el,o))return;s.forEach(aD),s.forEach(lD);const u=s.filter(oD);Lh(),u.forEach(d=>{const h=d.el,f=h.style;As(h,o),f.transform=f.webkitTransform=f.transitionDuration="";const p=h[vc]=m=>{m&&m.target!==h||(!m||/transform$/.test(m.propertyName))&&(h.removeEventListener("transitionend",p),h[vc]=null,_i(h,o))};h.addEventListener("transitionend",p)})}),()=>{const o=Ot(e),u=Nb(o);let d=o.tag||Ie;if(s=[],a)for(let h=0;h{u.split(/\s+/).forEach(d=>d&&r.classList.remove(d))}),n.split(/\s+/).forEach(u=>u&&r.classList.add(u)),r.style.display="none";const a=t.nodeType===1?t:t.parentNode;a.appendChild(r);const{hasTransform:o}=Vb(r);return a.removeChild(r),o}const Ii=e=>{const t=e.props["onUpdate:modelValue"]||!1;return qe(t)?n=>sl(t,n):t};function cD(e){e.target.composing=!0}function Iy(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ns=Symbol("_assign"),Ni={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[ns]=Ii(s);const a=r||s.props&&s.props.type==="number";Zs(e,t?"change":"input",o=>{if(o.target.composing)return;let u=e.value;n&&(u=u.trim()),a&&(u=sc(u)),e[ns](u)}),n&&Zs(e,"change",()=>{e.value=e.value.trim()}),t||(Zs(e,"compositionstart",cD),Zs(e,"compositionend",Iy),Zs(e,"change",Iy))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:s,number:a}},o){if(e[ns]=Ii(o),e.composing)return;const u=(a||e.type==="number")&&!/^0\d/.test(e.value)?sc(e.value):e.value,d=t??"";u!==d&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||s&&e.value.trim()===d)||(e.value=d))}},xp={deep:!0,created(e,t,n){e[ns]=Ii(n),Zs(e,"change",()=>{const r=e._modelValue,s=dl(e),a=e.checked,o=e[ns];if(qe(r)){const u=Uc(r,s),d=u!==-1;if(a&&!d)o(r.concat(s));else if(!a&&d){const h=[...r];h.splice(u,1),o(h)}}else if(xa(r)){const u=new Set(r);a?u.add(s):u.delete(s),o(u)}else o(Wb(e,a))})},mounted:Ny,beforeUpdate(e,t,n){e[ns]=Ii(n),Ny(e,t,n)}};function Ny(e,{value:t,oldValue:n},r){e._modelValue=t;let s;if(qe(t))s=Uc(t,r.props.value)>-1;else if(xa(t))s=t.has(r.props.value);else{if(t===n)return;s=Pi(t,Wb(e,!0))}e.checked!==s&&(e.checked=s)}const kp={created(e,{value:t},n){e.checked=Pi(t,n.props.value),e[ns]=Ii(n),Zs(e,"change",()=>{e[ns](dl(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[ns]=Ii(r),t!==n&&(e.checked=Pi(t,r.props.value))}},Sp={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const s=xa(t);Zs(e,"change",()=>{const a=Array.prototype.filter.call(e.options,o=>o.selected).map(o=>n?sc(dl(o)):dl(o));e[ns](e.multiple?s?new Set(a):a:a[0]),e._assigning=!0,Hn(()=>{e._assigning=!1})}),e[ns]=Ii(r)},mounted(e,{value:t}){Vy(e,t)},beforeUpdate(e,t,n){e[ns]=Ii(n)},updated(e,{value:t}){e._assigning||Vy(e,t)}};function Vy(e,t){const n=e.multiple,r=qe(t);if(!(n&&!r&&!xa(t))){for(let s=0,a=e.options.length;sString(h)===String(u)):o.selected=Uc(t,u)>-1}else o.selected=t.has(u);else if(Pi(dl(o),t)){e.selectedIndex!==s&&(e.selectedIndex=s);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function dl(e){return"_value"in e?e._value:e.value}function Wb(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Tp={created(e,t,n){Fu(e,t,n,null,"created")},mounted(e,t,n){Fu(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Fu(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Fu(e,t,n,r,"updated")}};function qb(e,t){switch(e){case"SELECT":return Sp;case"TEXTAREA":return Ni;default:switch(t){case"checkbox":return xp;case"radio":return kp;default:return Ni}}}function Fu(e,t,n,r,s){const o=qb(e.tagName,n.props&&n.props.type)[s];o&&o(e,t,n,r)}function dD(){Ni.getSSRProps=({value:e})=>({value:e}),kp.getSSRProps=({value:e},t)=>{if(t.props&&Pi(t.props.value,e))return{checked:!0}},xp.getSSRProps=({value:e},t)=>{if(qe(e)){if(t.props&&Uc(e,t.props.value)>-1)return{checked:!0}}else if(xa(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},Tp.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=qb(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const fD=["ctrl","shift","alt","meta"],hD={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>fD.some(n=>e[`${n}Key`]&&!t.includes(n))},Ct=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(s,...a)=>{for(let o=0;o{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=s=>{if(!("key"in s))return;const a=kr(s.key);if(t.some(o=>o===a||pD[o]===a))return e(s)})},Yb=Tt({patchProp:Z3},L3);let ao,Fy=!1;function zb(){return ao||(ao=ob(Yb))}function Kb(){return ao=Fy?ao:ub(Yb),Fy=!0,ao}const yc=(...e)=>{zb().render(...e)},mD=(...e)=>{Kb().hydrate(...e)},_c=(...e)=>{const t=zb().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Zb(r);if(!s)return;const a=t._component;!st(a)&&!a.render&&!a.template&&(a.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const o=n(s,!1,Jb(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},t},Gb=(...e)=>{const t=Kb().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Zb(r);if(s)return n(s,!0,Jb(s))},t};function Jb(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Zb(e){return ut(e)?document.querySelector(e):e}let $y=!1;const gD=()=>{$y||($y=!0,dD(),$3())},vD=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:V_,BaseTransitionPropsValidators:dp,Comment:An,DeprecationTypes:R3,EffectScope:np,ErrorCodes:GM,ErrorTypeStrings:S3,Fragment:Ie,KeepAlive:bR,ReactiveEffect:fo,Static:fa,Suspense:l3,Teleport:P_,Text:Oi,TrackOpTypes:UM,Transition:vs,TransitionGroup:iD,TriggerOpTypes:jM,VueElement:nd,assertNumber:KM,callWithAsyncErrorHandling:rs,callWithErrorHandling:Tl,camelize:Jt,capitalize:ka,cloneVNode:Ps,compatUtils:M3,computed:me,createApp:_c,createBlock:it,createCommentVNode:se,createElementBlock:I,createElementVNode:v,createHydrationRenderer:ub,createPropsRestProxy:IR,createRenderer:ob,createSSRApp:Gb,createSlots:Bn,createStaticVNode:_p,createTextVNode:ft,createVNode:he,customRef:x_,defineAsyncComponent:yR,defineComponent:fn,defineCustomElement:Bb,defineEmits:AR,defineExpose:CR,defineModel:MR,defineOptions:ER,defineProps:TR,defineSSRCustomElement:Q3,defineSlots:OR,devtools:T3,effect:dM,effectScope:uM,getCurrentInstance:ss,getCurrentScope:rp,getCurrentWatcher:WM,getTransitionRawChildren:Gc,guardReactiveProps:qn,h:wp,handleError:Sa,hasInjectionContext:WR,hydrate:mD,hydrateOnIdle:fR,hydrateOnInteraction:gR,hydrateOnMediaQuery:mR,hydrateOnVisible:pR,initCustomFormatter:w3,initDirectivesForSSR:gD,inject:so,isMemoSame:Rb,isProxy:zc,isReactive:Ci,isReadonly:Li,isRef:Tn,isRuntimeOnly:y3,isShallow:Ur,isVNode:ni,markRaw:__,mergeDefaults:PR,mergeModels:LR,mergeProps:cn,nextTick:Hn,normalizeClass:Fe,normalizeProps:wn,normalizeStyle:bn,onActivated:$_,onBeforeMount:U_,onBeforeUnmount:Qc,onBeforeUpdate:Zc,onDeactivated:B_,onErrorCaptured:Y_,onMounted:Ft,onRenderTracked:q_,onRenderTriggered:W_,onScopeDispose:n_,onServerPrefetch:j_,onUnmounted:ii,onUpdated:Xc,onWatcherCleanup:S_,openBlock:k,popScopeId:eR,provide:X_,proxyRefs:op,pushScopeId:QM,queuePostFlushCb:mo,reactive:Hr,readonly:lp,ref:fe,registerRuntimeCompiler:Eb,render:yc,renderList:Ze,renderSlot:Le,resolveComponent:at,resolveDirective:K_,resolveDynamicComponent:Al,resolveFilter:O3,resolveTransitionHooks:ol,setBlockTracking:Ch,setDevtoolsHook:A3,setTransitionHooks:ti,shallowReactive:y_,shallowReadonly:RM,shallowRef:b_,ssrContextKey:hb,ssrUtils:E3,stop:fM,toDisplayString:ce,toHandlerKey:rl,toHandlers:kR,toRaw:Ot,toRef:ll,toRefs:VM,toValue:LM,transformVNodeArgs:h3,triggerRef:PM,unref:Z,useAttrs:DR,useCssModule:nD,useCssVars:B3,useHost:Hb,useId:sR,useModel:e3,useSSRContext:pb,useShadowRoot:tD,useSlots:Bi,useTemplateRef:iR,useTransitionState:cp,vModelCheckbox:xp,vModelDynamic:Tp,vModelRadio:kp,vModelSelect:Sp,vModelText:Ni,vShow:Fr,version:Db,warn:k3,watch:Wt,watchEffect:mb,watchPostEffect:XR,watchSyncEffect:gb,withAsyncContext:NR,withCtx:Te,withDefaults:RR,withDirectives:Dn,withKeys:$n,withMemo:x3,withModifiers:Ct,withScopeId:tR},Symbol.toStringTag,{value:"Module"}));/** -* @vue/compiler-core v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const wo=Symbol(""),lo=Symbol(""),Ap=Symbol(""),bc=Symbol(""),Xb=Symbol(""),ba=Symbol(""),Qb=Symbol(""),e1=Symbol(""),Cp=Symbol(""),Ep=Symbol(""),Io=Symbol(""),Op=Symbol(""),t1=Symbol(""),Mp=Symbol(""),Rp=Symbol(""),Dp=Symbol(""),Pp=Symbol(""),Lp=Symbol(""),Ip=Symbol(""),n1=Symbol(""),r1=Symbol(""),rd=Symbol(""),wc=Symbol(""),Np=Symbol(""),Vp=Symbol(""),xo=Symbol(""),No=Symbol(""),Fp=Symbol(""),Nh=Symbol(""),yD=Symbol(""),Vh=Symbol(""),xc=Symbol(""),_D=Symbol(""),bD=Symbol(""),$p=Symbol(""),wD=Symbol(""),xD=Symbol(""),Bp=Symbol(""),s1=Symbol(""),fl={[wo]:"Fragment",[lo]:"Teleport",[Ap]:"Suspense",[bc]:"KeepAlive",[Xb]:"BaseTransition",[ba]:"openBlock",[Qb]:"createBlock",[e1]:"createElementBlock",[Cp]:"createVNode",[Ep]:"createElementVNode",[Io]:"createCommentVNode",[Op]:"createTextVNode",[t1]:"createStaticVNode",[Mp]:"resolveComponent",[Rp]:"resolveDynamicComponent",[Dp]:"resolveDirective",[Pp]:"resolveFilter",[Lp]:"withDirectives",[Ip]:"renderList",[n1]:"renderSlot",[r1]:"createSlots",[rd]:"toDisplayString",[wc]:"mergeProps",[Np]:"normalizeClass",[Vp]:"normalizeStyle",[xo]:"normalizeProps",[No]:"guardReactiveProps",[Fp]:"toHandlers",[Nh]:"camelize",[yD]:"capitalize",[Vh]:"toHandlerKey",[xc]:"setBlockTracking",[_D]:"pushScopeId",[bD]:"popScopeId",[$p]:"withCtx",[wD]:"unref",[xD]:"isRef",[Bp]:"withMemo",[s1]:"isMemoSame"};function kD(e){Object.getOwnPropertySymbols(e).forEach(t=>{fl[t]=e[t]})}const Wr={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function SD(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:Wr}}function ko(e,t,n,r,s,a,o,u=!1,d=!1,h=!1,f=Wr){return e&&(u?(e.helper(ba),e.helper(ml(e.inSSR,h))):e.helper(pl(e.inSSR,h)),o&&e.helper(Lp)),{type:13,tag:t,props:n,children:r,patchFlag:s,dynamicProps:a,directives:o,isBlock:u,disableTracking:d,isComponent:h,loc:f}}function ha(e,t=Wr){return{type:17,loc:t,elements:e}}function ts(e,t=Wr){return{type:15,loc:t,properties:e}}function xn(e,t){return{type:16,loc:Wr,key:ut(e)?pt(e,!0):e,value:t}}function pt(e,t=!1,n=Wr,r=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:r}}function ms(e,t=Wr){return{type:8,loc:t,children:e}}function Rn(e,t=[],n=Wr){return{type:14,loc:n,callee:e,arguments:t}}function hl(e,t=void 0,n=!1,r=!1,s=Wr){return{type:18,params:e,returns:t,newline:n,isSlot:r,loc:s}}function Fh(e,t,n,r=!0){return{type:19,test:e,consequent:t,alternate:n,newline:r,loc:Wr}}function TD(e,t,n=!1,r=!1){return{type:20,index:e,value:t,needPauseTracking:n,inVOnce:r,needArraySpread:!1,loc:Wr}}function AD(e){return{type:21,body:e,loc:Wr}}function pl(e,t){return e||t?Cp:Ep}function ml(e,t){return e||t?Qb:e1}function Hp(e,{helper:t,removeHelper:n,inSSR:r}){e.isBlock||(e.isBlock=!0,n(pl(r,e.isComponent)),t(ba),t(ml(r,e.isComponent)))}const By=new Uint8Array([123,123]),Hy=new Uint8Array([125,125]);function Uy(e){return e>=97&&e<=122||e>=65&&e<=90}function Vr(e){return e===32||e===10||e===9||e===12||e===13}function gi(e){return e===47||e===62||Vr(e)}function kc(e){const t=new Uint8Array(e.length);for(let n=0;n=0;s--){const a=this.newlines[s];if(t>a){n=s+2,r=t-a;break}}return{column:r,line:n,offset:t}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(t){t===60?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t))}stateInterpolationOpen(t){if(t===this.delimiterOpen[this.delimiterIndex])if(this.delimiterIndex===this.delimiterOpen.length-1){const n=this.index+1-this.delimiterOpen.length;n>this.sectionStart&&this.cbs.ontext(this.sectionStart,n),this.state=3,this.sectionStart=n}else this.delimiterIndex++;else this.inRCDATA?(this.state=32,this.stateInRCDATA(t)):(this.state=1,this.stateText(t))}stateInterpolation(t){t===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(t))}stateInterpolationClose(t){t===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(t))}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?gi(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.inRCDATA=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=6,this.stateInTagName(t)}stateInRCDATA(t){if(this.sequenceIndex===this.currentSequence.length){if(t===62||Vr(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart=t||(this.state===28?this.currentSequence===Gn.CdataEnd?this.cbs.oncdata(this.sectionStart,t):this.cbs.oncomment(this.sectionStart,t):this.state===6||this.state===11||this.state===18||this.state===17||this.state===12||this.state===13||this.state===14||this.state===15||this.state===16||this.state===20||this.state===19||this.state===21||this.state===9||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){}}function jy(e,{compatConfig:t}){const n=t&&t[e];return e==="MODE"?n||3:n}function pa(e,t){const n=jy("MODE",t),r=jy(e,t);return n===3?r===!0:r!==!1}function So(e,t,n,...r){return pa(e,t)}function Up(e){throw e}function i1(e){}function en(e,t,n,r){const s=`https://vuejs.org/error-reference/#compiler-${e}`,a=new SyntaxError(String(s));return a.code=e,a.loc=t,a}const Sr=e=>e.type===4&&e.isStatic;function a1(e){switch(e){case"Teleport":case"teleport":return lo;case"Suspense":case"suspense":return Ap;case"KeepAlive":case"keep-alive":return bc;case"BaseTransition":case"base-transition":return Xb}}const ED=/^\d|[^\$\w\xA0-\uFFFF]/,jp=e=>!ED.test(e),OD=/[A-Za-z_$\xA0-\uFFFF]/,MD=/[\.\?\w$\xA0-\uFFFF]/,RD=/\s+[.[]\s*|\s*[.[]\s+/g,l1=e=>e.type===4?e.content:e.loc.source,DD=e=>{const t=l1(e).trim().replace(RD,u=>u.trim());let n=0,r=[],s=0,a=0,o=null;for(let u=0;u|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,LD=e=>PD.test(l1(e)),ID=LD;function es(e,t,n=!1){for(let r=0;rt.type===7&&t.name==="bind"&&(!t.arg||t.arg.type!==4||!t.arg.isStatic))}function Yf(e){return e.type===5||e.type===2}function VD(e){return e.type===7&&e.name==="slot"}function Sc(e){return e.type===1&&e.tagType===3}function Tc(e){return e.type===1&&e.tagType===2}const FD=new Set([xo,No]);function u1(e,t=[]){if(e&&!ut(e)&&e.type===14){const n=e.callee;if(!ut(n)&&FD.has(n))return u1(e.arguments[0],t.concat(e))}return[e,t]}function Ac(e,t,n){let r,s=e.type===13?e.props:e.arguments[2],a=[],o;if(s&&!ut(s)&&s.type===14){const u=u1(s);s=u[0],a=u[1],o=a[a.length-1]}if(s==null||ut(s))r=ts([t]);else if(s.type===14){const u=s.arguments[0];!ut(u)&&u.type===15?Wy(t,u)||u.properties.unshift(t):s.callee===Fp?r=Rn(n.helper(wc),[ts([t]),s]):s.arguments.unshift(ts([t])),!r&&(r=s)}else s.type===15?(Wy(t,s)||s.properties.unshift(t),r=s):(r=Rn(n.helper(wc),[ts([t]),s]),o&&o.callee===No&&(o=a[a.length-2]));e.type===13?o?o.arguments[0]=r:e.props=r:o?o.arguments[0]=r:e.arguments[2]=r}function Wy(e,t){let n=!1;if(e.key.type===4){const r=e.key.content;n=t.properties.some(s=>s.key.type===4&&s.key.content===r)}return n}function To(e,t){return`_${t}_${e.replace(/[^\w]/g,(n,r)=>n==="-"?"_":e.charCodeAt(r).toString())}`}function $D(e){return e.type===14&&e.callee===Bp?e.arguments[1].returns:e}const BD=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/,c1={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:()=>0,isVoidTag:Zl,isPreTag:Zl,isIgnoreNewlineTag:Zl,isCustomElement:Zl,onError:Up,onWarn:i1,comments:!1,prefixIdentifiers:!1};let Pt=c1,Ao=null,Qs="",Zn=null,Et=null,_r="",Ys=-1,na=-1,Wp=0,Si=!1,$h=null;const Qt=[],un=new CD(Qt,{onerr:qs,ontext(e,t){$u(Wn(e,t),e,t)},ontextentity(e,t,n){$u(e,t,n)},oninterpolation(e,t){if(Si)return $u(Wn(e,t),e,t);let n=e+un.delimiterOpen.length,r=t-un.delimiterClose.length;for(;Vr(Qs.charCodeAt(n));)n++;for(;Vr(Qs.charCodeAt(r-1));)r--;let s=Wn(n,r);s.includes("&")&&(s=Pt.decodeEntities(s,!1)),Bh({type:5,content:Qu(s,!1,yn(n,r)),loc:yn(e,t)})},onopentagname(e,t){const n=Wn(e,t);Zn={type:1,tag:n,ns:Pt.getNamespace(n,Qt[0],Pt.ns),tagType:0,props:[],children:[],loc:yn(e-1,t),codegenNode:void 0}},onopentagend(e){Yy(e)},onclosetag(e,t){const n=Wn(e,t);if(!Pt.isVoidTag(n)){let r=!1;for(let s=0;s0&&qs(24,Qt[0].loc.start.offset);for(let o=0;o<=s;o++){const u=Qt.shift();Xu(u,t,o(r.type===7?r.rawName:r.name)===n)&&qs(2,t)},onattribend(e,t){if(Zn&&Et){if(la(Et.loc,t),e!==0)if(_r.includes("&")&&(_r=Pt.decodeEntities(_r,!0)),Et.type===6)Et.name==="class"&&(_r=h1(_r).trim()),e===1&&!_r&&qs(13,t),Et.value={type:2,content:_r,loc:e===1?yn(Ys,na):yn(Ys-1,na+1)},un.inSFCRoot&&Zn.tag==="template"&&Et.name==="lang"&&_r&&_r!=="html"&&un.enterRCDATA(kc("s.content==="sync"))>-1&&So("COMPILER_V_BIND_SYNC",Pt,Et.loc,Et.rawName)&&(Et.name="model",Et.modifiers.splice(r,1))}(Et.type!==7||Et.name!=="pre")&&Zn.props.push(Et)}_r="",Ys=na=-1},oncomment(e,t){Pt.comments&&Bh({type:3,content:Wn(e,t),loc:yn(e-4,t+3)})},onend(){const e=Qs.length;for(let t=0;t{const w=t.start.offset+m,_=w+p.length;return Qu(p,!1,yn(w,_),0,y?1:0)},u={source:o(a.trim(),n.indexOf(a,s.length)),value:void 0,key:void 0,index:void 0,finalized:!1};let d=s.trim().replace(HD,"").trim();const h=s.indexOf(d),f=d.match(qy);if(f){d=d.replace(qy,"").trim();const p=f[1].trim();let m;if(p&&(m=n.indexOf(p,h+d.length),u.key=o(p,m,!0)),f[2]){const y=f[2].trim();y&&(u.index=o(y,n.indexOf(y,u.key?m+p.length:h+d.length),!0))}}return d&&(u.value=o(d,h,!0)),u}function Wn(e,t){return Qs.slice(e,t)}function Yy(e){un.inSFCRoot&&(Zn.innerLoc=yn(e+1,e+1)),Bh(Zn);const{tag:t,ns:n}=Zn;n===0&&Pt.isPreTag(t)&&Wp++,Pt.isVoidTag(t)?Xu(Zn,e):(Qt.unshift(Zn),(n===1||n===2)&&(un.inXML=!0)),Zn=null}function $u(e,t,n){{const a=Qt[0]&&Qt[0].tag;a!=="script"&&a!=="style"&&e.includes("&")&&(e=Pt.decodeEntities(e,!1))}const r=Qt[0]||Ao,s=r.children[r.children.length-1];s&&s.type===2?(s.content+=e,la(s.loc,n)):r.children.push({type:2,content:e,loc:yn(t,n)})}function Xu(e,t,n=!1){n?la(e.loc,d1(t,60)):la(e.loc,jD(t,62)+1),un.inSFCRoot&&(e.children.length?e.innerLoc.end=Tt({},e.children[e.children.length-1].loc.end):e.innerLoc.end=Tt({},e.innerLoc.start),e.innerLoc.source=Wn(e.innerLoc.start.offset,e.innerLoc.end.offset));const{tag:r,ns:s,children:a}=e;if(Si||(r==="slot"?e.tagType=2:zy(e)?e.tagType=3:qD(e)&&(e.tagType=1)),un.inRCDATA||(e.children=f1(a)),s===0&&Pt.isIgnoreNewlineTag(r)){const o=a[0];o&&o.type===2&&(o.content=o.content.replace(/^\r?\n/,""))}s===0&&Pt.isPreTag(r)&&Wp--,$h===e&&(Si=un.inVPre=!1,$h=null),un.inXML&&(Qt[0]?Qt[0].ns:Pt.ns)===0&&(un.inXML=!1);{const o=e.props;if(!un.inSFCRoot&&pa("COMPILER_NATIVE_TEMPLATE",Pt)&&e.tag==="template"&&!zy(e)){const d=Qt[0]||Ao,h=d.children.indexOf(e);d.children.splice(h,1,...e.children)}const u=o.find(d=>d.type===6&&d.name==="inline-template");u&&So("COMPILER_INLINE_TEMPLATE",Pt,u.loc)&&e.children.length&&(u.value={type:2,content:Wn(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:u.loc})}}function jD(e,t){let n=e;for(;Qs.charCodeAt(n)!==t&&n=0;)n--;return n}const WD=new Set(["if","else","else-if","for","slot"]);function zy({tag:e,props:t}){if(e==="template"){for(let n=0;n64&&e<91}const zD=/\r\n/g;function f1(e,t){const n=Pt.whitespace!=="preserve";let r=!1;for(let s=0;s0){if(m>=2){p.codegenNode.patchFlag=-1,o.push(p);continue}}else{const y=p.codegenNode;if(y.type===13){const w=y.patchFlag;if((w===void 0||w===512||w===1)&&g1(p,n)>=2){const _=v1(p);_&&(y.props=n.hoist(_))}y.dynamicProps&&(y.dynamicProps=n.hoist(y.dynamicProps))}}}else if(p.type===12&&(r?0:$r(p,n))>=2){o.push(p);continue}if(p.type===1){const m=p.tagType===1;m&&n.scopes.vSlot++,ec(p,e,n,!1,s),m&&n.scopes.vSlot--}else if(p.type===11)ec(p,e,n,p.children.length===1,!0);else if(p.type===9)for(let m=0;my.key===p||y.key.content===p);return m&&m.value}}o.length&&n.transformHoist&&n.transformHoist(a,n,e)}function $r(e,t){const{constantCache:n}=t;switch(e.type){case 1:if(e.tagType!==0)return 0;const r=n.get(e);if(r!==void 0)return r;const s=e.codegenNode;if(s.type!==13||s.isBlock&&e.tag!=="svg"&&e.tag!=="foreignObject"&&e.tag!=="math")return 0;if(s.patchFlag===void 0){let o=3;const u=g1(e,t);if(u===0)return n.set(e,0),0;u1)for(let d=0;dre&&(M.childIndex--,M.onNodeRemoved()),M.parent.children.splice(re,1)},onNodeRemoved:Yn,addIdentifiers(T){},removeIdentifiers(T){},hoist(T){ut(T)&&(T=pt(T)),M.hoists.push(T);const H=pt(`_hoisted_${M.hoists.length}`,!1,T.loc,2);return H.hoisted=T,H},cache(T,H=!1,re=!1){const Q=TD(M.cached.length,T,H,re);return M.cached.push(Q),Q}};return M.filters=new Set,M}function rP(e,t){const n=nP(e,t);id(e,n),t.hoistStatic&&eP(e,n),t.ssr||sP(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.transformed=!0,e.filters=[...n.filters]}function sP(e,t){const{helper:n}=t,{children:r}=e;if(r.length===1){const s=r[0];if(p1(e,s)&&s.codegenNode){const a=s.codegenNode;a.type===13&&Hp(a,t),e.codegenNode=a}else e.codegenNode=s}else if(r.length>1){let s=64;e.codegenNode=ko(t,n(wo),void 0,e.children,s,void 0,void 0,!0,void 0,!1)}}function iP(e,t){let n=0;const r=()=>{n--};for(;nr===e:r=>e.test(r);return(r,s)=>{if(r.type===1){const{props:a}=r;if(r.tagType===3&&a.some(VD))return;const o=[];for(let u=0;u`${fl[e]}: _${fl[e]}`;function aP(e,{mode:t="function",prefixIdentifiers:n=t==="module",sourceMap:r=!1,filename:s="template.vue.html",scopeId:a=null,optimizeImports:o=!1,runtimeGlobalName:u="Vue",runtimeModuleName:d="vue",ssrRuntimeModuleName:h="vue/server-renderer",ssr:f=!1,isTS:p=!1,inSSR:m=!1}){const y={mode:t,prefixIdentifiers:n,sourceMap:r,filename:s,scopeId:a,optimizeImports:o,runtimeGlobalName:u,runtimeModuleName:d,ssrRuntimeModuleName:h,ssr:f,isTS:p,inSSR:m,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(_){return`_${fl[_]}`},push(_,C=-2,U){y.code+=_},indent(){w(++y.indentLevel)},deindent(_=!1){_?--y.indentLevel:w(--y.indentLevel)},newline(){w(y.indentLevel)}};function w(_){y.push(` -`+" ".repeat(_),0)}return y}function lP(e,t={}){const n=aP(e,t);t.onContextCreated&&t.onContextCreated(n);const{mode:r,push:s,prefixIdentifiers:a,indent:o,deindent:u,newline:d,scopeId:h,ssr:f}=n,p=Array.from(e.helpers),m=p.length>0,y=!a&&r!=="module";oP(e,n);const _=f?"ssrRender":"render",U=(f?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"]).join(", ");if(s(`function ${_}(${U}) {`),o(),y&&(s("with (_ctx) {"),o(),m&&(s(`const { ${p.map(_1).join(", ")} } = _Vue -`,-1),d())),e.components.length&&(zf(e.components,"component",n),(e.directives.length||e.temps>0)&&d()),e.directives.length&&(zf(e.directives,"directive",n),e.temps>0&&d()),e.filters&&e.filters.length&&(d(),zf(e.filters,"filter",n),d()),e.temps>0){s("let ");for(let F=0;F0?", ":""}_temp${F}`)}return(e.components.length||e.directives.length||e.temps)&&(s(` -`,0),d()),f||s("return "),e.codegenNode?rr(e.codegenNode,n):s("null"),y&&(u(),s("}")),u(),s("}"),{ast:e,code:n.code,preamble:"",map:n.map?n.map.toJSON():void 0}}function oP(e,t){const{ssr:n,prefixIdentifiers:r,push:s,newline:a,runtimeModuleName:o,runtimeGlobalName:u,ssrRuntimeModuleName:d}=t,h=u,f=Array.from(e.helpers);if(f.length>0&&(s(`const _Vue = ${h} -`,-1),e.hoists.length)){const p=[Cp,Ep,Io,Op,t1].filter(m=>f.includes(m)).map(_1).join(", ");s(`const { ${p} } = _Vue -`,-1)}uP(e.hoists,t),a(),s("return ")}function zf(e,t,{helper:n,push:r,newline:s,isTS:a}){const o=n(t==="filter"?Pp:t==="component"?Mp:Dp);for(let u=0;u3||!1;t.push("["),n&&t.indent(),Vo(e,t,n),n&&t.deindent(),t.push("]")}function Vo(e,t,n=!1,r=!0){const{push:s,newline:a}=t;for(let o=0;on||"null")}function gP(e,t){const{push:n,helper:r,pure:s}=t,a=ut(e.callee)?e.callee:r(e.callee);s&&n(ad),n(a+"(",-2,e),Vo(e.arguments,t),n(")")}function vP(e,t){const{push:n,indent:r,deindent:s,newline:a}=t,{properties:o}=e;if(!o.length){n("{}",-2,e);return}const u=o.length>1||!1;n(u?"{":"{ "),u&&r();for(let d=0;d "),(d||u)&&(n("{"),r()),o?(d&&n("return "),qe(o)?qp(o,t):rr(o,t)):u&&rr(u,t),(d||u)&&(s(),n("}")),h&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}function bP(e,t){const{test:n,consequent:r,alternate:s,newline:a}=e,{push:o,indent:u,deindent:d,newline:h}=t;if(n.type===4){const p=!jp(n.content);p&&o("("),b1(n,t),p&&o(")")}else o("("),rr(n,t),o(")");a&&u(),t.indentLevel++,a||o(" "),o("? "),rr(r,t),t.indentLevel--,a&&h(),a||o(" "),o(": ");const f=s.type===19;f||t.indentLevel++,rr(s,t),f||t.indentLevel--,a&&d(!0)}function wP(e,t){const{push:n,helper:r,indent:s,deindent:a,newline:o}=t,{needPauseTracking:u,needArraySpread:d}=e;d&&n("[...("),n(`_cache[${e.index}] || (`),u&&(s(),n(`${r(xc)}(-1`),e.inVOnce&&n(", true"),n("),"),o(),n("(")),n(`_cache[${e.index}] = `),rr(e.value,t),u&&(n(`).cacheIndex = ${e.index},`),o(),n(`${r(xc)}(1),`),o(),n(`_cache[${e.index}]`),a()),n(")"),d&&n(")]")}new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b");const xP=y1(/^(if|else|else-if)$/,(e,t,n)=>kP(e,t,n,(r,s,a)=>{const o=n.parent.children;let u=o.indexOf(r),d=0;for(;u-->=0;){const h=o[u];h&&h.type===9&&(d+=h.branches.length)}return()=>{if(a)r.codegenNode=Gy(s,d,n);else{const h=SP(r.codegenNode);h.alternate=Gy(s,d+r.branches.length-1,n)}}}));function kP(e,t,n,r){if(t.name!=="else"&&(!t.exp||!t.exp.content.trim())){const s=t.exp?t.exp.loc:e.loc;n.onError(en(28,t.loc)),t.exp=pt("true",!1,s)}if(t.name==="if"){const s=Ky(e,t),a={type:9,loc:JD(e.loc),branches:[s]};if(n.replaceNode(a),r)return r(a,s,!0)}else{const s=n.parent.children;let a=s.indexOf(e);for(;a-->=-1;){const o=s[a];if(o&&o.type===3){n.removeNode(o);continue}if(o&&o.type===2&&!o.content.trim().length){n.removeNode(o);continue}if(o&&o.type===9){t.name==="else-if"&&o.branches[o.branches.length-1].condition===void 0&&n.onError(en(30,e.loc)),n.removeNode();const u=Ky(e,t);o.branches.push(u);const d=r&&r(o,u,!1);id(u,n),d&&d(),n.currentNode=null}else n.onError(en(30,e.loc));break}}}function Ky(e,t){const n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name==="else"?void 0:t.exp,children:n&&!es(e,"for")?e.children:[e],userKey:sd(e,"key"),isTemplateIf:n}}function Gy(e,t,n){return e.condition?Fh(e.condition,Jy(e,t,n),Rn(n.helper(Io),['""',"true"])):Jy(e,t,n)}function Jy(e,t,n){const{helper:r}=n,s=xn("key",pt(`${t}`,!1,Wr,2)),{children:a}=e,o=a[0];if(a.length!==1||o.type!==1)if(a.length===1&&o.type===11){const d=o.codegenNode;return Ac(d,s,n),d}else return ko(n,r(wo),ts([s]),a,64,void 0,void 0,!0,!1,!1,e.loc);else{const d=o.codegenNode,h=$D(d);return h.type===13&&Hp(h,n),Ac(h,s,n),d}}function SP(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const TP=(e,t,n)=>{const{modifiers:r,loc:s}=e,a=e.arg;let{exp:o}=e;if(o&&o.type===4&&!o.content.trim()&&(o=void 0),!o){if(a.type!==4||!a.isStatic)return n.onError(en(52,a.loc)),{props:[xn(a,pt("",!0,s))]};x1(e),o=e.exp}return a.type!==4?(a.children.unshift("("),a.children.push(') || ""')):a.isStatic||(a.content=`${a.content} || ""`),r.some(u=>u.content==="camel")&&(a.type===4?a.isStatic?a.content=Jt(a.content):a.content=`${n.helperString(Nh)}(${a.content})`:(a.children.unshift(`${n.helperString(Nh)}(`),a.children.push(")"))),n.inSSR||(r.some(u=>u.content==="prop")&&Zy(a,"."),r.some(u=>u.content==="attr")&&Zy(a,"^")),{props:[xn(a,o)]}},x1=(e,t)=>{const n=e.arg,r=Jt(n.content);e.exp=pt(r,!1,n.loc)},Zy=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},AP=y1("for",(e,t,n)=>{const{helper:r,removeHelper:s}=n;return CP(e,t,n,a=>{const o=Rn(r(Ip),[a.source]),u=Sc(e),d=es(e,"memo"),h=sd(e,"key",!1,!0);h&&h.type===7&&!h.exp&&x1(h);let p=h&&(h.type===6?h.value?pt(h.value.content,!0):void 0:h.exp);const m=h&&p?xn("key",p):null,y=a.source.type===4&&a.source.constType>0,w=y?64:h?128:256;return a.codegenNode=ko(n,r(wo),void 0,o,w,void 0,void 0,!0,!y,!1,e.loc),()=>{let _;const{children:C}=a,U=C.length!==1||C[0].type!==1,F=Tc(e)?e:u&&e.children.length===1&&Tc(e.children[0])?e.children[0]:null;if(F?(_=F.codegenNode,u&&m&&Ac(_,m,n)):U?_=ko(n,r(wo),m?ts([m]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(_=C[0].codegenNode,u&&m&&Ac(_,m,n),_.isBlock!==!y&&(_.isBlock?(s(ba),s(ml(n.inSSR,_.isComponent))):s(pl(n.inSSR,_.isComponent))),_.isBlock=!y,_.isBlock?(r(ba),r(ml(n.inSSR,_.isComponent))):r(pl(n.inSSR,_.isComponent))),d){const x=hl(Hh(a.parseResult,[pt("_cached")]));x.body=AD([ms(["const _memo = (",d.exp,")"]),ms(["if (_cached",...p?[" && _cached.key === ",p]:[],` && ${n.helperString(s1)}(_cached, _memo)) return _cached`]),ms(["const _item = ",_]),pt("_item.memo = _memo"),pt("return _item")]),o.arguments.push(x,pt("_cache"),pt(String(n.cached.length))),n.cached.push(null)}else o.arguments.push(hl(Hh(a.parseResult),_,!0))}})});function CP(e,t,n,r){if(!t.exp){n.onError(en(31,t.loc));return}const s=t.forParseResult;if(!s){n.onError(en(32,t.loc));return}k1(s);const{addIdentifiers:a,removeIdentifiers:o,scopes:u}=n,{source:d,value:h,key:f,index:p}=s,m={type:11,loc:t.loc,source:d,valueAlias:h,keyAlias:f,objectIndexAlias:p,parseResult:s,children:Sc(e)?e.children:[e]};n.replaceNode(m),u.vFor++;const y=r&&r(m);return()=>{u.vFor--,y&&y()}}function k1(e,t){e.finalized||(e.finalized=!0)}function Hh({value:e,key:t,index:n},r=[]){return EP([e,t,n,...r])}function EP(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((n,r)=>n||pt("_".repeat(r+1),!1))}const Xy=pt("undefined",!1),OP=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){const n=es(e,"slot");if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},MP=(e,t,n,r)=>hl(e,n,!1,!0,n.length?n[0].loc:r);function RP(e,t,n=MP){t.helper($p);const{children:r,loc:s}=e,a=[],o=[];let u=t.scopes.vSlot>0||t.scopes.vFor>0;const d=es(e,"slot",!0);if(d){const{arg:C,exp:U}=d;C&&!Sr(C)&&(u=!0),a.push(xn(C||pt("default",!0),n(U,void 0,r,s)))}let h=!1,f=!1;const p=[],m=new Set;let y=0;for(let C=0;C{const x=n(U,void 0,F,s);return t.compatConfig&&(x.isNonScopedSlot=!0),xn("default",x)};h?p.length&&p.some(U=>S1(U))&&(f?t.onError(en(39,p[0].loc)):a.push(C(void 0,p))):a.push(C(void 0,r))}const w=u?2:tc(e.children)?3:1;let _=ts(a.concat(xn("_",pt(w+"",!1))),s);return o.length&&(_=Rn(t.helper(r1),[_,ha(o)])),{slots:_,hasDynamicSlots:u}}function Bu(e,t,n){const r=[xn("name",e),xn("fn",t)];return n!=null&&r.push(xn("key",pt(String(n),!0))),ts(r)}function tc(e){for(let t=0;tfunction(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;const{tag:r,props:s}=e,a=e.tagType===1;let o=a?PP(e,t):`"${r}"`;const u=Ht(o)&&o.callee===Rp;let d,h,f=0,p,m,y,w=u||o===lo||o===Ap||!a&&(r==="svg"||r==="foreignObject"||r==="math");if(s.length>0){const _=A1(e,t,void 0,a,u);d=_.props,f=_.patchFlag,m=_.dynamicPropNames;const C=_.directives;y=C&&C.length?ha(C.map(U=>IP(U,t))):void 0,_.shouldUseBlock&&(w=!0)}if(e.children.length>0)if(o===bc&&(w=!0,f|=1024),a&&o!==lo&&o!==bc){const{slots:C,hasDynamicSlots:U}=RP(e,t);h=C,U&&(f|=1024)}else if(e.children.length===1&&o!==lo){const C=e.children[0],U=C.type,F=U===5||U===8;F&&$r(C,t)===0&&(f|=1),F||U===2?h=C:h=e.children}else h=e.children;m&&m.length&&(p=NP(m)),e.codegenNode=ko(t,o,d,h,f===0?void 0:f,p,y,!!w,!1,a,e.loc)};function PP(e,t,n=!1){let{tag:r}=e;const s=Uh(r),a=sd(e,"is",!1,!0);if(a)if(s||pa("COMPILER_IS_ON_ELEMENT",t)){let u;if(a.type===6?u=a.value&&pt(a.value.content,!0):(u=a.exp,u||(u=pt("is",!1,a.arg.loc))),u)return Rn(t.helper(Rp),[u])}else a.type===6&&a.value.content.startsWith("vue:")&&(r=a.value.content.slice(4));const o=a1(r)||t.isBuiltInComponent(r);return o?(n||t.helper(o),o):(t.helper(Mp),t.components.add(r),To(r,"component"))}function A1(e,t,n=e.props,r,s,a=!1){const{tag:o,loc:u,children:d}=e;let h=[];const f=[],p=[],m=d.length>0;let y=!1,w=0,_=!1,C=!1,U=!1,F=!1,x=!1,E=!1;const V=[],B=H=>{h.length&&(f.push(ts(Qy(h),u)),h=[]),H&&f.push(H)},$=()=>{t.scopes.vFor>0&&h.push(xn(pt("ref_for",!0),pt("true")))},M=({key:H,value:re})=>{if(Sr(H)){const Q=H.content,ne=wa(Q);if(ne&&(!r||s)&&Q.toLowerCase()!=="onclick"&&Q!=="onUpdate:modelValue"&&!Ai(Q)&&(F=!0),ne&&Ai(Q)&&(E=!0),ne&&re.type===14&&(re=re.arguments[0]),re.type===20||(re.type===4||re.type===8)&&$r(re,t)>0)return;Q==="ref"?_=!0:Q==="class"?C=!0:Q==="style"?U=!0:Q!=="key"&&!V.includes(Q)&&V.push(Q),r&&(Q==="class"||Q==="style")&&!V.includes(Q)&&V.push(Q)}else x=!0};for(let H=0;HDe.content==="prop")&&(w|=32);const xe=t.directiveTransforms[Q];if(xe){const{props:De,needRuntime:Be}=xe(re,e,t);!a&&De.forEach(M),te&&ne&&!Sr(ne)?B(ts(De,u)):h.push(...De),Be&&(p.push(re),Or(Be)&&T1.set(re,Be))}else jO(Q)||(p.push(re),m&&(y=!0))}}let T;if(f.length?(B(),f.length>1?T=Rn(t.helper(wc),f,u):T=f[0]):h.length&&(T=ts(Qy(h),u)),x?w|=16:(C&&!r&&(w|=2),U&&!r&&(w|=4),V.length&&(w|=8),F&&(w|=32)),!y&&(w===0||w===32)&&(_||E||p.length>0)&&(w|=512),!t.inSSR&&T)switch(T.type){case 15:let H=-1,re=-1,Q=!1;for(let P=0;Pxn(o,a)),s))}return ha(n,e.loc)}function NP(e){let t="[";for(let n=0,r=e.length;n{if(Tc(e)){const{children:n,loc:r}=e,{slotName:s,slotProps:a}=FP(e,t),o=[t.prefixIdentifiers?"_ctx.$slots":"$slots",s,"{}","undefined","true"];let u=2;a&&(o[2]=a,u=3),n.length&&(o[3]=hl([],n,!1,!1,r),u=4),t.scopeId&&!t.slotted&&(u=5),o.splice(u),e.codegenNode=Rn(t.helper(n1),o,r)}};function FP(e,t){let n='"default"',r;const s=[];for(let a=0;a0){const{props:a,directives:o}=A1(e,t,s,!1,!1);r=a,o.length&&t.onError(en(36,o[0].loc))}return{slotName:n,slotProps:r}}const C1=(e,t,n,r)=>{const{loc:s,modifiers:a,arg:o}=e;!e.exp&&!a.length&&n.onError(en(35,s));let u;if(o.type===4)if(o.isStatic){let p=o.content;p.startsWith("vue:")&&(p=`vnode-${p.slice(4)}`);const m=t.tagType!==0||p.startsWith("vnode")||!/[A-Z]/.test(p)?rl(Jt(p)):`on:${p}`;u=pt(m,!0,o.loc)}else u=ms([`${n.helperString(Vh)}(`,o,")"]);else u=o,u.children.unshift(`${n.helperString(Vh)}(`),u.children.push(")");let d=e.exp;d&&!d.content.trim()&&(d=void 0);let h=n.cacheHandlers&&!d&&!n.inVOnce;if(d){const p=o1(d),m=!(p||ID(d)),y=d.content.includes(";");(m||h&&p)&&(d=ms([`${m?"$event":"(...args)"} => ${y?"{":"("}`,d,y?"}":")"]))}let f={props:[xn(u,d||pt("() => {}",!1,s))]};return r&&(f=r(f)),h&&(f.props[0].value=n.cache(f.props[0].value)),f.props.forEach(p=>p.key.isHandlerKey=!0),f},$P=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{const n=e.children;let r,s=!1;for(let a=0;aa.type===7&&!t.directiveTransforms[a.name])&&e.tag!=="template")))for(let a=0;a{if(e.type===1&&es(e,"once",!0))return e0.has(e)||t.inVOnce||t.inSSR?void 0:(e0.add(e),t.inVOnce=!0,t.helper(xc),()=>{t.inVOnce=!1;const n=t.currentNode;n.codegenNode&&(n.codegenNode=t.cache(n.codegenNode,!0,!0))})},E1=(e,t,n)=>{const{exp:r,arg:s}=e;if(!r)return n.onError(en(41,e.loc)),Hu();const a=r.loc.source.trim(),o=r.type===4?r.content:a,u=n.bindingMetadata[a];if(u==="props"||u==="props-aliased")return n.onError(en(44,r.loc)),Hu();if(!o.trim()||!o1(r))return n.onError(en(42,r.loc)),Hu();const d=s||pt("modelValue",!0),h=s?Sr(s)?`onUpdate:${Jt(s.content)}`:ms(['"onUpdate:" + ',s]):"onUpdate:modelValue";let f;const p=n.isTS?"($event: any)":"$event";f=ms([`${p} => ((`,r,") = $event)"]);const m=[xn(d,e.exp),xn(h,f)];if(e.modifiers.length&&t.tagType===1){const y=e.modifiers.map(_=>_.content).map(_=>(jp(_)?_:JSON.stringify(_))+": true").join(", "),w=s?Sr(s)?`${s.content}Modifiers`:ms([s,' + "Modifiers"']):"modelModifiers";m.push(xn(w,pt(`{ ${y} }`,!1,e.loc,2)))}return Hu(m)};function Hu(e=[]){return{props:e}}const HP=/[\w).+\-_$\]]/,UP=(e,t)=>{pa("COMPILER_FILTERS",t)&&(e.type===5?Cc(e.content,t):e.type===1&&e.props.forEach(n=>{n.type===7&&n.name!=="for"&&n.exp&&Cc(n.exp,t)}))};function Cc(e,t){if(e.type===4)t0(e,t);else for(let n=0;n=0&&(F=n.charAt(U),F===" ");U--);(!F||!HP.test(F))&&(o=!0)}}w===void 0?w=n.slice(0,y).trim():f!==0&&C();function C(){_.push(n.slice(f,y).trim()),f=y+1}if(_.length){for(y=0;y<_.length;y++)w=jP(w,_[y],t);e.content=w,e.ast=void 0}}function jP(e,t,n){n.helper(Pp);const r=t.indexOf("(");if(r<0)return n.filters.add(t),`${To(t,"filter")}(${e})`;{const s=t.slice(0,r),a=t.slice(r+1);return n.filters.add(s),`${To(s,"filter")}(${e}${a!==")"?","+a:a}`}}const n0=new WeakSet,WP=(e,t)=>{if(e.type===1){const n=es(e,"memo");return!n||n0.has(e)?void 0:(n0.add(e),()=>{const r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&Hp(r,t),e.codegenNode=Rn(t.helper(Bp),[n.exp,hl(void 0,r),"_cache",String(t.cached.length)]),t.cached.push(null))})}};function qP(e){return[[BP,xP,WP,AP,UP,VP,DP,OP,$P],{on:C1,bind:TP,model:E1}]}function YP(e,t={}){const n=t.onError||Up,r=t.mode==="module";t.prefixIdentifiers===!0?n(en(47)):r&&n(en(48));const s=!1;t.cacheHandlers&&n(en(49)),t.scopeId&&!r&&n(en(50));const a=Tt({},t,{prefixIdentifiers:s}),o=ut(e)?QD(e,a):e,[u,d]=qP();return rP(o,Tt({},a,{nodeTransforms:[...u,...t.nodeTransforms||[]],directiveTransforms:Tt({},d,t.directiveTransforms||{})})),lP(o,a)}const zP=()=>({props:[]});/** -* @vue/compiler-dom v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const O1=Symbol(""),M1=Symbol(""),R1=Symbol(""),D1=Symbol(""),jh=Symbol(""),P1=Symbol(""),L1=Symbol(""),I1=Symbol(""),N1=Symbol(""),V1=Symbol("");kD({[O1]:"vModelRadio",[M1]:"vModelCheckbox",[R1]:"vModelText",[D1]:"vModelSelect",[jh]:"vModelDynamic",[P1]:"withModifiers",[L1]:"withKeys",[I1]:"vShow",[N1]:"Transition",[V1]:"TransitionGroup"});let Wa;function KP(e,t=!1){return Wa||(Wa=document.createElement("div")),t?(Wa.innerHTML=`
        `,Wa.children[0].getAttribute("foo")):(Wa.innerHTML=e,Wa.textContent)}const GP={parseMode:"html",isVoidTag:iM,isNativeTag:e=>nM(e)||rM(e)||sM(e),isPreTag:e=>e==="pre",isIgnoreNewlineTag:e=>e==="pre"||e==="textarea",decodeEntities:KP,isBuiltInComponent:e=>{if(e==="Transition"||e==="transition")return N1;if(e==="TransitionGroup"||e==="transition-group")return V1},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag==="annotation-xml"){if(e==="svg")return 1;t.props.some(s=>s.type===6&&s.name==="encoding"&&s.value!=null&&(s.value.content==="text/html"||s.value.content==="application/xhtml+xml"))&&(r=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&e!=="mglyph"&&e!=="malignmark"&&(r=0);else t&&r===1&&(t.tag==="foreignObject"||t.tag==="desc"||t.tag==="title")&&(r=0);if(r===0){if(e==="svg")return 1;if(e==="math")return 2}return r}},JP=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name==="style"&&t.value&&(e.props[n]={type:7,name:"bind",arg:pt("style",!0,t.loc),exp:ZP(t.value.content,t.loc),modifiers:[],loc:t.loc})})},ZP=(e,t)=>{const n=X0(e);return pt(JSON.stringify(n),!1,t,3)};function Mi(e,t){return en(e,t)}const XP=(e,t,n)=>{const{exp:r,loc:s}=e;return r||n.onError(Mi(53,s)),t.children.length&&(n.onError(Mi(54,s)),t.children.length=0),{props:[xn(pt("innerHTML",!0,s),r||pt("",!0))]}},QP=(e,t,n)=>{const{exp:r,loc:s}=e;return r||n.onError(Mi(55,s)),t.children.length&&(n.onError(Mi(56,s)),t.children.length=0),{props:[xn(pt("textContent",!0),r?$r(r,n)>0?r:Rn(n.helperString(rd),[r],s):pt("",!0))]}},eL=(e,t,n)=>{const r=E1(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError(Mi(58,e.arg.loc));const{tag:s}=t,a=n.isCustomElement(s);if(s==="input"||s==="textarea"||s==="select"||a){let o=R1,u=!1;if(s==="input"||a){const d=sd(t,"type");if(d){if(d.type===7)o=jh;else if(d.value)switch(d.value.content){case"radio":o=O1;break;case"checkbox":o=M1;break;case"file":u=!0,n.onError(Mi(59,e.loc));break}}else ND(t)&&(o=jh)}else s==="select"&&(o=D1);u||(r.needRuntime=n.helper(o))}else n.onError(Mi(57,e.loc));return r.props=r.props.filter(o=>!(o.key.type===4&&o.key.content==="modelValue")),r},tL=jr("passive,once,capture"),nL=jr("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),rL=jr("left,right"),F1=jr("onkeyup,onkeydown,onkeypress"),sL=(e,t,n,r)=>{const s=[],a=[],o=[];for(let u=0;uSr(e)&&e.content.toLowerCase()==="onclick"?pt(t,!0):e.type!==4?ms(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e,iL=(e,t,n)=>C1(e,t,n,r=>{const{modifiers:s}=e;if(!s.length)return r;let{key:a,value:o}=r.props[0];const{keyModifiers:u,nonKeyModifiers:d,eventOptionModifiers:h}=sL(a,s,n,e.loc);if(d.includes("right")&&(a=r0(a,"onContextmenu")),d.includes("middle")&&(a=r0(a,"onMouseup")),d.length&&(o=Rn(n.helper(P1),[o,JSON.stringify(d)])),u.length&&(!Sr(a)||F1(a.content.toLowerCase()))&&(o=Rn(n.helper(L1),[o,JSON.stringify(u)])),h.length){const f=h.map(ka).join("");a=Sr(a)?pt(`${a.content}${f}`,!0):ms(["(",a,`) + "${f}"`])}return{props:[xn(a,o)]}}),aL=(e,t,n)=>{const{exp:r,loc:s}=e;return r||n.onError(Mi(61,s)),{props:[],needRuntime:n.helper(I1)}},lL=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag==="script"||e.tag==="style")&&t.removeNode()},oL=[JP],uL={cloak:zP,html:XP,text:QP,model:eL,on:iL,show:aL};function cL(e,t={}){return YP(e,Tt({},GP,t,{nodeTransforms:[lL,...oL,...t.nodeTransforms||[]],directiveTransforms:Tt({},uL,t.directiveTransforms||{}),transformHoist:null}))}/** -* vue v3.5.13 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const s0=Object.create(null);function dL(e,t){if(!ut(e))if(e.nodeType)e=e.innerHTML;else return Yn;const n=YO(e,t),r=s0[n];if(r)return r;if(e[0]==="#"){const u=document.querySelector(e);e=u?u.innerHTML:""}const s=Tt({hoistStatic:!0,onError:void 0,onWarn:Yn},t);!s.isCustomElement&&typeof customElements<"u"&&(s.isCustomElement=u=>!!customElements.get(u));const{code:a}=cL(e,s),o=new Function("Vue",a)(vD);return o._rc=!0,s0[n]=o}Eb(dL);var $1=typeof globalThis<"u"?globalThis:typeof window<"u"||typeof window<"u"?window:typeof self<"u"?self:{};function fL(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ec={exports:{}};/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */Ec.exports;(function(e,t){(function(){var n,r="4.17.21",s=200,a="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",u="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",h=500,f="__lodash_placeholder__",p=1,m=2,y=4,w=1,_=2,C=1,U=2,F=4,x=8,E=16,V=32,B=64,$=128,M=256,T=512,H=30,re="...",Q=800,ne=16,J=1,P=2,z=3,R=1/0,te=9007199254740991,xe=17976931348623157e292,De=NaN,Be=4294967295,K=Be-1,oe=Be>>>1,D=[["ary",$],["bind",C],["bindKey",U],["curry",x],["curryRight",E],["flip",T],["partial",V],["partialRight",B],["rearg",M]],ae="[object Arguments]",_e="[object Array]",q="[object AsyncFunction]",Pe="[object Boolean]",Ke="[object Date]",be="[object DOMException]",Xe="[object Error]",W="[object Function]",S="[object GeneratorFunction]",N="[object Map]",G="[object Number]",ee="[object Null]",pe="[object Object]",j="[object Promise]",de="[object Proxy]",ge="[object RegExp]",ke="[object Set]",Ae="[object String]",Ee="[object Symbol]",$e="[object Undefined]",He="[object WeakMap]",Qe="[object WeakSet]",Ue="[object ArrayBuffer]",tt="[object DataView]",ct="[object Float32Array]",an="[object Float64Array]",Zt="[object Int8Array]",Cn="[object Int16Array]",hn="[object Int32Array]",Mr="[object Uint8Array]",ws="[object Uint8ClampedArray]",pn="[object Uint16Array]",ue="[object Uint32Array]",Ne=/\b__p \+= '';/g,we=/\b(__p \+=) '' \+/g,Ve=/(__e\(.*?\)|\b__t\)) \+\n'';/g,We=/&(?:amp|lt|gt|quot|#39);/g,Nn=/[&<>"']/g,pr=RegExp(We.source),Ls=RegExp(Nn.source),Ca=/<%-([\s\S]+?)%>/g,Wi=/<%([\s\S]+?)%>/g,is=/<%=([\s\S]+?)%>/g,El=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,vd=/^\w*$/,Nw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,yd=/[\\^$.*+?()[\]{}|]/g,Vw=RegExp(yd.source),_d=/^\s+/,Fw=/\s/,$w=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Bw=/\{\n\/\* \[wrapped with (.+)\] \*/,Hw=/,? & /,Uw=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,jw=/[()=,{}\[\]\/\s]/,Ww=/\\(\\)?/g,qw=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,hm=/\w*$/,Yw=/^[-+]0x[0-9a-f]+$/i,zw=/^0b[01]+$/i,Kw=/^\[object .+?Constructor\]$/,Gw=/^0o[0-7]+$/i,Jw=/^(?:0|[1-9]\d*)$/,Zw=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ho=/($^)/,Xw=/['\n\r\u2028\u2029\\]/g,Uo="\\ud800-\\udfff",Qw="\\u0300-\\u036f",ex="\\ufe20-\\ufe2f",tx="\\u20d0-\\u20ff",pm=Qw+ex+tx,mm="\\u2700-\\u27bf",gm="a-z\\xdf-\\xf6\\xf8-\\xff",nx="\\xac\\xb1\\xd7\\xf7",rx="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",sx="\\u2000-\\u206f",ix=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",vm="A-Z\\xc0-\\xd6\\xd8-\\xde",ym="\\ufe0e\\ufe0f",_m=nx+rx+sx+ix,bd="['’]",ax="["+Uo+"]",bm="["+_m+"]",jo="["+pm+"]",wm="\\d+",lx="["+mm+"]",xm="["+gm+"]",km="[^"+Uo+_m+wm+mm+gm+vm+"]",wd="\\ud83c[\\udffb-\\udfff]",ox="(?:"+jo+"|"+wd+")",Sm="[^"+Uo+"]",xd="(?:\\ud83c[\\udde6-\\uddff]){2}",kd="[\\ud800-\\udbff][\\udc00-\\udfff]",Ea="["+vm+"]",Tm="\\u200d",Am="(?:"+xm+"|"+km+")",ux="(?:"+Ea+"|"+km+")",Cm="(?:"+bd+"(?:d|ll|m|re|s|t|ve))?",Em="(?:"+bd+"(?:D|LL|M|RE|S|T|VE))?",Om=ox+"?",Mm="["+ym+"]?",cx="(?:"+Tm+"(?:"+[Sm,xd,kd].join("|")+")"+Mm+Om+")*",dx="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",fx="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Rm=Mm+Om+cx,hx="(?:"+[lx,xd,kd].join("|")+")"+Rm,px="(?:"+[Sm+jo+"?",jo,xd,kd,ax].join("|")+")",mx=RegExp(bd,"g"),gx=RegExp(jo,"g"),Sd=RegExp(wd+"(?="+wd+")|"+px+Rm,"g"),vx=RegExp([Ea+"?"+xm+"+"+Cm+"(?="+[bm,Ea,"$"].join("|")+")",ux+"+"+Em+"(?="+[bm,Ea+Am,"$"].join("|")+")",Ea+"?"+Am+"+"+Cm,Ea+"+"+Em,fx,dx,wm,hx].join("|"),"g"),yx=RegExp("["+Tm+Uo+pm+ym+"]"),_x=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,bx=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],wx=-1,Kt={};Kt[ct]=Kt[an]=Kt[Zt]=Kt[Cn]=Kt[hn]=Kt[Mr]=Kt[ws]=Kt[pn]=Kt[ue]=!0,Kt[ae]=Kt[_e]=Kt[Ue]=Kt[Pe]=Kt[tt]=Kt[Ke]=Kt[Xe]=Kt[W]=Kt[N]=Kt[G]=Kt[pe]=Kt[ge]=Kt[ke]=Kt[Ae]=Kt[He]=!1;var Yt={};Yt[ae]=Yt[_e]=Yt[Ue]=Yt[tt]=Yt[Pe]=Yt[Ke]=Yt[ct]=Yt[an]=Yt[Zt]=Yt[Cn]=Yt[hn]=Yt[N]=Yt[G]=Yt[pe]=Yt[ge]=Yt[ke]=Yt[Ae]=Yt[Ee]=Yt[Mr]=Yt[ws]=Yt[pn]=Yt[ue]=!0,Yt[Xe]=Yt[W]=Yt[He]=!1;var xx={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},kx={"&":"&","<":"<",">":">",'"':""","'":"'"},Sx={"&":"&","<":"<",">":">",""":'"',"'":"'"},Tx={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ax=parseFloat,Cx=parseInt,Dm=typeof window=="object"&&window&&window.Object===Object&&window,Ex=typeof self=="object"&&self&&self.Object===Object&&self,Un=Dm||Ex||Function("return this")(),Td=t&&!t.nodeType&&t,qi=Td&&!0&&e&&!e.nodeType&&e,Pm=qi&&qi.exports===Td,Ad=Pm&&Dm.process,qr=function(){try{var ie=qi&&qi.require&&qi.require("util").types;return ie||Ad&&Ad.binding&&Ad.binding("util")}catch{}}(),Lm=qr&&qr.isArrayBuffer,Im=qr&&qr.isDate,Nm=qr&&qr.isMap,Vm=qr&&qr.isRegExp,Fm=qr&&qr.isSet,$m=qr&&qr.isTypedArray;function Rr(ie,Se,ve){switch(ve.length){case 0:return ie.call(Se);case 1:return ie.call(Se,ve[0]);case 2:return ie.call(Se,ve[0],ve[1]);case 3:return ie.call(Se,ve[0],ve[1],ve[2])}return ie.apply(Se,ve)}function Ox(ie,Se,ve,ze){for(var ot=-1,Mt=ie==null?0:ie.length;++ot-1}function Cd(ie,Se,ve){for(var ze=-1,ot=ie==null?0:ie.length;++ze-1;);return ve}function zm(ie,Se){for(var ve=ie.length;ve--&&Oa(Se,ie[ve],0)>-1;);return ve}function Fx(ie,Se){for(var ve=ie.length,ze=0;ve--;)ie[ve]===Se&&++ze;return ze}var $x=Rd(xx),Bx=Rd(kx);function Hx(ie){return"\\"+Tx[ie]}function Ux(ie,Se){return ie==null?n:ie[Se]}function Ma(ie){return yx.test(ie)}function jx(ie){return _x.test(ie)}function Wx(ie){for(var Se,ve=[];!(Se=ie.next()).done;)ve.push(Se.value);return ve}function Id(ie){var Se=-1,ve=Array(ie.size);return ie.forEach(function(ze,ot){ve[++Se]=[ot,ze]}),ve}function Km(ie,Se){return function(ve){return ie(Se(ve))}}function oi(ie,Se){for(var ve=-1,ze=ie.length,ot=0,Mt=[];++ve-1}function Rk(i,l){var c=this.__data__,g=lu(c,i);return g<0?(++this.size,c.push([i,l])):c[g][1]=l,this}Is.prototype.clear=Ck,Is.prototype.delete=Ek,Is.prototype.get=Ok,Is.prototype.has=Mk,Is.prototype.set=Rk;function Ns(i){var l=-1,c=i==null?0:i.length;for(this.clear();++l=l?i:l)),i}function Gr(i,l,c,g,b,O){var Y,X=l&p,le=l&m,Ce=l&y;if(c&&(Y=b?c(i,g,b,O):c(i)),Y!==n)return Y;if(!tn(i))return i;var Oe=dt(i);if(Oe){if(Y=IS(i),!X)return mr(i,Y)}else{var Me=Kn(i),je=Me==W||Me==S;if(pi(i))return Mg(i,X);if(Me==pe||Me==ae||je&&!b){if(Y=le||je?{}:Gg(i),!X)return le?SS(i,zk(Y,i)):kS(i,ag(Y,i))}else{if(!Yt[Me])return b?i:{};Y=NS(i,Me,X)}}O||(O=new ls);var Ge=O.get(i);if(Ge)return Ge;O.set(i,Y),Sv(i)?i.forEach(function(rt){Y.add(Gr(rt,l,c,rt,i,O))}):xv(i)&&i.forEach(function(rt,_t){Y.set(_t,Gr(rt,l,c,_t,i,O))});var nt=Ce?le?of:lf:le?vr:Vn,gt=Oe?n:nt(i);return Yr(gt||i,function(rt,_t){gt&&(_t=rt,rt=i[_t]),Il(Y,_t,Gr(rt,l,c,_t,i,O))}),Y}function Kk(i){var l=Vn(i);return function(c){return lg(c,i,l)}}function lg(i,l,c){var g=c.length;if(i==null)return!g;for(i=Ut(i);g--;){var b=c[g],O=l[b],Y=i[b];if(Y===n&&!(b in i)||!O(Y))return!1}return!0}function og(i,l,c){if(typeof i!="function")throw new zr(o);return Ul(function(){i.apply(n,c)},l)}function Nl(i,l,c,g){var b=-1,O=Wo,Y=!0,X=i.length,le=[],Ce=l.length;if(!X)return le;c&&(l=Xt(l,Dr(c))),g?(O=Cd,Y=!1):l.length>=s&&(O=Ol,Y=!1,l=new Ki(l));e:for(;++bb?0:b+c),g=g===n||g>b?b:mt(g),g<0&&(g+=b),g=c>g?0:Av(g);c0&&c(X)?l>1?jn(X,l-1,c,g,b):li(b,X):g||(b[b.length]=X)}return b}var Ud=Ng(),dg=Ng(!0);function xs(i,l){return i&&Ud(i,l,Vn)}function jd(i,l){return i&&dg(i,l,Vn)}function uu(i,l){return ai(l,function(c){return Hs(i[c])})}function Ji(i,l){l=fi(l,i);for(var c=0,g=l.length;i!=null&&cl}function Zk(i,l){return i!=null&&$t.call(i,l)}function Xk(i,l){return i!=null&&l in Ut(i)}function Qk(i,l,c){return i>=zn(l,c)&&i=120&&Oe.length>=120)?new Ki(Y&&Oe):n}Oe=i[0];var Me=-1,je=X[0];e:for(;++Me-1;)X!==i&&eu.call(X,le,1),eu.call(i,le,1);return i}function xg(i,l){for(var c=i?l.length:0,g=c-1;c--;){var b=l[c];if(c==g||b!==O){var O=b;Bs(b)?eu.call(i,b,1):Qd(i,b)}}return i}function Jd(i,l){return i+ru(ng()*(l-i+1))}function fS(i,l,c,g){for(var b=-1,O=On(nu((l-i)/(c||1)),0),Y=ve(O);O--;)Y[g?O:++b]=i,i+=c;return Y}function Zd(i,l){var c="";if(!i||l<1||l>te)return c;do l%2&&(c+=i),l=ru(l/2),l&&(i+=i);while(l);return c}function yt(i,l){return mf(Xg(i,l,yr),i+"")}function hS(i){return ig(Ha(i))}function pS(i,l){var c=Ha(i);return bu(c,Gi(l,0,c.length))}function $l(i,l,c,g){if(!tn(i))return i;l=fi(l,i);for(var b=-1,O=l.length,Y=O-1,X=i;X!=null&&++bb?0:b+l),c=c>b?b:c,c<0&&(c+=b),b=l>c?0:c-l>>>0,l>>>=0;for(var O=ve(b);++g>>1,Y=i[O];Y!==null&&!Lr(Y)&&(c?Y<=l:Y=s){var Ce=l?null:ES(i);if(Ce)return Yo(Ce);Y=!1,b=Ol,le=new Ki}else le=l?[]:X;e:for(;++g=g?i:Jr(i,l,c)}var Og=ik||function(i){return Un.clearTimeout(i)};function Mg(i,l){if(l)return i.slice();var c=i.length,g=Zm?Zm(c):new i.constructor(c);return i.copy(g),g}function rf(i){var l=new i.constructor(i.byteLength);return new Xo(l).set(new Xo(i)),l}function _S(i,l){var c=l?rf(i.buffer):i.buffer;return new i.constructor(c,i.byteOffset,i.byteLength)}function bS(i){var l=new i.constructor(i.source,hm.exec(i));return l.lastIndex=i.lastIndex,l}function wS(i){return Ll?Ut(Ll.call(i)):{}}function Rg(i,l){var c=l?rf(i.buffer):i.buffer;return new i.constructor(c,i.byteOffset,i.length)}function Dg(i,l){if(i!==l){var c=i!==n,g=i===null,b=i===i,O=Lr(i),Y=l!==n,X=l===null,le=l===l,Ce=Lr(l);if(!X&&!Ce&&!O&&i>l||O&&Y&&le&&!X&&!Ce||g&&Y&&le||!c&&le||!b)return 1;if(!g&&!O&&!Ce&&i=X)return le;var Ce=c[g];return le*(Ce=="desc"?-1:1)}}return i.index-l.index}function Pg(i,l,c,g){for(var b=-1,O=i.length,Y=c.length,X=-1,le=l.length,Ce=On(O-Y,0),Oe=ve(le+Ce),Me=!g;++X1?c[b-1]:n,Y=b>2?c[2]:n;for(O=i.length>3&&typeof O=="function"?(b--,O):n,Y&&ir(c[0],c[1],Y)&&(O=b<3?n:O,b=1),l=Ut(l);++g-1?b[O?l[Y]:Y]:n}}function $g(i){return $s(function(l){var c=l.length,g=c,b=Kr.prototype.thru;for(i&&l.reverse();g--;){var O=l[g];if(typeof O!="function")throw new zr(o);if(b&&!Y&&yu(O)=="wrapper")var Y=new Kr([],!0)}for(g=Y?g:c;++g1&&At.reverse(),Oe&&le<_t&&(At.length=le),this&&this!==Un&&this instanceof rt&&(js=gt||Bl(js)),js.apply(us,At)}return rt}function Bg(i,l){return function(c,g){return eS(c,i,l(g),{})}}function mu(i,l){return function(c,g){var b;if(c===n&&g===n)return l;if(c!==n&&(b=c),g!==n){if(b===n)return g;typeof c=="string"||typeof g=="string"?(c=Pr(c),g=Pr(g)):(c=Tg(c),g=Tg(g)),b=i(c,g)}return b}}function sf(i){return $s(function(l){return l=Xt(l,Dr(et())),yt(function(c){var g=this;return i(l,function(b){return Rr(b,g,c)})})})}function gu(i,l){l=l===n?" ":Pr(l);var c=l.length;if(c<2)return c?Zd(l,i):l;var g=Zd(l,nu(i/Ra(l)));return Ma(l)?hi(as(g),0,i).join(""):g.slice(0,i)}function CS(i,l,c,g){var b=l&C,O=Bl(i);function Y(){for(var X=-1,le=arguments.length,Ce=-1,Oe=g.length,Me=ve(Oe+le),je=this&&this!==Un&&this instanceof Y?O:i;++CeX))return!1;var Ce=O.get(i),Oe=O.get(l);if(Ce&&Oe)return Ce==l&&Oe==i;var Me=-1,je=!0,Ge=c&_?new Ki:n;for(O.set(i,l),O.set(l,i);++Me1?"& ":"")+l[g],l=l.join(c>2?", ":" "),i.replace($w,`{ -/* [wrapped with `+l+`] */ -`)}function FS(i){return dt(i)||Qi(i)||!!(eg&&i&&i[eg])}function Bs(i,l){var c=typeof i;return l=l??te,!!l&&(c=="number"||c!="symbol"&&Jw.test(i))&&i>-1&&i%1==0&&i0){if(++l>=Q)return arguments[0]}else l=0;return i.apply(n,arguments)}}function bu(i,l){var c=-1,g=i.length,b=g-1;for(l=l===n?g:l;++c1?i[l-1]:n;return c=typeof c=="function"?(i.pop(),c):n,cv(i,c)});function dv(i){var l=A(i);return l.__chain__=!0,l}function GT(i,l){return l(i),i}function wu(i,l){return l(i)}var JT=$s(function(i){var l=i.length,c=l?i[0]:0,g=this.__wrapped__,b=function(O){return Hd(O,i)};return l>1||this.__actions__.length||!(g instanceof wt)||!Bs(c)?this.thru(b):(g=g.slice(c,+c+(l?1:0)),g.__actions__.push({func:wu,args:[b],thisArg:n}),new Kr(g,this.__chain__).thru(function(O){return l&&!O.length&&O.push(n),O}))});function ZT(){return dv(this)}function XT(){return new Kr(this.value(),this.__chain__)}function QT(){this.__values__===n&&(this.__values__=Tv(this.value()));var i=this.__index__>=this.__values__.length,l=i?n:this.__values__[this.__index__++];return{done:i,value:l}}function e2(){return this}function t2(i){for(var l,c=this;c instanceof au;){var g=sv(c);g.__index__=0,g.__values__=n,l?b.__wrapped__=g:l=g;var b=g;c=c.__wrapped__}return b.__wrapped__=i,l}function n2(){var i=this.__wrapped__;if(i instanceof wt){var l=i;return this.__actions__.length&&(l=new wt(this)),l=l.reverse(),l.__actions__.push({func:wu,args:[gf],thisArg:n}),new Kr(l,this.__chain__)}return this.thru(gf)}function r2(){return Cg(this.__wrapped__,this.__actions__)}var s2=hu(function(i,l,c){$t.call(i,c)?++i[c]:Vs(i,c,1)});function i2(i,l,c){var g=dt(i)?Bm:Gk;return c&&ir(i,l,c)&&(l=n),g(i,et(l,3))}function a2(i,l){var c=dt(i)?ai:cg;return c(i,et(l,3))}var l2=Fg(iv),o2=Fg(av);function u2(i,l){return jn(xu(i,l),1)}function c2(i,l){return jn(xu(i,l),R)}function d2(i,l,c){return c=c===n?1:mt(c),jn(xu(i,l),c)}function fv(i,l){var c=dt(i)?Yr:ci;return c(i,et(l,3))}function hv(i,l){var c=dt(i)?Mx:ug;return c(i,et(l,3))}var f2=hu(function(i,l,c){$t.call(i,c)?i[c].push(l):Vs(i,c,[l])});function h2(i,l,c,g){i=gr(i)?i:Ha(i),c=c&&!g?mt(c):0;var b=i.length;return c<0&&(c=On(b+c,0)),Cu(i)?c<=b&&i.indexOf(l,c)>-1:!!b&&Oa(i,l,c)>-1}var p2=yt(function(i,l,c){var g=-1,b=typeof l=="function",O=gr(i)?ve(i.length):[];return ci(i,function(Y){O[++g]=b?Rr(l,Y,c):Vl(Y,l,c)}),O}),m2=hu(function(i,l,c){Vs(i,c,l)});function xu(i,l){var c=dt(i)?Xt:gg;return c(i,et(l,3))}function g2(i,l,c,g){return i==null?[]:(dt(l)||(l=l==null?[]:[l]),c=g?n:c,dt(c)||(c=c==null?[]:[c]),bg(i,l,c))}var v2=hu(function(i,l,c){i[c?0:1].push(l)},function(){return[[],[]]});function y2(i,l,c){var g=dt(i)?Ed:Wm,b=arguments.length<3;return g(i,et(l,4),c,b,ci)}function _2(i,l,c){var g=dt(i)?Rx:Wm,b=arguments.length<3;return g(i,et(l,4),c,b,ug)}function b2(i,l){var c=dt(i)?ai:cg;return c(i,Tu(et(l,3)))}function w2(i){var l=dt(i)?ig:hS;return l(i)}function x2(i,l,c){(c?ir(i,l,c):l===n)?l=1:l=mt(l);var g=dt(i)?Wk:pS;return g(i,l)}function k2(i){var l=dt(i)?qk:gS;return l(i)}function S2(i){if(i==null)return 0;if(gr(i))return Cu(i)?Ra(i):i.length;var l=Kn(i);return l==N||l==ke?i.size:zd(i).length}function T2(i,l,c){var g=dt(i)?Od:vS;return c&&ir(i,l,c)&&(l=n),g(i,et(l,3))}var A2=yt(function(i,l){if(i==null)return[];var c=l.length;return c>1&&ir(i,l[0],l[1])?l=[]:c>2&&ir(l[0],l[1],l[2])&&(l=[l[0]]),bg(i,jn(l,1),[])}),ku=ak||function(){return Un.Date.now()};function C2(i,l){if(typeof l!="function")throw new zr(o);return i=mt(i),function(){if(--i<1)return l.apply(this,arguments)}}function pv(i,l,c){return l=c?n:l,l=i&&l==null?i.length:l,Fs(i,$,n,n,n,n,l)}function mv(i,l){var c;if(typeof l!="function")throw new zr(o);return i=mt(i),function(){return--i>0&&(c=l.apply(this,arguments)),i<=1&&(l=n),c}}var yf=yt(function(i,l,c){var g=C;if(c.length){var b=oi(c,$a(yf));g|=V}return Fs(i,g,l,c,b)}),gv=yt(function(i,l,c){var g=C|U;if(c.length){var b=oi(c,$a(gv));g|=V}return Fs(l,g,i,c,b)});function vv(i,l,c){l=c?n:l;var g=Fs(i,x,n,n,n,n,n,l);return g.placeholder=vv.placeholder,g}function yv(i,l,c){l=c?n:l;var g=Fs(i,E,n,n,n,n,n,l);return g.placeholder=yv.placeholder,g}function _v(i,l,c){var g,b,O,Y,X,le,Ce=0,Oe=!1,Me=!1,je=!0;if(typeof i!="function")throw new zr(o);l=Xr(l)||0,tn(c)&&(Oe=!!c.leading,Me="maxWait"in c,O=Me?On(Xr(c.maxWait)||0,l):O,je="trailing"in c?!!c.trailing:je);function Ge(gn){var us=g,js=b;return g=b=n,Ce=gn,Y=i.apply(js,us),Y}function nt(gn){return Ce=gn,X=Ul(_t,l),Oe?Ge(gn):Y}function gt(gn){var us=gn-le,js=gn-Ce,Fv=l-us;return Me?zn(Fv,O-js):Fv}function rt(gn){var us=gn-le,js=gn-Ce;return le===n||us>=l||us<0||Me&&js>=O}function _t(){var gn=ku();if(rt(gn))return At(gn);X=Ul(_t,gt(gn))}function At(gn){return X=n,je&&g?Ge(gn):(g=b=n,Y)}function Ir(){X!==n&&Og(X),Ce=0,g=le=b=X=n}function ar(){return X===n?Y:At(ku())}function Nr(){var gn=ku(),us=rt(gn);if(g=arguments,b=this,le=gn,us){if(X===n)return nt(le);if(Me)return Og(X),X=Ul(_t,l),Ge(le)}return X===n&&(X=Ul(_t,l)),Y}return Nr.cancel=Ir,Nr.flush=ar,Nr}var E2=yt(function(i,l){return og(i,1,l)}),O2=yt(function(i,l,c){return og(i,Xr(l)||0,c)});function M2(i){return Fs(i,T)}function Su(i,l){if(typeof i!="function"||l!=null&&typeof l!="function")throw new zr(o);var c=function(){var g=arguments,b=l?l.apply(this,g):g[0],O=c.cache;if(O.has(b))return O.get(b);var Y=i.apply(this,g);return c.cache=O.set(b,Y)||O,Y};return c.cache=new(Su.Cache||Ns),c}Su.Cache=Ns;function Tu(i){if(typeof i!="function")throw new zr(o);return function(){var l=arguments;switch(l.length){case 0:return!i.call(this);case 1:return!i.call(this,l[0]);case 2:return!i.call(this,l[0],l[1]);case 3:return!i.call(this,l[0],l[1],l[2])}return!i.apply(this,l)}}function R2(i){return mv(2,i)}var D2=yS(function(i,l){l=l.length==1&&dt(l[0])?Xt(l[0],Dr(et())):Xt(jn(l,1),Dr(et()));var c=l.length;return yt(function(g){for(var b=-1,O=zn(g.length,c);++b=l}),Qi=hg(function(){return arguments}())?hg:function(i){return ln(i)&&$t.call(i,"callee")&&!Qm.call(i,"callee")},dt=ve.isArray,z2=Lm?Dr(Lm):tS;function gr(i){return i!=null&&Au(i.length)&&!Hs(i)}function mn(i){return ln(i)&&gr(i)}function K2(i){return i===!0||i===!1||ln(i)&&sr(i)==Pe}var pi=ok||Mf,G2=Im?Dr(Im):nS;function J2(i){return ln(i)&&i.nodeType===1&&!jl(i)}function Z2(i){if(i==null)return!0;if(gr(i)&&(dt(i)||typeof i=="string"||typeof i.splice=="function"||pi(i)||Ba(i)||Qi(i)))return!i.length;var l=Kn(i);if(l==N||l==ke)return!i.size;if(Hl(i))return!zd(i).length;for(var c in i)if($t.call(i,c))return!1;return!0}function X2(i,l){return Fl(i,l)}function Q2(i,l,c){c=typeof c=="function"?c:n;var g=c?c(i,l):n;return g===n?Fl(i,l,n,c):!!g}function bf(i){if(!ln(i))return!1;var l=sr(i);return l==Xe||l==be||typeof i.message=="string"&&typeof i.name=="string"&&!jl(i)}function eA(i){return typeof i=="number"&&tg(i)}function Hs(i){if(!tn(i))return!1;var l=sr(i);return l==W||l==S||l==q||l==de}function wv(i){return typeof i=="number"&&i==mt(i)}function Au(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=te}function tn(i){var l=typeof i;return i!=null&&(l=="object"||l=="function")}function ln(i){return i!=null&&typeof i=="object"}var xv=Nm?Dr(Nm):sS;function tA(i,l){return i===l||Yd(i,l,cf(l))}function nA(i,l,c){return c=typeof c=="function"?c:n,Yd(i,l,cf(l),c)}function rA(i){return kv(i)&&i!=+i}function sA(i){if(HS(i))throw new ot(a);return pg(i)}function iA(i){return i===null}function aA(i){return i==null}function kv(i){return typeof i=="number"||ln(i)&&sr(i)==G}function jl(i){if(!ln(i)||sr(i)!=pe)return!1;var l=Qo(i);if(l===null)return!0;var c=$t.call(l,"constructor")&&l.constructor;return typeof c=="function"&&c instanceof c&&Go.call(c)==nk}var wf=Vm?Dr(Vm):iS;function lA(i){return wv(i)&&i>=-9007199254740991&&i<=te}var Sv=Fm?Dr(Fm):aS;function Cu(i){return typeof i=="string"||!dt(i)&&ln(i)&&sr(i)==Ae}function Lr(i){return typeof i=="symbol"||ln(i)&&sr(i)==Ee}var Ba=$m?Dr($m):lS;function oA(i){return i===n}function uA(i){return ln(i)&&Kn(i)==He}function cA(i){return ln(i)&&sr(i)==Qe}var dA=vu(Kd),fA=vu(function(i,l){return i<=l});function Tv(i){if(!i)return[];if(gr(i))return Cu(i)?as(i):mr(i);if(Ml&&i[Ml])return Wx(i[Ml]());var l=Kn(i),c=l==N?Id:l==ke?Yo:Ha;return c(i)}function Us(i){if(!i)return i===0?i:0;if(i=Xr(i),i===R||i===-1/0){var l=i<0?-1:1;return l*xe}return i===i?i:0}function mt(i){var l=Us(i),c=l%1;return l===l?c?l-c:l:0}function Av(i){return i?Gi(mt(i),0,Be):0}function Xr(i){if(typeof i=="number")return i;if(Lr(i))return De;if(tn(i)){var l=typeof i.valueOf=="function"?i.valueOf():i;i=tn(l)?l+"":l}if(typeof i!="string")return i===0?i:+i;i=qm(i);var c=zw.test(i);return c||Gw.test(i)?Cx(i.slice(2),c?2:8):Yw.test(i)?De:+i}function Cv(i){return ks(i,vr(i))}function hA(i){return i?Gi(mt(i),-9007199254740991,te):i===0?i:0}function Nt(i){return i==null?"":Pr(i)}var pA=Va(function(i,l){if(Hl(l)||gr(l)){ks(l,Vn(l),i);return}for(var c in l)$t.call(l,c)&&Il(i,c,l[c])}),Ev=Va(function(i,l){ks(l,vr(l),i)}),Eu=Va(function(i,l,c,g){ks(l,vr(l),i,g)}),mA=Va(function(i,l,c,g){ks(l,Vn(l),i,g)}),gA=$s(Hd);function vA(i,l){var c=Na(i);return l==null?c:ag(c,l)}var yA=yt(function(i,l){i=Ut(i);var c=-1,g=l.length,b=g>2?l[2]:n;for(b&&ir(l[0],l[1],b)&&(g=1);++c1),O}),ks(i,of(i),c),g&&(c=Gr(c,p|m|y,OS));for(var b=l.length;b--;)Qd(c,l[b]);return c});function NA(i,l){return Mv(i,Tu(et(l)))}var VA=$s(function(i,l){return i==null?{}:cS(i,l)});function Mv(i,l){if(i==null)return{};var c=Xt(of(i),function(g){return[g]});return l=et(l),wg(i,c,function(g,b){return l(g,b[0])})}function FA(i,l,c){l=fi(l,i);var g=-1,b=l.length;for(b||(b=1,i=n);++gl){var g=i;i=l,l=g}if(c||i%1||l%1){var b=ng();return zn(i+b*(l-i+Ax("1e-"+((b+"").length-1))),l)}return Jd(i,l)}var GA=Fa(function(i,l,c){return l=l.toLowerCase(),i+(c?Pv(l):l)});function Pv(i){return Sf(Nt(i).toLowerCase())}function Lv(i){return i=Nt(i),i&&i.replace(Zw,$x).replace(gx,"")}function JA(i,l,c){i=Nt(i),l=Pr(l);var g=i.length;c=c===n?g:Gi(mt(c),0,g);var b=c;return c-=l.length,c>=0&&i.slice(c,b)==l}function ZA(i){return i=Nt(i),i&&Ls.test(i)?i.replace(Nn,Bx):i}function XA(i){return i=Nt(i),i&&Vw.test(i)?i.replace(yd,"\\$&"):i}var QA=Fa(function(i,l,c){return i+(c?"-":"")+l.toLowerCase()}),eC=Fa(function(i,l,c){return i+(c?" ":"")+l.toLowerCase()}),tC=Vg("toLowerCase");function nC(i,l,c){i=Nt(i),l=mt(l);var g=l?Ra(i):0;if(!l||g>=l)return i;var b=(l-g)/2;return gu(ru(b),c)+i+gu(nu(b),c)}function rC(i,l,c){i=Nt(i),l=mt(l);var g=l?Ra(i):0;return l&&g>>0,c?(i=Nt(i),i&&(typeof l=="string"||l!=null&&!wf(l))&&(l=Pr(l),!l&&Ma(i))?hi(as(i),0,c):i.split(l,c)):[]}var cC=Fa(function(i,l,c){return i+(c?" ":"")+Sf(l)});function dC(i,l,c){return i=Nt(i),c=c==null?0:Gi(mt(c),0,i.length),l=Pr(l),i.slice(c,c+l.length)==l}function fC(i,l,c){var g=A.templateSettings;c&&ir(i,l,c)&&(l=n),i=Nt(i),l=Eu({},l,g,Wg);var b=Eu({},l.imports,g.imports,Wg),O=Vn(b),Y=Ld(b,O),X,le,Ce=0,Oe=l.interpolate||Ho,Me="__p += '",je=Nd((l.escape||Ho).source+"|"+Oe.source+"|"+(Oe===is?qw:Ho).source+"|"+(l.evaluate||Ho).source+"|$","g"),Ge="//# sourceURL="+($t.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++wx+"]")+` -`;i.replace(je,function(rt,_t,At,Ir,ar,Nr){return At||(At=Ir),Me+=i.slice(Ce,Nr).replace(Xw,Hx),_t&&(X=!0,Me+=`' + -__e(`+_t+`) + -'`),ar&&(le=!0,Me+=`'; -`+ar+`; -__p += '`),At&&(Me+=`' + -((__t = (`+At+`)) == null ? '' : __t) + -'`),Ce=Nr+rt.length,rt}),Me+=`'; -`;var nt=$t.call(l,"variable")&&l.variable;if(!nt)Me=`with (obj) { -`+Me+` -} -`;else if(jw.test(nt))throw new ot(u);Me=(le?Me.replace(Ne,""):Me).replace(we,"$1").replace(Ve,"$1;"),Me="function("+(nt||"obj")+`) { -`+(nt?"":`obj || (obj = {}); -`)+"var __t, __p = ''"+(X?", __e = _.escape":"")+(le?`, __j = Array.prototype.join; -function print() { __p += __j.call(arguments, '') } -`:`; -`)+Me+`return __p -}`;var gt=Nv(function(){return Mt(O,Ge+"return "+Me).apply(n,Y)});if(gt.source=Me,bf(gt))throw gt;return gt}function hC(i){return Nt(i).toLowerCase()}function pC(i){return Nt(i).toUpperCase()}function mC(i,l,c){if(i=Nt(i),i&&(c||l===n))return qm(i);if(!i||!(l=Pr(l)))return i;var g=as(i),b=as(l),O=Ym(g,b),Y=zm(g,b)+1;return hi(g,O,Y).join("")}function gC(i,l,c){if(i=Nt(i),i&&(c||l===n))return i.slice(0,Gm(i)+1);if(!i||!(l=Pr(l)))return i;var g=as(i),b=zm(g,as(l))+1;return hi(g,0,b).join("")}function vC(i,l,c){if(i=Nt(i),i&&(c||l===n))return i.replace(_d,"");if(!i||!(l=Pr(l)))return i;var g=as(i),b=Ym(g,as(l));return hi(g,b).join("")}function yC(i,l){var c=H,g=re;if(tn(l)){var b="separator"in l?l.separator:b;c="length"in l?mt(l.length):c,g="omission"in l?Pr(l.omission):g}i=Nt(i);var O=i.length;if(Ma(i)){var Y=as(i);O=Y.length}if(c>=O)return i;var X=c-Ra(g);if(X<1)return g;var le=Y?hi(Y,0,X).join(""):i.slice(0,X);if(b===n)return le+g;if(Y&&(X+=le.length-X),wf(b)){if(i.slice(X).search(b)){var Ce,Oe=le;for(b.global||(b=Nd(b.source,Nt(hm.exec(b))+"g")),b.lastIndex=0;Ce=b.exec(Oe);)var Me=Ce.index;le=le.slice(0,Me===n?X:Me)}}else if(i.indexOf(Pr(b),X)!=X){var je=le.lastIndexOf(b);je>-1&&(le=le.slice(0,je))}return le+g}function _C(i){return i=Nt(i),i&&pr.test(i)?i.replace(We,Kx):i}var bC=Fa(function(i,l,c){return i+(c?" ":"")+l.toUpperCase()}),Sf=Vg("toUpperCase");function Iv(i,l,c){return i=Nt(i),l=c?n:l,l===n?jx(i)?Zx(i):Lx(i):i.match(l)||[]}var Nv=yt(function(i,l){try{return Rr(i,n,l)}catch(c){return bf(c)?c:new ot(c)}}),wC=$s(function(i,l){return Yr(l,function(c){c=Ss(c),Vs(i,c,yf(i[c],i))}),i});function xC(i){var l=i==null?0:i.length,c=et();return i=l?Xt(i,function(g){if(typeof g[1]!="function")throw new zr(o);return[c(g[0]),g[1]]}):[],yt(function(g){for(var b=-1;++bte)return[];var c=Be,g=zn(i,Be);l=et(l),i-=Be;for(var b=Pd(g,l);++c0||l<0)?new wt(c):(i<0?c=c.takeRight(-i):i&&(c=c.drop(i)),l!==n&&(l=mt(l),c=l<0?c.dropRight(-l):c.take(l-i)),c)},wt.prototype.takeRightWhile=function(i){return this.reverse().takeWhile(i).reverse()},wt.prototype.toArray=function(){return this.take(Be)},xs(wt.prototype,function(i,l){var c=/^(?:filter|find|map|reject)|While$/.test(l),g=/^(?:head|last)$/.test(l),b=A[g?"take"+(l=="last"?"Right":""):l],O=g||/^find/.test(l);b&&(A.prototype[l]=function(){var Y=this.__wrapped__,X=g?[1]:arguments,le=Y instanceof wt,Ce=X[0],Oe=le||dt(Y),Me=function(_t){var At=b.apply(A,li([_t],X));return g&&je?At[0]:At};Oe&&c&&typeof Ce=="function"&&Ce.length!=1&&(le=Oe=!1);var je=this.__chain__,Ge=!!this.__actions__.length,nt=O&&!je,gt=le&&!Ge;if(!O&&Oe){Y=gt?Y:new wt(this);var rt=i.apply(Y,X);return rt.__actions__.push({func:wu,args:[Me],thisArg:n}),new Kr(rt,je)}return nt&>?i.apply(this,X):(rt=this.thru(Me),nt?g?rt.value()[0]:rt.value():rt)})}),Yr(["pop","push","shift","sort","splice","unshift"],function(i){var l=zo[i],c=/^(?:push|sort|unshift)$/.test(i)?"tap":"thru",g=/^(?:pop|shift)$/.test(i);A.prototype[i]=function(){var b=arguments;if(g&&!this.__chain__){var O=this.value();return l.apply(dt(O)?O:[],b)}return this[c](function(Y){return l.apply(dt(Y)?Y:[],b)})}}),xs(wt.prototype,function(i,l){var c=A[l];if(c){var g=c.name+"";$t.call(Ia,g)||(Ia[g]=[]),Ia[g].push({name:l,func:c})}}),Ia[pu(n,U).name]=[{name:"wrapper",func:n}],wt.prototype.clone=_k,wt.prototype.reverse=bk,wt.prototype.value=wk,A.prototype.at=JT,A.prototype.chain=ZT,A.prototype.commit=XT,A.prototype.next=QT,A.prototype.plant=t2,A.prototype.reverse=n2,A.prototype.toJSON=A.prototype.valueOf=A.prototype.value=r2,A.prototype.first=A.prototype.head,Ml&&(A.prototype[Ml]=e2),A},Da=Xx();qi?((qi.exports=Da)._=Da,Td._=Da):Un._=Da}).call($1)})(Ec,Ec.exports);var hL=Ec.exports;const cr=fL(hL);function pL(e,t){switch(e.replace("_","-")){case"af":case"af-ZA":case"bn":case"bn-BD":case"bn-IN":case"bg":case"bg-BG":case"ca":case"ca-AD":case"ca-ES":case"ca-FR":case"ca-IT":case"da":case"da-DK":case"de":case"de-AT":case"de-BE":case"de-CH":case"de-DE":case"de-LI":case"de-LU":case"el":case"el-CY":case"el-GR":case"en":case"en-AG":case"en-AU":case"en-BW":case"en-CA":case"en-DK":case"en-GB":case"en-HK":case"en-IE":case"en-IN":case"en-NG":case"en-NZ":case"en-PH":case"en-SG":case"en-US":case"en-ZA":case"en-ZM":case"en-ZW":case"eo":case"eo-US":case"es":case"es-AR":case"es-BO":case"es-CL":case"es-CO":case"es-CR":case"es-CU":case"es-DO":case"es-EC":case"es-ES":case"es-GT":case"es-HN":case"es-MX":case"es-NI":case"es-PA":case"es-PE":case"es-PR":case"es-PY":case"es-SV":case"es-US":case"es-UY":case"es-VE":case"et":case"et-EE":case"eu":case"eu-ES":case"eu-FR":case"fa":case"fa-IR":case"fi":case"fi-FI":case"fo":case"fo-FO":case"fur":case"fur-IT":case"fy":case"fy-DE":case"fy-NL":case"gl":case"gl-ES":case"gu":case"gu-IN":case"ha":case"ha-NG":case"he":case"he-IL":case"hu":case"hu-HU":case"is":case"is-IS":case"it":case"it-CH":case"it-IT":case"ku":case"ku-TR":case"lb":case"lb-LU":case"ml":case"ml-IN":case"mn":case"mn-MN":case"mr":case"mr-IN":case"nah":case"nb":case"nb-NO":case"ne":case"ne-NP":case"nl":case"nl-AW":case"nl-BE":case"nl-NL":case"nn":case"nn-NO":case"no":case"om":case"om-ET":case"om-KE":case"or":case"or-IN":case"pa":case"pa-IN":case"pa-PK":case"pap":case"pap-AN":case"pap-AW":case"pap-CW":case"ps":case"ps-AF":case"pt":case"pt-BR":case"pt-PT":case"so":case"so-DJ":case"so-ET":case"so-KE":case"so-SO":case"sq":case"sq-AL":case"sq-MK":case"sv":case"sv-FI":case"sv-SE":case"sw":case"sw-KE":case"sw-TZ":case"ta":case"ta-IN":case"ta-LK":case"te":case"te-IN":case"tk":case"tk-TM":case"ur":case"ur-IN":case"ur-PK":case"zu":case"zu-ZA":return t===1?0:1;case"am":case"am-ET":case"bh":case"fil":case"fil-PH":case"fr":case"fr-BE":case"fr-CA":case"fr-CH":case"fr-FR":case"fr-LU":case"gun":case"hi":case"hi-IN":case"hy":case"hy-AM":case"ln":case"ln-CD":case"mg":case"mg-MG":case"nso":case"nso-ZA":case"ti":case"ti-ER":case"ti-ET":case"wa":case"wa-BE":case"xbr":return t===0||t===1?0:1;case"be":case"be-BY":case"bs":case"bs-BA":case"hr":case"hr-HR":case"ru":case"ru-RU":case"ru-UA":case"sr":case"sr-ME":case"sr-RS":case"uk":case"uk-UA":return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2;case"cs":case"cs-CZ":case"sk":case"sk-SK":return t==1?0:t>=2&&t<=4?1:2;case"ga":case"ga-IE":return t==1?0:t==2?1:2;case"lt":case"lt-LT":return t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2;case"sl":case"sl-SI":return t%100==1?0:t%100==2?1:t%100==3||t%100==4?2:3;case"mk":case"mk-MK":return t%10==1?0:1;case"mt":case"mt-MT":return t==1?0:t==0||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3;case"lv":case"lv-LV":return t==0?0:t%10==1&&t%100!=11?1:2;case"pl":case"pl-PL":return t==1?0:t%10>=2&&t%10<=4&&(t%100<12||t%100>14)?1:2;case"cy":case"cy-GB":return t==1?0:t==2?1:t==8||t==11?2:3;case"ro":case"ro-RO":return t==1?0:t==0||t%100>0&&t%100<20?1:2;case"ar":case"ar-AE":case"ar-BH":case"ar-DZ":case"ar-EG":case"ar-IN":case"ar-IQ":case"ar-JO":case"ar-KW":case"ar-LB":case"ar-LY":case"ar-MA":case"ar-OM":case"ar-QA":case"ar-SA":case"ar-SD":case"ar-SS":case"ar-SY":case"ar-TN":case"ar-YE":return t==0?0:t==1?1:t==2?2:t%100>=3&&t%100<=10?3:t%100>=11&&t%100<=99?4:5;default:return 0}}function mL(e,t,n){let r=e.split("|");const s=gL(r,t);if(s!==null)return s.trim();r=yL(r);const a=pL(n,t);return r.length===1||!r[a]?r[0]:r[a]}function gL(e,t){for(const n of e){let r=vL(n,t);if(r!==null)return r}return null}function vL(e,t){const n=e.match(/^[\{\[]([^\[\]\{\}]*)[\}\]]([\s\S]*)/)||[];if(n.length!==3)return null;const r=n[1],s=n[2];if(r.includes(",")){let[a,o]=r.split(",");if(o==="*"&&t>=parseFloat(a))return s;if(a==="*"&&t<=parseFloat(o))return s;if(t>=parseFloat(a)&&t<=parseFloat(o))return s}return parseFloat(r)===t?s:null}function yL(e){return e.map(t=>t.replace(/^[\{\[]([^\[\]\{\}]*)[\}\]]/,""))}const Kf=(e,t,n={})=>{try{return e(t)}catch{return n}},Gf=async(e,t={})=>{try{return(await e).default||t}catch{return t}},_L={};function i0(e){return e||bL()||wL()}function bL(){return typeof process<"u"}function wL(){return typeof _L<"u"}const Za=typeof window>"u";let qa=null;const Uu={lang:!Za&&document.documentElement.lang?document.documentElement.lang.replace("-","_"):null,fallbackLang:"en",fallbackMissingTranslations:!1,resolve:e=>new Promise(t=>t({default:{}})),onLoad:e=>{}};me(()=>wr.getSharedInstance().getCurrentLanguage().value);const xL={shared:!0};function Rt(e,t={}){return wr.getSharedInstance().trans(e,t)}const kL={install(e,t={}){t={...xL,...t};const n=t.shared?wr.getSharedInstance(t,!0):new wr(t);e.config.globalProperties.$t=(r,s)=>n.trans(r,s),e.config.globalProperties.$tChoice=(r,s,a)=>n.transChoice(r,s,a),e.provide("i18n",n)}};class wr{constructor(t={}){this.currentLanguage=fe(Uu.lang||Uu.fallbackLang),this.activeMessages=Hr({}),this.fallbackMessages=Hr({}),this.reset=()=>{wr.loaded=[],this.options=Uu;for(const[n]of Object.entries(this.activeMessages))this.activeMessages[n]=null;this===qa&&(qa=null)},this.options={...Uu,...t},this.options.fallbackMissingTranslations?this.loadFallbackLanguage():this.load()}setOptions(t={},n=!1){return this.options={...this.options,...t},n&&this.load(),this}load(){this[Za?"loadLanguage":"loadLanguageAsync"](this.getActiveLanguage())}loadFallbackLanguage(){if(!Za){this.resolveLangAsync(this.options.resolve,this.options.fallbackLang).then(({default:n})=>{this.applyFallbackLanguage(this.options.fallbackLang,n),this.load()});return}const{default:t}=this.resolveLang(this.options.resolve,this.options.fallbackLang);this.applyFallbackLanguage(this.options.fallbackLang,t),this.loadLanguage(this.getActiveLanguage())}loadLanguage(t,n=!1){const r=wr.loaded.find(a=>a.lang===t);if(r){this.setLanguage(r);return}const{default:s}=this.resolveLang(this.options.resolve,t);this.applyLanguage(t,s,n,this.loadLanguage)}loadLanguageAsync(t,n=!1,r=!1){var a;r||((a=this.abortController)==null||a.abort(),this.abortController=new AbortController);const s=wr.loaded.find(o=>o.lang===t);return s?Promise.resolve(this.setLanguage(s)):new Promise((o,u)=>{this.abortController.signal.addEventListener("abort",()=>{o()}),this.resolveLangAsync(this.options.resolve,t).then(({default:d})=>{o(this.applyLanguage(t,d,n,this.loadLanguageAsync))})})}resolveLang(t,n,r={}){return Object.keys(r).length||(r=Kf(t,n)),i0(Za)?{default:{...r,...Kf(t,`php_${n}`)}}:{default:r}}async resolveLangAsync(t,n){let r=Kf(t,n);if(!(r instanceof Promise))return this.resolveLang(t,n,r);if(i0(Za)){const s=await Gf(t(`php_${n}`)),a=await Gf(r);return new Promise(o=>o({default:{...s,...a}}))}return new Promise(async s=>s({default:await Gf(r)}))}applyLanguage(t,n,r=!1,s){if(Object.keys(n).length<1){if(/[-_]/g.test(t)&&!r)return s.call(this,t.replace(/[-_]/g,o=>o==="-"?"_":"-"),!0,!0);if(t!==this.options.fallbackLang)return s.call(this,this.options.fallbackLang,!1,!0)}const a={lang:t,messages:n};return this.addLoadedLang(a),this.setLanguage(a)}applyFallbackLanguage(t,n){for(const[r,s]of Object.entries(n))this.fallbackMessages[r]=s;this.addLoadedLang({lang:this.options.fallbackLang,messages:n})}addLoadedLang(t){const n=wr.loaded.findIndex(r=>r.lang===t.lang);if(n!==-1){wr.loaded[n]=t;return}wr.loaded.push(t)}setLanguage({lang:t,messages:n}){Za||document.documentElement.setAttribute("lang",t.replace("_","-")),this.options.lang=t,this.currentLanguage.value=t;for(const[r,s]of Object.entries(n))this.activeMessages[r]=s;for(const[r,s]of Object.entries(this.fallbackMessages))(!this.isValid(n[r])||this.activeMessages[r]===r)&&(this.activeMessages[r]=s);for(const[r]of Object.entries(this.activeMessages))!this.isValid(n[r])&&!this.isValid(this.fallbackMessages[r])&&(this.activeMessages[r]=null);return this.options.onLoad(t),t}getActiveLanguage(){return this.options.lang||this.options.fallbackLang}getCurrentLanguage(){return me(()=>this.currentLanguage.value)}isLoaded(t){return t??(t=this.getActiveLanguage()),wr.loaded.some(n=>n.lang.replace(/[-_]/g,"-")===t.replace(/[-_]/g,"-"))}trans(t,n={}){return this.wTrans(t,n).value}wTrans(t,n={}){return mb(()=>{let r=this.findTranslation(t);this.isValid(r)||(r=this.findTranslation(t.replace(/\//g,"."))),this.activeMessages[t]=this.isValid(r)?r:t}),me(()=>this.makeReplacements(this.activeMessages[t],n))}transChoice(t,n,r={}){return this.wTransChoice(t,n,r).value}wTransChoice(t,n,r={}){const s=this.wTrans(t,r);return r.count=n.toString(),me(()=>this.makeReplacements(mL(s.value,n,this.options.lang),r))}findTranslation(t){if(this.isValid(this.activeMessages[t]))return this.activeMessages[t];if(this.activeMessages[`${t}.0`]!==void 0){const r=Object.entries(this.activeMessages).filter(s=>s[0].startsWith(`${t}.`)).map(s=>s[1]);return Hr(r)}return this.activeMessages[t]}makeReplacements(t,n){const r=s=>s.charAt(0).toUpperCase()+s.slice(1);return Object.entries(n||[]).sort((s,a)=>s[0].length>=a[0].length?-1:1).forEach(([s,a])=>{a=a.toString(),t=(t||"").replace(new RegExp(`:${s}`,"g"),a).replace(new RegExp(`:${s.toUpperCase()}`,"g"),a.toUpperCase()).replace(new RegExp(`:${r(s)}`,"g"),r(a))}),t}isValid(t){return t!=null}static getSharedInstance(t,n=!1){return(qa==null?void 0:qa.setOptions(t,n))||(qa=new wr(t))}}wr.loaded=[];function Hi(){const e=_=>{const C={};return _==null||_.forEach(U=>{C[U.id]=U.name}),C},t=me(()=>["Activity overview","Who is the activity for","Organiser"]),n=me(()=>[{id:"coding-camp",name:"Coding camp"},{id:"summer-camp",name:"Summercamp"},{id:"weekend-course",name:"Weekend course"},{id:"evening-course",name:"Evening course"},{id:"careerday",name:"Careerday"},{id:"university-visit",name:"University visit"},{id:"coding-home",name:"Coding@Home"},{id:"code-week-challenge",name:"Code Week Challenge"},{id:"competition",name:"Competition"},{id:"other",name:"Other (e.g. Group work, Seminars, Workshops"}]),r=me(()=>e(n.value)),s=me(()=>[{id:"open-online",name:Rt("event.activitytype.open-online")},{id:"invite-online",name:Rt("event.activitytype.invite-online")},{id:"open-in-person",name:Rt("event.activitytype.open-in-person")},{id:"invite-in-person",name:Rt("event.activitytype.invite-in-person")},{id:"other",name:Rt("event.organizertype.other")}]),a=me(()=>e(s.value)),o=me(()=>({daily:"Daily",weekly:"Weekly",monthly:"Monthly"})),u=me(()=>[{id:"0-1",name:Rt("event.duration.0-1-hour")},{id:"1-2",name:Rt("event.duration.1-2-hours")},{id:"2-4",name:Rt("event.duration.2-4-hours")},{id:"over-4",name:Rt("event.duration.more-than-4-hours")}]),d=me(()=>e(u.value)),h=me(()=>[{id:"consecutive",name:"Consecutive learning over multiple sessions"},{id:"individual",name:"Individual, stand-alone lessons under a common theme/joint event."}]),f=me(()=>e(h.value)),p=me(()=>[{id:"under-5",name:"Under 5 - Early learners"},{id:"6-9",name:"6-9 - Primary"},{id:"10-12",name:"10-12 - Upper primary"},{id:"13-15",name:"13-15 - Lower secondary"},{id:"16-18",name:"16-18 - Upper secondary"},{id:"19-25",name:"19-25 - Young Adults"},{id:"over-25",name:"Over 25 - Adults"}]),m=me(()=>e(p.value)),y=me(()=>[{id:"school",name:Rt("event.organizertype.school")},{id:"library",name:Rt("event.organizertype.library")},{id:"non profit",name:Rt("event.organizertype.non profit")},{id:"private business",name:Rt("event.organizertype.private business")},{id:"other",name:Rt("event.organizertype.other")}]),w=me(()=>e(y.value));return{stepTitles:t,activityFormatOptions:n,activityFormatOptionsMap:r,activityTypeOptions:s,activityTypeOptionsMap:a,recurringFrequentlyMap:o,durationOptions:u,durationOptionsMap:d,recurringTypeOptions:h,recurringTypeOptionsMap:f,ageOptions:p,ageOptionsMap:m,organizerTypeOptions:y,organizerTypeOptionsMap:w}}const vt=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},SL={props:{contentClass:{type:String},position:{type:String,default:"top",validator:e=>["top","right","bottom","left"].includes(e)}},setup(e){const t=fe(!1),n=me(()=>{switch(e.position){case"top":return"bottom-full pb-2 left-1/2 -translate-x-1/2";case"right":return"left-full pl-2 top-1/2 -translate-y-1/2";case"bottom":return"top-full pt-2 left-1/2 -translate-x-1/2";case"left":return"right-full pr-2 top-1/2 -translate-y-1/2";default:return""}}),r=me(()=>{switch(e.position){case"top":return"absolute left-1/2 bottom-0 -translate-x-1/2 translate-y-2 border-8 border-transparent border-t-gray-800";case"right":return"absolute top-1/2 left-0 -translate-y-1/2 -translate-x-2 border-8 border-transparent border-r-gray-800";case"bottom":return"absolute left-1/2 top-0 -translate-x-1/2 -translate-y-2 border-8 border-transparent border-b-gray-800";case"left":return"absolute top-1/2 right-0 -translate-y-1/2 translate-x-2 border-8 border-transparent border-l-gray-800";default:return""}});return{show:t,positionClass:n,arrowClass:r}}},TL={class:"w-full px-3 py-2 rounded-lg bg-gray-800 text-white text-sm"};function AL(e,t,n,r,s,a){return k(),I("div",{class:"relative inline-block",onMouseenter:t[0]||(t[0]=o=>r.show=!0),onMouseleave:t[1]||(t[1]=o=>r.show=!1)},[Le(e.$slots,"trigger",{},void 0,!0),r.show?(k(),I("div",{key:0,class:Fe(["absolute z-10 break-words",r.positionClass,n.contentClass]),role:"tooltip"},[v("div",TL,[Le(e.$slots,"content",{},void 0,!0)]),v("div",{class:Fe(["tooltip-arrow",r.arrowClass])},null,2)],2)):se("",!0)],32)}const B1=vt(SL,[["render",AL],["__scopeId","data-v-ad76dce9"]]),CL={props:{horizontalBreakpoint:String,horizontal:Boolean,label:String,name:String,names:Array,errors:Object},components:{Tooltip:B1},setup(e,{slots:t}){const n=me(()=>{const r=[],s=[];return e.name&&s.push(e.name),e.names&&s.push(...e.names),s.forEach(a=>{var o,u;(o=e.errors)!=null&&o[a]&&r.push(...(u=e.errors)==null?void 0:u[a])}),cr.uniq(r)});return{slots:t,errorList:n}}},EL=["for"],OL={key:0,class:"flex item-start gap-3 text-error-200 font-semibold mt-2.5 empty:hidden"},ML={class:"leading-5"};function RL(e,t,n,r,s,a){var u;const o=at("Tooltip");return k(),I("div",{class:Fe(["flex items-start flex-col gap-x-3 gap-y-2",[n.horizontalBreakpoint==="md"&&"md:gap-10 md:flex-row"]])},[v("label",{for:`id_${n.name||((u=n.names)==null?void 0:u[0])||""}`,class:Fe(["flex items-center font-normal text-xl flex-1 text-slate-500 'w-full",[n.horizontalBreakpoint==="md"&&"md:min-h-[48px] md:w-1/3"]])},[v("span",null,[ft(ce(n.label)+" ",1),r.slots.tooltip?(k(),it(o,{key:0,class:"ml-1 translate-y-1",contentClass:"w-64"},{trigger:Te(()=>t[0]||(t[0]=[v("img",{class:"text-dark-blue w-6 h-6",src:"/images/icon_question.svg"},null,-1)])),content:Te(()=>[Le(e.$slots,"tooltip")]),_:3})):se("",!0)])],10,EL),v("div",{class:Fe(["h-full w-full",[n.horizontalBreakpoint==="md"&&"md:w-2/3"]])},[Le(e.$slots,"default"),r.errorList.length?(k(),I("div",OL,[t[1]||(t[1]=v("img",{src:"/images/icon_error.svg"},null,-1)),(k(!0),I(Ie,null,Ze(r.errorList,d=>(k(),I("div",ML,ce(d),1))),256))])):se("",!0),Le(e.$slots,"end")],2)],2)}const ld=vt(CL,[["render",RL]]);function Jf(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function DL(e){return(...t)=>!e(...t)}function PL(e,t){return e===void 0&&(e="undefined"),e===null&&(e="null"),e===!1&&(e="false"),e.toString().toLowerCase().indexOf(t.trim())!==-1}function LL(e){return e.filter(t=>!t.$isLabel)}function Zf(e,t){return n=>n.reduce((r,s)=>s[e]&&s[e].length?(r.push({$groupLabel:s[t],$isLabel:!0}),r.concat(s[e])):r,[])}const a0=(...e)=>t=>e.reduce((n,r)=>r(n),t);var IL={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return Jf(e)?"":t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1},filteringSortFunc:{type:Function,default:null}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const e=this.search||"",t=e.toLowerCase().trim();let n=this.options.concat();return this.internalSearch?n=this.groupValues?this.filterAndFlat(n,t,this.label):this.filterOptions(n,t,this.label,this.customLabel):n=this.groupValues?Zf(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(DL(this.isSelected)):n,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition==="bottom"?n.push({isTag:!0,label:e}):n.unshift({isTag:!0,label:e})),n.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(t=>this.customLabel(t,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,n){return a0(this.filterGroups(t,n,this.groupValues,this.groupLabel,this.customLabel),Zf(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return a0(Zf(this.groupValues,this.groupLabel),LL)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){const t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(Jf(e))return"";if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;const t=this.customLabel(e,this.label);return Jf(t)?"":t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t==="Tab"&&!this.pointerDirty)){if(e.isTag)this.$emit("tag",e.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!=="Tab"&&this.removeElement(e);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([e])):this.$emit("update:modelValue",e),this.$emit("select",e,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(e){const t=this.options.find(n=>n[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit("remove",t[this.groupValues],this.id);const n=this.trackBy?t[this.groupValues].map(s=>s[this.trackBy]):t[this.groupValues],r=this.internalValue.filter(s=>n.indexOf(this.trackBy?s[this.trackBy]:s)===-1);this.$emit("update:modelValue",r)}else{const n=t[this.groupValues].filter(r=>!(this.isOptionDisabled(r)||this.isSelected(r)));this.max&&n.splice(this.max-this.internalValue.length),this.$emit("select",n,this.id),this.$emit("update:modelValue",this.internalValue.concat(n))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(t=>this.isSelected(t)||this.isOptionDisabled(t))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const n=typeof e=="object"?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){const r=this.internalValue.slice(0,n).concat(this.internalValue.slice(n+1));this.$emit("update:modelValue",r)}else this.$emit("update:modelValue",null);this.$emit("remove",e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(e-40,this.maxHeight))},filterOptions(e,t,n,r){return t?e.filter(s=>PL(r(s,n),t)).sort((s,a)=>typeof this.filteringSortFunc=="function"?this.filteringSortFunc(s,a):r(s,n).length-r(a,n).length):e},filterGroups(e,t,n,r,s){return a=>a.map(o=>{if(!o[n])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const u=this.filterOptions(o[n],e,t,s);return u.length?{[r]:o[r],[n]:u}:[]})}}},NL={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":t.$isLabel}];const n=this.options.find(r=>r[this.groupLabel]===t.$groupLabel);return n&&!this.wholeGroupDisabled(n)?["multiselect__option--group",{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(n)}]:"multiselect__option--disabled"},addPointerElement({key:e}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}},Ta={name:"vue-multiselect",mixins:[IL,NL],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},spellcheck:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0},required:{type:Boolean,default:!1}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)},isRequired(){return this.required===!1?!1:this.internalValue.length<=0}}};const VL=["tabindex","aria-expanded","aria-owns","aria-activedescendant"],FL={ref:"tags",class:"multiselect__tags"},$L={class:"multiselect__tags-wrap"},BL=["textContent"],HL=["onKeypress","onMousedown"],UL=["textContent"],jL={class:"multiselect__spinner"},WL=["name","id","spellcheck","placeholder","required","value","disabled","tabindex","aria-label","aria-controls"],qL=["id","aria-multiselectable"],YL={key:0},zL={class:"multiselect__option"},KL=["aria-selected","id","role"],GL=["onClick","onMouseenter","data-select","data-selected","data-deselect"],JL=["data-select","data-deselect","onMouseenter","onMousedown"],ZL={class:"multiselect__option"},XL={class:"multiselect__option"};function QL(e,t,n,r,s,a){return k(),I("div",{tabindex:e.searchable?-1:n.tabindex,class:Fe([{"multiselect--active":e.isOpen,"multiselect--disabled":n.disabled,"multiselect--above":a.isAbove,"multiselect--has-options-group":a.hasOptionGroup},"multiselect"]),onFocus:t[14]||(t[14]=o=>e.activate()),onBlur:t[15]||(t[15]=o=>e.searchable?!1:e.deactivate()),onKeydown:[t[16]||(t[16]=$n(Ct(o=>e.pointerForward(),["self","prevent"]),["down"])),t[17]||(t[17]=$n(Ct(o=>e.pointerBackward(),["self","prevent"]),["up"]))],onKeypress:t[18]||(t[18]=$n(Ct(o=>e.addPointerElement(o),["stop","self"]),["enter","tab"])),onKeyup:t[19]||(t[19]=$n(o=>e.deactivate(),["esc"])),role:"combobox","aria-expanded":e.isOpen,"aria-owns":"listbox-"+e.id,"aria-activedescendant":e.isOpen&&e.pointer!==null?e.id+"-"+e.pointer:null},[Le(e.$slots,"caret",{toggle:e.toggle},()=>[v("div",{onMousedown:t[0]||(t[0]=Ct(o=>e.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),Le(e.$slots,"clear",{search:e.search}),v("div",FL,[Le(e.$slots,"selection",{search:e.search,remove:e.removeElement,values:a.visibleValues,isOpen:e.isOpen},()=>[Dn(v("div",$L,[(k(!0),I(Ie,null,Ze(a.visibleValues,(o,u)=>Le(e.$slots,"tag",{option:o,search:e.search,remove:e.removeElement},()=>[(k(),I("span",{class:"multiselect__tag",key:u,onMousedown:t[1]||(t[1]=Ct(()=>{},["prevent"]))},[v("span",{textContent:ce(e.getOptionLabel(o))},null,8,BL),v("i",{tabindex:"1",onKeypress:$n(Ct(d=>e.removeElement(o),["prevent"]),["enter"]),onMousedown:Ct(d=>e.removeElement(o),["prevent"]),class:"multiselect__tag-icon"},null,40,HL)],32))])),256))],512),[[Fr,a.visibleValues.length>0]]),e.internalValue&&e.internalValue.length>n.limit?Le(e.$slots,"limit",{key:0},()=>[v("strong",{class:"multiselect__strong",textContent:ce(n.limitText(e.internalValue.length-n.limit))},null,8,UL)]):se("v-if",!0)]),he(vs,{name:"multiselect__loading"},{default:Te(()=>[Le(e.$slots,"loading",{},()=>[Dn(v("div",jL,null,512),[[Fr,n.loading]])])]),_:3}),e.searchable?(k(),I("input",{key:0,ref:"search",name:n.name,id:e.id,type:"text",autocomplete:"off",spellcheck:n.spellcheck,placeholder:e.placeholder,required:a.isRequired,style:bn(a.inputStyle),value:e.search,disabled:n.disabled,tabindex:n.tabindex,"aria-label":n.name+"-searchbox",onInput:t[2]||(t[2]=o=>e.updateSearch(o.target.value)),onFocus:t[3]||(t[3]=Ct(o=>e.activate(),["prevent"])),onBlur:t[4]||(t[4]=Ct(o=>e.deactivate(),["prevent"])),onKeyup:t[5]||(t[5]=$n(o=>e.deactivate(),["esc"])),onKeydown:[t[6]||(t[6]=$n(Ct(o=>e.pointerForward(),["prevent"]),["down"])),t[7]||(t[7]=$n(Ct(o=>e.pointerBackward(),["prevent"]),["up"])),t[9]||(t[9]=$n(Ct(o=>e.removeLastElement(),["stop"]),["delete"]))],onKeypress:t[8]||(t[8]=$n(Ct(o=>e.addPointerElement(o),["prevent","stop","self"]),["enter"])),class:"multiselect__input","aria-controls":"listbox-"+e.id},null,44,WL)):se("v-if",!0),a.isSingleLabelVisible?(k(),I("span",{key:1,class:"multiselect__single",onMousedown:t[10]||(t[10]=Ct((...o)=>e.toggle&&e.toggle(...o),["prevent"]))},[Le(e.$slots,"singleLabel",{option:a.singleValue},()=>[ft(ce(e.currentOptionLabel),1)])],32)):se("v-if",!0),a.isPlaceholderVisible?(k(),I("span",{key:2,class:"multiselect__placeholder",onMousedown:t[11]||(t[11]=Ct((...o)=>e.toggle&&e.toggle(...o),["prevent"]))},[Le(e.$slots,"placeholder",{},()=>[ft(ce(e.placeholder),1)])],32)):se("v-if",!0)],512),he(vs,{name:"multiselect",persisted:""},{default:Te(()=>[Dn(v("div",{class:"multiselect__content-wrapper",onFocus:t[12]||(t[12]=(...o)=>e.activate&&e.activate(...o)),tabindex:"-1",onMousedown:t[13]||(t[13]=Ct(()=>{},["prevent"])),style:bn({maxHeight:e.optimizedHeight+"px"}),ref:"list"},[v("ul",{class:"multiselect__content",style:bn(a.contentStyle),role:"listbox",id:"listbox-"+e.id,"aria-multiselectable":e.multiple},[Le(e.$slots,"beforeList"),e.multiple&&e.max===e.internalValue.length?(k(),I("li",YL,[v("span",zL,[Le(e.$slots,"maxElements",{},()=>[ft("Maximum of "+ce(e.max)+" options selected. First remove a selected option to select another.",1)])])])):se("v-if",!0),!e.max||e.internalValue.length(k(),I("li",{class:"multiselect__element",key:u,"aria-selected":e.isSelected(o),id:e.id+"-"+u,role:o&&(o.$isLabel||o.$isDisabled)?null:"option"},[o&&(o.$isLabel||o.$isDisabled)?se("v-if",!0):(k(),I("span",{key:0,class:Fe([e.optionHighlight(u,o),"multiselect__option"]),onClick:Ct(d=>e.select(o),["stop"]),onMouseenter:Ct(d=>e.pointerSet(u),["self"]),"data-select":o&&o.isTag?e.tagPlaceholder:a.selectLabelText,"data-selected":a.selectedLabelText,"data-deselect":a.deselectLabelText},[Le(e.$slots,"option",{option:o,search:e.search,index:u},()=>[v("span",null,ce(e.getOptionLabel(o)),1)])],42,GL)),o&&(o.$isLabel||o.$isDisabled)?(k(),I("span",{key:1,"data-select":e.groupSelect&&a.selectGroupLabelText,"data-deselect":e.groupSelect&&a.deselectGroupLabelText,class:Fe([e.groupHighlight(u,o),"multiselect__option"]),onMouseenter:Ct(d=>e.groupSelect&&e.pointerSet(u),["self"]),onMousedown:Ct(d=>e.selectGroup(o),["prevent"])},[Le(e.$slots,"option",{option:o,search:e.search,index:u},()=>[v("span",null,ce(e.getOptionLabel(o)),1)])],42,JL)):se("v-if",!0)],8,KL))),128)):se("v-if",!0),Dn(v("li",null,[v("span",ZL,[Le(e.$slots,"noResult",{search:e.search},()=>[t[20]||(t[20]=ft("No elements found. Consider changing the search query."))])])],512),[[Fr,n.showNoResults&&e.filteredOptions.length===0&&e.search&&!n.loading]]),Dn(v("li",null,[v("span",XL,[Le(e.$slots,"noOptions",{},()=>[t[21]||(t[21]=ft("List is empty."))])])],512),[[Fr,n.showNoOptions&&(e.options.length===0||a.hasOptionGroup===!0&&e.filteredOptions.length===0)&&!e.search&&!n.loading]]),Le(e.$slots,"afterList")],12,qL)],36),[[Fr,e.isOpen]])]),_:3})],42,VL)}Ta.render=QL;const eI={props:{multiple:Boolean,returnObject:Boolean,allowEmpty:{type:Boolean,default:!0},modelValue:[Array,String],deselectLabel:String,options:Array,idName:{type:String,default:"id"},labelField:{type:String,default:"name"},theme:{type:String,default:"new"},largeText:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1}},components:{Multiselect:Ta},emits:["update:modelValue","onChange"],setup(e,{emit:t}){const n=fe(),r=a=>{if(e.multiple){const o=e.returnObject?a:a.map(u=>u[e.idName]);t("update:modelValue",o),t("onChange",o)}else{const o=e.returnObject?a:a[e.idName];t("update:modelValue",o),t("onChange",o)}},s=a=>{var o,u;return e.multiple?(o=n.value)==null?void 0:o.some(d=>String(d[e.idName])===String(a[e.idName])):String((u=n.value)==null?void 0:u[e.idName])===String(a[e.idName])};return Wt([()=>e.multiple,()=>e.returnObject,()=>e.options,()=>e.modelValue],()=>{var a,o;e.returnObject?n.value=e.modelValue:e.multiple?Array.isArray(e.modelValue)&&(n.value=(a=e.modelValue)==null?void 0:a.map(u=>e.options.find(d=>d[e.idName]===u))):n.value=(o=e.options)==null?void 0:o.find(u=>u[e.idName]===e.modelValue)},{immediate:!0}),{selectedValues:n,isSelectedOption:s,onUpdateModalValue:r}}},tI={class:"flex justify-between items-center cursor-pointer"},nI={class:"whitespace-normal leading-6"},rI=["for"],sI={key:0,class:"h-4 w-4 text-[#05603A]",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"},iI={class:"flex gap-2.5 items-center rounded-full bg-dark-blue text-white px-4 py-2"},aI={class:"font-semibold leading-4"},lI=["onClick"],oI={class:"flex gap-4 items-center cursor-pointer"},uI={class:"whitespace-normal leading-6"},cI={key:0,class:"h-5 w-5 text-slate-600",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"},dI=["onMousedown"];function fI(e,t,n,r,s,a){const o=at("multiselect");return k(),it(o,{class:Fe(["multi-select",[n.multiple&&"multiple",n.theme==="new"&&"new-theme large-text",n.largeText&&"large-text"]]),modelValue:r.selectedValues,"onUpdate:modelValue":[t[0]||(t[0]=u=>r.selectedValues=u),r.onUpdateModalValue],"track-by":n.idName,label:n.labelField,multiple:n.multiple,"preselect-first":!1,"close-on-select":!n.multiple,"clear-on-select":!n.multiple,"preserve-search":!0,searchable:n.searchable,"allow-empty":n.allowEmpty,"deselect-label":n.deselectLabel,options:n.options},Bn({tag:Te(({option:u,remove:d})=>[v("span",iI,[v("span",aI,ce(u.name),1),v("span",{onClick:h=>d(u)},t[2]||(t[2]=[v("img",{src:"/images/close-white.svg"},null,-1)]),8,lI)])]),caret:Te(({toggle:u})=>[v("div",{class:"cursor-pointer absolute top-1/2 right-4 -translate-y-1/2",onMousedown:Ct(u,["prevent"])},t[4]||(t[4]=[v("img",{src:"/images/select-arrow.svg"},null,-1)]),40,dI)]),noResult:Te(()=>[t[5]||(t[5]=v("div",{class:"text-gray-400 text-center"},"No elements found",-1))]),_:2},[n.multiple&&n.theme==="new"?{name:"option",fn:Te(({option:u})=>[v("div",tI,[v("span",nI,ce(u[n.labelField]),1),v("div",{class:Fe(["flex-shrink-0 h-6 w-6 border-2 bg-white flex items-center justify-center cursor-pointer rounded",[r.isSelectedOption(u)?"border-[#05603A]":"border-dark-blue-200"]]),for:e.id},[r.isSelectedOption(u)?(k(),I("svg",sI,t[1]||(t[1]=[v("path",{d:"M5 13l4 4L19 7"},null,-1)]))):se("",!0)],10,rI)])]),key:"0"}:void 0,n.multiple?void 0:{name:"option",fn:Te(({option:u})=>[v("div",oI,[v("span",uI,ce(u[n.labelField]),1),v("div",null,[r.isSelectedOption(u)?(k(),I("svg",cI,t[3]||(t[3]=[v("path",{d:"M5 13l4 4L19 7"},null,-1)]))):se("",!0)])])]),key:"1"}]),1032,["class","modelValue","track-by","label","multiple","close-on-select","clear-on-select","searchable","allow-empty","deselect-label","options","onUpdate:modelValue"])}const od=vt(eI,[["render",fI]]),hI={props:{modelValue:[String,Number],name:String,min:Number,max:Number,type:{type:String,default:"text"}},emits:["update:modelValue","onChange","onBlur"],setup(e,{emit:t}){const n=fe(e.modelValue);return Wt(()=>e.modelValue,()=>{n.value=e.modelValue}),{localValue:n,onChange:a=>{let o=a.target.value;e.type==="number"&&(o=o&&Number(o),e.min!==void 0&&e.min!==null&&(o=Math.max(o,e.min)),e.max!==void 0&&e.max!==null&&(o=Math.min(o,e.max))),Hn(()=>{t("update:modelValue",o),t("onChange",o)})},onBlur:()=>{t("onBlur")}}}},pI=["id","type","min","max","name"];function mI(e,t,n,r,s,a){return Dn((k(),I("input",{class:"w-full border-2 border-solid border-dark-blue-200 rounded-full h-12 px-6 text-xl text-slate-600",id:`id_${n.name}`,type:n.type,min:n.min,max:n.max,name:n.name,"onUpdate:modelValue":t[0]||(t[0]=o=>r.localValue=o),onInput:t[1]||(t[1]=(...o)=>r.onChange&&r.onChange(...o)),onBlur:t[2]||(t[2]=(...o)=>r.onBlur&&r.onBlur(...o))},null,40,pI)),[[Tp,r.localValue]])}const ud=vt(hI,[["render",mI]]),gI={props:{modelValue:String,name:String,label:String,value:String},emits:["update:modelValue"],setup(e,{emit:t}){return{onChange:r=>{t("update:modelValue",r.target.value)}}}},vI={class:"flex items-center gap-2 cursor-pointer"},yI=["id","name","value","checked"],_I=["for"],bI={class:"cursor-pointer text-xl text-slate-500"};function wI(e,t,n,r,s,a){return k(),I("label",vI,[v("input",{class:"peer hidden",type:"radio",id:`${n.name}-${n.value}`,name:n.name,value:n.value,checked:n.modelValue===n.value,onChange:t[0]||(t[0]=(...o)=>r.onChange&&r.onChange(...o))},null,40,yI),v("div",{class:"h-8 w-8 rounded-full border-2 bg-white border-dark-blue-200 flex items-center justify-center cursor-pointer peer-checked:before:content-[''] peer-checked:before:block peer-checked:before:w-3 peer-checked:before:h-3 peer-checked:before:rounded-full peer-checked:before:bg-slate-600",for:`${n.name}-${n.value}`},null,8,_I),v("span",bI,ce(n.label),1)])}const Yp=vt(gI,[["render",wI]]),xI={props:{modelValue:String,name:String,placeholder:String,height:{type:Number,default:400}},emits:["update:modelValue","onChange"],setup(e,{emit:t}){const n=a=>{t("update:modelValue",a),t("onChange",a)},r=()=>{const a="/js/tinymce/tinymce.min.js";return new Promise((o,u)=>{if(document.querySelector(`script[src="${a}"]`))return o();const d=document.createElement("script");d.src=a,d.onload=()=>o(),d.onerror=()=>u(new Error(`Failed to load script ${a}`)),document.head.appendChild(d)})},s=async()=>{try{await r()}catch(a){console.log("Can't load tinymce scrip:",a)}tinymce.init({selector:`#id_${e.name}`,height:e.height,width:"100%",setup:a=>{a.on("init",()=>{a.setContent(e.modelValue||"")}),a.on("change input",()=>{const o=a.getContent();a.save(),n(o)})}})};return Ft(()=>{s()}),{}}},kI={class:"custom-tinymce"},SI=["id","name","placeholder"];function TI(e,t,n,r,s,a){return k(),I("div",kI,[v("textarea",{class:"hidden",cols:"40",id:`id_${n.name}`,name:n.name,placeholder:n.placeholder,rows:"10"},null,8,SI)])}const AI=vt(xI,[["render",TI]]),CI={props:{errors:Object,formValues:Object,themes:Array,location:Object,countries:Array},components:{FieldWrapper:ld,SelectField:od,InputField:ud,RadioField:Yp,TinymceField:AI},setup(e,{emit:t}){const{activityFormatOptions:n,activityTypeOptions:r,durationOptions:s,recurringTypeOptions:a}=Hi();return{activityFormatOptions:n,activityTypeOptions:r,durationOptions:s,recurringTypeOptions:a,handleLocationChange:({location:u,geoposition:d,country_iso:h})=>{e.formValues.location=u,e.formValues.geoposition=d;const f=e.countries.find(({iso:p})=>p===h);e.formValues.country_iso=f}}}},EI={class:"flex flex-col gap-4 w-full"},OI={class:"w-full md:w-1/2"},MI={class:"w-full flex px-3 justify-between items-center text-gray-700 whitespace-nowrap rounded-3xl border-2 border-dark-blue-200 h-[50px] bg-white"},RI={class:"flex items-center gap-8 min-h-[48px]"},DI={key:0,class:"w-full bg-dark-blue-50 border border-dark-blue-100 rounded-2xl p-4 mt-4"},PI={class:"flex items-center flex-wrap gap-8"};function LI(e,t,n,r,s,a){const o=at("InputField"),u=at("FieldWrapper"),d=at("SelectField"),h=at("autocomplete-geo"),f=at("date-time"),p=at("RadioField"),m=at("TinymceField");return k(),I("div",EI,[he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.title.label")}*`,name:"title",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.title,"onUpdate:modelValue":t[0]||(t[0]=y=>n.formValues.title=y),required:"",name:"title",placeholder:e.$t("event.title.placeholder")},null,8,["modelValue","placeholder"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:"Specify the format of the activity",name:"activity_format",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.activity_format,"onUpdate:modelValue":t[1]||(t[1]=y=>n.formValues.activity_format=y),multiple:"",name:"activity_format",options:r.activityFormatOptions},null,8,["modelValue","options"])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.activitytype.label")}*`,name:"activity_type",errors:n.errors},{end:Te(()=>t[14]||(t[14]=[v("div",{class:"w-full flex gap-4 bg-dark-blue-50 border border-dark-blue-100 rounded-2xl p-4 mt-2.5"},[v("img",{class:"flex-shrink-0 mt-1 w-6 h-6",src:"/images/icon_info.svg"}),v("span",{class:"text-slate-500 text-xl"}," Any address added below won’t be shown publicly for invite-only actitivities. ")],-1)])),default:Te(()=>[he(d,{modelValue:n.formValues.activity_type,"onUpdate:modelValue":t[2]||(t[2]=y=>n.formValues.activity_type=y),required:"",name:"activity_type",options:r.activityTypeOptions},null,8,["modelValue","options"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.address.label")} ${["open-online","invite-online"].includes(n.formValues.activity_type)?"(optional)":"*"}`,name:"location",errors:n.errors},{default:Te(()=>[he(h,{class:"custom-geo-input",name:"location",placeholder:e.$t("event.address.placeholder"),location:n.formValues.location,value:n.formValues.location,geoposition:n.formValues.geoposition,onOnChange:r.handleLocationChange},null,8,["placeholder","location","value","geoposition","onOnChange"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:"Activity duration*",name:"duration",errors:n.errors},{default:Te(()=>[v("div",OI,[he(d,{modelValue:n.formValues.duration,"onUpdate:modelValue":t[3]||(t[3]=y=>n.formValues.duration=y),required:"",name:"duration",options:r.durationOptions},null,8,["modelValue","options"])])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Date*",names:["start_date","end_date"],errors:n.errors},{default:Te(()=>[v("div",MI,[he(f,{name:"start_date",placeholder:e.$t("event.start.label"),flow:["calendar","time"],value:n.formValues.start_date,onOnChange:t[4]||(t[4]=y=>n.formValues.start_date=y)},null,8,["placeholder","value"]),t[15]||(t[15]=v("span",null,"-",-1)),he(f,{name:"end_date",placeholder:e.$t("event.end.label"),flow:["calendar","time"],value:n.formValues.end_date,onOnChange:t[5]||(t[5]=y=>n.formValues.end_date=y)},null,8,["placeholder","value"])])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Is it a recurring event?*",name:"recurring_event",errors:n.errors},{default:Te(()=>[v("div",RI,[he(p,{modelValue:n.formValues.is_recurring_event_local,"onUpdate:modelValue":t[6]||(t[6]=y=>n.formValues.is_recurring_event_local=y),name:"is_recurring_event_local",value:"true",label:"Yes"},null,8,["modelValue"]),he(p,{modelValue:n.formValues.is_recurring_event_local,"onUpdate:modelValue":t[7]||(t[7]=y=>n.formValues.is_recurring_event_local=y),name:"is_recurring_event_local",value:"false",label:"No"},null,8,["modelValue"])]),n.formValues.is_recurring_event_local==="true"?(k(),I("div",DI,[t[16]||(t[16]=v("label",{class:"block text-slate-500 text-xl font-semibold mb-2"}," How frequently? ",-1)),v("div",PI,[he(p,{modelValue:n.formValues.recurring_event,"onUpdate:modelValue":t[8]||(t[8]=y=>n.formValues.recurring_event=y),name:"recurring_event",value:"daily",label:"Daily"},null,8,["modelValue"]),he(p,{modelValue:n.formValues.recurring_event,"onUpdate:modelValue":t[9]||(t[9]=y=>n.formValues.recurring_event=y),name:"recurring_event",value:"weekly",label:"Weekly"},null,8,["modelValue"]),he(p,{modelValue:n.formValues.recurring_event,"onUpdate:modelValue":t[10]||(t[10]=y=>n.formValues.recurring_event=y),name:"recurring_event",value:"monthly",label:"Monthly"},null,8,["modelValue"])]),t[17]||(t[17]=v("label",{class:"block text-slate-500 text-xl font-semibold mb-2 mt-6"}," What type of recurring activity? ",-1)),he(d,{modelValue:n.formValues.recurring_type,"onUpdate:modelValue":t[11]||(t[11]=y=>n.formValues.recurring_type=y),name:"recurring_type",options:r.recurringTypeOptions},null,8,["modelValue","options"])])):se("",!0)]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Theme*",name:"theme",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.theme,"onUpdate:modelValue":t[12]||(t[12]=y=>n.formValues.theme=y),multiple:"",required:"",name:"theme",placeholder:"Select theme",options:n.themes},null,8,["modelValue","options"])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Activity description*",name:"description",errors:n.errors},{default:Te(()=>[he(m,{modelValue:n.formValues.description,"onUpdate:modelValue":t[13]||(t[13]=y=>n.formValues.description=y),name:"description"},null,8,["modelValue"])]),_:1},8,["errors"])])}const II=vt(CI,[["render",LI]]),NI=fn({emits:["loaded"],methods:{onChange(e){if(!e.target.files.length)return;let t=e.target.files[0],n=new FileReader;n.readAsDataURL(t),n.onload=r=>{let s=r.target.result;this.$emit("loaded",{src:s,file:t})}}}});function VI(e,t,n,r,s,a){return k(),I("div",null,[v("input",{id:"image",type:"file",accept:"image/*",onChange:t[0]||(t[0]=(...o)=>e.onChange&&e.onChange(...o))},null,32),t[1]||(t[1]=v("label",{class:"!flex justify-center items-center !h-10 !w-10 !p-0 !bg-dark-blue border-2 border-white",for:"image"},[v("img",{class:"w-5 h-5",src:"/images/edit.svg"})],-1))])}const zp=vt(NI,[["render",VI]]);function FI(e){return{all:e=e||new Map,on:function(t,n){var r=e.get(t);r?r.push(n):e.set(t,[n])},off:function(t,n){var r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var r=e.get(t);r&&r.slice().map(function(s){s(n)}),(r=e.get("*"))&&r.slice().map(function(s){s(t,n)})}}}const ei=FI(),$I={props:{message:{type:Object,default:null}},setup(e){const t=fe(""),n=fe(!1),r=fe(""),s=u=>{u&&(t.value=u.message,r.value=u.level.charAt(0).toUpperCase()+u.level.slice(1),n.value=!0,a())},a=()=>{setTimeout(()=>{n.value=!1},3e3)},o=me(()=>({success:r.value.toLowerCase()==="success",error:r.value.toLowerCase()==="error"}));return Ft(()=>{e.message&&s(e.message),ei.on("flash",s)}),ii(()=>{ei.off("flash",s)}),{body:t,show:n,level:r,flashClass:o}}},BI={key:0,class:"codeweek-flash-message",role:"alert"},HI={class:"level"},UI={class:"body"};function jI(e,t,n,r,s,a){return r.show?(k(),I("div",BI,[v("div",{class:Fe(["content",r.flashClass])},[v("div",HI,ce(r.level)+"!",1),v("div",UI,ce(r.body),1)],2)])):se("",!0)}const cd=vt($I,[["render",jI],["__scopeId","data-v-09461b5c"]]),WI={components:{ImageUpload:zp,Flash:cd},props:{name:{type:String,default:"picture"},image:{type:String,default:""},picture:{type:String,default:""}},emits:["onChange"],setup(e,{emit:t}){const n=fe(!1),r=fe(null),s=fe(e.picture||""),a=fe(""),o=()=>{var m;(m=r.value)==null||m.click()},u=()=>{n.value=!0},d=()=>{n.value=!1},h=m=>{n.value=!1;const[y]=m.dataTransfer.files;y&&p(y)},f=m=>{const[y]=m.target.files;y&&p(y)},p=m=>{let y=new FormData;y.append("picture",m),St.post("/api/events/picture",y).then(w=>{a.value="",s.value=w.data.path,ei.emit("flash",{message:"Picture uploaded!",level:"success"}),t("onChange",w.data)}).catch(w=>{w.response.data.errors&&w.response.data.errors.picture?a.value=w.response.data.errors.picture[0]:a.value="Image is too large. Maximum is 1Mb",ei.emit("flash",{message:a.value,level:"error"})})};return{fileInput:r,pictureClone:s,error:a,onTriggerFileInput:o,onDragOver:u,onDragLeave:d,onDrop:h,onFileChange:f}}},qI=["src"],YI={key:0,class:"flex item-start gap-3 text-error-200 font-semibold mt-2.5 empty:hidden"},zI={class:"leading-5"};function KI(e,t,n,r,s,a){const o=at("Flash");return k(),I("div",null,[v("div",null,[v("div",{class:"flex flex-col justify-center items-center gap-2 border-[3px] border-dashed border-dark-blue-200 w-full rounded-2xl py-12 px-8 cursor-pointer",onClick:t[1]||(t[1]=(...u)=>r.onTriggerFileInput&&r.onTriggerFileInput(...u)),onDragover:t[2]||(t[2]=Ct((...u)=>r.onDragOver&&r.onDragOver(...u),["prevent"])),onDragleave:t[3]||(t[3]=(...u)=>r.onDragLeave&&r.onDragLeave(...u)),onDrop:t[4]||(t[4]=Ct((...u)=>r.onDrop&&r.onDrop(...u),["prevent"]))},[v("div",{class:Fe(["mb-4",[!r.pictureClone&&"hidden"]])},[v("img",{src:r.pictureClone,class:"mr-1"},null,8,qI)],2),v("div",{class:Fe([!!r.pictureClone&&"hidden"])},t[5]||(t[5]=[v("img",{class:"w-16 h-16",src:"/images/icon_image.svg"},null,-1)]),2),t[6]||(t[6]=v("span",{class:"text-xl text-slate-500"},[ft(" Drop your image here, or "),v("span",{class:"text-dark-blue font-semibold underline"},"upload")],-1)),t[7]||(t[7]=v("span",{class:"text-xs text-slate-500"}," Max size: 1 Mb, Image formats: .jpg, png ",-1)),v("input",{class:"hidden",type:"file",ref:"fileInput",onChange:t[0]||(t[0]=(...u)=>r.onFileChange&&r.onFileChange(...u))},null,544)],32),r.error?(k(),I("div",YI,[t[8]||(t[8]=v("img",{src:"/images/icon_error.svg"},null,-1)),v("div",zI,ce(r.error),1)])):se("",!0)]),t[9]||(t[9]=_p('
        By submitting images through this form, you confirm that:
        • You have obtained all necessary permissions from the school, organisation, and/or parents/guardians of the children and the adults appearing in the photos.
        • You will not submit any images in which the faces of children are directly visible or identifiable. If this is the case, please ensure that the children's faces are appropriately blurred. Submissions that do not comply will not be accepted.
        • You understand and agree that these images will be shared on our website along with the description of the activity and may be use for promotional purposes.
        Info: Max size: 1MB
        ',2)),he(o)])}const H1=vt(WI,[["render",KI]]),GI={props:{errors:Object,formValues:Object,audiences:Array,leadingTeachers:Array},components:{FieldWrapper:ld,SelectField:od,InputField:ud,RadioField:Yp,ImageField:H1},setup(e,{emit:t}){const{ageOptions:n}=Hi();return{leadingTeacherOptions:me(()=>e.leadingTeachers.map(o=>({id:o,name:o}))),ageOptions:n,onPictureChange:o=>{e.formValues.picture=o.imageName,e.formValues.pictureUrl=o.path},handleCorrectCount:o=>{const u=Number(e.formValues.participants_count||"0");Number(e.formValues[o]||"0")>u&&(e.formValues[o]=u)}}}},JI={class:"flex flex-col gap-4 w-full"},ZI={class:"w-full flex flex-col gap-4 bg-dark-blue-50 border border-dark-blue-100 rounded-2xl p-4 mt-2.5"},XI={class:"grid grid-cols-1 md:grid-cols-2 gap-x-4 md:gap-x-8 gap-y-4"},QI={class:"flex items-center gap-8 min-h-[48px] h-full"},eN={class:"flex items-center gap-8 min-h-[48px] h-full"};function tN(e,t,n,r,s,a){const o=at("SelectField"),u=at("FieldWrapper"),d=at("InputField"),h=at("RadioField"),f=at("ImageField");return k(),I("div",JI,[he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.audience_title")}*`,name:"audience",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.audience,"onUpdate:modelValue":t[0]||(t[0]=p=>n.formValues.audience=p),multiple:"",name:"audience",options:n.audiences},null,8,["modelValue","options"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:"Number of participants*",name:"participants_count",errors:n.errors},{end:Te(()=>[v("div",ZI,[t[15]||(t[15]=v("div",{class:"w-full flex gap-2 bg-gray-100 rounded p-2 mb-2"},[v("img",{class:"flex-shrink-0 mt-1 w-6 h-6",src:"/images/icon_info.svg"}),v("span",{class:"text-slate-500 text-xl"}," If you do not have clear information, please provide an estimate. ")],-1)),t[16]||(t[16]=v("label",{class:"block text-slate-500 text-xl font-semibold mb-2"}," Of this number, how many are ",-1)),v("div",XI,[he(u,{label:"Males",name:"males_count",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.males_count,"onUpdate:modelValue":t[2]||(t[2]=p=>n.formValues.males_count=p),type:"number",min:0,name:"males_count",placeholder:"Enter number",onOnBlur:t[3]||(t[3]=p=>r.handleCorrectCount("males_count"))},null,8,["modelValue"])]),_:1},8,["errors"]),he(u,{label:"Females",name:"females_count",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.females_count,"onUpdate:modelValue":t[4]||(t[4]=p=>n.formValues.females_count=p),type:"number",min:0,name:"females_count",placeholder:"Enter number",onOnBlur:t[5]||(t[5]=p=>r.handleCorrectCount("females_count"))},null,8,["modelValue"])]),_:1},8,["errors"]),he(u,{label:"Other",name:"other_count",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.other_count,"onUpdate:modelValue":t[6]||(t[6]=p=>n.formValues.other_count=p),type:"number",min:0,name:"other_count",placeholder:"Enter number",onOnBlur:t[7]||(t[7]=p=>r.handleCorrectCount("other_count"))},null,8,["modelValue"])]),_:1},8,["errors"])])])]),default:Te(()=>[he(d,{modelValue:n.formValues.participants_count,"onUpdate:modelValue":t[1]||(t[1]=p=>n.formValues.participants_count=p),type:"number",min:0,required:"",name:"participants_count",placeholder:"Enter number"},null,8,["modelValue"])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Age*",name:"ages",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.ages,"onUpdate:modelValue":t[8]||(t[8]=p=>n.formValues.ages=p),multiple:"",name:"ages",options:r.ageOptions},null,8,["modelValue","options"])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Is this an extracurricular activity?*",name:"is_extracurricular_event",errors:n.errors},{default:Te(()=>[v("div",QI,[he(h,{modelValue:n.formValues.is_extracurricular_event,"onUpdate:modelValue":t[9]||(t[9]=p=>n.formValues.is_extracurricular_event=p),name:"is_extracurricular_event",value:"true",label:"Yes"},null,8,["modelValue"]),he(h,{modelValue:n.formValues.is_extracurricular_event,"onUpdate:modelValue":t[10]||(t[10]=p=>n.formValues.is_extracurricular_event=p),name:"is_extracurricular_event",value:"false",label:"No"},null,8,["modelValue"])])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Is this an activity within the standard school curriculum?",name:"is_standard_school_curriculum",errors:n.errors},{default:Te(()=>[v("div",eN,[he(h,{modelValue:n.formValues.is_standard_school_curriculum,"onUpdate:modelValue":t[11]||(t[11]=p=>n.formValues.is_standard_school_curriculum=p),name:"is_standard_school_curriculum",value:"true",label:"Yes"},null,8,["modelValue"]),he(h,{modelValue:n.formValues.is_standard_school_curriculum,"onUpdate:modelValue":t[12]||(t[12]=p=>n.formValues.is_standard_school_curriculum=p),name:"is_standard_school_curriculum",value:"false",label:"No"},null,8,["modelValue"])])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:"Code Week 4 All code (optional)",name:"codeweek_for_all_participation_code",errors:n.errors},{tooltip:Te(()=>t[17]||(t[17]=[ft(" If you have received a Code Week 4 All code from a school colleague or a friend, paste it here. Otherwise, please leave it blank. More info about Code Week 4 All is available "),v("a",{href:"/codeweek4all",target:"_blank"}," here",-1),ft(". ")])),default:Te(()=>[he(d,{modelValue:n.formValues.codeweek_for_all_participation_code,"onUpdate:modelValue":t[13]||(t[13]=p=>n.formValues.codeweek_for_all_participation_code=p),name:"codeweek_for_all_participation_code"},null,8,["modelValue"])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("community.titles.2")} (optional)`,name:"leading_teacher_tag",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.leading_teacher_tag,"onUpdate:modelValue":t[14]||(t[14]=p=>n.formValues.leading_teacher_tag=p),name:"leading_teacher_tag",options:r.leadingTeacherOptions},null,8,["modelValue","options"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.image")} (optional)`,name:"picture",errors:n.errors},{default:Te(()=>[he(f,{name:"picture",picture:n.formValues.pictureUrl,image:n.formValues.picture,onOnChange:r.onPictureChange},null,8,["picture","image","onOnChange"])]),_:1},8,["label","errors"])])}const nN=vt(GI,[["render",tN]]),rN={props:{errors:Object,formValues:Object,languages:Object,countries:Array},components:{FieldWrapper:ld,SelectField:od,InputField:ud,RadioField:Yp,ImageField:H1},setup(e,{emit:t}){const{organizerTypeOptions:n}=Hi(),r=me(()=>Object.entries(e.languages).map(([s,a])=>({id:s,name:a})));return{organizerTypeOptions:n,languageOptions:r}}},sN={class:"flex flex-col gap-4 w-full"},iN={class:"flex items-center gap-8 min-h-[48px] h-full"},aN={class:"w-full flex gap-2.5 mt-4"},lN={class:"text-slate-400 text-xs mt-1"};function oN(e,t,n,r,s,a){const o=at("InputField"),u=at("FieldWrapper"),d=at("SelectField"),h=at("RadioField");return k(),I("div",sN,[he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.organizer.label")}*`,name:"organizer",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.organizer,"onUpdate:modelValue":t[0]||(t[0]=f=>n.formValues.organizer=f),required:"",name:"organizer",placeholder:e.$t("event.organizer.placeholder")},null,8,["modelValue","placeholder"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.organizertype.label")}*`,name:"organizer_type",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.organizer_type,"onUpdate:modelValue":t[1]||(t[1]=f=>n.formValues.organizer_type=f),required:"",name:"organizer_type",options:r.organizerTypeOptions},null,8,["modelValue","options"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("resources.Languages")} (optional)`,name:"language",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.language,"onUpdate:modelValue":t[2]||(t[2]=f=>n.formValues.language=f),name:"language",searchable:"",multiple:"",options:r.languageOptions},null,8,["modelValue","options"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.country")}*`,name:"country_iso",errors:n.errors},{default:Te(()=>[he(d,{modelValue:n.formValues.country_iso,"onUpdate:modelValue":t[3]||(t[3]=f=>n.formValues.country_iso=f),"id-name":"iso",searchable:"",required:"",name:"country_iso",options:n.countries},null,8,["modelValue","options"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:"Are you using any Code Week resources in this activity?",name:"is_use_resource",errors:n.errors},{default:Te(()=>[v("div",iN,[he(h,{modelValue:n.formValues.is_use_resource,"onUpdate:modelValue":t[4]||(t[4]=f=>n.formValues.is_use_resource=f),name:"is_use_resource",value:"true",label:"Yes"},null,8,["modelValue"]),he(h,{modelValue:n.formValues.is_use_resource,"onUpdate:modelValue":t[5]||(t[5]=f=>n.formValues.is_use_resource=f),name:"is_use_resource",value:"false",label:"No"},null,8,["modelValue"])])]),_:1},8,["errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.website.label")} ${["open-online","invite-online"].includes(n.formValues.activity_type)?"*":"(optional)"}`,name:"event_url",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.event_url,"onUpdate:modelValue":t[6]||(t[6]=f=>n.formValues.event_url=f),name:"event_url",placeholder:e.$t("event.website.placeholder")},null,8,["modelValue","placeholder"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.public.label")} (optional)`,name:"contact_person",errors:n.errors},{default:Te(()=>[he(o,{modelValue:n.formValues.contact_person,"onUpdate:modelValue":t[7]||(t[7]=f=>n.formValues.contact_person=f),type:"email",name:"contact_person",placeholder:e.$t("event.public.placeholder")},null,8,["modelValue","placeholder"])]),_:1},8,["label","errors"]),he(u,{horizontalBreakpoint:"md",label:`${e.$t("event.contact.label")}*`,name:"user_email",errors:n.errors},{end:Te(()=>[v("div",aN,[t[9]||(t[9]=v("img",{class:"flex-shrink-0 w-6 h-6",src:"/images/icon_info.svg"},null,-1)),v("div",lN,ce(e.$t("event.contact.explanation")),1)])]),default:Te(()=>[he(o,{modelValue:n.formValues.user_email,"onUpdate:modelValue":t[8]||(t[8]=f=>n.formValues.user_email=f),required:"",type:"email",name:"user_email",placeholder:e.$t("event.contact.placeholder")},null,8,["modelValue","placeholder"])]),_:1},8,["label","errors"])])}const uN=vt(rN,[["render",oN]]),cN={props:{formValues:Object,themes:Array,audiences:Array,leadingTeachers:Array,languages:Object,countries:Array},components:{},setup(e,{emit:t}){const{activityFormatOptionsMap:n,activityTypeOptionsMap:r,recurringFrequentlyMap:s,durationOptionsMap:a,recurringTypeOptionsMap:o,ageOptionsMap:u,organizerTypeOptionsMap:d}=Hi();return{stepDataList:me(()=>{var $e,He,Qe;const{title:f,activity_format:p,activity_type:m,location:y,duration:w,start_date:_,end_date:C,is_recurring_event_local:U,recurring_event:F,recurring_type:x,theme:E,description:V}=e.formValues||{},B=(p||[]).map(Ue=>n.value[Ue]),$=r.value[m],M=a.value[w],T=_?new Date(_).toISOString().slice(0,10):"",H=C?new Date(C).toISOString().slice(0,10):"",re=U==="true",Q=o.value[x],ne=(E||[]).map(Ue=>{var tt;return(tt=e.themes.find(({id:ct})=>ct===Ue))==null?void 0:tt.name}).map(Ue=>Rt(`event.theme.${Ue}`)),J=[{label:Rt("event.title.label"),value:f},{label:"Specify the format of the activity",value:B.join(", ")},{label:Rt("event.activitytype.label"),value:$},{label:Rt("event.address.label"),value:y},{label:"Activity duration",value:M},{label:"Date",value:`${T} - ${H}`},{label:"Is it a recurring event?",value:re?"Yes":"No"},{label:"How frequently?",value:re?s.value[F]:""},{label:"What type of recurring activity?",value:Q},{label:"Theme?",value:ne.join(", ")},{label:"Activity description",htmlValue:V}],{audience:P,participants_count:z,males_count:R,females_count:te,other_count:xe,ages:De,is_extracurricular_event:Be,is_standard_school_curriculum:K,codeweek_for_all_participation_code:oe,leading_teacher_tag:D,pictureUrl:ae,picture:_e}=e.formValues||{},q=(P||[]).map(Ue=>{var tt;return(tt=e.audiences.find(({id:ct})=>ct===Ue))==null?void 0:tt.name}).map(Ue=>Rt(`event.audience.${Ue}`)),Pe=[z||0,[`${R||0} Males`,`${te||0} Females`,`${xe||0} Other`].join(", ")].join(" - "),Ke=(De||[]).map(Ue=>u.value[Ue]),be=[{label:Rt("event.audience_title"),value:q==null?void 0:q.join(", ")},{label:"Number of participants",value:Pe},{label:"Age",value:Ke==null?void 0:Ke.join(", ")},{label:"Is this an extracurricular activity?",value:Be==="true"?"Yes":"No"},{label:"Is this an activity within the standard school curriculum?",value:K==="true"?"Yes":"No"},{label:"Code Week 4 All code (optional)",value:oe},{label:Rt("community.titles.2"),value:D},{label:Rt("event.image"),imageUrl:ae,imageName:(He=($e=_e==null?void 0:_e.split("/"))==null?void 0:$e.reverse())==null?void 0:He[0]}],{organizer:Xe,organizer_type:W,language:S,country_iso:N,is_use_resource:G,event_url:ee,contact_person:pe,user_email:j}=e.formValues||{},de=d.value[W],ge=S==null?void 0:S.map(Ue=>{var tt;return(tt=e.languages)==null?void 0:tt[Ue]}).filter(Ue=>!!Ue),ke=(Qe=e.countries.find(({iso:Ue})=>Ue===N))==null?void 0:Qe.name,Ae=[{label:Rt("event.organizer.label"),value:Xe},{label:Rt("event.organizertype.label"),value:de},{label:Rt("resources.Languages"),value:ge==null?void 0:ge.join(", ")},{label:Rt("event.country"),value:ke},{label:"Is this an activity within the standard school curriculum?",value:G==="true"?"Yes":"No"},{label:Rt("event.website.label"),value:ee},{label:Rt("event.public.label"),value:pe},{label:Rt("event.contact.label"),value:j}],Ee=({value:Ue,htmlValue:tt,imageUrl:ct})=>!cr.isNil(Ue)&&!cr.isEmpty(Ue)||!cr.isEmpty(tt)||!cr.isEmpty(ct);return[{title:"Activity overview",list:J.filter(Ee)},{title:"Who is the activity for",list:be.filter(Ee)},{title:"Organiser",list:Ae.filter(Ee)}]})}}},dN={class:"flex flex-col gap-12 w-full"},fN={class:"flex flex-col gap-6"},hN={class:"text-dark-blue text-2xl md:text-[30px] leading-[44px] font-medium font-['Montserrat'] text-center"},pN={class:"flex flex-col gap-1"},mN={class:"flex gap-10 items-center px-4 py-2 text-[16px] md:text-xl text-slate-500 bg-white"},gN={class:"flex-shrink-0 w-32 md:w-60"},vN=["innerHTML"],yN={key:1},_N=["src"],bN={key:2,class:"flex-grow w-full"};function wN(e,t,n,r,s,a){return k(),I("div",dN,[(k(!0),I(Ie,null,Ze(r.stepDataList,({title:o,list:u})=>(k(),I("div",fN,[v("h2",hN,ce(o),1),v("div",pN,[(k(!0),I(Ie,null,Ze(u,({label:d,value:h,htmlValue:f,imageUrl:p,imageName:m})=>(k(),I("div",mN,[v("div",gN,ce(d),1),f?(k(),I("div",{key:0,innerHTML:f,class:"flex-grow w-full space-y-2 [&_p]:py-0"},null,8,vN)):se("",!0),p?(k(),I("div",yN,[t[0]||(t[0]=v("div",{class:"mb-2"},"Image attached",-1)),v("img",{class:"max-h-80 mb-2",src:p},null,8,_N),v("div",null,ce(m),1)])):se("",!0),h?(k(),I("div",bN,ce(h||""),1)):se("",!0)]))),256))])]))),256))])}const xN=vt(cN,[["render",wN]]),kN={props:{modelValue:String,name:String,label:String,value:String},emits:["update:modelValue"],setup(e,{emit:t}){return{onChange:r=>{t("update:modelValue",r.target.checked)}}}},SN={class:"flex items-center gap-2 cursor-pointer"},TN=["id","name","checked"],AN=["for"],CN={key:0,class:"h-5 w-5 text-slate-600",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"},EN={class:"cursor-pointer text-xl text-slate-500"};function ON(e,t,n,r,s,a){return k(),I("label",SN,[v("input",{class:"peer hidden",type:"checkbox",id:n.name,name:n.name,checked:n.modelValue,onChange:t[0]||(t[0]=(...o)=>r.onChange&&r.onChange(...o))},null,40,TN),v("div",{class:"flex-shrink-0 h-8 w-8 border-2 bg-white flex items-center justify-center cursor-pointer border-dark-blue-200 rounded-lg",for:e.id},[n.modelValue?(k(),I("svg",CN,t[1]||(t[1]=[v("path",{d:"M5 13l4 4L19 7"},null,-1)]))):se("",!0)],8,AN),v("span",EN,[ft(ce(n.label)+" ",1),Le(e.$slots,"default")])])}const MN=vt(kN,[["render",ON]]),RN={props:{token:{type:String,default:""},event:{type:Object,default:()=>({})},selectedValues:{type:Object,default:()=>({})},locale:{type:String,default:""},user:{type:Object,default:()=>({})},themes:{type:Array,default:()=>[]},audiences:{type:Array,default:()=>[]},leadingTeachers:{type:Array,default:()=>[]},languages:{type:Object,default:()=>({})},countries:{type:Array,default:()=>[]},location:{type:Object,default:()=>({})},privacyLink:{type:String,default:""}},components:{FormStep1:II,FormStep2:nN,FormStep3:uN,AddConfirmation:xN,CheckboxField:MN},setup(e,{emit:t}){var x,E,V,B,$;console.log("event",e.event);const{stepTitles:n}=Hi(),r=fe(null),s=fe(null),a=fe(1),o=fe({}),u=fe(!1),d=fe({activity_type:"open-in-person",location:((x=e.location)==null?void 0:x.location)||"",geoposition:((V=(E=e.location)==null?void 0:E.geoposition)==null?void 0:V.split(","))||[],is_recurring_event_local:"false",recurring_event:"daily",is_extracurricular_event:"false",is_standard_school_curriculum:"false",organizer:((B=e.location)==null?void 0:B.name)||"",organizer_type:(($=e==null?void 0:e.location)==null?void 0:$.organizer_type)||"",language:e.locale?[e.locale]:[],country_iso:e.location.country_iso||"",is_use_resource:"false",privacy:!1}),h=fe(cr.clone(d.value)),f=me(()=>{const M=cr.cloneDeep(h.value),T=["title","activity_type","duration","is_recurring_event_local","start_date","end_date","theme","description"];return["open-online","invite-online"].includes(M.activity_type)||T.push("location"),T.every(H=>!cr.isEmpty(M[H]))}),p=me(()=>{const M=cr.cloneDeep(h.value),T=["audience","ages","is_extracurricular_event"];return!!M.participants_count&&T.every(H=>!cr.isEmpty(M[H]))}),m=me(()=>{const M=cr.cloneDeep(h.value),T=["organizer","organizer_type","country_iso","user_email"];return["open-online","invite-online"].includes(M.activity_type)&&T.push("event_url"),M.privacy?T.every(H=>!cr.isEmpty(M[H])):!1}),y=me(()=>a.value===1&&!f.value||a.value===2&&!p.value||a.value===3&&!m.value),w=M=>{a.value=Math.max(Math.min(M,4),1)},_=()=>{var H,re,Q,ne;const M=((H=e==null?void 0:e.event)==null?void 0:H.id)||((re=r.value)==null?void 0:re.id),T=((Q=e==null?void 0:e.event)==null?void 0:Q.slug)||((ne=r.value)==null?void 0:ne.slug);window.location.href=`/view/${M}/${T}`},C=()=>window.location.href="/events",U=()=>window.location.reload(),F=async()=>{var H,re,Q,ne,J,P,z;o.value={};const M=h.value,T={_token:e.token,_method:cr.isNil(e.event.id)?void 0:"PATCH",title:M.title,activity_format:(H=M.activity_format)==null?void 0:H.join(","),activity_type:M.activity_type,location:M.location,geoposition:((re=M.geoposition)==null?void 0:re.join(","))||[],duration:M.duration,start_date:M.start_date,end_date:M.end_date,theme:(Q=M.theme)==null?void 0:Q.join(","),description:M.description,audience:(ne=M.audience)==null?void 0:ne.join(","),participants_count:M.participants_count,males_count:M.males_count,females_count:M.females_count,other_count:M.other_count,ages:(J=M.ages)==null?void 0:J.join(","),is_extracurricular_event:M.is_extracurricular_event==="true",is_standard_school_curriculum:M.is_standard_school_curriculum==="true",codeweek_for_all_participation_code:M.codeweek_for_all_participation_code,leading_teacher_tag:M.leading_teacher_tag,picture:M.picture,organizer:M.organizer,organizer_type:M.organizer_type,language:M.language,country_iso:M.country_iso,is_use_resource:M.is_use_resource==="true",event_url:M.event_url,contact_person:M.contact_person,user_email:M.user_email,privacy:M.privacy===!0?"on":void 0};M.is_recurring_event_local==="true"&&(T.recurring_event=M.recurring_event,T.recurring_type=M.recurring_type);try{if(!cr.isNil(e.event.id))await St.post(`/events/${e.event.id}`,T);else{const{data:R}=await St.post("/events",T);r.value=R.event}w(4)}catch(R){o.value=(z=(P=R.response)==null?void 0:P.data)==null?void 0:z.errors,a.value=1}};return Wt(()=>e.event,()=>{var re,Q,ne,J;if(!e.event.id)return;const M=P=>{var z,R;return((R=(z=P==null?void 0:P.split(","))==null?void 0:z.filter(te=>!!te))==null?void 0:R.map(te=>Number(te)))||[]},T=e.event,H=T.geoposition||((re=e.location)==null?void 0:re.geoposition);h.value={...h.value,title:T.title,activity_format:T.activity_format,activity_type:T.activity_type||"open-in-person",location:T.location||((Q=e.location)==null?void 0:Q.location),geoposition:H==null?void 0:H.split(","),duration:T.duration,start_date:T.start_date,end_date:T.end_date,recurring_event:T.recurring_event||"daily",recurring_type:T.recurring_type,theme:M(e.selectedValues.themes),description:T.description,audience:M(e.selectedValues.audiences),participants_count:T.participants_count,males_count:T.males_count,females_count:T.females_count,other_count:T.other_count,ages:T.ages,is_extracurricular_event:String(!!T.is_extracurricular_event),is_standard_school_curriculum:String(!!T.is_standard_school_curriculum),codeweek_for_all_participation_code:T.codeweek_for_all_participation_code,leading_teacher_tag:T.leading_teacher_tag,picture:T.picture,pictureUrl:e.selectedValues.picture,organizer:T.organizer||((ne=e.location)==null?void 0:ne.name),organizer_type:T.organizer_type||((J=e==null?void 0:e.location)==null?void 0:J.organizer_type),language:T.languages||[e.locale],country_iso:T.country_iso||e.location.country_iso,is_use_resource:String(!!T.is_use_resource),event_url:T.event_url,contact_person:T.contact_person,user_email:T.user_email},T.recurring_event&&(h.value.is_recurring_event_local="true")},{immediate:!0}),Wt(()=>a.value,()=>{if(a.value===4){const M=document.getElementById("add-event-hero-section");M&&(M.style.display="none"),window.scrollTo({top:0})}else if(s.value){const M=s.value.getBoundingClientRect().top;window.scrollTo({top:M+window.pageYOffset-40})}}),Ft(()=>{const M=new IntersectionObserver(([H])=>{u.value=H.isIntersecting}),T=document.getElementById("page-footer");T&&M.observe(T)}),{containerRef:s,step:a,stepTitles:n,errors:o,formValues:h,handleGoToActivity:_,handleGoMapPage:C,handleReloadPage:U,handleMoveStep:w,handleSubmit:F,disableNextbutton:y,validStep1:f,validStep2:p,validStep3:m,pageFooterVisible:u}}},DN={key:0,class:"relative py-10 codeweek-container-lg flex justify-center"},PN={class:"flex gap-12"},LN=["onClick"],IN={class:"flex-1"},NN={class:"text-slate-500 font-normal text-base leading-[22px] p-0 text-center"},VN={key:0,class:"absolute top-6 left-[calc(100%+1.5rem)] -translate-x-1/2 w-[calc(100%-1rem)] md:w-[calc(100%-0.75rem)] h-[2px] bg-[#CCF0F9]"},FN={key:1,class:"relative codeweek-container-lg flex justify-center px-4 md:px-10 py-10 md:py-20"},$N={class:"flex flex-col justify-center items-center text-center gap-4 max-w-[660px]"},BN={class:"text-dark-blue text-[22px] md:text-4xl font-semibold font-[Montserrat]"},HN={key:0,class:"flex flex-col gap-4 text-[16px] text-center"},UN={class:"text-dark-blue font-semibold underline"},jN={ref:"containerRef",class:"w-full relative"},WN={class:"codeweek-container-lg relative pt-20 pb-16 md:pt-32 md:pb-20"},qN={class:"flex justify-center"},YN={class:"flex flex-col max-w-[852px] w-full"},zN={key:0,class:"text-dark-blue text-2xl md:text-4xl leading-[44px] font-medium font-['Montserrat'] mb-10 text-center"},KN=["href"],GN={class:"flex flex-wrap justify-between mt-10 gap-y-2 gap-x-4 min-h-12"},JN={key:0},ZN={key:1},XN=["disabled"],QN={key:0},e4={key:1},t4={key:1},n4={key:2};function r4(e,t,n,r,s,a){var p;const o=at("FormStep1"),u=at("FormStep2"),d=at("FormStep3"),h=at("CheckboxField"),f=at("AddConfirmation");return k(),I(Ie,null,[r.step<4?(k(),I("div",DN,[v("div",PN,[(k(!0),I(Ie,null,Ze(r.stepTitles,(m,y)=>(k(),I("div",{class:Fe(["relative flex flex-col items-center gap-2 flex-1 md:w-52",[y===0&&"cursor-pointer",y+1===2&&r.validStep1&&"cursor-pointer",y+1===3&&r.validStep2&&"cursor-pointer"]]),onClick:()=>{y+1===2&&!r.validStep1||y+1===3&&!r.validStep2||r.handleMoveStep(y+1)}},[v("div",{class:Fe(["w-12 h-12 rounded-full flex justify-center items-center text-['#20262C'] font-semibold text-2xl",[r.step===y+1?"bg-light-blue-300":"bg-light-blue-100"]])},ce(y+1),3),v("div",IN,[v("p",NN,ce(m),1)]),y