:root {
  --cs-s-body-bg: #fff;
  --cs-s-nav: #fff;
  --cs-s-container-bg: #fafafa;
  --cs-s-container-bg-half: #fafafa77;
  --cs-s-container-frosted: #fafafaee;
  --cs-s-container-frosted-alt: #e6e6e6;

  --cs-s-heading: #052c50;
  --cs-s-heading-fade: #052c50c0;
  --cs-s-text: #242424;

  --cs-s-accent: #d00086;
  --cs-button-hover-bg: #d00086d0;
  --cs-s-text-accent: #d068ab;
  --cs-s-accented-text: var(--cs-s-heading);

  --cs-s-border: #1a1d2427;
  --cs-s-border-accent: #d068ab80;
  --cs-s-border-mute: #1a1d240d;
  --cs-s-border-highlight: #1a1d2440;
  --cs-s-backlight: #052c5012;
  --cs-s-box-shadow: #00000010;
  --cs-s-cursor-light: var(--cs-s-backlight);
  --cs-c-border-gradient: linear-gradient(
    to left,
    transparent,
    var(--cs-s-border),
    transparent
  );
  --transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);

  /* DARK */
  --cs-dark-s-body-bg: #041b31;
  --cs-dark-s-nav: #052c50cc;
  --cs-dark-s-container-bg: #062a4a;
  --cs-dark-s-container-bg-half: #062a4a77;
  --cs-dark-s-container-frosted: #062a4aee;
  --cs-dark-s-container-frosted-alt: #0b3a67;
  --cs-dark-s-heading: #f5f7fa;
  --cs-dark-s-heading-fade: #f5f7fac0;
  --cs-dark-s-text: #c9d4e2;
  --cs-dark-s-accented-text: var(--cs-dark-s-heading);
  --cs-dark-s-border: #f5f7fa27;
  --cs-dark-s-border-mute: #f5f7fa0d;
  --cs-dark-s-border-highlight: #f5f7fa40;
  --cs-dark-s-backlight: #f5f7fa12;
  --cs-dark-s-box-shadow: #041b3110;
  --cs-dark-s-cursor-light: var(--cs-dark-s-backlight);
  --cs-dark-c-border-gradient: linear-gradient(
    to left,
    transparent,
    var(--cs-dark-s-border),
    transparent
  );
  --cs-dark-c-menu: var(--cs-dark-s-text);
  --cs-dark-c-menu-hover: var(--cs-dark-s-heading);
  --cs-dark-c-menu-active: var(--cs-dark-s-heading);

  /*** menu ***/
  --cs-c-menu: var(--comustock-blue);
  --cs-c-menu-hover: var(--comustock);
  --cs-c-menu-active: var(--comustock);

  /*** comustock ***/
  --comustock: #d00086;
  --comustock-hover: #d00086d0;
  --comustock-null: #d0008600;
  --comustock-blue: #052c50;
  --comustock-blue-half: #052c50cd;
  --comustock-lightgrey: #f5f5f5;
  --comustock-lightgrey-half: #f5f5f5de;

  /*** light ***/
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  button:not([class*="pswp"]),
  a.cs-button {
    color: var(--cs-s-nav);
  }

  /*** greys ***/
  --white: #fff;
  --black: #000;
  --black-null: #00000000;
  --lightgrey: #f5f5f5;
  --darkgrey: #1a1d24;
  --darkgrey-mid: #1a1d2422;
  --darkgrey-low: #1a1d240a;

  /****** BRANDS *****/
  /*** Personal - movil ***/
  --personal: #00b7eb;
  --personal-half: #00b7eb90;
  --personal-transparent: #00b7eb44;
  --personal-null: #00b7eb00;
  --personal-lightgrey: #f5f5f5;
  --personal-blue: #052c50;
  --personal-acento: #8a5cf2;
  --personal-principal-2: #a8e0f6;
  --personal-principal-4: #199ae0;
  --personal-principal-5: #084d8b;
  --personal-principal-6: #052c50;
  --personal-principal-7: #121212;
  --personal-complementario-a1: #d1cefd;
  --personal-complementario-a2: #a39dfb;
  --personal-complementario-a3: #756bfa;
  --personal-complementario-a4: #5a50f9;
  --personal-complementario-b1: #b36eff;
  --personal-complementario-b2: #8d00ff;
  --personal-complementario-b3: #6f00f0;
  --personal-complementario-b4: #3e00e7;
  --personal-complementario-c1: #ffecef;
  --personal-complementario-c2: #ffcfd4;
  --personal-complementario-c3: #ffa0a5;
  --personal-complementario-c4: #ff7373;
  --personal-complementario-d1: #d4c4fa;
  --personal-complementario-d2: #b295f6;
  --personal-complementario-d3: #a17df4;
  --personal-subproducto-1: #5a50f9;
  --personal-subproducto-2: linear-gradient(45deg, #5a50f9 0%, #002850 100%);
  --personal-subproducto-3: linear-gradient(45deg, #5a50f9 0%, #00b7eb 100%);
  --personal-subproducto-4: linear-gradient(45deg, #00d3a0 0%, #00b7eb 100%);
  --personal-subproducto-5: linear-gradient(45deg, #5a50f9 0%, #9b00ff 100%);
  --personal-subproducto-6: linear-gradient(45deg, #ff7373 0%, #9b00ff 100%);
  --personal-light: #78d2eb;
  --personal-dark: #0084a8;

  /*** Institucional ***/
  --personal-institucional: #3d00a9;
  --personal-institucional-dark: #12022f;

  /*** Móvil ***/
  --movil: #00b7eb;
  --movil-half: #00b7eb90;
  --movil-transparent: #00b7eb44;
  --movil-null: #00b7eb00;
  --movil-lightgrey: #f5f5f5;
  --movil-blue: #052c50;
  --movil-acento: #8a5cf2;

  /*** Fibra ***/
  --fibra: #004be2;
  --fibra-half: #004be290;
  --fibra-transparent: #004be244;
  --fibra-null: #004be200;
  --fibra-lightgrey: #f5f5f5;
  --fibra-personal: #00b7eb;
  --fibra-acento: #8a5cf2;

  /*** Flow ***/
  --flow: #21dbaa;
  --flow-half: #21dbaa90;
  --flow-transparent: #21dbaa44;
  --flow-null: #21dbaa00;
  --flow-black: #000000;
  --flow-grey: #232323;
  --flow-acento: #8a5cf2;
  --flow-principal-2: #98efda;
  --flow-principal-3: #00e6c2;
  --flow-secundario-1: #c4c4c4;
  --flow-secundario-2: #555;
  --flow-secundario-3: #262626;
  --flow-complementario-1: #dbc5fc;
  --flow-complementario-2: #bd96f9;
  --flow-complementario-3: #ae7ef8;
  --flow-light: #65dcc1;
  --flow-dark: #006951;

  /*** Pay ***/
  --pay: #5a50f9;
  --pay-half: #5a50f990;
  --pay-transparent: #5a50f944;
  --pay-null: #5a50f900;
  --pay-moon-white: #e9f4fc;
  --pay-dark-blue: #150958;
  --pay-blue: #3d00e5;
  --pay-prestamos: #f795ee;
  --pay-transacciones: #d300ff;
  --pay-inversiones: #ffd166;
  --pay-beneficios: #54e0da;
  --pay-beneficios-gradients: linear-gradient(45deg, #5a50f9 0%, #54e0da 100%);
  --pay-inversiones-gradients: linear-gradient(45deg, #5a50f9 0%, #ffd166 100%);
  --pay-transacciones-gradients: linear-gradient(
    45deg,
    #5a50f9 0%,
    #d300ff 100%
  );
  --pay-prestamos-gradients: linear-gradient(45deg, #5a50f9 0%, #f795ee 100%);
  --pay-poseidon-violet: #3e01e6;
  --pay-night-blue: #150958;

  /*** Tienda ***/
  --tienda: #00b9c0;
  --tienda-half: #00b9c090;
  --tienda-transparent: #00b9c044;
  --tienda-null: #00b9c000;
  --tienda-dark-blue: #102d4f;
  --tienda-lightgrey: #f5f5f5;
  --tienda-acento: #ff686e;
  --tienda-violeta: #8c5bf5;
  --tienda-blue: #3d00e5;
  --tienda-personal: #00b8eb;

  /*** Smarthome ***/
  --smarthome: #102d4f;
  --smarthome-half: #102d4f90;
  --smarthome-transparent: #102d4f44;
  --smarthome-null: #102d4f00;
  --smarthome-grey: #8b9dac;
  --smarthome-lightgrey: #f5f5f5;
  --smarthome-orange: #f68b1f;
  --smarthome-personal: #00b8eb;

  /*** Tech ***/
  --tech: #0b032f;
  --tech-half: #0b032f90;
  --tech-transparent: #0b032f44;
  --tech-null: #0b032f00;
  --tech-violet: #2a1d5b;
  --tech-acento: #69d8d0;
  --tech-blue: #3d00e5;
  --tech-lightgrey: #f5f5f5;
}

/* fonts */
:root {
  --cs-pulso: "Pulso", sans-serif;
  --cs-t-heading-fw: 400;
  --cs-roboto: "Roboto", sans-serif;
  --cs-t-content-fw: 300;

  --cs-t-content-ls: -0;
  --cs-t-menu-ff: var(--cs-pulso);
  --cs-t-menu-fw: 400;
  --cs-t-menu-fs: 14px;
  --cs-t-menu-lh: 1.4em;
  --cs-t-submenu-ff: var(--cs-t-menu-ff);
  --cs-t-submenu-fw: var(--cs-t-menu-fw);
  --cs-t-submenu-fs: var(--cs-t-menu-fs);
  --cs-t-submenu-lh: var(--cs-t-menu-lh);

  /* footer */
  --cs-t-footer-fs: 14px;
  --cs-t-footer-lh: 1.4em;
  --cs-buttons-size: 24px;

  /* heading */
  --cs-t-h1-fs: 80px;
  --cs-t-h1-ls: 0;
  --cs-t-h1-lh: 1.1em;
  --cs-t-h1-margin: -0.175em 0 0.338em -0.063em;
  --cs-t-h2-fs: 66px;
  --cs-t-h2-fs-b: 54px;
  --cs-t-h2-ls: 0;
  --cs-t-h2-lh: 1.2em;
  --cs-t-h2-margin: -0.232em 0 0.482em -0.06em;
  --cs-t-h3-fs: 40px;
  --cs-t-h3-ls: 0;
  --cs-t-h3-lh: 1.2em;
  --cs-t-h3-margin: -0.215em 0 0.65em -0.05em;
  --cs-t-h4-fs: 34px;
  --cs-t-h4-ls: 0;
  --cs-t-h4-lh: 1.2em;
  --cs-t-h4-margin: -0.22em 0 0.5em -0.05em;
  --cs-t-h5-fs: 24px;
  --cs-t-h5-ls: 0;
  --cs-t-h5-lh: 1.2em;
  --cs-t-h5-margin: -0.19em 0 1em -0.06em;
  --cs-t-h6-fs: 20px;
  --cs-t-h6-ls: 0;
  --cs-t-h6-lh: 1.2em;
  --cs-t-h6-margin: 0.2em 0 1em -0.038em;

  /* content */
  --cs-t-large-fs: 18px;
  --cs-t-content-fs: 16px;
  --cs-t-content-lh: 1.4em;
  --cs-t-meta-fs: 12px;
  --cs-t-meta-ls: 0;
  --cs-t-meta-fw: 600;
  --cs-t-button-fs: 15px;
  --cs-t-input-fs: 14px;
  --cs-t-input-lh: 1.4em;
}

:root {
  /* spacing */
  --cs-header-spacing: 16px;
  --cs-menu-gap: 32px;
  --cs-sub-menu-width: 200px;
  --cs-buttons-gap: 32px;
  --cs-section-gap: 128px;
  --cs-section-gap-min: 80px;
  --cs-section-gap-top: 80px;
  --cs-section-gap-bottom: 120px;
  --cs-xl-br: 48px;
  --cs-large-br: 32px;
  --cs-default-br: 24px;
  --cs-small-br: 16px;
  --cs-xs-br: 8px;
  --cs-button-spacing: 13px 24px 14px 24px;
  --cs-button-br: var(--cs-xs-br);
  --cs-input-spacing: 16px 16px 16px 16px;
  --cs-input-br: var(--cs-xs-br);
  --cs-input-gap: 24px;
  --stg-container-width: 1200px;
  --stg-container-mid-width: 600px;
  --stg-container-quad-width: 300px;
  --stg-gap: 32px;
  --stg-d-gap: 32px;
  --stg-xs-gap: 8px;
  --stg-xs-gap-recursos: 8.93px;
  --stg-small-gap: 16px;
  --stg-large-gap: 56px;
  --stg-xl-gap: 128px;

  --cs-gap-8: 8px;
  --cs-gap-16: 16px;
  --cs-gap-24: 24px;
  --cs-gap-32: 32px;

  --cs-button-medium: 152px !important;
  --cs-button-small: 80px !important;
}

/* tablet */
@media only screen and (max-width: 1279px) {
  :root {
    --stg-container-width: 976px;

    --cs-t-h1-fs: 64px;
    --cs-t-h2-fs: 45px;
    --cs-t-h3-fs: 32px;
    --cs-t-h4-fs: 26px;
    --cs-t-h5-fs: 22px;
    --cs-t-h6-fs: 18px;
    --cs-t-large-fs: 18px;
    --cs-t-content-fs: 14px;
    --cs-t-footer-fs: 14px;
    --cs-t-meta-fs: 10px;
    --cs-t-button-fs: 14px;
    --cs-t-input-fs: 14px;

    --cs-header-spacing: 12px;

    --cs-menu-gap: 24px;
    --cs-buttons-gap: 24px;
    --cs-section-gap: 96px;

    --cs-xl-br: 36px;
    --cs-large-br: 24px;
    --cs-default-br: 18px;
    --cs-small-br: 12px;
    --cs-xs-br: 6px;

    --stg-gap: 24px;
    --stg-d-gap: 24px;

    --stg-xs-gap: 6px;
    --stg-small-gap: 12px;
    --stg-large-gap: 48px;
    --stg-xl-gap: 96px;
    --cs-section-gap: 96px;
  }
}

/* mobile */
@media only screen and (max-width: 960px) {
  :root {
    --cs-t-menu-ff: var(--cs-pulso);
    --cs-t-menu-fw: var(--cs-t-heading-fw);
    --cs-t-menu-fs: 32px;
    --cs-t-menu-lh: 1.2em;
    --cs-t-submenu-ff: var(--cs-pulso);
    --cs-t-submenu-fw: var(--cs-t-content-fw);
    --cs-t-submenu-fs: 16px;
    --cs-t-submenu-lh: 1.4em;
  }
}

/* tablet portrait */
@media only screen and (max-width: 960px) {
  :root {
    --cs-t-h1-fs: 55px;
    --stg-container-width: 590px;
    --cs-header-spacing: 12px;
  }
}

/* mobile phones */
@media only screen and (max-width: 739px) {
  :root {
    --stg-container-width: calc(100svw - 2 * var(--stg-gap));

    --cs-t-h1-fs: 48px;
    --cs-t-h2-fs: 32px;
    --cs-t-h3-fs: 28px;
    --cs-t-h4-fs: 24px;
    --cs-t-h5-fs: 20px;
    --cs-t-h6-fs: 18px;
    --cs-t-large-fs: 17px;

    --cs-xl-br: 32px;
    --cs-large-br: 24px;
    --cs-default-br: 16px;
    --cs-small-br: 8px;
    --cs-xs-br: 4px;

    --stg-gap: 20px;
    --stg-d-gap: 20px;

    --stg-xs-gap: 6px;
    --stg-small-gap: 12px;
    --stg-large-gap: 40px;
    --stg-xl-gap: 80px;
    --cs-section-gap: 80px;

    --cs-buttons-gap: 12px;
  }
}

/* svg */
:root {
  --icon-chevron-left: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='m2 12 12.643 12L17 21.763 6.713 12 17 2.237 14.643 0Z'/></svg>");
  --icon-chevron-right: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M22 12 9.357 24 7 21.763 17.287 12 7 2.237 9.357 0Z'/></svg>");
  --icon-chevron-down: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48'><path d='M24 30 13 19.042 15.05 17 24 25.915 32.95 17 35 19.042Z'/></svg>");
  --icon-menu-chevron: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48'><path d='M31 24 20.042 35 18 32.95 26.915 24 18 15.05 20.042 13Z'/></svg>");
  /* --icon-cs-arrow: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M0 14.586 12.586 2H1V0h15v15h-2V3.415L1.414 16Z'/></svg>"); */
  --icon-star-empty: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='12'><path d='M6 0 3.989 3.989 0 4.489l2.739 3.1L1.983 12 6 10.017 10.017 12l-.756-4.411L12 4.489l-3.991-.5Zm0 1.487 1.565 3.13 3.1.391-2.109 2.375.574 3.443L6 9.261l-3.13 1.565.574-3.443L1.33 5.009l3.1-.391Z'/></svg>");
  --icon-star-full: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='12'><path d='m6 0 2.009 3.989 3.991.5-2.739 3.1.757 4.409L6 10.017 1.983 12l.756-4.411L0 4.489l3.989-.5Z'/></svg>");
  --icon-arrow-submit: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='M-.001 17.21h27.4l-13.1 13.083 1.7 1.708 16-16-16-16-1.707 1.707 13.1 13.083H-.001Z'/></svg>");
  --icon-cross: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='m17.076 19.436-7.077-7.077-7.077 7.077a1.668 1.668 0 0 1-2.359 0 1.668 1.668 0 0 1 0-2.359L7.639 10 .562 2.923a1.67 1.67 0 0 1 0-2.36 1.67 1.67 0 0 1 2.36 0L9.999 7.64 17.076.563a1.669 1.669 0 0 1 2.359 0 1.669 1.669 0 0 1 0 2.36L12.358 10l7.077 7.077a1.668 1.668 0 0 1 0 2.359 1.661 1.661 0 0 1-1.179.489 1.664 1.664 0 0 1-1.18-.489Z'/></svg>");

  --icon-creativity: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='M8.023 28.999v-5.516a12.876 12.876 0 0 1-2.967-4.078 11.334 11.334 0 0 1-1.057-4.783A11.32 11.32 0 0 1 7.324 6.39a10.887 10.887 0 0 1 8.075-3.391 11.121 11.121 0 0 1 6.988 2.383 10.822 10.822 0 0 1 4 6.183l1.567 6.315a1.184 1.184 0 0 1-.213 1.063 1.158 1.158 0 0 1-.97.478h-2.656v4.368a2.406 2.406 0 0 1-.712 1.747 2.312 2.312 0 0 1-1.712.727h-2.94v2.736h-2.012V24.21h4.952a.4.4 0 0 0 .3-.118.414.414 0 0 0 .116-.3v-6.421h3.621l-1.274-5.3a8.9 8.9 0 0 0-3.3-5.07A9.19 9.19 0 0 0 15.4 5.058a9 9 0 0 0-6.639 2.775 9.23 9.23 0 0 0-2.749 6.749 9.462 9.462 0 0 0 .821 3.894 10.239 10.239 0 0 0 2.33 3.279l.872.82v6.424Zm7.846-11.973Zm-1.514 2.789h2.089l.15-1.487a3.06 3.06 0 0 0 .744-.3 2.156 2.156 0 0 0 .592-.486l1.31.618 1.044-1.813-1.161-.882a2.551 2.551 0 0 0 .144-.837 2.55 2.55 0 0 0-.144-.837l1.161-.882-1.044-1.813-1.31.618a2.161 2.161 0 0 0-.592-.486 3.06 3.06 0 0 0-.744-.3l-.15-1.487h-2.089l-.15 1.487a3.06 3.06 0 0 0-.744.3 2.161 2.161 0 0 0-.592.486l-1.31-.618-1.044 1.813 1.161.882a2.551 2.551 0 0 0-.144.837 2.551 2.551 0 0 0 .144.837l-1.161.882 1.044 1.813 1.31-.618a2.156 2.156 0 0 0 .592.486 3.06 3.06 0 0 0 .744.3Zm1.044-2.882a2.153 2.153 0 0 1-1.6-.672 2.246 2.246 0 0 1-.658-1.632 2.241 2.241 0 0 1 .658-1.63 2.156 2.156 0 0 1 1.6-.671 2.153 2.153 0 0 1 1.6.671 2.246 2.246 0 0 1 .658 1.632 2.242 2.242 0 0 1-.658 1.631 2.156 2.156 0 0 1-1.6.672Z'/></svg>");
  --icon-collab: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='m15.993 12.778-4.344-4.389 4.344-4.39 4.357 4.389ZM1.5 27.999v-5.235a2.373 2.373 0 0 1 .679-1.714 2.3 2.3 0 0 1 1.646-.729h4.259a2.428 2.428 0 0 1 1.186.309 2.5 2.5 0 0 1 .915.862 7.238 7.238 0 0 0 2.549 2.223 6.936 6.936 0 0 0 3.259.795 7.018 7.018 0 0 0 3.287-.795 7.036 7.036 0 0 0 2.535-2.223 2.908 2.908 0 0 1 .947-.862 2.306 2.306 0 0 1 1.141-.309h4.259a2.308 2.308 0 0 1 1.663.729 2.381 2.381 0 0 1 .675 1.714v5.235h-8.98v-3.283a9.072 9.072 0 0 1-2.588 1.4 8.909 8.909 0 0 1-2.939.487 8.773 8.773 0 0 1-2.908-.491 9.327 9.327 0 0 1-2.605-1.4v3.287Zm3.839-9.611a3.64 3.64 0 0 1-2.683-1.128 3.716 3.716 0 0 1-1.116-2.711 3.7 3.7 0 0 1 1.116-2.729 3.669 3.669 0 0 1 2.683-1.11 3.652 3.652 0 0 1 2.7 1.11 3.729 3.729 0 0 1 1.1 2.729 3.746 3.746 0 0 1-1.1 2.711 3.623 3.623 0 0 1-2.7 1.129Zm21.308 0a3.64 3.64 0 0 1-2.683-1.128 3.716 3.716 0 0 1-1.116-2.711 3.7 3.7 0 0 1 1.116-2.729 3.668 3.668 0 0 1 2.683-1.11 3.652 3.652 0 0 1 2.7 1.11 3.729 3.729 0 0 1 1.1 2.729 3.746 3.746 0 0 1-1.1 2.711 3.623 3.623 0 0 1-2.699 1.129Z'/></svg>");
  --icon-impact: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='M15.353 22.781a6.755 6.755 0 0 1-4.511-2.187 6.626 6.626 0 0 1-1.827-4.684 6.649 6.649 0 0 1 2.011-4.884 6.649 6.649 0 0 1 4.884-2.011 6.637 6.637 0 0 1 4.684 1.821 6.732 6.732 0 0 1 2.187 4.5l-1.994-.591a4.946 4.946 0 0 0-1.751-2.774 4.842 4.842 0 0 0-3.126-1.081 4.829 4.829 0 0 0-3.542 1.473 4.829 4.829 0 0 0-1.473 3.542 4.845 4.845 0 0 0 1.087 3.134 4.97 4.97 0 0 0 2.768 1.755Zm1.5 4.988a2.256 2.256 0 0 1-.474.051h-.474a11.6 11.6 0 0 1-4.645-.938 12.027 12.027 0 0 1-3.781-2.545 12.025 12.025 0 0 1-2.546-3.781 11.593 11.593 0 0 1-.938-4.644 11.6 11.6 0 0 1 .938-4.645 12.031 12.031 0 0 1 2.545-3.782 12.025 12.025 0 0 1 3.781-2.546 11.59 11.59 0 0 1 4.644-.938 11.6 11.6 0 0 1 4.645.938 12.03 12.03 0 0 1 3.782 2.546 12.026 12.026 0 0 1 2.546 3.781 11.594 11.594 0 0 1 .938 4.645v.468a2.2 2.2 0 0 1-.051.468l-1.83-.559v-.376a9.679 9.679 0 0 0-2.915-7.114 9.679 9.679 0 0 0-7.114-2.915 9.679 9.679 0 0 0-7.105 2.916 9.679 9.679 0 0 0-2.915 7.114 9.679 9.679 0 0 0 2.915 7.114 9.679 9.679 0 0 0 7.114 2.915h.376Zm9.258.231-5.685-5.7-1.362 4.118-3.158-10.511 10.511 3.158-4.118 1.362 5.7 5.685Z'/></svg>");
  --icon-innovation: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='M15.999 29.999a2.906 2.906 0 0 1-1.656-.482 2.55 2.55 0 0 1-1.007-1.264h-.449a2.272 2.272 0 0 1-1.644-.673 2.165 2.165 0 0 1-.69-1.6v-4.981a10.193 10.193 0 0 1-3.7-3.734 9.871 9.871 0 0 1-1.354-5.017 9.77 9.77 0 0 1 3.054-7.267 10.26 10.26 0 0 1 7.446-2.982 10.26 10.26 0 0 1 7.446 2.981 9.77 9.77 0 0 1 3.054 7.268 9.83 9.83 0 0 1-1.351 5.036 10.249 10.249 0 0 1-3.7 3.711v4.981a2.165 2.165 0 0 1-.69 1.6 2.272 2.272 0 0 1-1.644.673h-.449a2.55 2.55 0 0 1-1.007 1.264 2.906 2.906 0 0 1-1.659.486Zm-3.111-4.023h6.222v-1.425h-6.221Zm0-2.768h6.222v-1.472h-6.221Zm-.311-3.749h2.495v-4.421l-3.332-3.253 1.3-1.273 2.959 2.887 2.956-2.885 1.3 1.273-3.333 3.253v4.421h2.495a8.46 8.46 0 0 0 3.422-2.9 7.411 7.411 0 0 0 1.322-4.308 7.6 7.6 0 0 0-2.372-5.655 7.983 7.983 0 0 0-5.794-2.315 7.982 7.982 0 0 0-5.794 2.315 7.6 7.6 0 0 0-2.372 5.655 7.41 7.41 0 0 0 1.322 4.308 8.459 8.459 0 0 0 3.427 2.899Zm3.422-6.06Zm0-1.53Z'/></svg>");
  --icon-check: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='12'><path d='m5.501 12-5.5-5.289L2.02 4.78l3.482 3.3 8.481-8.083 2.019 1.959Z'/></svg>");

  /* Social Icons */
  --icon-social-facebook: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M7.22,11.5v7.39h4.03V11.5h3l0.62-3.4h-3.63v-1.2c0-1.8,0.7-2.48,2.52-2.48c0.57,0,1.02,0.01,1.28,0.04V1.39 c-0.5-0.14-1.71-0.27-2.41-0.27c-3.71,0-5.42,1.75-5.42,5.53v1.46H4.93v3.4H7.22L7.22,11.5z'/></svg>");
  --icon-social-instagram: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><g><circle cx='14.16' cy='5.84' r='0.93'/><path d='M17.73,6.79c-0.06-1.25-0.34-2.35-1.26-3.26c-0.91-0.91-2.01-1.19-3.26-1.26c-1.28-0.07-5.14-0.07-6.42,0 C5.55,2.33,4.44,2.61,3.53,3.52S2.34,5.54,2.27,6.78c-0.07,1.28-0.07,5.14,0,6.42c0.06,1.25,0.34,2.35,1.26,3.26 s2.01,1.19,3.26,1.26c1.28,0.07,5.14,0.07,6.42,0c1.25-0.06,2.35-0.34,3.26-1.26c0.91-0.91,1.19-2.01,1.26-3.26 C17.8,11.92,17.8,8.07,17.73,6.79z M16.07,14.58c-0.27,0.68-0.8,1.2-1.48,1.48c-1.02,0.41-3.45,0.31-4.59,0.31 s-3.57,0.09-4.59-0.31c-0.68-0.27-1.2-0.8-1.48-1.48C3.53,13.56,3.62,11.13,3.62,10S3.53,6.43,3.94,5.41 c0.27-0.68,0.8-1.2,1.48-1.48C6.44,3.52,8.87,3.62,10,3.62s3.57-0.09,4.59,0.31c0.68,0.27,1.2,0.8,1.48,1.48 c0.41,1.02,0.31,3.45,0.31,4.59S16.48,13.56,16.07,14.58z'/><path d='M10,6.01C7.8,6.01,6.01,7.79,6.01,10S7.8,13.99,10,13.99s3.99-1.78,3.99-3.99S12.21,6.01,10,6.01z M10,12.59 c-1.43,0-2.59-1.16-2.59-2.59S8.57,7.4,10,7.4S12.6,8.57,12.6,10S11.43,12.59,10,12.59z'/></g></svg>");
  --icon-social-tiktok: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M17.78,8.4c-1.53,0-3.02-0.47-4.26-1.36v6.21c0,3.12-2.53,5.65-5.65,5.64c-3.12,0-5.65-2.53-5.64-5.65S4.75,7.59,7.87,7.6 c0.26,0,0.52,0.02,0.78,0.05v3.12c-1.36-0.43-2.82,0.33-3.25,1.69c-0.43,1.36,0.33,2.82,1.69,3.25c1.36,0.43,2.82-0.33,3.25-1.69 c0.08-0.25,0.12-0.51,0.12-0.78V1.11h3.06c0,0.26,0.02,0.52,0.07,0.77l0,0c0.21,1.15,0.89,2.15,1.87,2.78 c0.69,0.46,1.5,0.7,2.33,0.7V8.4z'/></svg>");
  --icon-social-x: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M14.62,2.78h2.45L11.72,8.9l6.3,8.33h-4.93l-3.86-5.05l-4.42,5.05H2.35l5.73-6.55l-6.04-7.9H7.1l3.49,4.61L14.62,2.78z M13.76,15.76h1.36L6.36,4.17H4.9L13.76,15.76L13.76,15.76z'/></svg>");
  --icon-social-youtube: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M19.09,5.42c-0.22-0.82-0.86-1.47-1.68-1.69C15.93,3.33,10,3.33,10,3.33s-5.93,0-7.41,0.4C1.77,3.95,1.13,4.6,0.91,5.42 c-0.4,1.49-0.4,4.59-0.4,4.59s0,3.1,0.4,4.59c0.22,0.82,0.86,1.44,1.68,1.66c1.48,0.4,7.41,0.4,7.41,0.4s5.93,0,7.41-0.4 c0.82-0.22,1.46-0.84,1.68-1.66c0.4-1.49,0.4-4.59,0.4-4.59S19.48,6.91,19.09,5.42L19.09,5.42L19.09,5.42z M8.06,12.83V7.19 l4.95,2.82L8.06,12.83L8.06,12.83L8.06,12.83z'/></svg>");
  --icon-social-linkedin: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M5.7,16.67H2.48V6.28H5.7V16.67z M4.09,4.86c-1.03,0-1.87-0.85-1.87-1.89c0-1.03,0.84-1.87,1.87-1.87s1.87,0.84,1.87,1.87 C5.96,4.01,5.12,4.86,4.09,4.86z M17.77,16.67h-3.22v-5.06c0-1.2-0.02-2.75-1.68-2.75s-1.93,1.31-1.93,2.66v5.14H7.72V6.28h3.09V7.7 h0.05c0.43-0.82,1.48-1.68,3.05-1.68c3.26,0,3.86,2.15,3.86,4.94L17.77,16.67L17.77,16.67z'/></svg>");
  --icon-social-web: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M13.33,10c0,0.77-0.04,1.51-0.11,2.22H6.78C6.71,11.51,6.67,10.77,6.67,10s0.04-1.51,0.11-2.22h6.43 C13.3,8.49,13.33,9.23,13.33,10z M14.33,7.78h4.27c0.18,0.71,0.28,1.45,0.28,2.22s-0.1,1.51-0.28,2.22h-4.27 c0.07-0.72,0.11-1.46,0.11-2.22S14.41,8.49,14.33,7.78L14.33,7.78z M18.24,6.67h-4.05c-0.35-2.22-1.03-4.08-1.92-5.26 C14.99,2.12,17.2,4.09,18.24,6.67L18.24,6.67z M13.07,6.67H6.93C7.15,5.4,7.47,4.28,7.87,3.38c0.36-0.82,0.77-1.41,1.16-1.79 C9.42,1.22,9.75,1.11,10,1.11c0.25,0,0.58,0.11,0.97,0.48c0.39,0.38,0.8,0.97,1.16,1.79C12.53,4.28,12.85,5.4,13.07,6.67L13.07,6.67 z M5.81,6.67H1.76C2.8,4.09,5.01,2.12,7.73,1.4C6.84,2.59,6.16,4.45,5.81,6.67L5.81,6.67z M1.39,7.78h4.27 C5.59,8.49,5.56,9.24,5.56,10s0.04,1.51,0.11,2.22H1.39C1.21,11.51,1.11,10.77,1.11,10S1.21,8.49,1.39,7.78z M7.87,16.62 c-0.4-0.9-0.73-2.02-0.94-3.28h6.13c-0.21,1.26-0.54,2.38-0.94,3.28c-0.36,0.82-0.77,1.41-1.16,1.79c-0.39,0.37-0.71,0.48-0.97,0.48 s-0.58-0.11-0.97-0.48C8.64,18.03,8.24,17.44,7.87,16.62L7.87,16.62L7.87,16.62z M5.81,13.33c0.35,2.22,1.03,4.08,1.92,5.26 c-2.72-0.72-4.93-2.69-5.97-5.26L5.81,13.33L5.81,13.33z M18.24,13.33c-1.04,2.57-3.25,4.55-5.97,5.26 c0.89-1.19,1.57-3.05,1.92-5.26L18.24,13.33L18.24,13.33L18.24,13.33z'/></svg>");

  /* custom */
  --icon-cs-comustock: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M13.9,13.6H2.1c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2h11.9c0.7,0,1.2-0.5,1.2-1.2C15.1,14.2,14.6,13.6,13.9,13.6z' /><path d='M7.2,11.5c0.5,0.5,1.2,0.5,1.7,0h0l4.8-4.8c0.5-0.5,0.5-1.2,0-1.7c-0.5-0.5-1.2-0.5-1.7,0L9.2,7.8V1.2C9.2,0.5,8.7,0,8,0 C7.3,0,6.8,0.5,6.8,1.2v6.6L4.1,5.1c-0.5-0.5-1.2-0.5-1.7,0c-0.5,0.5-0.5,1.2,0,1.7L7.2,11.5z'/></svg>");
  --icon-cs-arrow-left: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M0.3,8.8c-0.4-0.4-0.4-1.2,0-1.6L6,1.5C6.5,1,7.2,1,7.7,1.5s0.4,1.2,0,1.6L3.9,6.9h11C15.5,6.9,16,7.4,16,8 c0,0.6-0.5,1.1-1.1,1.1h-11l3.8,3.8c0.4,0.4,0.4,1.2,0,1.6C7.2,15,6.5,15,6,14.5L0.3,8.8L0.3,8.8z'/></svg>");
  --icon-cs-arrow-right: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M15.7,8.8c0.4-0.4,0.4-1.2,0-1.6L10,1.5C9.5,1,8.8,1,8.3,1.5c-0.4,0.4-0.4,1.2,0,1.6l3.8,3.8h-11C0.5,6.9,0,7.4,0,8 c0,0.6,0.5,1.1,1.1,1.1h11l-3.8,3.8c-0.4,0.4-0.4,1.2,0,1.6c0.4,0.4,1.2,0.4,1.6,0L15.7,8.8L15.7,8.8z'/></svg>");
  --icon-cs-arrow-up: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M7.2,0.3c0.4-0.4,1.2-0.4,1.6,0L14.5,6c0.4,0.4,0.4,1.2,0,1.6c-0.4,0.4-1.2,0.4-1.6,0L9.1,3.9v11C9.1,15.5,8.6,16,8,16 s-1.1-0.5-1.1-1.1v-11L3.1,7.7c-0.4,0.4-1.2,0.4-1.6,0S1,6.5,1.5,6L7.2,0.3L7.2,0.3z'/></svg>");
  --icon-cs-arrow-down: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M7.2,15.7c0.4,0.4,1.2,0.4,1.6,0l5.7-5.7c0.4-0.4,0.4-1.2,0-1.6c-0.4-0.4-1.2-0.4-1.6,0l-3.8,3.8v-11C9.1,0.5,8.6,0,8,0 S6.9,0.5,6.9,1.1v11L3.1,8.3c-0.4-0.4-1.2-0.4-1.6,0C1,8.8,1,9.5,1.5,10L7.2,15.7L7.2,15.7z'/></svg>");

  --icon-cs-asterisk: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M8,0c0.6,0,1.1,0.5,1.1,1.1V6l4-2.4c0.5-0.3,1.2-0.1,1.6,0.4s0.2,1.2-0.4,1.6L10.2,8l4.1,2.4c0.5,0.3,0.7,1,0.4,1.6 c-0.3,0.5-1,0.7-1.6,0.4l-4-2.4v4.8C9.1,15.5,8.6,16,8,16s-1.1-0.5-1.1-1.1V10l-4,2.4c-0.5,0.3-1.2,0.2-1.6-0.4 c-0.3-0.5-0.1-1.2,0.4-1.6L5.8,8L1.7,5.5C1.2,5.2,1,4.5,1.3,4s1-0.7,1.6-0.4l4,2.4V1.1C6.9,0.5,7.4,0,8,0z'/></svg>");
  --icon-cs-plus: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M9.1,1.7c0-0.6-0.5-1.1-1.1-1.1S6.9,1.1,6.9,1.7v5.1H1.7C1.1,6.9,0.6,7.4,0.6,8s0.5,1.1,1.1,1.1h5.1v5.1 c0,0.6,0.5,1.1,1.1,1.1s1.1-0.5,1.1-1.1V9.1h5.1c0.6,0,1.1-0.5,1.1-1.1s-0.5-1.1-1.1-1.1H9.1V1.7z'/></svg>");
  --icon-cs-file: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><path d='M12,14.5c0.27,0,0.5-0.23,0.5-0.5V5H10C9.45,5,9,4.55,9,4V1.5H4C3.72,1.5,3.5,1.73,3.5,2v12c0,0.27,0.22,0.5,0.5,0.5H12z M2,2c0-1.1,0.9-2,2-2h5.17c0.53,0,1.04,0.21,1.42,0.58l2.83,2.83C13.79,3.79,14,4.3,14,4.83V14c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2 V2z'/></svg>");
  --icon-cs-sign: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><path d='M5.4,5.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9v0.22C7.2,6.4,7.13,7.17,7,7.94L4.63,8.65c-1.14,0.34-1.92,1.4-1.92,2.59 v2.02c0,1.12,0.91,2.04,2.04,2.04c0.73,0,1.41-0.39,1.77-1.03l0.39-0.68c0.75-1.32,1.31-2.75,1.64-4.23l2.65-0.8l-0.35,1.05	c-0.09,0.28-0.05,0.58,0.12,0.81c0.17,0.23,0.44,0.37,0.73,0.37h3.6c0.5,0,0.9-0.4,0.9-0.9c0-0.5-0.4-0.9-0.9-0.9h-2.35l0.51-1.52	c0.11-0.32,0.03-0.67-0.21-0.91c-0.23-0.24-0.58-0.33-0.91-0.24L8.9,7.37C8.97,6.79,9,6.21,9,5.62V5.4c0-1.49-1.21-2.7-2.7-2.7 S3.6,3.91,3.6,5.4v0.9c0,0.5,0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9V5.4z M5.14,10.38l1.38-0.41c-0.29,0.95-0.69,1.87-1.18,2.73	l-0.39,0.68C4.9,13.45,4.82,13.5,4.74,13.5c-0.13,0-0.24-0.11-0.24-0.24v-2.02C4.5,10.84,4.76,10.49,5.14,10.38L5.14,10.38z	 M0.68,12.15C0.3,12.15,0,12.45,0,12.82c0,0.37,0.3,0.68,0.68,0.68h1.13C1.8,13.42,1.8,13.34,1.8,13.26v-1.11H0.68z M17.33,13.5	c0.37,0,0.67-0.3,0.67-0.68c0-0.37-0.3-0.68-0.67-0.68H8.6c-0.19,0.46-0.4,0.91-0.63,1.35H17.33z'/></svg>");
  --icon-cs-email: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><path d='M17.46,12.6H0.54C0.24,12.6,0,12.84,0,13.14c0,1.19,0.97,2.16,2.16,2.16h13.68c1.19,0,2.16-0.97,2.16-2.16 C18,12.84,17.76,12.6,17.46,12.6z'/><path d='M3.6,7.4l3.54,2.91c1.08,0.89,2.63,0.89,3.71,0L14.4,7.4v4.3h1.8V4.5c0-0.99-0.81-1.8-1.8-1.8H3.6 c-0.99,0-1.8,0.81-1.8,1.8v7.2h1.8V7.4z M3.6,4.5h10.8v1.16L10,9.27c-0.58,0.48-1.42,0.48-2,0L3.6,5.66V4.5z'/></svg>");
  --icon-cs-presentation: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><path d='M6.52,8.25h3c0.42,0,0.75-0.33,0.75-0.75V5c0-0.42-0.33-0.75-0.75-0.75h-3C6.1,4.25,5.77,4.58,5.77,5v2.5 C5.77,7.92,6.1,8.25,6.52,8.25z'/><path d='M14.25,14.5h-10c-1.52,0-2.75-1.23-2.75-2.75v-7C1.5,4.33,1.17,4,0.75,4S0,4.33,0,4.75v7C0,14.1,1.9,16,4.25,16h10 c0.42,0,0.75-0.33,0.75-0.75S14.67,14.5,14.25,14.5z'/><path d='M14.48,9.25H6.52C6.1,9.25,5.77,9.58,5.77,10s0.33,0.75,0.75,0.75h7.96c0.42,0,0.75-0.33,0.75-0.75S14.9,9.25,14.48,9.25z'/><path d='M14.48,4.25h-2.46c-0.42,0-0.75,0.33-0.75,0.75s0.33,0.75,0.75,0.75h2.46c0.42,0,0.75-0.33,0.75-0.75S14.9,4.25,14.48,4.25 z'/><path d='M14.48,6.75h-2.46c-0.42,0-0.75,0.33-0.75,0.75s0.33,0.75,0.75,0.75h2.46c0.42,0,0.75-0.33,0.75-0.75S14.9,6.75,14.48,6.75 z'/><path d='M16,2H5C3.9,2,3,2.9,3,4v7c0,1.1,0.9,2,2,2h11c1.1,0,2-0.9,2-2V4C18,2.9,17.1,2,16,2z M16.5,11c0,0.27-0.23,0.5-0.5,0.5H5 c-0.27,0-0.5-0.23-0.5-0.5V4c0-0.27,0.23-0.5,0.5-0.5h11c0.27,0,0.5,0.23,0.5,0.5V11z'/></svg>");
  --icon-cs-post: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><path d='M8.94,1.18c-4.97,0-9,3.27-9,7.31c0,1.59,0.62,3.05,1.68,4.25c-0.07,0.86-0.4,1.63-0.75,2.21	c-0.06,0.09-0.12,0.19-0.18,0.28l-0.01,0l-0.01,0.02c-0.05,0.08-0.11,0.16-0.17,0.24c-0.12,0.17-0.25,0.33-0.4,0.47	c-0.16,0.16-0.21,0.4-0.12,0.61s0.29,0.35,0.52,0.35c0.18,0,0.36-0.01,0.54-0.03c0.01,0,0.02,0,0.02,0 c0.16-0.01,0.31-0.04,0.46-0.07c0.03-0.01,0.06-0.01,0.08-0.02c0.63-0.12,1.23-0.33,1.76-0.57c0.81-0.35,1.49-0.77,1.91-1.08	c1.12,0.4,2.35,0.63,3.66,0.63c4.97,0,9-3.27,9-7.31S13.91,1.18,8.94,1.18z M13.76,12.71l-2.99-4.57 c-0.15-0.24-0.42-0.38-0.71-0.38c-0.28,0-0.55,0.14-0.71,0.38l-1.83,2.8l-0.44-0.59C6.93,10.12,6.67,10,6.4,10	c-0.27,0-0.52,0.13-0.68,0.34L3.3,13.65L3.12,13.9c0.08-0.33,0.14-0.67,0.17-1.03c0.04-0.46-0.11-0.91-0.41-1.25 c-0.82-0.93-1.25-2.01-1.25-3.14c0-2.79,2.93-5.62,7.31-5.62s7.31,2.83,7.31,5.62C16.25,10.05,15.33,11.62,13.76,12.71z'/><circle cx='5' cy='6.9' r='1.12'/></svg>");
  --icon-cs-copy: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><path d='M8.44,0h4.36c.45,0,.88.18,1.19.5l2.39,2.39c.32.32.5.75.5,1.19v7.74c0,.93-.76,1.69-1.69,1.69h-6.75c-.93,0-1.69-.76-1.69-1.69V1.69c0-.93.76-1.69,1.69-1.69ZM2.81,4.5h2.81v2.25h-2.25v9h6.75v-1.12h2.25v1.69c0,.93-.76,1.69-1.69,1.69H2.81c-.93,0-1.69-.76-1.69-1.69V6.19c0-.93.76-1.69,1.69-1.69Z'/></svg>");
  --icon-cs-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M0,3C0,1.9.9,1,2,1h12c1.1,0,2,.9,2,2v10c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V3ZM10.12,6.33c-.14-.21-.37-.33-.62-.33s-.48.12-.62.33l-2.72,3.99-.83-1.03c-.14-.18-.36-.28-.58-.28s-.44.1-.58.28l-2,2.5c-.18.23-.22.53-.09.79s.39.43.67.43h10.5c.28,0,.53-.15.66-.4s.11-.54-.04-.77l-3.75-5.5h0ZM3.5,6c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5,1.5.67,1.5,1.5,1.5Z'/></svg>");
  --icon-cs-film: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M0,3C0,1.9.9,1,2,1h12c1.1,0,2,.9,2,2v10c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V3ZM1.5,11.5v1c0,.27.23.5.5.5h1c.28,0,.5-.23.5-.5v-1c0-.27-.22-.5-.5-.5h-1c-.27,0-.5.23-.5.5ZM13,11c-.27,0-.5.23-.5.5v1c0,.27.23.5.5.5h1c.27,0,.5-.23.5-.5v-1c0-.27-.23-.5-.5-.5h-1ZM1.5,7.5v1c0,.27.23.5.5.5h1c.28,0,.5-.23.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.27,0-.5.22-.5.5ZM13,7c-.27,0-.5.22-.5.5v1c0,.27.23.5.5.5h1c.27,0,.5-.23.5-.5v-1c0-.28-.23-.5-.5-.5h-1ZM1.5,3.5v1c0,.28.23.5.5.5h1c.28,0,.5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.27,0-.5.22-.5.5ZM13,3c-.27,0-.5.22-.5.5v1c0,.28.23.5.5.5h1c.27,0,.5-.22.5-.5v-1c0-.28-.23-.5-.5-.5h-1ZM5,4v2c0,.55.45,1,1,1h4c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1h-4c-.55,0-1,.45-1,1ZM6,9c-.55,0-1,.45-1,1v2c0,.55.45,1,1,1h4c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1h-4Z'/></svg>");

  --icon-cs-templates: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M4,20c-0.5,0-1-0.2-1.4-0.6S2,18.5,2,18V6c0-0.5,0.2-1,0.6-1.4C3,4.2,3.5,4,4,4h16c0.6,0,1,0.2,1.4,0.6C21.8,5,22,5.4,22,6 v12c0,0.5-0.2,1-0.6,1.4S20.6,20,20,20H4z M4,16.5l11.6-3L13.6,6H4V16.5z M6.4,18H20V6h-4.3l2.3,9L6.4,18z'/></svg>");
  --icon-cs-audiovisuales: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M5,21c-0.5,0-1-0.2-1.4-0.6S3,19.5,3,19V5c0-0.5,0.2-1,0.6-1.4S4.5,3,5,3h14c0.6,0,1,0.2,1.4,0.6S21,4.4,21,5v14 c0,0.5-0.2,1-0.6,1.4S19.6,21,19,21H5z M5,19h14V5H5V19z M6,17h12l-3.8-5l-3,4L9,13L6,17z M5,19V5V19z M8.5,10 c0.4,0,0.8-0.1,1.1-0.4C9.9,9.3,10,8.9,10,8.5S9.9,7.7,9.6,7.4C9.3,7.1,8.9,7,8.5,7C8.1,7,7.7,7.1,7.4,7.4C7.1,7.7,7,8.1,7,8.5 s0.1,0.8,0.4,1.1S8.1,10,8.5,10z'/></svg>");
  --icon-cs-recursos: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M4.7,22c-0.9,0-1.6-0.2-2-0.5C2.2,21.1,2,20.5,2,19.8c0-1,0.4-1.6,1.2-1.8C4,17.7,5,17.5,6.1,17.5h0.5v-1.4c0-0.6,0-1,0-1.4 s-0.1-0.7-0.2-0.9c-0.1-0.2-0.2-0.4-0.3-0.5s-0.3-0.1-0.4-0.1c-0.2,0-0.3,0-0.4,0.1S5.1,13.4,5,13.5c-0.1,0.1-0.1,0.2-0.1,0.3 c0,0.1,0,0.2,0,0.3c0.1,0.2,0.2,0.4,0.3,0.5c0.1,0.2,0.2,0.4,0.2,0.6c0,0.4-0.1,0.8-0.4,1.1c-0.3,0.3-0.6,0.4-1.1,0.4 s-0.8-0.1-1.1-0.4c-0.3-0.3-0.4-0.6-0.4-1.1c0-0.4,0.1-0.8,0.3-1.1s0.5-0.5,0.8-0.7s0.7-0.3,1.2-0.4C5.2,13,5.7,13,6.2,13 c1.4,0,2.4,0.3,3,0.8s0.8,1.4,0.8,2.7v3.7c0,0.3,0,0.5,0.1,0.7c0.1,0.1,0.2,0.2,0.4,0.2c0.2,0,0.4-0.1,0.5-0.4 c0.1-0.3,0.2-0.8,0.2-1.4h0.3c-0.1,1-0.2,1.8-0.6,2.2S10,22,9.2,22c-0.7,0-1.3-0.1-1.7-0.3c-0.4-0.2-0.7-0.6-0.8-1 c-0.2,0.5-0.4,0.8-0.7,1C5.7,21.9,5.2,22,4.7,22z M14,22c-0.3,0-0.6-0.1-0.8-0.4s-0.2-0.6-0.1-0.9l2.6-6.7c0.1-0.3,0.3-0.5,0.5-0.7 c0.2-0.2,0.5-0.3,0.9-0.3s0.6,0.1,0.9,0.3s0.4,0.4,0.5,0.7l2.6,6.7c0.1,0.3,0.1,0.6-0.1,0.9C20.6,21.9,20.4,22,20,22 c-0.2,0-0.4-0.1-0.5-0.2c-0.2-0.1-0.3-0.3-0.4-0.5l-0.5-1.5h-3.2l-0.5,1.5c-0.1,0.2-0.2,0.3-0.4,0.5S14.2,22,14,22z M5.9,21.3 c0.2,0,0.4-0.2,0.6-0.5c0.2-0.3,0.2-0.8,0.2-1.2v-1.7c-0.4,0-0.8,0.1-0.9,0.4c-0.2,0.3-0.3,0.7-0.3,1.3v0.3c0,0.6,0,1,0.1,1.2 C5.6,21.2,5.7,21.3,5.9,21.3z M16.1,18.1H18l-1-2.8L16.1,18.1z M15.1,11c-0.8,0-1.4-0.3-1.9-0.8c-0.5-0.6-0.7-1.3-0.7-2.3 c0-1.7,0.6-3.2,1.7-4.3S16.7,2,18.4,2c0.7,0,1.3,0.1,1.7,0.2s0.6,0.4,0.6,0.6c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.2,0.3 c-0.1,0.1-0.2,0.2-0.3,0.2s-0.3,0.1-0.4,0c-0.2-0.1-0.5-0.1-0.8-0.2c-0.3,0-0.6-0.1-0.8-0.1c-1.2,0-2.1,0.4-2.9,1.2 c-0.7,0.8-1.1,1.9-1.1,3.2c0,0.4,0.1,0.8,0.2,1.1c0.1,0.4,0.4,0.6,0.9,0.6c0.2,0,0.4,0,0.5-0.1c0.2-0.1,0.3-0.2,0.5-0.4 c0.3-0.3,0.5-0.8,0.8-1.5S17.6,6,17.8,5c0-0.2,0.1-0.4,0.3-0.5c0.1-0.1,0.3-0.1,0.6-0.1c0.3,0,0.5,0.1,0.7,0.2s0.2,0.4,0.1,0.6 C19.3,6,19.1,6.6,19,7.1s-0.1,1-0.1,1.4c0,0.3,0,0.6,0.1,0.7s0.2,0.2,0.4,0.2s0.4-0.1,0.5-0.2c0.2-0.1,0.4-0.4,0.7-0.8 c0,0,0.2-0.1,0.4-0.2c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.4c0,0.5-0.3,0.9-0.8,1.3C20.2,10.8,19.6,11,19,11 c-0.4,0-0.8-0.1-1.1-0.4s-0.5-0.6-0.6-1c-0.2,0.4-0.6,0.8-0.9,1C16,10.9,15.6,11,15.1,11z M3,11V5.5c0-1,0.3-1.8,1-2.5s1.5-1,2.5-1 S8.3,2.3,9,3s1,1.5,1,2.5V11H8V9H5v2H3z M5,7h3V5.5c0-0.4-0.1-0.8-0.4-1.1C7.3,4.1,6.9,4,6.5,4S5.7,4.1,5.4,4.4C5.1,4.7,5,5.1,5,5.5 V7z'/></svg>");
  --icon-cs-toolkits: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M18.9,21l-5.5-5.5l2.1-2.1l5.5,5.5L18.9,21z M5.1,21L3,18.9L9.9,12l-1.7-1.7L7.5,11L6.2,9.7v2.1l-0.7,0.7l-3-3l0.7-0.7h2 L4,7.5l3.6-3.5c0.3-0.3,0.7-0.6,1.1-0.7C9,3.1,9.4,3,9.8,3s0.8,0.1,1.2,0.2c0.4,0.2,0.7,0.4,1.1,0.7L9.8,6.2L11,7.5l-0.7,0.7L12,9.9 l2.2-2.2c-0.1-0.2-0.1-0.4-0.2-0.6C14,6.9,14,6.7,14,6.5c0-1,0.3-1.8,1-2.5s1.5-1,2.5-1C17.8,3,18,3,18.2,3c0.2,0,0.5,0.1,0.7,0.2 l-2.5,2.5l1.8,1.8l2.5-2.5c0.1,0.2,0.2,0.5,0.2,0.7C21,6,21,6.2,21,6.5c0,1-0.3,1.8-1,2.5c-0.7,0.7-1.5,1-2.5,1c-0.2,0-0.4,0-0.6,0 c-0.2,0-0.4-0.1-0.6-0.2L5.1,21z'/></svg>");
  --icon-cs-stop: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M11.48,12.89L3.11,4.53c-.7.98-1.11,2.18-1.11,3.47,0,3.31,2.69,6,6,6,1.3,0,2.5-.41,3.48-1.11ZM12.89,11.48c.7-.98,1.11-2.18,1.11-3.48,0-3.31-2.69-6-6-6-1.3,0-2.5.41-3.47,1.11l8.37,8.37ZM0,8C0,3.58,3.58,0,8,0s8,3.58,8,8-3.58,8-8,8S0,12.42,0,8Z'/></svg>");
}
