/* GuideCom Feature Navigator – HR-Analytics
   ----------------------------------------------------------------------------
   Alle Regeln sind auf .gcnv2 bzw. #gc-ck / #gc-sf / #gc-rp / #gc-dw / #gc-ic
   gescopet, damit sie die Styles von guidecom.de nicht beeinflussen und umgekehrt.

   Bilder und Grafiken:  /fileadmin/feature-navigator/img/
   Roboto:               /_assets/407aa76fe6bede19af48e7793075494f/fonts/
   CodecPro-Regular / CodecPro-Bold bindet guidecom.de selbst ein.
   ---------------------------------------------------------------------------- */

/* ==========================================================================
   SCHRIFTEN
   ========================================================================== */

@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-100.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-500.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-600.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-700.woff2") format("woff2");
}

/* ==========================================================================
   GETEILTE SCREEN-BASIS
   ========================================================================== */

.gcnv2 .gcapp {
  font-family: "Roboto",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  color: #161528;
  display: block;
  width: 100%;
}

.gcnv2 .gcapp .gc-h {
  font-family: 'Roboto',system-ui,sans-serif;
}

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

.gcnv2 .gcapp svg {
  flex-shrink: 0;
  overflow: visible;
}

.gcnv2 .ga-stage {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  container-type: inline-size;
  container-name: gcstage;
  overflow: visible;
}

.gcnv2 .ga-scaler {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  height: 540px;
  transform-origin: top center;
}

.gcnv2 .ga-frame {
  position: relative;
  width: 100%;
}

.gcnv2 .ga-win {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 64px -16px rgba(9,2,41,.48),0 6px 18px -8px rgba(9,2,41,.22);
  background: #090229;
  width: 960px;
  height: 540px;
}

.gcnv2 .ga-sidebar {
  width: 62px;
  flex-shrink: 0;
  background: linear-gradient(180deg,#291f53 0%,#0b0526 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  gap: 6px;
}

.gcnv2 .ga-sbicon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d6a8e;
  flex-shrink: 0;
}

.gcnv2 .ga-sbicon.is-active {
  background: rgba(30,220,131,.15);
  color: #1edc83;
  position: relative;
}

.gcnv2 .ga-sbicon.is-active::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 9px;
  width: 3px;
  height: 22px;
  border-radius: 3px;
  background: #1edc83;
}

.gcnv2 .ga-main {
  flex: 1;
  min-width: 0;
  background: linear-gradient(95deg,#2d2b58 0%,#13112a 55%);
  padding: 12px 12px 12px 0;
  display: flex;
  flex-direction: column;
}

.gcnv2 .ga-tabbar {
  height: 38px;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.gcnv2 .ga-tab-lbl {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  height: 38px;
  color: #1edc83;
  font-size: 13px;
  font-weight: 500;
}

.gcnv2 .ga-tab-act {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 38px;
  background: linear-gradient(90deg,#46427b 0%,#2a2849 80%);
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.gcnv2 .ga-panel {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gcnv2 .ga-panelhead {
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  border-bottom: 1px solid #eaeaec;
}

.gcnv2 .ga-body {
  flex: 1;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

.gcnv2 .ga-dnav {
  width: 222px;
  flex-shrink: 0;
  border-right: 1px solid #eaeaec;
  padding: 18px 0 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.gcnv2 .ga-grid {
  flex: 1;
  min-width: 0;
  background: #f5f5f7;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
  overflow: hidden;
}

.gcnv2 .ga-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8ea;
  padding: 16px 18px;
  box-shadow: 0 1px 4px rgba(9,2,41,.06),0 4px 12px rgba(9,2,41,.03);
}

.gcnv2 .ga-av {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto',system-ui,sans-serif;
  font-weight: 700;
  color: #0d2c22;
  background: linear-gradient(150deg,#b9f2cc 0%,#5fe3bd 100%);
  box-shadow: 0 0 0 2px #1edc83,0 0 0 4px rgba(30,220,131,.18);
  flex-shrink: 0;
}

.gcnv2 .ga-btn-prim {
  height: 34px;
  padding: 0 16px;
  border-radius: 7px;
  background: linear-gradient(180deg,#b9f2cc 0%,#00d7d7 100%);
  display: flex;
  align-items: center;
  color: #0d2c22;
  font-size: 13px;
  font-weight: 700;
}

.gcnv2 .ga-btn-sec {
  height: 34px;
  padding: 0 14px;
  border-radius: 7px;
  border: 1px solid #b2b2b2;
  display: flex;
  align-items: center;
  color: #161528;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
}

.gcnv2 .ga-ico-btn {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  border: 1px solid #e4e5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
}

.gcnv2 .ga-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 600;
}

.gcnv2 .ga-chip--amber {
  background: #fff7e6;
  border: 1px solid #ffe4a6;
  color: #7a4000;
}

.gcnv2 .ga-chip--green {
  background: #edf9f3;
  border: 1px solid #bff0d8;
  color: #0a8f5b;
}

.gcnv2 .ga-chip--grey {
  background: #f0f0f5;
  border: 1px solid #e4e5eb;
  color: #3e3c72;
}

.gcnv2 .ga-chip--blue {
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: #286ef0;
}

.gcnv2 .ga-chip--red {
  background: #fdecec;
  border: 1px solid #f6c9c9;
  color: #cc2530;
}

.gcnv2 .ga-navitem {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-left: 3px solid transparent;
  color: #525252;
  font-size: 13px;
}

.gcnv2 .ga-navitem.is-active {
  background: #f0fbf6;
  border-left-color: #1edc83;
  color: #161528;
  font-weight: 600;
}

.gcnv2 .ga-navitem.is-muted {
  color: #a0a0ab;
}

.gcnv2 .ga-kpi {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e8e8ea;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gcnv2 .ga-kpi-lbl {
  font-size: 11px;
  color: #828282;
  line-height: 1.25;
}

.gcnv2 .ga-kpi-val {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.gcnv2 .ga-kpi-num {
  font-family: 'Roboto',system-ui,sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #161528;
  line-height: 1;
}

.gcnv2 .ga-kpi-unit {
  font-size: 11px;
  color: #a0a0ab;
}

.gcnv2 .gc-play .ga-frame {
  animation: gc-build .55s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-box {
  animation: gc-rise .6s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-seg {
  animation: gc-draw 1.05s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-bar {
  animation: gc-barl .9s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-barv {
  animation: gc-barv .9s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-leg {
  animation: gc-fade .55s ease backwards;
}

.gcnv2 .gc-amb .gc-pulse {
  animation: gc-pulse 2s ease-out infinite;
}

.gcnv2 .gc-amb .gc-flowline {
  stroke-dasharray: 6 6;
  animation: gc-flow 1.1s linear infinite;
}

.gcnv2 .gc-bar, .gcnv2 .gc-barv {
  transform-origin: left;
}

.gcnv2 .gc-barv {
  transform-origin: bottom;
}

.gcnv2 .ga-stage {
  animation: gc-bob 7s ease-in-out infinite;
}

.gcnv2,
.gcnv2 *,
.gcnv2 *::before,
.gcnv2 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.gcnv2 {
  padding: 0 0 112px;
  font-family: CodecPro-Regular,"Helvetica Neue",Arial,system-ui,sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #161528;
}

.gcnv2 a {
  color: #286ef0;
  text-decoration: none;
}

.gcnv2 a:hover {
  color: #161528;
  text-decoration: underline;
}

/* ==========================================================================
   SCREEN: HR-COCKPIT
   ========================================================================== */

#gc-ck, #gc-ck * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-ck {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: STEUERUNGSFELDER
   ========================================================================== */

#gc-sf, #gc-sf * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-sf {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: REPORTING
   ========================================================================== */

#gc-rp, #gc-rp * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-rp {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: HR-DATA-WAREHOUSE
   ========================================================================== */

#gc-dw, #gc-dw * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-dw {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: INDIVIDUELLE COCKPITS
   ========================================================================== */

#gc-ic, #gc-ic * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-ic {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes gc-bob {
  0%,100% { transform:translateY(0) }
  50% { transform:translateY(-9px) }
}

@keyframes gc-build {
  from { opacity:0;transform:translateY(18px) scale(.983) }
}

@keyframes gc-rise {
  from { opacity:0;transform:translateY(12px) }
}

@keyframes gc-draw {
  from { stroke-dashoffset:var(--len) }
}

@keyframes gc-barl {
  from { transform:scaleX(0) }
}

@keyframes gc-barv {
  from { transform:scaleY(0) }
}

@keyframes gc-fade {
  from { opacity:0 }
}

@keyframes gc-notify {
  0%,27% { opacity:0;transform:translateY(18px) scale(.95) }
  36%,74% { opacity:1;transform:translateY(0) scale(1) }
  87%,100% { opacity:0;transform:translateY(18px) scale(.95) }
}

@keyframes gc-pulse {
  0% { box-shadow:0 0 0 0 rgba(30,220,131,.55) }
  70% { box-shadow:0 0 0 7px rgba(30,220,131,0) }
  100% { box-shadow:0 0 0 0 rgba(30,220,131,0) }
}

@keyframes gc-flow {
  from { stroke-dashoffset:22 }
  to { stroke-dashoffset:0 }
}

@keyframes gcnv2In {
  from { opacity:0;transform:translateY(16px) }
  to { opacity:1;transform:translateY(0) }
}

/* ==========================================================================
   SKALIERUNG (CONTAINER QUERIES)
   ========================================================================== */

@container gcstage (max-width:959px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.9990);
  }
}

@container gcstage (max-width:919px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.9573);
  }
}

@container gcstage (max-width:879px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.9156);
  }
}

@container gcstage (max-width:839px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.8740);
  }
}

@container gcstage (max-width:799px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.8323);
  }
}

@container gcstage (max-width:759px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.7906);
  }
}

@container gcstage (max-width:719px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.7490);
  }
}

@container gcstage (max-width:679px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.7073);
  }
}

@container gcstage (max-width:639px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.6656);
  }
}

@container gcstage (max-width:599px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.6240);
  }
}

@container gcstage (max-width:559px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.5823);
  }
}

@container gcstage (max-width:519px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.5406);
  }
}

@container gcstage (max-width:479px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.4990);
  }
}

@container gcstage (max-width:439px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.4573);
  }
}

@container gcstage (max-width:399px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.4156);
  }
}

@container gcstage (max-width:359px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.3740);
  }
}

@container gcstage (min-width:1000px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.0417);
  }
}

@container gcstage (min-width:1040px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.0833);
  }
}

@container gcstage (min-width:1080px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.1250);
  }
}

@container gcstage (min-width:1120px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.1667);
  }
}

@container gcstage (min-width:1160px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.2083);
  }
}

@container gcstage (min-width:1200px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.2500);
  }
}

@container gcstage (max-width:680px) {
  .gcnv2 .ga-grid {
    grid-template-columns: 1fr;
  }

  .gcnv2 .ga-dnav {
    display: none;
  }

  .gcnv2 .ga-sidebar .ga-sblabel {
    display: none;
  }
}

/* ==========================================================================
   SEKTION: TABS, PANELS, INFOKARTE
   ========================================================================== */

.gcnv2__panel.is-active:not(:has(.gcnv2__card)) {
  grid-template-columns: 1fr!important;
}

.gcnv2__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: visible;
}

.gcnv2__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.gcnv2__tab {
  height: 2.5rem;
  padding: .1875rem 1.25rem;
  border-radius: 38.5px;
  border: 2px solid #e1e3e6;
  background: #fff;
  color: #48475a;
  font-size: .75rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: .005em;
  transition: background .2s,color .2s,border-color .2s,box-shadow .2s,transform .12s;
}

.gcnv2__tab:hover {
  border-color: #1edc82;
  color: #161528;
  transform: translateY(-1px);
}

.gcnv2__tab.is-active {
  background: #1edc82;
  border-color: #1edc82;
  color: #161528;
  box-shadow: 0 4px 18px rgba(30,220,130,.32);
  transform: translateY(-1px);
}

.gcnv2__panel {
  display: none;
  overflow: visible;
}

.gcnv2__panel.is-active {
  display: grid;
  grid-template-columns: minmax(0,1fr) clamp(320px,29vw,400px);
  gap: clamp(40px,4.5vw,64px);
  align-items: center;
  animation: gcnv2In .38s cubic-bezier(.22,1,.36,1) forwards;
}

.gcnv2__frag {
  position: relative;
  overflow: visible;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  min-width: 0;
}

.gcnv2, .gcnv2__inner, .gcnv2__panel.is-active {
  overflow: visible!important;
}

.gcnv2__card {
  background: #f7f8f8!important;
  border-radius: 20px!important;
  padding: clamp(26px,2.6vw,36px) clamp(26px,2.8vw,38px)!important;
  display: grid!important;
  grid-template-columns: 1fr!important;
  gap: 22px!important;
  align-items: start!important;
  max-width: none!important;
  width: 100%!important;
  margin: 0!important;
  align-self: center!important;
  border: 1px solid rgba(22,21,40,.06)!important;
  box-shadow: 0 2px 16px rgba(22,21,40,.06)!important;
  box-sizing: border-box!important;
}

.gcnv2__eyebrow {
  font-size: .75rem!important;
  line-height: 1.125rem!important;
  font-weight: 700!important;
  letter-spacing: .12em!important;
  text-transform: uppercase!important;
  color: #1edc82!important;
  margin-bottom: 14px!important;
}

.gcnv2__headline {
  font-size: 1.5rem!important;
  font-weight: 600!important;
  line-height: 2rem!important;
  letter-spacing: normal!important;
  color: #161528!important;
  margin-bottom: 0!important;
  text-wrap: balance!important;
}

.gcnv2__body {
  font-size: 15px!important;
  line-height: 1.65!important;
  color: #48475a!important;
  text-wrap: pretty!important;
}

.gcnv2__usps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(22,21,40,.07);
}

.gcnv2__usp {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gcnv2__usp-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1edc82;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gcnv2__usp-text {
  font-size: 1rem!important;
  font-weight: 400!important;
  color: #161528!important;
  line-height: 1.5!important;
  text-wrap: pretty!important;
}

.gcnv2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  align-self: flex-start;
  min-height: 2.5rem;
  min-width: 11.5625rem;
  padding: .1875rem .9375rem;
  border: 2px solid #1edc82;
  border-radius: 38.5px;
  background: #1edc82;
  color: #28282d!important;
  font-size: .75rem;
  line-height: 2.5;
  font-weight: 600;
  font-family: CodecPro-Bold,"Helvetica Neue",Arial,sans-serif;
  text-decoration: none!important;
  letter-spacing: normal;
  transition: background .2s ease,color .2s ease,border-color .2s ease;
}

.gcnv2__cta:hover {
  background: #00e99b;
  border-color: #00e99b;
  color: #28282d!important;
  text-decoration: none!important;
}

.gcnv2__cta:active {
  background: #00e99b;
  color: #28282d!important;
}

/* Fette Elemente der Hülle auf den Bold-Schnitt der Website; die Familien CodecPro-Regular / CodecPro-Bold bindet guidecom.de bereits ein. */ .gcnv2__tab, .gcnv2__eyebrow, .gcnv2__cta {
  font-family: CodecPro-Bold,"Helvetica Neue",Arial,sans-serif;
}

/* Karten-Headline im Regular-Schnitt – wie die h4 der Website. */ .gcnv2__headline {
  font-family: CodecPro-Regular,"Helvetica Neue",Arial,sans-serif;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (prefers-reduced-motion:reduce) {
  .gcnv2 .gc-play *, .gcnv2 .gc-amb * {
    animation: none!important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .gcnv2 .ga-stage {
    animation: none;
  }
}

@media (min-width:1181px) {
  .gcnv2__panel.is-active {
    position: relative;
  }

  .gcnv2__card {
    position: absolute!important;
    top: 50%!important;
    right: 0!important;
    transform: translateY(-50%)!important;
    width: clamp(320px,29vw,400px)!important;
    overflow: visible!important;
    gap: clamp(16px,1.6vw,22px)!important;
  }

  .gcnv2__eyebrow {
    margin-bottom: clamp(8px,1vw,14px)!important;
  }

  .gcnv2__headline {
    margin-bottom: 0!important;
  }

  .gcnv2__body {
    font-size: clamp(13.5px,1.08vw,15px)!important;
    line-height: 1.55!important;
  }

  .gcnv2__usps {
    gap: clamp(11px,1.2vw,16px)!important;
    padding-top: clamp(16px,1.6vw,22px)!important;
  }

  .gcnv2__usp-text {
    font-size: .875rem!important;
    line-height: 1.5!important;
  }

  .gcnv2__usp-icon {
    width: clamp(22px,1.9vw,26px)!important;
    height: clamp(22px,1.9vw,26px)!important;
  }

  .gcnv2__cta {
    font-size: .75rem;
  }
}

@media (max-width:1180px) {
  .gcnv2__panel.is-active {
    grid-template-columns: 1fr!important;
    gap: 32px!important;
  }

  .gcnv2__frag {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .gcnv2__card {
    grid-template-columns: 1fr 1fr!important;
    gap: 48px!important;
    align-items: center!important;
    max-width: 840px!important;
    margin: 0 auto!important;
  }

  .gcnv2__usps {
    padding-top: 0!important;
    border-top: none!important;
  }
}

@media (max-width:860px) {
  .gcnv2__card {
    grid-template-columns: 1fr!important;
    gap: 28px!important;
    padding: 32px 28px!important;
    max-width: 100%!important;
  }

  .gcnv2__headline {
    font-size: 1.25rem!important;
    line-height: 1.62!important;
  }
}

@media (max-width:640px) {
  .gcnv2__usps {
    gap: 12px!important;
  }
}

@media (max-width:540px) {
  .gcnv2 {
    padding: 44px 0 56px;
  }

  .gcnv2__tab {
    font-size: .75rem;
    height: 2.25rem;
    padding: .1875rem .875rem;
  }

  .gcnv2__inner {
    padding: 0 16px;
  }
}

/* ==========================================================================
   ELEMENT-STYLES (VORMALS INLINE)
   ========================================================================== */

#gc-ck .gcsh-1 {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
  width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 14px;
  box-shadow: 0 16px 40px -10px rgba(22,21,40,.26),0 4px 10px -4px rgba(22,21,40,.12);
}

#gc-ck .gcsh-2 {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8faf2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gc-ck .gcsh-3 {
  font-size: 13px;
  font-weight: 700;
  color: #161528;
  line-height: 1.2;
}

#gc-ck .gcsh-4 {
  font-size: 11.5px;
  color: #828282;
  margin-top: 3px;
}

#gc-ck .gcsh-5,
#gc-sf .gcsh-5,
#gc-rp .gcsh-5,
#gc-dw .gcsh-5,
#gc-ic .gcsh-5 {
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
}

#gc-ck .gcsh-6,
#gc-sf .gcsh-6,
#gc-rp .gcsh-6,
#gc-dw .gcsh-6,
#gc-ic .gcsh-6 {
  flex: 1;
}

#gc-ck .gcsh-7,
#gc-sf .gcsh-7,
#gc-rp .gcsh-7,
#gc-dw .gcsh-7,
#gc-ic .gcsh-7 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1edc83;
  font-weight: 700;
  font-size: 10px;
}

#gc-ck .gcsh-8,
#gc-sf .gcsh-8,
#gc-rp .gcsh-8,
#gc-dw .gcsh-8,
#gc-ic .gcsh-8 {
  margin-left: 2px;
}

#gc-ck .gcsh-9,
#gc-sf .gcsh-9,
#gc-rp .gcsh-9,
#gc-dw .gcsh-9,
#gc-ic .gcsh-9 {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(30,220,131,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#gc-ck .gcsh-10,
#gc-sf .gcsh-10,
#gc-rp .gcsh-10,
#gc-dw .gcsh-10,
#gc-ic .gcsh-10 {
  flex: 1;
  min-width: 0;
}

#gc-ck .gcsh-11,
#gc-sf .gcsh-11,
#gc-rp .gcsh-11,
#gc-dw .gcsh-11,
#gc-ic .gcsh-11 {
  font-size: 17px;
  font-weight: 700;
  color: #161528;
  letter-spacing: -.015em;
  line-height: 1.1;
}

#gc-ck .gcsh-12,
#gc-sf .gcsh-12,
#gc-rp .gcsh-12,
#gc-dw .gcsh-12,
#gc-ic .gcsh-12 {
  font-size: 12px;
  color: #828282;
  margin-top: 2px;
}

#gc-ck .gcsh-13,
#gc-sf .gcsh-13,
#gc-rp .gcsh-13,
#gc-dw .gcsh-13,
#gc-ic .gcsh-13 {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

#gc-ck .gcsh-14, #gc-rp .gcsh-14 {
  padding-right: 16px;
}

#gc-ck .gcsh-15 {
  font-size: 10.5px;
  color: #a0a0ab;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
}

#gc-ck .gcsh-16 {
  font-size: 13px;
  color: #161528;
  font-weight: 500;
  line-height: 1.4;
}

#gc-ck .gcsh-17 {
  align-self: flex-start;
}

#gc-ck .gcsh-18, #gc-dw .gcsh-18 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a8f5b;
}

#gc-ck .gcsh-19, #gc-rp .gcsh-19 {
  height: 1px;
  background: #eaeaec;
  margin-right: 16px;
}

#gc-ck .gcsh-20, #gc-sf .gcsh-20, #gc-rp .gcsh-20 {
  margin: 0 -16px;
}

#gc-ck .gcsh-21 {
  margin-top: auto;
  margin-right: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  color: #286ef0;
  font-weight: 600;
}

#gc-ck .gcsh-22 {
  grid-template-rows: auto auto auto;
  padding: 12px;
  gap: 6px;
}

#gc-ck .gcsh-23 {
  grid-column: 1/-1;
  display: flex;
  gap: 10px;
}

#gc-ck .gcsh-24 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: #0a8f5b;
  font-weight: 600;
}

#gc-ck .gcsh-25 {
  color: #cc2530;
}

#gc-ck .gcsh-26 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: #cc2530;
  font-weight: 600;
}

#gc-ck .gcsh-27 {
  font-size: 10.5px;
  color: #a0a0ab;
}

#gc-ck .gcsh-28 {
  animation-delay: .12s;
  padding: 8px 14px;
}

#gc-ck .gcsh-29 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

#gc-ck .gcsh-30, #gc-rp .gcsh-30 {
  font-size: 13.5px;
  font-weight: 700;
  color: #161528;
}

#gc-ck .gcsh-31 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#gc-ck .gcsh-32, #gc-ic .gcsh-32 {
  display: flex;
  align-items: center;
  gap: 10px;
}

#gc-ck .gcsh-33 {
  width: 118px;
  flex-shrink: 0;
  font-size: 11.5px;
  color: #525252;
}

#gc-ck .gcsh-34 {
  flex: 1;
  height: 10px;
  background: #edeef2;
  border-radius: 99px;
  overflow: hidden;
}

#gc-ck .gcsh-35 {
  height: 100%;
  width: 100%;
  background: #0b2340;
  border-radius: 99px;
  animation-delay: .3s;
}

#gc-ck .gcsh-36 {
  width: 20px;
  text-align: right;
  font-size: 11.5px;
  font-weight: 600;
  color: #161528;
}

#gc-ck .gcsh-37 {
  height: 100%;
  width: 64%;
  background: #693c63;
  border-radius: 99px;
  animation-delay: .38s;
}

#gc-ck .gcsh-38 {
  height: 100%;
  width: 43%;
  background: #1edc83;
  border-radius: 99px;
  animation-delay: .46s;
}

#gc-ck .gcsh-39 {
  height: 100%;
  width: 43%;
  background: #4fa2a8;
  border-radius: 99px;
  animation-delay: .54s;
}

#gc-ck .gcsh-40 {
  height: 100%;
  width: 36%;
  background: #8eedc1;
  border-radius: 99px;
}

#gc-ck .gcsh-41 {
  height: 100%;
  width: 29%;
  background: #7ea2bc;
  border-radius: 99px;
}

#gc-ck .gcsh-42 {
  height: 100%;
  width: 21%;
  background: #c9ccd6;
  border-radius: 99px;
}

#gc-ck .gcsh-43 {
  animation-delay: .24s;
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
}

#gc-ck .gcsh-44 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

#gc-ck .gcsh-45 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10.5px;
  color: #828282;
}

#gc-ck .gcsh-46 {
  display: flex;
  align-items: center;
  gap: 5px;
}

#gc-ck .gcsh-47 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #98f0c7;
}

#gc-ck .gcsh-48, #gc-sf .gcsh-48 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #164780;
}

#gc-ck .gcsh-49 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 18px;
  padding: 2px 6px 0;
  min-height: 86px;
}

#gc-ck .gcsh-50 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex: 1;
}

#gc-ck .gcsh-51 {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 90px;
}

#gc-ck .gcsh-52 {
  width: 22px;
  height: 56%;
  background: #98f0c7;
  border-radius: 4px 4px 0 0;
  animation-delay: .34s;
}

#gc-ck .gcsh-53 {
  width: 22px;
  height: 84%;
  background: #164780;
  border-radius: 4px 4px 0 0;
  animation-delay: .4s;
}

#gc-ck .gcsh-54 {
  font-size: 11px;
  color: #8c8b98;
}

#gc-ck .gcsh-55 {
  width: 22px;
  height: 42%;
  background: #98f0c7;
  border-radius: 4px 4px 0 0;
  animation-delay: .46s;
}

#gc-ck .gcsh-56 {
  width: 22px;
  height: 64%;
  background: #164780;
  border-radius: 4px 4px 0 0;
  animation-delay: .52s;
}

#gc-ck .gcsh-57 {
  width: 22px;
  height: 22%;
  background: #98f0c7;
  border-radius: 4px 4px 0 0;
  animation-delay: .58s;
}

#gc-ck .gcsh-58 {
  width: 22px;
  height: 31%;
  background: #164780;
  border-radius: 4px 4px 0 0;
  animation-delay: .64s;
}

#gc-ck .gcsh-59 {
  grid-column: 1/-1;
  animation-delay: .36s;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 13px 18px;
}

#gc-ck .gcsh-60 {
  position: relative;
  width: 104px;
  height: 104px;
  flex-shrink: 0;
}

#gc-ck .gcsh-61 {
  --len: 6.28;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
  animation-delay: .5s;
}

#gc-ck .gcsh-62 {
  --len: 47.12;
  transform: rotate(-82.8deg);
  transform-origin: 60px 60px;
  animation-delay: .58s;
}

#gc-ck .gcsh-63 {
  --len: 72.26;
  transform: rotate(-28.8deg);
  transform-origin: 60px 60px;
  animation-delay: .66s;
}

#gc-ck .gcsh-64 {
  --len: 84.82;
  transform: rotate(54deg);
  transform-origin: 60px 60px;
  animation-delay: .74s;
}

#gc-ck .gcsh-65 {
  --len: 72.26;
  transform: rotate(151.2deg);
  transform-origin: 60px 60px;
  animation-delay: .82s;
}

#gc-ck .gcsh-66 {
  --len: 31.42;
  transform: rotate(234deg);
  transform-origin: 60px 60px;
  animation-delay: .9s;
}

#gc-ck .gcsh-67 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#gc-ck .gcsh-68 {
  font-size: 21px;
  font-weight: 700;
  color: #161528;
  line-height: 1;
}

#gc-ck .gcsh-69 {
  font-size: 9px;
  color: #a0a0ab;
}

#gc-ck .gcsh-70 {
  font-size: 13.5px;
  font-weight: 700;
  color: #161528;
  margin-bottom: 9px;
}

#gc-ck .gcsh-71 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px 22px;
}

#gc-ck .gcsh-72 {
  display: flex;
  align-items: center;
  gap: 8px;
  animation-delay: .6s;
}

#gc-ck .gcsh-73 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgb(177,215,243);
}

#gc-ck .gcsh-74 {
  font-size: 11.5px;
  color: #525252;
}

#gc-ck .gcsh-75 {
  font-size: 11.5px;
  color: #a0a0ab;
  margin-left: auto;
}

#gc-ck .gcsh-76 {
  display: flex;
  align-items: center;
  gap: 8px;
  animation-delay: .66s;
}

#gc-ck .gcsh-77 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgb(79,162,168);
}

#gc-ck .gcsh-78 {
  display: flex;
  align-items: center;
  gap: 8px;
  animation-delay: .72s;
}

#gc-ck .gcsh-79 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgb(142,237,193);
}

#gc-ck .gcsh-80 {
  display: flex;
  align-items: center;
  gap: 8px;
  animation-delay: .78s;
}

#gc-ck .gcsh-81 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgb(0,100,65);
}

#gc-ck .gcsh-82 {
  display: flex;
  align-items: center;
  gap: 8px;
  animation-delay: .84s;
}

#gc-ck .gcsh-83 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgb(126,162,188);
}

#gc-ck .gcsh-84 {
  display: flex;
  align-items: center;
  gap: 8px;
  animation-delay: .9s;
}

#gc-ck .gcsh-85 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgb(32,106,191);
}

#gc-sf .gcsh-86, #gc-rp .gcsh-86 {
  font-size: 10.5px;
  color: #a0a0ab;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-right: 16px;
}

#gc-sf .gcsh-87, #gc-dw .gcsh-87 {
  grid-template-columns: 1fr;
}

#gc-sf .gcsh-88 {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}

#gc-sf .gcsh-89 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

#gc-sf .gcsh-90 {
  font-size: 13.5px;
  font-weight: 700;
  color: #161528;
  flex-shrink: 0;
}

#gc-sf .gcsh-91 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  color: #828282;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

#gc-sf .gcsh-92 {
  display: flex;
  align-items: center;
  gap: 4px;
}

#gc-sf .gcsh-93 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #60a9ff;
}

#gc-sf .gcsh-94 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #0b2340;
}

#gc-sf .gcsh-95 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #17a562;
}

#gc-sf .gcsh-96 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #8eedc1;
}

#gc-sf .gcsh-97 {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #7ea2bc;
}

#gc-sf .gcsh-98 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  gap: 32px;
  padding: 8px 24px 0;
  min-height: 0;
}

#gc-sf .gcsh-99 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

#gc-sf .gcsh-100 {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 196px;
}

#gc-sf .gcsh-101 {
  width: 18px;
  height: 12%;
  background: #60a9ff;
  border-radius: 3px 3px 0 0;
  animation-delay: .30s;
}

#gc-sf .gcsh-102 {
  width: 18px;
  height: 31%;
  background: #164780;
  border-radius: 3px 3px 0 0;
  animation-delay: .36s;
}

#gc-sf .gcsh-103 {
  width: 18px;
  height: 38%;
  background: #0b2340;
  border-radius: 3px 3px 0 0;
  animation-delay: .42s;
}

#gc-sf .gcsh-104 {
  width: 18px;
  height: 76%;
  background: #17a562;
  border-radius: 3px 3px 0 0;
  animation-delay: .48s;
}

#gc-sf .gcsh-105 {
  width: 18px;
  height: 16%;
  background: #8eedc1;
  border-radius: 3px 3px 0 0;
  animation-delay: .54s;
}

#gc-sf .gcsh-106 {
  width: 18px;
  height: 6%;
  background: #7ea2bc;
  border-radius: 3px 3px 0 0;
  animation-delay: .60s;
}

#gc-sf .gcsh-107 {
  font-size: 11px;
  color: #8c8b98;
  text-align: center;
}

#gc-sf .gcsh-108 {
  width: 18px;
  height: 10%;
  background: #60a9ff;
  border-radius: 3px 3px 0 0;
  animation-delay: .42s;
}

#gc-sf .gcsh-109 {
  width: 18px;
  height: 36%;
  background: #164780;
  border-radius: 3px 3px 0 0;
  animation-delay: .48s;
}

#gc-sf .gcsh-110 {
  width: 18px;
  height: 57%;
  background: #0b2340;
  border-radius: 3px 3px 0 0;
  animation-delay: .54s;
}

#gc-sf .gcsh-111 {
  width: 18px;
  height: 82%;
  background: #17a562;
  border-radius: 3px 3px 0 0;
  animation-delay: .60s;
}

#gc-sf .gcsh-112 {
  width: 18px;
  height: 42%;
  background: #8eedc1;
  border-radius: 3px 3px 0 0;
  animation-delay: .66s;
}

#gc-sf .gcsh-113 {
  width: 18px;
  height: 4%;
  background: #7ea2bc;
  border-radius: 3px 3px 0 0;
  animation-delay: .72s;
}

#gc-sf .gcsh-114 {
  width: 18px;
  height: 8%;
  background: #60a9ff;
  border-radius: 3px 3px 0 0;
  animation-delay: .54s;
}

#gc-sf .gcsh-115 {
  width: 18px;
  height: 46%;
  background: #164780;
  border-radius: 3px 3px 0 0;
  animation-delay: .60s;
}

#gc-sf .gcsh-116 {
  width: 18px;
  height: 64%;
  background: #0b2340;
  border-radius: 3px 3px 0 0;
  animation-delay: .66s;
}

#gc-sf .gcsh-117 {
  width: 18px;
  height: 53%;
  background: #17a562;
  border-radius: 3px 3px 0 0;
  animation-delay: .72s;
}

#gc-sf .gcsh-118 {
  width: 18px;
  height: 22%;
  background: #8eedc1;
  border-radius: 3px 3px 0 0;
  animation-delay: .78s;
}

#gc-sf .gcsh-119 {
  width: 18px;
  height: 7%;
  background: #7ea2bc;
  border-radius: 3px 3px 0 0;
  animation-delay: .84s;
}

#gc-rp .gcsh-120, #gc-ic .gcsh-120 {
  margin-right: 6px;
}

#gc-rp .gcsh-121 {
  font-size: 10.5px;
  color: #a0a0ab;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 6px;
}

#gc-rp .gcsh-122, #gc-dw .gcsh-122 {
  font-size: 12.5px;
  color: #161528;
  font-weight: 500;
}

#gc-rp .gcsh-123 {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

#gc-rp .gcsh-124 {
  display: flex;
  gap: 12px;
}

#gc-rp .gcsh-125 {
  font-size: 17px;
}

#gc-rp .gcsh-126 {
  animation-delay: .14s;
}

#gc-rp .gcsh-127 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

#gc-rp .gcsh-128 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-rp .gcsh-129 {
  display: flex;
  align-items: center;
  gap: 12px;
}

#gc-rp .gcsh-130 {
  width: 150px;
  flex-shrink: 0;
  font-size: 12px;
  color: #525252;
}

#gc-rp .gcsh-131 {
  flex: 1;
  height: 14px;
  background: #edeef2;
  border-radius: 99px;
  overflow: hidden;
}

#gc-rp .gcsh-132 {
  height: 100%;
  width: 100%;
  background: #1edc83;
  border-radius: 99px;
  animation-delay: .3s;
}

#gc-rp .gcsh-133 {
  width: 34px;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  color: #161528;
}

#gc-rp .gcsh-134 {
  height: 100%;
  width: 74%;
  background: #1edc83;
  border-radius: 99px;
  animation-delay: .4s;
}

#gc-rp .gcsh-135 {
  height: 100%;
  width: 58%;
  background: #3e3c72;
  border-radius: 99px;
  animation-delay: .5s;
}

#gc-rp .gcsh-136 {
  height: 100%;
  width: 47%;
  background: #3e3c72;
  border-radius: 99px;
  animation-delay: .6s;
}

#gc-rp .gcsh-137 {
  height: 100%;
  width: 33%;
  background: #c9ccd6;
  border-radius: 99px;
}

#gc-rp .gcsh-138 {
  height: 100%;
  width: 26%;
  background: #c9ccd6;
  border-radius: 99px;
}

#gc-rp .gcsh-139 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eaeaec;
  font-size: 11.5px;
  color: #286ef0;
  font-weight: 600;
}

#gc-dw .gcsh-140 {
  grid-column: 1/-1;
  position: relative;
  padding: 24px;
}

#gc-dw .gcsh-141 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
  position: relative;
  z-index: 2;
}

#gc-dw .gcsh-142 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 172px;
  flex-shrink: 0;
}

#gc-dw .gcsh-143 {
  font-size: 10.5px;
  color: #a0a0ab;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 2px;
}

#gc-dw .gcsh-144 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  animation-delay: .2s;
}

#gc-dw .gcsh-145 {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto',system-ui,sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #286ef0;
}

#gc-dw .gcsh-146 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  animation-delay: .3s;
}

#gc-dw .gcsh-147 {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #eafaf2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto',system-ui,sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #0a8f5b;
}

#gc-dw .gcsh-148 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  animation-delay: .4s;
}

#gc-dw .gcsh-149 {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #f0f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e3c72;
}

#gc-dw .gcsh-150 {
  flex-shrink: 0;
}

#gc-dw .gcsh-151 {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 180px;
}

#gc-dw .gcsh-152 {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  background: linear-gradient(160deg,#0b0526 0%,#291f53 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 14px 34px -10px rgba(9,2,41,.5);
  animation-delay: .5s;
}

#gc-dw .gcsh-153 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

#gc-dw .gcsh-154 {
  animation-delay: .9s;
}

#gc-dw .gcsh-155 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  animation-delay: .6s;
}

#gc-dw .gcsh-156 {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(30,220,131,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a8f5b;
}

#gc-dw .gcsh-157 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  animation-delay: .7s;
}

#gc-dw .gcsh-158 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  animation-delay: .8s;
}

#gc-ic .gcsh-159 {
  height: 34px;
  width: 180px;
  border-radius: 7px;
  border: 1px solid #e4e5eb;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: #a0a0ab;
  font-size: 12.5px;
}

#gc-ic .gcsh-160 {
  grid-template-columns: 1fr 1fr 1fr;
}

#gc-ic .gcsh-161 {
  animation-delay: .1s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-ic .gcsh-162 {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(30,220,131,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a8f5b;
}

#gc-ic .gcsh-163 {
  font-size: 13px;
  font-weight: 700;
  color: #161528;
}

#gc-ic .gcsh-164 {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 44px;
}

#gc-ic .gcsh-165 {
  width: 11px;
  height: 40%;
  background: #c9e8dc;
  border-radius: 2px;
  animation-delay: .3s;
}

#gc-ic .gcsh-166 {
  width: 11px;
  height: 66%;
  background: #8eedc1;
  border-radius: 2px;
  animation-delay: .34s;
}

#gc-ic .gcsh-167 {
  width: 11px;
  height: 52%;
  background: #c9e8dc;
  border-radius: 2px;
  animation-delay: .38s;
}

#gc-ic .gcsh-168 {
  width: 11px;
  height: 88%;
  background: #1edc83;
  border-radius: 2px;
  animation-delay: .42s;
}

#gc-ic .gcsh-169 {
  width: 11px;
  height: 72%;
  background: #8eedc1;
  border-radius: 2px;
  animation-delay: .46s;
}

#gc-ic .gcsh-170 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#gc-ic .gcsh-171 {
  font-size: 11px;
  color: #a0a0ab;
}

#gc-ic .gcsh-172 {
  animation-delay: .18s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-ic .gcsh-173 {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(40,110,240,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #286ef0;
}

#gc-ic .gcsh-174 {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
}

#gc-ic .gcsh-175 {
  --len: 220;
  animation-delay: .34s;
}

#gc-ic .gcsh-176 {
  animation-delay: .26s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-ic .gcsh-177 {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(62,60,114,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e3c72;
}

#gc-ic .gcsh-178 {
  position: relative;
  width: 44px;
  height: 44px;
  align-self: flex-start;
}

#gc-ic .gcsh-179 {
  --len: 202;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
  animation-delay: .4s;
}

#gc-ic .gcsh-180 {
  animation-delay: .34s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-ic .gcsh-181 {
  width: 11px;
  height: 56%;
  background: #8eedc1;
  border-radius: 2px;
  animation-delay: .44s;
}

#gc-ic .gcsh-182 {
  width: 11px;
  height: 40%;
  background: #c9e8dc;
  border-radius: 2px;
  animation-delay: .48s;
}

#gc-ic .gcsh-183 {
  width: 11px;
  height: 80%;
  background: #1edc83;
  border-radius: 2px;
  animation-delay: .52s;
}

#gc-ic .gcsh-184 {
  width: 11px;
  height: 62%;
  background: #8eedc1;
  border-radius: 2px;
  animation-delay: .56s;
}

#gc-ic .gcsh-185 {
  width: 11px;
  height: 48%;
  background: #c9e8dc;
  border-radius: 2px;
  animation-delay: .60s;
}

#gc-ic .gcsh-186 {
  animation-delay: .42s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-ic .gcsh-187 {
  --len: 220;
  animation-delay: .5s;
}

#gc-ic .gcsh-188 {
  animation-delay: .5s;
  border: 1.5px dashed #cfd2da;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #286ef0;
  min-height: 150px;
}

#gc-ic .gcsh-189 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gc-ic .gcsh-190 {
  font-size: 12.5px;
  font-weight: 600;
}

#gc-ic .gcsh-191 {
  font-size: 11px;
  color: #a0a0ab;
  text-align: center;
}
