/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: Bitter, Noto Serif SC, serif;
    --font-mono: Iosevka, monospace;
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand: oklch(0.5867 0.1955 2.08);
    --color-brand-dark: oklch(0.5467 0.1955 2.08);
    --color-brand-darker: oklch(0.5067 0.1955 2.08);
    --color-bg: oklch(0.1831 0.004 285.99);
    --color-bg-sub: oklch(0.1931 0.004 285.99);
    --color-main-bg: oklch(0.2031 0.004 285.99);
    --color-fg: oklch(0.9911 0.004 285.99);
    --color-main-fg: var(--color-zinc-200);
    --color-main-fg-sub: var(--color-zinc-400);
    --color-main-border: var(--color-brand);
    --spacing-content-width: 100ch;
    --spacing-main-screen: calc(100vh - 4 * var(--spacing-navbar));
    --spacing-navbar: 3.5rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  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;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .me-6 {
    margin-inline-end: calc(var(--spacing) * 6);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .icon-\[mdi--calendar\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5z'/%3E%3C/svg%3E");
  }
  .icon-\[mdi--chevron-left\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z'/%3E%3C/svg%3E");
  }
  .icon-\[mdi--chevron-right\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E");
  }
  .icon-\[mdi--git\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.6 10.59L8.38 4.8l1.69 1.7c-.24.85.15 1.78.93 2.23v5.54c-.6.34-1 .99-1 1.73a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.74-.4-1.39-1-1.73V9.41l2.07 2.09c-.07.15-.07.32-.07.5a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2c-.18 0-.35 0-.5.07L13.93 7.5a1.98 1.98 0 0 0-1.15-2.34c-.43-.16-.88-.2-1.28-.09L9.8 3.38l.79-.78c.78-.79 2.04-.79 2.82 0l7.99 7.99c.79.78.79 2.04 0 2.82l-7.99 7.99c-.78.79-2.04.79-2.82 0L2.6 13.41c-.79-.78-.79-2.04 0-2.82'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--bilibili\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.813 4.653h.854q2.266.08 3.773 1.574Q23.946 7.72 24 9.987v7.36q-.054 2.266-1.56 3.773c-1.506 1.507-2.262 1.524-3.773 1.56H5.333q-2.266-.054-3.773-1.56C.053 19.614.036 18.858 0 17.347v-7.36q.054-2.267 1.56-3.76t3.773-1.574h.774l-1.174-1.12a1.23 1.23 0 0 1-.373-.906q0-.534.373-.907l.027-.027q.4-.373.92-.373t.92.373L9.653 4.44q.107.106.187.213h4.267a.8.8 0 0 1 .16-.213l2.853-2.747q.4-.373.92-.373c.347 0 .662.151.929.4s.391.551.391.907q0 .532-.373.906zM5.333 7.24q-1.12.027-1.88.773q-.76.748-.786 1.894v7.52q.026 1.146.786 1.893t1.88.773h13.334q1.12-.026 1.88-.773t.786-1.893v-7.52q-.026-1.147-.786-1.894t-1.88-.773zM8 11.107q.56 0 .933.373q.375.374.4.96v1.173q-.025.586-.4.96q-.373.375-.933.374c-.56-.001-.684-.125-.933-.374q-.375-.373-.4-.96V12.44q0-.56.386-.947q.387-.386.947-.386m8 0q.56 0 .933.373q.375.374.4.96v1.173q-.025.586-.4.96q-.373.375-.933.374c-.56-.001-.684-.125-.933-.374q-.375-.373-.4-.96V12.44q.025-.586.4-.96q.373-.373.933-.373'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--deno\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M1.105 18.02A11.9 11.9 0 0 1 0 12.985q0-.698.078-1.376a12 12 0 0 1 .231-1.34A12 12 0 0 1 4.025 4.02a12 12 0 0 1 5.46-2.771a12 12 0 0 1 3.428-.23c1.452.112 2.825.477 4.077 1.05a12 12 0 0 1 2.78 1.774a12.02 12.02 0 0 1 4.053 7.078A12 12 0 0 1 24 12.985q0 .454-.036.914a12 12 0 0 1-.728 3.305a12 12 0 0 1-2.38 3.875c-1.33 1.357-3.02 1.962-4.43 1.936a4.4 4.4 0 0 1-2.724-1.024c-.99-.853-1.391-1.83-1.53-2.919a5 5 0 0 1 .128-1.518c.105-.38.37-1.116.76-1.437c-.455-.197-1.04-.624-1.226-.829c-.045-.05-.04-.13 0-.183a.155.155 0 0 1 .177-.053c.392.134.869.267 1.372.35c.66.111 1.484.25 2.317.292c2.03.1 4.153-.813 4.812-2.627s.403-3.609-1.96-4.685s-3.454-2.356-5.363-3.128c-1.247-.505-2.636-.205-4.06.582c-3.838 2.121-7.277 8.822-5.69 15.032a.191.191 0 0 1-.315.19a12 12 0 0 1-1.25-1.634a12 12 0 0 1-.769-1.404M11.57 6.087c.649-.051 1.214.501 1.31 1.236c.13.979-.228 1.99-1.41 2.013c-1.01.02-1.315-.997-1.248-1.614c.066-.616.574-1.575 1.35-1.635'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--discord\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515a.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0a13 13 0 0 0-.617-1.25a.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057a19.9 19.9 0 0 0 5.993 3.03a.08.08 0 0 0 .084-.028a14 14 0 0 0 1.226-1.994a.076.076 0 0 0-.041-.106a13 13 0 0 1-1.872-.892a.077.077 0 0 1-.008-.128a10 10 0 0 0 .372-.292a.07.07 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.07.07 0 0 1 .078.01q.181.149.373.292a.077.077 0 0 1-.006.127a12.3 12.3 0 0 1-1.873.892a.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.08.08 0 0 0 .084.028a19.8 19.8 0 0 0 6.002-3.03a.08.08 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.06.06 0 0 0-.031-.03M8.02 15.33c-1.182 0-2.157-1.085-2.157-2.419c0-1.333.956-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.956 2.418-2.157 2.418m7.975 0c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.955-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.946 2.418-2.157 2.418'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--git\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M23.546 10.93L13.067.452a1.55 1.55 0 0 0-2.188 0L8.708 2.627l2.76 2.76a1.838 1.838 0 0 1 2.327 2.341l2.658 2.66a1.838 1.838 0 0 1 1.9 3.039a1.837 1.837 0 0 1-2.6 0a1.85 1.85 0 0 1-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348a1.85 1.85 0 0 1 0 2.6a1.844 1.844 0 0 1-2.609 0a1.834 1.834 0 0 1 0-2.598c.182-.18.387-.316.605-.406V8.835a1.834 1.834 0 0 1-.996-2.41L7.636 3.7L.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477a1.545 1.545 0 0 0 2.186 0l10.43-10.43a1.544 1.544 0 0 0 0-2.187'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--github\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 .297c-6.63 0-12 5.373-12 12c0 5.303 3.438 9.8 8.205 11.385c.6.113.82-.258.82-.577c0-.285-.01-1.04-.015-2.04c-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729c1.205.084 1.838 1.236 1.838 1.236c1.07 1.835 2.809 1.305 3.495.998c.108-.776.417-1.305.76-1.605c-2.665-.3-5.466-1.332-5.466-5.93c0-1.31.465-2.38 1.235-3.22c-.135-.303-.54-1.523.105-3.176c0 0 1.005-.322 3.3 1.23c.96-.267 1.98-.399 3-.405c1.02.006 2.04.138 3 .405c2.28-1.552 3.285-1.23 3.285-1.23c.645 1.653.24 2.873.12 3.176c.765.84 1.23 1.91 1.23 3.22c0 4.61-2.805 5.625-5.475 5.92c.42.36.81 1.096.81 2.22c0 1.606-.015 2.896-.015 3.286c0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--markdown\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22.27 19.385H1.73A1.73 1.73 0 0 1 0 17.655V6.345a1.73 1.73 0 0 1 1.73-1.73h20.54A1.73 1.73 0 0 1 24 6.345v11.308a1.73 1.73 0 0 1-1.73 1.731zM5.769 15.923v-4.5l2.308 2.885l2.307-2.885v4.5h2.308V8.078h-2.308l-2.307 2.885l-2.308-2.885H3.46v7.847zM21.232 12h-2.309V8.077h-2.307V12h-2.308l3.461 4.039z'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--rust\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m23.835 11.703l-1.008-.623l-.028-.294l.866-.807a.348.348 0 0 0-.116-.578l-1.106-.414a9 9 0 0 0-.087-.285l.69-.96a.346.346 0 0 0-.226-.544l-1.166-.19a9 9 0 0 0-.14-.261l.49-1.076a.34.34 0 0 0-.028-.336a.35.35 0 0 0-.3-.154l-1.185.041a7 7 0 0 0-.188-.227l.273-1.153a.347.347 0 0 0-.417-.417l-1.153.273l-.228-.188l.041-1.184a.344.344 0 0 0-.49-.328l-1.076.49l-.262-.14l-.19-1.167a.348.348 0 0 0-.545-.226l-.96.69a9 9 0 0 0-.285-.086L14.597.453a.348.348 0 0 0-.578-.116l-.807.867a9 9 0 0 0-.294-.028L12.295.168a.346.346 0 0 0-.59 0l-.623 1.008l-.294.028L9.98.337a.346.346 0 0 0-.578.116l-.414 1.106l-.285.086l-.959-.69a.348.348 0 0 0-.545.226l-.19 1.167a9 9 0 0 0-.262.14l-1.076-.49a.346.346 0 0 0-.49.328l.041 1.184a8 8 0 0 0-.228.187l-1.153-.272a.347.347 0 0 0-.417.417l.271 1.153l-.186.227l-1.184-.042a.346.346 0 0 0-.328.49l.49 1.077a9 9 0 0 0-.14.262l-1.166.19a.348.348 0 0 0-.226.544l.69.958l-.087.286l-1.106.414a.348.348 0 0 0-.116.578l.866.807a9 9 0 0 0-.028.294l-1.008.623a.344.344 0 0 0 0 .59l1.008.623q.012.147.028.294l-.866.807a.346.346 0 0 0 .116.578l1.106.415q.042.144.087.285l-.69.959a.345.345 0 0 0 .227.544l1.166.19q.069.132.14.262l-.49 1.076a.346.346 0 0 0 .328.49l1.183-.041q.093.115.187.227l-.27 1.154a.346.346 0 0 0 .416.417l1.153-.272q.113.096.228.187l-.041 1.184a.344.344 0 0 0 .49.327l1.076-.49q.13.073.262.14l.19 1.167a.348.348 0 0 0 .545.227l.959-.69a9 9 0 0 0 .285.086l.414 1.107a.345.345 0 0 0 .578.115l.808-.865l.294.03l.623 1.006a.347.347 0 0 0 .59 0l.623-1.007q.148-.013.294-.03l.807.866a.348.348 0 0 0 .578-.115l.414-1.107a9 9 0 0 0 .285-.087l.959.69a.345.345 0 0 0 .545-.226l.19-1.166l.262-.14l1.076.49a.347.347 0 0 0 .49-.328l-.041-1.184a7 7 0 0 0 .227-.187l1.153.272a.347.347 0 0 0 .417-.416l-.272-1.155q.095-.112.187-.227l1.184.041a.344.344 0 0 0 .328-.49l-.49-1.076q.072-.13.141-.262l1.166-.19a.348.348 0 0 0 .226-.544l-.69-.959l.087-.285l1.106-.414a.346.346 0 0 0 .116-.579l-.866-.807q.016-.147.028-.294l1.008-.624a.344.344 0 0 0 0-.589zm-6.742 8.355a.714.714 0 0 1 .299-1.396a.714.714 0 1 1-.3 1.396zm-.342-2.314a.65.65 0 0 0-.771.5l-.358 1.669a8.7 8.7 0 0 1-3.619.78a8.7 8.7 0 0 1-3.695-.815L7.95 18.21a.65.65 0 0 0-.772-.5l-1.473.317a9 9 0 0 1-.761-.898h7.167c.081 0 .136-.014.136-.088v-2.536c0-.074-.054-.088-.136-.088h-2.096v-1.608h2.268c.206 0 1.106.059 1.393 1.209c.09.353.288 1.504.424 1.873c.134.413.683 1.238 1.268 1.238h3.572a1 1 0 0 0 .13-.013a9 9 0 0 1-.813.952zm-9.914 2.28a.714.714 0 1 1-.3-1.396a.714.714 0 0 1 .3 1.396M4.117 8.997a.714.714 0 1 1-1.303.58a.714.714 0 0 1 1.304-.58m-.834 1.981l1.534-.682a.65.65 0 0 0 .33-.858l-.316-.715h1.244v5.602H3.567a8.8 8.8 0 0 1-.284-3.348zm6.734-.543V8.784h2.96c.153 0 1.08.177 1.08.87c0 .574-.712.78-1.296.78zm10.757 1.486q0 .329-.024.651h-.9c-.09 0-.127.059-.127.148v.413c0 .973-.548 1.184-1.03 1.238c-.457.052-.964-.191-1.027-.472c-.27-1.518-.72-1.843-1.43-2.403c.882-.56 1.799-1.386 1.799-2.492c0-1.193-.82-1.945-1.377-2.315c-.783-.516-1.65-.62-1.883-.62H5.468a8.77 8.77 0 0 1 4.907-2.77l1.098 1.152a.65.65 0 0 0 .918.02l1.227-1.173a8.78 8.78 0 0 1 6.004 4.276l-.84 1.898a.65.65 0 0 0 .33.859l1.618.718q.042.43.042.872zm-9.3-9.6a.713.713 0 1 1 .984 1.032a.714.714 0 0 1-.984-1.031m8.339 6.71a.71.71 0 0 1 .939-.362a.714.714 0 1 1-.94.364z'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--unity\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12.929 4.294l3.8 2.193c.136.077.141.29 0 .367l-4.515 2.608a.42.42 0 0 1-.425 0L7.274 6.854c-.139-.074-.141-.293 0-.367l3.797-2.193V0L1.376 5.598v11.195l3.718-2.146v-4.385c-.003-.157.18-.269.317-.184l4.515 2.607a.43.43 0 0 1 .214.368v5.213c.002.156-.181.268-.318.184l-3.8-2.193l-3.717 2.145L12 24l9.695-5.598l-3.717-2.145l-3.8 2.192c-.134.082-.323-.024-.318-.183v-5.213c0-.156.087-.296.214-.368l4.515-2.607c.134-.082.322.022.318.184v4.385l3.717 2.146V5.598L12.93 0Z'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--unrealengine\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 23.52A11.52 11.52 0 1 1 23.52 12A11.52 11.52 0 0 1 12 23.52m7.13-9.791c-.206.997-1.126 3.557-4.06 4.942l-1.179-1.325l-1.988 2a7.34 7.34 0 0 1-5.804-2.978a3 3 0 0 0 .65.123c.326.006.678-.114.678-.66v-5.394a.89.89 0 0 0-1.116-.89c-.92.212-1.656 2.509-1.656 2.509a7.3 7.3 0 0 1 2.528-5.597a7.4 7.4 0 0 1 3.73-1.721c-1.006.573-1.57 1.507-1.57 2.29c0 1.262.76 1.109.984.923v7.28a1.2 1.2 0 0 0 .148.256a1.08 1.08 0 0 0 .88.445c.76 0 1.747-.868 1.747-.868V9.172c0-.6-.452-1.324-.905-1.572c0 0 .838-.149 1.484.346a6 6 0 0 1 .387-.425c1.508-1.48 2.929-1.902 4.112-2.112c0 0-2.151 1.69-2.151 3.96c0 1.687.043 5.801.043 5.801c.799.771 1.986-.342 3.059-1.441Z'/%3E%3C/svg%3E");
  }
  .icon-\[simple-icons--youtube\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M23.498 6.186a3.02 3.02 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.02 3.02 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.02 3.02 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.02 3.02 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814M9.545 15.568V8.432L15.818 12z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--aftereffects\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%231F0740' d='M6.5 6.5h115v115H6.5z'/%3E%3Cpath fill='%23D490C5' d='M0 0v128h128V0zm121.5 121.5H6.5V6.5h115z'/%3E%3Cpath fill='%23D490C5' d='M103.5 59.2s-.6-14.6-16.5-14.6c-16 0-17.3 22-17.3 22v4.7S72.5 89.6 86 89.6s14.8-2.6 14.8-2.6v-8.1s-19.3 9.2-21.2-10h24v-9.7zm-9 2.4h-15s0-8.3 7.5-9.2c8.2 0 7.5 9.2 7.5 9.2m-44-31.7H38.4v3.8l-16 54.9h9.4l4.4-16.1H53l4.5 16.1h10.3zM38.2 63.1l6.4-24.5L51 63.1z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--bun\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath d='M113.744 41.999a19 19 0 0 0-.8-.772c-.272-.246-.528-.524-.8-.771s-.528-.525-.8-.771c-.272-.247-.528-.525-.8-.772s-.528-.524-.8-.771s-.528-.525-.8-.772s-.528-.524-.8-.771c7.936 7.52 12.483 17.752 12.656 28.481c0 25.565-26.912 46.363-60 46.363c-18.528 0-35.104-6.526-46.128-16.756l.8.772l.8.771l.8.772l.8.771l.8.772l.8.771l.8.771c11.008 10.662 27.952 17.527 46.928 17.527c33.088 0 60-20.797 60-46.285c0-10.893-4.864-21.215-13.456-29.33'/%3E%3Cpath fill='%23fbf0df' d='M116.8 65.08c0 23.467-25.072 42.49-56 42.49s-56-19.023-56-42.49c0-14.55 9.6-27.401 24.352-35.023S53.088 14.628 60.8 14.628S75.104 21 92.448 30.058C107.2 37.677 116.8 50.53 116.8 65.08'/%3E%3Cpath fill='%23f6dece' d='M116.8 65.08a32.3 32.3 0 0 0-1.28-8.918c-4.368 51.377-69.36 53.846-94.912 38.48c11.486 8.584 25.66 13.144 40.192 12.928c30.88 0 56-19.054 56-42.49'/%3E%3Cpath fill='%23fffefc' d='M39.248 27.234c7.152-4.135 16.656-11.896 26-11.911a15.4 15.4 0 0 0-4.448-.695c-3.872 0-8 1.93-13.2 4.83c-1.808 1.018-3.68 2.144-5.664 3.317c-3.728 2.222-8 4.736-12.8 7.251C13.904 37.972 4.8 51.071 4.8 65.08v1.836c9.696-33.033 27.312-35.547 34.448-39.682'/%3E%3Cpath fill='%23ccbea7' d='M56.192 18.532A24.55 24.55 0 0 1 53.867 29.1a25.4 25.4 0 0 1-6.683 8.671c-.448.386-.096 1.127.48.91c5.392-2.02 12.672-8.068 9.6-20.272c-.128-.695-1.072-.51-1.072.123m3.632 0a24.5 24.5 0 0 1 3.646 10.12c.445 3.587.08 7.224-1.07 10.662c-.192.54.496 1.003.88.556c3.504-4.32 6.56-12.899-2.592-22.156c-.464-.4-1.184.216-.864.756zm4.416-.262a25.7 25.7 0 0 1 7.521 7.925A24.7 24.7 0 0 1 75.2 36.414c-.016.13.02.26.101.365a.543.543 0 0 0 .718.117a.5.5 0 0 0 .221-.313c1.472-5.384.64-14.564-11.472-19.332c-.64-.246-1.056.587-.528.957zM34.704 34.315a27.4 27.4 0 0 0 9.91-5.222a26.3 26.3 0 0 0 6.842-8.663c.288-.556 1.2-.34 1.056.277c-2.768 12.343-12.032 14.92-17.792 14.58c-.608.016-.592-.802-.016-.972'/%3E%3Cpath d='M60.8 111.443c-33.088 0-60-20.798-60-46.363c0-15.429 9.888-29.823 26.448-38.448c4.8-2.469 8.912-4.953 12.576-7.128c2.016-1.203 3.92-2.33 5.76-3.379C51.2 12.916 56 10.771 60.8 10.771s8.992 1.852 14.24 4.845c1.6.88 3.2 1.836 4.912 2.885c3.984 2.376 8.48 5.06 14.4 8.131c16.56 8.625 26.448 23.004 26.448 38.448c0 25.565-26.912 46.363-60 46.363m0-96.814c-3.872 0-8 1.928-13.2 4.829c-1.808 1.018-3.68 2.144-5.664 3.317c-3.728 2.222-8 4.736-12.8 7.251C13.904 37.972 4.8 51.071 4.8 65.08c0 23.436 25.12 42.506 56 42.506s56-19.07 56-42.506c0-14.01-9.104-27.108-24.352-35.023c-6.048-3.086-10.768-5.986-14.592-8.27c-1.744-1.033-3.344-1.99-4.8-2.838c-4.848-2.778-8.384-4.32-12.256-4.32'/%3E%3Cpath fill='%23b71422' d='M72.08 76.343c-.719 2.839-2.355 5.383-4.672 7.267a11.07 11.07 0 0 1-6.4 2.9a11.13 11.13 0 0 1-6.608-2.9c-2.293-1.892-3.906-4.436-4.608-7.267a1.1 1.1 0 0 1 .05-.5a1.1 1.1 0 0 1 .272-.428a1.19 1.19 0 0 1 .958-.322h19.744a1.19 1.19 0 0 1 .947.33a1.07 1.07 0 0 1 .317.92'/%3E%3Cpath fill='%23ff6164' d='M54.4 83.733a11.24 11.24 0 0 0 6.592 2.932a11.24 11.24 0 0 0 6.576-2.932a17 17 0 0 0 1.6-1.65a10.9 10.9 0 0 0-3.538-2.564a11.3 11.3 0 0 0-4.302-1a10.1 10.1 0 0 0-4.549 1.192a9.7 9.7 0 0 0-3.451 3.097c.368.323.688.632 1.072.925'/%3E%3Cpath d='M54.656 82.514a8.5 8.5 0 0 1 2.97-2.347a8.8 8.8 0 0 1 3.734-.862a9.78 9.78 0 0 1 6.4 2.608c.368-.386.72-.787 1.056-1.188c-2.035-1.87-4.726-2.933-7.536-2.978a10.5 10.5 0 0 0-4.335.975a10.1 10.1 0 0 0-3.489 2.666q.568.595 1.2 1.126'/%3E%3Cpath d='M60.944 87.436a12.08 12.08 0 0 1-7.12-3.086c-2.477-2.02-4.22-4.75-4.976-7.791c-.054-.27-.045-.55.027-.817a1.8 1.8 0 0 1 .389-.726a2.25 2.25 0 0 1 .81-.595a2.3 2.3 0 0 1 .998-.192h19.744c.343-.007.683.06.996.196a2.3 2.3 0 0 1 .812.591c.182.212.313.46.382.728c.07.267.076.545.018.815c-.756 3.042-2.5 5.771-4.976 7.791a12.08 12.08 0 0 1-7.104 3.086m-9.872-11.417c-.256 0-.32.108-.336.139c.676 2.638 2.206 4.999 4.368 6.742a10.12 10.12 0 0 0 5.84 2.7a10.2 10.2 0 0 0 5.84-2.67c2.155-1.745 3.679-4.106 4.352-6.741a.33.33 0 0 0-.14-.113a.35.35 0 0 0-.18-.026z'/%3E%3Cpath fill='%23febbd0' d='M85.152 77.3c5.17 0 9.36-2.377 9.36-5.308s-4.19-5.307-9.36-5.307s-9.36 2.376-9.36 5.307s4.19 5.307 9.36 5.307zm-48.432 0c5.17 0 9.36-2.377 9.36-5.308s-4.19-5.307-9.36-5.307s-9.36 2.376-9.36 5.307s4.19 5.307 9.36 5.307z'/%3E%3Cpath d='M41.12 69.863a9.05 9.05 0 0 0 4.902-1.425a8.6 8.6 0 0 0 3.254-3.812a8.2 8.2 0 0 0 .508-4.913a8.4 8.4 0 0 0-2.408-4.357a8.9 8.9 0 0 0-4.514-2.33a9.1 9.1 0 0 0-5.096.48a8.76 8.76 0 0 0-3.96 3.131a8.3 8.3 0 0 0-1.486 4.725c0 2.252.927 4.412 2.577 6.005c1.65 1.594 3.888 2.492 6.223 2.496m39.632 0a9.05 9.05 0 0 0 4.915-1.403a8.6 8.6 0 0 0 3.275-3.802a8.2 8.2 0 0 0 .528-4.917a8.4 8.4 0 0 0-2.398-4.368a8.9 8.9 0 0 0-4.512-2.344a9.1 9.1 0 0 0-5.103.473a8.76 8.76 0 0 0-3.967 3.13a8.3 8.3 0 0 0-1.49 4.73c-.004 2.245.914 4.4 2.555 5.994c1.64 1.593 3.869 2.495 6.197 2.507'/%3E%3Cpath fill='%23fff' d='M38.4 61.902a3.4 3.4 0 0 0 1.844-.531c.547-.35.974-.847 1.227-1.43a3.1 3.1 0 0 0 .195-1.847a3.16 3.16 0 0 0-.902-1.639a3.35 3.35 0 0 0-1.696-.878a3.43 3.43 0 0 0-1.916.179a3.3 3.3 0 0 0-1.489 1.176a3.1 3.1 0 0 0-.559 1.776c0 .844.347 1.654.964 2.253a3.37 3.37 0 0 0 2.332.94zm39.632 0a3.4 3.4 0 0 0 1.844-.531c.547-.35.974-.847 1.227-1.43a3.1 3.1 0 0 0 .195-1.847a3.16 3.16 0 0 0-.902-1.639a3.35 3.35 0 0 0-1.696-.878a3.43 3.43 0 0 0-1.916.179a3.3 3.3 0 0 0-1.489 1.176a3.1 3.1 0 0 0-.559 1.776c0 .84.342 1.644.953 2.242c.61.598 1.44.94 2.311.952z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--csharp\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%239B4F96' d='M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7'/%3E%3Cpath fill='%2368217A' d='M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z'/%3E%3Cpath fill='%23fff' d='M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--css3\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%231572B6' d='M18.814 114.123L8.76 1.352h110.48l-10.064 112.754l-45.243 12.543z'/%3E%3Cpath fill='%2333A9DC' d='m64.001 117.062l36.559-10.136l8.601-96.354h-45.16z'/%3E%3Cpath fill='%23fff' d='M64.001 51.429h18.302l1.264-14.163H64.001V23.435h34.682l-.332 3.711l-3.4 38.114h-30.95z'/%3E%3Cpath fill='%23EBEBEB' d='m64.083 87.349l-.061.018l-15.403-4.159l-.985-11.031H33.752l1.937 21.717l28.331 7.863l.063-.018z'/%3E%3Cpath fill='%23fff' d='m81.127 64.675l-1.666 18.522l-15.426 4.164v14.39l28.354-7.858l.208-2.337l2.406-26.881z'/%3E%3Cpath fill='%23EBEBEB' d='M64.048 23.435v13.831H30.64l-.277-3.108l-.63-7.012l-.331-3.711zm-.047 27.996v13.831H48.792l-.277-3.108l-.631-7.012l-.33-3.711z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--elixir\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3ClinearGradient id='deviconElixir0' x1='835.592' x2='821.211' y1='-36.546' y2='553.414' gradientTransform='matrix(.1297 0 0 .2 -46.03 17.198)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23d9d8dc'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.385'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir0)' fill-rule='evenodd' d='M64.4.5C36.7 13.9 1.9 83.4 30.9 113.9c26.8 33.5 85.4 1.3 68.4-40.5c-21.5-36-35-37.9-34.9-72.9' clip-rule='evenodd'/%3E%3ClinearGradient id='deviconElixir1' x1='942.357' x2='824.692' y1='-40.593' y2='472.243' gradientTransform='matrix(.1142 0 0 .2271 -47.053 17.229)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%238d67af' stop-opacity='.672'/%3E%3Cstop offset='1' stop-color='%239f8daf'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir1)' fill-rule='evenodd' d='M64.4.2C36.8 13.6 1.9 82.9 31 113.5c10.7 12.4 28 16.5 37.7 9.1c26.4-18.8 7.4-53.1 10.4-78.5C68.1 33.9 64.2 11.3 64.4.2' clip-rule='evenodd'/%3E%3ClinearGradient id='deviconElixir2' x1='924.646' x2='924.646' y1='120.513' y2='505.851' gradientTransform='matrix(.1227 0 0 .2115 -46.493 17.206)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2326053d' stop-opacity='.762'/%3E%3Cstop offset='1' stop-color='%23b7b4b4' stop-opacity='.278'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir2)' fill-rule='evenodd' d='M56.7 4.3c-22.3 15.9-28.2 75-24.1 94.2c8.2 48.1 75.2 28.3 69.6-16.5c-6-29.2-48.8-39.2-45.5-77.7' clip-rule='evenodd'/%3E%3ClinearGradient id='deviconElixir3' x1='428.034' x2='607.325' y1='198.448' y2='559.255' gradientTransform='matrix(.1848 0 0 .1404 -42.394 17.138)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2391739f' stop-opacity='.46'/%3E%3Cstop offset='1' stop-color='%2332054f' stop-opacity='.54'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir3)' fill-rule='evenodd' d='M78.8 49.8c10.4 13.4 12.7 22.6 6.8 27.9c-27.7 19.4-61.3 7.4-54-37.3C22.1 63 4.5 96.8 43.3 101.6c20.8 3.6 54 2 58.9-16.1c-.2-15.9-10.8-22.9-23.4-35.7' clip-rule='evenodd'/%3E%3ClinearGradient id='deviconElixir4' x1='907.895' x2='590.242' y1='540.636' y2='201.281' gradientTransform='matrix(.1418 0 0 .1829 -45.23 17.18)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23463d49' stop-opacity='.331'/%3E%3Cstop offset='1' stop-color='%23340a50' stop-opacity='.821'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir4)' fill-rule='evenodd' d='M38.1 36.4c-2.9 21.2 35.1 77.9 58.3 71c-17.7 35.6-56.9-21.2-64-41.7c1.5-11 2.2-16.4 5.7-29.3' clip-rule='evenodd'/%3E%3ClinearGradient id='deviconElixir5' x1='1102.297' x2='1008.071' y1='100.542' y2='431.648' gradientTransform='matrix(.106 0 0 .2448 -47.595 17.242)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23715383' stop-opacity='.145'/%3E%3Cstop offset='1' stop-color='%23f4f4f4' stop-opacity='.234'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir5)' fill-rule='evenodd' d='M60.4 49.7c.8 7.9 3.9 20.5 0 28.8S38.7 102 43.6 115.3c11.4 24.8 37.1-4.4 36.9-19c1.1-11.8-6.6-38.7-1.8-52.5L76.5 41l-13.6-4c-2.2 3.2-3 7.5-2.5 12.7' clip-rule='evenodd'/%3E%3ClinearGradient id='deviconElixir6' x1='1354.664' x2='1059.233' y1='140.06' y2='84.466' gradientTransform='matrix(.09173 0 0 .2828 -48.536 17.28)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a5a1a8' stop-opacity='.356'/%3E%3Cstop offset='1' stop-color='%23370c50' stop-opacity='.582'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconElixir6)' fill-rule='evenodd' d='M65.3 10.8C36 27.4 48 53.4 49.3 81.6l19.1-55.4c-1.4-5.7-2.3-9.5-3.1-15.4' clip-rule='evenodd'/%3E%3Cpath fill='%23330A4C' fill-opacity='.316' fill-rule='evenodd' d='M68.3 26.1c-14.8 11.7-14.1 31.3-18.6 54c8.1-21.3 4.1-38.2 18.6-54' clip-rule='evenodd'/%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M45.8 119.7c8 1.1 12.1 2.2 12.5 3c.3 4.2-11.1 1.2-12.5-3' clip-rule='evenodd'/%3E%3Cpath fill='%23EDEDED' fill-opacity='.603' fill-rule='evenodd' d='M49.8 10.8c-6.9 7.7-14.4 21.8-18.2 29.7c-1 6.5-.5 15.7.6 23.5c.9-18.2 7.5-39.2 17.6-53.2' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--gimp\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cdefs%3E%3ClinearGradient id='deviconGimp0' x1='1915.16' x2='1892.237' y1='-1061.496' y2='-1081.433' gradientTransform='matrix(.18703 0 0 -.18703 -269.539 -118.36)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236E3D09'/%3E%3Cstop offset='.242' stop-color='%23EA8113'/%3E%3Cstop offset='.621' stop-color='%235C3307'/%3E%3Cstop offset='1' stop-color='%23E07C12'/%3E%3C/linearGradient%3E%3ClinearGradient id='deviconGimp1' x1='2014.528' x2='2023.719' y1='-1149.438' y2='-1140.932' gradientTransform='matrix(.18703 0 0 -.18703 -271.54 -119.16)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23BDBDBD'/%3E%3Cstop offset='.333' stop-color='%23E2E2E2'/%3E%3Cstop offset='.667' stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3ClinearGradient id='deviconGimp2' x1='2769.363' x2='2755.794' y1='1.109' y2='12.318' gradientTransform='scale(.1594 -.1594)rotate(-27.635 522.5 3793.968)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3CradialGradient id='deviconGimp3' cx='1284.155' cy='-757.829' r='18.754' gradientTransform='matrix(.28738 .00206 -.0021 -.29335 -257.74 -125.72)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23696969'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3CradialGradient id='deviconGimp4' cx='359.596' cy='-303.644' r='45.158' gradientTransform='matrix(1.13129 0 0 -.49211 -344.577 -67.372)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='deviconGimp5' cx='202.968' cy='-16.74' r='47.581' gradientTransform='matrix(2.00579 0 0 -1.46728 -363.204 30.498)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23857C63'/%3E%3Cstop offset='1' stop-color='%23221F19'/%3E%3C/radialGradient%3E%3ClinearGradient id='deviconGimp6' x1='377.399' x2='349.841' y1='-70.445' y2='-75.913' gradientTransform='matrix(1.13129 0 0 -1.13129 -349.06 -4.586)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='deviconGimp7' x1='349.459' x2='407.97' y1='-38.103' y2='-104.522' gradientTransform='matrix(1.13129 0 0 -1.13129 -344.718 -4.979)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3CradialGradient id='deviconGimp8' cx='260.968' cy='17.46' r='8.698' gradientTransform='matrix(1.90622 0 0 -1.90622 -461.693 77.79)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23B9B9B0'/%3E%3C/radialGradient%3E%3CradialGradient id='deviconGimp9' cx='209.674' cy='-170.214' r='11.954' gradientTransform='matrix(.90164 -.5204 -.6075 -1.05323 -282.637 -12.069)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235B676B'/%3E%3Cstop offset='1' stop-color='%23141718'/%3E%3C/radialGradient%3E%3ClinearGradient id='deviconGimpa' x1='157.619' x2='156.868' y1='-207.564' y2='-226.784' gradientTransform='scale(1.13128 -1.13128)rotate(37 -155.633 -353.53)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3CradialGradient id='deviconGimpb' cx='238.858' cy='30.974' r='8.698' gradientTransform='matrix(2.2377 0 0 -2.2377 -475.222 113.66)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23B9B9B0'/%3E%3C/radialGradient%3E%3ClinearGradient id='deviconGimpc' x1='367.057' x2='362.519' y1='-72.712' y2='-73.805' gradientTransform='matrix(1.13129 0 0 -1.13129 -344.718 -4.979)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconGimp4)' d='M113.342 82.018c0 12.217-22.852 22.174-51.135 22.174s-51.134-9.956-51.134-22.174s22.852-22.173 51.133-22.173c28.284 0 51.136 9.955 51.136 22.173'/%3E%3Cpath fill='url(%23deviconGimp5)' d='M26.572 27.49s8.031 16.63 26.924 16.177c39.482-1.018 46.383-21.607 47.4-24.549c1.019-2.941 2.49-2.489 2.83.226c12.897 116.75-89.26 66.634-92.88 46.836c20.25-5.883 15.386-17.31 15.386-17.31z'/%3E%3Cpath fill='%232e3436' d='M102.654 16.552c-.512-.081-1 .193-1.36.607c-.361.413-.663.995-.933 1.774c-.513 1.483-2.422 7.193-9.102 12.746S73.126 42.595 53.483 43.102c-18.557.444-26.403-15.86-26.403-15.86l-1.035-2.147l-.04 2.386l-.34 21.5l.046.11s1.134 2.638-.11 6.034s-4.893 7.6-14.912 10.51l-.49.143l.09.504c.492 2.685 2.562 5.682 5.721 8.763s7.43 6.228 12.408 9.078c9.955 5.698 22.73 10.202 35.052 10.409s24.228-3.938 32.16-15.513c7.934-11.575 11.89-30.474 8.658-59.738v-.008q-.133-1.088-.505-1.79c-.25-.467-.617-.85-1.13-.931zm-.176 1.116c.025.004.153.06.306.348c.153.287.3.765.38 1.39c3.215 29.11-.76 47.728-8.467 58.973c-7.707 11.246-19.15 15.225-31.208 15.022s-24.693-4.642-34.507-10.26c-4.908-2.81-9.11-5.913-12.18-8.906c-2.9-2.827-4.662-5.53-5.21-7.734c9.733-2.97 13.716-7.283 15.072-10.987c1.32-3.606.245-6.394.135-6.671l.308-19.365c2.326 3.888 10.343 15.14 26.403 14.754c19.839-.511 31.577-5.952 38.471-11.683c6.895-5.731 8.946-11.786 9.45-13.245c.24-.691.503-1.158.715-1.402c.213-.244.307-.238.332-.234'/%3E%3Cpath fill='url(%23deviconGimp6)' d='M41.504 76.814c18.893 3.732 28.509.227 34.052-4.072c-1.47-1.924-4.072-4.072-4.072-4.072s6.562 1.809 8.937 4.863c2.263 2.941.904 4.865.226 8.598c-1.358-3.394-3.846-4.639-4.186-5.996c-4.977 7.127-17.535 6.788-34.957.679'/%3E%3Cpath fill='url(%23deviconGimp7)' d='m101.575 23.774l-1.048 1.725c-1.554 2.554-3.893 5.56-7.35 8.575q-.002 0-.005.004c-7.245 6.014-19.432 11.514-39.575 11.965h-.004c-11.69.334-19.088-5.315-23.663-10.337l-.946-1.038l-.38 14.053l.027.087c.338 1.124 1.086 3.637-.215 7.22c-1.384 3.726-5.762 7.85-13.587 10.869l-.563.217l.253.547c.677 1.468 1.425 3.057 3.62 5.14l.006.005l.005.006c2.875 2.874 6.977 5.946 11.761 8.68c9.573 5.47 21.971 9.8 33.642 10.029c11.668.228 22.317-3.594 29.665-14.273l.002-.004l.004-.004c6.555-9.89 10.28-26.415 8.35-51.49zm-1.088 3.713c1.607 23.919-2.018 39.79-8.207 49.128c-7.132 10.357-17.297 13.998-28.704 13.775c-11.406-.225-23.673-4.493-33.103-9.882c-4.714-2.694-8.754-5.726-11.534-8.506l-.005-.006l-.006-.004c-1.858-1.76-2.515-3.017-3.121-4.306c7.628-3.068 12.153-7.184 13.67-11.265l.002-.002v-.002c1.38-3.797.614-6.615.26-7.804l.303-11.246c4.767 4.921 12.21 10.131 23.584 9.806c20.345-.455 32.816-6.035 40.28-12.234l.006-.004l.004-.004a37.6 37.6 0 0 0 6.572-7.444z' opacity='.185'/%3E%3Cpath fill='url(%23deviconGimp8)' d='M47.047 52.49c0 6.337-5.09 11.427-11.426 11.427A11.393 11.393 0 0 1 24.195 52.49a11.394 11.394 0 0 1 11.426-11.426c6.335 0 11.426 5.204 11.426 11.426'/%3E%3Cpath fill='%23888a85' d='M35.622 40.622a11.846 11.846 0 0 0-11.87 11.868c0 6.573 5.296 11.87 11.87 11.87a11.845 11.845 0 0 0 11.867-11.87c0-6.463-5.29-11.868-11.867-11.868m0 .885c6.092 0 10.983 5.003 10.983 10.983a10.94 10.94 0 0 1-10.983 10.983A10.94 10.94 0 0 1 24.638 52.49a10.94 10.94 0 0 1 10.984-10.983'/%3E%3Cpath fill='url(%23deviconGimp9)' d='M24.422 56.79c5.543 7.693 5.543 16.97.113 20.93c-5.43 3.959-14.255.904-19.799-6.788c-5.542-7.694-5.542-16.97-.112-20.93c5.43-3.846 14.254-.791 19.798 6.788'/%3E%3Cpath d='M9.175 47.813c-1.767.145-3.432.704-4.877 1.728l-.004.002l-.003.002c-2.885 2.104-4.305 5.61-4.29 9.523s1.442 8.26 4.276 12.195c2.834 3.933 6.51 6.693 10.217 7.968c3.707 1.274 7.486 1.052 10.374-1.055c2.885-2.103 4.306-5.61 4.292-9.523c-.015-3.846-1.431-8.106-4.172-11.987v-.06l-.107-.145l-.002-.005c-2.835-3.875-6.51-6.606-10.215-7.88c-1.853-.637-3.721-.907-5.489-.762zm.106 1.123c1.587-.128 3.29.117 5.016.71c3.45 1.187 6.958 3.773 9.666 7.475l.002.002c2.707 3.758 4.048 7.896 4.062 11.534c.013 3.64-1.28 6.75-3.826 8.606c-2.54 1.853-5.89 2.083-9.338.897c-3.449-1.186-6.959-3.8-9.668-7.56s-4.05-7.897-4.064-11.536c-.014-3.635 1.28-6.743 3.82-8.6l.003-.002c1.269-.897 2.741-1.398 4.327-1.526'/%3E%3Cpath fill='%232e3436' d='M43.88 54.189c0 3.054-2.489 5.429-5.43 5.429c-3.055 0-5.43-2.489-5.43-5.43s2.489-5.43 5.43-5.43s5.43 2.375 5.43 5.43z'/%3E%3Cpath d='M38.449 48.095c-3.315 0-6.094 2.777-6.094 6.093c0 3.298 2.68 6.094 6.096 6.094c3.298 0 6.093-2.679 6.093-6.094c0-3.414-2.796-6.093-6.095-6.093m0 1.328c2.584 0 4.767 2.072 4.767 4.765a4.76 4.76 0 0 1-4.765 4.766a4.76 4.76 0 0 1-4.768-4.766c0-2.567 2.2-4.765 4.766-4.765'/%3E%3Cpath fill='url(%23deviconGimpa)' d='M8.734 50.856c-1.26.114-2.375.522-3.332 1.183h-.058l-.15.11s0 .003-.002.003c-1.87 1.375-2.949 3.85-2.83 7.146v.002c.116 3.176 1.287 7.013 3.961 10.503c2.558 3.372 5.912 5.698 8.995 6.646c3.048.939 5.657.716 7.632-.766c1.993-1.493 2.943-4.075 2.943-7.241c0-3.208-1.289-7.036-3.848-10.41c-2.553-3.365-5.798-5.699-8.883-6.648h-.006c-1.581-.468-3.075-.65-4.422-.528m.122 1.122c1.17-.103 2.504.054 3.975.49c2.796.86 5.886 3.051 8.311 6.248c2.419 3.188 3.619 6.826 3.619 9.726c0 2.942-.86 5.114-2.49 6.336c-1.643 1.232-3.786 1.462-6.62.59c-2.802-.862-6.007-3.059-8.427-6.249v-.002h-.002C4.694 65.82 3.6 62.19 3.492 59.26c-.109-3.034.85-5.077 2.367-6.193l.01-.008c.813-.61 1.817-.976 2.987-1.08z' opacity='.281'/%3E%3Cpath fill='%23fff' d='M13.787 57.695c0 3.281-2.262 5.882-4.977 5.882s-4.978-2.6-4.978-5.882c0-3.28 2.263-5.883 4.978-5.883c2.828 0 4.977 2.602 4.977 5.883M40.033 51.7a3.814 3.814 0 0 1-3.845 3.846A3.816 3.816 0 0 1 32.34 51.7a3.815 3.815 0 0 1 3.848-3.847a3.814 3.814 0 0 1 3.846 3.847z'/%3E%3Cpath fill='url(%23deviconGimpb)' d='M72.615 53.736c0 7.353-5.995 13.348-13.35 13.348c-7.352 0-13.348-5.995-13.348-13.348s5.882-13.35 13.235-13.35c7.354 0 13.463 5.997 13.463 13.35'/%3E%3Cpath fill='%23888a85' d='M59.152 40.01c-7.558 0-13.612 6.17-13.612 13.725c0 7.558 6.167 13.727 13.726 13.727s13.727-6.169 13.727-13.727c0-7.562-6.282-13.726-13.841-13.726zm0 .753c7.149 0 13.085 5.828 13.085 12.972c0 7.148-5.823 12.971-12.971 12.971s-12.972-5.823-12.972-12.971c0-7.152 5.71-12.972 12.858-12.972'/%3E%3Cpath fill='%232e3436' d='M68.768 55.773c0 3.506-2.828 6.447-6.447 6.447c-3.508 0-6.45-2.828-6.45-6.447c0-3.622 2.83-6.45 6.449-6.45c3.507 0 6.448 2.828 6.448 6.449z'/%3E%3Cpath d='M62.319 48.758c-3.914 0-7.013 3.099-7.013 7.015c0 3.926 3.203 7.013 7.015 7.013c3.925 0 7.012-3.203 7.012-7.013v-.002c0-3.927-3.203-7.013-7.014-7.013m0 1.13c3.203 0 5.884 2.569 5.884 5.883v.002c0 3.201-2.57 5.882-5.882 5.882c-3.204 0-5.885-2.57-5.885-5.882c0-3.327 2.558-5.884 5.883-5.884z'/%3E%3Cpath fill='%23fff' d='M64.357 52.718c0 2.489-2.036 4.411-4.412 4.411s-4.412-2.036-4.412-4.411c0-2.49 2.036-4.412 4.411-4.412c2.376 0 4.412 2.036 4.412 4.412z'/%3E%3Cpath fill='url(%23deviconGimp0)' d='m99.966 93.641l2.597-5.178c-9.664-7.077-27.43-12.196-27.43-12.196c-3.065-1.446-4.065 1.342-1.901 3.15c-.044.013 15.162 10.923 26.734 14.224'/%3E%3Cpath fill='%23673907' d='M71.638 78.125c.189.575.587 1.141 1.145 1.634v.002s.051.06.062.07c.014.013.018.015.024.02l.014.013l.046.036l.135.1q.174.127.503.36c.438.308 1.076.75 1.88 1.29a150 150 0 0 0 6.505 4.132c5.263 3.154 11.977 6.726 17.858 8.404l.451.128l.21-.419l2.812-5.606l-.386-.282C93.072 80.81 75.29 75.723 75.29 75.723l.085.032c-.84-.397-1.59-.531-2.234-.418s-1.169.508-1.427 1.036c-.258.529-.276 1.142-.075 1.752zm1.094-.332c-.125-.377-.107-.71-.002-.923c.104-.214.269-.359.606-.418c.338-.06.863 0 1.555.327l.041.02l.043.012s17.27 5.028 26.855 11.851l-2.148 4.282c-5.595-1.674-12.056-5.082-17.148-8.134a149 149 0 0 1-6.455-4.1a105 105 0 0 1-2.349-1.625l-.116-.087l-.006-.004l-.014-.011c-.47-.393-.737-.814-.862-1.19'/%3E%3Cpath fill='url(%23deviconGimp1)' d='m112.359 98.427l1.389-3.095l-10.762-6.897l-.841-.088l-.351-1.191c-1.578.992-3.815 4.625-3.217 6.655l1.165-.44l.618.633z'/%3E%3Cpath fill='%23888a85' d='m98.206 94.556l1.39-.524l.449.46l12.613 4.649l.217-.482l1.589-3.54l-11.286-7.233l-.597-.063l-.455-1.544l-.634.397c-.95.598-1.904 1.799-2.622 3.154c-.719 1.355-1.215 2.855-.836 4.141zm.937-1.563c.01-.754.226-1.689.726-2.633a8.8 8.8 0 0 1 1.64-2.168l.2.678l1.085.113l10.238 6.562l-.973 2.168l-11.383-4.196l-.787-.806z'/%3E%3Cpath fill='%23fff' d='M104.839 92.354a.566.566 0 0 0 .296.744l7.14 3.074a.566.566 0 0 0 .744-.296a.566.566 0 0 0-.296-.744l-7.14-3.074a.566.566 0 0 0-.744.296'/%3E%3Cpath fill='url(%23deviconGimp3)' d='M128 111.462c-3.357-11.382-4.552-20.477-13.328-19.664c-7.096.654-7.567 10.768-.258 13.6c7.037 2.72 13.586 6.064 13.586 6.064'/%3E%3Cpath fill='%23fff' d='M115.192 92.748a2.965 2.965 0 0 1 3.656 1.99a2.965 2.965 0 0 1-1.99 3.657a2.965 2.965 0 0 1-3.657-1.99a2.965 2.965 0 0 1 1.991-3.657' opacity='.528'/%3E%3Cpath fill='%23fff' d='M102.355 88.573a1.963 1.963 0 0 1 2.457 1.337a1.963 1.963 0 0 1-1.338 2.457a1.963 1.963 0 0 1-2.456-1.338a1.963 1.963 0 0 1 1.337-2.456'/%3E%3Cpath fill='url(%23deviconGimp2)' d='M123.785 104.649s-1.109-4.085-3.509-6.207c-.847-.757.212-1.885 1.035-.88c1.717 2.083 2.474 7.087 2.474 7.087' opacity='.428'/%3E%3Cpath fill='url(%23deviconGimpc)' d='M61.868 81.452c4.185.453 8.031-.792 9.502-1.357c.227-1.585 1.471-4.525 5.77-4.751l-1.47-2.602s-5.544 3.732-11.427 4.864z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--html5\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%23E44D26' d='M19.037 113.876L9.032 1.661h109.936l-10.016 112.198l-45.019 12.48z'/%3E%3Cpath fill='%23F16529' d='m64 116.8l36.378-10.086l8.559-95.878H64z'/%3E%3Cpath fill='%23EBEBEB' d='M64 52.455H45.788L44.53 38.361H64V24.599H29.489l.33 3.692l3.382 37.927H64zm0 35.743l-.061.017l-15.327-4.14l-.979-10.975H33.816l1.928 21.609l28.193 7.826l.063-.017z'/%3E%3Cpath fill='%23fff' d='M63.952 52.455v13.763h16.947l-1.597 17.849l-15.35 4.143v14.319l28.215-7.82l.207-2.325l3.234-36.233l.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092l.628-6.978l.329-3.692z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--inkscape\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cg transform='translate(.389 -1.445)scale(.994)'%3E%3Cg opacity='.783'%3E%3Cpath d='m53.3 10.088l-44.8 45.8c-16.9 16.9 11 15.5 21.1 21.9c4.7 3-15 6.9-11 11c3.9 4 23.6 7.7 27.5 11.6c3.9 4-7.9 8.2-4 12.3c3.8 4 12.9.2 14.5 9.3c1.2 6.7 16.7 3.4 23.7-2.4c4.3-3.7-7.5-3.7-3.6-7.7c9.8-9.9 18.5-4.5 22-13.6c2-4.9-14.8-8.4-10.3-11.5c10.7-7.5 49.7-11.3 31.7-29.3l-46.3-47.4c-5.8-5.4-15.2-5.4-20.5 0m51.3 88.2c0 2.3 17.7 3.6 16.7-.5c-1.4-7-14.8-6.4-16.7.5m-75.4 12.1c4 3.5 10.1-.8 12-5.6c-3.9-5.2-18.3.2-12 5.6m73.2-7.3c-5 4.6.9 9.3 5.8 6.2c1.3-.9-.1-5.1-5.8-6.2'/%3E%3Cpath d='m53.3 11.088l-44.8 45.8c-16.9 17 11 15.6 21.1 22c4.7 3-15 6.9-11 11c3.9 4 23.6 7.7 27.5 11.6c3.9 4-7.9 8.2-4 12.3c3.8 4 12.9.2 14.5 9.3c1.2 6.7 16.7 3.4 23.7-2.4c4.3-3.7-7.5-3.7-3.6-7.7c9.8-9.9 18.5-4.5 22-13.6c2-4.9-14.8-8.4-10.3-11.5c10.6-7.5 49.7-11.3 31.7-29.3l-46.3-47.5c-5.8-5.4-15.2-5.4-20.5 0m51.3 88.3c0 2.3 17.7 3.6 16.7-.5c-1.4-7-14.8-6.5-16.7.5m-75.4 12c4 3.5 10.1-.8 12-5.6c-3.9-5.1-18.3.3-12 5.6m73.2-7.2c-5 4.6.9 9.3 5.8 6.2c1.3-.9-.1-5.2-5.8-6.2' opacity='.576'/%3E%3C/g%3E%3Cpath d='M53.3 9L8.5 54.8c-16.9 16.9 11 15.5 21.1 21.9c4.7 3-15 6.9-11 11c3.9 4 23.6 7.7 27.5 11.6c3.9 4-7.9 8.2-4 12.3c3.8 4 12.9.2 14.5 9.3c1.2 6.7 16.7 3.4 23.7-2.4c4.3-3.7-7.5-3.7-3.6-7.7c9.8-9.9 18.5-4.5 22-13.6c2-4.9-14.8-8.4-10.3-11.5c10.6-7.5 49.7-11.3 31.7-29.3L73.8 9C68 3.6 58.6 3.6 53.3 9m51.3 88.2c0 2.3 17.7 3.6 16.7-.5c-1.4-6.9-14.8-6.4-16.7.5m-75.4 12.1c4 3.5 10.1-.8 12-5.6c-3.9-5.2-18.3.3-12 5.6m73.2-7.3c-5 4.6.9 9.3 5.8 6.2c1.3-.9-.1-5.1-5.8-6.2'/%3E%3Cpath fill='none' d='M53.3 9L8.5 54.8c-16.9 16.9 11 15.5 21.1 21.9c4.7 3-15 6.9-11 11c3.9 4 23.6 7.7 27.5 11.6c3.9 4-7.9 8.2-4 12.3c3.8 4 12.9.2 14.5 9.3c1.2 6.7 16.7 3.4 23.7-2.4c4.3-3.7-7.5-3.7-3.6-7.7c9.8-9.9 18.5-4.5 22-13.6c2-4.9-14.8-8.4-10.3-11.5c10.6-7.5 49.7-11.3 31.7-29.3L73.8 9C68 3.6 58.6 3.6 53.3 9m51.3 88.2c0 2.3 17.7 3.6 16.7-.5c-1.4-6.9-14.8-6.4-16.7.5m-75.4 12.1c4 3.5 10.1-.8 12-5.6c-3.9-5.2-18.3.3-12 5.6m73.2-7.3c-5 4.6.9 9.3 5.8 6.2c1.3-.9-.1-5.1-5.8-6.2'/%3E%3Cdefs%3E%3Cpath id='deviconInkscape0' d='M53.4 9.5L9.1 54.9C-7.7 71.7 19.9 70.3 29.9 76.6c4.6 3-14.8 6.9-10.9 10.9S42.3 95.1 46.2 99c3.9 4-7.8 8.2-4 12.1c3.8 4 12.8.2 14.4 9.2c1.2 6.7 16.6 3.3 23.4-2.4l-3.5-7.6c9.7-9.8 18.3-4.4 21.8-13.4c1.9-4.8-14.6-8.3-10.2-11.4c10.5-7.4 49.2-11.2 31.4-29l-45.9-47c-5.6-5.3-15-5.3-20.2 0M42.7 79.1c1 0 33.1 4.3 20.7 7.6c-4.7 1.3-26.4-7.6-20.7-7.6m61.5 17.8c0 2.3 17.5 3.5 16.6-.5c-1.4-6.9-14.7-6.3-16.6.5m-74.7 12c4 3.4 10-.8 11.9-5.6c-3.8-5.1-18.1.3-11.9 5.6m72.6-7.2c-4.9 4.5.9 9.2 5.7 6.1c1.2-.9-.2-5.1-5.7-6.1'/%3E%3C/defs%3E%3CclipPath id='deviconInkscape1'%3E%3Cuse href='%23deviconInkscape0'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23deviconInkscape1)' transform='translate(.605 .604)scale(.991)'%3E%3ClinearGradient id='deviconInkscape2' x1='98.293' x2='74.286' y1='237.026' y2='215.319' gradientTransform='matrix(.985 0 0 -.985 6.128 272.439)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23C0CDF9'/%3E%3Cstop offset='1' stop-color='%2307092D' stop-opacity='.288'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscape2)' d='M53.4 9.5L9.1 54.9C-7.7 71.7 19.9 70.3 29.9 76.6c4.6 3-14.8 6.9-10.9 10.9S42.3 95.1 46.2 99c3.9 4-7.8 8.2-4 12.1c3.8 4 12.8.2 14.4 9.2c1.2 6.7 16.6 3.3 23.4-2.4l-3.5-7.6c9.7-9.8 18.3-4.4 21.8-13.4c1.9-4.8-14.6-8.3-10.2-11.4c10.5-7.4 49.2-11.2 31.4-29l-45.9-47c-5.6-5.3-15-5.3-20.2 0M42.7 79.1c1 0 33.1 4.3 20.7 7.6c-4.7 1.3-26.4-7.6-20.7-7.6m61.5 17.8c0 2.3 17.5 3.5 16.6-.5c-1.4-6.9-14.7-6.3-16.6.5m-74.7 12c4 3.4 10-.8 11.9-5.6c-3.8-5.1-18.1.3-11.9 5.6m72.6-7.2c-4.9 4.5.9 9.2 5.7 6.1c1.2-.9-.2-5.1-5.7-6.1'/%3E%3C/g%3E%3ClinearGradient id='deviconInkscape3' x1='33.173' x2='60.308' y1='245.076' y2='217.941' gradientTransform='matrix(1.003 0 0 -1.003 -.413 276.586)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscape3)' d='M12.5 57.3C.3 69.3 21.7 66 38.1 72.4l34-59.7c-5.1-5.3-11.7-4.8-16.4 0z' opacity='.505'/%3E%3ClinearGradient id='deviconInkscape4' x1='48.612' x2='81.173' y1='250.177' y2='217.616' gradientTransform='matrix(.994 0 0 -.994 2.709 274.439)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscape4)' d='m71.1 12.3l17.7 18c1.6 1.6 1.6 5 .7 6l-8.8-7.2L79 39.6l-7.3-3.9l-11.8 7.5L56 27.5l-6.3 13.7l-15.9-.2c-3 0-2.6-3.1.5-6.3c6.2-6.8 18.2-18.5 22-22.5c4-4 10.8-3.8 14.8.1'/%3E%3CradialGradient id='deviconInkscape5' cx='51.136' cy='13.518' r='33.212' gradientTransform='matrix(.827 0 0 -.553 1.123 126.746)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscape5)' d='M46.8 97.4s1.9 2.9 1.7 4.3c-.4 2.7-6.2 4.1-4.9 6.5s5.9 1 9.7 3.5s2.8 7.5 5.6 8.8c5.4 2.5 19.8-4.3 19-4.1c-.7.1-14.1 2.9-17.1.5c-3.4-2.8-4.4-4.7-7-6.4c-2.4-1.5-5.7-2.2-6.5-3.4c-.8-1.3 1.6-2.9 1.7-5.3c.2-1.6-2.2-4.4-2.2-4.4' opacity='.217'/%3E%3Cg opacity='.276'%3E%3CradialGradient id='deviconInkscape6' cx='147.452' cy='14.758' r='33.212' gradientTransform='matrix(1.055 0 0 -.706 -97.55 130.348)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscape6)' d='M46.8 97.4s1.9 2.9 1.7 4.3c-.4 2.7-6.2 4.1-4.9 6.5s5.9 1 9.7 3.5s2.8 7.5 5.6 8.8c5.4 2.5 19.8-4.3 19-4.1c-23.8.1-19.3-6-28.5-10.1c-1.3-.6-.6-2.2-.4-4.6c.2-1.5-2.2-4.3-2.2-4.3'/%3E%3C/g%3E%3CradialGradient id='deviconInkscape7' cx='-53.737' cy='94.673' r='37.174' gradientTransform='matrix(.526 0 0 -.223 130.969 98.356)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscape7)' d='M87.2 84.9c21.3-7.8 28.2-8.9 35.2-16C114.2 75.8 97 79.5 83 85.6z' opacity='.453'/%3E%3Cg opacity='.512'%3E%3CradialGradient id='deviconInkscape8' cx='-45.82' cy='80.197' r='37.174' gradientTransform='matrix(.526 0 0 -.223 130.969 97.429)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscape8)' d='M87.2 83.9c35.1-12.4 29.2-12.4 35.2-16c-11.2 4.3-32 4.7-39.4 16.7z'/%3E%3C/g%3E%3ClinearGradient id='deviconInkscape9' x1='-32.429' x2='-32.293' y1='73.095' y2='66.244' gradientTransform='matrix(.526 0 0 -.526 130.306 130.092)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscape9)' d='M117.8 93.8c0 .8-2 1.4-4.6 1.4c-2.5 0-4.6-.6-4.6-1.4s2-1.4 4.6-1.4s4.6.6 4.6 1.4' opacity='.286'/%3E%3Cg opacity='.621'%3E%3ClinearGradient id='deviconInkscapea' x1='112.548' x2='112.548' y1='76.804' y2='71.974' gradientTransform='matrix(.709 0 0 -1.134 33.501 178.262)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapea)' d='M119.4 95.4c0 1.7-2.8 3-6.1 3c-3.4 0-6.1-1.4-6.1-3c0-1.7 2.8-3 6.1-3c3.4 0 6.1 1.4 6.1 3'/%3E%3C/g%3E%3CradialGradient id='deviconInkscapeb' cx='-34.115' cy='13.297' r='15.297' gradientTransform='matrix(.526 0 0 -.078 130.969 98.77)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscapeb)' d='M104.9 97.1c2.2 2 14.2 3 16.2-.6c-3.9 2.8-12.5 1.8-16.2.6'/%3E%3ClinearGradient id='deviconInkscapec' x1='-643.912' x2='-643.777' y1='327.836' y2='320.984' gradientTransform='matrix(.203 -.103 -.238 -.469 311.261 190.221)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapec)' d='M104.9 103.8c.4.9.2 1.9-.6 2.3s-1.8 0-2.2-.8c-.4-.9-.2-1.9.6-2.3c.8-.5 1.8-.1 2.2.8' opacity='.286'/%3E%3Cg opacity='.621'%3E%3ClinearGradient id='deviconInkscaped' x1='-341.635' x2='-341.635' y1='195.138' y2='190.308' gradientTransform='matrix(.273 -.139 -.513 -1.011 295.216 251.45)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscaped)' d='M105.8 104.2c.7 1.3.3 2.8-.9 3.4s-2.6 0-3.3-1.3s-.3-2.8.9-3.4s2.6 0 3.3 1.3'/%3E%3C/g%3E%3CradialGradient id='deviconInkscapee' cx='-645.599' cy='1737.484' r='15.297' gradientTransform='matrix(.203 -.103 -.035 -.069 297.352 162.155)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscapee)' d='M101.9 107.8c1.7 1.4 8.3 1.5 5.8-2.4c.7 3.1-3.8 2.8-5.8 2.4'/%3E%3CradialGradient id='deviconInkscapef' cx='-185.187' cy='69.66' r='24.692' gradientTransform='matrix(.526 0 0 -.214 130.969 105.831)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='.33'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscapef)' d='M21 87.3c0-.3 22.4 6.8 26.2 10.7c-3.1-3.1-19.1-10.1-21.5-10.2s-4.4-.3-4.7-.5'/%3E%3Cg transform='matrix(.879 -.193 .234 .696 -20.21 36.726)'%3E%3ClinearGradient id='deviconInkscapeg' x1='-136.743' x2='-136.607' y1='250.438' y2='243.586' gradientTransform='matrix(.463 .102 .123 -.366 65.856 208.72)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapeg)' d='M38 105.3c0 .8-2 1.4-4.6 1.4s-4.6-.6-4.6-1.4s2-1.4 4.6-1.4s4.6.6 4.6 1.4' opacity='.286'/%3E%3Cg opacity='.621'%3E%3ClinearGradient id='deviconInkscapeh' x1='60.343' x2='60.343' y1='183.942' y2='179.112' gradientTransform='matrix(.623 .219 .166 -.789 -34.636 234.581)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapeh)' d='M39.6 106.9c0 1.7-2.8 3-6.1 3s-6.1-1.4-6.1-3c0-1.7 2.8-3 6.1-3s6.1 1.3 6.1 3'/%3E%3C/g%3E%3C/g%3E%3Cg opacity='.616'%3E%3CradialGradient id='deviconInkscapei' cx='-62.572' cy='357.021' r='11.363' gradientTransform='matrix(.624 -.173 -.065 -.233 95.948 182.007)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscapei)' d='M28.2 106.3s1.2 3.2 4.5 3.4c3.4.2 7.2-4 7.5-5.5c-.6 1.3-3.8 5.2-7.9 5.1c-2.4 0-4.1-3-4.1-3'/%3E%3C/g%3E%3CradialGradient id='deviconInkscapej' cx='193.011' cy='256.754' r='59.425' gradientTransform='matrix(1.712 0 0 -1.685 -261.607 451.789)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='none' stroke='url(%23deviconInkscapej)' stroke-width='.488' d='M63.4 6.5c-3.4 0-6.7 1.2-9 3.6L9.7 55.9c-4.1 4.1-5.1 6.8-4.8 8.3c.1.8.5 1.4 1.3 2.1s2 1.4 3.4 2c2.9 1.2 6.7 2.2 10.5 3.2s7.5 2.1 10.3 3.9c.4.3.8.6 1.1 1.1s.4 1.1.3 1.7c-.2 1.1-.9 1.7-1.6 2.2c-1.4 1.1-3.3 1.9-5.2 2.8s-3.8 1.9-4.8 2.6c-.5.4-.7.7-.6.7c0 0-.1-.3.1-.1c.6.6 2.5 1.7 4.9 2.6s5.3 1.9 8.2 2.8c2.9 1 5.9 1.9 8.4 2.9s4.6 1.9 5.9 3.3c.7.7 1.2 1.6 1.3 2.4c.1.9-.1 1.7-.5 2.4c-.7 1.4-1.8 2.5-2.7 3.5c-1 1-1.9 2-2.2 2.7c-.2.3-.2.5-.2.7c0 .1 0 .3.3.6c1.3 1.4 4.1 1.6 7.3 2.3c1.6.4 3.3.9 4.7 2.2s2.5 3.1 3 5.7c.2 1.1.8 1.6 2.1 2c1.4.4 3.5.5 5.8.2c4.6-.7 10.1-2.9 13.2-5.5l.2-.2q-.3-.3-1.5-.9c-1-.5-2.1-.9-3-2c-.4-.6-.7-1.4-.6-2.3s.6-1.6 1.2-2.2c5.2-5.2 10.2-6.5 14-7.5c1.9-.5 3.5-1 4.7-1.7c1.2-.8 2.2-1.8 3-3.8c.1-.2.1-.3 0-.5c-.1-.3-.4-.7-.9-1.1c-1-.9-2.7-1.8-4.4-2.8c-1.7-.9-3.3-1.8-4.5-2.9c-.6-.6-1.2-1.2-1.3-2.3s.6-2 1.4-2.6c3-2.1 7.5-3.7 12.4-5.4s10.2-3.5 14.4-5.5c4.3-2 7.4-4.3 8.4-6.6c.5-1.2.6-2.3.1-3.9s-1.7-3.4-3.9-5.5L72.7 10.2c-2.6-2.5-6-3.7-9.3-3.7zm49.8 86.9c-2.9.1-5.5 1.4-6.6 3.5c.3.1.6.3 1.1.4c1.5.3 3.6.6 5.6.6s4.1-.1 5.4-.5c.5-.2.8-.3 1-.4c-.3-1.2-.9-2-2.1-2.6c-1.1-.8-2.8-1.1-4.4-1zm-76.5 9.8c-2.3-.2-5.1.7-6.5 1.9c-.7.6-1 1.1-1 1.4s.1.8 1 1.6c1.5 1.3 3.1 1.1 5 .1c1.6-.9 3-2.5 3.9-4.2c-.6-.4-1.4-.7-2.4-.8zm66.2.7c-.5.6-.7 1.2-.8 1.6c0 .6.1 1 .5 1.4c.8.8 2.5 1.1 4.3.1c0-.2-.1-.5-.4-.9c-.4-.8-1.7-1.7-3.6-2.2z'/%3E%3Cg opacity='.325'%3E%3ClinearGradient id='deviconInkscapek' x1='-224.589' x2='-161.637' y1='68.903' y2='52.258' gradientTransform='matrix(.485 0 0 -.485 149.184 125.791)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapek)' d='M38.8 78.2c-2.7.8-11.4 4.1-10.2 6.6c1.2 2.4 21.5 3.4 24.6 10.6c1.4 3.1-3.1 5.5-2 8.7c.9 2.5 7.6 8.7 11.9 11.7c3.4 2.3 7.8-1.9 6-5.3c-2.8-5.5 9.9-12.2 15.6-15.3c3.3-1.8-6.9-10.6-6.9-10.6z'/%3E%3C/g%3E%3ClinearGradient id='deviconInkscapel' x1='13.153' x2='9.253' y1='197.768' y2='188.832' gradientTransform='matrix(.88 0 0 -.88 42.035 252.063)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23EEEEEC'/%3E%3Cstop offset='1' stop-color='%23EEEEEC' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapel)' d='M39.8 80.7c2.4 1.8 7.2.7 10.1 2c6.9 3.1 15.4 6.6 13.8.4L62 84.6v-2.8l-4.1 1s-3.2-2.5-4.6-3.4c-.3-.2-1.9 1.4-1.9 1.4l-.3-1.7c-2-.2-4-.3-5.8-.3c-4.2.1-7 .7-5.5 1.9'/%3E%3Cg opacity='.478'%3E%3CradialGradient id='deviconInkscapem' cx='26.356' cy='55.589' r='24.385' gradientTransform='matrix(.656 0 0 -.834 66.991 147.128)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23deviconInkscapem)' d='M85.1 86.3c-.9 3.4 11.5 8.1 10.5 10.5c-2 5.2-13.2 1.7-21.8 12.6c-1.2 1.6 1.7 7.2 1.3 6.5s-3.4-5.3-2.6-7.6c2.4-7.1 26-9.8 21.7-13.2c-2.5-1.9-11.4-7.3-9.1-8.8'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M113 93.4c0 .3-.6.6-1.4.6s-1.4-.3-1.4-.6s.6-.6 1.4-.6s1.4.3 1.4.6m-9.1 10.4c0 .3-.4.6-.9.6s-.9-.3-.9-.6s.4-.6.9-.6s.9.3.9.6m-68.7-.5c0 .3-.7.6-1.5.6s-1.5-.3-1.5-.6s.7-.6 1.5-.6s1.5.3 1.5.6' opacity='.586'/%3E%3ClinearGradient id='deviconInkscapen' x1='-245.694' x2='-235.88' y1='88.661' y2='80.864' gradientTransform='matrix(.49 0 0 -.49 147.66 125.008)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapen)' d='M34.3 78.5c-7.8 4.8-19.8 6.5-6.6 9.7c-1.6-3.5 3.4-3.1 6.6-9.7' opacity='.251'/%3E%3Cg opacity='.363'%3E%3ClinearGradient id='deviconInkscapeo' x1='-115.448' x2='-144.875' y1='55.254' y2='134.487' gradientTransform='matrix(.485 0 0 -.485 149.184 125.791)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23729FCF'/%3E%3Cstop offset='1' stop-color='%23729FCF' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23deviconInkscapeo)' d='M61.9 122.2s12-1.1 14.7-4.6c1.6-2-6.4-4.4-4.7-6.4c6.5-7.4 12-7.1 19.6-10.3c7.6-3.1 4.8-4.6 2.3-6c-4.2-2.3-13.6-4.8-10.5-10.4s30.4-13.4 30.4-13.4c8.3-2.8 7.2-7.9 3.2-12.2L92.6 34.8s1.2 23-3.7 32.9C82.8 79.8 50.5 93.4 64 94.9c4.8.5 7.1 2.2 9 5.8c4 7.6-11.1 21.5-11.1 21.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .icon-\[devicon--javascript\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%23F0DB4F' d='M1.408 1.408h125.184v125.185H1.408z'/%3E%3Cpath fill='%23323330' d='M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--neovim\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cdefs%3E%3ClinearGradient id='deviconNeovim0' x1='.5' x2='.5' y1='0' y2='1' gradientTransform='matrix(32.95703 0 0 154.72266 .426 .426)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2316b0ed' stop-opacity='.8'/%3E%3Cstop offset='1' stop-color='%230f59b2' stop-opacity='.835'/%3E%3C/linearGradient%3E%3ClinearGradient id='deviconNeovim1' x1='.5' x2='.5' y1='0' y2='1' gradientTransform='matrix(-33.59375 0 0 154.72266 128 .426)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%237db643'/%3E%3Cstop offset='1' stop-color='%23367533'/%3E%3C/linearGradient%3E%3ClinearGradient id='deviconNeovim2' x1='.5' x2='.5' y1='0' y2='1' gradientTransform='matrix(109.71484 0 0 154.72656 9.355 .637)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2388c649' stop-opacity='.8'/%3E%3Cstop offset='1' stop-color='%23439240' stop-opacity='.839'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='url(%23deviconNeovim0)' d='M.426 33.703L33.383.426v154.722L.426 122.258Zm0 0' transform='translate(10.95 -.352)scale(.82614)'/%3E%3Cpath fill='url(%23deviconNeovim1)' d='M127.773 34L94.406.426l.676 154.722L128 122.254Zm0 0' transform='translate(10.95 -.352)scale(.82614)'/%3E%3Cpath fill='url(%23deviconNeovim2)' d='m33.379.637l85.691 130.75l-23.98 23.976L9.355 24.903Zm0 0' transform='translate(10.95 -.352)scale(.82614)'/%3E%3Cpath fill-opacity='.129' d='m38.53 50.01l-.04 4.244l-21.743-32.18l2.014-2.06zm0 0'/%3E%3C/g%3E%3C/svg%3E");
  }
  .icon-\[devicon--nixos\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%237EBAE4' fill-rule='evenodd' d='M50.732 43.771L20.525 96.428l-7.052-12.033l8.14-14.103l-16.167-.042L2 64.237l3.519-6.15l23.013.073l8.27-14.352zm2.318 42.094l60.409.003l-6.827 12.164l-16.205-.045l8.047 14.115l-3.45 6.01l-7.05.008l-11.445-20.097l-16.483-.034zm35.16-23.074l-30.202-52.66L71.888 10l8.063 14.148l8.12-14.072l6.897.002l3.532 6.143l-11.57 20.024l8.213 14.386z' clip-rule='evenodd'/%3E%3Cpath fill='%235277C3' fill-rule='evenodd' d='m39.831 65.463l30.202 52.66l-13.88.131l-8.063-14.148l-8.12 14.072l-6.897-.002l-3.532-6.143l11.57-20.024l-8.213-14.386zm35.08-23.207l-60.409-.003L21.33 30.09l16.204.045l-8.047-14.115l3.45-6.01l7.051-.01l11.444 20.097l16.484.034zm2.357 42.216l30.207-52.658l7.052 12.034l-8.141 14.102l16.168.043L126 64.006l-3.519 6.15l-23.013-.073l-8.27 14.352z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--pnpm\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%23f8ab00' d='M0 .004V40h39.996V.004Zm43.996 0V40h40V.004Zm44.008 0V40H128V.004Zm0 43.996v39.996H128V44Z'/%3E%3Cpath fill='%234c4c4c' d='M43.996 44v39.996h40V44ZM0 87.996v40h39.996v-40Zm43.996 0v40h40v-40Zm44.008 0v40H128v-40Z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--premierepro\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%232A0634' d='M0 0h128v128H0z'/%3E%3Cpath fill='%23E976B9' d='M0 0v128h128V0zm123 123H5V5h118z'/%3E%3Cpath fill='%23E976B9' d='M69 47.1c-.1-9.4-7.8-16.9-17.2-16.8H33.3v58.5h9.6V67.5h8.3C61 67.4 69 59.3 69 49.4zm-9.6 3c0 5-4.1 9.1-9.1 9.1h-7.4V38.5h7.4c5 0 9.1 4.1 9.1 9.1zm17.7 38.7V48.9s10.2-5.1 20.2-3.8v8.3s-7 0-10.1 1.3v34.2H77.1z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--sass\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%23CB6699' fill-rule='evenodd' d='M1.219 56.156c0 .703.207 1.167.323 1.618c.756 2.933 2.381 5.45 4.309 7.746c2.746 3.272 6.109 5.906 9.554 8.383c2.988 2.148 6.037 4.248 9.037 6.38c.515.366 1.002.787 1.561 1.236c-.481.26-.881.489-1.297.7c-3.959 2.008-7.768 4.259-11.279 6.986c-2.116 1.644-4.162 3.391-5.607 5.674c-2.325 3.672-3.148 7.584-1.415 11.761c.506 1.22 1.278 2.274 2.367 3.053c.353.252.749.502 1.162.6c1.058.249 2.136.412 3.207.609l3.033-.002c3.354-.299 6.407-1.448 9.166-3.352c4.312-2.976 7.217-6.966 8.466-12.087c.908-3.722.945-7.448-.125-11.153a12 12 0 0 0-.354-1.014c-.13-.333-.283-.657-.463-1.072l6.876-3.954l.103.088c-.125.409-.258.817-.371 1.23c-.817 2.984-1.36 6.02-1.165 9.117c.208 3.3 1.129 6.389 3.061 9.146c1.562 2.23 5.284 2.313 6.944.075c.589-.795 1.16-1.626 1.589-2.513c1.121-2.315 2.159-4.671 3.23-7.011l.187-.428c-.077 1.108-.167 2.081-.208 3.055c-.064 1.521.025 3.033.545 4.48c.445 1.238 1.202 2.163 2.62 2.326c.97.111 1.743-.333 2.456-.896a10.4 10.4 0 0 0 2.691-3.199c1.901-3.491 3.853-6.961 5.576-10.54c1.864-3.871 3.494-7.855 5.225-11.792l.286-.698c.409 1.607.694 3.181 1.219 4.671c.61 1.729 1.365 3.417 2.187 5.058c.389.775.344 1.278-.195 1.928c-2.256 2.72-4.473 5.473-6.692 8.223c-.491.607-.98 1.225-1.389 1.888a3.7 3.7 0 0 0-.48 1.364a1.737 1.737 0 0 0 1.383 1.971a9.7 9.7 0 0 0 2.708.193c3.097-.228 5.909-1.315 8.395-3.157c3.221-2.386 4.255-5.642 3.475-9.501c-.211-1.047-.584-2.065-.947-3.074c-.163-.455-.174-.774.123-1.198c2.575-3.677 4.775-7.578 6.821-11.569c.081-.157.164-.314.306-.482c.663 3.45 1.661 6.775 3.449 9.792c-.912.879-1.815 1.676-2.632 2.554c-1.799 1.934-3.359 4.034-4.173 6.595c-.35 1.104-.619 2.226-.463 3.405c.242 1.831 1.742 3.021 3.543 2.604c3.854-.892 7.181-2.708 9.612-5.925c1.636-2.166 1.785-4.582 1.1-7.113c-.188-.688-.411-1.365-.651-2.154c.951-.295 1.878-.649 2.837-.868c4.979-1.136 9.904-.938 14.702.86c2.801 1.05 5.064 2.807 6.406 5.571c1.639 3.379.733 6.585-2.452 8.721c-.297.199-.637.356-.883.605a.87.87 0 0 0-.205.67c.021.123.346.277.533.275c1.047-.008 1.896-.557 2.711-1.121c2.042-1.413 3.532-3.314 3.853-5.817l.063-.188l-.077-1.63c-.031-.094.023-.187.016-.258c-.434-3.645-2.381-6.472-5.213-8.688c-3.28-2.565-7.153-3.621-11.249-3.788a25.4 25.4 0 0 0-9.765 1.503c-.897.325-1.786.71-2.688 1.073c-.121-.219-.251-.429-.358-.646c-.926-1.896-2.048-3.708-2.296-5.882c-.176-1.544-.392-3.086-.025-4.613c.353-1.469.813-2.913 1.246-4.362c.223-.746.066-1.164-.646-1.5a3 3 0 0 0-.786-.258c-1.75-.254-3.476-.109-5.171.384c-.6.175-1.036.511-1.169 1.175c-.076.381-.231.746-.339 1.122c-.443 1.563-.757 3.156-1.473 4.645c-1.794 3.735-3.842 7.329-5.938 10.897c-.227.385-.466.763-.752 1.23c-.736-1.54-1.521-2.922-1.759-4.542c-.269-1.832-.481-3.661-.025-5.479c.339-1.356.782-2.687 1.19-4.025c.193-.636.104-.97-.472-1.305c-.291-.169-.62-.319-.948-.368a11.64 11.64 0 0 0-5.354.438c-.543.176-.828.527-.994 1.087c-.488 1.652-.904 3.344-1.589 4.915c-2.774 6.36-5.628 12.687-8.479 19.013c-.595 1.321-1.292 2.596-1.963 3.882c-.17.326-.418.613-.63.919c-.17-.201-.236-.339-.235-.477c.005-.813-.092-1.65.063-2.436a172 172 0 0 1 1.578-7.099c.47-1.946 1.017-3.874 1.538-5.807c.175-.647.178-1.252-.287-1.796c-.781-.911-2.413-1.111-3.381-.409l-.428.242l.083-.69c.204-1.479.245-2.953-.161-4.41c-.506-1.816-1.802-2.861-3.686-2.803c-.878.027-1.8.177-2.613.497c-3.419 1.34-6.048 3.713-8.286 6.568a2.6 2.6 0 0 1-.757.654c-2.893 1.604-5.795 3.188-8.696 4.778l-3.229 1.769c-.866-.826-1.653-1.683-2.546-2.41c-2.727-2.224-5.498-4.393-8.244-6.592c-2.434-1.949-4.792-3.979-6.596-6.56c-1.342-1.92-2.207-4.021-2.29-6.395c-.105-3.025.753-5.789 2.293-8.362c1.97-3.292 4.657-5.934 7.611-8.327c3.125-2.53 6.505-4.678 10.008-6.639c4.901-2.743 9.942-5.171 15.347-6.774c5.542-1.644 11.165-2.585 16.965-1.929c2.28.258 4.494.78 6.527 1.895c1.557.853 2.834 1.97 3.428 3.716c.586 1.718.568 3.459.162 5.204c-.825 3.534-2.76 6.447-5.195 9.05c-3.994 4.267-8.866 7.172-14.351 9.091a39.5 39.5 0 0 1-9.765 2.083c-2.729.229-5.401-.013-7.985-.962c-1.711-.629-3.201-1.591-4.399-2.987c-.214-.25-.488-.521-.887-.287c-.391.23-.46.602-.329.979c.219.626.421 1.278.762 1.838c.857 1.405 2.107 2.424 3.483 3.298c2.643 1.681 5.597 2.246 8.66 2.377c4.648.201 9.183-.493 13.654-1.74c6.383-1.78 11.933-4.924 16.384-9.884c3.706-4.13 6.353-8.791 6.92-14.419c.277-2.747-.018-5.438-1.304-7.944c-1.395-2.715-3.613-4.734-6.265-6.125C68.756 18.179 64.588 17 60.286 17h-4.31c-5.21 0-10.247 1.493-15.143 3.274c-3.706 1.349-7.34 2.941-10.868 4.703c-7.683 3.839-14.838 8.468-20.715 14.833c-2.928 3.171-5.407 6.67-6.833 10.79a41 41 0 0 0-1.111 3.746m27.839 36.013c-.333 4.459-2.354 8.074-5.657 11.002c-1.858 1.646-3.989 2.818-6.471 3.23c-.9.149-1.821.185-2.694-.188c-1.245-.532-1.524-1.637-1.548-2.814c-.037-1.876.62-3.572 1.521-5.186c1.176-2.104 2.9-3.708 4.741-5.206c2.9-2.361 6.046-4.359 9.268-6.245l.243-.1c.498 1.84.735 3.657.597 5.507M54.303 70.98c-.235 1.424-.529 2.849-.945 4.229c-1.438 4.777-3.285 9.406-5.282 13.973c-.369.845-.906 1.616-1.373 2.417a1.7 1.7 0 0 1-.283.334c-.578.571-1.126.541-1.418-.206c-.34-.868-.549-1.797-.729-2.716c-.121-.617-.092-1.265-.13-1.897c.039-4.494 1.41-8.578 3.736-12.38c.959-1.568 2.003-3.062 3.598-4.054a6.3 6.3 0 0 1 1.595-.706c.85-.239 1.372.154 1.231 1.006m17.164 21.868l6.169-7.203c.257 2.675-4.29 8.015-6.169 7.203m19.703-4.847c-.436.25-.911.43-1.358.661c-.409.212-.544-.002-.556-.354a2.4 2.4 0 0 1 .093-.721c.833-2.938 2.366-5.446 4.647-7.486l.16-.082c1.085 3.035-.169 6.368-2.986 7.982' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--scala\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%23390d09' d='M25 110.437V94.874h5.616c3.113 0 8.052-.203 11.03-.474l5.278-.406l-7.038-1.894c-3.924-1.015-8.864-2.504-10.961-3.316L25 87.364V55.627h6.293c3.383 0 8.323-.203 10.894-.473l4.737-.406l-8.323-2.233C34 51.366 29.128 49.809 27.639 49.2L25 47.982v-30.72l2.098-.473c1.15-.203 3.992-.406 6.293-.406c11.367 0 38.366-3.722 51.628-7.105c9.27-2.436 15.698-4.872 17.931-6.902c1.15-1.015 1.218-.406 1.218 14.548v15.63l-1.624 1.219l-1.624 1.285l3.248 2.842v33.9l-1.624 1.218l-1.624 1.286l3.248 2.842v33.9l-1.76 1.353c-1.894 1.489-9.202 3.993-17.524 6.09C71.892 121.737 40.157 126 29.33 126H25z'/%3E%3Cpath fill='%23de3423' d='M25 110.572V95.077l11.842-.474c12.315-.473 21.45-1.488 34.847-3.789c15.225-2.639 30.246-7.375 31.803-10.082c.406-.677.676 4.534.676 14.616v15.698l-1.76 1.353c-1.894 1.489-9.202 3.993-17.524 6.09C71.892 121.737 40.157 126 29.33 126H25zm0-39.245V55.83l11.842-.406c13.127-.541 23.344-1.691 36.877-4.195c15.157-2.842 28.96-7.443 29.976-9.947c.203-.473.406 6.09.406 14.616c.067 13.533-.068 15.698-1.083 16.78c-2.368 2.64-20.638 7.376-39.449 10.286c-11.435 1.76-30.381 3.79-35.66 3.79H25zm0-38.975V17.195l2.098-.406c1.15-.203 3.992-.406 6.293-.406c11.367 0 38.366-3.722 51.628-7.105c9.27-2.436 15.698-4.872 17.931-6.902c1.15-1.015 1.218-.406 1.218 14.48c0 14.548-.067 15.63-1.285 16.714c-1.827 1.691-14.345 5.548-24.09 7.51c-15.765 3.113-41.951 6.429-50.883 6.429H25z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--typescript\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cpath fill='%23fff' d='M22.67 47h99.67v73.67H22.67z'/%3E%3Cpath fill='%23007acc' d='M1.5 63.91v62.5h125v-125H1.5zm100.73-5a15.56 15.56 0 0 1 7.82 4.5a20.6 20.6 0 0 1 3 4c0 .16-5.4 3.81-8.69 5.85c-.12.08-.6-.44-1.13-1.23a7.09 7.09 0 0 0-5.87-3.53c-3.79-.26-6.23 1.73-6.21 5a4.6 4.6 0 0 0 .54 2.34c.83 1.73 2.38 2.76 7.24 4.86c8.95 3.85 12.78 6.39 15.16 10c2.66 4 3.25 10.46 1.45 15.24c-2 5.2-6.9 8.73-13.83 9.9a38.3 38.3 0 0 1-9.52-.1a23 23 0 0 1-12.72-6.63c-1.15-1.27-3.39-4.58-3.25-4.82a9 9 0 0 1 1.15-.73L82 101l3.59-2.08l.75 1.11a16.8 16.8 0 0 0 4.74 4.54c4 2.1 9.46 1.81 12.16-.62a5.43 5.43 0 0 0 .69-6.92c-1-1.39-3-2.56-8.59-5c-6.45-2.78-9.23-4.5-11.77-7.24a16.5 16.5 0 0 1-3.43-6.25a25 25 0 0 1-.22-8c1.33-6.23 6-10.58 12.82-11.87a31.7 31.7 0 0 1 9.49.26zm-29.34 5.24v5.12H56.66v46.23H45.15V69.26H28.88v-5a49 49 0 0 1 .12-5.17C29.08 59 39 59 51 59h21.83z'/%3E%3C/svg%3E");
  }
  .icon-\[devicon--vscode\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cmask id='deviconVscode0' width='128' height='128' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M90.767 127.126a7.97 7.97 0 0 0 6.35-.244l26.353-12.681a8 8 0 0 0 4.53-7.209V21.009a8 8 0 0 0-4.53-7.21L97.117 1.12a7.97 7.97 0 0 0-9.093 1.548l-50.45 46.026L15.6 32.013a5.33 5.33 0 0 0-6.807.302l-7.048 6.411a5.335 5.335 0 0 0-.006 7.888L20.796 64L1.74 81.387a5.336 5.336 0 0 0 .006 7.887l7.048 6.411a5.33 5.33 0 0 0 6.807.303l21.974-16.68l50.45 46.025a8 8 0 0 0 2.743 1.793Zm5.252-92.183L57.74 64l38.28 29.058V34.943Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23deviconVscode0)'%3E%3Cpath fill='%230065A9' d='M123.471 13.82L97.097 1.12A7.97 7.97 0 0 0 88 2.668L1.662 81.387a5.333 5.333 0 0 0 .006 7.887l7.052 6.411a5.33 5.33 0 0 0 6.811.303l103.971-78.875c3.488-2.646 8.498-.158 8.498 4.22v-.306a8 8 0 0 0-4.529-7.208Z'/%3E%3Cg filter='url(%23deviconVscode1)'%3E%3Cpath fill='%23007ACC' d='m123.471 114.181l-26.374 12.698A7.97 7.97 0 0 1 88 125.333L1.662 46.613a5.333 5.333 0 0 1 .006-7.887l7.052-6.411a5.33 5.33 0 0 1 6.811-.303l103.971 78.874c3.488 2.647 8.498.159 8.498-4.219v.306a8 8 0 0 1-4.529 7.208'/%3E%3C/g%3E%3Cg filter='url(%23deviconVscode2)'%3E%3Cpath fill='%231F9CF0' d='M97.098 126.882A7.98 7.98 0 0 1 88 125.333c2.952 2.952 8 .861 8-3.314V5.98c0-4.175-5.048-6.266-8-3.313a7.98 7.98 0 0 1 9.098-1.549L123.467 13.8A8 8 0 0 1 128 21.01v85.982a8 8 0 0 1-4.533 7.21z'/%3E%3C/g%3E%3Cpath fill='url(%23deviconVscode3)' fill-rule='evenodd' d='M90.69 127.126a7.97 7.97 0 0 0 6.349-.244l26.353-12.681a8 8 0 0 0 4.53-7.21V21.009a8 8 0 0 0-4.53-7.21L97.039 1.12a7.97 7.97 0 0 0-9.093 1.548l-50.45 46.026l-21.974-16.68a5.33 5.33 0 0 0-6.807.302l-7.048 6.411a5.336 5.336 0 0 0-.006 7.888L20.718 64L1.662 81.386a5.335 5.335 0 0 0 .006 7.888l7.048 6.411a5.33 5.33 0 0 0 6.807.303l21.975-16.681l50.45 46.026a8 8 0 0 0 2.742 1.793m5.252-92.184L57.662 64l38.28 29.057z' clip-rule='evenodd' opacity='.25'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='deviconVscode1' width='144.744' height='113.408' x='-8.411' y='22.594' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4.167'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' mode='overlay' result='effect1_dropShadow_1_36'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1_36' result='shape'/%3E%3C/filter%3E%3Cfilter id='deviconVscode2' width='56.667' height='144.007' x='79.667' y='-8.004' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4.167'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' mode='overlay' result='effect1_dropShadow_1_36'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1_36' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='deviconVscode3' x1='63.922' x2='63.922' y1='.33' y2='127.67' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  .icon-\[devicon--zig\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128' width='128' height='128'%3E%3Cg fill='%23f7a41d'%3E%3Cpath d='m38.484 23.843l-15.06 18.405l-7.529-11.712z'/%3E%3Cpath d='m38.484 23.843l-10.876 9.203l-4.183 9.202h-5.02v42.667h7.53l-9.203 4.183l-6.693 14.222H0V23.843z'/%3E%3Cpath d='M25.935 84.915L10.039 103.32l-6.693-9.202zM46.85 23.843l5.02 11.713l-20.916 6.692z'/%3E%3Cpath d='M46.85 23.843h46.013v18.405H30.954L46.85 32.21zm50.196 61.072L81.15 103.32l-5.856-10.875z'/%3E%3Cpath d='m97.046 84.915l-13.386 7.53l-2.51 10.875H35.137V84.915z'/%3E%3Cpath d='M125.49 5.438L43.503 103.32L2.51 122.562l81.987-98.719zm-7.53 18.405l-.836 15.06l-15.059 4.182z'/%3E%3Cpath d='M128 23.843v79.477H88.68l11.712-10.039l4.183-8.366h5.02v-41.83h-7.53l8.366-7.53l7.53-11.712z'/%3E%3Cpath d='m104.575 84.915l4.183 12.55l-20.078 5.855z'/%3E%3C/g%3E%3C/svg%3E");
  }
  .icon-\[logos--arduino\] {
    display: inline-block;
    width: 1.48em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 174' width='256' height='174'%3E%3Cg fill='%2300979C'%3E%3Cpath d='M14.044 130.399L.919 173.242h10.328l2.369-7.983h12.803l2.305 7.983h11.231l-13.124-42.843zm2.166 26.242l3.899-13.325l3.855 13.325zm48.422-2.945a8 8 0 0 0-.474-.47q.484-.182.946-.394a10.8 10.8 0 0 0 3.255-2.28a10 10 0 0 0 2.148-3.389c.5-1.287.754-2.766.754-4.393c0-2.243-.405-4.183-1.201-5.768a10.17 10.17 0 0 0-3.461-3.924c-1.447-.97-3.207-1.671-5.232-2.082c-1.946-.395-4.138-.597-6.513-.597H41.456v42.843h10.275v-16.74h.305c1.124 0 2.061.247 2.864.757c.797.505 1.408 1.25 1.871 2.282l6.21 13.701h11.955l-7.545-15.283c-.914-1.856-1.817-3.249-2.759-4.263m-4.469-8.219a3.95 3.95 0 0 1-1.26 1.418c-.581.408-1.302.721-2.146.931c-.891.223-1.908.335-3.024.335h-2.002v-9.019h2.258c2.352 0 4.1.369 5.195 1.098c.954.635 1.418 1.705 1.418 3.273c0 .758-.144 1.401-.439 1.964m44.877-9.99c-1.73-1.739-3.912-3.041-6.485-3.868c-2.508-.809-5.46-1.22-8.773-1.22H76.193v42.843h11.829c3.817 0 7.156-.52 9.923-1.545c2.81-1.039 5.157-2.547 6.974-4.481c1.814-1.93 3.166-4.288 4.016-7.007c.834-2.662 1.256-5.656 1.256-8.899c0-3.535-.423-6.636-1.259-9.217c-.854-2.644-2.163-4.866-3.892-6.606m-8.401 26.037c-1.784 1.982-4.372 2.945-7.912 2.945h-2.26v-25.297h2.803c1.981 0 3.644.28 4.941.833c1.258.535 2.231 1.291 2.975 2.309c.76 1.044 1.311 2.354 1.637 3.891c.343 1.626.518 3.51.518 5.6c0 4.458-.909 7.728-2.702 9.719m38.303-3.87c0 1.477-.136 2.736-.407 3.742c-.252.939-.623 1.706-1.105 2.279a3.9 3.9 0 0 1-1.726 1.189c-.761.272-1.734.409-2.894.409c-1.227 0-2.239-.157-3.008-.468a4.5 4.5 0 0 1-1.817-1.31c-.486-.585-.834-1.319-1.035-2.185c-.224-.956-.337-2.081-.337-3.347v-27.564h-10.274v28.028c0 2.316.287 4.442.851 6.318c.587 1.949 1.555 3.634 2.878 5.005s3.055 2.43 5.148 3.147c2.034.701 4.492 1.056 7.305 1.056c2.515 0 4.823-.355 6.857-1.056c2.08-.713 3.873-1.794 5.33-3.214c1.458-1.422 2.589-3.212 3.362-5.32c.76-2.07 1.146-4.494 1.146-7.205v-26.759h-10.274zm15.528-18.636h9.22v25.544h-9.22v8.68h28.843v-8.68h-9.22v-25.544h9.22v-8.619H150.47zm57.435 15.793l-11.486-24.412H184.79v42.843h9.569v-24.876l11.547 24.876h11.57v-42.843h-9.571zm42.833-19.343c-3-3.815-7.497-5.749-13.364-5.749c-2.51 0-4.904.445-7.116 1.322c-2.243.889-4.225 2.273-5.892 4.117c-1.652 1.828-2.964 4.179-3.897 6.986c-.923 2.771-1.391 6.094-1.391 9.878c0 6.99 1.487 12.428 4.419 16.166c3 3.826 7.497 5.765 13.364 5.765c2.511 0 4.907-.445 7.119-1.322c2.244-.89 4.225-2.275 5.89-4.116c1.65-1.827 2.962-4.177 3.898-6.986c.921-2.77 1.389-6.093 1.389-9.879c0-7.01-1.487-12.455-4.419-16.182m-6.762 22.261c-.294 1.581-.753 2.914-1.364 3.963c-.58.999-1.298 1.731-2.193 2.236c-.892.503-2.003.758-3.301.758c-2.568 0-4.358-.956-5.472-2.921c-1.224-2.159-1.845-5.561-1.845-10.115c0-2.138.154-4.059.46-5.706c.294-1.578.756-2.909 1.376-3.958c.59-1.003 1.31-1.737 2.201-2.244c.879-.501 1.982-.755 3.28-.755c2.588 0 4.383.954 5.486 2.916c1.215 2.16 1.831 5.565 1.831 10.119c0 2.144-.154 4.064-.459 5.707M240.315 5.74h1.823v4.793h1.293V5.74h1.838V4.55h-4.954zm9.453-1.19l-1.247 4.078l-1.29-4.078h-1.687v5.983h1.216V6.711l1.206 3.822h1.11l1.144-3.723v3.723h1.21V4.55zm-59.493 115.777c-16.288 0-30.214-5.492-42.47-16.725c-7.571-6.937-13.813-15.436-19.556-24.273c-5.742 8.837-11.985 17.336-19.555 24.273c-13.169 12.069-28.267 17.511-46.149 16.634C28.444 120.088.747 93.176.747 60.118C.747 26.969 28.596 0 62.827 0c18.732 0 34.503 6.199 48.21 18.95c6.584 6.125 12.142 13.23 17.212 20.664c5.07-7.434 10.629-14.539 17.212-20.664C159.168 6.199 174.939 0 193.671 0c34.232 0 62.08 26.969 62.08 60.118c0 33.058-27.696 59.97-61.798 60.118a75 75 0 0 1-3.678.091M140.72 59.316c6.794 11.023 13.388 21.283 21.42 28.643c9.066 8.309 18.622 11.727 30.975 11.074l.556-.015c22.531 0 40.862-17.45 40.862-38.9s-18.331-38.9-40.862-38.9c-13.301 0-24.028 4.216-33.758 13.267c-7.267 6.761-13.267 15.423-19.193 24.831M62.827 21.218c-22.531 0-40.862 17.451-40.862 38.9c0 21.45 18.331 38.9 40.862 38.9l.557.015c12.354.653 21.908-2.765 30.974-11.074c8.032-7.36 14.627-17.62 21.42-28.643c-5.926-9.408-11.926-18.07-19.192-24.831c-9.731-9.051-20.458-13.267-33.759-13.267'/%3E%3Cpath d='M196.477 52.407V40.901h-11.976v11.506h-11.505v11.918h11.505v11.591h11.976V64.325h11.506V52.407zm-150.878-.144h37.817v12.292H45.599z'/%3E%3C/g%3E%3C/svg%3E");
  }
  .icon-\[logos--bash-icon\] {
    display: inline-block;
    width: 0.88em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 224 256' width='224' height='256'%3E%3Cpath fill='%23FFF' d='M207.953 52.162L127.317 4.287a30.37 30.37 0 0 0-31.114 0L15.55 52.162A32.17 32.17 0 0 0 0 79.869v95.734a32.17 32.17 0 0 0 15.55 27.691l80.636 47.859a30.39 30.39 0 0 0 31.115 0l80.636-47.859a32.17 32.17 0 0 0 15.566-27.707V79.869a32.17 32.17 0 0 0-15.55-27.707'/%3E%3Cpath fill='%232F3A3E' d='m208.412 52.277l-80.814-47.98a30.44 30.44 0 0 0-31.184 0l-80.83 47.98A32.24 32.24 0 0 0 0 80.045v95.945a32.24 32.24 0 0 0 15.584 27.752l80.814 47.964a30.46 30.46 0 0 0 31.183 0l80.814-47.964a32.24 32.24 0 0 0 15.6-27.769V80.045a32.24 32.24 0 0 0-15.583-27.768M99.23 246.803l-80.814-47.964A26.6 26.6 0 0 1 5.6 175.989V80.046a26.59 26.59 0 0 1 12.816-22.849L99.23 9.216a24.92 24.92 0 0 1 25.536 0l80.749 47.98a26.43 26.43 0 0 1 12.412 18.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396 47.316c-9.531 5.551-16.554 11.814-16.57 23.303v94.213c0 6.877 2.767 11.327 7.039 12.638a25 25 0 0 1-4.24.405a25.03 25.03 0 0 1-12.768-3.512'/%3E%3Cpath fill='%233AB14A' d='m187.007 185.06l-20.086 12.013a1.47 1.47 0 0 0-.92 1.308v5.28c0 .646.435.904.968.597l20.394-12.4a1.62 1.62 0 0 0 .613-1.615v-4.634c-.016-.598-.484-.856-.969-.55'/%3E%3Cpath fill='%23FFF' d='M144.263 140.832c.646-.323 1.179 0 1.195.92l.064 7.008a12.9 12.9 0 0 1 7.718-.937c.501.13.71.808.517 1.615l-1.534 6.152a2.65 2.65 0 0 1-.694 1.227a1.6 1.6 0 0 1-.404.29a.92.92 0 0 1-.597.098a10.24 10.24 0 0 0-7.444 1.194a9.35 9.35 0 0 0-5.506 8.284c0 3.229 1.615 4.117 7.25 4.214c7.444.13 10.673 3.375 10.754 10.883a26.69 26.69 0 0 1-9.882 20.135l.13 6.878a2.52 2.52 0 0 1-1.18 2.1l-4.068 2.34c-.646.323-1.18 0-1.195-.904v-6.765c-3.488 1.453-7.024 1.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6 2.6 0 0 1 .726-1.292q.174-.166.388-.275a.8.8 0 0 1 .662 0c2.878.78 5.948.392 8.541-1.081a11.17 11.17 0 0 0 6.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861 0-11.303-1.13-11.416-9.688a25.03 25.03 0 0 1 9.462-19.15l-.29-7.04a2.5 2.5 0 0 1 1.178-2.13z'/%3E%3C/svg%3E");
  }
  .icon-\[logos--blender\] {
    display: inline-block;
    width: 1.24em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 208' width='256' height='208'%3E%3Cpath fill='%23FFF' d='M100.43 115.195c.931-16.606 9.062-31.235 21.33-41.606c12.03-10.186 28.222-16.412 45.89-16.412c17.65 0 33.843 6.226 45.882 16.412c12.258 10.37 20.39 25 21.33 41.588c.93 17.062-5.928 32.912-17.958 44.661c-12.267 11.951-29.716 19.45-49.254 19.45s-37.021-7.499-49.28-19.45c-12.039-11.75-18.88-27.6-17.94-44.643'/%3E%3Cpath fill='%23265787' d='M133.168 116.676c.477-8.52 4.65-16.027 10.944-21.348c6.173-5.226 14.481-8.421 23.547-8.421c9.056 0 17.365 3.195 23.542 8.421c6.29 5.321 10.462 12.828 10.944 21.34c.478 8.754-3.04 16.887-9.214 22.915c-6.294 6.132-15.247 9.98-25.272 9.98s-18.996-3.848-25.286-9.98c-6.177-6.028-9.687-14.161-9.205-22.907'/%3E%3Cpath fill='%23EA7600' d='M78.41 134.18c.06 3.34 1.125 9.834 2.724 14.904c3.359 10.733 9.057 20.663 16.986 29.413c8.137 8.995 18.156 16.22 29.73 21.349c12.164 5.387 25.344 8.132 39.034 8.11c13.668-.019 26.849-2.818 39.013-8.246c11.573-5.179 21.583-12.435 29.707-21.434c7.924-8.787 13.613-18.734 16.982-29.467c1.693-5.423 2.763-10.927 3.192-16.45a75 75 0 0 0-.528-16.336c-1.508-10.611-5.18-20.567-10.833-29.643c-5.17-8.34-11.834-15.641-19.759-21.787l.018-.013l-79.97-61.405c-.073-.054-.132-.112-.209-.162c-5.246-4.028-14.07-4.014-19.84.022c-5.834 4.082-6.502 10.833-1.31 15.09l-.022.023l33.355 27.124l-101.663.108h-.136c-8.403.01-16.48 5.523-18.08 12.49c-1.643 7.098 4.065 12.986 12.802 13.018l-.014.031l51.53-.1L9.167 141.4c-.117.086-.244.176-.352.262c-8.674 6.642-11.478 17.687-6.015 24.676c5.545 7.108 17.335 7.121 26.099.041l50.184-41.071s-.732 5.544-.673 8.872m128.955 18.566c-10.34 10.535-24.817 16.508-40.48 16.54c-15.687.027-30.163-5.893-40.503-16.409c-5.053-5.125-8.764-11.022-11.054-17.303a44.9 44.9 0 0 1-2.537-19.334c.546-6.462 2.47-12.625 5.54-18.202c3.016-5.481 7.17-10.435 12.3-14.625c10.05-8.19 22.847-12.625 36.23-12.643c13.398-.018 26.185 4.376 36.246 12.54c5.12 4.171 9.27 9.107 12.286 14.58a45.7 45.7 0 0 1 5.563 18.192a45 45 0 0 1-2.547 19.32c-2.294 6.3-5.992 12.197-11.044 17.344'/%3E%3C/svg%3E");
  }
  .icon-\[logos--c-plusplus\] {
    display: inline-block;
    width: 0.89em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 288' width='256' height='288'%3E%3Cpath fill='%23649AD2' d='M255.987 84.59c-.002-4.837-1.037-9.112-3.13-12.781c-2.054-3.608-5.133-6.632-9.261-9.023c-34.08-19.651-68.195-39.242-102.264-58.913c-9.185-5.303-18.09-5.11-27.208.27c-13.565 8-81.48 46.91-101.719 58.632C4.071 67.6.015 74.984.013 84.58C0 124.101.013 163.62 0 203.141c0 4.73.993 8.923 2.993 12.537c2.056 3.717 5.177 6.824 9.401 9.269c20.24 11.722 88.164 50.63 101.726 58.631c9.121 5.382 18.027 5.575 27.215.27c34.07-19.672 68.186-39.262 102.272-58.913c4.224-2.444 7.345-5.553 9.401-9.267c1.997-3.614 2.992-7.806 2.992-12.539c0 0 0-79.018-.013-118.539'/%3E%3Cpath fill='%23004482' d='m128.392 143.476l-125.4 72.202c2.057 3.717 5.178 6.824 9.402 9.269c20.24 11.722 88.164 50.63 101.726 58.631c9.121 5.382 18.027 5.575 27.215.27c34.07-19.672 68.186-39.262 102.272-58.913c4.224-2.444 7.345-5.553 9.401-9.267z'/%3E%3Cpath fill='%231A4674' d='M91.25 164.863c7.297 12.738 21.014 21.33 36.75 21.33c15.833 0 29.628-8.7 36.888-21.576l-36.496-21.141z'/%3E%3Cpath fill='%2301589C' d='M255.987 84.59c-.002-4.837-1.037-9.112-3.13-12.781l-124.465 71.667l124.616 72.192c1.997-3.614 2.99-7.806 2.992-12.539c0 0 0-79.018-.013-118.539'/%3E%3Cpath fill='%23FFF' d='M249.135 148.636h-9.738v9.74h-9.74v-9.74h-9.737V138.9h9.737v-9.738h9.74v9.738h9.738zM128 58.847c31.135 0 58.358 16.74 73.17 41.709l.444.759l-37.001 21.307c-7.333-12.609-20.978-21.094-36.613-21.094c-23.38 0-42.333 18.953-42.333 42.332a42.13 42.13 0 0 0 5.583 21.003c7.297 12.738 21.014 21.33 36.75 21.33c15.659 0 29.325-8.51 36.647-21.153l.241-.423l36.947 21.406c-14.65 25.597-42.228 42.851-73.835 42.851c-31.549 0-59.084-17.185-73.754-42.707c-7.162-12.459-11.26-26.904-11.26-42.307c0-46.95 38.061-85.013 85.014-85.013m75.865 70.314v9.738h9.737v9.737h-9.737v9.74h-9.738v-9.74h-9.738V138.9h9.738v-9.738z'/%3E%3C/svg%3E");
  }
  .icon-\[logos--c\] {
    display: inline-block;
    width: 0.89em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 288' width='256' height='288'%3E%3Cpath fill='%23A9B9CB' d='M255.987 85.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565 8.008-81.481 46.956-101.719 58.689C4.071 68.665.015 76.056.013 85.663C0 125.221.013 164.777 0 204.336c.002 4.736.993 8.932 2.993 12.55c2.056 3.72 5.177 6.83 9.401 9.278c20.239 11.733 88.164 50.678 101.726 58.688c9.121 5.387 18.027 5.579 27.215.27c34.07-19.691 68.186-39.3 102.272-58.97c4.224-2.447 7.345-5.559 9.401-9.276c1.997-3.618 2.99-7.814 2.992-12.551c0 0 0-79.094-.013-118.653'/%3E%3Cpath fill='%237F8B99' d='M141.101 5.134c-9.17-5.294-18.061-5.101-27.163.269C100.395 13.39 32.59 52.237 12.385 63.94C4.064 68.757.015 76.129.013 85.711C0 125.166.013 164.62 0 204.076c.002 4.724.991 8.909 2.988 12.517c2.053 3.711 5.169 6.813 9.386 9.254a9009 9009 0 0 0 20.159 11.62L219.625 50.375c-26.178-15.074-52.363-30.136-78.524-45.241'/%3E%3Cpath fill='%23FFF' d='m154.456 126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691 0-71.951 19.512-71.951 75.61S97.818 220 129.322 220c51.017 0 63.21-35.302 63.21-55.252l-38.007-2.173s1.017 23.075-25.406 23.075c-24.39 0-28.46-29.878-28.46-40.04c0-15.447 5.493-40.244 28.46-40.244c22.968 0 25.337 21.602 25.337 21.602'/%3E%3C/svg%3E");
  }
  .icon-\[logos--clojure\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='%23FFF' d='M127.999 0C57.423 0 0 57.423 0 128.001c0 70.584 57.423 128.004 127.999 128.004c70.578 0 128.001-57.42 128.001-128.004C256 57.423 198.577 0 127.999 0'/%3E%3Cpath fill='%2391DC47' d='M123.318 130.303a535 535 0 0 0-3.733 8.272c-4.645 10.524-9.789 23.33-11.668 31.534c-.675 2.922-1.093 6.543-1.085 10.558c0 1.588.085 3.257.22 4.957a61.3 61.3 0 0 0 21.067 3.753a61.4 61.4 0 0 0 19.284-3.143c-1.425-1.303-2.785-2.692-4.023-4.257c-8.22-10.482-12.806-25.844-20.062-51.674M92.97 78.225c-15.699 11.064-25.972 29.312-26.011 49.992c.039 20.371 10.003 38.383 25.307 49.493c3.754-15.637 13.164-29.955 27.275-58.655a231 231 0 0 0-2.862-7.469c-3.909-9.806-9.551-21.194-14.586-26.351c-2.567-2.694-5.682-5.022-9.123-7.01'/%3E%3Cpath fill='%2363B132' d='M181.394 198.367c-8.1-1.015-14.785-2.24-20.633-4.303a73.2 73.2 0 0 1-32.642 7.643c-40.584 0-73.483-32.894-73.488-73.49c0-22.027 9.704-41.773 25.056-55.24c-4.106-.992-8.388-1.571-12.762-1.563c-21.562.203-44.323 12.136-53.799 44.363c-.886 4.691-.675 8.238-.675 12.442c0 63.885 51.791 115.676 115.671 115.676c39.122 0 73.682-19.439 94.611-49.169c-11.32 2.821-22.206 4.17-31.528 4.199c-3.494 0-6.774-.187-9.811-.558'/%3E%3Cpath fill='%2390B4FE' d='M159.658 175.953c.714.354 2.333.932 4.586 1.571c15.157-11.127 25.007-29.05 25.046-49.307h-.006c-.057-33.771-27.386-61.096-61.165-61.163a61.3 61.3 0 0 0-19.203 3.122c12.419 14.156 18.391 34.386 24.168 56.515l.01.026c.011.018 1.848 6.145 5.002 14.274c3.132 8.118 7.594 18.168 12.46 25.492c3.195 4.908 6.709 8.435 9.102 9.47'/%3E%3Cpath fill='%235881D8' d='M128.122 12.541c-38.744 0-73.016 19.073-94.008 48.318c10.925-6.842 22.08-9.31 31.815-9.222c13.446.039 24.017 4.208 29.089 7.06a53 53 0 0 1 3.527 2.247a73.2 73.2 0 0 1 29.574-6.215c40.589.005 73.493 32.899 73.499 73.488h-.006c0 20.464-8.37 38.967-21.863 52.291c3.312.371 6.844.602 10.451.584c12.811.006 26.658-2.821 37.039-11.552c6.769-5.702 12.44-14.051 15.585-26.569c.615-4.835.969-9.75.969-14.752c0-63.882-51.786-115.678-115.671-115.678'/%3E%3C/svg%3E");
  }
  .icon-\[logos--git-icon\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='%23DE4C36' d='M251.172 116.594L139.4 4.828c-6.433-6.437-16.873-6.437-23.314 0l-23.21 23.21l29.443 29.443c6.842-2.312 14.688-.761 20.142 4.693c5.48 5.489 7.02 13.402 4.652 20.266l28.375 28.376c6.865-2.365 14.786-.835 20.269 4.657c7.663 7.66 7.663 20.075 0 27.74c-7.665 7.666-20.08 7.666-27.749 0c-5.764-5.77-7.188-14.235-4.27-21.336l-26.462-26.462l-.003 69.637a19.8 19.8 0 0 1 5.188 3.71c7.663 7.66 7.663 20.076 0 27.747c-7.665 7.662-20.086 7.662-27.74 0c-7.663-7.671-7.663-20.086 0-27.746a19.7 19.7 0 0 1 6.421-4.281V94.196a19.4 19.4 0 0 1-6.421-4.281c-5.806-5.798-7.202-14.317-4.227-21.446L81.47 39.442L4.83 116.077c-6.44 6.443-6.44 16.884 0 23.322l111.774 111.768c6.435 6.438 16.873 6.438 23.316 0l111.251-111.249c6.438-6.44 6.438-16.887 0-23.324'/%3E%3C/svg%3E");
  }
  .icon-\[logos--godot-icon\] {
    display: inline-block;
    width: 1.06em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 242' width='256' height='242'%3E%3Cpath fill='%23FFF' d='M240.34 164.491s-.374-2.29-.592-2.27l-41.548 4.01a6.75 6.75 0 0 0-6.106 6.268l-1.141 16.36l-32.143 2.293l-2.186-14.826c-.487-3.298-3.367-5.784-6.7-5.784H106.07c-3.332 0-6.212 2.486-6.699 5.784l-2.187 14.826l-32.143-2.293L63.9 172.5a6.75 6.75 0 0 0-6.105-6.27l-41.569-4.007c-.215-.02-.372 2.271-.587 2.271l-.056 8.992l35.205 5.677l1.153 16.506c.233 3.341 2.93 6.043 6.273 6.283l44.268 3.158q.251.018.499.019c3.326 0 6.202-2.488 6.689-5.786l2.249-15.256h32.158l2.25 15.256c.485 3.297 3.364 5.784 6.696 5.784q.245 0 .485-.017l44.274-3.158c3.343-.24 6.04-2.942 6.274-6.283l1.151-16.506l35.19-5.703z'/%3E%3Cpath fill='%23478CBF' d='M101.963 0C90.269 2.6 78.7 6.219 67.854 11.678c.248 9.576.867 18.752 2.122 28.073c-4.212 2.699-8.638 5.015-12.572 8.174c-3.998 3.075-8.08 6.018-11.7 9.614c-7.23-4.782-14.883-9.277-22.767-13.245C14.438 53.44 6.49 63.313 0 74.359c4.884 7.9 9.982 15.305 15.488 22.333h.153v67.798q.187 0 .372.018l41.564 4.006a4.475 4.475 0 0 1 4.034 4.145l1.282 18.348l36.256 2.587l2.497-16.934a4.476 4.476 0 0 1 4.43-3.822h43.85a4.475 4.475 0 0 1 4.428 3.822l2.497 16.934l36.258-2.587l1.28-18.348a4.48 4.48 0 0 1 4.035-4.145l41.547-4.006a5 5 0 0 1 .37-.018v-5.41l.018-.007V96.692h.153c5.506-7.028 10.602-14.434 15.488-22.333c-6.49-11.047-14.44-20.92-22.938-30.065c-7.882 3.967-15.538 8.462-22.769 13.245c-3.618-3.596-7.694-6.54-11.697-9.615c-3.933-3.159-8.365-5.475-12.57-8.173c1.252-9.32 1.872-18.497 2.121-28.074C177.301 6.218 165.733 2.6 154.033 0c-4.672 7.851-8.944 16.352-12.664 24.664c-4.412-.737-8.844-1.01-13.282-1.064v-.005c-.03 0-.06.005-.086.005c-.028 0-.057-.005-.085-.005v.005c-4.446.053-8.875.327-13.288 1.064C110.91 16.353 106.641 7.85 101.963 0M15.57 173.457c.017 4.016.068 8.416.068 9.293c0 39.472 50.073 58.444 112.282 58.662h.154c62.21-.218 112.266-19.19 112.266-58.662c0-.892.055-5.274.073-9.293l-37.359 3.603l-1.288 18.446a4.476 4.476 0 0 1-4.146 4.152l-44.274 3.159a4.477 4.477 0 0 1-4.746-3.813l-2.538-17.217h-36.126l-2.538 17.217a4.473 4.473 0 0 1-4.746 3.813l-44.274-3.159a4.476 4.476 0 0 1-4.146-4.152l-1.286-18.446z'/%3E%3Cpath fill='%23FFF' d='M69.079 99.178c-13.828 0-25.045 11.205-25.045 25.035c0 13.84 11.216 25.05 25.045 25.05c13.834 0 25.048-11.21 25.048-25.05c0-13.83-11.214-25.035-25.048-25.035m117.84 0c-13.837 0-25.05 11.205-25.05 25.035c0 13.84 11.213 25.05 25.05 25.05c13.827 0 25.042-11.21 25.042-25.05c0-13.83-11.215-25.035-25.042-25.035m-58.925 14.65c-4.454 0-8.063 3.285-8.063 7.327v23.06c0 4.045 3.61 7.326 8.063 7.326s8.07-3.281 8.07-7.327v-23.059c0-4.042-3.617-7.327-8.07-7.327'/%3E%3Cpath fill='%23414042' d='M71.475 109.077c-9.182 0-16.625 7.447-16.625 16.627s7.443 16.619 16.625 16.619c9.187 0 16.627-7.44 16.627-16.62s-7.44-16.626-16.627-16.626m113.043 0c-9.18 0-16.617 7.447-16.617 16.627s7.438 16.619 16.617 16.619c9.19 0 16.626-7.44 16.626-16.62s-7.437-16.626-16.626-16.626'/%3E%3C/svg%3E");
  }
  .icon-\[logos--graphql\] {
    display: inline-block;
    width: 0.89em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 288' width='256' height='288'%3E%3Cpath fill='%23E535AB' fill-rule='evenodd' d='m152.576 32.963l59.146 34.15a25.8 25.8 0 0 1 5.818-4.604c12.266-7.052 27.912-2.865 35.037 9.402c7.052 12.267 2.865 27.912-9.402 35.037a25.7 25.7 0 0 1-6.831 2.72v68.325a25.7 25.7 0 0 1 6.758 2.702c12.34 7.125 16.527 22.771 9.402 35.038c-7.052 12.266-22.771 16.453-35.038 9.402a25.5 25.5 0 0 1-6.34-5.147l-58.786 33.94a25.7 25.7 0 0 1 1.295 8.08c0 14.103-11.458 25.636-25.635 25.636s-25.635-11.46-25.635-25.636c0-2.52.362-4.954 1.037-7.253l-59.13-34.14a25.8 25.8 0 0 1-5.738 4.52c-12.34 7.051-27.986 2.864-35.038-9.402c-7.051-12.267-2.864-27.913 9.402-35.038a25.7 25.7 0 0 1 6.758-2.703v-68.324a25.7 25.7 0 0 1-6.831-2.72C.558 99.897-3.629 84.178 3.423 71.911s22.77-16.454 35.037-9.402a25.8 25.8 0 0 1 5.79 4.575l59.163-34.159a25.7 25.7 0 0 1-1.048-7.29C102.365 11.46 113.823 0 128 0s25.635 11.459 25.635 25.635c0 2.548-.37 5.007-1.059 7.328m-6.162 10.522l59.287 34.23a25.6 25.6 0 0 0 2.437 19.831c3.609 6.278 9.488 10.44 16.013 12.062v68.41q-.5.122-.993.264L145.725 44.17q.351-.336.689-.684m-36.123.7l-77.432 134.11a26 26 0 0 0-1.01-.27v-68.417c6.525-1.622 12.404-5.784 16.013-12.062a25.6 25.6 0 0 0 2.427-19.869l59.27-34.22q.359.371.732.727m24.872 6.075l77.414 134.08a25.5 25.5 0 0 0-4.513 5.757a25.7 25.7 0 0 0-2.702 6.758H50.64a25.7 25.7 0 0 0-2.704-6.758a25.8 25.8 0 0 0-4.506-5.724l77.429-134.107A25.7 25.7 0 0 0 128 51.27c2.487 0 4.89-.352 7.163-1.01m11.795 194.478l58.902-34.008a26 26 0 0 1-.473-1.682H50.607q-.123.499-.266.992l59.19 34.175A25.56 25.56 0 0 1 128 236.373a25.56 25.56 0 0 1 18.958 8.365'/%3E%3C/svg%3E");
  }
  .icon-\[logos--haskell-icon\] {
    display: inline-block;
    width: 1.42em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 181' width='256' height='181'%3E%3Cpath fill='%23453A62' d='m0 180.591l60.235-90.294L0 0h45.176l60.236 90.297l-60.236 90.294z'/%3E%3Cpath fill='%235E5086' d='m60.235 180.591l60.236-90.294L60.235 0h45.177l120.465 180.591h-45.171l-37.645-56.432l-37.652 56.432z'/%3E%3Cpath fill='%238F4E8B' d='m205.804 127.92l-20.079-30.1H256v30.102h-50.196zm-30.118-45.145l-20.078-30.1H256v30.1z'/%3E%3C/svg%3E");
  }
  .icon-\[logos--intellij-idea\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cdefs%3E%3ClinearGradient id='logosIntellijIdea0' x1='37.036%25' x2='178.13%25' y1='51.017%25' y2='41.861%25'%3E%3Cstop offset='9%25' stop-color='%23FC801D'/%3E%3Cstop offset='23%25' stop-color='%23B07F61'/%3E%3Cstop offset='41%25' stop-color='%23577DB3'/%3E%3Cstop offset='53%25' stop-color='%231E7CE6'/%3E%3Cstop offset='59%25' stop-color='%23087CFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosIntellijIdea1' x1='73.557%25' x2='35.575%25' y1='114.76%25' y2='1.075%25'%3E%3Cstop offset='0%25' stop-color='%23FE2857'/%3E%3Cstop offset='8%25' stop-color='%23CB3979'/%3E%3Cstop offset='16%25' stop-color='%239E4997'/%3E%3Cstop offset='25%25' stop-color='%237557B2'/%3E%3Cstop offset='34%25' stop-color='%235362C8'/%3E%3Cstop offset='44%25' stop-color='%23386CDA'/%3E%3Cstop offset='54%25' stop-color='%232373E8'/%3E%3Cstop offset='66%25' stop-color='%231478F2'/%3E%3Cstop offset='79%25' stop-color='%230B7BF8'/%3E%3Cstop offset='100%25' stop-color='%23087CFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosIntellijIdea2' x1='28.551%25' x2='81.801%25' y1='23.614%25' y2='129.755%25'%3E%3Cstop offset='0%25' stop-color='%23FE2857'/%3E%3Cstop offset='8%25' stop-color='%23FE295F'/%3E%3Cstop offset='21%25' stop-color='%23FF2D76'/%3E%3Cstop offset='30%25' stop-color='%23FF318C'/%3E%3Cstop offset='38%25' stop-color='%23EA3896'/%3E%3Cstop offset='55%25' stop-color='%23B248AE'/%3E%3Cstop offset='79%25' stop-color='%235A63D6'/%3E%3Cstop offset='100%25' stop-color='%23087CFA'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosIntellijIdea0)' d='M40.533 180.56L2.88 150.827l22.16-41.04l33.307 11.146z'/%3E%3Cpath fill='%23087CFA' d='m256 68.24l-4.613 148.267L152.773 256l-53.706-34.667z'/%3E%3Cpath fill='url(%23logosIntellijIdea1)' d='m256 68.24l-48.8 47.6l-62.667-76.88l30.934-34.773z'/%3E%3Cpath fill='url(%23logosIntellijIdea2)' d='M99.067 221.333L20.64 249.68l16.427-57.52l21.28-71.227L0 101.413L37.067 0l83.786 9.893L207.2 115.84z'/%3E%3Cpath d='M49.147 48h160v160h-160z'/%3E%3Cpath fill='%23FFF' d='M69.093 177.76h60v10h-60zM99.04 78.987V68.053H69.2v10.934h8.373v37.76H69.2v10.933h29.84v-10.933h-8.347v-37.76zm28.427 49.44l.186.106a23.7 23.7 0 0 1-11.706-2.666a27.1 27.1 0 0 1-7.787-6.294l8.24-9.2a23.6 23.6 0 0 0 5.173 4.374a10.67 10.67 0 0 0 5.734 1.6a7.6 7.6 0 0 0 5.84-2.32a11.1 11.1 0 0 0 2.133-7.547V68h13.333v39.067a27 27 0 0 1-1.466 9.306a17.3 17.3 0 0 1-10.854 10.667a26.3 26.3 0 0 1-8.826 1.387'/%3E%3C/svg%3E");
  }
  .icon-\[logos--java\] {
    display: inline-block;
    width: 0.74em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 346' width='256' height='346'%3E%3Cpath fill='%235382A1' d='M82.554 267.473s-13.198 7.675 9.393 10.272c27.369 3.122 41.356 2.675 71.517-3.034c0 0 7.93 4.972 19.003 9.279c-67.611 28.977-153.019-1.679-99.913-16.517m-8.262-37.814s-14.803 10.958 7.805 13.296c29.236 3.016 52.324 3.263 92.276-4.43c0 0 5.526 5.602 14.215 8.666c-81.747 23.904-172.798 1.885-114.296-17.532'/%3E%3Cpath fill='%23E76F00' d='M143.942 165.515c16.66 19.18-4.377 36.44-4.377 36.44s42.301-21.837 22.874-49.183c-18.144-25.5-32.059-38.172 43.268-81.858c0 0-118.238 29.53-61.765 94.6'/%3E%3Cpath fill='%235382A1' d='M233.364 295.442s9.767 8.047-10.757 14.273c-39.026 11.823-162.432 15.393-196.714.471c-12.323-5.36 10.787-12.8 18.056-14.362c7.581-1.644 11.914-1.337 11.914-1.337c-13.705-9.655-88.583 18.957-38.034 27.15c137.853 22.356 251.292-10.066 215.535-26.195M88.9 190.48s-62.771 14.91-22.228 20.323c17.118 2.292 51.243 1.774 83.03-.89c25.978-2.19 52.063-6.85 52.063-6.85s-9.16 3.923-15.787 8.448c-63.744 16.765-186.886 8.966-151.435-8.183c29.981-14.492 54.358-12.848 54.358-12.848m112.605 62.942c64.8-33.672 34.839-66.03 13.927-61.67c-5.126 1.066-7.411 1.99-7.411 1.99s1.903-2.98 5.537-4.27c41.37-14.545 73.187 42.897-13.355 65.647c0 .001 1.003-.895 1.302-1.697'/%3E%3Cpath fill='%23E76F00' d='M162.439.371s35.887 35.9-34.037 91.101c-56.071 44.282-12.786 69.53-.023 98.377c-32.73-29.53-56.75-55.526-40.635-79.72C111.395 74.612 176.918 57.393 162.439.37'/%3E%3Cpath fill='%235382A1' d='M95.268 344.665c62.199 3.982 157.712-2.209 159.974-31.64c0 0-4.348 11.158-51.404 20.018c-53.088 9.99-118.564 8.824-157.399 2.421c.001 0 7.95 6.58 48.83 9.201'/%3E%3C/svg%3E");
  }
  .icon-\[logos--kotlin-icon\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cdefs%3E%3ClinearGradient id='logosKotlinIcon0' x1='99.991%25' x2='.01%25' y1='-.011%25' y2='100.01%25'%3E%3Cstop offset='.344%25' stop-color='%23E44857'/%3E%3Cstop offset='46.89%25' stop-color='%23C711E1'/%3E%3Cstop offset='100%25' stop-color='%237F52FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosKotlinIcon0)' d='M256 256H0V0h256L128 127.949z'/%3E%3C/svg%3E");
  }
  .icon-\[logos--linux-tux\] {
    display: inline-block;
    width: 0.87em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 295' width='256' height='295'%3E%3Cdefs%3E%3ClinearGradient id='logosLinuxTux0' x1='48.548%25' x2='51.047%25' y1='115.276%25' y2='41.364%25'%3E%3Cstop offset='0%25' stop-color='%23FFEED7'/%3E%3Cstop offset='100%25' stop-color='%23BDBFC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux1' x1='54.407%25' x2='46.175%25' y1='2.404%25' y2='90.542%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.8'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux2' x1='51.86%25' x2='47.947%25' y1='88.248%25' y2='9.748%25'%3E%3Cstop offset='0%25' stop-color='%23FFEED7'/%3E%3Cstop offset='100%25' stop-color='%23BDBFC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux3' x1='49.925%25' x2='49.924%25' y1='85.49%25' y2='13.811%25'%3E%3Cstop offset='0%25' stop-color='%23FFEED7'/%3E%3Cstop offset='100%25' stop-color='%23BDBFC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux4' x1='53.901%25' x2='45.956%25' y1='3.102%25' y2='93.895%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux5' x1='45.593%25' x2='54.811%25' y1='5.475%25' y2='93.524%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux6' x1='49.984%25' x2='49.984%25' y1='89.845%25' y2='40.632%25'%3E%3Cstop offset='0%25' stop-color='%23FFEED7'/%3E%3Cstop offset='100%25' stop-color='%23BDBFC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux7' x1='53.505%25' x2='42.746%25' y1='99.975%25' y2='23.545%25'%3E%3Cstop offset='0%25' stop-color='%23FFEED7'/%3E%3Cstop offset='100%25' stop-color='%23BDBFC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux8' x1='49.841%25' x2='50.241%25' y1='13.229%25' y2='94.673%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.8'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTux9' x1='49.927%25' x2='50.727%25' y1='37.327%25' y2='92.782%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxa' x1='49.876%25' x2='49.876%25' y1='2.299%25' y2='81.204%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxb' x1='49.833%25' x2='49.824%25' y1='2.272%25' y2='71.799%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxc' x1='53.467%25' x2='38.949%25' y1='48.921%25' y2='98.1%25'%3E%3Cstop offset='0%25' stop-color='%23FFA63F'/%3E%3Cstop offset='100%25' stop-color='%23FF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxd' x1='52.373%25' x2='47.579%25' y1='143.009%25' y2='-64.622%25'%3E%3Cstop offset='0%25' stop-color='%23FFEED7'/%3E%3Cstop offset='100%25' stop-color='%23BDBFC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxe' x1='30.581%25' x2='65.887%25' y1='34.024%25' y2='89.175%25'%3E%3Cstop offset='0%25' stop-color='%23FFA63F'/%3E%3Cstop offset='100%25' stop-color='%23FF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxf' x1='59.572%25' x2='48.361%25' y1='-17.216%25' y2='66.118%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxg' x1='47.769%25' x2='51.373%25' y1='1.565%25' y2='104.313%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxh' x1='43.55%25' x2='57.114%25' y1='4.533%25' y2='92.827%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxi' x1='49.733%25' x2='50.558%25' y1='17.609%25' y2='99.385%25'%3E%3Cstop offset='0%25' stop-color='%23FFA63F'/%3E%3Cstop offset='100%25' stop-color='%23FF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosLinuxTuxj' x1='50.17%25' x2='49.68%25' y1='2.89%25' y2='94.17%25'%3E%3Cstop offset='0%25' stop-color='%23FFF' stop-opacity='.65'/%3E%3Cstop offset='100%25' stop-color='%23FFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='logosLinuxTuxk' width='200%25' height='200%25' x='-50%25' y='-50%25' filterUnits='objectBoundingBox'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='6.5'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none'%3E%3Cpath fill='%23000' fill-opacity='.2' d='M235.125 249.359c0 17.355-52.617 31.497-117.54 31.497S.044 266.806.044 249.359c0-17.356 52.618-31.498 117.54-31.498c64.924 0 117.45 14.142 117.541 31.498' filter='url(%23logosLinuxTuxk)' transform='translate(10)'/%3E%3Cpath fill='%23000' d='M63.213 215.474c-11.387-16.346-13.591-69.606 12.947-102.39C89.292 97.383 92.69 86.455 93.7 71.67c.734-16.805-11.846-66.851 35.537-70.616c48.027-3.857 45.364 43.526 45.088 68.596c-.183 21.12 15.52 33.15 26.355 49.68c19.927 30.303 18.274 82.461-3.765 110.745c-27.916 35.354-51.791 20.018-67.678 21.304c-29.752 1.745-30.762 17.54-66.024-35.905'/%3E%3Cpath fill='url(%23logosLinuxTux0)' d='M169.1 122.451c8.265 7.622 29.661 41.69-4.224 62.995c-11.937 7.438 10.653 35.721 21.488 22.039c19.193-24.61 6.98-63.913-4.591-77.963c-7.714-9.917-19.651-13.774-12.672-7.07' transform='translate(10)'/%3E%3Cpath fill='%23000' stroke='%23000' stroke-width='.977' d='M176.805 117.86c13.59 11.02 38.292 49.587 2.204 74.748c-11.846 7.806 10.468 32.508 23.049 19.927c43.618-43.894-1.102-94.308-16.53-111.664c-13.774-15.151-25.987 3.49-8.723 16.989Z'/%3E%3Cpath fill='url(%23logosLinuxTux1)' d='M147.245 25.02c-.459 12.581-14.325 23.51-30.946 24.52S86.639 41 87.097 28.418c.46-12.581 14.326-23.509 30.947-24.519c16.62-.918 29.66 8.54 29.201 21.12' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTux2)' d='M107.483 54.957c.46 8.173-3.397 15.06-8.723 15.335s-10.01-6.06-10.47-14.232S91.688 41 97.014 40.725s10.01 6.06 10.468 14.233' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTux3)' d='M117.125 55.6c.184 9.458 6.337 16.988 13.683 16.805c7.346-.184 13.131-7.99 12.948-17.54c-.184-9.458-6.336-16.988-13.683-16.804c-7.346.183-13.223 8.08-12.948 17.539' transform='translate(10)'/%3E%3Cpath fill='%23000' d='M133.186 57.712c-.092 5.234 2.48 9.458 5.877 9.458c3.306 0 6.153-4.224 6.245-9.366c.091-5.234-2.48-9.459-5.878-9.459c-3.397 0-6.152 4.225-6.244 9.367m-21.212.092c.459 4.316-1.194 7.989-3.582 8.356c-2.387.276-4.683-2.938-5.142-7.254s1.194-7.99 3.581-8.357c2.388-.275 4.684 2.939 5.143 7.255'/%3E%3Cpath fill='url(%23logosLinuxTux4)' d='M124.564 54.773c-.276 2.939 1.102 5.326 3.03 5.51s3.765-2.112 4.04-4.959c.276-2.938-1.102-5.326-3.03-5.51c-1.928-.183-3.765 2.113-4.04 4.96' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTux5)' d='M99.953 55.508c.276 2.388-.734 4.5-2.203 4.683c-1.47.184-2.847-1.653-3.123-4.132c-.275-2.388.735-4.5 2.204-4.683c1.47-.184 2.847 1.744 3.122 4.132' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTux6)' d='M71.027 145.684c6.52-14.785 20.386-40.772 20.662-60.883c0-15.978 47.843-19.835 51.7-3.856c3.856 15.978 13.59 39.853 19.834 51.424c6.245 11.478 24.335 48.118 5.051 80.074c-17.356 28.284-69.973 50.69-98.073-3.856c-9.55-18.917-7.806-42.333.826-62.903' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTux7)' d='M65.15 134.664c-5.601 10.56-17.172 38.293 11.112 53.445c30.395 16.162 30.303 49.312-6.245 33.517c-33.425-14.233-18.641-71.902-9.274-85.676c6.06-9.642 15.243-21.488 4.407-1.286' transform='translate(10)'/%3E%3Cpath fill='%23000' stroke='%23000' stroke-width='1.25' d='M79.925 122.727c-8.907 14.509-30.211 48.669-1.652 66.484c38.384 23.6 27.548 47.108-7.53 25.895c-49.404-29.568-5.97-89.257 13.774-112.03c22.59-25.529 4.316 4.683-4.592 19.65Z'/%3E%3Cpath fill='url(%23logosLinuxTux8)' d='M156.428 151.285c0 16.162-15.519 37.1-42.15 36.916c-27.456.183-39.118-20.754-39.118-36.916s18.182-29.293 40.588-29.293c22.498.092 40.68 13.132 40.68 29.293' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTux9)' d='M141.92 100.504c-.276 16.713-11.204 20.662-24.978 20.662s-23.784-2.48-24.978-20.662c0-11.387 11.203-17.998 24.978-17.998c13.774-.092 24.977 6.52 24.977 17.998' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxa)' d='M58.63 126.216c9-13.682 28.008-34.711 3.582 2.939c-19.835 31.038-7.346 50.965-.918 56.474c18.549 16.53 17.814 27.64 3.214 18.917c-31.314-18.641-24.794-50.047-5.878-78.33' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxb)' d='M188.936 131.818c-7.806-16.07-32.6-56.842 1.193-9.459c30.763 42.884 9.183 72.729 5.326 75.667c-3.856 2.939-16.804 8.908-13.04-1.469c3.858-10.377 22.958-30.028 6.52-64.74' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxc)' stroke='%23E68C3F' stroke-width='6.25' d='M51.835 258.542c-20.57-10.928-50.414 2.112-39.578-27.457c2.204-6.704-3.214-16.805.275-23.325c4.133-7.989 13.04-6.244 18.366-11.57c5.234-5.51 8.54-15.06 18.366-13.59c9.734 1.468 16.254 13.406 23.049 28.099c5.05 10.468 22.865 25.253 21.672 37.007c-1.47 17.998-21.948 21.396-42.15 10.836Z' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxd)' d='M201.608 189.119c-3.122 5.877-16.162 15.335-24.886 12.856c-8.815-2.388-12.856-15.795-11.111-25.988c1.653-11.386 11.111-12.03 23.05-6.336c12.855 6.336 16.712 11.662 12.947 19.468' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxe)' stroke='%23E68C3F' stroke-width='6.251' d='M194.445 253.49c15.06-18.273 48.578-14.508 25.988-39.577c-4.775-5.418-3.306-16.989-9.183-21.947c-6.887-6.061-14.509-1.102-21.488-4.224c-6.979-3.398-14.325-9.918-22.865-5.327c-8.54 4.684-9.459 16.805-10.285 32.783c-.735 11.479-11.203 30.671-5.602 41.231c8.081 16.346 29.11 14.142 43.435-2.938Z' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxf)' d='M187.925 229.064c23.325-34.435 5.97-34.16.092-36.823c-5.877-2.755-12.03-8.173-18.916-4.408c-6.888 3.857-7.255 13.775-7.439 26.814c-.275 9.367-8.08 25.07-3.397 33.793c5.693 10.193 19.467-4.591 29.66-19.376' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxg)' d='M47.06 234.023c-34.895-22.59-18.55-30.303-13.315-33.885c6.336-4.591 6.428-13.407 14.233-12.58c7.806.826 12.397 10.468 17.631 22.406c3.857 8.54 17.264 19.927 16.254 29.753c-1.285 11.57-19.743 3.948-34.803-5.694' transform='translate(10)'/%3E%3Cpath fill='%23000' d='M209.588 188.843c-2.755 4.776-13.958 12.306-21.396 10.285c-7.622-1.928-11.112-12.672-9.55-20.753c1.377-9.183 9.55-9.642 19.834-5.05c10.928 4.958 14.326 9.182 11.112 15.518'/%3E%3Cpath fill='url(%23logosLinuxTuxh)' d='M192.058 186.18c-1.745 3.306-9.091 8.54-14.234 7.163c-5.142-1.377-7.713-8.815-6.887-14.417c.735-6.336 6.244-6.704 13.223-3.581c7.53 3.49 9.918 6.428 7.898 10.835' transform='translate(10)'/%3E%3Cpath fill='url(%23logosLinuxTuxi)' stroke='%23E68C3F' stroke-width='3.75' d='M97.107 66.344c3.673-3.398 12.58-13.774 29.477-2.939c3.122 2.02 5.693 2.204 11.662 4.775c12.03 4.96 6.336 16.897-6.52 20.937c-5.51 1.745-10.468 8.449-20.386 7.806c-8.54-.46-10.744-6.06-15.978-9.091c-9.275-5.234-10.652-12.305-5.602-16.07c5.051-3.765 6.98-5.143 7.347-5.418Z' transform='translate(10)'/%3E%3Cpath stroke='%23E68C3F' stroke-width='2.5' d='M148.43 75.986c-5.05.275-15.979 11.203-27.457 11.203s-18.366-10.652-20.11-10.652'/%3E%3Cpath fill='url(%23logosLinuxTuxj)' d='M102.8 65.426c1.837-1.653 7.622-6.153 15.244-1.562c1.653.919 3.306 1.929 5.693 3.306c4.867 2.847 2.48 6.98-3.398 9.55c-2.663 1.102-7.07 3.49-10.376 3.306c-3.673-.367-6.153-2.755-8.54-4.316c-4.5-2.938-4.224-5.418-2.112-7.346c1.56-1.47 3.305-2.847 3.49-2.938' transform='translate(10)'/%3E%3C/g%3E%3C/svg%3E");
  }
  .icon-\[logos--lua\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='%2300007D' d='M225.85 128.024c0-54.024-43.846-97.87-97.87-97.87c-54.023 0-97.869 43.846-97.869 97.87c0 54.023 43.846 97.869 97.87 97.869c54.023 0 97.869-43.846 97.869-97.87'/%3E%3Cpath fill='%23FFF' d='M197.195 87.475c0-15.823-12.842-28.666-28.665-28.666s-28.666 12.843-28.666 28.666s12.843 28.665 28.666 28.665s28.665-12.842 28.665-28.665'/%3E%3Cpath fill='%2300007D' d='M254.515 30.154c0-15.823-12.842-28.665-28.665-28.665s-28.665 12.842-28.665 28.665c0 15.824 12.842 28.666 28.665 28.666s28.665-12.842 28.665-28.666'/%3E%3Cpath fill='%23FFF' d='M61.25 113.756h8.559v55.654h31.697v7.526H61.25zm55.696 17.118v30.579q0 3.527 1.09 5.763q2.01 4.13 7.497 4.13q7.875-.001 10.723-7.226q1.55-3.871 1.55-10.624v-22.622h7.74v46.062h-7.31l.086-6.795q-1.478 2.623-3.674 4.43q-4.346 3.612-10.55 3.613q-9.665 0-13.166-6.581q-1.9-3.525-1.9-9.419v-31.31zm65.934 18.186q2.665-.343 3.57-2.233q.514-1.035.515-2.979q0-3.971-2.812-5.763t-8.047-1.792q-6.053 0-8.585 3.285q-1.417 1.816-1.846 5.403h-7.225q.215-8.54 5.52-11.883t12.307-3.342q8.119 0 13.188 3.096q5.026 3.097 5.026 9.635v26.538q0 1.204.495 1.934q.494.73 2.086.73q.516 0 1.16-.064q.647-.064 1.377-.193v5.72q-1.807.515-2.752.644q-.947.13-2.58.13q-4 0-5.807-2.839q-.946-1.505-1.333-4.257q-2.367 3.097-6.796 5.376q-4.43 2.278-9.763 2.278q-6.409 0-10.472-3.887q-4.065-3.887-4.065-9.73q0-6.4 4-9.922t10.494-4.34zm-16.302 20.913q2.452 1.932 5.807 1.931q4.084 0 7.913-1.889q6.451-3.134 6.451-10.263v-6.226q-1.416.906-3.648 1.51t-4.378.861l-4.679.602q-4.206.558-6.326 1.76q-3.59 2.017-3.59 6.436q0 3.347 2.45 5.278'/%3E%3Cpath fill='%23929292' d='m132.532 255.926l-.102-2.935c3.628-.127 7.287-.413 10.873-.85l.356 2.914c-3.67.448-7.414.74-11.127.87m-11.162-.09c-3.707-.19-7.445-.545-11.111-1.054l.403-2.908c3.582.497 7.236.843 10.858 1.029zm33.3-2.618l-.61-2.872c3.545-.752 7.097-1.67 10.559-2.73l.86 2.807a128 128 0 0 1-10.81 2.795m-55.39-.454a128 128 0 0 1-10.761-2.973l.905-2.793a125 125 0 0 0 10.512 2.904zM176 246.69l-1.103-2.721a125 125 0 0 0 9.916-4.533l1.336 2.615A128 128 0 0 1 176 246.69m-97.945-.809a128 128 0 0 1-10.079-4.811l1.38-2.592c3.2 1.704 6.514 3.285 9.847 4.7zm117.802-9.34l-1.56-2.488a126 126 0 0 0 8.982-6.19l1.77 2.343a129 129 0 0 1-9.192 6.334m-137.5-1.144a129 129 0 0 1-9.088-6.487l1.808-2.314a126 126 0 0 0 8.88 6.34zm155.3-12.299l-1.966-2.18c2.692-2.427 5.31-5 7.78-7.649l2.147 2.003a130 130 0 0 1-7.962 7.826M40.777 221.66a129 129 0 0 1-7.83-7.958l2.18-1.966a127 127 0 0 0 7.652 7.776zm188.094-14.876l-2.313-1.808a126 126 0 0 0 6.343-8.878l2.461 1.602a129 129 0 0 1-6.491 9.084m-203.037-1.686a129 129 0 0 1-6.338-9.189l2.487-1.56a126 126 0 0 0 6.194 8.978zm215.206-17.015l-2.591-1.38c1.705-3.2 3.288-6.513 4.705-9.845l2.702 1.149a128 128 0 0 1-4.816 10.076m-227.058-1.878a128 128 0 0 1-4.645-10.148l2.72-1.104a125 125 0 0 0 4.538 9.914zm235.788-18.66l-2.792-.907a125 125 0 0 0 2.91-10.51l2.861.658a128 128 0 0 1-2.979 10.759M5.6 165.537a127 127 0 0 1-2.8-10.807l2.872-.61a125 125 0 0 0 2.735 10.557zm249.175-19.73l-2.908-.405c.499-3.58.847-7.233 1.033-10.857l2.933.152a129 129 0 0 1-1.058 11.11M.957 143.721a129 129 0 0 1-.876-11.127l2.935-.104c.127 3.627.416 7.285.855 10.873zm252.035-20.085c-.126-3.62-.414-7.28-.856-10.876l2.914-.358c.452 3.681.747 7.427.876 11.132zM3.098 121.581l-2.932-.148c.188-3.708.54-7.447 1.047-11.112l2.909.402c-.496 3.582-.84 7.235-1.024 10.858M250.335 102a126 126 0 0 0-2.732-10.563l2.808-.858a129 129 0 0 1 2.796 10.81zM6.088 99.996l-2.862-.656a128 128 0 0 1 2.968-10.762l2.794.905a125 125 0 0 0-2.9 10.513m237.874-18.845a126 126 0 0 0-4.525-9.928l2.616-1.333a129 129 0 0 1 4.631 10.161zM12.802 79.26l-2.703-1.146a128 128 0 0 1 4.806-10.082l2.592 1.379a125 125 0 0 0-4.695 9.849m10.233-19.25l-2.462-1.6a129 129 0 0 1 6.483-9.091l2.314 1.807a126 126 0 0 0-6.335 8.883m13.416-17.185l-2.15-2a129 129 0 0 1 7.954-7.835l1.968 2.18a127 127 0 0 0-7.772 7.655m16.177-14.61l-1.772-2.34a129 129 0 0 1 9.186-6.343l1.562 2.486a126 126 0 0 0-8.976 6.198m143.494-5.099l-.16-.103l1.596-2.464l.155.1zm-9.568-5.627a126 126 0 0 0-9.854-4.682l1.143-2.704a128 128 0 0 1 10.085 4.792zm-115.471-.864l-1.34-2.613a128 128 0 0 1 10.146-4.65l1.105 2.72a125 125 0 0 0-9.911 4.543m95.392-7.623a126 126 0 0 0-10.517-2.9l.656-2.862c3.614.828 7.236 1.827 10.765 2.968zM91.27 8.424l-.862-2.807a128 128 0 0 1 10.806-2.805l.612 2.871A125 125 0 0 0 91.27 8.424m53.958-4.296c-3.59-.5-7.244-.846-10.862-1.03l.15-2.932c3.702.188 7.443.543 11.117 1.054zm-32.646-.249l-.36-2.914c3.67-.452 7.414-.748 11.127-.881l.105 2.934c-3.629.13-7.286.42-10.872.861'/%3E%3C/svg%3E");
  }
  .icon-\[logos--mongodb-icon\] {
    display: inline-block;
    width: 0.47em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 549' width='256' height='549'%3E%3Cpath fill='%2301EC64' d='M175.622 61.108C152.612 33.807 132.797 6.078 128.749.32a1.03 1.03 0 0 0-1.492 0c-4.048 5.759-23.863 33.487-46.874 60.788c-197.507 251.896 31.108 421.89 31.108 421.89l1.917 1.28c1.704 26.234 5.966 63.988 5.966 63.988h17.045s4.26-37.54 5.965-63.987l1.918-1.494c.213.214 228.828-169.78 31.32-421.677m-47.726 418.05s-10.227-8.744-12.997-13.222v-.428l12.358-274.292c0-.853 1.279-.853 1.279 0l12.357 274.292v.428c-2.77 4.478-12.997 13.223-12.997 13.223'/%3E%3C/svg%3E");
  }
  .icon-\[logos--nodejs-icon\] {
    display: inline-block;
    width: 0.89em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 289' width='256' height='289'%3E%3Cpath fill='%23539E43' d='M128 288.464c-3.975 0-7.685-1.06-11.13-2.915l-35.247-20.936c-5.3-2.915-2.65-3.975-1.06-4.505c7.155-2.385 8.48-2.915 15.9-7.156c.796-.53 1.856-.265 2.65.265l27.032 16.166c1.06.53 2.385.53 3.18 0l105.74-61.217c1.06-.53 1.59-1.59 1.59-2.915V83.08c0-1.325-.53-2.385-1.59-2.915l-105.74-60.953c-1.06-.53-2.385-.53-3.18 0L20.405 80.166c-1.06.53-1.59 1.855-1.59 2.915v122.17c0 1.06.53 2.385 1.59 2.915l28.887 16.695c15.636 7.95 25.44-1.325 25.44-10.6V93.68c0-1.59 1.326-3.18 3.181-3.18h13.516c1.59 0 3.18 1.325 3.18 3.18v120.58c0 20.936-11.396 33.126-31.272 33.126c-6.095 0-10.865 0-24.38-6.625l-27.827-15.9C4.24 220.885 0 213.465 0 205.515V83.346C0 75.396 4.24 67.976 11.13 64L116.87 2.783c6.625-3.71 15.635-3.71 22.26 0L244.87 64C251.76 67.975 256 75.395 256 83.346v122.17c0 7.95-4.24 15.37-11.13 19.345L139.13 286.08c-3.445 1.59-7.42 2.385-11.13 2.385m32.596-84.009c-46.377 0-55.917-21.2-55.917-39.221c0-1.59 1.325-3.18 3.18-3.18h13.78c1.59 0 2.916 1.06 2.916 2.65c2.12 14.045 8.215 20.936 36.306 20.936c22.261 0 31.802-5.035 31.802-16.96c0-6.891-2.65-11.926-37.367-15.372c-28.886-2.915-46.907-9.275-46.907-32.33c0-21.467 18.02-34.187 48.232-34.187c33.921 0 50.617 11.66 52.737 37.101q0 1.193-.795 2.385c-.53.53-1.325 1.06-2.12 1.06h-13.78c-1.326 0-2.65-1.06-2.916-2.385c-3.18-14.575-11.395-19.345-33.126-19.345c-24.38 0-27.296 8.48-27.296 14.84c0 7.686 3.445 10.07 36.306 14.31c32.597 4.24 47.967 10.336 47.967 33.127c-.265 23.321-19.345 36.571-53.002 36.571'/%3E%3C/svg%3E");
  }
  .icon-\[logos--npm-2\] {
    display: inline-block;
    width: 0.9em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 287' width='256' height='287'%3E%3Cpath d='M7.964 72.363L129.707 1.479l121.742 70.884v141.653L129.707 284.9L7.964 214.016V72.363z' fill='%23C00'/%3E%3Cpath d='M133.12 143.132l113.209-65.194l4.551 131.413l-117.76 71.111v-137.33z' fill='%23FFF'/%3E%3Cpath d='M248.036 73.956l-.342 139.264l-118.101 68.494l-.569-136.875l119.012-70.883zm-99.328 82.26l.34 91.478l39.254-22.87l-.114-68.948l19.798-11.72v69.177l19.797-11.605l.114-92.615l-79.19 47.104z' fill='%23C00'/%3E%3Cpath d='M137.444 2.503c-5.462-3.072-14.223-3.072-19.684 0L9.899 64.512C4.437 67.584.114 75.321.114 81.465v124.018c0 6.257 4.437 13.88 9.785 16.953l107.861 62.008c5.461 3.072 14.222 3.072 19.684 0l107.86-62.008c5.462-3.072 9.786-10.81 9.786-16.953V81.465c0-6.258-4.438-13.881-9.785-16.953L137.444 2.503zm95.687 64.853c5.461 3.072 5.461 8.192 0 11.264l-94.436 54.272c-5.461 3.072-14.222 3.072-19.683 0L23.21 77.824c-5.462-3.072-5.462-8.192 0-11.264l94.435-54.272c5.462-3.072 14.222-3.072 19.684 0l95.8 55.068zM8.533 90.453c0-6.257 4.438-8.76 9.785-5.689l96.598 55.524c5.46 3.072 9.784 10.809 9.784 16.953v110.137c0 6.258-4.437 8.76-9.784 5.689l-96.598-55.524c-5.461-3.072-9.785-10.809-9.785-16.953V90.453zm134.6 180.907c-5.462 3.072-9.785.569-9.785-5.689v-108.43c0-6.258 4.437-13.881 9.784-16.953l93.753-53.817c5.462-3.072 9.785-.569 9.785 5.689v108.43c0 6.258-4.437 13.881-9.785 16.953l-93.753 53.817z' fill='%23910505'/%3E%3C/svg%3E");
  }
  .icon-\[logos--postgresql\] {
    display: inline-block;
    width: 0.97em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 264' width='256' height='264'%3E%3Cpath d='M255.008 158.086c-1.535-4.649-5.556-7.887-10.756-8.664c-2.452-.366-5.26-.21-8.583.475c-5.792 1.195-10.089 1.65-13.225 1.738c11.837-19.985 21.462-42.775 27.003-64.228c8.96-34.689 4.172-50.492-1.423-57.64C233.217 10.847 211.614.683 185.552.372c-13.903-.17-26.108 2.575-32.475 4.549c-5.928-1.046-12.302-1.63-18.99-1.738c-12.537-.2-23.614 2.533-33.079 8.15c-5.24-1.772-13.65-4.27-23.362-5.864c-22.842-3.75-41.252-.828-54.718 8.685C6.622 25.672-.937 45.684.461 73.634c.444 8.874 5.408 35.874 13.224 61.48c4.492 14.718 9.282 26.94 14.237 36.33c7.027 13.315 14.546 21.156 22.987 23.972c4.731 1.576 13.327 2.68 22.368-4.85c1.146 1.388 2.675 2.767 4.704 4.048c2.577 1.625 5.728 2.953 8.875 3.74c11.341 2.835 21.964 2.126 31.027-1.848c.056 1.612.099 3.152.135 4.482c.06 2.157.12 4.272.199 6.25c.537 13.374 1.447 23.773 4.143 31.049c.148.4.347 1.01.557 1.657c1.345 4.118 3.594 11.012 9.316 16.411c5.925 5.593 13.092 7.308 19.656 7.308c3.292 0 6.433-.432 9.188-1.022c9.82-2.105 20.973-5.311 29.041-16.799c7.628-10.86 11.336-27.217 12.007-52.99q.13-1.094.244-2.088l.16-1.362l1.797.158l.463.031c10.002.456 22.232-1.665 29.743-5.154c5.935-2.754 24.954-12.795 20.476-26.351'/%3E%3Cpath fill='%23336791' d='M237.906 160.722c-29.74 6.135-31.785-3.934-31.785-3.934c31.4-46.593 44.527-105.736 33.2-120.211c-30.904-39.485-84.399-20.811-85.292-20.327l-.287.052c-5.876-1.22-12.451-1.946-19.842-2.067c-13.456-.22-23.664 3.528-31.41 9.402c0 0-95.43-39.314-90.991 49.444c.944 18.882 27.064 142.873 58.218 105.422c11.387-13.695 22.39-25.274 22.39-25.274c5.464 3.63 12.006 5.482 18.864 4.817l.533-.452c-.166 1.7-.09 3.363.213 5.332c-8.026 8.967-5.667 10.541-21.711 13.844c-16.235 3.346-6.698 9.302-.471 10.86c7.549 1.887 25.013 4.561 36.813-11.958l-.47 1.885c3.144 2.519 5.352 16.383 4.982 28.952c-.37 12.568-.617 21.197 1.86 27.937c2.479 6.74 4.948 21.905 26.04 17.386c17.623-3.777 26.756-13.564 28.027-29.89c.901-11.606 2.942-9.89 3.07-20.267l1.637-4.912c1.887-15.733.3-20.809 11.157-18.448l2.64.232c7.99.363 18.45-1.286 24.589-4.139c13.218-6.134 21.058-16.377 8.024-13.686z'/%3E%3Cpath fill='%23FFF' d='M108.076 81.525c-2.68-.373-5.107-.028-6.335.902c-.69.523-.904 1.129-.962 1.546c-.154 1.105.62 2.327 1.096 2.957c1.346 1.784 3.312 3.01 5.258 3.28q.423.059.842.058c3.245 0 6.196-2.527 6.456-4.392c.325-2.336-3.066-3.893-6.355-4.35m88.784.073c-.256-1.831-3.514-2.353-6.606-1.923c-3.088.43-6.082 1.824-5.832 3.659c.2 1.427 2.777 3.863 5.827 3.863q.387 0 .78-.054c2.036-.282 3.53-1.575 4.24-2.32c1.08-1.136 1.706-2.402 1.591-3.225'/%3E%3Cpath fill='%23FFF' d='M247.802 160.025c-1.134-3.429-4.784-4.532-10.848-3.28c-18.005 3.716-24.453 1.142-26.57-.417c13.995-21.32 25.508-47.092 31.719-71.137c2.942-11.39 4.567-21.968 4.7-30.59c.147-9.463-1.465-16.417-4.789-20.665c-13.402-17.125-33.072-26.311-56.882-26.563c-16.369-.184-30.199 4.005-32.88 5.183c-5.646-1.404-11.801-2.266-18.502-2.376c-12.288-.199-22.91 2.743-31.704 8.74c-3.82-1.422-13.692-4.811-25.765-6.756c-20.872-3.36-37.458-.814-49.294 7.571c-14.123 10.006-20.643 27.892-19.38 53.16c.425 8.501 5.269 34.653 12.913 59.698c10.062 32.964 21 51.625 32.508 55.464c1.347.449 2.9.763 4.613.763c4.198 0 9.345-1.892 14.7-8.33a530 530 0 0 1 20.261-22.926c4.524 2.428 9.494 3.784 14.577 3.92q.016.2.035.398a118 118 0 0 0-2.57 3.175c-3.522 4.471-4.255 5.402-15.592 7.736c-3.225.666-11.79 2.431-11.916 8.435c-.136 6.56 10.125 9.315 11.294 9.607c4.074 1.02 7.999 1.523 11.742 1.523c9.103 0 17.114-2.992 23.516-8.781c-.197 23.386.778 46.43 3.586 53.451c2.3 5.748 7.918 19.795 25.664 19.794c2.604 0 5.47-.303 8.623-.979c18.521-3.97 26.564-12.156 29.675-30.203c1.665-9.645 4.522-32.676 5.866-45.03c2.836.885 6.487 1.29 10.434 1.289c8.232 0 17.731-1.749 23.688-4.514c6.692-3.108 18.768-10.734 16.578-17.36m-44.106-83.48c-.061 3.647-.563 6.958-1.095 10.414c-.573 3.717-1.165 7.56-1.314 12.225c-.147 4.54.42 9.26.968 13.825c1.108 9.22 2.245 18.712-2.156 28.078a37 37 0 0 1-1.95-4.009c-.547-1.326-1.735-3.456-3.38-6.404c-6.399-11.476-21.384-38.35-13.713-49.316c2.285-3.264 8.084-6.62 22.64-4.813m-17.644-61.787c21.334.471 38.21 8.452 50.158 23.72c9.164 11.711-.927 64.998-30.14 110.969a171 171 0 0 0-.886-1.117l-.37-.462c7.549-12.467 6.073-24.802 4.759-35.738c-.54-4.488-1.05-8.727-.92-12.709c.134-4.22.692-7.84 1.232-11.34c.663-4.313 1.338-8.776 1.152-14.037c.139-.552.195-1.204.122-1.978c-.475-5.045-6.235-20.144-17.975-33.81c-6.422-7.475-15.787-15.84-28.574-21.482c5.5-1.14 13.021-2.203 21.442-2.016M66.674 175.778c-5.9 7.094-9.974 5.734-11.314 5.288c-8.73-2.912-18.86-21.364-27.791-50.624c-7.728-25.318-12.244-50.777-12.602-57.916c-1.128-22.578 4.345-38.313 16.268-46.769c19.404-13.76 51.306-5.524 64.125-1.347c-.184.182-.376.352-.558.537c-21.036 21.244-20.537 57.54-20.485 59.759c-.002.856.07 2.068.168 3.735c.362 6.105 1.036 17.467-.764 30.334c-1.672 11.957 2.014 23.66 10.111 32.109a36 36 0 0 0 2.617 2.468c-3.604 3.86-11.437 12.396-19.775 22.426m22.479-29.993c-6.526-6.81-9.49-16.282-8.133-25.99c1.9-13.592 1.199-25.43.822-31.79c-.053-.89-.1-1.67-.127-2.285c3.073-2.725 17.314-10.355 27.47-8.028c4.634 1.061 7.458 4.217 8.632 9.645c6.076 28.103.804 39.816-3.432 49.229c-.873 1.939-1.698 3.772-2.402 5.668l-.546 1.466c-1.382 3.706-2.668 7.152-3.465 10.424c-6.938-.02-13.687-2.984-18.819-8.34m1.065 37.9c-2.026-.506-3.848-1.385-4.917-2.114c.893-.42 2.482-.992 5.238-1.56c13.337-2.745 15.397-4.683 19.895-10.394c1.031-1.31 2.2-2.794 3.819-4.602l.002-.002c2.411-2.7 3.514-2.242 5.514-1.412c1.621.67 3.2 2.702 3.84 4.938c.303 1.056.643 3.06-.47 4.62c-9.396 13.156-23.088 12.987-32.921 10.526m69.799 64.952c-16.316 3.496-22.093-4.829-25.9-14.346c-2.457-6.144-3.665-33.85-2.808-64.447c.011-.407-.047-.8-.159-1.17a15.4 15.4 0 0 0-.456-2.162c-1.274-4.452-4.379-8.176-8.104-9.72c-1.48-.613-4.196-1.738-7.46-.903c.696-2.868 1.903-6.107 3.212-9.614l.549-1.475c.618-1.663 1.394-3.386 2.214-5.21c4.433-9.848 10.504-23.337 3.915-53.81c-2.468-11.414-10.71-16.988-23.204-15.693c-7.49.775-14.343 3.797-17.761 5.53c-.735.372-1.407.732-2.035 1.082c.954-11.5 4.558-32.992 18.04-46.59c8.489-8.56 19.794-12.788 33.568-12.56c27.14.444 44.544 14.372 54.366 25.979c8.464 10.001 13.047 20.076 14.876 25.51c-13.755-1.399-23.11 1.316-27.852 8.096c-10.317 14.748 5.644 43.372 13.315 57.129c1.407 2.521 2.621 4.7 3.003 5.626c2.498 6.054 5.732 10.096 8.093 13.046c.724.904 1.426 1.781 1.96 2.547c-4.166 1.201-11.649 3.976-10.967 17.847c-.55 6.96-4.461 39.546-6.448 51.059c-2.623 15.21-8.22 20.875-23.957 24.25m68.104-77.936c-4.26 1.977-11.389 3.46-18.161 3.779c-7.48.35-11.288-.838-12.184-1.569c-.42-8.644 2.797-9.547 6.202-10.503c.535-.15 1.057-.297 1.561-.473q.469.383 1.032.756c6.012 3.968 16.735 4.396 31.874 1.271l.166-.033c-2.042 1.909-5.536 4.471-10.49 6.772'/%3E%3C/svg%3E");
  }
  .icon-\[logos--python\] {
    display: inline-block;
    width: 1.01em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 255' width='256' height='255'%3E%3Cdefs%3E%3ClinearGradient id='logosPython0' x1='12.959%25' x2='79.639%25' y1='12.039%25' y2='78.201%25'%3E%3Cstop offset='0%25' stop-color='%23387EB8'/%3E%3Cstop offset='100%25' stop-color='%23366994'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosPython1' x1='19.128%25' x2='90.742%25' y1='20.579%25' y2='88.429%25'%3E%3Cstop offset='0%25' stop-color='%23FFE052'/%3E%3Cstop offset='100%25' stop-color='%23FFC331'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosPython0)' d='M126.916.072c-64.832 0-60.784 28.115-60.784 28.115l.072 29.128h61.868v8.745H41.631S.145 61.355.145 126.77c0 65.417 36.21 63.097 36.21 63.097h21.61v-30.356s-1.165-36.21 35.632-36.21h61.362s34.475.557 34.475-33.319V33.97S194.67.072 126.916.072M92.802 19.66a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.13'/%3E%3Cpath fill='url(%23logosPython1)' d='M128.757 254.126c64.832 0 60.784-28.115 60.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486 4.705 41.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165 36.21-35.632 36.21h-61.362s-34.475-.557-34.475 33.32v56.013s-5.235 33.897 62.518 33.897m34.114-19.586a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.131a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13'/%3E%3C/svg%3E");
  }
  .icon-\[logos--react\] {
    display: inline-block;
    width: 1.13em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 228' width='256' height='228'%3E%3Cpath fill='%2300D8FF' d='M210.483 73.824a172 172 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621c6.238-30.281 2.16-54.676-11.769-62.708c-13.355-7.7-35.196.329-57.254 19.526a171 171 0 0 0-6.375 5.848a156 156 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233C50.33 10.957 46.379 33.89 51.995 62.588a171 171 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a146 146 0 0 0 6.921 2.165a168 168 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266c13.744 7.926 36.812-.22 59.273-19.855a146 146 0 0 0 5.342-4.923a168 168 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586c13.731-7.949 18.194-32.003 12.4-61.268a145 145 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488c29.348-9.723 48.443-25.443 48.443-41.52c0-15.417-17.868-30.326-45.517-39.844m-6.365 70.984q-2.102.694-4.3 1.345c-3.24-10.257-7.612-21.163-12.963-32.432c5.106-11 9.31-21.767 12.459-31.957c2.619.758 5.16 1.557 7.61 2.4c23.69 8.156 38.14 20.213 38.14 29.504c0 9.896-15.606 22.743-40.946 31.14m-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787c-1.524 8.219-4.59 13.698-8.382 15.893c-8.067 4.67-25.32-1.4-43.927-17.412a157 157 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246c12.376-1.098 24.068-2.894 34.671-5.345q.785 3.162 1.386 6.193M87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675c-8.075-4.657-11.432-22.636-6.853-46.752a157 157 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994c7.084 9.967 14.501 19.128 21.976 27.15a135 135 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94M50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863c-6.35-5.437-9.555-10.836-9.555-15.216c0-9.322 13.897-21.212 37.076-29.293c2.813-.98 5.757-1.905 8.812-2.773c3.204 10.42 7.406 21.315 12.477 32.332c-5.137 11.18-9.399 22.249-12.634 32.792a135 135 0 0 1-6.318-1.979m12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789c8.564-4.958 27.502 2.111 47.463 19.835a144 144 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988c-12.04 1.116-23.565 2.908-34.161 5.309a160 160 0 0 1-1.76-7.887m110.427 27.268a348 348 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08c-2.206 7.072-4.956 14.465-8.193 22.045a381 381 0 0 0-7.365-13.322m-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322 322 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18M82.802 87.83a323 323 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152c7.304-1.634 15.093-2.97 23.209-3.984a322 322 0 0 0-7.848 12.897m8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793c2.26-7.3 5.045-14.885 8.298-22.6a321 321 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147m37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433c4.902.192 9.899.29 14.978.29c5.218 0 10.376-.117 15.453-.343c-4.985 6.774-10.018 12.97-15.028 18.486m52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52c-7.422 1.694-15.436 3.058-23.88 4.071a382 382 0 0 0 7.859-13.026a347 347 0 0 0 7.425-13.565m-16.898 8.101a359 359 0 0 1-12.281 19.815a329 329 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310 310 0 0 1-12.513-19.846h.001a307 307 0 0 1-10.923-20.627a310 310 0 0 1 10.89-20.637l-.001.001a307 307 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329 329 0 0 1 12.335 19.695a359 359 0 0 1 11.036 20.54a330 330 0 0 1-11 20.722m22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026q-.518 2.504-1.15 5.09c-10.622-2.452-22.155-4.275-34.23-5.408c-7.034-10.017-14.323-19.124-21.64-27.008a161 161 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3M128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86s-22.86-10.235-22.86-22.86s10.235-22.86 22.86-22.86'/%3E%3C/svg%3E");
  }
  .icon-\[logos--ruby\] {
    display: inline-block;
    width: 1.01em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 255' width='256' height='255'%3E%3Cdefs%3E%3ClinearGradient id='logosRuby0' x1='84.75%25' x2='58.254%25' y1='111.399%25' y2='64.584%25'%3E%3Cstop offset='0%25' stop-color='%23FB7655'/%3E%3Cstop offset='0%25' stop-color='%23FB7655'/%3E%3Cstop offset='41%25' stop-color='%23E42B1E'/%3E%3Cstop offset='99%25' stop-color='%23900'/%3E%3Cstop offset='100%25' stop-color='%23900'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby1' x1='116.651%25' x2='1.746%25' y1='60.89%25' y2='19.288%25'%3E%3Cstop offset='0%25' stop-color='%23871101'/%3E%3Cstop offset='0%25' stop-color='%23871101'/%3E%3Cstop offset='99%25' stop-color='%23911209'/%3E%3Cstop offset='100%25' stop-color='%23911209'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby2' x1='75.774%25' x2='38.978%25' y1='219.327%25' y2='7.829%25'%3E%3Cstop offset='0%25' stop-color='%23871101'/%3E%3Cstop offset='0%25' stop-color='%23871101'/%3E%3Cstop offset='99%25' stop-color='%23911209'/%3E%3Cstop offset='100%25' stop-color='%23911209'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby3' x1='50.012%25' x2='66.483%25' y1='7.234%25' y2='79.135%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='23%25' stop-color='%23E57252'/%3E%3Cstop offset='46%25' stop-color='%23DE3B20'/%3E%3Cstop offset='99%25' stop-color='%23A60003'/%3E%3Cstop offset='100%25' stop-color='%23A60003'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby4' x1='46.174%25' x2='49.932%25' y1='16.348%25' y2='83.047%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='23%25' stop-color='%23E4714E'/%3E%3Cstop offset='56%25' stop-color='%23BE1A0D'/%3E%3Cstop offset='99%25' stop-color='%23A80D00'/%3E%3Cstop offset='100%25' stop-color='%23A80D00'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby5' x1='36.965%25' x2='49.528%25' y1='15.594%25' y2='92.478%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='18%25' stop-color='%23E46342'/%3E%3Cstop offset='40%25' stop-color='%23C82410'/%3E%3Cstop offset='99%25' stop-color='%23A80D00'/%3E%3Cstop offset='100%25' stop-color='%23A80D00'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby6' x1='13.609%25' x2='85.764%25' y1='58.346%25' y2='-46.717%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='54%25' stop-color='%23C81F11'/%3E%3Cstop offset='99%25' stop-color='%23BF0905'/%3E%3Cstop offset='100%25' stop-color='%23BF0905'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby7' x1='27.624%25' x2='50.745%25' y1='21.135%25' y2='79.056%25'%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='0%25' stop-color='%23FFF'/%3E%3Cstop offset='31%25' stop-color='%23DE4024'/%3E%3Cstop offset='99%25' stop-color='%23BF190B'/%3E%3Cstop offset='100%25' stop-color='%23BF190B'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby8' x1='-20.667%25' x2='104.242%25' y1='122.282%25' y2='-6.342%25'%3E%3Cstop offset='0%25' stop-color='%23BD0012'/%3E%3Cstop offset='0%25' stop-color='%23BD0012'/%3E%3Cstop offset='7%25' stop-color='%23FFF'/%3E%3Cstop offset='17%25' stop-color='%23FFF'/%3E%3Cstop offset='27%25' stop-color='%23C82F1C'/%3E%3Cstop offset='33%25' stop-color='%23820C01'/%3E%3Cstop offset='46%25' stop-color='%23A31601'/%3E%3Cstop offset='72%25' stop-color='%23B31301'/%3E%3Cstop offset='99%25' stop-color='%23E82609'/%3E%3Cstop offset='100%25' stop-color='%23E82609'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRuby9' x1='58.792%25' x2='11.964%25' y1='65.205%25' y2='50.128%25'%3E%3Cstop offset='0%25' stop-color='%238C0C01'/%3E%3Cstop offset='0%25' stop-color='%238C0C01'/%3E%3Cstop offset='54%25' stop-color='%23990C00'/%3E%3Cstop offset='99%25' stop-color='%23A80D0E'/%3E%3Cstop offset='100%25' stop-color='%23A80D0E'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRubya' x1='79.319%25' x2='23.088%25' y1='62.754%25' y2='17.888%25'%3E%3Cstop offset='0%25' stop-color='%237E110B'/%3E%3Cstop offset='0%25' stop-color='%237E110B'/%3E%3Cstop offset='99%25' stop-color='%239E0C00'/%3E%3Cstop offset='100%25' stop-color='%239E0C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRubyb' x1='92.88%25' x2='59.841%25' y1='74.122%25' y2='39.704%25'%3E%3Cstop offset='0%25' stop-color='%2379130D'/%3E%3Cstop offset='0%25' stop-color='%2379130D'/%3E%3Cstop offset='99%25' stop-color='%239E120B'/%3E%3Cstop offset='100%25' stop-color='%239E120B'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRubyc' x1='56.57%25' x2='3.105%25' y1='101.717%25' y2='11.993%25'%3E%3Cstop offset='0%25' stop-color='%238B2114'/%3E%3Cstop offset='0%25' stop-color='%238B2114'/%3E%3Cstop offset='43%25' stop-color='%239E100A'/%3E%3Cstop offset='99%25' stop-color='%23B3100C'/%3E%3Cstop offset='100%25' stop-color='%23B3100C'/%3E%3C/linearGradient%3E%3ClinearGradient id='logosRubyd' x1='30.87%25' x2='92.471%25' y1='35.599%25' y2='100.694%25'%3E%3Cstop offset='0%25' stop-color='%23B31000'/%3E%3Cstop offset='0%25' stop-color='%23B31000'/%3E%3Cstop offset='44%25' stop-color='%23910F08'/%3E%3Cstop offset='99%25' stop-color='%23791C12'/%3E%3Cstop offset='100%25' stop-color='%23791C12'/%3E%3C/linearGradient%3E%3CradialGradient id='logosRubye' cx='32.001%25' cy='40.21%25' r='69.573%25' fx='32.001%25' fy='40.21%25'%3E%3Cstop offset='0%25' stop-color='%23A80D00'/%3E%3Cstop offset='0%25' stop-color='%23A80D00'/%3E%3Cstop offset='99%25' stop-color='%237E0E08'/%3E%3Cstop offset='100%25' stop-color='%237E0E08'/%3E%3C/radialGradient%3E%3CradialGradient id='logosRubyf' cx='13.549%25' cy='40.86%25' r='88.386%25' fx='13.549%25' fy='40.86%25'%3E%3Cstop offset='0%25' stop-color='%23A30C00'/%3E%3Cstop offset='0%25' stop-color='%23A30C00'/%3E%3Cstop offset='99%25' stop-color='%23800E08'/%3E%3Cstop offset='100%25' stop-color='%23800E08'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosRuby0)' d='m197.467 167.764l-145.52 86.41l188.422-12.787L254.88 51.393z'/%3E%3Cpath fill='url(%23logosRuby1)' d='M240.677 241.257L224.482 129.48l-44.113 58.25z'/%3E%3Cpath fill='url(%23logosRuby2)' d='m240.896 241.257l-118.646-9.313l-69.674 21.986z'/%3E%3Cpath fill='url(%23logosRuby3)' d='m52.744 253.955l29.64-97.1L17.16 170.8z'/%3E%3Cpath fill='url(%23logosRuby4)' d='M180.358 188.05L153.085 81.226l-78.047 73.16z'/%3E%3Cpath fill='url(%23logosRuby5)' d='m248.693 82.73l-73.777-60.256l-20.544 66.418z'/%3E%3Cpath fill='url(%23logosRuby6)' d='M214.191.99L170.8 24.97L143.424.669z'/%3E%3Cpath fill='url(%23logosRuby7)' d='m0 203.372l18.177-33.151l-14.704-39.494z'/%3E%3Cpath fill='%23FFF' d='m2.496 129.48l14.794 41.963l64.283-14.422l73.39-68.207l20.712-65.787L143.063 0L87.618 20.75c-17.469 16.248-51.366 48.396-52.588 49c-1.21.618-22.384 40.639-32.534 59.73'/%3E%3Cpath fill='url(%23logosRuby8)' d='M54.442 54.094c37.86-37.538 86.667-59.716 105.397-40.818c18.72 18.898-1.132 64.823-38.992 102.349c-37.86 37.525-86.062 60.925-104.78 42.027c-18.73-18.885.515-66.032 38.375-103.558'/%3E%3Cpath fill='url(%23logosRuby9)' d='m52.744 253.916l29.408-97.409l97.665 31.376c-35.312 33.113-74.587 61.106-127.073 66.033'/%3E%3Cpath fill='url(%23logosRubya)' d='m155.092 88.622l25.073 99.313c29.498-31.016 55.972-64.36 68.938-105.603z'/%3E%3Cpath fill='url(%23logosRubyb)' d='M248.847 82.833c10.035-30.282 12.35-73.725-34.966-81.791l-38.825 21.445z'/%3E%3Cpath fill='%239E1209' d='M0 202.935c1.39 49.979 37.448 50.724 52.808 51.162l-35.48-82.86z'/%3E%3Cpath fill='url(%23logosRubye)' d='M155.232 88.777c22.667 13.932 68.35 41.912 69.276 42.426c1.44.81 19.695-30.784 23.838-48.64z'/%3E%3Cpath fill='url(%23logosRubyf)' d='m82.113 156.507l39.313 75.848c23.246-12.607 41.45-27.967 58.121-44.42z'/%3E%3Cpath fill='url(%23logosRubyc)' d='m17.174 171.34l-5.57 66.328c10.51 14.357 24.97 15.605 40.136 14.486c-10.973-27.311-32.894-81.92-34.566-80.814'/%3E%3Cpath fill='url(%23logosRubyd)' d='m174.826 22.654l78.1 10.96c-4.169-17.662-16.969-29.06-38.787-32.623z'/%3E%3C/svg%3E");
  }
  .icon-\[logos--svelte-icon\] {
    display: inline-block;
    width: 0.84em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 308' width='256' height='308'%3E%3Cpath fill='%23FF3E00' d='M239.682 40.707C211.113-.182 154.69-12.301 113.895 13.69L42.247 59.356a82.2 82.2 0 0 0-37.135 55.056a86.57 86.57 0 0 0 8.536 55.576a82.4 82.4 0 0 0-12.296 30.719a87.6 87.6 0 0 0 14.964 66.244c28.574 40.893 84.997 53.007 125.787 27.016l71.648-45.664a82.18 82.18 0 0 0 37.135-55.057a86.6 86.6 0 0 0-8.53-55.577a82.4 82.4 0 0 0 12.29-30.718a87.57 87.57 0 0 0-14.963-66.244'/%3E%3Cpath fill='%23FFF' d='M106.889 270.841c-23.102 6.007-47.497-3.036-61.103-22.648a52.7 52.7 0 0 1-9.003-39.85a50 50 0 0 1 1.713-6.693l1.35-4.115l3.671 2.697a92.5 92.5 0 0 0 28.036 14.007l2.663.808l-.245 2.659a16.07 16.07 0 0 0 2.89 10.656a17.14 17.14 0 0 0 18.397 6.828a15.8 15.8 0 0 0 4.403-1.935l71.67-45.672a14.92 14.92 0 0 0 6.734-9.977a15.92 15.92 0 0 0-2.713-12.011a17.16 17.16 0 0 0-18.404-6.832a15.8 15.8 0 0 0-4.396 1.933l-27.35 17.434a52.3 52.3 0 0 1-14.553 6.391c-23.101 6.007-47.497-3.036-61.101-22.649a52.68 52.68 0 0 1-9.004-39.849a49.43 49.43 0 0 1 22.34-33.114l71.664-45.677a52.2 52.2 0 0 1 14.563-6.398c23.101-6.007 47.497 3.036 61.101 22.648a52.7 52.7 0 0 1 9.004 39.85a51 51 0 0 1-1.713 6.692l-1.35 4.116l-3.67-2.693a92.4 92.4 0 0 0-28.037-14.013l-2.664-.809l.246-2.658a16.1 16.1 0 0 0-2.89-10.656a17.14 17.14 0 0 0-18.398-6.828a15.8 15.8 0 0 0-4.402 1.935l-71.67 45.674a14.9 14.9 0 0 0-6.73 9.975a15.9 15.9 0 0 0 2.709 12.012a17.16 17.16 0 0 0 18.404 6.832a15.8 15.8 0 0 0 4.402-1.935l27.345-17.427a52.2 52.2 0 0 1 14.552-6.397c23.101-6.006 47.497 3.037 61.102 22.65a52.68 52.68 0 0 1 9.003 39.848a49.45 49.45 0 0 1-22.34 33.12l-71.664 45.673a52.2 52.2 0 0 1-14.563 6.398'/%3E%3C/svg%3E");
  }
  .icon-\[logos--tailwindcss-icon\] {
    display: inline-block;
    width: 1.67em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 154' width='256' height='154'%3E%3Cdefs%3E%3ClinearGradient id='logosTailwindcssIcon0' x1='-2.778%25' x2='100%25' y1='32%25' y2='67.556%25'%3E%3Cstop offset='0%25' stop-color='%232298BD'/%3E%3Cstop offset='100%25' stop-color='%230ED7B5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosTailwindcssIcon0)' d='M128 0Q76.8 0 64 51.2Q83.2 25.6 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0M64 76.8q-51.2 0-64 51.2q19.2-25.6 44.8-19.2c9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8'/%3E%3C/svg%3E");
  }
  .icon-\[logos--vue\] {
    display: inline-block;
    width: 1.16em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 221' width='256' height='221'%3E%3Cpath fill='%2341B883' d='M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0z'/%3E%3Cpath fill='%2341B883' d='m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0z'/%3E%3Cpath fill='%2335495E' d='M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0z'/%3E%3C/svg%3E");
  }
  .icon-\[material-icon-theme--typst\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='%230097a7' d='M21.98 24.84A10.8 10.8 0 0 1 19.72 26a4.3 4.3 0 0 1-1.46.3a2.4 2.4 0 0 1-1.93-.64c-.36-.42-.33-1.25-.33-2.48V14h4v-4h-4V2l-6 2v6H8v4h2v9.91q0 3.405 1.59 4.77A6.64 6.64 0 0 0 15.94 30a4 4 0 0 0 .47-.03c1.54-.15 3.4-1.08 5.59-2.77c.31-.24.63-.49.95-.76Z'/%3E%3C/svg%3E");
  }
  .icon-\[twemoji--purple-heart\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='%23AA8ED6' d='M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868c-3.308 0-6.227 1.633-8.018 4.129c-1.791-2.496-4.71-4.129-8.017-4.129c-5.45 0-9.868 4.417-9.868 9.868c0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959c.17-.721.268-1.469.268-2.242'/%3E%3C/svg%3E");
  }
  .icon-\[twemoji--sparkles\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='%23FFAC33' d='m34.347 16.893l-8.899-3.294l-3.323-10.891a1 1 0 0 0-1.912 0l-3.322 10.891l-8.9 3.294a1 1 0 0 0 0 1.876l8.895 3.293l3.324 11.223a1 1 0 0 0 1.918-.001l3.324-11.223l8.896-3.293a.998.998 0 0 0-.001-1.875'/%3E%3Cpath fill='%23FFCC4D' d='m14.347 27.894l-2.314-.856l-.9-3.3a.998.998 0 0 0-1.929-.001l-.9 3.3l-2.313.856a1 1 0 0 0 0 1.876l2.301.853l.907 3.622a1 1 0 0 0 1.94-.001l.907-3.622l2.301-.853a.997.997 0 0 0 0-1.874M10.009 6.231l-2.364-.875l-.876-2.365a.999.999 0 0 0-1.876 0l-.875 2.365l-2.365.875a1 1 0 0 0 0 1.876l2.365.875l.875 2.365a1 1 0 0 0 1.876 0l.875-2.365l2.365-.875a1 1 0 0 0 0-1.876'/%3E%3C/svg%3E");
  }
  .icon-\[twemoji--transgender-flag\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='%235BCEFA' d='M0 27a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4v-1.3H0z'/%3E%3Cpath fill='%23F5A9B8' d='M.026 20.5L0 25.8h36v-5.3z'/%3E%3Cpath fill='%23EEE' d='M0 15.3h36v5.3H0z'/%3E%3Cpath fill='%23F5A9B8' d='M0 9.902h36V15.4H0z'/%3E%3Cpath fill='%235BCEFA' d='M36 9a4 4 0 0 0-4-4H4a4 4 0 0 0-4 4v1.2h36z'/%3E%3C/svg%3E");
  }
  .icon-\[twemoji--woman-artist-light-skin-tone\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='%23292F33' d='M21.944 5.069c4.106 0 10.948 2.053 10.948 10.948s0 10.948-2.053 10.948s-4.79-2.053-8.896-2.053c-4.105 0-6.784 2.053-8.895 2.053c-2.287 0-2.053-8.211-2.053-10.948c.002-8.895 6.844-10.948 10.949-10.948'/%3E%3Cpath fill='%239266CC' d='M28 27h-2.34v-3.185h-7.332V27H16c-3.313 0-7 2.186-7 5.5V36h26v-3.5c0-3.314-3.685-5.5-7-5.5'/%3E%3Cpath fill='%23EEC2AD' d='M18.321 25.179c1.023 1.155 2.291 1.468 3.669 1.468s2.647-.312 3.67-1.468v-2.936h-7.339z'/%3E%3Cpath fill='%23F7DECE' d='M13.734 15.717c0-5.834 3.676-10.563 8.21-10.563s8.211 4.729 8.211 10.563c0 5.833-3.677 10.286-8.211 10.286s-8.21-4.452-8.21-10.286'/%3E%3Cpath fill='%23DF1F32' d='M21.944 23.543c-1.605 0-2.446-.794-2.536-.885a.684.684 0 0 1 .96-.974c.035.032.553.491 1.576.491c1.039 0 1.557-.473 1.577-.492a.69.69 0 0 1 .963.02c.26.269.26.691-.004.955c-.089.091-.929.885-2.536.885'/%3E%3Cpath fill='%23292F33' d='M11.725 19c-.021-1-.044-.224-.044-.465c0-3.422 2.053.494 2.053-1.943c0-2.439 1.368-2.683 2.736-4.051c.685-.685 2.053-2.026 2.053-2.026s3.421 2.067 6.158 2.067c2.736 0 5.474 1.375 5.474 4.112s2.053-1.584 2.053 1.837c0 .244-.022-.531-.04.469h.718c.007-2 .007-1.924.007-3.202c0-8.895-6.843-12.207-10.948-12.207S10.998 6.848 10.998 15.743c0 .793-.02 1.257.008 3.257z'/%3E%3Cpath fill='%23662113' d='M18.608 17.886a.85.85 0 0 1-.846-.846v-.845c0-.465.381-.846.846-.846s.847.381.847.846v.845a.85.85 0 0 1-.847.846m6.765 0a.85.85 0 0 1-.846-.846v-.845c0-.465.381-.846.846-.846s.846.381.846.846v.845a.85.85 0 0 1-.846.846'/%3E%3Cpath fill='%23C1694F' d='M22.837 20.5h-1.691a.424.424 0 0 1-.423-.423v-.153c0-.233.189-.424.423-.424h1.691c.232 0 .423.19.423.424v.153a.424.424 0 0 1-.423.423'/%3E%3Cpath fill='%2366757F' d='M33.015 6.385c-.341-2.045-3.616-3.89-8.267-4.105c.346-.222.672-.402.924-.48c.72-.224-.218-.917-.917-.917c0 0-1.092.505-1.93 1.41C16.069 2.641 10.832 6.344 11 7.302c.175 1.004.806.061.846.917c.041.855.847.917.847.917s2.958-.452 8.467 0c5.51.451 8.74.554 10.16.917c1.422.362.848-.917.848-.917s1.246-.351.847-2.751'/%3E%3Cpath fill='%23D99E82' d='M27.47 36c-.279-3.867-4.091-7.954-9.64-9.879c-6.702-2.326-13.383-.614-14.923 3.823c-.671 1.936-.252 4.071.989 6.056z'/%3E%3Cpath fill='%235C913B' d='M19.782 31.382c-.3.862.363 1.876 1.48 2.264s2.266.002 2.564-.861c.3-.861-.363-1.876-1.48-2.263c-1.117-.388-2.265-.003-2.564.86'/%3E%3Cpath fill='%23269' d='M5.401 33.001c-.299.863.364 1.876 1.481 2.264s2.265.003 2.564-.86c.3-.862-.363-1.876-1.48-2.264s-2.266-.003-2.565.86'/%3E%3Cpath fill='%23DD2E44' d='M7.249 28.021c-.299.862.364 1.876 1.481 2.264s2.265.002 2.564-.861c.3-.861-.364-1.876-1.48-2.263c-1.117-.389-2.266-.004-2.565.86'/%3E%3Cpath fill='%23FFCC4D' d='M14.276 28.005c-.272.872.423 1.864 1.552 2.216c1.128.353 2.265-.069 2.536-.94c.271-.872-.424-1.864-1.552-2.216s-2.264.069-2.536.94'/%3E%3Cpath fill='%23F7DECE' d='M1 30c.078-1.208 1.394-3.184 3-3c1.665.19.129 3.129 0 4s.144 2.938-1 3c-1.546.084-2.14-1.814-2-4'/%3E%3C/svg%3E");
  }
  .icon-\[twemoji--woman-technologist-light-skin-tone\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='%239266CC' d='M35 36v-7c0-3.315-3.685-5.5-7-5.5H16c-3.313 0-7 2.185-7 5.5v7z'/%3E%3Cpath fill='%23292F33' d='M21.944 1.569c4.106 0 10.948 2.053 10.948 10.948s0 10.948-2.053 10.948s-4.79-2.053-8.896-2.053c-4.105 0-6.784 2.053-8.895 2.053c-2.287 0-2.053-8.211-2.053-10.948c.002-8.895 6.844-10.948 10.949-10.948'/%3E%3Cpath fill='%23F7DECE' d='M18.328 23.52C18.328 25 20.5 25.5 22 25.5s3.66-.5 3.66-1.98v-3.205h-7.332z'/%3E%3Cpath fill='%23EEC2AD' d='M18.321 21.679c1.023 1.155 2.291 1.468 3.669 1.468s2.647-.312 3.67-1.468v-2.936h-7.339z'/%3E%3Cpath fill='%23F7DECE' d='M13.734 12.217c0-5.834 3.676-10.563 8.21-10.563s8.211 4.729 8.211 10.563c0 5.833-3.677 10.286-8.211 10.286s-8.21-4.452-8.21-10.286'/%3E%3Cpath fill='%23DF1F32' d='M21.944 20.043c-1.605 0-2.446-.794-2.536-.885a.684.684 0 0 1 .96-.974c.035.032.553.491 1.576.491c1.039 0 1.557-.473 1.577-.492a.69.69 0 0 1 .963.02c.26.269.26.691-.004.955c-.089.091-.929.885-2.536.885'/%3E%3Cpath fill='%23292F33' d='M11.725 15.5c-.021-1-.044-.224-.044-.465c0-3.422 2.053.494 2.053-1.943c0-2.439 1.368-2.683 2.736-4.051c.685-.685 2.053-2.026 2.053-2.026s3.421 2.067 6.158 2.067c2.736 0 5.474 1.375 5.474 4.112s2.053-1.584 2.053 1.837c0 .244-.022-.531-.04.469h.718c.007-2 .007-1.924.007-3.202C32.893 3.403 26.05.091 21.945.091S10.998 3.348 10.998 12.243c0 .793-.02 1.257.008 3.257z'/%3E%3Cpath fill='%23662113' d='M18.608 14.386a.85.85 0 0 1-.846-.846v-.845c0-.465.381-.846.846-.846s.847.381.847.846v.845a.85.85 0 0 1-.847.846m6.765 0a.85.85 0 0 1-.846-.846v-.845c0-.465.381-.846.846-.846s.846.381.846.846v.845a.85.85 0 0 1-.846.846'/%3E%3Cpath fill='%23C1694F' d='M22.837 17h-1.691a.424.424 0 0 1-.423-.423v-.153c0-.233.189-.424.423-.424h1.691c.232 0 .423.19.423.424v.153a.424.424 0 0 1-.423.423'/%3E%3Cpath fill='%23F7DECE' d='M15.444 13.436c0 1.448-.734 2.622-1.639 2.622s-1.639-1.174-1.639-2.622s.734-2.623 1.639-2.623c.905-.001 1.639 1.174 1.639 2.623m16.389 0c0 1.448-.733 2.622-1.639 2.622c-.905 0-1.639-1.174-1.639-2.622s.733-2.623 1.639-2.623c.906-.001 1.639 1.174 1.639 2.623'/%3E%3Cpath fill='%23E1E8ED' d='M33 35a1 1 0 0 1-1 1H22a1 1 0 1 1 0-2h10a1 1 0 0 1 1 1'/%3E%3Cpath fill='%23E1E8ED' d='M20.24 22H3.759c-1.524 0-3.478.771-2.478 3.531l3.072 8.475C4.354 34.006 4.75 36 7 36h20l-4-11.24c-.438-1.322-1.235-2.76-2.76-2.76'/%3E%3Cpath fill='%2399AAB5' d='M19.24 22H2.759c-1.524 0-3.478.771-2.478 3.531l3.072 8.475C3.354 34.006 3.75 36 6 36h20l-4-11.24c-.438-1.322-1.235-2.76-2.76-2.76'/%3E%3Cpath fill='%23E1E8ED' d='M14.019 29.283c.524 1.572.1 3.13-.949 3.479c-1.047.35-2.322-.641-2.846-2.213s-.099-3.13.949-3.479s2.323.641 2.846 2.213M19 24.75H3a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E");
  }
  .icon-\[vscode-icons--file-type-perl2\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='%233a3c5b' d='M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14'/%3E%3Cpath fill='%23fff' d='M25.753 17.035c-.472-2.976-3.595-4.9-5.92-6.359c-1.016-.635-2.663-1.463-2.876-2.8a14 14 0 0 1-.1-1.68c-.007-.219-.011-.439-.03-.657c-.025-.282-.312.065-.469-.18c-.389-.609-.239.184-.2.5a18 18 0 0 1 .19 2.263a17.3 17.3 0 0 1-.608 4.241c-.848 3.276-1.517 6.633-.678 9.986a12 12 0 0 0 .7 2.032c.09.2.262.747.509.813a4.5 4.5 0 0 1 2.275.969c.442.411.773.187 1.295-.022a10 10 0 0 0 4.074-2.734a7.6 7.6 0 0 0 1.845-6.378m-1.673 3a6.3 6.3 0 0 1-1.692 3.23a6 6 0 0 1-2.18 1.815c-.3.108.056-.5.1-.566a14 14 0 0 1 .881-1.1a6.6 6.6 0 0 0 1.083-1.75a7.49 7.49 0 0 0-.607-6.716a13.4 13.4 0 0 0-2.6-2.769a10.3 10.3 0 0 1-1.319-1.239c-.09-.109-.884-1.149-.637-1.3c.08-.05 1.816 1.777 2 1.919c.718.542 1.456 1.043 2.121 1.654a9.5 9.5 0 0 1 2.339 2.874a7.44 7.44 0 0 1 .5 3.952'/%3E%3Cpath fill='%23fff' d='M15.484 2.377c.261.174.318 1.187.318 2.114a42 42 0 0 1-.2 6a11.5 11.5 0 0 1-1.68 3.3a9.8 9.8 0 0 0-1.535 4.6a11.1 11.1 0 0 0 1.413 4.52c.61.93 1.647 2.227 1.419 2.52c-.405.521-2.056-1.274-2.925-2.317a8.93 8.93 0 0 1-1.767-4.808a7.25 7.25 0 0 1 1.573-4.112a37 37 0 0 0 2.317-3.244a7.6 7.6 0 0 0 .84-2.52c.116-1.014 0-4.634 0-4.634s-.029-1.593.232-1.419'/%3E%3Cpath fill='%23fff' d='M14.789 4.086c.261.116.29.434.29.753s-.087 1.622-.174 2.9a5.33 5.33 0 0 1-1.854 3.1a48 48 0 0 0-3.736 4.257a6.5 6.5 0 0 0-1.129 3.968A6.07 6.07 0 0 0 9.808 23a9.7 9.7 0 0 0 2.692 2.315c.637.318 1.274.55 1.13.84s-.753.087-1.419-.145a11.3 11.3 0 0 1-4.228-2.635a7.8 7.8 0 0 1-1.911-5.329a5.93 5.93 0 0 1 1.448-3.881a19 19 0 0 1 4.026-3.475A9.7 9.7 0 0 0 13.8 8.807a2.82 2.82 0 0 0 .724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753m.077 22.701c.118 0 .043.506-.165.759s-.565.405-.609.3s.258-.161.479-.407c.2-.226.149-.65.294-.656m2.345-.01c-.118 0-.043.505.165.759s.565.406.608.3s-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655m-1.042.557c0 .446.023.807-.075.807c-.12 0-.075-.361-.075-.807s-.041-.807.075-.807s.075.361.075.807'/%3E%3C/svg%3E");
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-main-screen {
    height: var(--spacing-main-screen);
  }
  .h-navbar {
    height: var(--spacing-navbar);
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-128 {
    max-width: calc(var(--spacing) * 128);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .place-self-center {
    place-self: center;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-brand {
    border-color: var(--color-brand);
  }
  .border-brand-dark {
    border-color: var(--color-brand-dark);
  }
  .border-t-main-border {
    border-top-color: var(--color-main-border);
  }
  .border-b-main-border {
    border-bottom-color: var(--color-main-border);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-bg-sub {
    background-color: var(--color-bg-sub);
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-brand-dark {
    background-color: var(--color-brand-dark);
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }
  .bg-rose-600 {
    background-color: var(--color-rose-600);
  }
  .bg-sky-600 {
    background-color: var(--color-sky-600);
  }
  .bg-slate-700 {
    background-color: var(--color-slate-700);
  }
  .bg-zinc-700 {
    background-color: var(--color-zinc-700);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .align-icon-offset {
    vertical-align: -3px;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .em-brand {
    em {
      font-style: normal;
      color: var(--color-brand);
    }
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-brand-dark {
    color: var(--color-brand-dark);
  }
  .text-fg {
    color: var(--color-fg);
  }
  .text-main-fg-sub {
    color: var(--color-main-fg-sub);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .hover\:bg-brand-darker {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-darker);
      }
    }
  }
  .hover\:text-brand {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:columns-2 {
    @media (width >= 40rem) {
      columns: 2;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-content-width {
    @media (width >= 64rem) {
      max-width: var(--spacing-content-width);
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:basis-60 {
    @media (width >= 64rem) {
      flex-basis: calc(var(--spacing) * 60);
    }
  }
  .lg\:basis-auto {
    @media (width >= 64rem) {
      flex-basis: auto;
    }
  }
  .lg\:columns-1 {
    @media (width >= 64rem) {
      columns: 1;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-main-screen {
    @media (width >= 64rem) {
      grid-template-columns: 20rem auto 20rem;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-y-20 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .dark\:border-brand {
    &:where([data-theme=neon], [data-theme=neon] *) {
      border-color: var(--color-brand);
    }
  }
  .dark\:text-brand {
    &:where([data-theme=neon], [data-theme=neon] *) {
      color: var(--color-brand);
    }
  }
}
@layer components {
  .arrow-button {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    position: relative;
    height: 2.5rem;
    padding: 0.5rem 4.5rem 0.5rem 0.75rem;
    &::before {
      position: absolute;
      right: calc(var(--spacing) * 0);
      height: calc(var(--spacing) * 0);
      width: calc(var(--spacing) * 0);
      border-color: var(--color-main-bg);
      border-left-color: transparent;
      content: "";
      top: 0;
      filter: opacity(0.8);
      transition: border-width 0.2s;
      --bg-transition: inherit;
      border-width: 1.3rem calc(3rem * (1 - var(--bg-transition))) 1.3rem 1rem;
    }
    &::after {
      position: absolute;
      right: calc(var(--spacing) * 0);
      height: calc(var(--spacing) * 0);
      width: calc(var(--spacing) * 0);
      border-color: var(--color-main-bg);
      border-left-color: transparent;
      content: "";
      top: 0;
      transition: border-width 0.2s;
      border-width: 1.3rem 0rem 1.3rem 1rem;
    }
  }
}
@layer components {
  .icon-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--spacing) * 1);
    .icon {
      position: relative;
      display: flex;
      aspect-ratio: 1 / 1;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-lg);
      border-style: var(--tw-border-style);
      border-width: 2px;
      border-color: color-mix(in srgb, oklch(0.9911 0.004 285.99) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-fg) 30%, transparent);
      }
      div[class^="icon-"] {
        aspect-ratio: 1 / 1;
        border-radius: var(--radius-md);
        background-position: center;
        width: 80% !important;
        height: auto !important;
        --bg-transition: inherit;
        filter: opacity(calc(1 - 0.7 * var(--bg-transition))) blur( calc(4px * var(--bg-transition)) );
        transition: 0.1s filter;
      }
      .name {
        position: absolute;
        top: calc(var(--spacing) * 0);
        left: calc(var(--spacing) * 0);
        z-index: 10;
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: calc(var(--spacing) * 2);
        text-align: center;
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
        overflow-wrap: break-word;
        color: var(--color-fg);
        --bg-transition: inherit;
        color: currentcolor;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix( in oklab, currentcolor calc(var(--bg-transition) * 100%), transparent );
        }
        transition: 0.1s color;
      }
      &:has(input[name="icon-select"]:checked) {
        --bg-transition: 1;
      }
    }
  }
}
@layer components {
  .langs {
    &:not(:last-child) {
      margin-bottom: 1.5rem;
    }
    .button {
      width: 4rem;
      height: 4rem;
      padding: 0.3rem;
      margin: 0.1rem;
    }
  }
}
@layer components {
  .navbar-tab {
    display: inline-flex;
    height: 100%;
    align-items: center;
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: var(--color-main-border);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 0%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-inline: calc(var(--spacing) * 3);
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
    transition: background-size 0.2s;
    background-size: auto calc(var(--bg-transition) * 100%);
    &.navbar-brand {
      width: calc(var(--spacing) * 32);
      background: url("/icons/wordmark.svg") no-repeat center, linear-gradient(var(--tw-gradient-stops)) no-repeat bottom;
      background-size: 75%, auto calc(var(--bg-transition) * 100%);
    }
  }
}
@layer components {
  .splash {
    transition: padding 0.5s ease-out;
    .intro {
      padding: calc(50vh - 3 * 4rem) 0;
      transition: padding 0.5s ease-out;
      @media (max-width: 1024px) {
        padding: 0;
      }
    }
    &.compact .intro {
      padding: 0;
    }
    .scroll-down {
      position: absolute;
      color: var(--color-main-fg-sub);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      bottom: 3rem;
      left: 50%;
      transform: translate(-50%, 0);
      animation: 0.75s infinite alternate bob;
      &::after {
        margin-inline: auto;
        display: block;
        height: calc(var(--spacing) * 6);
        width: calc(var(--spacing) * 6);
        transform-origin: center;
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-top-style: var(--tw-border-style);
        border-top-width: 0px;
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
        border-color: var(--color-main-fg-sub);
        transform: scale(1.5, 1.25) rotate(45deg);
        content: "";
      }
    }
    .bottom-detector {
      position: absolute;
      bottom: -5rem;
    }
  }
}
@layer components {
  .split-icon {
    path {
      transition-duration: 0.1s;
      transition-property: fill, filter;
    }
    --base-side: 0;
    --side: var(--base-side);
    --highlight: 0;
    --highlight-color: var(--color-brand);
    #left {
      filter: opacity(calc(0.5 * (2 - var(--side))));
      fill: currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        fill: color-mix( in oklab, currentColor calc(100% * (1 - var(--highlight) * (1 - var(--side)))), var(--highlight-color) );
      }
    }
    #right {
      filter: opacity(calc(0.5 * (1 + var(--side))));
      fill: currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        fill: color-mix( in oklab, currentColor calc(100% * (1 - var(--highlight) * var(--side))), var(--highlight-color) );
      }
    }
    &:hover {
      --side: calc(1 - var(--base-side)) !important;
      --highlight: 1;
    }
    &.theme {
      --base-side: 1;
      &:where([data-theme=neon], [data-theme=neon] *) {
        --base-side: 0;
      }
    }
  }
  [lang="zh"] .split-icon.lang {
    --base-side: 0;
  }
  [lang="en"] .split-icon.lang {
    --base-side: 1;
  }
}
@property --bg-transition {
  syntax: "<number>";
  initial-value: 0;
  inherits: false;
}
@layer base {
  :root {
    [data-theme="strawberry-milkshake"] {
      --color-bg: var(--color-stone-300);
      --color-bg-sub: var(--color-stone-200);
      --color-main-bg: var(--color-stone-200);
      --color-fg: var(--color-stone-800);
      --color-main-fg: var(--color-stone-700);
      --color-main-fg-sub: var(--color-stone-500);
    }
  }
  *:hover, *:focus, *.is-active {
    --bg-transition: 1;
  }
  html {
    font-size: 18px;
  }
  main {
    background: var(--color-main-bg);
    color: var(--color-main-fg);
  }
  a.animated, .prose a {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: var(--color-brand-dark);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 0%;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: var(--color-brand);
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
    transition: 0.2s background-size;
    background-size: calc(var(--bg-transition) * 100%) 1.5px;
    text-decoration: none;
    &:hover, &:focus, &.is-active {
      background-position: left bottom;
    }
  }
  .neon #theme-switcher .split-icon {
    --base-side: 0;
  }
  body.strawberry-milkshake #theme-switcher .split-icon {
    --base-side: 1;
  }
}
@layer components {
  .prose {
    line-height: 2rem;
    max-width: 75ch;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-weight: 350;
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 0.5rem;
    }
    h1 {
      font-size: 1.75rem;
      font-weight: 750;
      margin-top: 2rem;
    }
    ol, ul {
      margin-inline-start: 2rem;
      list-style: outside;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      li ul {
        margin-top: 1rem;
      }
    }
    b, strong {
      font-weight: 600;
    }
    code {
      padding-inline: 0.25rem;
      background: var(--color-bg);
      word-break: keep-all;
    }
    pre {
      background: var(--color-bg);
      padding: 0.5rem 1rem;
      overflow: scroll;
      scrollbar-width: thin;
      code {
        padding: 0;
      }
    }
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes bob {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(10px);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-ease: initial;
      --bg-transition: 0;
    }
  }
}
