.elementor-7960 .elementor-element.elementor-element-0c860df:not(.elementor-motion-effects-element-type-background), .elementor-7960 .elementor-element.elementor-element-0c860df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-7960 .elementor-element.elementor-element-0c860df{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:25px;margin-bottom:0px;padding:0px 0px 50px 0px;}.elementor-7960 .elementor-element.elementor-element-0c860df > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7960 .elementor-element.elementor-element-06d01ec > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-7960 .elementor-element.elementor-element-b1f5877{--spacer-size:50px;}.elementor-7960 .elementor-element.elementor-element-b1f5877 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Roboto;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7960 .elementor-element.elementor-element-a7241e2 > .elementor-widget-container{margin:0px -34px 0px 0px;}.elementor-7960 .elementor-element.elementor-element-a7241e2 .elementor-heading-title{font-family:"Quicksand", Roboto;font-size:33px;color:#000000;}@media(max-width:767px){.elementor-7960 .elementor-element.elementor-element-0c860df{margin-top:50px;margin-bottom:0px;}.elementor-7960 .elementor-element.elementor-element-a7241e2 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-7960 .elementor-element.elementor-element-a7241e2{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-bac711a */:root {
  --brand-primary: #04b7ef;
  --brand-primary-active: #0391bd;
  --text-primary: #0d0a0b;
  --text-secondary: #767676;
  --emotion-info-default: #1c9cb8;
  --border-color: #ededed;
  --icon-color: #535353;
  --header-height: 90px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--text-primary);
  background-color: #f9f9f9;
}

.header,
.footer {
  height: 80px;
  background-color: #eee;
}

.footer {
  position: sticky;
  top: 100vh;
}

.main {
  max-width: 1120px;
  margin-inline: auto;
  padding: 60px 20px;
}

a {
  text-decoration: underline;
  color: var(--brand-primary);
}
a:hover {
  text-decoration: none;
  color: var(--brand-primary-active);
}

.btn {
  --border-width: 1px;
  display: inline-flex;
  padding: calc(0.5rem - var(--border-width)) calc(2rem - var(--border-width));
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
  border-radius: 2rem;
  transition: 0.3s ease;
}
.btn:hover {
  color: var(--brand-primary-active);
  border-color: var(--brand-primary-active);
}
.btn--primary {
  color: #fff;
  background-color: var(--brand-primary);
}
.btn--primary:hover {
  color: #fff;
  background-color: var(--brand-primary-active);
  border-color: var(--brand-primary-active);
}
.btn--ghost {
  border-color: transparent;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.3;
}

h1,
.h1 {
  margin-bottom: 2rem;
  font-size: 34px;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 17px;
  font-weight: 500;
}

.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

.topic-list {
  position: relative;
  display: grid;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 900px) {
  .topic-list {
    grid-template-columns: 220px auto;
  }
}
@media (min-width: 1650px) {
  .topic-list {
    grid-template-columns: auto;
  }
}
@media (min-width: 1650px) {
  .topic-list__aside {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 2.5rem);
  }
}
.topic-list__category {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}
.topic-list__category-heading {
  font-family: inherit !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
}
.topic-list__category-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.topic-list__category + .topic-list__category {
  margin-top: 2.5rem;
}

.topic-nav {
  position: sticky;
  top: calc(var(--header-height) + 1.25rem);
  width: 220px;
  font-size: 0.875rem;
}
.topic-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topic-nav ul ul {
  padding-left: 1.25rem;
}
.topic-nav li > a,
.topic-nav li > span {
  display: block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  color: currentColor;
  border-bottom: 1px solid transparent;
}
.topic-nav li > a:hover {
  color: var(--brand-primary);
}
.topic-nav li > a.active {
  color: var(--brand-primary);
  border-bottom-color: currentColor;
}

.topic-card {
  padding: 2rem;
  font-size: 0.75rem;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 0.375rem;
}
.topic-card__header {
  margin-bottom: 1.5rem;
}
.topic-card__category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.topic-card__category::before {
  content: "";
  width: 2rem;
  height: 2rem;
  flex: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.topic-card__heading {
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.topic-card--hiring .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%2362bc47%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m19.2%2020.4c-.3%200-.6%200-.9-.1-.9%201.9-2.7%203.2-4.9%203.2-.9%200-1.8-.2-2.6-.7l-2.6.9.8-2.7c-.6-.9-1-2-1-3.2%200-3.1%202.4-5.7%205.4-5.7h.6c1-1.9%202.9-3.1%205.2-3.1%203.2%200%205.8%202.5%205.8%205.7%200%201.2-.4%202.3-1%203.2l.7%202.7-2.8-.9c-.8.4-1.7.7-2.7.7zm-5.8-5.7c0-.5.1-.9.2-1.4-.1%200-.1%200-.2%200-2.2%200-4.2%201.9-4.2%204.4%200%201%20.3%201.8.8%202.6l.3.5-.3%201%20.9-.3.5.3c.6.3%201.2.5%201.9.5%201.5%200%202.9-.9%203.6-2.3-2-.9-3.5-2.9-3.5-5.3zm4.3.1c0%20.4-.3.8-.8.8-.4%200-.8-.3-.8-.8s.3-.8.8-.8c.4%200%20.8.4.8.8zm2.3%200c0%20.4-.3.8-.8.8-.4%200-.8-.3-.8-.8s.3-.8.8-.8c.4%200%20.8.4.8.8zm2.3%200c0%20.4-.3.8-.8.8-.4%200-.8-.3-.8-.8s.3-.8.8-.8c.4%200%20.8.4.8.8z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--attr .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23f6821f%22%2F%3E%3Cpath%20d%3D%22m16.1%2010.5c-3.7%200-6.8%202.3-8.1%205.5%201.3%203.2%204.4%205.5%208.1%205.5s6.8-2.3%208.1-5.5c-1.3-3.2-4.4-5.5-8.1-5.5zm0%209.2c-2%200-3.7-1.7-3.7-3.7s1.7-3.7%203.7-3.7%203.7%201.7%203.7%203.7-1.7%203.7-3.7%203.7zm0-5.9c-1.2%200-2.2%201-2.2%202.2s1%202.2%202.2%202.2%202.2-1%202.2-2.2-1-2.2-2.2-2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--culture .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m8.8%2010.1%207.2-2.1%207.2%202.1v4.3c0%204.5-2.9%208.2-7.2%209.6-4.3-1.4-7.2-5.1-7.2-9.6z%22%2F%3E%3Cpath%20d%3D%22m16%2015.6c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202z%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22m19.2%2018.8c0-.8-.3-1.7-.9-2.3s-1.4-.9-2.3-.9c-.8%200-1.7.3-2.3.9s-.9%201.4-.9%202.3%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.topic-card--motiv .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cpath%20d%3D%22m17.1%2014.9-3.2-3.2%201.1-1.1%202.2%202.1%204.3-4.3%201.1%201.1zm.8%208.6-5.3-1.5v-7.2h1.5l4.7%201.7c.4.2.8.4%201%20.8.3.4.4.8.4%201.2h-1.5c-.5%200-1%200-1.3-.1-.3%200-.6-.1-.8-.2l-1.5-.5-.2.7%201.2.4c.4.1.7.2%201%20.3.3%200%20.6.1%201%20.1h3.7c.8%200%201.4.1%201.8.4.3.3.5.6.5%201.1v.8zm-9.9-.4v-8.3h3v8.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--onboard .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23009edc%22%2F%3E%3Cpath%20d%3D%22m17.8%2016c1.7%200%203.1-1.4%203.1-3.1s-1.4-3.1-3.1-3.1-3.1%201.4-3.1%203.1%201.4%203.1%203.1%203.1zm-6.9-1.5v-1.5c0-.4-.3-.8-.8-.8-.4%200-.8.3-.8.8v1.5h-1.5c-.4%200-.8.3-.8.8s.3.7.8.7h1.5v1.5c0%20.4.3.8.8.8.4%200%20.8-.3.8-.8v-1.5h1.5c.4%200%20.8-.3.8-.8s-.3-.8-.8-.8h-1.5zm6.9%203c-2.1%200-6.2%201-6.2%203.1v.8c0%20.4.3.8.8.8h10.8c.4%200%20.8-.3.8-.8v-.8c0-2-4.1-3.1-6.2-3.1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--prod .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m10%209c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2v-10c0-1.1-.9-2-2-2zm3.7%2010.6c0%20.4.4.8.8.8s.8-.4.8-.8v-7.2c0-.4-.4-.8-.8-.8s-.8.4-.8.8zm-2.2.8c-.4%200-.8-.4-.8-.8v-2.4c0-.4.4-.8.8-.8s.8.4.8.8v2.4c0%20.4-.3.8-.8.8zm8.2-.8c0%20.4.4.8.8.8s.8-.4.8-.8v-2.4c0-.4-.4-.8-.8-.8s-.8.4-.8.8zm-2.2.8c-.4%200-.8-.4-.8-.8v-4.9c0-.4.4-.8.8-.8s.8.4.8.8v4.9c0%20.4-.3.8-.8.8z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--change .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m22.9%2019.4h-2l-3.8-5.7h1.2l.6-.6v-4.5l-.6-.6h-4.6l-.6.6v4.6l.6.6h1.2l-3.8%205.7h-2l-.6.5v3.4l.6.6h3.5l.6-.6v-3.4l-.6-.6h-.1l3.5-5.3%203.5%205.3h-.1l-.5.6v3.4l.6.6h3.5l.6-.6v-3.4zm-8.6-6.8v-3.5h3.5v3.4h-3.5zm-2.3%208v2.3h-2.3v-2.3zm10.3%202.3h-2.3v-2.3h2.3z%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m18%209h-4v4h4zm-9%2011h3v3h-3zm11%200h3v3h-3z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.topic-card--remote .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cpath%20d%3D%22m16%209-8%207.2h2.4v6.4h11.2v-6.4h2.4zm0%204.6c.5%200%20.9.2%201.3.5.3.3.5.8.5%201.3s-.2.9-.5%201.3c-.3.3-.8.5-1.3.5s-.9-.2-1.3-.5c-.3-.3-.5-.8-.5-1.3s.2-.9.5-1.3c.4-.3.8-.5%201.3-.5zm0%205c1.2%200%203.6.6%203.6%201.8v.6h-7.2v-.6c0-1.2%202.4-1.8%203.6-1.8z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--offboard .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23e03b3f%22%2F%3E%3Cpath%20d%3D%22m21.3%2018.5-1.3%201.3-2.5-2.5-1.2%201.2%202.5%202.5-1.3%201.3c-.3.3-.1.7.3.7h3.8c.2%200%20.4-.2.4-.4v-3.8c0-.4-.5-.6-.7-.3zm.7-5.3v-3.8c0-.2-.2-.4-.4-.4h-3.8c-.4%200-.6.5-.3.7l1.3%201.3-4.1%204.1h-5.8c-.5%200-.9.4-.9.9s.4.9.9.9h6.1c.2%200%20.5-.1.6-.3l4.4-4.4%201.3%201.3c.2.3.7.1.7-.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--devel .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cpath%20d%3D%22m23.8%2010-3.8.5c-.1%200-.2.2-.1.3l1.1%201.2-4.4%204.5-2-2c-.1-.1-.3-.1-.4%200l-6.2%206.3v.1.1l.9%201h.2l5.3-5.5%202%202c.1.1.3.1.4%200l5.2-5.4%201.1%201.2h.1.1s.1%200%20.1-.1v-.1l.5-4c.1%200%200-.1-.1-.1z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--reten .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cpath%20d%3D%22m16%208%203.1%204.6%205.4%201.6-3.4%204.4.2%205.5-5.3-2-5.3%201.9.2-5.5-3.4-4.4%205.4-1.6zm-1.5%208.5h-1.5c0%20.8.3%201.5.8%202.1s1.3.9%202.1.9%201.5-.3%202.1-.8.9-1.2.9-2v-.1h-1.5c0%20.4-.1.8-.4%201-.3.3-.6.4-1%20.5-.4%200-.8-.1-1.1-.4s-.5-.6-.5-1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.topic-card--succ .topic-card__category::before {
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m6%200h20c3.3%200%206%202.7%206%206v20c0%203.3-2.7%206-6%206h-20c-3.3%200-6-2.7-6-6v-20c0-3.3%202.7-6%206-6z%22%20fill%3D%22%23963e97%22%2F%3E%3Cpath%20d%3D%22m22.3%208c.5%200%20.9.2%201.2.5s.5.8.5%201.2v1.6c0%20.5-.1%201-.4%201.5-.3.4-.7.8-1.1%201.1l-4.8%202.4c.8.4%201.5%201%201.9%201.9.4.8.5%201.8.3%202.7s-.7%201.7-1.4%202.3c-.7.5-1.6.8-2.5.8s-1.8-.3-2.5-.9-1.2-1.4-1.4-2.3-.1-1.8.3-2.7c.4-.8%201.1-1.5%201.9-1.9l-4.8-2.4c-.4-.2-.8-.6-1.1-1-.2-.3-.4-.8-.4-1.3v-.2-1.6c0-.5.2-.9.5-1.2s.8-.5%201.2-.5zm-6.3%209.1c-.4%200-.8.1-1.1.2-.4.1-.7.4-.9.6-.3.3-.5.6-.6.9-.1.4-.2.7-.2%201.1s.1.8.2%201.1c.1.4.4.7.6.9.3.3.6.5.9.6.4.1.7.2%201.1.2.8%200%201.5-.3%202-.8s.8-1.3.8-2c0-.8-.3-1.5-.8-2s-1.2-.8-2-.8zm3-8h-6v5.2l2.7%201.4c.1%200%20.2.1.3.1s.2%200%20.3-.1l2.7-1.4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

/*# sourceMappingURL=topics.css.map *//* End custom CSS */