@import "https://www.helpscout.com/css/evolution.css";

/* Nimbu brand color overrides */
:root {
  --color--action-default: #F16667;
  --color--action-hovered: #D65454;
}

body {
  background:
    right top / min(64vw, 400px) auto no-repeat
      url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2Fq6FWq7dci4tKmaUllY64U%2Fde219f83a5b4123db2f428fcd101d430%2FArticle_Background_Right.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=1090&s=1e3bcac3b05d13444b66a916e5bcc6a3"),
    left bottom / min(64vw, 400px) auto no-repeat
      url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2F7qERKNkxBgQJjTUsxbXWHr%2Ffed38cf03e3605d8281626fcdb69e72f%2FArticle_Background_Left.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=1090&s=101857313b821d110cb531983b73fe13"),
    var(--color--clay-100);
  padding: 0;
  min-height: 100%;
}

.container-fluid {
  width: var(--container-width);
  max-width: none;
  padding: 0;
}

.container-fluid:after,
.container-fluid:before {
  content: none;
}

/*
  BEGIN NAV
*/
:root {
  --hs-logo-width: 168px;
  --hs-logo-height: 33px;

  --main-nav-height: calc(var(--spacing--base-2) + var(--hs-logo-height) + var(--spacing--base-3));

  --main-nav-close-button-dimension: 24px;
}

.navbar .brand {
  text-indent: -9999px;
  width: var(--hs-logo-width);
  height: var(--hs-logo-height);
  background: center center / var(--hs-logo-width) var(--hs-logo-height) no-repeat;
  padding: 0;
}

.navbar .brand span {
  font-size: 12px;
}

.navbar .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  box-shadow: none;
}

.navbar .navbar-inner::before,
.navbar .navbar-inner::after {
  content: none;
}

.navbar .nav li a {
  font-size: var(--font-size--S);
  line-height: var(--line-height--relaxed);
  color: var(--color--text-light);
  margin: 0;
}

/* begin mobile */
@media (max-width: 768px) {
  :root {
    --hs-logo-width: 126px;
    --hs-logo-height: 24px;
  }

  .navbar {
    margin: 0;
  }
}

@media (max-width: 1139px) {
  .navbar .navbar-inner {
    padding: var(--spacing--base-2) 0 var(--spacing--base-3);
  }

  .navbar .brand {
    position: relative;
    z-index: 1;
  }

  .navbar .btn-navbar {
    top: calc((var(--hs-logo-height) - var(--main-nav-close-button-dimension)) / 2);
    right: 0;
    z-index: 1;
    width: var(--main-nav-close-button-dimension);
    height: var(--main-nav-close-button-dimension);
    margin: 0;
    background: var(--color--text-default);
    mask-image: url("https://www.helpscout.com/icons/menu.svg");
    mask-size: 100% 100%;
    padding: 0;
    transition: background 0.2s;
    color: transparent;
    display: block;
    box-sizing: content-box;
  }

  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus {
    background: var(--color--charcoal-600);
  }

  .navbar .btn-navbar .icon-bar {
    display: none;
  }

  .nav-collapse {
    background: rgba(var(--color--basics-white-rgb), 0);
    margin: 0 calc((100vw - var(--container-width)) / -2);
    top: calc(-33px - var(--spacing--base-2));
    z-index: 0;
    transition: all 0.35s ease;
  }

  .nav-collapse.collapse {
    height: 0 !important;
    overflow: hidden !important;
  }

  .nav-collapse.collapse.in {
    height: auto !important;
    margin-bottom: calc(-33px - var(--spacing--base-2));
  }

  .nav-collapse.in {
    background: rgba(var(--color--basics-white-rgb), 1);
    border-radius: 0 0 var(--border-radius--2XL) var(--border-radius--2XL);
    box-shadow: var(--elevation--S);
  }

  .nav-collapse nav {
    position: relative;
    padding: calc(33px + var(--spacing--base-2) + var(--spacing--M)) 0 var(--spacing--M);
  }

  .nav-collapse nav .nav {
    position: relative;
    margin: 0;
    width: 100%;
  }

  .navbar .nav li {
    display: block;
    opacity: 0;
    margin: 0;
    transition: opacity 0.35s ease;
  }

  .navbar .in .nav li {
    opacity: 1;
  }

  .navbar .nav li a {
    padding: var(--spacing--base-1-5) 0;
    margin: 0 auto;
    max-width: var(--container-width);
    width: 100%;
  }

  .navbar .nav li a:hover,
  .navbar .nav li a:focus,
  .navbar .nav li.active a,
  .navbar .nav li.active a:hover,
  .navbar .nav li.active a:focus {
    color: var(--color--text-dark);
    font-weight: var(--font-weight--normal);
    background: var(--color--charcoal-100);
    border-radius: var(--border-radius--S);
  }

  #contactMobile {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1139px) {
  #mainNav .container-fluid {
    position: relative;
    z-index: 1;
  }

  .navbar .btn-navbar {
    position: absolute;
  }

  .nav-collapse.collapse {
    position: absolute;
    top: calc(var(--border-radius--S) * -1);
    right: calc(var(--border-radius--S) * -1);
    margin: 0;
    border-radius: 4px;
    padding: var(--border-radius--S) var(--border-radius--S) var(--spacing--base-1-5);
    min-width: 175px;
  }

  .nav-collapse nav {
    padding-top: calc(var(--hs-logo-height) + var(--border-radius--S));
  }

  .navbar .nav li a {
    padding: 9px 15px;
  }

  #contactMobile {
    display: none;
  }
}

/* end mobile */

/* begin desktop */
@media (min-width: 1140px) {
  #mainNav .container-fluid {
    display: flex;
    justify-content: space-between;
    padding: var(--spacing--base-2) 0 var(--spacing--base-3);
  }

  .brand {
    float: none;
  }

  .navbar .nav {
    float: none;
    position: relative;
    display: flex;
    gap: var(--spacing--base-0-5);
  }

  .navbar .nav li {
    margin: 0;
  }

  .navbar .nav li a {
    line-height: var(--hs-logo-height);
    padding: 0 var(--spacing--base-0-75);
  }

  .navbar .nav li a:hover,
  .navbar .nav li a:focus,
  .navbar .nav li.active a,
  .navbar .nav li.active a:hover,
  .navbar .nav li.active a:focus {
    color: var(--color--text-dark);
  }

  .navbar .nav li.active a {
    font-weight: var(--font-weight--medium);
  }

  .navbar .nav .active .caret {
    display: none;
  }
}

@media (min-width: 1320px) {
  .navbar .nav {
    gap: var(--spacing--base-1-5);
  }
}

/* end desktop */

/*
  END NAV
*/

/* BEGIN footer */
footer {
  margin: 0 auto var(--spacing--L);
  max-width: var(--container-width);
}

footer p {
  margin: 0;
  text-align: center;
  color: var(--color--text-light);
  font-size: var(--font-size--S);
}

footer p a {
  color: var(--color--text-default);
}

/* END footer */

/* BEGIN DOCS Search Hero */
#docsSearch {
  margin: calc(var(--main-nav-height) * -1) 0 0;
  padding: calc(var(--main-nav-height) + var(--spacing--L)) calc((100vw - var(--container-width)) / 2)
    var(--spacing--XL);
  background-color: var(--color--clay-100);
  background:
    -37px top / 270px auto no-repeat
      url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2F5qaFRTY3SOqqGH5dbuc7OT%2F3cd5d4ab5d7365e561f4af781abbc144%2FDocs_Background_Left.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=960&s=ba6914ae8bae1b563daf8a26710bb7d1"),
    calc(100vw - 180px) top / 270px auto no-repeat
      url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2FvyBYuDfDVUW6BUcgXhofz%2F9d9365a09af567146a1dd2d1035ecef1%2FDocs_Background_Right.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=960&s=d71e2b065e2cecbe2a66283c190309eb"),
    var(--color--clay-100);
  border: none;
  width: 100%;
}

#docsSearch h1 {
  font-weight: var(--font-weight--bold);
  font-size: var(--font-size--5XL);
  margin: 0 0 var(--spacing--S);
}

#searchBar {
  display: flex;
  width: 100%;
  max-width: 616px;
  padding: 0;
}

#searchBar .search-query {
  background: var(--color--basics-white);
  border-radius: var(--border-radius--M);
  border: 1px solid var(--color--charcoal-500);
  color: var(--color--text-default);
  font-size: var(--font-size--M);
  height: var(--input--height-L);
  line-height: var(--input--height-L);
  padding: 0 var(--input--padding-x-L);
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  width: 100%;
}

#searchBar .search-query:hover,
#searchBar .search-query:active,
#searchBar .search-query:focus {
  border-color: var(--color--cobalt-500);
}

#searchBar .search-query:focus {
  box-shadow: var(--focus-input--default);
}

#searchBar .search-query[disabled] {
  cursor: not-allowed;
  color: var(--color--action-disabled);
  border-color: var(--color--action-disabled);
  cursor: not-allowed;
}

#searchBar button {
  top: 0;
  height: var(--input--height-L);
  background: var(--color--action-default);
  border-radius: 0 var(--border-radius--M) var(--border-radius--M) 0;
  font-family: var(--font-family--sans-brand);
  font-feature-settings: var(--font-family--sans-brand--font-feature-settings);
  font-size: var(--font-size--L);
  font-weight: var(--font-weight--semibold);
  line-height: var(--input--height-L);
  transition: background 0.3s;
}

#searchBar button:hover {
  background: var(--color--action-hovered);
}

#searchBar.sm {
  margin-bottom: 40px;
}

#searchBar.sm button,
#searchBar.sm button:hover {
  background: none;
}

#serp-dd {
  top: var(--input--height-L) !important;
  border-radius: var(--border-radius--S);
  background: var(--color--basics-white);
  box-shadow: var(--elevation--S);
  border: none;
}

#serp-dd .result > li,
#serp-dd .result > li:first-child,
#serp-dd .result > li:last-child {
  margin: 0;
}

#serp-dd .result > li a {
  padding: 10px;
  font-size: var(--font-size--M);
  line-height: var(--line-height--relaxed);
}

#serp-dd .result > li a:hover {
  color: var(--color--action-hovered);
  background: transparent;
}

#serp-dd .result > li.active,
#serp-dd .result > li:hover {
  background: var(--color--slate-100);
  color: inherit;
}

@media (min-width: 480px) {
  #docsSearch {
    background-position:
      -37px top,
      calc(100vw - 200px) top;
  }
}

@media (min-width: 768px) {
  #docsSearch {
    background-position:
      left top,
      right top;
    background-size:
      400px auto,
      400px auto;
  }
}

/* END DOCS Search Hero */

/* BEGIN Collection Category */
.collection-category h2 {
  font-size: var(--font-size--2XL);
  font-weight: var(--font-weight--semibold);
  margin-bottom: var(--spacing--S);
  padding: 0;
}

.collection-category h2 a {
  color: var(--color--text-headline);
}

.collection-category h2 a:hover {
  border-bottom: none;
  color: var(--color--text-headline);
}

.collection-category .category-list {
  display: flex;
  margin: 0 0 var(--spacing--L);
  gap: var(--spacing--base-1-5);
  flex-wrap: wrap;
}

.category-list .category {
  --category--icon-size: 56px;
  position: relative;
  flex: 0 0 100%;
  width: auto;
  margin: 0;
  border: none;
  background: var(--color--basics-white);
  box-shadow: var(--elevation--S);
  border-radius: var(--border-radius--XS);
  padding: calc(32px + var(--category--icon-size) + var(--spacing--base-1-5)) var(--spacing--base-1-5)
    var(--spacing--base-2-5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  transition: box-shadow 0.3s;
  justify-content: space-between;
}

.category-list .category::before {
  content: "";
  display: block;
  width: var(--category--icon-size);
  height: var(--category--icon-size);
  position: absolute;
  top: 32px;
  left: calc(50% - var(--category--icon-size) / 2);
  background: center / contain no-repeat;
}

.category-list .category::after {
  content: none;
}
/* BEGIN Category Icons */
/* Auto-generated by generate-icon-css.js - do not edit manually */

/* Getting Started */
.category-list .category#category-103::before { background-image: url("data:image/svg+xml,<svg width='179' height='200' viewBox='0 0 179 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M64.7321 146.423C64.7321 146.423 64.6821 146.403 64.6621 146.423L49.6321 158.683C49.6321 158.683 49.6021 158.733 49.6221 158.753L73.3521 198.033C75.2221 200.323 78.5821 200.663 80.8721 198.793L97.8921 184.913C100.182 183.043 100.522 179.683 98.6521 177.393L64.7321 146.423Z' fill='url(%23paint0_linear_2001_14)'/><path d='M89.1621 29.863C83.4221 22.823 72.3421 23.933 68.1221 31.983L35.3021 94.553C33.7421 97.533 31.5921 100.163 28.9821 102.283L13.0821 115.253C11.1521 116.823 10.5621 119.403 11.4021 121.603C11.4021 121.623 11.4021 121.643 11.3821 121.663L4.01214 127.673C-0.657865 131.483 -1.34786 138.353 2.45214 143.013L14.7821 158.133C18.5921 162.803 25.4621 163.493 30.1221 159.693L37.2621 153.873C37.2621 153.873 37.3121 153.863 37.3321 153.873C39.1621 155.923 42.2921 156.203 44.4321 154.453L60.6121 141.253C63.2721 139.083 66.3421 137.483 69.6421 136.553L137.632 117.383C146.422 114.903 149.792 104.233 144.022 97.153L89.1621 29.863Z' fill='url(%23paint1_linear_2001_14)'/><path d='M108.352 36.083C111.482 36.823 114.572 34.803 115.162 31.673L119.852 7.02304C120.422 4.01304 118.692 0.86304 115.702 0.15304C112.572 -0.58696 109.482 1.43304 108.892 4.56304L104.202 29.213C103.632 32.223 105.362 35.373 108.352 36.083Z' fill='url(%23paint2_linear_2001_14)'/><path d='M173.022 71.763L147.572 71.393C144.392 71.343 141.782 73.963 141.882 77.183C141.972 80.253 144.712 82.583 147.782 82.623L172.502 82.983C175.572 83.023 178.372 80.773 178.552 77.713C178.742 74.503 176.212 71.813 173.032 71.763H173.022Z' fill='url(%23paint3_linear_2001_14)'/><path d='M132.112 58.163L152.182 41.783C154.472 39.913 155.172 36.553 153.512 34.113C151.632 31.353 147.842 30.843 145.312 32.903L125.242 49.273C122.952 51.143 122.252 54.503 123.912 56.943C125.792 59.703 129.582 60.213 132.112 58.153V58.163Z' fill='url(%23paint4_linear_2001_14)'/><path d='M74.7176 154.746C78.8332 154.746 82.1691 151.433 82.1691 147.348C82.1691 143.261 78.8332 139.949 74.7176 139.949C70.6028 139.949 67.267 143.261 67.267 147.348C67.267 151.433 70.6028 154.746 74.7176 154.746Z' fill='url(%23paint5_linear_2001_14)'/><path d='M95.5437 154.746C99.6585 154.746 102.995 151.433 102.995 147.348C102.995 143.261 99.6585 139.949 95.5437 139.949C91.4281 139.949 88.0923 143.261 88.0923 147.348C88.0923 151.433 91.4281 154.746 95.5437 154.746Z' fill='url(%23paint6_linear_2001_14)'/><path d='M116.108 154.746C120.224 154.746 123.56 151.433 123.56 147.348C123.56 143.261 120.224 139.949 116.108 139.949C111.993 139.949 108.657 143.261 108.657 147.348C108.657 151.433 111.993 154.746 116.108 154.746Z' fill='url(%23paint7_linear_2001_14)'/><defs><linearGradient id='paint0_linear_2001_14' x1='65.7334' y1='159.677' x2='87.1836' y2='191.879' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2001_14' x1='47.1199' y1='59.0957' x2='98.786' y2='147.82' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2001_14' x1='109.713' y1='8.80204' x2='123.956' y2='19.8826' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint3_linear_2001_14' x1='143' y1='73.5' x2='150.151' y2='93.9576' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint4_linear_2001_14' x1='131.206' y1='40.6878' x2='145.897' y2='55.8232' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint5_linear_2001_14' x1='67.267' y1='141.105' x2='81.3792' y2='153.998' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint6_linear_2001_14' x1='88.0923' y1='141.105' x2='102.205' y2='153.998' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint7_linear_2001_14' x1='108.657' y1='141.105' x2='122.77' y2='153.998' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-104::before { background-image: url("data:image/svg+xml,<svg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M149.286 3.67612C92.187 14.4431 66.4832 69.4222 66.4832 69.4222C66.4832 69.4222 56.8836 71.3878 47.7732 73.1377C39.7114 74.6861 37.1943 81.1454 37.1943 81.1454L29.7476 107.906C29.5348 115.81 37.027 114.693 37.027 114.693L51.7992 112.168C50.7487 122.278 57.1325 127.662 57.1325 127.662L88.0632 148.626C97.5648 154.664 106.514 148.857 106.514 148.857L109.454 163.488C111.687 172.984 120.165 166.494 120.165 166.494L135.161 154.898C147.28 147.299 144.074 137.989 144.074 137.989L140.391 119.856C178.311 70.42 172.353 27.8111 172.353 27.8111C171.479 -4.23122 149.286 3.67612 149.286 3.67612ZM135.822 77.7285C122.525 80.2824 109.684 71.5714 107.131 58.2833C104.579 44.9952 113.288 32.1449 126.576 29.5927C139.865 27.0404 152.715 35.7497 155.267 49.0378C157.819 62.3259 149.11 75.1762 135.822 77.7285Z' fill='url(%23paint0_linear_2042_92)'/><path d='M77.3936 163.905C79.8943 176.925 71.0434 191.212 52.7135 194.732C48.3009 195.58 52.4473 183.519 46.0905 184.253C42.6279 184.657 45.1112 189.208 43.2677 193.015C40.6686 198.368 33.6834 199.997 32.6707 198.347C30.576 194.913 28.4874 180.145 28.8244 173.521C29.6495 157.392 36.2649 147.362 49.2845 144.862C62.3042 142.361 74.8845 150.887 77.3852 163.907L77.3936 163.905Z' fill='url(%23paint1_linear_2042_92)'/><path d='M114.237 143.075L121.55 133.605C126.276 127.484 128.64 124.423 130.844 125.07C133.05 125.717 133.05 129.471 133.05 136.979V137.687C133.05 140.394 133.05 141.748 133.953 142.597L134.002 142.641C134.925 143.473 136.397 143.473 139.342 143.473C144.641 143.473 147.29 143.473 148.185 145.011C148.2 145.036 148.215 145.062 148.229 145.088C149.074 146.65 147.539 148.637 144.472 152.609L137.159 162.079C132.433 168.201 130.069 171.261 127.864 170.614C125.659 169.967 125.659 166.214 125.659 158.705V157.999C125.659 155.29 125.659 153.937 124.755 153.087L124.707 153.043C123.784 152.212 122.312 152.212 119.367 152.212C114.069 152.212 111.419 152.212 110.523 150.673C110.509 150.648 110.495 150.623 110.48 150.596C109.635 149.035 111.169 147.049 114.237 143.075Z' fill='url(%23paint2_linear_2042_92)'/><defs><linearGradient id='paint0_linear_2042_92' x1='186' y1='171' x2='85' y2='16' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2042_92' x1='38.0776' y1='146.69' x2='68.8845' y2='184.426' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2042_92' x1='110.25' y1='128.557' x2='152.403' y2='160.516' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-105::before { background-image: url("data:image/svg+xml,<svg width='182' height='200' viewBox='0 0 182 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M82.5 0C36.9352 0 0 36.9352 0 82.5C0 128.065 36.9352 165 82.5 165C128.065 165 165 128.065 165 82.5C165 36.9352 128.065 0 82.5 0ZM129.913 114.337C129.913 119.072 126.077 122.917 121.333 122.917H43.6672C38.9318 122.917 35.0872 119.08 35.0872 114.337V50.061C35.0872 45.6637 38.6512 42.0915 43.0567 42.0915H70.884C74.5305 42.0915 77.6985 44.5747 78.5812 48.1058L81.8235 61.1242C82.2195 62.7165 83.6467 63.8302 85.2885 63.8302H121.333C126.068 63.8302 129.913 67.6665 129.913 72.4102V114.337Z' fill='url(%23paint0_linear_2005_24)'/><path d='M102.407 75.9743H62.7497C60.9264 75.9743 59.4497 77.451 59.4497 79.2743C59.4497 81.0975 60.9264 82.5743 62.7497 82.5743H102.407C104.231 82.5743 105.707 81.0975 105.707 79.2743C105.707 77.451 104.231 75.9743 102.407 75.9743Z' fill='url(%23paint1_linear_2005_24)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M147.832 161.937C154.026 153.838 153.419 142.207 146.013 134.8C137.946 126.733 124.867 126.733 116.8 134.8C108.733 142.867 108.733 155.946 116.8 164.013C124.207 171.419 135.838 172.026 143.937 165.832L150.18 172.075C150.747 172.642 151.666 172.642 152.233 172.075L154.075 170.233C154.642 169.666 154.642 168.747 154.075 168.18L147.832 161.937Z' fill='url(%23paint2_linear_2005_24)'/><defs><linearGradient id='paint0_linear_2005_24' x1='28.4625' y1='23.5125' x2='133.237' y2='141.9' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2005_24' x1='79.6127' y1='73.425' x2='84.1502' y2='87.45' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2005_24' x1='114.786' y1='137.556' x2='155.778' y2='148.433' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }

/* Building & Publishing */
.category-list .category#category-106::before { background-image: url("data:image/svg+xml,<svg width='192' height='200' viewBox='0 0 192 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M131.173 144.221H45.6861C40.8042 144.221 36.842 148.175 36.842 153.065C36.842 157.956 40.8042 161.909 45.6861 161.909H131.173C136.054 161.909 140.017 157.956 140.017 153.065C140.017 148.175 136.054 144.221 131.173 144.221Z' fill='url(%23paint0_linear_2010_48)'/><path d='M174.34 36.3556L174.155 35.2678C171.616 20.286 158.58 8.08124 141.706 4.91507C106.825 -1.63836 69.9453 -1.63836 35.0732 4.91507C18.19 8.09008 5.14502 20.2772 2.60678 35.2678C-0.868927 55.8567 -0.868927 76.7198 2.60678 97.3087C5.14502 112.299 18.19 124.495 35.0644 127.661C49.6482 130.403 64.5947 131.924 79.5853 132.375H97.2734C112.237 131.924 127.149 130.403 141.706 127.661C158.58 124.495 171.625 112.291 174.163 97.2999L174.34 96.2297C177.701 76.3572 177.701 56.2193 174.34 36.3645V36.3556ZM101.103 109.531H70.7413C65.8594 109.531 61.8972 105.578 61.8972 100.687C61.8972 95.7964 65.8594 91.8431 70.7413 91.8431H101.103C105.985 91.8431 109.947 95.7964 109.947 100.687C109.947 105.578 105.985 109.531 101.103 109.531Z' fill='url(%23paint1_linear_2010_48)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M121.756 133.846C121.189 131.387 123.393 129.184 125.852 129.751L160.364 137.716C163.209 138.372 163.972 142.063 161.62 143.793L152.757 150.311L161.962 159.516C164.66 162.214 164.66 166.59 161.962 169.288C159.263 171.987 154.887 171.987 152.189 169.288L142.883 159.982L135.799 169.614C134.069 171.965 130.377 171.203 129.721 168.358L121.756 133.846Z' fill='url(%23paint2_linear_2010_48)'/><defs><linearGradient id='paint0_linear_2010_48' x1='77.2693' y1='129.779' x2='96.4724' y2='169.59' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2010_48' x1='29.964' y1='-16.2548' x2='133.428' y2='132.375' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2010_48' x1='121.666' y1='129.914' x2='163.985' y2='171.059' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-107::before { background-image: url("data:image/svg+xml,<svg width='155' height='200' viewBox='0 0 155 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M101.424 0H21.5678C9.65476 0 0 9.676 0 21.6152V142.385C0 154.324 9.65476 164 21.5678 164H101.432C113.345 164 123 154.324 123 142.385V21.6152C123 9.676 113.345 0 101.432 0H101.424ZM66.6669 91.4136H30.8216C28.3343 91.4136 26.3215 89.3964 26.3215 86.9036C26.3215 84.4108 28.3343 82.3936 30.8216 82.3936H66.6669C69.1543 82.3936 71.167 84.4108 71.167 86.9036C71.167 89.3964 69.1543 91.4136 66.6669 91.4136ZM92.1948 73.1932H30.8134C28.3261 73.1932 26.3133 71.176 26.3133 68.6832C26.3133 66.1904 28.3261 64.1732 30.8134 64.1732H92.1948C94.6821 64.1732 96.6949 66.1904 96.6949 68.6832C96.6949 71.176 94.6821 73.1932 92.1948 73.1932ZM92.1948 54.9728H30.8134C28.3261 54.9728 26.3133 52.9556 26.3133 50.4628C26.3133 47.97 28.3261 45.9528 30.8134 45.9528H92.1948C94.6821 45.9528 96.6949 47.97 96.6949 50.4628C96.6949 52.9556 94.6821 54.9728 92.1948 54.9728ZM92.1948 36.7524H30.8134C28.3261 36.7524 26.3133 34.7352 26.3133 32.2424C26.3133 29.7496 28.3261 27.7324 30.8134 27.7324H92.1948C94.6821 27.7324 96.6949 29.7496 96.6949 32.2424C96.6949 34.7352 94.6821 36.7524 92.1948 36.7524Z' fill='url(%23paint0_linear_2011_55)'/><path d='M105.412 164.527L122.455 147.483C120.136 146.518 117.388 144.932 114.79 142.334C112.191 139.735 110.605 136.987 109.64 134.668L92.5963 151.711C91.2663 153.041 90.6012 153.706 90.0293 154.439C89.3547 155.304 88.7763 156.24 88.3043 157.23C87.9043 158.07 87.6069 158.962 87.0121 160.746L83.8755 170.156C83.5827 171.034 83.8113 172.003 84.4658 172.657C85.1204 173.311 86.0885 173.54 86.9666 173.247L96.3764 170.111C98.1608 169.516 99.053 169.219 99.8925 168.819C100.883 168.347 101.819 167.768 102.684 167.094C103.417 166.522 104.082 165.857 105.412 164.527Z' fill='url(%23paint1_linear_2011_55)'/><path opacity='0.68' d='M127.393 142.694C130.869 139.218 130.869 133.583 127.393 130.107C123.917 126.631 118.281 126.631 114.805 130.107L112.798 132.115C112.825 132.198 112.854 132.282 112.883 132.367C113.619 134.488 115.008 137.269 117.62 139.881C120.232 142.493 123.012 143.881 125.134 144.617C125.219 144.647 125.302 144.675 125.385 144.702L127.393 142.694Z' fill='%23FDFDFD'/><defs><linearGradient id='paint0_linear_2011_55' x1='141.06' y1='197.679' x2='13.6667' y2='-11.7143' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2011_55' x1='82.9436' y1='130.031' x2='122.254' y2='173.977' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-108::before { background-image: url("data:image/svg+xml,<svg width='195' height='200' viewBox='0 0 195 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M82.5 0C36.9352 0 0 36.9352 0 82.5C0 128.065 36.9352 165 82.5 165C128.065 165 165 128.065 165 82.5C165 36.9352 128.065 0 82.5 0ZM116.02 112.769C101.97 126.819 80.6107 129.236 63.6652 120.12L51.5625 132.223C46.6867 137.098 38.7832 137.098 33.9075 132.223C29.0317 127.347 29.0317 119.443 33.9075 114.568L45.7215 102.754C35.7555 85.6185 37.917 63.5085 52.338 49.0875C69.5805 31.845 97.812 32.1255 115.393 49.7145C132.982 67.3035 133.262 95.535 116.02 112.777V112.769Z' fill='url(%23paint0_linear_2042_98)'/><path d='M65.2905 61.4625C54.7387 72.0143 54.7387 89.1248 65.2905 99.6765C75.8422 110.228 92.9527 110.228 103.513 99.6765C114.064 89.1248 114.064 72.0143 103.513 61.4625C92.961 50.9108 75.8505 50.9108 65.2905 61.4625Z' fill='url(%23paint1_linear_2042_98)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M158.375 132.274C161.546 129.104 166.687 129.104 169.858 132.274C173.028 135.445 173.028 140.585 169.858 143.756L146.895 166.717C145.372 168.24 143.307 169.095 141.154 169.095C139.001 169.095 136.936 168.24 135.414 166.717L122.292 153.597C119.122 150.427 119.122 145.285 122.292 142.115C125.463 138.945 130.603 138.945 133.774 142.115L141.154 149.495L158.375 132.274ZM140.91 165.891C140.991 165.895 141.072 165.897 141.154 165.897V165.896C141.072 165.896 140.991 165.895 140.91 165.891ZM139.075 165.433C139.116 165.452 139.156 165.472 139.198 165.49C139.156 165.472 139.116 165.452 139.075 165.433ZM138.837 165.317C138.851 165.324 138.865 165.33 138.878 165.337C138.823 165.307 138.767 165.278 138.712 165.247C138.754 165.27 138.795 165.295 138.837 165.317ZM138.627 165.199C138.641 165.207 138.656 165.214 138.669 165.222C138.586 165.174 138.504 165.123 138.424 165.07L138.627 165.199ZM124.553 151.335L137.674 164.456C137.732 164.513 137.791 164.569 137.851 164.624C137.791 164.569 137.733 164.513 137.675 164.456L124.554 151.335C124.494 151.275 124.436 151.213 124.379 151.151L124.553 151.335ZM124.553 144.377C124.493 144.437 124.436 144.498 124.379 144.56C124.436 144.498 124.494 144.437 124.554 144.377C124.611 144.32 124.669 144.264 124.728 144.211C124.669 144.264 124.61 144.32 124.553 144.377ZM126.405 143.212C126.384 143.219 126.364 143.227 126.343 143.234C126.439 143.199 126.535 143.167 126.632 143.138L126.405 143.212Z' fill='url(%23paint2_linear_2042_98)'/><defs><linearGradient id='paint0_linear_2042_98' x1='144.185' y1='165' x2='29.2875' y2='7.425' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2042_98' x1='63.1785' y1='53.5487' x2='113.85' y2='116.325' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2042_98' x1='116.716' y1='135.76' x2='180.682' y2='159.214' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-109::before { background-image: url("data:image/svg+xml,<svg width='169' height='200' viewBox='0 0 169 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M21.6884 135.725H129V12.9774C129 5.805 123.212 0 116.079 0H104.058V48.6502C104.058 53.1652 102.774 60.3118 96.8998 51.256L87.995 36.1716L79.7495 49.6908C74.7063 56.674 71.9235 58.7552 71.9235 48.5814V0H23.1183C10.3519 0 0 10.3974 0 23.22V148.78C0 161.603 10.3519 172 23.1183 172H116.679C122.544 172 127.433 167.889 128.692 162.385H21.6884C14.359 162.385 8.41677 156.417 8.41677 149.055C8.41677 141.694 14.359 135.725 21.6884 135.725Z' fill='url(%23paint0_linear_2016_67)'/><path d='M121.801 174.791L128.562 163.093C128.918 162.607 129.41 162.244 129.977 162.043L142.999 159.249C144.877 158.593 145.603 156.276 144.438 154.631L135.549 144.609C135.209 144.13 135.02 143.567 134.989 142.98L135.807 129.877C135.723 127.955 133.915 126.603 132.09 127.105L120.257 132.757C119.765 132.896 119.242 132.896 118.743 132.765L106.569 127.214C104.76 126.726 102.974 128.062 102.875 129.962L103.442 143.173C103.413 143.722 103.239 144.254 102.928 144.71L94.5168 154.701C93.4196 156.338 94.1463 158.585 95.9712 159.241L109.045 162.051C109.575 162.244 110.044 162.584 110.393 163.039L117.107 174.845C118.304 176.405 120.636 176.382 121.801 174.791Z' fill='url(%23paint1_linear_2016_67)'/><defs><linearGradient id='paint0_linear_2016_67' x1='-8.12222' y1='-11.4667' x2='175.344' y2='193.978' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2016_67' x1='94.0003' y1='130.828' x2='140.848' y2='175.058' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-110::before { background-image: url("data:image/svg+xml,<svg width='196' height='200' viewBox='0 0 196 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M83 0C37.1591 0 0 37.1591 0 83C0 128.841 37.1591 166 83 166C128.841 166 166 128.841 166 83C166 37.1591 128.841 0 83 0ZM122.798 102.364C122.798 107.012 118.059 111.22 114.465 113.436C102.057 121.08 87.1915 124.616 72.708 121.844C65.1301 120.392 43.3011 112.581 43.3011 103.111V95.0848L79.6219 110.174C79.7796 110.241 79.9456 110.29 80.1033 110.348C81.2072 110.714 82.3858 110.797 83.5229 110.581C83.9462 110.498 84.3612 110.382 84.7679 110.216C92.0055 107.344 112.614 99.1518 122.79 95.0848V102.364H122.798ZM135.132 76.6339C119.263 82.8672 103.792 91.1921 87.9634 97.3922C85.4983 98.355 83.7802 99.3344 80.9831 98.6455L40.9107 81.0163V86.2121C40.9107 88.4116 39.1262 90.2044 36.9184 90.2044C34.7106 90.2044 32.9261 88.4199 32.9261 86.2121V77.5054L31.208 76.7501C26.394 74.7166 25.7632 68.6659 30.3448 65.902L81.3649 43.2098H84.3529L135.738 65.902C140.021 68.9232 139.656 74.0277 135.124 76.6339H135.132Z' fill='url(%23paint0_linear_2017_72)'/><path d='M166.366 146.753C169.878 148.796 169.878 154.204 166.366 156.247L140.433 171.339C137.079 173.291 133 170.686 133 166.592V136.408C133 132.314 137.079 129.709 140.433 131.661L166.366 146.753Z' fill='url(%23paint1_linear_2017_72)'/><defs><linearGradient id='paint0_linear_2017_72' x1='2.39884' y1='-23.5087' x2='214.936' y2='217.335' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2017_72' x1='133' y1='126.03' x2='174.027' y2='191.3' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-111::before { background-image: url("data:image/svg+xml,<svg width='155' height='200' viewBox='0 0 155 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M117.037 36.4072C116.719 33.2181 115.006 29.9228 112.1 28.3991C108.522 26.5094 102.722 27.3952 98.0332 27.4542C96.5568 27.4661 95.3521 28.6117 95.2339 30.0882C94.915 34.3402 96.6867 41.4033 87.7692 41.1198C87.6393 41.1198 87.5094 41.1435 87.3795 41.1435L30.2486 41.1907C30.1423 41.1907 30.0478 41.1671 29.9415 41.1789C22.1106 41.5569 22.1106 34.6119 21.8153 30.0055C21.7208 28.5527 20.5043 27.407 19.0515 27.3952C15.6617 27.3716 12.1656 27.0645 8.90566 27.3125C3.5788 27.7259 0.425204 31.5764 0 36.7615C0 36.856 0 36.9387 0 37.0331V162.882C0.0118112 163.012 0.0236213 163.142 0.0472437 163.283C0.625994 167.63 3.59061 170.736 7.72454 171.906C7.96077 171.976 8.22062 172 8.46865 172H108.604C108.852 172 109.112 171.965 109.36 171.906C113.659 170.689 116.612 167.476 117.061 162.929C117.061 162.823 117.073 162.716 117.073 162.622V36.7142C117.073 36.6079 117.073 36.5135 117.061 36.4072H117.037Z' fill='url(%23paint0_linear_2019_86)'/><path d='M33.7446 34.9425H83.2928C86.281 34.9425 88.7023 32.5212 88.7023 29.533V25.4227C88.7023 22.4344 86.281 20.0131 83.2928 20.0131H76.4422C73.7611 20.0131 72.2492 17.6154 72.013 15.2178C71.5642 10.6823 72.2374 8.24914 68.6823 4.51679C61.3475 -3.18412 48.6858 -0.72739 45.3551 9.52475C43.9613 13.8004 45.3433 19.4934 39.1542 20.3675C37.5951 20.5919 35.8116 20.521 34.0045 20.4265C30.9099 20.2612 28.3233 22.7297 28.3233 25.8242V29.5212C28.3233 32.5094 30.7446 34.9307 33.7328 34.9307L33.7446 34.9425ZM57.7451 6.61919C66.568 5.67429 67.135 19.8714 57.3198 18.5722C50.6819 17.6981 51.0481 7.33968 57.7451 6.61919Z' fill='url(%23paint1_linear_2019_86)'/><path d='M103.103 122.554C88.1778 123.577 80.0218 140.711 88.6734 152.983C96.3777 163.912 112.671 163.874 120.331 152.907C129.635 139.588 119.258 121.444 103.103 122.548V122.554ZM113.292 139.732C113.192 140.378 110.017 142.907 109.534 143.71C109.358 144.939 110.663 148.352 110.111 149.312C109.917 149.651 109.383 149.827 109.02 149.701L104.521 147.317L99.8472 149.733C98.8622 149.752 98.6677 149.225 98.7116 148.346C98.7618 147.349 99.6276 144.387 99.4205 143.71C98.9124 142.863 95.7943 140.441 95.6625 139.726C95.6123 139.469 95.7754 139.03 95.9574 138.841C96.5095 138.264 100.38 138.245 101.34 137.844C101.987 137.172 103.436 133.163 104.076 132.975C104.289 132.912 104.672 132.912 104.885 132.975C105.525 133.163 106.974 137.172 107.62 137.844L112.702 138.653C113.06 138.735 113.342 139.418 113.292 139.732Z' fill='url(%23paint2_linear_2019_86)'/><path d='M95.6876 162.293C94.7528 161.891 93.8808 161.327 92.946 160.919V176.56C92.946 177.124 93.9686 177.771 94.5081 177.382L103.75 171.29C104.421 170.938 104.534 170.938 105.205 171.29L114.534 177.419C115.068 177.727 116.015 177.087 116.015 176.553V160.913C115.08 161.32 114.208 161.879 113.273 162.287C107.652 164.721 101.303 164.708 95.6876 162.287V162.293Z' fill='url(%23paint3_linear_2019_86)'/><defs><linearGradient id='paint0_linear_2019_86' x1='133.94' y1='193.609' x2='-6.17828' y2='13.0504' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2019_86' x1='23.4145' y1='-9.67124' x2='94.6763' y2='36.6489' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2019_86' x1='81.8388' y1='122.5' x2='129.689' y2='161' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint3_linear_2019_86' x1='88.4389' y1='157.15' x2='122.539' y2='180.25' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-112::before { background-image: url("data:image/svg+xml,<svg width='199' height='200' viewBox='0 0 199 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M147.699 43.6377H25.3142C11.3326 43.6377 0 54.9703 0 68.9519V109.437C0 123.418 11.3326 134.751 25.3142 134.751H29.7077V108.028H26.8649C23.9833 108.028 21.6444 105.689 21.6444 102.808C21.6444 99.926 23.9833 97.5871 26.8649 97.5871H145.799C148.681 97.5871 151.02 99.926 151.02 102.808C151.02 105.689 148.681 108.028 145.799 108.028H142.956V134.751H147.686C161.667 134.751 173 123.418 173 109.437V68.9519C173 54.9703 161.667 43.6377 147.686 43.6377H147.699ZM43.2888 75.6584H26.8649C23.9833 75.6584 21.6444 73.3195 21.6444 70.4379C21.6444 67.5563 23.9833 65.2174 26.8649 65.2174H43.2888C46.1704 65.2174 48.5093 67.5563 48.5093 70.4379C48.5093 73.3195 46.1704 75.6584 43.2888 75.6584Z' fill='url(%23paint0_linear_2019_87)'/><path d='M40.0324 161.965C40.0324 168.064 44.9815 173.013 51.0807 173.013H121.454C127.553 173.013 132.502 168.064 132.502 161.965V108.041H40.0324V161.965ZM72.8672 119.167H99.6675C102.549 119.167 104.888 121.506 104.888 124.387C104.888 127.269 102.549 129.608 99.6675 129.608H72.8672C69.9856 129.608 67.6467 127.269 67.6467 124.387C67.6467 121.506 69.9856 119.167 72.8672 119.167ZM72.8672 140.76H99.6675C102.549 140.76 104.888 143.098 104.888 145.98C104.888 148.862 102.549 151.201 99.6675 151.201H72.8672C69.9856 151.201 67.6467 148.862 67.6467 145.98C67.6467 143.098 69.9856 140.76 72.8672 140.76Z' fill='url(%23paint1_linear_2019_87)'/><path d='M142.956 25.844C142.956 11.5652 131.391 0 117.112 0H55.6551C41.3763 0 29.8111 11.5652 29.8111 25.844V33.313H142.956V25.844Z' fill='url(%23paint2_linear_2019_87)'/><path d='M137.669 128.001C134.545 128.001 132 130.521 132 133.628V167.373C132 170.474 134.539 173.001 137.669 173.001H160.331C163.455 173.001 166 170.48 166 167.373V142.986C166 141.494 165.408 140.062 164.343 139.004L154.903 129.646C153.843 128.594 152.407 128.001 150.904 128.001H137.669ZM160.824 143.469H152.549C151.372 143.469 150.423 142.528 150.423 141.359V133.145L160.824 143.469Z' fill='url(%23paint3_linear_2019_87)'/><defs><linearGradient id='paint0_linear_2019_87' x1='-2.31282' y1='30.0673' x2='183.639' y2='152.648' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2019_87' x1='30.0668' y1='93.439' x2='129.981' y2='188.265' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2019_87' x1='35.1551' y1='-15.7268' x2='123.968' y2='45.332' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint3_linear_2019_87' x1='133.5' y1='119.001' x2='164' y2='180.501' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }

/* Training & Assessment */
.category-list .category#category-113::before { background-image: url("data:image/svg+xml,<svg width='197' height='200' viewBox='0 0 197 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M83.5 0C37.3829 0 0 37.3829 0 83.5C0 129.617 37.3829 167 83.5 167C129.617 167 167 129.617 167 83.5C167 37.3829 129.617 0 83.5 0ZM36.1555 50.8264C36.1555 49.0061 37.6251 47.5365 39.4454 47.5365H127.162C128.982 47.5365 130.452 49.0061 130.452 50.8264V106.68C130.452 108.5 128.982 109.969 127.162 109.969H39.4454C37.6251 109.969 36.1555 108.5 36.1555 106.68V50.8264ZM141.04 114.762C141.04 117.359 138.936 119.463 136.339 119.463H30.6612C28.0644 119.463 25.9601 117.359 25.9601 114.762V114.161C25.9601 113.276 26.6782 112.566 27.555 112.566H72.7034V114.662H94.4886V112.566H139.445C140.33 112.566 141.04 113.284 141.04 114.161V114.762Z' fill='url(%23paint0_linear_2022_103)'/><path d='M120.213 55C121.688 55.0002 122.885 56.1964 122.885 57.6719V100.976C122.885 102.451 121.688 103.647 120.213 103.647H45.6719C44.1964 103.647 43.0003 102.451 43 100.976V57.6719C43.0001 56.1963 44.1963 55.0001 45.6719 55H120.213ZM79.5098 69.3223C77.9262 68.3705 76.0003 69.6411 76 71.6377V86.3623C76.0003 88.3589 77.9262 89.6295 79.5098 88.6777L91.7568 81.3154C93.4144 80.3185 93.4144 77.6815 91.7568 76.6846L79.5098 69.3223Z' fill='url(%23paint1_linear_2022_103)'/><path d='M160.689 163.458C158.477 159.614 154.323 157.031 149.578 157.031H143.172C138.427 157.031 134.273 159.614 132.061 163.458C135.584 167.381 140.689 169.844 146.375 169.844C152.061 169.844 157.166 167.371 160.689 163.458ZM120.75 150.625C120.75 136.471 132.221 125 146.375 125C160.529 125 172 136.471 172 150.625C172 164.779 160.529 176.25 146.375 176.25C132.221 176.25 120.75 164.779 120.75 150.625ZM146.375 152.227C150.359 152.227 153.582 149.003 153.582 145.02C153.582 141.036 150.359 137.813 146.375 137.813C142.391 137.813 139.168 141.036 139.168 145.02C139.168 149.003 142.391 152.227 146.375 152.227Z' fill='url(%23paint2_linear_2022_103)'/><defs><linearGradient id='paint0_linear_2022_103' x1='1.77161' y1='-5.17928' x2='180.228' y2='187.679' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2022_103' x1='45' y1='44' x2='123' y2='115' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2022_103' x1='118.25' y1='121.875' x2='175.125' y2='183.125' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-114::before { background-image: url("data:image/svg+xml,<svg width='170' height='200' viewBox='0 0 170 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M125.7 0H23.6891C18.1372 0 13.6438 4.50305 13.6438 10.0453V10.382H76.0706C83.6719 10.5745 83.5083 11.1133 86.4911 13.1627L124.007 44.9727C128.202 48.8984 127.788 50.7362 127.875 55.9705V148.119C132.368 147.119 135.736 143.116 135.736 138.315V10.0453C135.736 4.49342 131.233 0 125.691 0H125.7Z' fill='url(%23paint0_linear_2066_37)'/><path d='M87.5977 56.24C81.151 56.24 75.8975 50.9479 75.8975 44.4531V16.1648C74.6947 16.2514 10.0453 16.1648 10.0453 16.1648C4.49343 16.1648 0 20.6678 0 26.21V154.479C0 160.031 4.50305 164.525 10.0453 164.525H112.057C117.608 164.525 122.102 160.022 122.102 154.479C122.102 154.479 122.044 59.444 122.102 56.0187L87.5881 56.24H87.5977ZM79.5827 113.134C74.3676 118.359 67.1127 121.601 59.1361 121.601C51.1692 121.601 43.9143 118.359 38.6896 113.134C33.4649 107.919 30.2224 100.664 30.2224 92.6877C30.2224 84.7208 33.4649 77.4658 38.6896 72.2412C43.9047 67.0165 51.1596 63.7739 59.1361 63.7739C67.1031 63.7739 74.358 67.0165 79.5827 72.2412C84.8073 77.4562 88.0499 84.7111 88.0499 92.6877C88.0499 100.655 84.8073 107.91 79.5827 113.134Z' fill='url(%23paint1_linear_2066_37)'/><path d='M120.274 49.3795L82.7578 17.5696V44.4435C82.7578 47.1665 84.9227 49.3795 87.5976 49.3795H120.274Z' fill='url(%23paint2_linear_2066_37)'/><path d='M61.609 102.059C60.7815 102.916 59.6365 103.397 58.453 103.387C57.2695 103.378 56.1245 102.877 55.3163 102.011L46.416 92.4471C44.7899 90.696 44.8861 87.9537 46.6373 86.3276C48.3885 84.7015 51.1307 84.7977 52.7568 86.5489L58.53 92.755L72.857 77.8219C69.2391 74.4831 64.4474 72.4336 59.1265 72.4336C53.517 72.4336 48.4847 74.6948 44.8092 78.3607C41.1336 82.0363 38.8821 87.0781 38.8821 92.6781C38.8821 98.2876 41.1432 103.32 44.8092 106.995C48.4847 110.671 53.5266 112.923 59.1265 112.923C64.7361 112.923 69.7683 110.661 73.4439 106.995C77.1195 103.32 79.371 98.278 79.371 92.6781C79.371 89.9839 78.8322 87.4245 77.8796 85.0768L61.5897 102.05L61.609 102.059Z' fill='url(%23paint3_linear_2066_37)'/><path d='M119.334 122.109C104.165 122.109 91.8719 134.401 91.8719 149.57C91.8719 164.739 104.165 177.032 119.334 177.032C134.503 177.032 146.795 164.739 146.795 149.57C146.795 134.401 134.503 122.109 119.334 122.109ZM132.88 156.091C134.775 157.986 134.775 161.066 132.88 162.961C130.985 164.856 127.904 164.856 126.01 162.961L119.567 156.518L113.124 162.961C111.229 164.856 108.149 164.856 106.254 162.961C104.359 161.066 104.359 157.986 106.254 156.091L112.697 149.648L106.254 143.205C104.359 141.31 104.359 138.23 106.254 136.335C108.149 134.44 111.229 134.44 113.124 136.335L119.567 142.778L126.01 136.335C127.904 134.44 130.985 134.44 132.88 136.335C134.775 138.23 134.775 141.31 132.88 143.205L126.437 149.648L132.88 156.091Z' fill='url(%23paint4_linear_2066_37)'/><defs><linearGradient id='paint0_linear_2066_37' x1='162.491' y1='148.184' x2='9.19755' y2='11.2415' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2066_37' x1='124.168' y1='194.172' x2='-1.53294' y2='-1.02195' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2066_37' x1='120.591' y1='62.3393' x2='81.2454' y2='11.2415' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint3_linear_2066_37' x1='74.0918' y1='125.701' x2='35.2575' y2='58.2515' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint4_linear_2066_37' x1='97.2313' y1='122.109' x2='149.292' y2='186.519' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-87::before { background-image: url("data:image/svg+xml,<svg width='175' height='200' viewBox='0 0 175 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M132.895 26.51L75.8651 1.32C70.6151 -0.44 64.7751 -0.44 59.5351 1.32L2.29509 26.68C-0.644906 28.34 -0.794906 32.18 2.04509 34.04L34.7051 48.64C35.7251 55.53 34.3151 62.77 35.5551 69.69C40.7251 98.68 80.7251 105.65 95.9251 79.95C101.975 69.71 100.005 60.2 100.565 48.86L121.125 39.64V77.1C121.125 78.04 122.885 80.08 123.765 80.61C127.715 83.03 132.215 80.93 133.255 76.54L133.405 34.81C133.405 33.42 134.945 33.05 135.265 31.68C135.805 29.35 134.925 27.67 132.925 26.5L132.895 26.51Z' fill='url(%23paint0_linear_2023_113)'/><path d='M99.2951 106.98C95.9651 105.8 92.7651 104.36 89.3351 105.66C84.2351 107.59 77.2351 118.26 72.2851 121.65C69.4051 123.62 65.7251 123.52 62.8951 121.48C58.1151 118.03 50.5451 106.97 45.4951 105.45C44.4551 105.14 43.7551 104.94 42.6351 105.04C34.1951 105.8 18.0451 115.66 12.1651 121.86C0.545085 134.11 -4.51491 157.02 16.7651 161.45L118.965 161.43C129.685 159.63 134.665 150.61 132.895 140.21C130.125 123.94 113.915 112.15 99.2751 106.98H99.2951Z' fill='url(%23paint1_linear_2023_113)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M124.381 126.625C127.971 126.625 130.881 129.535 130.881 133.125V144.118H141.875C145.465 144.118 148.375 147.029 148.375 150.618C148.375 154.208 145.465 157.118 141.875 157.118H130.881V168.125C130.881 171.715 127.971 174.625 124.381 174.625C120.791 174.625 117.881 171.715 117.881 168.125V157.118H106.875C103.285 157.118 100.375 154.208 100.375 150.618C100.375 147.029 103.285 144.118 106.875 144.118H117.881V133.125C117.881 129.535 120.791 126.625 124.381 126.625Z' fill='url(%23paint2_linear_2023_113)'/><defs><linearGradient id='paint0_linear_2023_113' x1='-9.98104e-07' y1='3.88249' x2='86.2931' y2='151.837' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2023_113' x1='158.106' y1='179.122' x2='138.177' y2='70.8905' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2023_113' x1='96.2776' y1='123.698' x2='158.326' y2='179.893' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }

/* Administration */
.category-list .category#category-115::before { background-image: url("data:image/svg+xml,<svg width='185' height='200' viewBox='0 0 185 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M82.5 0C36.9352 0 0 36.9352 0 82.5C0 128.065 36.9352 165 82.5 165C128.065 165 165 128.065 165 82.5C165 36.9352 128.065 0 82.5 0ZM63.7065 122.942C63.7065 124.955 62.073 126.588 60.06 126.588H44.2695C42.2565 126.588 40.623 124.955 40.623 122.942V87.3428C40.623 85.3298 42.2565 83.6962 44.2695 83.6962H60.06C62.073 83.6962 63.7065 85.3298 63.7065 87.3428V122.942ZM94.0417 122.942C94.0417 124.955 92.4082 126.588 90.3952 126.588H74.6048C72.5918 126.588 70.9583 124.955 70.9583 122.942V76.395C70.9583 74.382 72.5918 72.7485 74.6048 72.7485H90.3952C92.4082 72.7485 94.0417 74.382 94.0417 76.395V122.942ZM65.1833 61.182L50.5725 75.3637C49.1287 76.7662 46.8187 76.7332 45.4162 75.2895C44.0137 73.8457 44.0467 71.5357 45.4905 70.1332L61.1572 54.9202C61.8337 54.2603 62.7495 53.889 63.6982 53.889H99.1402L107.795 45.6968H105.402C103.389 45.6968 101.755 44.0633 101.755 42.0503C101.755 40.0373 103.389 38.4037 105.402 38.4037H116.853C117.81 38.4037 118.75 38.7915 119.427 39.468C120.103 40.1445 120.491 41.085 120.491 42.042V53.6167C120.491 55.6297 118.858 57.2633 116.845 57.2633C114.832 57.2633 113.198 55.6297 113.198 53.6167V50.589L103.084 60.159C102.407 60.8025 101.508 61.1572 100.576 61.1572H65.1585L65.1833 61.182ZM124.369 122.942C124.369 124.955 122.735 126.588 120.722 126.588H104.932C102.919 126.588 101.285 124.955 101.285 122.942V73.4745C101.285 71.4615 102.919 69.828 104.932 69.828H120.722C122.735 69.828 124.369 71.4615 124.369 73.4745V122.942Z' fill='url(%23paint0_linear_2027_8)'/><path d='M156.038 148.5H139.538C137.878 148.5 136.538 147.159 136.538 145.5V129C136.538 127.341 137.888 125.981 139.528 126.197C149.559 127.528 157.509 135.478 158.841 145.509C159.056 147.15 157.697 148.5 156.038 148.5ZM128.869 129.488C130.566 129.131 132.038 130.519 132.038 132.253V150.75C132.038 151.275 132.225 151.781 132.553 152.184L144.938 167.128C146.034 168.45 145.8 170.447 144.291 171.263C141.094 173.006 137.428 174 133.538 174C121.116 174 111.038 163.922 111.038 151.5C111.038 140.672 118.678 131.634 128.869 129.488ZM152.794 153H158.794C160.528 153 161.916 154.472 161.559 156.169C160.603 160.706 158.278 164.738 155.034 167.813C153.881 168.909 152.072 168.675 151.059 167.447L143.147 157.913C141.525 155.953 142.922 153 145.453 153H152.784H152.794Z' fill='url(%23paint1_linear_2027_8)'/><defs><linearGradient id='paint0_linear_2027_8' x1='12.2528' y1='8.01366e-06' x2='199' y2='153.5' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2027_8' x1='111.25' y1='122.5' x2='163.75' y2='173.75' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-116::before { background-image: url("data:image/svg+xml,<svg width='174' height='200' viewBox='0 0 174 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M151.796 95.6737L149.307 94.2599C145.165 91.8808 143.055 87.2298 142.938 82.5202C142.832 78.2105 144.397 73.852 147.664 71.1316C148.15 70.7221 148.666 70.3516 149.229 70.0201L151.855 68.4892C157.767 65.0375 159.75 57.4906 156.318 51.5623L153.012 45.868L143.901 30.1696C140.459 24.2413 132.933 22.2522 127.021 25.6941L124.309 27.2737C120.973 29.2238 117.006 29.2531 113.428 27.9953C111.201 27.2152 109.13 25.9282 107.458 24.2803C105.212 21.9304 103.763 18.898 103.763 15.5633V12.4139C103.763 5.92007 98.8236 0.625527 92.4839 0.0892482C91.9589 0.030745 91.4241 -0.0082573 90.8796 0.00149323L89.2655 0.0307446H66.7364C64.0722 0.0307446 61.6122 0.879041 59.5995 2.30262C56.4491 4.53549 54.3878 8.22119 54.3878 12.4042L54.2322 15.3976C54.2322 25.1969 41.7863 32.4123 33.2978 27.5175L30.828 26.0744C24.9162 22.6227 17.2542 24.7288 13.9094 30.7644L8.22122 40.9732L1.72601 51.9621C-1.08404 56.6911 -0.345067 62.5414 3.08728 66.4611C3.96238 67.4557 5.00278 68.3332 6.20848 69.0255L8.7949 70.4978C17.2153 75.3731 17.2737 89.7161 8.87269 94.6207L6.15987 96.2002C0.248058 99.6519 -1.73551 107.199 1.69684 113.127L14.1136 134.52C15.4554 136.831 17.4195 138.527 19.6656 139.561C23.1758 141.17 27.386 141.101 30.9933 138.995L31.0225 139.151L33.6478 137.621C37.5566 135.339 42.3308 135.651 46.3271 137.621C46.4729 137.699 46.6188 137.767 46.7646 137.845C50.5373 139.922 53.5029 143.471 54.203 147.673C54.31 148.297 54.3683 148.931 54.3683 149.584V152.627C54.3683 159.481 59.8717 165 66.7073 165H91.3949C98.2304 165 103.734 159.481 103.734 152.627V149.477C103.734 145.606 105.698 142.155 108.586 139.678C112.961 135.924 119.476 134.452 124.561 137.406L127.08 138.898C133.05 142.408 140.712 140.243 144.047 134.208L151.408 120.957L153.265 117.807L156.259 112.718C159.75 106.741 157.747 99.0766 151.767 95.6445L151.796 95.6737ZM97.7734 114.443C80.1061 124.76 57.4117 118.743 47.1244 101.027C41.057 90.5644 40.6584 78.347 44.995 67.9725C50.6734 54.7702 63.7805 45.517 79.0171 45.517C99.4653 45.517 116.063 62.1611 116.063 82.6665C116.063 87.0835 115.285 91.325 113.875 95.2544C110.997 103.055 105.504 109.939 97.7832 114.443H97.7734Z' fill='url(%23paint0_linear_2028_21)'/><path d='M108.718 128.41C107.969 127.661 108.156 126.409 109.142 126.035C110.887 125.365 112.789 125 114.77 125C123.483 125 130.54 132.057 130.54 140.77C130.54 142.495 130.264 144.161 129.751 145.718L148.173 164.139C150.942 166.909 150.942 171.403 148.173 174.173C145.403 176.942 140.909 176.942 138.139 174.173L119.718 155.751C118.161 156.264 116.505 156.54 114.77 156.54C106.057 156.54 99 149.483 99 140.77C99 138.789 99.3647 136.887 100.035 135.142C100.409 134.156 101.661 133.979 102.41 134.718L111.153 143.461C111.448 143.756 111.853 143.924 112.267 143.924L116.347 143.924C117.214 143.924 117.924 143.214 117.924 142.347L117.924 138.266C117.924 137.853 117.756 137.448 117.461 137.153L108.718 128.41Z' fill='url(%23paint1_linear_2028_21)'/><defs><linearGradient id='paint0_linear_2028_21' x1='30' y1='-2' x2='158' y2='173.5' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2028_21' x1='107.125' y1='125' x2='137.75' y2='195' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-117::before { background-image: url("data:image/svg+xml,<svg width='185' height='200' viewBox='0 0 185 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M81.9899 0C36.7069 0 0 36.7069 0 81.9899C0 127.273 36.7069 163.98 81.9899 163.98C127.273 163.98 163.98 127.273 163.98 81.9899C163.98 36.7069 127.273 0 81.9899 0ZM118.311 55.1382C124.764 55.1382 129.987 60.361 129.987 66.8136C129.987 73.2662 124.764 78.4889 118.311 78.4889C111.859 78.4889 106.636 73.2662 106.636 66.8136C106.636 60.361 111.859 55.1382 118.311 55.1382ZM81.9899 43.4629C91.2958 43.4629 98.8552 51.0223 98.8552 60.3282C98.8552 69.634 91.2958 77.1935 81.9899 77.1935C72.6841 77.1935 65.1246 69.634 65.1246 60.3282C65.1246 51.0223 72.6841 43.4629 81.9899 43.4629ZM45.6684 55.1382C52.121 55.1382 57.3437 60.361 57.3437 66.8136C57.3437 73.2662 52.121 78.4889 45.6684 78.4889C39.2158 78.4889 33.993 73.2662 33.993 66.8136C33.993 60.361 39.2158 55.1382 45.6684 55.1382ZM35.2885 118.705C32.4188 118.705 30.0985 116.385 30.0985 113.515V108.325C30.0985 96.8629 39.388 87.5734 50.8501 87.5734C52.9245 87.5734 54.9332 87.885 56.8354 88.4507C51.4979 94.4196 48.2593 102.299 48.2593 110.924V113.515C48.2593 115.36 48.6446 117.114 49.3497 118.705H35.2885ZM107.932 113.515C107.932 116.385 105.611 118.705 102.742 118.705H61.2301C58.3604 118.705 56.0401 116.385 56.0401 113.515V110.924C56.0401 96.5923 67.6499 84.9825 81.9817 84.9825C96.3136 84.9825 107.923 96.5923 107.923 110.924V113.515H107.932ZM133.881 113.515C133.881 116.385 131.561 118.705 128.691 118.705H114.63C115.327 117.114 115.721 115.368 115.721 113.515V110.924C115.721 102.299 112.474 94.4196 107.144 88.4507C109.038 87.885 111.055 87.5734 113.13 87.5734C124.592 87.5734 133.881 96.8629 133.881 108.325V113.515Z' fill='url(%23paint0_linear_2028_27)'/><path d='M142.813 159.375C152.305 159.375 160 151.68 160 142.188C160 132.695 152.305 125 142.813 125C133.32 125 125.625 132.695 125.625 142.188C125.625 144.014 125.908 145.781 126.436 147.432L110.684 163.184C110.244 163.623 110 164.219 110 164.844V172.656C110 173.955 111.045 175 112.344 175H120.156C121.455 175 122.5 173.955 122.5 172.656V168.75H126.406C127.705 168.75 128.75 167.705 128.75 166.406V162.5H132.656C133.281 162.5 133.877 162.256 134.316 161.816L137.568 158.564C139.219 159.092 140.986 159.375 142.813 159.375ZM146.719 134.375C148.877 134.375 150.625 136.123 150.625 138.281C150.625 140.439 148.877 142.188 146.719 142.188C144.561 142.188 142.813 140.439 142.813 138.281C142.813 136.123 144.561 134.375 146.719 134.375Z' fill='url(%23paint1_linear_2028_27)'/><defs><linearGradient id='paint0_linear_2028_27' x1='6.4992' y1='-5.47473' x2='165.48' y2='172.503' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2028_27' x1='100' y1='145' x2='174.375' y2='155' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-118::before { background-image: url("data:image/svg+xml,<svg width='200' height='189' viewBox='0 0 200 189' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M139.45 83.5876C147.168 49.7892 121.181 19.5794 86.6406 22.3173C45.2163 25.5966 26.9791 75.9926 54.8221 105.893C55.2398 109.93 48.3564 123.975 54.7757 125.275C55.9668 125.522 56.9258 125.058 57.9777 124.61C62.1387 122.846 66.5472 119.165 70.8628 117.386C99.2937 129.266 132.504 114.06 139.45 83.5876ZM116.355 62.4114C121.537 62.4114 125.729 66.6188 125.729 71.7852C125.729 76.9516 121.522 81.159 116.355 81.159C111.189 81.159 106.981 76.9516 106.981 71.7852C106.981 66.6188 111.189 62.4114 116.355 62.4114ZM65.9284 81.1745C60.7465 81.1745 56.5546 76.9826 56.5546 71.8007C56.5546 66.6188 60.7465 62.4268 65.9284 62.4268C71.1103 62.4268 75.3022 66.6188 75.3022 71.8007C75.3022 76.9826 71.1103 81.1745 65.9284 81.1745ZM81.7835 71.7697C81.7835 66.6033 85.9754 62.4114 91.1419 62.4114C96.3083 62.4114 100.5 66.6033 100.5 71.7697C100.5 76.9362 96.3083 81.1281 91.1419 81.1281C85.9754 81.1281 81.7835 76.9362 81.7835 71.7697Z' fill='url(%23paint0_linear_2029_34)'/><path d='M167.973 53.1458C165.173 52.0476 162.606 52.1249 159.837 51.2123C153.603 29.2626 135.598 10.7006 113.927 3.64702C74.8227 -9.08345 33.9708 12.6187 22.1993 51.5526C-4.6847 53.4088 -5.61281 95.0341 11.1704 109.234C16.6616 113.875 22.2612 114.199 29.0054 112.142C34.2646 110.549 35.8734 109.157 35.5485 103.372C34.5586 86.0934 27.4895 72.6359 32.5322 54.8164C46.4692 5.50322 113.091 -5.10808 141.677 37.5227C153.742 55.5125 153.015 70.7024 148.638 91.1516C144.013 112.684 118.351 131.045 96.9889 132.576C91.6678 132.963 85.202 131.926 80.1129 132.622C77.112 133.024 74.5598 135.855 74.2349 138.825C73.709 143.558 74.2968 149.885 80.1129 150.674C83.4695 151.122 100.315 151.169 103.176 150.426C106.966 149.436 108.652 145.074 108.126 141.47C122.434 138.098 135.459 130.008 145.157 119.087C146.132 117.989 150.37 112.018 150.788 111.817C152.072 111.183 158.553 113.674 160.997 113.612C184.401 113.055 190.65 62.0092 167.989 53.1303L167.973 53.1458Z' fill='url(%23paint1_linear_2029_34)'/><path d='M176.232 138.885C176.033 137.866 175.661 137.137 174.994 136.36C173.226 134.303 170.777 132.473 169.036 130.409C167.509 128.6 167.708 126.281 170.226 125.69C171.705 125.339 172.62 125.531 173.948 124.458C178.709 120.606 172.806 113.203 167.976 116.01C165.727 117.317 165.967 118.831 165.403 120.957C164.798 123.241 162.596 123.619 160.856 122.209C158.902 120.633 155.558 116.155 153.542 115.336C153.095 115.157 152.6 115.123 152.146 114.971H151.575C150.508 115.082 149.655 115.522 148.857 116.21C146.807 117.971 144.97 120.461 142.906 122.167C141.248 123.536 139.039 123.55 138.289 121.259C137.766 119.67 138.152 118.645 136.906 117.118C132.916 112.247 125.073 118.893 128.871 123.729C130.233 125.463 131.513 125.311 133.405 125.765C135.083 126.171 135.991 127.616 135.365 129.288C134.712 131.028 130.137 134.681 128.671 136.408C124.605 141.196 132.228 145.248 134.815 148.557C135.764 149.768 135.936 151.343 134.615 152.355C133.177 153.462 131.127 152.733 129.393 154.37C124.701 158.821 132.256 166.348 136.673 161.841C138.399 160.073 137.643 157.941 138.771 156.51C140.113 154.804 141.874 155.684 143.195 156.833C145.183 158.567 146.958 160.913 148.953 162.598C151.004 164.332 153.281 163.933 155.193 162.261C156.439 161.181 160.739 157.012 161.365 155.767C162.163 154.191 161.544 152.499 159.837 151.99C158.166 151.488 157.202 151.873 155.668 150.545C150.914 146.438 157.65 138.795 162.424 142.648C164.172 144.058 163.91 145.372 164.406 147.236C164.984 149.438 167.275 149.878 168.912 148.447C170.756 146.273 173.494 144.299 175.242 142.111C175.71 141.526 176.15 140.563 176.239 139.827C176.274 139.531 176.212 139.18 176.239 138.878L176.232 138.885Z' fill='url(%23paint2_linear_2029_34)'/><defs><linearGradient id='paint0_linear_2029_34' x1='43.2005' y1='5.86757' x2='148.327' y2='134.954' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2029_34' x1='27.0647' y1='3.00616e-06' x2='180.11' y2='150.601' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2029_34' x1='125.282' y1='110.415' x2='176.684' y2='161.817' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-119::before { background-image: url("data:image/svg+xml,<svg width='200' height='191' viewBox='0 0 200 191' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M154.707 24.011C152.68 10.5346 141.417 0.82157 127.914 0.0132514H28.5965C26.9799 0.132511 25.0187 0 22.4082 0C23.2828 0.278273 24.1441 0.636054 24.9922 1.04684C29.2326 3.08751 33.2079 6.63881 36.3087 10.8659C39.6744 15.4508 42.0066 20.8175 42.4837 25.8529C42.5234 26.2107 42.5367 26.5552 42.5632 26.913C42.709 30.3053 42.6029 46.2464 42.4572 66.4279C42.3247 86.4901 42.1524 110.74 42.1922 131.014C42.1922 132.061 42.1922 133.107 42.1922 134.128C42.2054 138.938 42.2319 143.483 42.2717 147.657C42.4969 152.905 47.2938 156.456 52.316 154.376L74.1274 136.248L94.4413 153.554C97.3566 155.475 100.047 155.489 102.975 153.554C109.481 149.274 115.855 141.588 122.295 136.924C122.64 136.672 123.13 136.221 123.567 136.314L144.464 154.018C149.341 156.84 154.999 153.156 155.131 147.657C154.827 106.459 155.675 65.1823 154.694 24.0375L154.707 24.011ZM123.329 99.4894H75.7307C71.6626 99.4894 68.3764 96.1899 68.3764 92.135C68.3764 88.0802 71.6759 84.7807 75.7307 84.7807H123.329C127.397 84.7807 130.683 88.0802 130.683 92.135C130.683 96.1899 127.384 99.4894 123.329 99.4894ZM123.329 71.079H75.7307C71.6626 71.079 68.3764 67.7795 68.3764 63.7246C68.3764 59.6698 71.6759 56.3703 75.7307 56.3703H123.329C127.397 56.3703 130.683 59.6698 130.683 63.7246C130.683 67.7795 127.384 71.079 123.329 71.079ZM123.329 42.6686H75.7307C71.6626 42.6686 68.3764 39.3691 68.3764 35.3142C68.3764 31.2594 71.6759 27.9599 75.7307 27.9599H123.329C127.397 27.9599 130.683 31.2594 130.683 35.3142C130.683 39.3691 127.384 42.6686 123.329 42.6686Z' fill='url(%23paint0_linear_2030_42)'/><path d='M15.3586 12.8006C7.9645 12.2308 0.186096 16.9747 0.0668357 26.224C-0.0524243 35.7515 0.0138313 45.6236 0.0668357 55.4294C0.106589 62.9428 0.146342 70.4297 0.0668357 77.6913C0.278854 79.8115 1.4317 82.2365 3.2471 83.4158C3.53863 83.6013 5.35403 84.4626 5.49979 84.4626H28.4242V25.2434C28.4242 24.7663 27.6292 22.2884 27.3906 21.6523C25.244 16.0471 20.3675 13.1849 15.3321 12.8006H15.3586Z' fill='url(%23paint1_linear_2030_42)'/><path d='M150.163 114.505C135.454 114.505 123.533 126.426 123.533 141.135C123.533 155.845 135.454 167.765 150.163 167.765C164.873 167.765 176.793 155.845 176.793 141.135C176.793 126.426 164.873 114.505 150.163 114.505ZM155.367 153.665C154.749 154.007 152.773 154.609 152.505 154.966C152.058 155.584 152.643 158.512 152.001 159.089C151.822 159.252 151.505 159.317 151.261 159.333C150.602 159.39 149.196 159.406 148.553 159.333C146.789 159.138 148.041 155.918 147.407 155.275C147.179 155.04 144.414 154.592 143.796 154.414C143.284 154.267 142.756 154.088 142.26 153.869C140.479 153.08 140.585 152.893 141.04 151.096C141.17 150.592 141.69 148.649 141.942 148.356C142.463 147.77 143.341 148.543 143.927 148.77C146.26 149.689 151.993 151.218 153.05 147.811C154.026 144.64 148.935 143.461 146.87 142.501C143.081 140.745 140.56 138.468 141.04 133.931C141.341 131.093 143.178 129.117 145.658 127.938C146.154 127.702 147.521 127.328 147.781 126.938C148.326 126.125 147.626 123.669 148.236 123.133C148.382 123.003 148.675 122.954 148.862 122.929C149.399 122.872 151.773 122.864 152.131 123.092C153.123 123.734 151.838 126.426 153.212 126.897C154.538 127.353 155.896 127.312 157.335 127.979C157.847 128.215 158.408 128.377 158.457 129.036C158.49 129.41 157.473 132.784 157.237 133.069C156.709 133.703 155.749 132.923 155.107 132.703C153.229 132.053 149.171 131.215 147.83 133.126C145.772 136.061 151.602 137.696 153.351 138.509C155.522 139.517 157.262 140.468 158.498 142.615C160.807 146.632 159.36 151.454 155.359 153.657L155.367 153.665Z' fill='url(%23paint2_linear_2030_42)'/><defs><linearGradient id='paint0_linear_2030_42' x1='189.791' y1='137.088' x2='20.9961' y2='-12.1234' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2030_42' x1='47.1081' y1='124.965' x2='-2.78443' y2='8.85943' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2030_42' x1='123.32' y1='108.743' x2='174.039' y2='169.358' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }

/* Student Guide */
.category-list .category#category-120::before { background-image: url("data:image/svg+xml,<svg width='154' height='200' viewBox='0 0 154 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M56.2938 0.151274C10.5634 3.28754 -15.3145 54.9179 9.81026 93.5872C14.6778 101.074 21.2429 105.638 26.3465 112.517C30.1124 117.598 32.8778 123.286 34.8338 129.289C32.4281 130.323 30.933 130.503 29.1906 132.672C25.5821 137.18 27.4819 143.352 32.7654 145.341L87.3878 145.611C94.5374 143.936 96.0437 134.078 89.3775 130.593C88.2534 129.997 87.1067 130.065 86.1849 129.289C87.725 124.691 89.4562 120.42 92.0305 116.294C97.1454 108.122 104.576 103.12 109.994 95.397C139.301 53.76 106.892 -3.32222 56.2938 0.151274ZM78.7318 71.2736C74.876 72.2179 68.5021 73.297 64.5788 74.8483C62.7015 75.5902 62.5553 76.2197 62.1394 78.0633C60.7904 83.9986 60.9366 91.058 59.6775 97.1169C58.0363 99.5899 56.6985 98.8143 55.5519 96.5211C50.9541 87.281 48.0763 76.0623 43.5347 66.6536C41.3764 59.4368 53.9106 59.4031 59.3965 57.7619L54.8999 36.3813C54.6076 34.6727 55.6306 33.1326 57.3393 32.8741C73.3134 30.5247 73.7181 34.1668 73.7181 34.1668C73.7181 34.1668 73.7181 34.1781 73.7294 34.1893L81.2949 67.3842C81.6771 69.3402 82.4528 70.3519 78.7318 71.2624V71.2736Z' fill='url(%23paint0_linear_2031_50)'/><path d='M87.399 151.827L33.9569 151.771C24.5928 153.952 25.4246 166.8 35.0923 167.925C37.779 168.239 40.803 167.767 43.5234 167.981C47.2331 186.427 73.7855 186.427 77.5065 167.981C82.8237 167.756 89.2201 169.262 92.5139 163.945C95.3917 159.314 92.66 152.996 87.3877 151.827H87.399Z' fill='url(%23paint1_linear_2031_50)'/><path d='M103.151 123.495C88.4581 123.495 76.5508 135.402 76.5508 150.095C76.5508 164.788 88.4581 176.695 103.151 176.695C117.845 176.695 129.752 164.788 129.752 150.095C129.752 135.402 117.845 123.495 103.151 123.495ZM100.942 133.899C100.942 132.697 101.917 131.723 103.119 131.723C104.321 131.723 105.296 132.697 105.296 133.899V145.928C105.296 147.13 104.321 148.105 103.119 148.105C101.917 148.105 100.942 147.13 100.942 145.928V133.899ZM114.084 161.506C111.444 164.252 107.749 166.014 103.647 166.152C103.468 166.152 103.29 166.16 103.119 166.16C99.0335 166.16 95.2972 164.536 92.5518 161.896C89.8065 159.257 88.0439 155.561 87.9058 151.459C87.9058 151.281 87.8977 151.102 87.8977 150.931C87.8977 145.595 90.6593 140.86 94.8667 138.139C95.8739 137.489 97.2222 137.774 97.8801 138.789C98.1075 139.146 98.2131 139.536 98.2212 139.934C98.2375 140.665 97.8882 141.38 97.2303 141.802C94.225 143.751 92.2513 147.13 92.2513 150.94C92.2513 151.069 92.2513 151.191 92.2513 151.321C92.3569 154.27 93.6077 156.877 95.5733 158.777C97.5389 160.67 100.195 161.823 103.119 161.823C103.249 161.823 103.371 161.823 103.501 161.823C106.449 161.717 109.056 160.467 110.957 158.501C112.85 156.536 114.003 153.88 114.003 150.956C114.003 150.826 114.003 150.704 114.003 150.574C113.873 146.732 111.769 143.435 108.691 141.599C108.017 141.201 107.651 140.495 107.635 139.772C107.635 139.382 107.716 138.976 107.936 138.618C108.553 137.587 109.885 137.246 110.925 137.863C115.221 140.421 118.17 145.059 118.357 150.428C118.357 150.607 118.365 150.785 118.365 150.956C118.365 155.041 116.74 158.777 114.1 161.523L114.084 161.506Z' fill='url(%23paint2_linear_2031_50)'/><defs><linearGradient id='paint0_linear_2031_50' x1='7.56893' y1='-6.55951' x2='126.648' y2='157.937' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2031_50' x1='103.947' y1='189.217' x2='29.7725' y2='144.812' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2031_50' x1='80.2625' y1='117.928' x2='125.42' y2='179.171' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-121::before { background-image: url("data:image/svg+xml,<svg width='184' height='200' viewBox='0 0 184 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M82.5649 0C36.9643 0 0 36.9643 0 82.5649C0 128.165 36.9643 165.13 82.5649 165.13C128.165 165.13 165.13 128.165 165.13 82.5649C165.13 36.9643 128.165 0 82.5649 0ZM36.279 119.323C33.7938 119.323 32.0021 116.681 32.093 114.707V60.165C32.0599 57.3908 33.9672 55.1451 36.8157 55.1286V107.194C36.7826 110.819 38.9211 112.156 40.2256 113.114C43.5612 115.55 51.5783 114.534 56.2597 114.806C59.9091 115.021 63.7483 115.426 67.3151 116.21C69.8251 116.763 72.9213 117.597 74.8285 119.323H36.279ZM80.2035 117.605C76.9009 114.245 72.5002 112.668 67.9674 111.702C63.063 110.662 57.8284 110.298 52.8333 110.084C49.3077 109.935 42.0255 111.066 41.6044 106.558C40.9687 87.6674 41.5219 69.2306 41.3237 50.2903C41.6705 47.5243 43.4456 46.1042 46.1538 45.8896C48.8619 45.6749 53.2378 45.9473 56.0533 46.1042C59.9999 46.3271 64.0951 46.74 67.9674 47.5078C72.1782 48.3335 76.7193 49.6875 80.2035 52.2388V117.614V117.605ZM84.9262 117.605V52.2223C87.0647 50.5957 89.6324 49.5389 92.1837 48.738C97.3853 47.1033 103.627 46.3932 109.076 46.0877C111.892 45.9308 116.26 45.6584 118.976 45.873C121.692 46.0877 123.467 47.5078 123.806 50.2737V105.468C123.344 111.685 116.697 109.877 112.296 110.067C104.866 110.381 93.6203 111.108 87.4362 115.483C86.5362 116.119 85.7601 116.879 84.9262 117.589V117.605ZM133.037 114.699C132.913 116.144 133.268 119.314 128.851 119.314H90.3012C92.902 117.118 97.0055 116.284 100.349 115.723C107.161 114.584 113.593 115.17 120.264 114.592C123.534 114.311 128.306 110.612 128.306 107.177V55.112C131.154 55.1286 133.062 57.3743 133.037 60.1485V114.691V114.699Z' fill='url(%23paint0_linear_2033_58)'/><path d='M164.722 140.044L137.101 127.693C134.558 126.83 131.729 126.83 129.191 127.693L101.468 140.127C100.044 140.941 99.9718 142.824 101.347 143.736L117.166 150.894C117.66 154.272 116.977 157.822 117.577 161.215C120.081 175.429 139.454 178.847 146.816 166.246C149.746 161.225 148.792 156.562 149.064 151.002L159.021 146.481V164.848C159.021 165.309 159.874 166.31 160.3 166.569C162.213 167.756 164.393 166.726 164.896 164.574L164.969 144.113C164.969 143.432 165.715 143.25 165.87 142.579C166.131 141.436 165.705 140.612 164.736 140.039L164.722 140.044Z' fill='url(%23paint1_linear_2033_58)'/><defs><linearGradient id='paint0_linear_2033_58' x1='189.408' y1='94.9463' x2='0.823095' y2='16.143' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2033_58' x1='100.357' y1='128.949' x2='142.921' y2='201.038' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-122::before { background-image: url("data:image/svg+xml,<svg width='189' height='200' viewBox='0 0 189 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M82.54 0C36.9532 0 0 36.9532 0 82.54C0 128.127 36.9532 165.08 82.54 165.08C128.127 165.08 165.08 128.127 165.08 82.54C165.08 36.9532 128.127 0 82.54 0ZM60.8815 126.129H38.4141C36.8789 126.129 35.6325 124.883 35.6325 123.348V93.6499C35.6325 92.1146 36.8789 90.8683 38.4141 90.8683H60.8815V126.121V126.129ZM98.3464 126.129H67.039V81.4175C67.039 79.7336 68.4091 78.3635 70.093 78.3635H95.2924C96.9762 78.3635 98.3464 79.7336 98.3464 81.4175V126.129ZM96.6296 56.9196C96.1508 57.4643 95.9362 58.1907 96.0188 58.9088L97.2569 69.3171C97.488 71.2403 95.5731 72.7177 93.7737 72.0079L83.646 68.013C83.0435 67.7736 82.3667 67.7736 81.7641 68.013L71.5952 72.0162C69.7958 72.726 67.8974 71.265 68.1038 69.3501L69.2841 58.6859C69.3666 57.9678 69.1355 57.258 68.665 56.7132L61.3932 48.418C60.0644 46.8992 60.9228 44.5138 62.9202 44.1919L73.312 42.5329C74.1044 42.409 74.7895 41.9221 75.1692 41.2205L80.4517 31.4147C81.4257 29.6154 84.001 29.6154 84.9667 31.4147L90.1584 41.1049C90.5381 41.8065 91.215 42.2935 91.9991 42.4256L102.548 44.1672C104.529 44.4973 105.379 46.8662 104.066 48.3849L96.6461 56.9113L96.6296 56.9196ZM129.447 123.249C129.447 124.842 128.16 126.129 126.567 126.129H104.397V103.101H126.567C128.16 103.101 129.447 104.388 129.447 105.981V123.249Z' fill='url(%23paint0_linear_2035_64)'/><path fill-rule='evenodd' clip-rule='evenodd' d='M138.375 124.721C138.855 124.721 139.336 124.825 139.774 125.024L159.456 133.364C161.754 134.334 163.467 136.6 163.457 139.334C163.405 149.689 159.142 168.633 141.143 177.244C139.399 178.079 137.372 178.079 135.628 177.244C117.618 168.633 113.367 149.689 113.314 139.334C113.304 136.6 115.017 134.334 117.315 133.364L136.985 125.024C137.424 124.825 137.894 124.721 138.375 124.721ZM149.093 142.885C147.686 141.478 145.404 141.478 143.997 142.885L136.356 150.526L133.081 147.251C131.674 145.845 129.393 145.845 127.986 147.251C126.58 148.658 126.58 150.939 127.986 152.346L133.808 158.168C134.484 158.844 135.401 159.224 136.356 159.224C137.311 159.224 138.228 158.844 138.903 158.168L149.093 147.98C150.499 146.573 150.499 144.292 149.093 142.885Z' fill='url(%23paint1_linear_2035_64)'/><defs><linearGradient id='paint0_linear_2035_64' x1='7.00339' y1='-11.0053' x2='181.088' y2='187.091' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2035_64' x1='118.881' y1='109.27' x2='159.651' y2='186.551' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-123::before { background-image: url("data:image/svg+xml,<svg width='157' height='200' viewBox='0 0 157 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M109.012 12.0127H88.7215C93.562 22.5956 92.5143 34.4782 85.7773 44.1195C84.4909 45.9629 83.0056 47.6471 81.4009 49.1722V71.094C81.4009 75.6826 77.3959 79.555 72.6614 79.555C71.2291 79.555 69.8366 79.1837 68.6165 78.4676L68.4442 78.3615L59.015 72.1682L49.9307 78.1625C48.5912 79.0643 47.0263 79.5418 45.3819 79.5418C40.6342 79.5418 36.6158 75.6693 36.6158 71.0807V49.159C35.0377 47.6737 33.5921 46.0292 32.319 44.2256C25.582 34.6638 24.4813 22.6619 29.2953 11.9994H9.01803C4.04485 11.9994 0 16.031 0 21.0174V160.001C0 164.974 4.03159 169.019 9.01803 169.019H109.012C113.985 169.019 118.03 164.988 118.03 160.001V21.0307C118.03 16.0575 113.998 12.0127 109.012 12.0127Z' fill='url(%23paint0_linear_2042_83)'/><path d='M38.3531 40.2603C48.4719 54.3709 69.5582 54.3311 79.6769 40.247C79.7432 40.1542 79.8095 40.0746 79.8626 39.9951C92.1032 22.4762 78.4568 -1.39501 57.1981 0.0637886C37.5707 1.40323 26.8419 23.9483 38.2205 40.0879C38.2603 40.1542 38.3133 40.2073 38.3531 40.2603ZM47.7955 21.4816C48.5249 20.7257 53.6175 20.6991 54.8773 20.1687C55.7261 19.2934 57.6358 14.0152 58.4713 13.7632C58.7498 13.6837 59.2537 13.6837 59.5322 13.7632C60.3677 14.0152 62.2774 19.2801 63.1262 20.1687L69.8101 21.2296C70.2875 21.3357 70.6456 22.2375 70.5793 22.6486C70.4467 23.4974 66.2692 26.8261 65.6327 27.887C65.4072 29.505 67.118 34.0007 66.3886 35.2606C66.1366 35.6982 65.4337 35.937 64.9563 35.7778L59.0415 32.648L52.8881 35.8176C51.5884 35.8441 51.3364 35.1413 51.4027 33.9875C51.4691 32.6746 52.6096 28.7756 52.3311 27.887C51.6547 26.7731 47.5701 23.5902 47.3844 22.6486C47.3181 22.3038 47.5303 21.7336 47.769 21.4816H47.7955Z' fill='url(%23paint1_linear_2042_83)'/><path d='M47.4375 52.3285C46.2041 51.798 45.0636 51.0554 43.8303 50.5249V71.1072C43.8303 71.8499 45.1697 72.6986 45.8858 72.1947L58.0469 64.1846C58.9222 63.7204 59.0813 63.7204 59.9699 64.1846L72.237 72.2477C72.9399 72.6589 74.1865 71.8101 74.1865 71.1072V50.5249C72.9664 51.0554 71.8127 51.798 70.5793 52.3285C63.1925 55.5379 54.8375 55.5113 47.4507 52.3285H47.4375Z' fill='url(%23paint2_linear_2042_83)'/><path d='M132.172 148.371C131.197 146.874 129.706 145.481 128.717 143.962C128.695 141.242 130.976 137.195 127.868 135.588C126.266 134.755 124.243 134.335 122.641 133.45C121.4 131.401 121.083 126.632 118.026 126.609L112.172 127.45C110.762 126.698 108.067 123.69 106.642 123.491C106.302 123.447 105.771 123.447 105.431 123.513C105.143 123.565 104.678 123.838 104.42 124L99.9973 127.45L94.1427 126.617C93.2346 126.676 92.3118 127.111 91.8245 127.892C90.85 129.425 90.4439 131.91 89.4694 133.524C87.8156 134.35 85.7558 134.836 84.1389 135.684C83.1423 136.215 82.7067 137.011 82.6107 138.124L83.4523 143.97C82.1603 146.336 78.0776 148.769 79.9972 151.703C80.9717 153.199 82.463 154.592 83.4523 156.111C83.4819 158.617 81.2892 162.893 84.1389 164.397C85.7853 165.267 87.8747 165.724 89.5284 166.623C90.7171 168.606 91.1379 173.39 94.0394 173.464L99.99 172.631C102.36 173.899 104.804 177.983 107.742 176.074C109.241 175.101 110.636 173.611 112.157 172.624C114.889 172.579 118.927 174.887 120.544 171.776C121.378 170.176 121.799 168.156 122.685 166.557C124.671 165.37 129.462 164.95 129.536 162.053L128.695 156.104C129.987 153.752 134.054 151.29 132.15 148.371H132.172Z' fill='url(%23paint3_linear_2042_83)'/><defs><linearGradient id='paint0_linear_2042_83' x1='10.5027' y1='-22.0056' x2='123.031' y2='110.028' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2042_83' x1='33.0084' y1='-11.0028' x2='88.0224' y2='61.5157' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint2_linear_2042_83' x1='74.0188' y1='78.0198' x2='46.0117' y2='41.5105' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint3_linear_2042_83' x1='91.2363' y1='130.254' x2='131.375' y2='177.841' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
.category-list .category#category-124::before { background-image: url("data:image/svg+xml,<svg width='190' height='200' viewBox='0 0 190 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M85.1957 2.62148C81.4249 -0.873827 75.5911 -0.873827 71.8547 2.62148L3.13235 66.4309C0.186779 69.1928 -0.798899 73.4559 0.679617 77.2033C2.14667 80.9508 5.74554 83.4261 9.7914 83.4261H14.6969V137.414C14.6969 148.244 23.4992 157.045 34.3302 157.045H122.686C133.517 157.045 142.319 148.244 142.319 137.414V83.4261H147.225C151.27 83.4261 154.892 80.9393 156.371 77.2033C157.838 73.4559 156.864 69.1699 153.918 66.4309L85.1957 2.62148ZM61.3331 78.5098C61.3331 69.0323 69.0352 61.3312 78.5137 61.3312C87.9923 61.3312 95.6943 69.0323 95.6943 78.5098C95.6943 87.9872 87.9923 95.6884 78.5137 95.6884C69.0352 95.6884 61.3331 87.9872 61.3331 78.5098ZM44.1526 132.498C44.1526 118.941 55.1325 107.962 68.6913 107.962H88.3247C101.883 107.962 112.863 118.941 112.863 132.498C112.863 135.203 110.651 137.403 107.958 137.403H49.058C46.3531 137.403 44.1526 135.191 44.1526 132.498Z' fill='url(%23paint0_linear_2036_75)'/><path d='M156.921 146.551H154.702V140.011C154.702 135.797 152.966 131.95 150.176 129.194C147.395 126.43 143.512 124.709 139.259 124.709H138.953C134.701 124.709 130.818 126.43 128.036 129.194C125.246 131.95 123.51 135.797 123.51 140.011V146.551H121.291C119.177 146.551 117.464 148.247 117.464 150.342V171.571C117.464 173.666 119.177 175.362 121.291 175.362H156.913C159.028 175.362 160.74 173.666 160.74 171.571V150.342C160.74 148.247 159.028 146.551 156.913 146.551H156.921ZM130.391 140.011C130.391 137.661 131.348 135.558 132.9 134.013C134.459 132.476 136.582 131.528 138.953 131.528H139.259C141.63 131.528 143.753 132.476 145.312 134.013C146.864 135.558 147.821 137.661 147.821 140.011V146.551H130.391V140.011Z' fill='url(%23paint1_linear_2036_75)'/><defs><linearGradient id='paint0_linear_2036_75' x1='153.526' y1='149.507' x2='28.5082' y2='10.503' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient><linearGradient id='paint1_linear_2036_75' x1='110.664' y1='112.972' x2='169.337' y2='186.528' gradientUnits='userSpaceOnUse'><stop stop-color='%23F6921E'/><stop offset='1' stop-color='%23EC297B'/></linearGradient></defs></svg>"); }
/* END Category Icons */

.category-list .category:hover {
  background: var(--color--basics-white);
  box-shadow: var(--elevation--M);
}

.category-list .category h3,
.category-list .category p,
.category-list .category .article-count {
  flex: 0 0 100%;
}

.category-list .category h3 {
  margin: 0;
  color: var(--color--text-headline);
  font-weight: var(--font-weight--semibold);
  font-size: var(--font-size--L);
  line-height: var(--line-height--tight);
}

.category-list .category p,
.category-list .category .article-count {
  margin: 0;
  font-size: var(--font-size--S);
  line-height: var(--line-height--relaxed);
  color: var(--color--text-default);
}

.category-list .category p:first-of-type {
  align-self: start;
}

.category-list .category .article-count {
  align-self: end;
  color: var(--color--action-default);
}

.category-list .category:hover .article-count {
  color: var(--color--action-hovered);
}

@media (min-width: 768px) {
  .category-list .category {
    flex: 0 0 calc(50% - var(--spacing--base-1-5) / 2);
  }
}

@media (min-width: 1024px) {
  .category-list .category {
    flex: 0 0 calc(25% - var(--spacing--base-1-5) * 3 / 4);
    padding-left: var(--spacing--base-2-5);
    padding-right: var(--spacing--base-2-5);
  }
}

/* END Collection Category */

/* BEGIN article sidebar */
#sidebar {
  margin: 0;
  padding: 0;
}

#sidebar form .search-query {
  border: 1px solid var(--color--charcoal-500);
  border-radius: var(--border-radius--S);
  font-size: var(--font-size--S);
  height: var(--input--height-M);
  line-height: var(--input--height-M);
  padding: 0 var(--input--padding-x-M);
}

#sidebar form button,
#searchBar.sm button {
  top: 0;
  right: var(--spacing--XS);
  height: 100%;
}

#sidebar form .icon-search {
  background: var(--color--charcoal-600);
  width: 26px;
  height: 26px;
  mask-image: url("https://www.helpscout.com/icons/search.svg");
  mask-size: 100% 100%;
  transition: background-color 0.3s;
}

#sidebar form button:hover .icon-search {
  background: var(--color--text-headline);
}

#sidebar form .icon-search::before {
  content: none;
}

#sidebar h3 {
  color: var(--color--text-dark);
  font-family: var(--font-family--mono);
  font-size: var(--font-size--S);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--relaxed);
  text-transform: capitalize;
  margin: 0 0 20px;
}

#sidebar .nav-list {
  margin-bottom: 0;
}

#sidebar .nav-list li {
  margin: 0;
}

#sidebar .nav-list a {
  display: block;
  font-size: var(--font-size--M);
  line-height: var(--line-height--relaxed);
  color: var(--color--text-default);
  padding: var(--border-radius--S) 0;
}

#sidebar .nav-list a:hover,
#sidebar .nav-list li.active a:hover {
  color: var(--color--action-default);
}

#sidebar .nav-list li.active a,
#sidebar .nav-list li.active a:hover {
  color: var(--color--text-default);
  font-weight: var(--font-weight--medium);
}

#sidebar .nav-list li.active a i {
  color: var(--color--charcoal-200);
  transition: translate 0.3s;
}

#sidebar .nav-list li.active a:hover i {
  translate: 2px 0;
}

@media (max-width: 768px) {
  #sidebar {
    padding: 0;
  }
}

/* END article sidebar */

/* BEGIN
  .contentWrapper
*/
#contentArea .row-fluid {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: var(--spacing--M);
  gap: var(--spacing--M);
  margin-bottom: var(--spacing--L);
}

#contentArea .row-fluid::after,
#contentArea .row-fluid::before {
  content: none;
}

@media (max-width: 768px) {
  #contentArea .row-fluid {
    flex-direction: column;
    gap: var(--spacing--L);
    padding-top: 0;
  }
}

#main-content {
  background: none;
  padding: var(--spacing--M);
  margin-bottom: 0;
  box-shadow: var(--elevation--M);
  border-radius: var(--border-radius--M);
  background: var(--color--basics-white);
}

.contentWrapper {
  border: none;
  padding: 0;
  color: var(--color--text-default);
}

.contentWrapper.withRelated {
  padding-bottom: var(--spacing--S);
}

.contentWrapper h1 {
  font-size: var(--font-size--2XL);
  margin-bottom: var(--spacing--M);
}

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color: var(--color--text-default);
}

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
  color: var(--color--text-headline);
  line-height: var(--line-height--tight);
}

#fullArticle,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle div,
#fullArticle li,
#fullArticle ol,
#fullArticle p,
#fullArticle table,
#fullArticle ul {
  font-size: var(--font-size--M);
  line-height: var(--line-height--relaxed);
  margin: 0 0 var(--spacing--S);
}

#fullArticle {
  margin: 0 0 var(--spacing--M);
}

#fullArticle .title {
  font-size: var(--font-size--2XL);
  font-weight: var(--font-weight--semibold);
  margin: 0 0 var(--spacing--S);
  padding-right: 22px;
}

.contentWrapper p.descrip {
  font-size: var(--font-size--M);
  margin: 0 0 var(--spacing--S);
  color: var(--color--text-default);
}

#fullArticle h2 {
  font-size: var(--font-size--L);
  font-weight: var(--font-weight--semibold);
  margin: 0 0 var(--headline-medium-L--margin-bottom);
}

#fullArticle h3 {
  font-size: var(--font-size--M);
  font-weight: var(--font-weight--semibold);
  margin: 0 0 var(--headline-medium-M--margin-bottom);
}

#fullArticle h4 {
  font-size: var(--font-size--S);
  font-weight: var(--font-weight--semibold);
  margin: 0 0 var(--headline-medium-S--margin-bottom);
}

#fullArticle h5 {
  font-size: var(--font-size--XS);
  font-weight: var(--font-weight--semibold);
  margin: 0 0 var(--headline-medium-XS--margin-bottom);
}

#fullArticle > br {
  display: none;
}

#fullArticle > ul,
#fullArticle > ol {
  padding-left: var(--spacing--XS);
}

#fullArticle > ul,
#fullArticle ul ul {
  list-style: none;
}

#fullArticle ul ul {
  padding-left: var(--spacing--S);
  margin-bottom: 0;
}

#fullArticle > ol {
  list-style: decimal;
}

#fullArticle > ul li,
#fullArticle > ol li,
#fullArticle ul ul > li {
  position: relative;
  margin: 0;
}

#fullArticle > ul > li::before {
  content: "•";
  position: absolute;
  top: -0.1em;
  left: -0.8em;
  display: block;
  color: var(--color--text-light);
}

#fullArticle ul ul > li::before {
  content: "\25E6";
  position: absolute;
  top: -0.1em;
  left: -0.8em;
  display: block;
  color: var(--color--text-light);
}

#fullArticle dt {
  background: none;
  color: var(--color--text-default);
  font-size: var(--font-size--M);
  display: inline-block;
  padding: 0;
  line-height: var(--line-height--relaxed);
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
  font-weight: var(--font-weight--medium);
  margin-right: 0;
}

#fullArticle dt::after {
  content: ".";
  translate: -0.25em 0;
  display: inline-block;
}

#fullArticle dd {
  padding: 0;
  margin: 0 0 var(--spacing--S);
}

#fullArticle dd::after,
#fullArticle dd::before {
  content: none;
}

#fullArticle dd p:last-child {
  margin: 0;
}

#fullArticle .printArticle {
  border: none;
  top: 0;
  right: 0;
}

#fullArticle table {
  font-feature-settings: normal;
}

#fullArticle .printArticle .icon-print {
  color: var(--color--text-light);
  transition: color 0.3s;
}

#fullArticle .printArticle:hover .icon-print {
  color: var(--color--action-hovered);
}

#fullArticle .index-list {
  background: var(--color--slate-100);
  border-top: 3px solid var(--color--slate-500);
  padding: var(--spacing--base-0-5) var(--spacing--base-0-5) var(--spacing--base-1);
  margin-bottom: var(--spacing--M);
}

#fullArticle .index-list h4,
#fullArticle .index-list ul li a {
  display: block;
  font-size: var(--font-size--M);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--relaxed);
  margin: 0;
  padding: var(--spacing--base-0-5);
  border: none;
}

#fullArticle .index-list ul li a {
  color: var(--color--action-default);
}

#fullArticle .index-list ul li a:hover {
  color: var(--color--action-hovered);
}

#fullArticle .index-list h4 {
  font-family: var(--font-family--mono);
  font-size: var(--font-size--S);
  color: var(--color--text-dark);
  text-transform: capitalize;
}

#fullArticle .index-list ul,
#fullArticle .index-list ul li {
  margin: 0;
}

#fullArticle .index-list ul li a:hover {
  color: var(--color--action-hovered);
}

#fullArticle .callout,
#fullArticle .callout-blue,
#fullArticle .callout-green,
#fullArticle .callout-red,
#fullArticle .callout-yellow,
#fullArticle .private-note {
  padding: var(--spacing--base-1) var(--spacing--base-1) var(--spacing--base-1-5);
}

#fullArticle .callout p,
#fullArticle .callout-blue p,
#fullArticle .callout-green p,
#fullArticle .callout-red p,
#fullArticle .callout-yellow p,
#fullArticle .private-note p {
  font-size: var(--font-size--M);
  color: var(--color--text-default);
}

#fullArticle .callout {
  background: var(--color--charcoal-100);
  border-left: 3px solid var(--color--charcoal-300);
  border-color: var(--color--charcoal-300);
}

#fullArticle .callout-blue {
  background: var(--color--blue-100);
  border-left: 3px solid var(--color--blue-300);
  border-color: var(--color--blue-300);
}

#fullArticle .callout-green {
  background: var(--color--green-100);
  border-left: 3px solid var(--color--green-300);
  border-color: var(--color--green-300);
}

#fullArticle .callout-red {
  background: var(--color--red-100);
  border-left: 3px solid var(--color--red-300);
  border-color: var(--color--red-300);
}

#fullArticle .callout-yellow {
  background: var(--color--yellow-100);
  border-left: 3px solid var(--color--yellow-300);
  border-color: var(--color--yellow-300);
}

#fullArticle .private-note {
  background: var(--color--purple-100);
  border-left: 3px solid var(--color--purple-300);
  border-color: var(--color--purple-300);
}

#fullArticle .badge {
  background: var(--color--charcoal-600);
  color: var(--color--basics-white);
}

#fullArticle .badge.info {
  background: var(--color--cobalt-600);
}

#fullArticle .badge.success {
  background: var(--color--green-600);
}

#fullArticle .badge.warning {
  background: var(--color--yellow-600);
}

#fullArticle .badge.error {
  background: var(--color--red-600);
}

#serp-dd .result a:hover,
#serp-dd .result > li.active,
#fullArticle strong a,
#fullArticle a strong,
.collection a,
.contentWrapper a,
.most-pop-articles .popArticles a,
.most-pop-articles .popArticles a:hover span,
.category-list .category .article-count,
.category-list .category:hover .article-count {
  color: var(--color--action-default);
}

a:focus,
a:hover {
  color: var(--color--action-hovered);
  text-decoration: none;
}

#fullArticle a {
  color: var(--color--text-dark);
  border-bottom: 1px solid var(--color--text-light);
  cursor: pointer;
}

#fullArticle a:hover {
  color: var(--color--cobalt-600);
  border-bottom-color: var(--color--cobalt-600);
}

#fullArticle strong {
  color: var(--color--text-dark);
  font-weight: var(--font-weight--medium);
}

.articleRatings {
  margin-bottom: var(--spacing--M);
}

.articleFoot {
  clear: none;
  margin: 0;
}

/* clearfix :'( */
.articleFoot::after,
.articleFoot::before {
  display: table;
  content: "";
  line-height: 0;
}

.articleFoot::after {
  clear: both;
}

.articleFoot p,
.articleFoot time {
  font-family: var(--font-family--mono);
  font-size: var(--font-size--XS);
  line-height: var(--line-height--relaxed);
  color: var(--color--text-light);
  font-style: normal;
}

.articleFoot p.lu,
.articleFoot time.lu {
  margin: 0;
}

@media (max-width: 768px) {
  #main-content {
    margin: 0 calc(var(--spacing--S) * -1);
    padding-left: var(--spacing--S);
    padding-right: var(--spacing--S);
  }

  .contentWrapper h1 {
    font-size: var(--font-size--2XL);
  }

  #sidebar {
    margin: 0;
  }
}

/* END
  .contentWrapper
*/

/*
  BEGIN .related
*/
.related {
  background: transparent;
  padding: var(--spacing--S) 0 0;
  margin: 0;
  border: none;
  border-top: 1px solid var(--color--charcoal-300);
}

.related h3 {
  margin: 0 0 var(--spacing--S);
  color: var(--color--text-headline);
  font-weight: var(--font-weight--semibold);
  font-size: var(--font-size--M);
  line-height: var(--line-height--tight);
  text-transform: capitalize;
}

.related ul,
.related ul li {
  padding: 0;
  margin: 0;
}

.related ul li a {
  font-size: var(--font-size--M);
  line-height: var(--line-height--relaxed);
  margin: 0;
}

.related ul li a i {
  display: none;
}

@media (max-width: 768px) {
  .related h3 {
    padding: 0;
  }
}

/*
  END .related
*/

/*
  BEGIN category
*/
#categoryHead .sort {
  top: 0;
}

#categoryHead .sort form {
  margin: 0;
}

#categoryHead .sort select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDkgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjUxMzAxIDRMNy43NTQ5NiA5LjI1SDEuMjcxMDZMNC41MTMwMSA0WiIgZmlsbD0iIzQwNTI2MSIvPgo8cGF0aCBkPSJNNC41MTI4NyAxOEwxLjI3MDkyIDEyLjc1TDcuNzU0ODIgMTIuNzVMNC41MTI4NyAxOFoiIGZpbGw9IiM0MDUyNjEiLz4KPC9zdmc+Cg==);
  background-position: calc(100% - var(--input--padding-x-M)) 50%;
  background-repeat: no-repeat;
  background-color: var(--color--basics-white);
  border-radius: var(--border-radius--S);
  border: 1px solid var(--color--charcoal-500);
  color: var(--color--text-default);
  font-size: var(--font-size--S);
  height: var(--input--height-M);
  line-height: var(--input--height-M);
  padding: 0 var(--input--padding-x-M);
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  width: 100%;
}

.articleList {
  border-top: 1px solid var(--color--charcoal-300);
  padding-top: var(--spacing--S);
  display: flex;
  flex-direction: column;
  gap: var(--spacing--XS);
  margin: 0;
  font-size: var(--font-size--M);
}

.articleList li {
  margin: 0;
  padding: 0;
}

.articleList a {
  font-size: var(--font-size--M);
  line-height: var(--line-height--relaxed);
  margin: 0;
}

.articleList a i {
  display: none;
}

.articleList a:hover span {
  text-decoration: none;
}

/*
  END category
*/

/* PREVIEW admin banner */
.appMessage {
  top: calc(var(--spacing--M) * -1);
  left: calc(var(--spacing--M) * -1);
  width: calc(100% + var(--spacing--M) * 2);
}
