



<!doctype html>

<html
  lang="en"
  hx-headers='{"X-CSRFToken": "Oy1MrVQRpMWR37pVLYDO3QdHbmZdavXcsURgX5ZrbxHrdpZp2jMcGl82mkfKstqG"}'
  class="bg-gradient-to-b from-white to-gray-100 bg-fixed"
>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <meta name="htmx-config" content='{"includeIndicatorStyles": false, "historyCacheSize": 0, "refreshOnHistoryMiss": true}'>
    <title>
  Application development and writing
 | Informatika Mihelac</title>
    
      <link rel="stylesheet" href="/static/assets/css/main.89173c731ad2.css">
    

    
  <meta name="description" content="Ponujamo kreativne, sofisticirane in stroškovno učinkovite rešitve prilagojene poslovnim procesom."/>

  </head>

  <body class="flex flex-col min-h-screen ">

    
      <div class="flex-grow-0 flex-shrink-0">
        
          



<header
  x-data="{ mobileMenuOpen: false }"
  class=""
>

  <nav class="mx-auto container px-6 lg:px-8 flex justify-between py-6" aria-label="Global">
    <div class="flex lg:flex-0">
      <a href="/en/" class="-m-1.5 p-1.5 pr-4">
        <span class="sr-only">Informatika Mihelac</span>
        <img class="w-72 h-auto" src="/static/images/informatikamihelac.fd617e9b206f.svg" alt="">
      </a>
    </div>
    <div class="flex lg:hidden">
      
        <button
          @click="mobileMenuOpen = true"
          type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700">
          <span class="sr-only">Open main menu</span>
          <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
          </svg>
        </button>
      
    </div>
    <div class="hidden lg:flex menu-desktop">
      
        


  <a href="/en/services/"
    class="menu-item "
  >Services</a>

  <a href="/en/about-us/"
    class="menu-item "
  >About us</a>

  <a href="/en/contact-us/"
    class="menu-item "
  >Contact Us</a>


      
    </div>
    <div class="hidden lg:flex lg:flex-1 lg:justify-end">
        


<div
  x-data="menu()"
  x-init="init()"
  @keydown.escape.stop="open = false; focusButton()"
  @click.away="onClickAway($event)"
  class="relative"
>
  <button
    type="button"
    class="rounded-full bg-white px-4 py-2 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:ring-offset-gray-100"
    x-ref="button"
    @click="onButtonClick()"
    @keyup.space.prevent="onButtonEnter()"
    @keydown.enter.prevent="onButtonEnter()"
    aria-expanded="false"
    aria-haspopup="true"
    x-bind:aria-expanded="open.toString()"
    @keydown.arrow-up.prevent="onArrowUp()"
    @keydown.arrow-down.prevent="onArrowDown()"
    title="Choose language"
  >
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
      <path stroke-linecap="round" stroke-linejoin="round" d="m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802" />
    </svg>
  </button>

  <div
    x-cloak
    x-show="open"
    x-transition:enter="transition ease-out duration-100"
    x-transition:enter-start="transform opacity-0 scale-95"
    x-transition:enter-end="transform opacity-100 scale-100"
    x-transition:leave="transition ease-in duration-75"
    x-transition:leave-start="transform opacity-100 scale-100"
    x-transition:leave-end="transform opacity-0 scale-95"
    class=" z-10 absolute right-0 mt-2 w-56 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none"
    x-ref="menu-items"
    x-description="Dropdown menu, show/hide based on menu state."
    x-bind:aria-activedescendant="activeDescendant"
    role="menu"
    aria-orientation="vertical"
    aria-labelledby="menu-button"
    tabindex="-1"
    @keydown.arrow-up.prevent="onArrowUp()"
    @keydown.arrow-down.prevent="onArrowDown()"
    @keydown.tab="open = false"
    @keydown.enter.prevent="open = false; visitLink(); focusButton()"
    @keyup.space.prevent="open = false; visitLink(); focusButton()"
  >
    <div class="py-1" role="none">
      
        
        
          <a
            href="/sl/"
            rel="alternate"
            hreflang="sl"
            class="block px-4 py-2 text-sm text-gray-700"
            :class="{ 'bg-gray-100 text-gray-900': activeIndex === 0, 'text-gray-700': !(activeIndex === 0) }"
            role="menuitem"
            tabindex="-1"
            @mouseenter="activeIndex = 0"
            @mouseleave="activeIndex = -1" @click="open = false; focusButton()"
          >
            Slovenščina
          </a>
        
      
        
        
          <a
            href="/hr/"
            rel="alternate"
            hreflang="hr"
            class="block px-4 py-2 text-sm text-gray-700"
            :class="{ 'bg-gray-100 text-gray-900': activeIndex === 1, 'text-gray-700': !(activeIndex === 1) }"
            role="menuitem"
            tabindex="-1"
            @mouseenter="activeIndex = 1"
            @mouseleave="activeIndex = -1" @click="open = false; focusButton()"
          >
            Hrvatski
          </a>
        
      
        
        
          <a
            href="/en/"
            rel="alternate"
            hreflang="en"
            class="block px-4 py-2 text-sm text-gray-700"
            :class="{ 'bg-gray-100 text-gray-900': activeIndex === 2, 'text-gray-700': !(activeIndex === 2) }"
            role="menuitem"
            tabindex="-1"
            @mouseenter="activeIndex = 2"
            @mouseleave="activeIndex = -1" @click="open = false; focusButton()"
          >
            English
          </a>
        
      
    </div>
  </div>
</div>


    </div>
  </nav>
  <!-- Mobile menu, show/hide based on menu open state. -->
  <!-- Background backdrop, show/hide based on slide-over state. -->
  <div
    class="lg:hidden fixed inset-y-0 right-0 z-10 w-full overflow-y-auto bg-white"
    role="dialog" aria-modal="true"
    x-show="mobileMenuOpen"
    x-cloak
    x-transition:enter="transition ease-out duration-200"
    x-transition:enter-start="transform -translate-y-1/2 opacity-0"
    x-transition:enter-end="transform translate-y-0 opacity-100"
    x-transition:leave="transition ease-in duration-75"
    x-transition:leave-start="transform opacity-100"
    x-transition:leave-end="transform opacity-0"
  >
    <div class="mx-auto container px-6 lg:px-8 flex justify-between py-6">
      <a href="/en/" class="-m-1.5 p-1.5 pr-4">
        <span class="sr-only">Informatika Mihelac</span>
        <img class="w-72 h-auto" src="/static/images/informatikamihelac.fd617e9b206f.svg" alt="">
      </a>
      <button
        @click="mobileMenuOpen = false"
        type="button" class="-m-2.5 rounded-md p-2.5 text-gray-700">
        <span class="sr-only">Close menu</span>
        <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
        </svg>
      </button>
    </div>
    <div class="mx-auto container px-6 lg:px-8">
      <div class="-my-6 divide-y divide-gray-500/10">
        <div class="space-y-2 py-9 menu menu-mobile">
          
            


  <a href="/en/services/"
    class="menu-item "
  >Services</a>

  <a href="/en/about-us/"
    class="menu-item "
  >About us</a>

  <a href="/en/contact-us/"
    class="menu-item "
  >Contact Us</a>


          
        </div>
        <div class="py-9">
          

<div class="">
  
    
    
      <a
        href="/sl/"
        rel="alternate"
        hreflang="sl"
        class="block text-gray-500 py-1 leading-7 hover:text-black"
      >
        Slovenščina
      </a>
    
  
    
    
      <a
        href="/hr/"
        rel="alternate"
        hreflang="hr"
        class="block text-gray-500 py-1 leading-7 hover:text-black"
      >
        Hrvatski
      </a>
    
  
    
    
      <a
        href="/en/"
        rel="alternate"
        hreflang="en"
        class="block text-gray-500 py-1 leading-7 hover:text-black"
      >
        English
      </a>
    
  
</div>

        </div>
      </div>
    </div>
  </div>
</header>

        
      </div>
    

    <div class="flex-grow flex-shrink">
      

  
  

<div class="py-8 sm:min-h-[300px] flex flex-col justify-center">
  <div class="my-container">
    <div class="md:w-3/4">
      <div class="h1 leading-tight animated-splash">
        <p data-block-key="f32bq">We build <span><i>modern</i> <i>reliable</i> <i>fast</i></span><br/>applications.</p>
      </div>
    </div>
  </div>
</div>



  <div class="my-16">
    
      <div class="space-y-8">
        
          <div class="my-container">
  <h2 class="h2">Services</h2>
</div>

        
          

<div class="my-container grid gap-8 grid-cols-1 sm:grid-cols-2">
  
    
      
      <a class="flex" href="/en/services/frontend-web-development/">
  <div class="flex-1 group rounded-2xl border border-gray-200 hover:border-gray-400 p-4 flex flex-col gap-y-3 hover:bg-white">
    <div class="text-xl font-bold">
      Frontend web development
    </div>
    <div class="self-center group-hover:text-primary w-20 group-hover:scale-125 transition-all text-gray-600">
      
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 67">
  <g fill="none" fill-rule="evenodd">
    <path d="M17 6h55v55H17z"/>
    <path fill="currentColor" fill-rule="nonzero" d="M69.708 30.273 58.25 30.25c-1.26 0-2.292 1.012-2.292 2.25v20.25c0 1.237 1.032 2.25 2.292 2.25h11.458C70.968 55 72 53.987 72 52.75V32.5c0-1.238-1.031-2.227-2.292-2.227m.217 22.682H58.509V32.5h11.416zM62.833 10h-41.25C19.04 10 17 12.003 17 14.5v27c0 2.475 2.04 4.5 4.583 4.5h16.042v4.5h-4.583V55h18.333v-4.5h-4.583V46h4.583v-3.64H20.58V13.385H63.8V25.75h3.618V14.5c0-2.497-2.063-4.5-4.584-4.5"/>
  </g>
</svg>
      
    </div>
    <div class="">
      <p data-block-key="7of0v">Fast cross-browser, cross-platform web and mobile applications.</p>
    </div>
  </div>
</a>

    
  
    
      
      <a class="flex" href="/en/services/backend-web-development/">
  <div class="flex-1 group rounded-2xl border border-gray-200 hover:border-gray-400 p-4 flex flex-col gap-y-3 hover:bg-white">
    <div class="text-xl font-bold">
      Backend web development
    </div>
    <div class="self-center group-hover:text-primary w-20 group-hover:scale-125 transition-all text-gray-600">
      
        <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 90 67">
  <defs>
    <path id="a" d="M12 0h26v8H22v30H0V0z"/>
  </defs>
  <g fill="none" fill-rule="evenodd">
    <g transform="translate(6 7)">
      <mask id="b" fill="#fff">
        <use xlink:href="#a"/>
      </mask>
      <path fill="currentColor" fill-rule="nonzero" d="M29.975 8.828c0-2.406-1.778-4.373-4.309-5.708C23.136 1.785 19.734 1 15.988 1s-7.149.785-9.68 2.12S2 6.422 2 8.828c.004 5.999 0 12.194 0 18.264 0 2.406 1.779 4.36 4.309 5.694 2.53 1.335 5.932 2.134 9.679 2.134s7.148-.799 9.679-2.134c2.53-1.334 4.308-3.288 4.308-5.694zM15.988 3.637c3.537 0 6.736.653 8.98 1.67 2.242 1.016 3.409 2.326 3.409 3.56s-1.167 2.532-3.41 3.549-5.442 1.681-8.98 1.681c-3.536 0-6.736-.665-8.979-1.681s-3.41-2.315-3.41-3.549 1.167-2.544 3.41-3.56 5.443-1.67 8.98-1.67m-12.39 9.209c.722.631 1.647 1.182 2.71 1.644 2.53 1.099 5.933 1.756 9.68 1.756s7.148-.657 9.679-1.756c1.063-.462 1.988-1.013 2.71-1.644v1.968c0 1.183-1.167 2.427-3.41 3.4-2.243.975-5.442 1.612-8.98 1.612-3.536 0-6.736-.637-8.979-1.611s-3.41-2.218-3.41-3.4zm0 5.73c.722.631 1.647 1.182 2.71 1.644 2.53 1.098 5.933 1.756 9.68 1.756s7.148-.657 9.679-1.756c1.063-.462 1.988-1.013 2.71-1.645v1.97c0 1.182-1.167 2.426-3.41 3.4s-5.442 1.61-8.98 1.61c-3.536 0-6.736-.636-8.979-1.61s-3.41-2.218-3.41-3.4zm0 5.73c.722.63 1.647 1.182 2.71 1.643 2.53 1.1 5.933 1.757 9.68 1.757s7.148-.658 9.679-1.757c1.063-.461 1.988-1.012 2.71-1.644v1.969c0 1.182-1.167 2.426-3.41 3.4s-5.442 1.611-8.98 1.611c-3.536 0-6.736-.637-8.979-1.61-2.243-.975-3.41-2.219-3.41-3.401z" mask="url(#b)"/>
    </g>
    <path d="M26 7h58v58H26z"/>
    <path fill="currentColor" fill-rule="nonzero" d="M31 58h40V46H31zm4-9h4v5h-4zm-4-31v12h40V18zm8 8h-4v-5h4zm-8 18h40V32H31zm4-9h4v5h-4z"/>
  </g>
</svg>
      
    </div>
    <div class="">
      <p data-block-key="xnf7y">Custom web applications and development services on top of the Django framework powered by databases.</p>
    </div>
  </div>
</a>

    
  
</div>

        
          

<div class="my-container text-right mt-4">
  
  <a class="btn-secondary" href="/en/services/">More services</a>

</div>

        
          <hr class="hr">

        
          <div class="my-container">
  <div class="flex items-center gap-x-4 justify-center flex-wrap">
  
<div class="[&>svg]:max-w-20 [&>svg]:max-h-10 [&>svg]:w-full [&>svg]:h-auto my-4 grayscale opacity-50 hover:grayscale-0 hover:opacity-100">
    
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 98">
  <g fill="#000" fill-rule="evenodd">
    <path d="M15.39 48.388c-.048 9.21 6.706 14.701 17.483 12.205v-24.41c-10.914-3.324-17.437 3.4-17.483 12.205M33.203.886h14.844V71.15c-14.228 2.326-27.856 3.801-37.605-1.65C-2.11 62.481-3.12 40.18 6.813 30.245c5.036-5.036 15.175-8.581 26.06-6.268v-22.1c-.028-.47-.054-.936.33-.99M72.128 16.39H57.284V.886h14.844zM250.257 61.252c16.182 6.29 17.973-28.964 1.65-25.73-10.137 2.01-9.812 22.559-1.65 25.73m.66-37.935c12.358-1.32 21.68 4.132 25.4 12.536 6.346 14.337-.349 30.788-10.556 35.626-5.29 2.507-10.829 2.745-15.834 2.309-15.468-1.35-25.224-17.114-19.792-34.637.85-2.743 1.805-4.42 2.31-5.278 3.362-5.717 9.039-9.547 18.472-10.556M92.58 55.645c-4.106 6.9 6.21 8.553 12.864 6.597V52.016c-5.113.714-10.933.382-12.864 3.629m26.06 16.163c-12.263.706-30.898 4.883-37.606-3.298-3.94-4.807-3.517-13.975 0-18.473 4.545-5.812 14.468-7.08 23.42-7.917.814-2.001.266-5.258-.659-6.598-8.19-2.086-16.326 1.147-22.1 3.629V27.606c8.72-4.007 28.921-8.226 34.965.99 3.174 4.84 1.98 13.28 1.98 20.78zM170.759 72.469h-14.844V53.336c0-6.3 1.019-14.287-2.31-16.824-2.607-1.987-8.791-.99-12.534 0V72.47h-14.845V26.616c15.175-3.941 42.565-8.168 44.533 10.886.97 9.394-.719 23.488 0 34.967M192.86 56.634c2.498 4.042 9.262 5.557 14.844 2.97-.307-7.721-.414-15.64-.33-23.752-12.829-3.389-20.474 11.142-14.514 20.782m37.275-31.337c-1.32 3.957-3.255 7.3-4.948 10.886-1.53.342-2.855-.608-3.629 0-.338 16.08 3.425 37.878-2.968 49.48-3.85 6.985-10.937 11.466-21.772 12.205-7.893.538-14.019-.751-19.792-2.969V81.045c6.772 3.953 23.882 7.177 28.699-.99 1.417-2.403 1.327-4.886 1.979-8.577-3.101.163-6.112 1.6-9.896 1.65-15.557.206-25.182-12.18-21.442-29.359 1.447-6.644 5.34-11.995 10.557-15.174 10.833-6.603 27.486-6.101 43.212-3.298"/>
    <path d="M72.128 24.24c-.017 10.932-.015 18.786-.016 32.066-.63 13.05-.484 23.442-5.262 29.687-.942 1.23-2.944 3.027-4.618 4.288-1.407 1.059-4.087 3.206-5.608 3.299-1.534.094-5.474-2.13-7.258-2.97-2.341-1.102-4.506-2.567-6.926-3.298 5.646-3.499 11.006-6.122 13.194-13.194 1.903-6.151 1.65-15.065 1.65-23.751 0-8.577.038-18.55.038-26.122z"/>
  </g>
</svg>

    
  </div>

<div class="[&>svg]:max-w-20 [&>svg]:max-h-10 [&>svg]:w-full [&>svg]:h-auto my-4 grayscale opacity-50 hover:grayscale-0 hover:opacity-100">
    
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 100">
  <g fill="none" fill-rule="nonzero">
    <path fill="#FFF" d="M66.142 1.496v4.488S58.11 2.992 52.913 8.425c-3.78 3.937-4.094 8.347-2.362 14.252 17.008 0 19.685 9.528 19.685 9.528L68.504 21.26l5.354-6.536c0-7.716-6.378-12.834-7.716-13.228"/>
    <circle cx="67.638" cy="12.52" r="2.047" fill="#000"/>
    <path fill="#000" d="M70.236 32.205s-2.598-13.071-19.606-9.528c-1.732-5.905-1.417-10.236 2.362-14.252 5.118-5.433 13.15-2.44 13.15-2.44V1.495C63.307.236 60.63 0 57.638 0 46.693 0 40.63 8.189 38.03 13.7L7.244 70.316l8.662-1.654L0 99.371l11.102-1.97 8.504-24.173c24.095 0 54.96-8.661 50.63-41.023"/>
    <path fill="#000" d="m80.63 21.26-6.772-6.536-5.354 6.536z"/>
    <path fill="#FFF" d="M23.622 66.22s.787-.157 2.205-.472c1.417-.315 3.386-.787 5.748-1.417a51 51 0 0 0 3.78-1.181c1.338-.473 2.755-.945 4.094-1.575 1.417-.551 2.834-1.26 4.252-2.047s2.756-1.654 4.016-2.678c.314-.236.63-.472.944-.787l.945-.787c.551-.552 1.181-1.103 1.733-1.733.55-.55 1.023-1.18 1.496-1.81l.708-.946.315-.472.315-.472c.158-.315.394-.63.551-.945s.315-.63.552-.945l.236-.473.236-.472c.158-.315.315-.63.394-.945l.708-1.89c.158-.63.394-1.26.552-1.81.157-.552.236-1.182.393-1.654.079-.552.158-1.024.236-1.575.08-.473.158-.945.158-1.339.079-.393.079-.787.157-1.18.08-1.418.08-2.206.08-2.206l1.259.08s-.079.865-.157 2.283c-.08.393-.08.787-.158 1.18-.079.473-.079.946-.236 1.418-.079.473-.236 1.024-.315 1.575a52 52 0 0 0-.473 1.732c-.157.63-.393 1.181-.63 1.89-.236.63-.472 1.26-.787 1.968l-.472.945-.237.473-.236.472c-.157.315-.393.63-.55 1.024-.237.315-.395.63-.63.945-.08.157-.237.315-.316.472l-.315.473-.708.944c-.552.63-1.024 1.26-1.654 1.811-.551.63-1.181 1.103-1.811 1.733l-.945.787c-.315.236-.63.473-1.024.709a46 46 0 0 1-4.173 2.598c-1.417.709-2.913 1.418-4.33 1.969a52 52 0 0 1-4.174 1.417c-1.338.394-2.598.787-3.858 1.024-2.362.55-4.41 1.023-5.827 1.26-1.26.472-2.047.63-2.047.63"/>
    <g fill="#231F20">
      <path d="M100 66.063h-6.93l-9.92-28.661h6.22l7.087 21.653 7.086-21.653h6.22l7.087 21.653 7.087-21.653h6.22l-9.685 28.661h-6.929l-6.771-19.606zM157.56 66.063h-5.513v-3.858c-2.362 2.834-5.512 4.252-9.527 4.252-2.992 0-5.433-.866-7.402-2.52-1.968-1.654-2.913-3.937-2.913-6.772 0-2.834 1.023-4.96 3.15-6.299 2.047-1.417 4.881-2.126 8.425-2.126h7.795v-1.102c0-3.78-2.126-5.748-6.378-5.748-2.677 0-5.433.945-8.268 2.913l-2.677-3.78c3.465-2.755 7.402-4.173 11.89-4.173 3.386 0 6.141.867 8.267 2.52 2.126 1.732 3.229 4.41 3.229 8.032v18.661zm-6.064-10.709v-2.44h-6.772c-4.33 0-6.535 1.338-6.535 4.094 0 1.417.551 2.44 1.654 3.228 1.102.709 2.598 1.103 4.488 1.103s3.622-.552 5.04-1.654c1.416-1.024 2.125-2.44 2.125-4.33M190.315 37.402v24.96c0 5.04-1.339 8.898-4.095 11.418s-6.299 3.78-10.55 3.78c-4.331 0-8.19-1.34-11.654-4.017l2.834-4.567c2.835 2.126 5.59 3.15 8.504 3.15 2.835 0 5.118-.709 6.772-2.205s2.52-3.858 2.52-7.086v-3.701a9.96 9.96 0 0 1-3.859 4.016c-1.653 1.023-3.543 1.496-5.59 1.496-3.78 0-6.93-1.339-9.37-4.016-2.441-2.677-3.701-5.984-3.701-9.921s1.26-7.244 3.7-9.922c2.442-2.677 5.591-4.015 9.37-4.015q5.67 0 9.213 4.724v-4.252h5.906zM167.953 50.63c0 2.362.708 4.41 2.204 6.063 1.418 1.732 3.386 2.52 5.906 2.52 2.44 0 4.488-.788 5.984-2.441 1.496-1.654 2.284-3.701 2.284-6.142s-.788-4.567-2.284-6.22c-1.575-1.733-3.543-2.52-5.984-2.52s-4.41.866-5.827 2.677c-1.575 1.653-2.283 3.7-2.283 6.063M205.433 42.205v14.567c0 1.338.394 2.44 1.102 3.228.71.787 1.733 1.181 2.993 1.181s2.52-.63 3.7-1.89l2.441 4.252c-2.126 1.89-4.488 2.835-7.008 2.835-2.598 0-4.724-.866-6.535-2.677s-2.756-4.173-2.756-7.166v-14.33h-3.622v-4.882h3.622v-8.898h6.063v8.977h7.56v4.881h-7.56zM243.7 66.063h-5.511v-3.858c-2.362 2.834-5.512 4.252-9.528 4.252-2.992 0-5.433-.866-7.401-2.52-1.969-1.654-2.914-3.937-2.914-6.772 0-2.834 1.024-4.96 3.15-6.299 2.047-1.417 4.882-2.126 8.425-2.126h7.796v-1.102c0-3.78-2.126-5.748-6.378-5.748-2.678 0-5.433.945-8.268 2.913l-2.677-3.78c3.464-2.755 7.401-4.173 11.89-4.173 3.385 0 6.141.867 8.267 2.52 2.126 1.732 3.229 4.41 3.229 8.032v18.661zm-6.062-10.709v-2.44h-6.772c-4.33 0-6.535 1.338-6.535 4.094 0 1.417.55 2.44 1.653 3.228 1.103.709 2.599 1.103 4.488 1.103s3.622-.552 5.04-1.654c1.417-1.024 2.126-2.44 2.126-4.33M251.417 31.654c-.787-.788-1.102-1.654-1.102-2.678a3.75 3.75 0 0 1 1.102-2.677c.788-.787 1.654-1.102 2.677-1.102a3.75 3.75 0 0 1 2.678 1.102c.787.788 1.102 1.654 1.102 2.677a3.75 3.75 0 0 1-1.102 2.678 3.75 3.75 0 0 1-2.678 1.102c-1.023.079-1.89-.315-2.677-1.102m5.67 34.409h-6.063V37.402h6.063zM269.685 66.063h-6.063v-40h6.063z"/>
    </g>
  </g>
</svg>

    
  </div>

<div class="[&>svg]:max-w-20 [&>svg]:max-h-10 [&>svg]:w-full [&>svg]:h-auto my-4 grayscale opacity-50 hover:grayscale-0 hover:opacity-100">
    
      <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 432.071 445.383">
  <g style="fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#fff;stroke-width:12.4651;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4">
    <path d="M323.205 324.227c2.833-23.601 1.984-27.062 19.563-23.239l4.463.392c13.517.615 31.199-2.174 41.587-7 22.362-10.376 35.622-27.7 13.572-23.148-50.297 10.376-53.755-6.655-53.755-6.655 53.111-78.803 75.313-178.836 56.149-203.322-52.27-66.789-142.748-35.206-144.262-34.386l-.482.089c-9.938-2.062-21.06-3.294-33.554-3.496-22.761-.374-40.032 5.967-53.133 15.904 0 0-161.408-66.498-153.899 83.628 1.597 31.936 45.777 241.655 98.47 178.31 19.259-23.163 37.871-42.748 37.871-42.748 9.242 6.14 20.307 9.272 31.912 8.147l.897-.765c-.281 2.876-.157 5.689.359 9.019-13.572 15.167-9.584 17.83-36.723 23.416-27.457 5.659-11.326 15.734-.797 18.367 12.768 3.193 42.305 7.716 62.268-20.224l-.795 3.188c5.325 4.26 4.965 30.619 5.72 49.452.756 18.834 2.017 36.409 5.856 46.771 3.839 10.36 8.369 37.05 44.036 29.406 29.809-6.388 52.6-15.582 54.677-101.107" style="fill:#000;stroke:#000;stroke-width:37.3953;stroke-linecap:butt;stroke-linejoin:miter"/>
    <path stroke="none" d="M402.395 271.23c-50.302 10.376-53.76-6.655-53.76-6.655 53.111-78.808 75.313-178.843 56.153-203.326-52.27-66.785-142.752-35.2-144.262-34.38l-.486.087c-9.938-2.063-21.06-3.292-33.56-3.496-22.761-.373-40.026 5.967-53.127 15.902 0 0-161.411-66.495-153.904 83.63 1.597 31.938 45.776 241.657 98.471 178.312 19.26-23.163 37.869-42.748 37.869-42.748 9.243 6.14 20.308 9.272 31.908 8.147l.901-.765c-.28 2.876-.152 5.689.361 9.019-13.575 15.167-9.586 17.83-36.723 23.416-27.459 5.659-11.328 15.734-.796 18.367 12.768 3.193 42.307 7.716 62.266-20.224l-.796 3.188c5.319 4.26 9.054 27.711 8.428 48.969s-1.044 35.854 3.147 47.254 8.368 37.05 44.042 29.406c29.809-6.388 45.256-22.942 47.405-50.555 1.525-19.631 4.976-16.729 5.194-34.28l2.768-8.309c3.192-26.611.507-35.196 18.872-31.203l4.463.392c13.517.615 31.208-2.174 41.591-7 22.358-10.376 35.618-27.7 13.573-23.148z" style="fill:#336791;stroke:none"/>
    <path d="M215.866 286.484c-1.385 49.516.348 99.377 5.193 111.495 4.848 12.118 15.223 35.688 50.9 28.045 29.806-6.39 40.651-18.756 45.357-46.051 3.466-20.082 10.148-75.854 11.005-87.281M173.104 38.256S11.583-27.76 19.092 122.365c1.597 31.938 45.779 241.664 98.473 178.316 19.256-23.166 36.671-41.335 36.671-41.335M260.349 26.207c-5.591 1.753 89.848-34.889 144.087 34.417 19.159 24.484-3.043 124.519-56.153 203.329"/>
    <path d="M348.282 263.953s3.461 17.036 53.764 6.653c22.04-4.552 8.776 12.774-13.577 23.155-18.345 8.514-59.474 10.696-60.146-1.069-1.729-30.355 21.647-21.133 19.96-28.739-1.525-6.85-11.979-13.573-18.894-30.338-6.037-14.633-82.796-126.849 21.287-110.183 3.813-.789-27.146-99.002-124.553-100.599-97.385-1.597-94.19 119.762-94.19 119.762" style="stroke-linejoin:bevel"/>
    <path d="M188.604 274.334c-13.577 15.166-9.584 17.829-36.723 23.417-27.459 5.66-11.326 15.733-.797 18.365 12.768 3.195 42.307 7.718 62.266-20.229 6.078-8.509-.036-22.086-8.385-25.547-4.034-1.671-9.428-3.765-16.361 3.994"/>
    <path d="M187.715 274.069c-1.368-8.917 2.93-19.528 7.536-31.942 6.922-18.626 22.893-37.255 10.117-96.339-9.523-44.029-73.396-9.163-73.436-3.193-.039 5.968 2.889 30.26-1.067 58.548-5.162 36.913 23.488 68.132 56.479 64.938"/>
    <path d="M172.517 141.7c-.288 2.039 3.733 7.48 8.976 8.207 5.234.73 9.714-3.522 9.998-5.559.284-2.039-3.732-4.285-8.977-5.015-5.237-.731-9.719.333-9.996 2.367z" style="fill:#fff;stroke-width:4.155;stroke-linecap:butt;stroke-linejoin:miter"/>
    <path d="M331.941 137.543c.284 2.039-3.732 7.48-8.976 8.207-5.238.73-9.718-3.522-10.005-5.559-.277-2.039 3.74-4.285 8.979-5.015s9.718.333 10.002 2.368z" style="fill:#fff;stroke-width:2.0775;stroke-linecap:butt;stroke-linejoin:miter"/>
    <path d="M350.676 123.432c.863 15.994-3.445 26.888-3.988 43.914-.804 24.748 11.799 53.074-7.191 81.435"/>
  </g>
</svg>

    
  </div>

<div class="[&>svg]:max-w-20 [&>svg]:max-h-10 [&>svg]:w-full [&>svg]:h-auto my-4 grayscale opacity-50 hover:grayscale-0 hover:opacity-100">
    
      <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" viewBox="0 0 518.453 153.36">
  <defs>
    <linearGradient id="icon7c">
      <stop offset="0" style="stop-color:#b8b8b8;stop-opacity:.49803922"/>
      <stop offset="1" style="stop-color:#7f7f7f;stop-opacity:0"/>
    </linearGradient>
    <linearGradient id="icon7a">
      <stop offset="0" style="stop-color:#ffd43b;stop-opacity:1"/>
      <stop offset="1" style="stop-color:#ffe873;stop-opacity:1"/>
    </linearGradient>
    <linearGradient id="icon7b">
      <stop offset="0" style="stop-color:#5a9fd4;stop-opacity:1"/>
      <stop offset="1" style="stop-color:#306998;stop-opacity:1"/>
    </linearGradient>
    <linearGradient xlink:href="#icon7a" id="icon7e" x1="150.961" x2="112.031" y1="192.352" y2="137.273" gradientTransform="matrix(.56254 0 0 .56797 -9.4 -5.305)" gradientUnits="userSpaceOnUse"/>
    <linearGradient xlink:href="#icon7b" id="icon7d" x1="26.649" x2="135.665" y1="20.604" y2="114.398" gradientTransform="matrix(.56254 0 0 .56797 -9.4 -5.305)" gradientUnits="userSpaceOnUse"/>
    <radialGradient xlink:href="#icon7c" id="icon7f" cx="61.519" cy="132.286" r="29.037" fx="61.519" fy="132.286" gradientTransform="matrix(0 -.2964 1.43676 0 -128.544 150.52)" gradientUnits="userSpaceOnUse"/>
  </defs>
  <path d="M184.613 61.93c0-14.563-4.152-22.039-12.456-22.448a23.4 23.4 0 0 0-9.67 1.589c-2.504.896-4.19 1.783-5.078 2.68v34.758c5.312 3.334 10.03 4.883 14.143 4.64 8.704-.575 13.061-7.642 13.061-21.22m10.245.604c0 7.398-1.735 13.538-5.225 18.422-3.889 5.526-9.279 8.372-16.17 8.528-5.195.166-10.547-1.462-16.054-4.873v31.59l-8.909-3.177v-70.12c1.463-1.793 3.344-3.333 5.625-4.64q7.953-4.637 19.328-4.756l.127.127c6.93-.088 12.271 2.758 16.024 8.528 3.5 5.293 5.254 12.077 5.254 20.372m54.447 20.732q0 14.883-2.983 20.615c-1.998 3.82-5.8 6.872-11.414 9.143-4.551 1.793-9.474 2.768-14.757 2.933l-1.471-5.614q8.055-1.096 11.345-2.193c4.318-1.462 7.281-3.704 8.909-6.706 1.306-2.446 1.95-7.115 1.95-14.026v-2.32c-6.093 2.768-12.477 4.143-19.154 4.143-4.386 0-8.255-1.375-11.589-4.143q-5.614-4.518-5.614-11.462V36.558l8.909-3.051v37.321q0 5.98 3.86 9.211c2.573 2.155 5.906 3.188 9.99 3.11 4.084-.088 8.46-1.667 13.11-4.757v-43.54h8.909zm34.777 5.731a36 36 0 0 1-2.933.127c-5.04 0-8.968-1.2-11.775-3.607-2.797-2.407-4.2-5.731-4.2-9.97v-35.09h-6.103v-5.605h6.102V19.968l8.9-3.168v18.052h10.01v5.605h-10.01v34.845q0 5.018 2.69 7.096c1.54 1.14 3.986 1.794 7.32 1.96zm53.941-.731h-8.909V53.878c0-3.499-.819-6.51-2.446-9.026-1.882-2.846-4.494-4.269-7.847-4.269q-6.126 0-15.322 6.463v41.22h-8.91V6.069l8.91-2.807V40.7c5.692-4.142 11.91-6.218 18.665-6.218q7.077.002 11.463 4.756c2.934 3.168 4.396 7.116 4.396 11.833zm47.351-27.74c0-5.595-1.062-10.215-3.177-13.87-2.515-4.455-6.424-6.804-11.707-7.047-9.766.565-14.64 7.563-14.64 20.975 0 6.15 1.014 11.287 3.06 15.41 2.613 5.254 6.531 7.847 11.756 7.76 9.805-.079 14.708-7.818 14.708-23.228m9.757.058c0 7.964-2.037 14.592-6.102 19.884-4.474 5.927-10.653 8.9-18.539 8.9-7.817 0-13.909-2.973-18.305-8.9-3.986-5.292-5.975-11.92-5.975-19.884 0-7.485 2.155-13.782 6.463-18.91 4.552-5.438 10.536-8.167 17.934-8.167s13.422 2.729 18.062 8.168c4.308 5.127 6.462 11.424 6.462 18.91m51.075 27.681h-8.909V51.929c0-3.987-1.199-7.096-3.597-9.338-2.397-2.232-5.595-3.314-9.581-3.226-4.23.078-8.256 1.462-12.077 4.142v44.759h-8.909v-45.86q7.69-5.6 14.153-7.31c4.065-1.063 7.652-1.59 10.742-1.59 2.115 0 4.103.206 5.974.615 3.5.809 6.346 2.31 8.539 4.513 2.446 2.437 3.665 5.36 3.665 8.782z" style="fill:#646464;fill-opacity:1"/>
  <path d="M60.51 6.398c-4.583.021-8.96.412-12.812 1.094-11.347 2.004-13.407 6.2-13.407 13.937v10.219h26.813v3.406H24.229c-7.793 0-14.616 4.684-16.75 13.594-2.462 10.213-2.571 16.586 0 27.25 1.906 7.938 6.457 13.594 14.25 13.594h9.219v-12.25c0-8.85 7.657-16.657 16.75-16.657h26.78c7.456 0 13.407-6.138 13.407-13.625V21.43c0-7.267-6.13-12.726-13.406-13.938-4.606-.767-9.385-1.115-13.969-1.094m-14.5 8.219c2.77 0 5.031 2.298 5.031 5.125 0 2.816-2.261 5.093-5.03 5.093-2.78 0-5.032-2.277-5.032-5.093 0-2.827 2.252-5.125 5.031-5.125" style="fill:url(#icon7d);fill-opacity:1"/>
  <path d="M91.229 35.054V46.96c0 9.231-7.826 17-16.75 17H47.698c-7.336 0-13.407 6.279-13.407 13.625v25.532c0 7.266 6.319 11.54 13.407 13.625 8.487 2.495 16.626 2.946 26.78 0 6.751-1.955 13.407-5.888 13.407-13.625V92.898H61.104v-3.406h40.187c7.793 0 10.697-5.436 13.407-13.594 2.799-8.399 2.68-16.476 0-27.25-1.926-7.757-5.604-13.594-13.407-13.594zM76.166 99.71c2.78 0 5.032 2.278 5.032 5.094 0 2.827-2.252 5.125-5.032 5.125-2.77 0-5.03-2.298-5.03-5.125 0-2.816 2.26-5.094 5.03-5.094" style="fill:url(#icon7e);fill-opacity:1"/>
  <path d="M463.554 26.91h1.562v-9.797h3.7v-1.168h-8.962v1.168h3.7zm6.647 0h1.335v-8.947l2.896 8.946h1.486l3.018-8.915v8.916h1.456V15.945h-1.926l-3.298 9.393-2.813-9.393H470.2z" style="font-size:15.16445827px;font-style:normal;font-weight:400;line-height:125%;fill:#646464;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"/>
  <path d="M110.467 132.286a48.948 8.607 0 1 1-97.896 0 48.948 8.607 0 1 1 97.896 0" style="opacity:.44382019;fill:url(#icon7f);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.73406 0 0 .80952 16.25 27.01)"/>
</svg>

    
  </div>

<div class="[&>svg]:max-w-20 [&>svg]:max-h-10 [&>svg]:w-full [&>svg]:h-auto my-4 grayscale opacity-50 hover:grayscale-0 hover:opacity-100">
    
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 115.154">
  <path d="M61.32 95.393 0 67.425V56.789l61.32-29.347v15.626l-43.725 18.71v.395l43.724 17.595Z" style="fill:#333"/>
  <path d="m139.315 5.384-45.891 109.77H74.91l45.694-109.77Z" style="fill:#3465a4"/>
  <path d="M215.997 66.572 154.678 94.54V78.98l43.856-17.529v-.263l-43.856-18.776V26.786l61.32 29.15Zm127.17 32.957h-20.681V61.32q0-14.772-10.767-14.771a11.02 11.02 0 0 0-8.93 4.136 15.95 15.95 0 0 0-3.413 10.504V99.53H278.63V0h20.746v42.28h.263q7.615-11.62 20.68-11.62 22.848 0 22.848 27.574Zm57.052-.787q-4.597 2.427-13.853 2.429-21.929 0-21.928-22.782V47.598H353.54V32.301h10.898v-14.51l20.68-5.908v20.418h15.1v15.297h-15.1v27.18q0 10.504 8.338 10.505a14.06 14.06 0 0 0 6.763-1.904Zm118.437.787h-20.68V61.19q0-14.64-10.767-14.641a9.89 9.89 0 0 0-8.338 4.399 18.08 18.08 0 0 0-3.217 10.963v37.62h-20.747V60.793q0-14.246-10.57-14.246a10.13 10.13 0 0 0-8.501 4.202q-3.186 4.202-3.185 11.423v37.356h-20.746V32.301h20.746v10.505h.263a25.47 25.47 0 0 1 21.73-12.146q14.247 0 19.5 12.539 7.681-12.538 22.585-12.54 21.927 0 21.927 27.05Z" style="fill:#333"/>
  <path d="m600 32.301-22.191 32.564 22.06 34.664H575.97l-9.717-18.12q-1.181-2.166-2.823-6.106h-.263a42.6 42.6 0 0 1-2.692 5.91l-9.781 18.316h-23.832l22.716-33.483-21.337-33.745h24.029l9.584 18.842a41.3 41.3 0 0 1 2.692 6.303h.263a44.3 44.3 0 0 1 2.823-6.434l9.782-18.71Z" style="fill:#3465a4"/>
</svg>

    
  </div>

<div class="[&>svg]:max-w-20 [&>svg]:max-h-10 [&>svg]:w-full [&>svg]:h-auto my-4 grayscale opacity-50 hover:grayscale-0 hover:opacity-100">
    
      <svg xmlns="http://www.w3.org/2000/svg" width="267" height="80" viewBox="0 0 267 80" fill="none"><mask id="mask0_1804_2337" maskUnits="userSpaceOnUse" x="0" y="0" width="267" height="80" style="mask-type: luminance;"><path d="M267 0H0V79.3784H267V0Z" fill="white"/></mask><g mask="url(#mask0_1804_2337)"><path d="M234.983 78.7547C234.292 78.7547 233.648 78.5695 233.05 78.2452L226.929 74.5871C226.008 74.0776 226.469 73.8924 226.745 73.7998C227.987 73.3829 228.217 73.2903 229.506 72.5495C229.644 72.4569 229.828 72.5033 229.966 72.5959L234.66 75.4206C234.844 75.5132 235.074 75.5132 235.212 75.4206L253.575 64.7235C253.758 64.6309 253.852 64.4457 253.852 64.2143V42.8665C253.852 42.6351 253.758 42.4499 253.575 42.3573L235.212 31.7067C235.028 31.614 234.798 31.614 234.66 31.7067L216.298 42.3573C216.114 42.4499 216.022 42.6813 216.022 42.8665V64.2143C216.022 64.3995 216.114 64.6309 216.298 64.7235L221.314 67.641C224.029 69.0301 225.732 67.4094 225.732 65.7886V44.7189C225.732 44.4411 225.962 44.1633 226.285 44.1633H228.632C228.908 44.1633 229.184 44.3947 229.184 44.7189V65.7886C229.184 69.447 227.205 71.577 223.753 71.577C222.695 71.577 221.867 71.577 219.519 70.4195L214.687 67.641C213.491 66.9463 212.754 65.6498 212.754 64.2604V42.913C212.754 41.5236 213.491 40.2271 214.687 39.5324L233.05 28.8356C234.2 28.1873 235.765 28.1873 236.915 28.8356L255.278 39.5324C256.474 40.2271 257.21 41.5236 257.21 42.913V64.2604C257.21 65.6498 256.474 66.9463 255.278 67.641L236.915 78.3378C236.363 78.5695 235.673 78.7547 234.983 78.7547Z" fill="#5FA04E"/><path d="M240.69 64.075C232.635 64.075 230.978 60.3704 230.978 57.2215C230.978 56.9437 231.208 56.6658 231.53 56.6658H233.923C234.2 56.6658 234.43 56.8511 234.43 57.1289C234.798 59.5831 235.856 60.7873 240.735 60.7873C244.601 60.7873 246.258 59.9074 246.258 57.8236C246.258 56.6197 245.796 55.7398 239.768 55.1377C234.752 54.6282 231.622 53.5169 231.622 49.4881C231.622 45.7374 234.752 43.5145 239.998 43.5145C245.89 43.5145 248.789 45.5521 249.157 49.9976C249.157 50.1366 249.111 50.2754 249.02 50.4144C248.926 50.507 248.789 50.5997 248.649 50.5997H246.21C245.982 50.5997 245.751 50.4144 245.705 50.1828C245.152 47.6359 243.725 46.8025 239.952 46.8025C235.718 46.8025 235.212 48.2842 235.212 49.3955C235.212 50.7384 235.81 51.1553 241.517 51.8962C247.177 52.637 249.847 53.7021 249.847 57.6845C249.847 61.7595 246.487 64.075 240.69 64.075Z" fill="#5FA04E"/><path d="M267.2 41.6621C267.2 43.6071 265.588 45.2279 263.654 45.2279C261.722 45.2279 260.111 43.6533 260.111 41.6621C260.111 39.6247 261.768 38.0966 263.654 38.0966C265.542 38.0966 267.2 39.6709 267.2 41.6621ZM260.664 41.6621C260.664 43.3293 261.999 44.6722 263.608 44.6722C265.266 44.6722 266.601 43.2829 266.601 41.6621C266.601 39.9951 265.266 38.6986 263.608 38.6986C262.045 38.6986 260.664 39.9951 260.664 41.6621ZM262.321 39.6709H263.702C264.162 39.6709 265.083 39.6709 265.083 40.736C265.083 41.4769 264.621 41.6159 264.344 41.7085C264.898 41.7547 264.943 42.1254 264.989 42.6346C265.035 42.9588 265.083 43.5145 265.174 43.6997H264.344C264.344 43.5145 264.207 42.4958 264.207 42.4494C264.162 42.218 264.07 42.1254 263.794 42.1254H263.103V43.7459H262.321V39.6709ZM263.057 41.4307H263.654C264.162 41.4307 264.253 41.0603 264.253 40.875C264.253 40.3194 263.885 40.3194 263.654 40.3194H263.012V41.4307H263.057Z" fill="#5FA04E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M43.6737 41.9539C43.6737 41.1204 43.2136 40.3334 42.4773 39.9165L23.0104 28.5712C22.6883 28.386 22.3201 28.2934 21.9519 28.2472C21.9059 28.2472 21.7679 28.2472 21.7679 28.2472C21.3997 28.2472 21.0315 28.386 20.7094 28.5712L1.19654 39.8701C0.460209 40.287 0 41.0743 0 41.9539L0.0460209 72.3315C0.0460209 72.7484 0.276126 73.165 0.644293 73.3502C1.01246 73.5819 1.47267 73.5819 1.79482 73.3502L13.3921 66.682C14.1284 66.2653 14.5886 65.4781 14.5886 64.6446V50.4282C14.5886 49.5947 15.0488 48.8074 15.7852 48.3908L20.7094 45.5197C21.0776 45.288 21.4917 45.1954 21.9059 45.1954C22.3201 45.1954 22.7343 45.288 23.0565 45.5197L27.9806 48.3908C28.7169 48.8074 29.1773 49.5947 29.1773 50.4282V64.6446C29.1773 65.4781 29.6375 66.2653 30.3738 66.682L41.8791 73.3502C42.2471 73.5819 42.7073 73.5819 43.0755 73.3502C43.4438 73.165 43.6737 72.7484 43.6737 72.3315V41.9539Z" fill="#333333"/><path fill-rule="evenodd" clip-rule="evenodd" d="M137.465 0.138922C137.096 -0.0463072 136.636 -0.0463072 136.314 0.138922C135.946 0.370456 135.716 0.740915 135.716 1.15768V31.2573C135.716 31.5351 135.578 31.8129 135.301 31.9984C135.025 32.1372 134.749 32.1372 134.473 31.9984L129.595 29.1735C128.859 28.7569 127.984 28.7569 127.248 29.1735L107.735 40.5188C106.999 40.9357 106.539 41.7227 106.539 42.5562V65.2004C106.539 66.0342 106.999 66.8212 107.735 67.2381L127.248 78.5834C127.984 79 128.859 79 129.595 78.5834L149.108 67.2381C149.844 66.8212 150.304 66.0342 150.304 65.2004V8.75207C150.304 7.87222 149.844 7.085 149.108 6.66824L137.465 0.138922ZM135.67 57.7451C135.67 57.9765 135.578 58.1617 135.394 58.2544L128.72 62.1444C128.536 62.237 128.306 62.237 128.122 62.1444L121.449 58.2544C121.265 58.1617 121.173 57.9303 121.173 57.7451V49.9656C121.173 49.7339 121.265 49.5487 121.449 49.4561L128.122 45.5663C128.306 45.4737 128.536 45.4737 128.72 45.5663L135.394 49.4561C135.578 49.5487 135.67 49.7803 135.67 49.9656V57.7451Z" fill="#333333"/><path fill-rule="evenodd" clip-rule="evenodd" d="M202.398 49.7801C203.135 49.3632 203.549 48.5762 203.549 47.7425V42.2319C203.549 41.3985 203.089 40.6112 202.398 40.1946L183.023 28.8957C182.287 28.4788 181.413 28.4788 180.676 28.8957L161.164 40.2407C160.427 40.6576 159.967 41.4449 159.967 42.2784V64.9226C159.967 65.7561 160.427 66.5434 161.164 66.96L180.538 78.0737C181.275 78.4905 182.149 78.4905 182.839 78.0737L194.575 71.4983C194.943 71.3131 195.173 70.8962 195.173 70.4793C195.173 70.0627 194.943 69.6459 194.575 69.4606L174.97 58.1153C174.602 57.8839 174.372 57.5135 174.372 57.0966V50.0117C174.372 49.5949 174.602 49.178 174.97 48.9928L181.091 45.4735C181.459 45.2421 181.919 45.2421 182.287 45.4735L188.408 48.9928C188.776 49.2245 189.006 49.5949 189.006 50.0117V55.5685C189.006 55.9853 189.236 56.4019 189.605 56.5872C189.973 56.8188 190.433 56.8188 190.801 56.5872L202.398 49.7801Z" fill="#333333"/><path fill-rule="evenodd" clip-rule="evenodd" d="M181.551 48.7155C181.689 48.6228 181.874 48.6228 182.012 48.7155L185.739 50.8919C185.877 50.9845 185.969 51.1235 185.969 51.3087V55.6615C185.969 55.8468 185.877 55.9858 185.739 56.0784L182.012 58.2548C181.874 58.3474 181.689 58.3474 181.551 58.2548L177.824 56.0784C177.686 55.9858 177.594 55.8468 177.594 55.6615V51.3087C177.594 51.1235 177.686 50.9845 177.824 50.8919L181.551 48.7155Z" fill="#5FA04E"/><path d="M76.3012 28.9882C75.5647 28.5716 74.6903 28.5716 73.954 28.9882L54.5792 40.241C53.8429 40.6578 53.4287 41.4449 53.4287 42.2786V64.83C53.4287 65.6637 53.8889 66.4507 54.5792 66.8676L73.954 78.1203C74.6903 78.5369 75.5647 78.5369 76.3012 78.1203L95.6758 66.8676C96.4123 66.4507 96.8263 65.6637 96.8263 64.83V42.2786C96.8263 41.4449 96.3662 40.6578 95.6758 40.241L76.3012 28.9882Z" fill="url(#paint0_linear_1804_2337)"/><path d="M95.7218 40.241L76.2551 28.9882C76.0709 28.8956 75.8409 28.803 75.6567 28.7568L53.843 66.3119C54.027 66.5433 54.257 66.7286 54.4872 66.8676L73.9541 78.1203C74.5062 78.4443 75.1506 78.5369 75.7488 78.3517L96.2282 40.6578C96.0901 40.4726 95.9059 40.3336 95.7218 40.241Z" fill="url(#paint1_linear_1804_2337)"/><path d="M95.7224 66.8669C96.2747 66.5427 96.6889 65.9871 96.8729 65.385L75.5651 28.7098C75.013 28.6172 74.4146 28.6633 73.9085 28.9876L54.5796 40.1939L75.427 78.4437C75.7031 78.3973 76.0255 78.3046 76.3016 78.1659L95.7224 66.8669Z" fill="url(#paint2_linear_1804_2337)"/></g><defs><linearGradient id="paint0_linear_1804_2337" x1="83.0183" y1="37.3689" x2="65.3246" y2="73.2407" gradientUnits="userSpaceOnUse"><stop stop-color="#3F873F"/><stop offset="0.3296" stop-color="#3F8B3D"/><stop offset="0.6367" stop-color="#3E9638"/><stop offset="0.9341" stop-color="#3DA92E"/><stop offset="1" stop-color="#3DAE2B"/></linearGradient><linearGradient id="paint1_linear_1804_2337" x1="72.183" y1="56.1876" x2="121.552" y2="19.937" gradientUnits="userSpaceOnUse"><stop offset="0.1376" stop-color="#3F873F"/><stop offset="0.4016" stop-color="#52A044"/><stop offset="0.7129" stop-color="#64B749"/><stop offset="0.9081" stop-color="#6ABF4B"/></linearGradient><linearGradient id="paint2_linear_1804_2337" x1="52.7188" y1="53.5463" x2="97.551" y2="53.5463" gradientUnits="userSpaceOnUse"><stop offset="0.0919165" stop-color="#6ABF4B"/><stop offset="0.2871" stop-color="#64B749"/><stop offset="0.5984" stop-color="#52A044"/><stop offset="0.8624" stop-color="#3F873F"/></linearGradient></defs></svg>
    
  </div>


</div>

</div>

        
          <hr class="hr">

        
          <div class="my-container">
  <h2 class="h2">Featured</h2>
</div>

        
          

<div class="my-container space-y-8">
  
    
      
      



<a class="flex flex-col sm:flex-row gap-x-8 gap-y-4 group" href="/en/featured/slovenian-film-database/">
  <div class="sm:w-64 md:w-96 order-2 sm:order-1 flex-none">
    
    <picture><source srcset="/media/images/bsf.2e16d0ba.format-avif.fill-384x288.avif 384w, /media/images/bsf.2e16d0ba.format-avif.fill-768x576.avif 768w" sizes="(max-width:600px) 100vw, 384w" type="image/avif"><source srcset="/media/images/bsf.2e16d0ba.format-webp.fill-384x288.webp 384w, /media/images/bsf.2e16d0ba.format-webp.fill-768x576.webp 768w" sizes="(max-width:600px) 100vw, 384w" type="image/webp"><img alt="BSF" class="w-full rounded-2xl" height="288" sizes="(max-width:600px) 100vw, 384w" src="/media/images/bsf.2e16d0ba.format-jpeg.fill-384x288.jpg" srcset="/media/images/bsf.2e16d0ba.format-jpeg.fill-384x288.jpg 384w, /media/images/bsf.2e16d0ba.format-jpeg.fill-768x576.jpg 768w" width="384"></picture>
    
  </div>
  <div class="flex flex-col order-1 sm:order-2">
    <div class="flex-1 space-y-4">
      <h3 class="h3 group-hover:underline">
        Slovenian Film Database
      </h3>
      <div class="">
        <p data-block-key="a3rqm">BSF.SI is the largest freely accessible online database of information, images, written, and video materials about Slovenian films and filmmakers. We have been participating in the project since 2018.</p>
      </div>
    </div>
    <div class="hidden sm:block sm:flex-0">
      <div class="link">More</div>
    </div>
  </div>
  <div class="sm:hidden order-3">
    <div class="link">More</div>
  </div>
</a>

    
  
</div>

        
      </div>
    

    
    
  </div>


    </div>

    
      <div class="flex-grow-0 flex-shrink-0">
        
          
<footer class="my-container flex flex-wrap text-sm gap-4 py-4">
  <?xml version="1.0" encoding="UTF-8"?>
<svg width="168px" height="23px" viewBox="0 0 168 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch -->
    <title>informatikaMihelac-bw</title>
    <desc>Created with Sketch.</desc>
    <defs>
        <path d="M3.112,2.016 C3.112,2.784 2.464,3.432 1.696,3.432 C0.904,3.432 0.256,2.784 0.256,2.016 C0.256,1.224 0.904,0.576 1.696,0.576 C2.464,0.576 3.112,1.224 3.112,2.016 Z M2.848,18 L0.544,18 L0.544,5.4 L2.848,5.4 L2.848,18 Z M13.744,18 L11.44,18 L11.44,10.248 C11.44,8.16 11.032,7.32 9.88,7.32 C9.16,7.32 8.464,7.728 8.008,8.472 L8.008,18 L5.704,18 L5.704,5.4 L8.008,5.4 L8.008,6.264 C8.512,5.616 9.376,5.136 10.456,5.136 C12.88,5.136 13.744,6.696 13.744,9.864 L13.744,18 Z M21.712,2.736 C21.424,2.64 21.088,2.592 20.752,2.592 C19.624,2.592 19.288,3 19.288,3.936 L19.288,5.4 L21.352,5.4 L21.352,7.56 L19.288,7.56 L19.288,18 L16.984,18 L16.984,7.56 L15.712,7.56 L15.712,5.4 L16.984,5.4 L16.984,3.624 C16.984,1.56 18.184,0.576 19.816,0.576 C20.608,0.576 21.184,0.648 21.712,0.816 L21.712,2.736 Z M32.032,11.664 C32.032,16.08 30.208,18.264 27.424,18.264 C24.808,18.264 22.96,16.176 22.96,11.76 C22.96,7.344 24.712,5.136 27.52,5.136 C30.184,5.136 32.032,7.272 32.032,11.664 Z M29.704,11.712 C29.704,8.856 28.912,7.344 27.472,7.344 C26.032,7.344 25.288,8.832 25.288,11.712 C25.288,14.592 26.056,16.056 27.496,16.056 C28.936,16.056 29.704,14.328 29.704,11.712 Z M40.6,5.568 L40.048,7.872 C39.592,7.608 39.16,7.488 38.44,7.488 C37.792,7.488 37.168,7.704 36.64,8.472 L36.64,18 L34.336,18 L34.336,5.4 L36.64,5.4 L36.64,6.264 C37.144,5.616 37.936,5.136 38.872,5.136 C39.664,5.136 40.216,5.328 40.6,5.568 Z M55.696,18 L53.392,18 L53.392,10.248 C53.392,8.16 53.224,7.32 52.072,7.32 C51.352,7.32 50.656,7.728 50.2,8.472 L50.2,18 L47.896,18 L47.896,10.248 C47.896,8.16 47.728,7.32 46.576,7.32 C45.856,7.32 45.16,7.728 44.704,8.472 L44.704,18 L42.4,18 L42.4,5.4 L44.704,5.4 L44.704,6.264 C45.208,5.616 45.976,5.136 47.056,5.136 C48.304,5.136 49.072,5.568 49.6,6.48 C50.488,5.472 51.424,5.136 52.552,5.136 C55.072,5.136 55.696,6.768 55.696,10.104 L55.696,18 Z M66.064,18 L63.76,18 L63.76,17.136 C63.112,17.88 62.296,18.264 61.168,18.264 C59.32,18.264 57.736,16.872 57.736,14.04 C57.736,11.304 59.44,9.912 61.84,9.912 C62.608,9.912 63.256,10.08 63.76,10.32 L63.76,9.096 C63.76,7.872 63.352,7.296 62.128,7.296 C61.336,7.296 60.616,7.512 59.656,8.088 L58.672,6.336 C59.824,5.568 61.144,5.136 62.296,5.136 C65.008,5.136 66.064,6.096 66.064,8.904 L66.064,18 Z M63.76,15 L63.76,12.48 C63.208,12.144 62.728,12 61.864,12 C60.784,12 60.04,12.624 60.04,13.992 C60.04,15.48 60.64,16.176 61.624,16.176 C62.608,16.176 63.328,15.744 63.76,15 Z M74.032,15.552 L73.768,17.688 C73.216,18.048 72.568,18.264 71.704,18.264 C70.024,18.264 69.28,17.088 69.28,15.048 L69.28,7.56 L67.912,7.56 L67.912,5.4 L69.28,5.4 L69.28,1.728 L71.584,0.504 L71.584,5.4 L74.008,5.4 L74.008,7.56 L71.584,7.56 L71.584,14.832 C71.584,15.72 71.92,16.08 72.544,16.08 C73.144,16.08 73.696,15.84 74.032,15.552 Z M79.12,2.016 C79.12,2.784 78.472,3.432 77.704,3.432 C76.912,3.432 76.264,2.784 76.264,2.016 C76.264,1.224 76.912,0.576 77.704,0.576 C78.472,0.576 79.12,1.224 79.12,2.016 Z M78.856,18 L76.552,18 L76.552,5.4 L78.856,5.4 L78.856,18 Z M89.872,18 L87.352,18 L85.264,12.12 L84.016,14.112 L84.016,18 L81.712,18 L81.712,1.704 L84.016,0.504 L84.016,8.064 C84.016,8.856 83.992,10.152 83.968,10.776 C84.208,10.272 84.688,9.408 85,8.832 L86.896,5.4 L89.512,5.4 L86.8,9.768 L89.872,18 Z M99.592,18 L97.288,18 L97.288,17.136 C96.64,17.88 95.824,18.264 94.696,18.264 C92.848,18.264 91.264,16.872 91.264,14.04 C91.264,11.304 92.968,9.912 95.368,9.912 C96.136,9.912 96.784,10.08 97.288,10.32 L97.288,9.096 C97.288,7.872 96.88,7.296 95.656,7.296 C94.864,7.296 94.144,7.512 93.184,8.088 L92.2,6.336 C93.352,5.568 94.672,5.136 95.824,5.136 C98.536,5.136 99.592,6.096 99.592,8.904 L99.592,18 Z M97.288,15 L97.288,12.48 C96.736,12.144 96.256,12 95.392,12 C94.312,12 93.568,12.624 93.568,13.992 C93.568,15.48 94.168,16.176 95.152,16.176 C96.136,16.176 96.856,15.744 97.288,15 Z M113.944,18 L111.64,18 L111.64,11.232 C111.64,10.176 111.664,7.728 111.688,7.08 C111.496,7.752 110.776,10.2 110.392,11.424 L108.232,18.456 L106.072,11.424 C105.688,10.2 104.968,7.752 104.776,7.08 C104.8,7.728 104.824,10.176 104.824,11.232 L104.824,18 L102.616,18 L102.616,1.2 L105.088,1.2 L107.248,8.184 C107.56,9.192 108.136,11.256 108.28,11.856 C108.448,11.232 109.024,9.096 109.336,8.112 L111.496,1.2 L113.944,1.2 L113.944,18 Z M119.68,2.016 C119.68,2.784 119.032,3.432 118.264,3.432 C117.472,3.432 116.824,2.784 116.824,2.016 C116.824,1.224 117.472,0.576 118.264,0.576 C119.032,0.576 119.68,1.224 119.68,2.016 Z M119.416,18 L117.112,18 L117.112,5.4 L119.416,5.4 L119.416,18 Z M130.312,18 L128.008,18 L128.008,10.248 C128.008,8.16 127.6,7.32 126.448,7.32 C125.728,7.32 125.032,7.728 124.576,8.472 L124.576,18 L122.272,18 L122.272,1.704 L124.576,0.504 L124.576,6.264 C125.08,5.616 125.944,5.136 127.024,5.136 C129.448,5.136 130.312,6.696 130.312,9.864 L130.312,18 Z M141.472,11.664 C141.472,11.88 141.472,12.24 141.448,12.48 L134.848,12.48 C134.992,14.976 135.88,16.056 137.224,16.056 C138.28,16.056 138.784,15.792 139.504,15.12 L140.92,16.584 C140.056,17.544 138.784,18.264 137.176,18.264 C134.176,18.264 132.544,15.72 132.544,11.76 C132.544,7.344 134.368,5.136 137.032,5.136 C139.552,5.136 141.472,7.272 141.472,11.664 Z M139.12,10.488 C139.048,8.616 138.28,7.296 136.984,7.296 C135.808,7.296 135.064,8.328 134.872,10.488 L139.12,10.488 Z M146.2,18 L143.896,18 L143.896,1.704 L146.2,0.504 L146.2,18 Z M156.76,18 L154.456,18 L154.456,17.136 C153.808,17.88 152.992,18.264 151.864,18.264 C150.016,18.264 148.432,16.872 148.432,14.04 C148.432,11.304 150.136,9.912 152.536,9.912 C153.304,9.912 153.952,10.08 154.456,10.32 L154.456,9.096 C154.456,7.872 154.048,7.296 152.824,7.296 C152.032,7.296 151.312,7.512 150.352,8.088 L149.368,6.336 C150.52,5.568 151.84,5.136 152.992,5.136 C155.704,5.136 156.76,6.096 156.76,8.904 L156.76,18 Z M154.456,15 L154.456,12.48 C153.904,12.144 153.424,12 152.56,12 C151.48,12 150.736,12.624 150.736,13.992 C150.736,15.48 151.336,16.176 152.32,16.176 C153.304,16.176 154.024,15.744 154.456,15 Z M167.104,16.032 C166.264,17.352 165.256,18.264 163.432,18.264 C160.816,18.264 159.04,16.176 159.04,11.76 C159.04,7.344 160.72,5.136 163.528,5.136 C165.352,5.136 166.36,6.12 167.08,7.344 L165.424,8.784 C164.776,7.752 164.272,7.344 163.456,7.344 C161.992,7.344 161.368,8.952 161.368,11.712 C161.368,14.376 162.016,16.056 163.528,16.056 C164.296,16.056 164.824,15.648 165.448,14.664 L167.104,16.032 Z" id="path-1"></path>
    </defs>
    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="informatikaMihelac-bw" fill="#000000">
            <use fill-opacity="0.3" xlink:href="#path-1"></use>
            <use xlink:href="#path-1"></use>
        </g>
    </g>
</svg>

  <a class="link" href="/en/tos/">
    Privacy statement
  </a>
</footer>

        
      </div>
    


    
      
    

    
      <script src="/static/assets/js/main.ce10af7126d3.js"></script>
    
  </body>
</html>
