:root {
  --bg-0: #050b17;
  --bg-1: #0a1325;
  --bg-2: #111a2c;
  --panel-0: rgba(18, 28, 47, 0.93);
  --panel-1: rgba(8, 14, 24, 0.95);
  --line-0: rgba(107, 151, 226, 0.35);
  --line-1: rgba(107, 151, 226, 0.18);
  --glow-blue: rgba(100, 183, 255, 0.35);
  --glow-green: rgba(56, 223, 151, 0.28);
  --glow-red: rgba(255, 79, 111, 0.28);
  --txt-0: #e8f3ff;
  --txt-1: #cdd7ea;
  --txt-2: #9aa9c2;
  --txt-3: #6f7e9a;
  --chip-bg: linear-gradient(180deg, rgba(31, 45, 70, 0.88), rgba(18, 26, 44, 0.9));
  --panel-shadow: 0 20px 44px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  --hero-shadow: 0 25px 55px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(1200px 700px at 78% -12%, rgba(100, 183, 255, 0.18), transparent 62%),
    radial-gradient(900px 520px at -10% 86%, rgba(56, 223, 151, 0.10), transparent 60%),
    linear-gradient(180deg, #050b17, #070d1a 32%, #0a1120 100%);
  color: var(--txt-0);
}

.bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.bg-layer--one {
  background:
    radial-gradient(700px 220px at 18% 16%, rgba(100, 183, 255, 0.09), transparent 70%),
    radial-gradient(800px 420px at 88% 78%, rgba(123, 98, 255, 0.05), transparent 75%);
}

.bg-layer--two {
  background:
    linear-gradient(125deg, transparent 0 40%, rgba(255, 255, 255, 0.02) 46%, transparent 52%),
    linear-gradient(12deg, transparent 0 72%, rgba(56, 223, 151, 0.02) 82%, transparent 92%);
  mix-blend-mode: screen;
}

.grain-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: .08;
  background-image: radial-gradient(rgba(255,255,255,.26) 0.6px, transparent 0.7px);
  background-size: 3px 3px;
}

.scanlines-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.07;
  background: repeating-linear-gradient(
    180deg,
    rgba(255,255,255,.09),
    rgba(255,255,255,.09) 1px,
    transparent 1px,
    transparent 4px
  );
}

.flag-watermark {
  position: fixed;
  right: 2.6rem;
  bottom: 2rem;
  z-index: 3;
  font-size: clamp(1.6rem, 4.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: .16em;
  color: rgba(102, 155, 255, 0.08);
  pointer-events: none;
  text-shadow: 0 0 20px rgba(100, 183, 255, 0.17);
}

.command-banner {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 165, 231, 0.35);
  background: linear-gradient(180deg, rgba(22, 36, 58, 0.92), rgba(10, 20, 35, 0.92));
  box-shadow: 0 10px 18px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
}

.command-banner__dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: #64b7ff;
  box-shadow: 0 0 12px rgba(100,183,255,.8);
  animation: pulseDot 2.2s ease infinite;
}

.command-banner__text {
  font-size: .69rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #d7e8ff;
}

.hud-shell {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0 1rem;
}

.hud-panel {
  max-width: 1520px;
  margin: 0 auto;
  border: 1px solid var(--line-0);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(21, 33, 55, 0.94), rgba(9, 16, 29, 0.94)),
    linear-gradient(120deg, rgba(100,183,255,.07), transparent 60%);
  box-shadow: var(--hero-shadow), 0 0 24px rgba(100,183,255,.18);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.hud-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hud-panel__top,
.hud-panel__bottom {
  display: grid;
  gap: .85rem;
  padding: .9rem .95rem;
}

.hud-panel__top {
  grid-template-columns: 1.25fr .75fr;
  border-bottom: 1px solid var(--line-1);
}

.hud-panel__bottom {
  grid-template-columns: 1fr auto;
}

.hud-ident {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.hud-ident__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: .6rem;
  display: grid;
  place-items: center;
  font-size: .95rem;
  color: #d7ebff;
  border: 1px solid rgba(100,183,255,.45);
  background: linear-gradient(180deg, rgba(39,77,129,.72), rgba(25,47,84,.8));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.11), 0 0 18px rgba(100,183,255,.22);
}

.hud-ident__brand {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #dff0ff;
  text-shadow: 0 0 14px rgba(100,183,255,.35);
}

.hud-ident__meta {
  margin-top: .24rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.hud-pill {
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  border-radius: 999px;
  padding: .2rem .55rem;
  background: rgba(100,183,255,.12);
  border: 1px solid rgba(100,183,255,.32);
  color: #e0efff;
}

.hud-pill--city {
  background: rgba(56,223,151,.10);
  border-color: rgba(56,223,151,.26);
}

.hud-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: .55rem;
}

.acounter {
  border: 1px solid rgba(120,165,231,.25);
  border-radius: 12px;
  background: var(--chip-bg);
  box-shadow: 0 10px 18px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
  padding: .5rem .65rem;
}

.acounter__label {
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--txt-3);
}

.acounter__value {
  margin-top: .15rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.22rem;
  letter-spacing: .03em;
  transition: transform .18s ease, text-shadow .18s ease;
}

.acounter__value.is-pop {
  transform: scale(1.06);
  text-shadow: 0 0 14px rgba(100,183,255,.55);
}

.acounter__suffix {
  margin-top: .05rem;
  font-size: .56rem;
  color: var(--txt-3);
}

.tone-green { color: #82f1c1; }
.tone-red { color: #ff9eb0; }
.tone-yellow { color: #ffe09e; }
.tone-blue { color: #9fd0ff; }

.metric-chip {
  border: 1px solid rgba(120,165,231,.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(22,35,56,.88), rgba(13,21,35,.9));
  box-shadow: 0 12px 24px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
}

.label {
  font-size: .64rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: #8ea2c6;
}

.hud-progress {
  padding: .7rem .8rem;
}

.hud-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .35rem;
}

.hud-progress__numbers {
  font-size: .72rem;
  color: #d6e8ff;
}

.ops-progress {
  position: relative;
  height: .78rem;
  border-radius: 999px;
  border: 1px solid rgba(120,165,231,.3);
  background: rgba(8,12,22,.85);
  overflow: hidden;
}

.ops-progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg, #2f7de3, #56b6ff 38%, #8fe2ff);
  box-shadow: 0 0 14px rgba(100,183,255,.62);
  transition: width .24s ease;
}

.ops-progress__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.24) 46%, transparent 68%);
  transform: translateX(-120%);
  animation: buttonShine 2.8s linear infinite;
}

.hud-progress__meta-row {
  margin-top: .35rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  font-size: .63rem;
  color: #9db0d0;
}

.hud-progress__telemetry { color: #9fcfff; }
.hud-progress__quality { color: #90eec5; }

.hud-gauge-rack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}

.tgauge {
  position: relative;
  width: 88px;
  text-align: center;
  transition: transform .2s ease;
}

.tgauge.is-hover {
  transform: translateY(-2px);
}

.tgauge svg {
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.45));
}

.tgauge__glow {
  fill: none;
  stroke-width: 2;
  opacity: .18;
}

.tgauge__base {
  fill: none;
  stroke: rgba(153, 176, 214, 0.22);
  stroke-width: 5;
}

.tgauge__fill {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dashoffset .25s ease;
}

.tgauge__value {
  fill: #d8eafe;
  font-size: 14px;
  font-weight: 700;
}

.tgauge__icon {
  fill: #b8d8ff;
  font-size: 9px;
}

.tgauge__name {
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #9fb2d3;
}

.tgauge__tooltip {
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: -1.35rem;
  transform-origin: center;
  translate: -50% 0;
  font-size: .5rem;
  white-space: nowrap;
  color: #d4e6ff;
  background: rgba(5, 9, 16, 0.9);
  border: 1px solid rgba(113, 160, 231, 0.32);
  border-radius: 999px;
  padding: .14rem .42rem;
  transition: opacity .16s ease, transform .16s ease;
}

.tgauge.is-hover .tgauge__tooltip {
  opacity: 1;
  transform: translateY(0);
}

.resource-rail {
  display: flex;
  gap: .6rem;
  padding: .5rem .95rem .85rem;
  border-top: 1px solid var(--line-1);
}

.resource-chip {
  border: 1px solid rgba(120,165,231,.27);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18,29,48,.92), rgba(10,18,30,.9));
  min-width: 114px;
  padding: .28rem .52rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.resource-chip__label {
  font-size: .56rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #91a5c9;
}

.resource-chip__value {
  font-family: 'Rajdhani', sans-serif;
  font-size: .95rem;
  color: #d6ebff;
}

.resource-chip.is-low .resource-chip__value { color: #ff9eb0; }
.resource-chip.is-high .resource-chip__value { color: #8ef3c5; }

.phase-nav-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.phase-nav-btn {
  border-radius: 11px;
  border: 1px solid rgba(120,165,231,.26);
  background: linear-gradient(180deg, rgba(32,42,61,.85), rgba(20,28,41,.9));
  color: #c8d5ea;
  font-size: .63rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: .42rem .62rem;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.phase-nav-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,.35), 0 0 12px rgba(100,183,255,.2);
}

.phase-nav-btn.is-active {
  border-color: rgba(120,185,245,.52);
  color: #e6f3ff;
  background: linear-gradient(180deg, rgba(39,72,112,.9), rgba(22,40,69,.92));
  box-shadow: 0 12px 22px rgba(0,0,0,.42), 0 0 14px rgba(100,183,255,.3);
}

.card {
  border-radius: 18px;
  border: 1px solid rgba(113, 159, 229, 0.26);
  background: linear-gradient(180deg, rgba(19,31,51,.88), rgba(10,18,31,.92));
  box-shadow: var(--panel-shadow);
}

.card--hero {
  background:
    linear-gradient(170deg, rgba(25,41,67,.94), rgba(12,20,34,.96)),
    radial-gradient(500px 230px at 10% -20%, rgba(100,183,255,.15), transparent 72%);
  box-shadow: var(--hero-shadow), 0 0 22px rgba(100,183,255,.12);
}

.card--dark {
  background: linear-gradient(180deg, rgba(16,24,39,.95), rgba(8,14,24,.96));
}

.panel-title {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 1.1rem;
  color: #dcedff;
}

.panel-subtitle {
  margin-top: .2rem;
  color: var(--txt-2);
  font-size: .8rem;
  line-height: 1.35;
}

.hero-headline__title {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: clamp(1.5rem, 4.5vw, 2.6rem);
  color: #dff1ff;
  text-shadow: 0 0 18px rgba(100,183,255,.34);
}

.hero-headline__subtitle {
  margin-top: .4rem;
  color: #adbed8;
  max-width: 68rem;
  line-height: 1.5;
}

.hero-chip-row {
  margin-top: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.hero-chip {
  padding: .28rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(120,165,231,.27);
  background: linear-gradient(180deg, rgba(22,34,55,.85), rgba(10,17,30,.9));
  display: inline-flex;
  align-items: center;
  gap: .38rem;
}

.hero-chip__label {
  font-size: .58rem;
  color: #8fa5ca;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-chip__value {
  font-size: .61rem;
  color: #ddedff;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.system-tile {
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(23,35,57,.85), rgba(12,19,33,.92));
  padding: .65rem .7rem;
}

.system-tile__title {
  font-family: 'Rajdhani', sans-serif;
  color: #cfe6ff;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.system-tile__desc {
  margin-top: .2rem;
  color: #9bb0cf;
  font-size: .75rem;
  line-height: 1.35;
}

.telemetry-log {
  min-height: 272px;
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 12px;
  background: rgba(0,0,0,.25);
  padding: .6rem;
  overflow: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
  font-size: .73rem;
}

.telemetry-line {
  padding: .18rem .25rem;
  margin-bottom: .2rem;
  border-radius: .32rem;
}

.level-ok { color: #96f2c7; background: rgba(56,223,151,.08); }
.level-warn { color: #ffb2bf; background: rgba(255,79,111,.08); }
.level-info { color: #b6d8ff; background: rgba(100,183,255,.08); }

.telemetry-hint {
  margin-top: .45rem;
  color: #8ba0c5;
  font-size: .66rem;
}

.scale-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(120,165,231,.3);
  background: linear-gradient(160deg, rgba(19,35,59,.92), rgba(10,17,30,.96));
  box-shadow: 0 20px 32px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.07);
  padding: 1rem;
  overflow: hidden;
}

.scale-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.06) 42%, transparent 54%);
}

.scale-card.theme-green {
  border-color: rgba(56,223,151,.35);
  background: linear-gradient(160deg, rgba(15,45,39,.92), rgba(8,25,22,.96));
}

.scale-card.is-selected {
  box-shadow: 0 22px 40px rgba(0,0,0,.55), 0 0 18px rgba(100,183,255,.26);
}

.scale-card__badge {
  position: absolute;
  top: .65rem;
  right: .65rem;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: #dff0ff;
  border: 1px solid rgba(255,255,255,.33);
  border-radius: 999px;
  padding: .18rem .45rem;
  background: rgba(255,255,255,.08);
}

.scale-card__title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #dff2ff;
}

.scale-card__subtitle,
.scale-card__detail {
  margin-top: .35rem;
  color: #adc0de;
  line-height: 1.4;
}

.scale-card__stats {
  margin-top: .7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .5rem;
}

.scale-stat {
  border-radius: 10px;
  border: 1px solid rgba(120,165,231,.22);
  background: rgba(0,0,0,.22);
  padding: .35rem .45rem;
  display: grid;
  gap: .12rem;
}

.scale-stat__label {
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8ea4c8;
}

.scale-stat__value {
  color: #e6f3ff;
  font-family: 'Rajdhani', sans-serif;
}

.risk-graph {
  margin-top: .78rem;
}

.risk-graph__label {
  font-size: .58rem;
  color: #8fa5ca;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.risk-graph__plot {
  margin-top: .35rem;
  height: 84px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: .22rem;
  align-items: end;
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 10px;
  background: rgba(0,0,0,.25);
  padding: .3rem;
}

.risk-graph__bar {
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(100,183,255,.95), rgba(47,125,227,.68));
  animation: riseIn .45s ease forwards;
  transform-origin: bottom;
}

.stat-tile {
  border: 1px solid rgba(120,165,231,.21);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(23,35,56,.85), rgba(12,19,31,.93));
  padding: .55rem .62rem;
}

.stat-tile__label {
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8ea3c8;
}

.stat-tile__value {
  margin-top: .15rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.22rem;
  color: #dff0ff;
}

.tone-red .stat-tile__value { color: #ffafbf; }
.tone-blue .stat-tile__value { color: #9fd3ff; }
.tone-yellow .stat-tile__value { color: #ffe09c; }
.tone-green .stat-tile__value { color: #8ef3c5; }

.checkpoint-list {
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 12px;
  background: rgba(0,0,0,.2);
  padding: .55rem;
}

.checkpoint-list__title {
  color: #d9ebff;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.checkpoint-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed rgba(120,165,231,.18);
  padding-top: .24rem;
  margin-top: .24rem;
  color: #9fb4d6;
  font-size: .78rem;
}

.city-map {
  position: relative;
  height: 350px;
  border-radius: 14px;
  border: 1px solid rgba(120,165,231,.25);
  overflow: hidden;
  background:
    radial-gradient(400px 180px at 24% 15%, rgba(240, 174, 79, 0.16), transparent 70%),
    linear-gradient(160deg, rgba(40,28,18,.95), rgba(24,18,13,.96));
}

.city-map__contour {
  position: absolute;
  left: -8%;
  right: -8%;
  height: 1px;
  background: rgba(255, 209, 156, 0.3);
}

.city-map__road {
  position: absolute;
  background: rgba(255, 199, 124, 0.26);
  box-shadow: 0 0 8px rgba(255, 205, 136, 0.2);
}

.city-map .road-a { left: 5%; top: 16%; width: 91%; height: 2px; rotate: 7deg; }
.city-map .road-b { left: 12%; top: 60%; width: 78%; height: 2px; rotate: -9deg; }
.city-map .road-c { left: 24%; top: 9%; width: 2px; height: 79%; }

.city-map__block {
  position: absolute;
  background: rgba(57, 66, 83, 0.75);
  border: 1px solid rgba(225, 236, 255, 0.08);
  border-radius: 3px;
}

.city-map__perimeter {
  position: absolute;
  inset: 11%;
  border: 2px solid rgba(100,183,255,.6);
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(100,183,255,.45), inset 0 0 10px rgba(100,183,255,.2);
}

.city-map__ping {
  position: absolute;
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: #91d3ff;
  box-shadow: 0 0 11px rgba(100,183,255,.8);
  animation: pulseDot 1.6s ease infinite;
}

.perimeter-map {
  position: relative;
  height: 430px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(120,165,231,.26);
  background: linear-gradient(160deg, rgba(44,32,21,.96), rgba(20,15,10,.97));
  cursor: crosshair;
}

.perimeter-map__terrain {
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  opacity: calc(var(--intensity) * 0.75);
  background: radial-gradient(900px 300px at 50% 20%, color-mix(in srgb, var(--tint), transparent 58%), transparent 76%);
}

.perimeter-map__grid-line {
  position: absolute;
  background: rgba(100,183,255,.13);
}

.perimeter-map__grid-line.vertical { top: 0; bottom: 0; width: 1px; }
.perimeter-map__grid-line.horizontal { left: 0; right: 0; height: 1px; }

.perimeter-map__road {
  position: absolute;
  background: rgba(248, 205, 151, 0.24);
}

.perimeter-map .road-a { left: 7%; top: 15%; width: 86%; height: 2px; rotate: 8deg; }
.perimeter-map .road-b { left: 10%; top: 67%; width: 78%; height: 2px; rotate: -11deg; }
.perimeter-map .road-c { left: 19%; top: 7%; width: 2px; height: 84%; }

.perimeter-map__grain {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 223, 189, 0.45);
}

.perimeter-map__block {
  position: absolute;
  background: rgba(53, 63, 76, 0.75);
  border: 1px solid rgba(233, 241, 255, 0.08);
  border-radius: 2px;
}

.perimeter-map__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.perimeter-map__lockline {
  fill: none;
  stroke: rgba(101, 202, 255, 0.95);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(100,183,255,.72));
}

.perimeter-map__marker {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: 1px solid rgba(225,243,255,.9);
  background: rgba(133, 212, 255, 0.78);
  box-shadow: 0 0 10px rgba(100,183,255,.9);
}

.perimeter-map__marker.is-auto {
  background: rgba(255, 214, 140, 0.7);
  border-color: rgba(255,242,203,.8);
  box-shadow: 0 0 10px rgba(255,208,125,.65);
}

.map-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
}

.legend-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 10px;
  background: rgba(0,0,0,.22);
  padding: .35rem .44rem;
}

.legend-item__label {
  color: #93a7cb;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.legend-item__value {
  color: #d7e8ff;
  font-size: .66rem;
}

.phase4-status {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15rem;
  color: #d8ecff;
  letter-spacing: .03em;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
}

.metric-readout {
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 10px;
  background: rgba(0,0,0,.25);
  padding: .4rem .5rem;
}

.metric-readout__label {
  font-size: .58rem;
  color: #8ea4c8;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.metric-readout__value {
  margin-top: .12rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.02rem;
  color: #def0ff;
}

.sector-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}

.sector-col__value {
  font-family: 'Rajdhani', sans-serif;
  color: #9fd4ff;
}

.sector-col__label {
  font-size: .72rem;
  color: #9aaed0;
  font-family: 'Rajdhani', sans-serif;
}

.sector-slider {
  appearance: none;
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
  width: 28px;
  height: 240px;
  border-radius: 16px;
  border: 1px solid rgba(120,165,231,.34);
  background: linear-gradient(to top, rgba(100,183,255,.8) 50%, rgba(22,33,53,.92) 50%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 9px 16px rgba(0,0,0,.35);
}

.sector-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(206, 231, 255, .9);
  background: linear-gradient(180deg, #d9eeff, #8fc6f3);
  box-shadow: 0 0 14px rgba(100,183,255,.5);
}

.sector-slider::-moz-range-thumb {
  width: 24px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(206, 231, 255, .9);
  background: linear-gradient(180deg, #d9eeff, #8fc6f3);
  box-shadow: 0 0 14px rgba(100,183,255,.5);
}

.compression-heat {
  border: 1px solid rgba(120,165,231,.2);
  border-radius: 12px;
  background: rgba(0,0,0,.2);
  padding: .5rem;
}

.compression-heat__title {
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8fa5ca;
}

.compression-heat__canvas {
  margin-top: .3rem;
  height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: .35rem;
}

.compression-heat__bar {
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, rgba(255,131,154,.9), rgba(255,90,120,.62));
  box-shadow: 0 0 12px rgba(255, 95, 128, 0.45);
  transition: height .22s ease;
}

.summary-console {
  min-height: 320px;
  border: 1px solid rgba(120,165,231,.24);
  border-radius: 12px;
  background: rgba(0,0,0,.3);
  padding: .65rem;
  color: #dcecff;
  font-size: .78rem;
  line-height: 1.5;
  white-space: pre-line;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}

.fx-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(170,225,255,.95), rgba(100,183,255,.8));
  box-shadow: 0 0 10px rgba(100,183,255,.8);
  pointer-events: none;
  animation: particleBurst .62s ease-out forwards;
}

.screen-fade-enter {
  animation: fadeInUp .24s ease;
}

.metal-btn {
  --rx: 0deg;
  --ry: 0deg;
  --sx: 50%;
  --sy: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(120,165,231,.35);
  color: #e8f4ff;
  min-height: 44px;
  transform-style: preserve-3d;
  transform: perspective(600px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  box-shadow: 0 12px 22px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
}

.metal-btn:hover {
  filter: brightness(1.08);
  box-shadow: 0 15px 28px rgba(0,0,0,.5), 0 0 18px rgba(100,183,255,.3);
}

.metal-btn:active {
  transform: perspective(600px) rotateX(0) rotateY(0) translateY(1px) scale(.992);
}

.metal-btn.is-active {
  box-shadow: 0 0 0 2px rgba(255,255,255,.2), 0 16px 26px rgba(0,0,0,.5);
}

.metal-btn.is-disabled {
  opacity: .45;
  pointer-events: none;
}

.metal-btn__chrome,
.metal-btn__gloss,
.metal-btn__spark {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.metal-btn__chrome {
  background: linear-gradient(180deg, rgba(255,255,255,.11), transparent 42%), linear-gradient(180deg, rgba(0,0,0,.14), transparent 65%);
}

.metal-btn__gloss {
  background: radial-gradient(180px 70px at var(--sx) var(--sy), rgba(255,255,255,.2), transparent 70%);
}

.metal-btn__spark {
  background: linear-gradient(120deg, transparent 37%, rgba(255,255,255,.26) 50%, transparent 64%);
  transform: translateX(-130%);
  animation: shine 2.6s linear infinite;
}

.metal-btn__content {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  width: 100%;
  padding: .58rem .78rem;
  font-size: .73rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 700;
}

.metal-btn__dot {
  position: absolute;
  left: .55rem;
  top: 50%;
  translate: 0 -50%;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  box-shadow: 0 0 8px rgba(255,255,255,.4);
  z-index: 2;
}

.metal-btn__icon { font-size: .82rem; }

.metal-btn--sm .metal-btn__content { padding: .45rem .6rem; font-size: .68rem; }
.metal-btn--lg .metal-btn__content { padding: .72rem .9rem; font-size: .8rem; }

.metal-btn--blue { background: linear-gradient(180deg, #2e5385, #1a3151); border-color: rgba(120,165,231,.45); }
.metal-btn--green { background: linear-gradient(180deg, #2b6a53, #174236); border-color: rgba(84,213,158,.42); }
.metal-btn--red { background: linear-gradient(180deg, #86405b, #522638); border-color: rgba(255,127,154,.36); }
.metal-btn--slate { background: linear-gradient(180deg, #485260, #2d3440); border-color: rgba(189,204,228,.25); }
.metal-btn--gold { background: linear-gradient(180deg, #7f6640, #4e3f27); border-color: rgba(242,206,138,.34); }

.metal-btn--blue .metal-btn__dot { background: #9ad5ff; box-shadow: 0 0 10px rgba(100,183,255,.8); }
.metal-btn--green .metal-btn__dot { background: #95f2c7; box-shadow: 0 0 10px rgba(56,223,151,.8); }
.metal-btn--red .metal-btn__dot { background: #ffafbf; box-shadow: 0 0 10px rgba(255,79,111,.8); }
.metal-btn--slate .metal-btn__dot { background: #d5dff1; box-shadow: 0 0 10px rgba(180,196,223,.6); }
.metal-btn--gold .metal-btn__dot { background: #ffe0a8; box-shadow: 0 0 10px rgba(255,206,94,.7); }

@media (max-width: 1240px) {
  .hud-panel__top,
  .hud-panel__bottom {
    grid-template-columns: 1fr;
  }

  .hud-gauge-rack { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .hud-counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .resource-rail {
    flex-wrap: wrap;
  }

  .resource-chip {
    min-width: 31%;
  }

  .flag-watermark {
    right: 1rem;
    bottom: .8rem;
  }
}

@keyframes buttonShine {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(130%); }
}

@keyframes shine {
  0% { transform: translateX(-130%); }
  100% { transform: translateX(130%); }
}

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

@keyframes particleBurst {
  from { transform: translate(0,0) scale(1); opacity: 1; }
  to { transform: translate(var(--dx), var(--dy)) scale(.2); opacity: 0; }
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.22); opacity: .65; }
}

@keyframes riseIn {
  from { transform: scaleY(.2); opacity: .45; }
  to { transform: scaleY(1); opacity: 1; }
}


/* === Premium Utility Atlas (generated purposeful variants) === */

.depth-card-1 { border-radius: 7px; box-shadow: 0 5px 11px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-1:hover { transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0,0,0,0.36), 0 0 9px rgba(100,183,255,0.3); }
.depth-card-2 { border-radius: 8px; box-shadow: 0 6px 12px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-2:hover { transform: translateY(-3px); box-shadow: 0 9px 16px rgba(0,0,0,0.40), 0 0 10px rgba(100,183,255,0.4); }
.depth-card-3 { border-radius: 9px; box-shadow: 0 7px 13px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-3:hover { transform: translateY(-1px); box-shadow: 0 10px 17px rgba(0,0,0,0.44), 0 0 11px rgba(100,183,255,0.5); }
.depth-card-4 { border-radius: 10px; box-shadow: 0 8px 14px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-4:hover { transform: translateY(-2px); box-shadow: 0 11px 18px rgba(0,0,0,0.48), 0 0 12px rgba(100,183,255,0.6); }
.depth-card-5 { border-radius: 11px; box-shadow: 0 9px 15px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-5:hover { transform: translateY(-3px); box-shadow: 0 12px 19px rgba(0,0,0,0.32), 0 0 13px rgba(100,183,255,0.7); }
.depth-card-6 { border-radius: 12px; box-shadow: 0 10px 16px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-6:hover { transform: translateY(-1px); box-shadow: 0 13px 20px rgba(0,0,0,0.36), 0 0 14px rgba(100,183,255,0.8); }
.depth-card-7 { border-radius: 13px; box-shadow: 0 11px 17px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-7:hover { transform: translateY(-2px); box-shadow: 0 14px 21px rgba(0,0,0,0.40), 0 0 15px rgba(100,183,255,0.2); }
.depth-card-8 { border-radius: 14px; box-shadow: 0 12px 18px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-8:hover { transform: translateY(-3px); box-shadow: 0 15px 22px rgba(0,0,0,0.44), 0 0 16px rgba(100,183,255,0.3); }
.depth-card-9 { border-radius: 15px; box-shadow: 0 13px 19px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-9:hover { transform: translateY(-1px); box-shadow: 0 16px 23px rgba(0,0,0,0.48), 0 0 17px rgba(100,183,255,0.4); }
.depth-card-10 { border-radius: 16px; box-shadow: 0 14px 20px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-10:hover { transform: translateY(-2px); box-shadow: 0 17px 24px rgba(0,0,0,0.32), 0 0 18px rgba(100,183,255,0.5); }
.depth-card-11 { border-radius: 17px; box-shadow: 0 15px 21px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-11:hover { transform: translateY(-3px); box-shadow: 0 18px 25px rgba(0,0,0,0.36), 0 0 19px rgba(100,183,255,0.6); }
.depth-card-12 { border-radius: 6px; box-shadow: 0 16px 22px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-12:hover { transform: translateY(-1px); box-shadow: 0 19px 26px rgba(0,0,0,0.40), 0 0 20px rgba(100,183,255,0.7); }
.depth-card-13 { border-radius: 7px; box-shadow: 0 17px 23px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-13:hover { transform: translateY(-2px); box-shadow: 0 20px 27px rgba(0,0,0,0.44), 0 0 21px rgba(100,183,255,0.8); }
.depth-card-14 { border-radius: 8px; box-shadow: 0 18px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-14:hover { transform: translateY(-3px); box-shadow: 0 21px 28px rgba(0,0,0,0.48), 0 0 22px rgba(100,183,255,0.2); }
.depth-card-15 { border-radius: 9px; box-shadow: 0 19px 25px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-15:hover { transform: translateY(-1px); box-shadow: 0 22px 29px rgba(0,0,0,0.32), 0 0 23px rgba(100,183,255,0.3); }
.depth-card-16 { border-radius: 10px; box-shadow: 0 20px 26px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-16:hover { transform: translateY(-2px); box-shadow: 0 23px 30px rgba(0,0,0,0.36), 0 0 8px rgba(100,183,255,0.4); }
.depth-card-17 { border-radius: 11px; box-shadow: 0 21px 27px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-17:hover { transform: translateY(-3px); box-shadow: 0 24px 31px rgba(0,0,0,0.40), 0 0 9px rgba(100,183,255,0.5); }
.depth-card-18 { border-radius: 12px; box-shadow: 0 4px 28px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-18:hover { transform: translateY(-1px); box-shadow: 0 25px 32px rgba(0,0,0,0.44), 0 0 10px rgba(100,183,255,0.6); }
.depth-card-19 { border-radius: 13px; box-shadow: 0 5px 29px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-19:hover { transform: translateY(-2px); box-shadow: 0 26px 33px rgba(0,0,0,0.48), 0 0 11px rgba(100,183,255,0.7); }
.depth-card-20 { border-radius: 14px; box-shadow: 0 6px 30px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-20:hover { transform: translateY(-3px); box-shadow: 0 7px 34px rgba(0,0,0,0.32), 0 0 12px rgba(100,183,255,0.8); }
.depth-card-21 { border-radius: 15px; box-shadow: 0 7px 31px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-21:hover { transform: translateY(-1px); box-shadow: 0 8px 35px rgba(0,0,0,0.36), 0 0 13px rgba(100,183,255,0.2); }
.depth-card-22 { border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-22:hover { transform: translateY(-2px); box-shadow: 0 9px 36px rgba(0,0,0,0.40), 0 0 14px rgba(100,183,255,0.3); }
.depth-card-23 { border-radius: 17px; box-shadow: 0 9px 33px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-23:hover { transform: translateY(-3px); box-shadow: 0 10px 37px rgba(0,0,0,0.44), 0 0 15px rgba(100,183,255,0.4); }
.depth-card-24 { border-radius: 6px; box-shadow: 0 10px 34px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-24:hover { transform: translateY(-1px); box-shadow: 0 11px 14px rgba(0,0,0,0.48), 0 0 16px rgba(100,183,255,0.5); }
.depth-card-25 { border-radius: 7px; box-shadow: 0 11px 35px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-25:hover { transform: translateY(-2px); box-shadow: 0 12px 15px rgba(0,0,0,0.32), 0 0 17px rgba(100,183,255,0.6); }
.depth-card-26 { border-radius: 8px; box-shadow: 0 12px 10px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-26:hover { transform: translateY(-3px); box-shadow: 0 13px 16px rgba(0,0,0,0.36), 0 0 18px rgba(100,183,255,0.7); }
.depth-card-27 { border-radius: 9px; box-shadow: 0 13px 11px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-27:hover { transform: translateY(-1px); box-shadow: 0 14px 17px rgba(0,0,0,0.40), 0 0 19px rgba(100,183,255,0.8); }
.depth-card-28 { border-radius: 10px; box-shadow: 0 14px 12px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-28:hover { transform: translateY(-2px); box-shadow: 0 15px 18px rgba(0,0,0,0.44), 0 0 20px rgba(100,183,255,0.2); }
.depth-card-29 { border-radius: 11px; box-shadow: 0 15px 13px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-29:hover { transform: translateY(-3px); box-shadow: 0 16px 19px rgba(0,0,0,0.48), 0 0 21px rgba(100,183,255,0.3); }
.depth-card-30 { border-radius: 12px; box-shadow: 0 16px 14px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-30:hover { transform: translateY(-1px); box-shadow: 0 17px 20px rgba(0,0,0,0.32), 0 0 22px rgba(100,183,255,0.4); }
.depth-card-31 { border-radius: 13px; box-shadow: 0 17px 15px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-31:hover { transform: translateY(-2px); box-shadow: 0 18px 21px rgba(0,0,0,0.36), 0 0 23px rgba(100,183,255,0.5); }
.depth-card-32 { border-radius: 14px; box-shadow: 0 18px 16px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-32:hover { transform: translateY(-3px); box-shadow: 0 19px 22px rgba(0,0,0,0.40), 0 0 8px rgba(100,183,255,0.6); }
.depth-card-33 { border-radius: 15px; box-shadow: 0 19px 17px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-33:hover { transform: translateY(-1px); box-shadow: 0 20px 23px rgba(0,0,0,0.44), 0 0 9px rgba(100,183,255,0.7); }
.depth-card-34 { border-radius: 16px; box-shadow: 0 20px 18px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-34:hover { transform: translateY(-2px); box-shadow: 0 21px 24px rgba(0,0,0,0.48), 0 0 10px rgba(100,183,255,0.8); }
.depth-card-35 { border-radius: 17px; box-shadow: 0 21px 19px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-35:hover { transform: translateY(-3px); box-shadow: 0 22px 25px rgba(0,0,0,0.32), 0 0 11px rgba(100,183,255,0.2); }
.depth-card-36 { border-radius: 6px; box-shadow: 0 4px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-36:hover { transform: translateY(-1px); box-shadow: 0 23px 26px rgba(0,0,0,0.36), 0 0 12px rgba(100,183,255,0.3); }
.depth-card-37 { border-radius: 7px; box-shadow: 0 5px 21px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-37:hover { transform: translateY(-2px); box-shadow: 0 24px 27px rgba(0,0,0,0.40), 0 0 13px rgba(100,183,255,0.4); }
.depth-card-38 { border-radius: 8px; box-shadow: 0 6px 22px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-38:hover { transform: translateY(-3px); box-shadow: 0 25px 28px rgba(0,0,0,0.44), 0 0 14px rgba(100,183,255,0.5); }
.depth-card-39 { border-radius: 9px; box-shadow: 0 7px 23px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-39:hover { transform: translateY(-1px); box-shadow: 0 26px 29px rgba(0,0,0,0.48), 0 0 15px rgba(100,183,255,0.6); }
.depth-card-40 { border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-40:hover { transform: translateY(-2px); box-shadow: 0 7px 30px rgba(0,0,0,0.32), 0 0 16px rgba(100,183,255,0.7); }
.depth-card-41 { border-radius: 11px; box-shadow: 0 9px 25px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-41:hover { transform: translateY(-3px); box-shadow: 0 8px 31px rgba(0,0,0,0.36), 0 0 17px rgba(100,183,255,0.8); }
.depth-card-42 { border-radius: 12px; box-shadow: 0 10px 26px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-42:hover { transform: translateY(-1px); box-shadow: 0 9px 32px rgba(0,0,0,0.40), 0 0 18px rgba(100,183,255,0.2); }
.depth-card-43 { border-radius: 13px; box-shadow: 0 11px 27px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-43:hover { transform: translateY(-2px); box-shadow: 0 10px 33px rgba(0,0,0,0.44), 0 0 19px rgba(100,183,255,0.3); }
.depth-card-44 { border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-44:hover { transform: translateY(-3px); box-shadow: 0 11px 34px rgba(0,0,0,0.48), 0 0 20px rgba(100,183,255,0.4); }
.depth-card-45 { border-radius: 15px; box-shadow: 0 13px 29px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-45:hover { transform: translateY(-1px); box-shadow: 0 12px 35px rgba(0,0,0,0.32), 0 0 21px rgba(100,183,255,0.5); }
.depth-card-46 { border-radius: 16px; box-shadow: 0 14px 30px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-46:hover { transform: translateY(-2px); box-shadow: 0 13px 36px rgba(0,0,0,0.36), 0 0 22px rgba(100,183,255,0.6); }
.depth-card-47 { border-radius: 17px; box-shadow: 0 15px 31px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-47:hover { transform: translateY(-3px); box-shadow: 0 14px 37px rgba(0,0,0,0.40), 0 0 23px rgba(100,183,255,0.7); }
.depth-card-48 { border-radius: 6px; box-shadow: 0 16px 32px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-48:hover { transform: translateY(-1px); box-shadow: 0 15px 14px rgba(0,0,0,0.44), 0 0 8px rgba(100,183,255,0.8); }
.depth-card-49 { border-radius: 7px; box-shadow: 0 17px 33px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-49:hover { transform: translateY(-2px); box-shadow: 0 16px 15px rgba(0,0,0,0.48), 0 0 9px rgba(100,183,255,0.2); }
.depth-card-50 { border-radius: 8px; box-shadow: 0 18px 34px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-50:hover { transform: translateY(-3px); box-shadow: 0 17px 16px rgba(0,0,0,0.32), 0 0 10px rgba(100,183,255,0.3); }
.depth-card-51 { border-radius: 9px; box-shadow: 0 19px 35px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-51:hover { transform: translateY(-1px); box-shadow: 0 18px 17px rgba(0,0,0,0.36), 0 0 11px rgba(100,183,255,0.4); }
.depth-card-52 { border-radius: 10px; box-shadow: 0 20px 10px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-52:hover { transform: translateY(-2px); box-shadow: 0 19px 18px rgba(0,0,0,0.40), 0 0 12px rgba(100,183,255,0.5); }
.depth-card-53 { border-radius: 11px; box-shadow: 0 21px 11px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-53:hover { transform: translateY(-3px); box-shadow: 0 20px 19px rgba(0,0,0,0.44), 0 0 13px rgba(100,183,255,0.6); }
.depth-card-54 { border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-54:hover { transform: translateY(-1px); box-shadow: 0 21px 20px rgba(0,0,0,0.48), 0 0 14px rgba(100,183,255,0.7); }
.depth-card-55 { border-radius: 13px; box-shadow: 0 5px 13px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-55:hover { transform: translateY(-2px); box-shadow: 0 22px 21px rgba(0,0,0,0.32), 0 0 15px rgba(100,183,255,0.8); }
.depth-card-56 { border-radius: 14px; box-shadow: 0 6px 14px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-56:hover { transform: translateY(-3px); box-shadow: 0 23px 22px rgba(0,0,0,0.36), 0 0 16px rgba(100,183,255,0.2); }
.depth-card-57 { border-radius: 15px; box-shadow: 0 7px 15px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-57:hover { transform: translateY(-1px); box-shadow: 0 24px 23px rgba(0,0,0,0.40), 0 0 17px rgba(100,183,255,0.3); }
.depth-card-58 { border-radius: 16px; box-shadow: 0 8px 16px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-58:hover { transform: translateY(-2px); box-shadow: 0 25px 24px rgba(0,0,0,0.44), 0 0 18px rgba(100,183,255,0.4); }
.depth-card-59 { border-radius: 17px; box-shadow: 0 9px 17px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-59:hover { transform: translateY(-3px); box-shadow: 0 26px 25px rgba(0,0,0,0.48), 0 0 19px rgba(100,183,255,0.5); }
.depth-card-60 { border-radius: 6px; box-shadow: 0 10px 18px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-60:hover { transform: translateY(-1px); box-shadow: 0 7px 26px rgba(0,0,0,0.32), 0 0 20px rgba(100,183,255,0.6); }
.depth-card-61 { border-radius: 7px; box-shadow: 0 11px 19px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-61:hover { transform: translateY(-2px); box-shadow: 0 8px 27px rgba(0,0,0,0.36), 0 0 21px rgba(100,183,255,0.7); }
.depth-card-62 { border-radius: 8px; box-shadow: 0 12px 20px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-62:hover { transform: translateY(-3px); box-shadow: 0 9px 28px rgba(0,0,0,0.40), 0 0 22px rgba(100,183,255,0.8); }
.depth-card-63 { border-radius: 9px; box-shadow: 0 13px 21px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-63:hover { transform: translateY(-1px); box-shadow: 0 10px 29px rgba(0,0,0,0.44), 0 0 23px rgba(100,183,255,0.2); }
.depth-card-64 { border-radius: 10px; box-shadow: 0 14px 22px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-64:hover { transform: translateY(-2px); box-shadow: 0 11px 30px rgba(0,0,0,0.48), 0 0 8px rgba(100,183,255,0.3); }
.depth-card-65 { border-radius: 11px; box-shadow: 0 15px 23px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-65:hover { transform: translateY(-3px); box-shadow: 0 12px 31px rgba(0,0,0,0.32), 0 0 9px rgba(100,183,255,0.4); }
.depth-card-66 { border-radius: 12px; box-shadow: 0 16px 24px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-66:hover { transform: translateY(-1px); box-shadow: 0 13px 32px rgba(0,0,0,0.36), 0 0 10px rgba(100,183,255,0.5); }
.depth-card-67 { border-radius: 13px; box-shadow: 0 17px 25px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-67:hover { transform: translateY(-2px); box-shadow: 0 14px 33px rgba(0,0,0,0.40), 0 0 11px rgba(100,183,255,0.6); }
.depth-card-68 { border-radius: 14px; box-shadow: 0 18px 26px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-68:hover { transform: translateY(-3px); box-shadow: 0 15px 34px rgba(0,0,0,0.44), 0 0 12px rgba(100,183,255,0.7); }
.depth-card-69 { border-radius: 15px; box-shadow: 0 19px 27px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-69:hover { transform: translateY(-1px); box-shadow: 0 16px 35px rgba(0,0,0,0.48), 0 0 13px rgba(100,183,255,0.8); }
.depth-card-70 { border-radius: 16px; box-shadow: 0 20px 28px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-70:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(0,0,0,0.32), 0 0 14px rgba(100,183,255,0.2); }
.depth-card-71 { border-radius: 17px; box-shadow: 0 21px 29px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-71:hover { transform: translateY(-3px); box-shadow: 0 18px 37px rgba(0,0,0,0.36), 0 0 15px rgba(100,183,255,0.3); }
.depth-card-72 { border-radius: 6px; box-shadow: 0 4px 30px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-72:hover { transform: translateY(-1px); box-shadow: 0 19px 14px rgba(0,0,0,0.40), 0 0 16px rgba(100,183,255,0.4); }
.depth-card-73 { border-radius: 7px; box-shadow: 0 5px 31px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-73:hover { transform: translateY(-2px); box-shadow: 0 20px 15px rgba(0,0,0,0.44), 0 0 17px rgba(100,183,255,0.5); }
.depth-card-74 { border-radius: 8px; box-shadow: 0 6px 32px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-74:hover { transform: translateY(-3px); box-shadow: 0 21px 16px rgba(0,0,0,0.48), 0 0 18px rgba(100,183,255,0.6); }
.depth-card-75 { border-radius: 9px; box-shadow: 0 7px 33px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-75:hover { transform: translateY(-1px); box-shadow: 0 22px 17px rgba(0,0,0,0.32), 0 0 19px rgba(100,183,255,0.7); }
.depth-card-76 { border-radius: 10px; box-shadow: 0 8px 34px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-76:hover { transform: translateY(-2px); box-shadow: 0 23px 18px rgba(0,0,0,0.36), 0 0 20px rgba(100,183,255,0.8); }
.depth-card-77 { border-radius: 11px; box-shadow: 0 9px 35px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-77:hover { transform: translateY(-3px); box-shadow: 0 24px 19px rgba(0,0,0,0.40), 0 0 21px rgba(100,183,255,0.2); }
.depth-card-78 { border-radius: 12px; box-shadow: 0 10px 10px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-78:hover { transform: translateY(-1px); box-shadow: 0 25px 20px rgba(0,0,0,0.44), 0 0 22px rgba(100,183,255,0.3); }
.depth-card-79 { border-radius: 13px; box-shadow: 0 11px 11px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-79:hover { transform: translateY(-2px); box-shadow: 0 26px 21px rgba(0,0,0,0.48), 0 0 23px rgba(100,183,255,0.4); }
.depth-card-80 { border-radius: 14px; box-shadow: 0 12px 12px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-80:hover { transform: translateY(-3px); box-shadow: 0 7px 22px rgba(0,0,0,0.32), 0 0 8px rgba(100,183,255,0.5); }
.depth-card-81 { border-radius: 15px; box-shadow: 0 13px 13px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-81:hover { transform: translateY(-1px); box-shadow: 0 8px 23px rgba(0,0,0,0.36), 0 0 9px rgba(100,183,255,0.6); }
.depth-card-82 { border-radius: 16px; box-shadow: 0 14px 14px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-82:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(0,0,0,0.40), 0 0 10px rgba(100,183,255,0.7); }
.depth-card-83 { border-radius: 17px; box-shadow: 0 15px 15px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-83:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.44), 0 0 11px rgba(100,183,255,0.8); }
.depth-card-84 { border-radius: 6px; box-shadow: 0 16px 16px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-84:hover { transform: translateY(-1px); box-shadow: 0 11px 26px rgba(0,0,0,0.48), 0 0 12px rgba(100,183,255,0.2); }
.depth-card-85 { border-radius: 7px; box-shadow: 0 17px 17px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-85:hover { transform: translateY(-2px); box-shadow: 0 12px 27px rgba(0,0,0,0.32), 0 0 13px rgba(100,183,255,0.3); }
.depth-card-86 { border-radius: 8px; box-shadow: 0 18px 18px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-86:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(0,0,0,0.36), 0 0 14px rgba(100,183,255,0.4); }
.depth-card-87 { border-radius: 9px; box-shadow: 0 19px 19px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-87:hover { transform: translateY(-1px); box-shadow: 0 14px 29px rgba(0,0,0,0.40), 0 0 15px rgba(100,183,255,0.5); }
.depth-card-88 { border-radius: 10px; box-shadow: 0 20px 20px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-88:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,0.44), 0 0 16px rgba(100,183,255,0.6); }
.depth-card-89 { border-radius: 11px; box-shadow: 0 21px 21px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-89:hover { transform: translateY(-3px); box-shadow: 0 16px 31px rgba(0,0,0,0.48), 0 0 17px rgba(100,183,255,0.7); }
.depth-card-90 { border-radius: 12px; box-shadow: 0 4px 22px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-90:hover { transform: translateY(-1px); box-shadow: 0 17px 32px rgba(0,0,0,0.32), 0 0 18px rgba(100,183,255,0.8); }
.depth-card-91 { border-radius: 13px; box-shadow: 0 5px 23px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-91:hover { transform: translateY(-2px); box-shadow: 0 18px 33px rgba(0,0,0,0.36), 0 0 19px rgba(100,183,255,0.2); }
.depth-card-92 { border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-92:hover { transform: translateY(-3px); box-shadow: 0 19px 34px rgba(0,0,0,0.40), 0 0 20px rgba(100,183,255,0.3); }
.depth-card-93 { border-radius: 15px; box-shadow: 0 7px 25px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-93:hover { transform: translateY(-1px); box-shadow: 0 20px 35px rgba(0,0,0,0.44), 0 0 21px rgba(100,183,255,0.4); }
.depth-card-94 { border-radius: 16px; box-shadow: 0 8px 26px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-94:hover { transform: translateY(-2px); box-shadow: 0 21px 36px rgba(0,0,0,0.48), 0 0 22px rgba(100,183,255,0.5); }
.depth-card-95 { border-radius: 17px; box-shadow: 0 9px 27px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-95:hover { transform: translateY(-3px); box-shadow: 0 22px 37px rgba(0,0,0,0.32), 0 0 23px rgba(100,183,255,0.6); }
.depth-card-96 { border-radius: 6px; box-shadow: 0 10px 28px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-96:hover { transform: translateY(-1px); box-shadow: 0 23px 14px rgba(0,0,0,0.36), 0 0 8px rgba(100,183,255,0.7); }
.depth-card-97 { border-radius: 7px; box-shadow: 0 11px 29px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-97:hover { transform: translateY(-2px); box-shadow: 0 24px 15px rgba(0,0,0,0.40), 0 0 9px rgba(100,183,255,0.8); }
.depth-card-98 { border-radius: 8px; box-shadow: 0 12px 30px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-98:hover { transform: translateY(-3px); box-shadow: 0 25px 16px rgba(0,0,0,0.44), 0 0 10px rgba(100,183,255,0.2); }
.depth-card-99 { border-radius: 9px; box-shadow: 0 13px 31px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-99:hover { transform: translateY(-1px); box-shadow: 0 26px 17px rgba(0,0,0,0.48), 0 0 11px rgba(100,183,255,0.3); }
.depth-card-100 { border-radius: 10px; box-shadow: 0 14px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-100:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(0,0,0,0.32), 0 0 12px rgba(100,183,255,0.4); }
.depth-card-101 { border-radius: 11px; box-shadow: 0 15px 33px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-101:hover { transform: translateY(-3px); box-shadow: 0 8px 19px rgba(0,0,0,0.36), 0 0 13px rgba(100,183,255,0.5); }
.depth-card-102 { border-radius: 12px; box-shadow: 0 16px 34px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-102:hover { transform: translateY(-1px); box-shadow: 0 9px 20px rgba(0,0,0,0.40), 0 0 14px rgba(100,183,255,0.6); }
.depth-card-103 { border-radius: 13px; box-shadow: 0 17px 35px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-103:hover { transform: translateY(-2px); box-shadow: 0 10px 21px rgba(0,0,0,0.44), 0 0 15px rgba(100,183,255,0.7); }
.depth-card-104 { border-radius: 14px; box-shadow: 0 18px 10px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-104:hover { transform: translateY(-3px); box-shadow: 0 11px 22px rgba(0,0,0,0.48), 0 0 16px rgba(100,183,255,0.8); }
.depth-card-105 { border-radius: 15px; box-shadow: 0 19px 11px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-105:hover { transform: translateY(-1px); box-shadow: 0 12px 23px rgba(0,0,0,0.32), 0 0 17px rgba(100,183,255,0.2); }
.depth-card-106 { border-radius: 16px; box-shadow: 0 20px 12px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-106:hover { transform: translateY(-2px); box-shadow: 0 13px 24px rgba(0,0,0,0.36), 0 0 18px rgba(100,183,255,0.3); }
.depth-card-107 { border-radius: 17px; box-shadow: 0 21px 13px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-107:hover { transform: translateY(-3px); box-shadow: 0 14px 25px rgba(0,0,0,0.40), 0 0 19px rgba(100,183,255,0.4); }
.depth-card-108 { border-radius: 6px; box-shadow: 0 4px 14px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-108:hover { transform: translateY(-1px); box-shadow: 0 15px 26px rgba(0,0,0,0.44), 0 0 20px rgba(100,183,255,0.5); }
.depth-card-109 { border-radius: 7px; box-shadow: 0 5px 15px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-109:hover { transform: translateY(-2px); box-shadow: 0 16px 27px rgba(0,0,0,0.48), 0 0 21px rgba(100,183,255,0.6); }
.depth-card-110 { border-radius: 8px; box-shadow: 0 6px 16px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-110:hover { transform: translateY(-3px); box-shadow: 0 17px 28px rgba(0,0,0,0.32), 0 0 22px rgba(100,183,255,0.7); }
.depth-card-111 { border-radius: 9px; box-shadow: 0 7px 17px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-111:hover { transform: translateY(-1px); box-shadow: 0 18px 29px rgba(0,0,0,0.36), 0 0 23px rgba(100,183,255,0.8); }
.depth-card-112 { border-radius: 10px; box-shadow: 0 8px 18px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-112:hover { transform: translateY(-2px); box-shadow: 0 19px 30px rgba(0,0,0,0.40), 0 0 8px rgba(100,183,255,0.2); }
.depth-card-113 { border-radius: 11px; box-shadow: 0 9px 19px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-113:hover { transform: translateY(-3px); box-shadow: 0 20px 31px rgba(0,0,0,0.44), 0 0 9px rgba(100,183,255,0.3); }
.depth-card-114 { border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-114:hover { transform: translateY(-1px); box-shadow: 0 21px 32px rgba(0,0,0,0.48), 0 0 10px rgba(100,183,255,0.4); }
.depth-card-115 { border-radius: 13px; box-shadow: 0 11px 21px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-115:hover { transform: translateY(-2px); box-shadow: 0 22px 33px rgba(0,0,0,0.32), 0 0 11px rgba(100,183,255,0.5); }
.depth-card-116 { border-radius: 14px; box-shadow: 0 12px 22px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-116:hover { transform: translateY(-3px); box-shadow: 0 23px 34px rgba(0,0,0,0.36), 0 0 12px rgba(100,183,255,0.6); }
.depth-card-117 { border-radius: 15px; box-shadow: 0 13px 23px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-117:hover { transform: translateY(-1px); box-shadow: 0 24px 35px rgba(0,0,0,0.40), 0 0 13px rgba(100,183,255,0.7); }
.depth-card-118 { border-radius: 16px; box-shadow: 0 14px 24px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-118:hover { transform: translateY(-2px); box-shadow: 0 25px 36px rgba(0,0,0,0.44), 0 0 14px rgba(100,183,255,0.8); }
.depth-card-119 { border-radius: 17px; box-shadow: 0 15px 25px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-119:hover { transform: translateY(-3px); box-shadow: 0 26px 37px rgba(0,0,0,0.48), 0 0 15px rgba(100,183,255,0.2); }
.depth-card-120 { border-radius: 6px; box-shadow: 0 16px 26px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-120:hover { transform: translateY(-1px); box-shadow: 0 7px 14px rgba(0,0,0,0.32), 0 0 16px rgba(100,183,255,0.3); }
.depth-card-121 { border-radius: 7px; box-shadow: 0 17px 27px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-121:hover { transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0,0,0,0.36), 0 0 17px rgba(100,183,255,0.4); }
.depth-card-122 { border-radius: 8px; box-shadow: 0 18px 28px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-122:hover { transform: translateY(-3px); box-shadow: 0 9px 16px rgba(0,0,0,0.40), 0 0 18px rgba(100,183,255,0.5); }
.depth-card-123 { border-radius: 9px; box-shadow: 0 19px 29px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-123:hover { transform: translateY(-1px); box-shadow: 0 10px 17px rgba(0,0,0,0.44), 0 0 19px rgba(100,183,255,0.6); }
.depth-card-124 { border-radius: 10px; box-shadow: 0 20px 30px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-124:hover { transform: translateY(-2px); box-shadow: 0 11px 18px rgba(0,0,0,0.48), 0 0 20px rgba(100,183,255,0.7); }
.depth-card-125 { border-radius: 11px; box-shadow: 0 21px 31px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-125:hover { transform: translateY(-3px); box-shadow: 0 12px 19px rgba(0,0,0,0.32), 0 0 21px rgba(100,183,255,0.8); }
.depth-card-126 { border-radius: 12px; box-shadow: 0 4px 32px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-126:hover { transform: translateY(-1px); box-shadow: 0 13px 20px rgba(0,0,0,0.36), 0 0 22px rgba(100,183,255,0.2); }
.depth-card-127 { border-radius: 13px; box-shadow: 0 5px 33px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-127:hover { transform: translateY(-2px); box-shadow: 0 14px 21px rgba(0,0,0,0.40), 0 0 23px rgba(100,183,255,0.3); }
.depth-card-128 { border-radius: 14px; box-shadow: 0 6px 34px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-128:hover { transform: translateY(-3px); box-shadow: 0 15px 22px rgba(0,0,0,0.44), 0 0 8px rgba(100,183,255,0.4); }
.depth-card-129 { border-radius: 15px; box-shadow: 0 7px 35px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-129:hover { transform: translateY(-1px); box-shadow: 0 16px 23px rgba(0,0,0,0.48), 0 0 9px rgba(100,183,255,0.5); }
.depth-card-130 { border-radius: 16px; box-shadow: 0 8px 10px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-130:hover { transform: translateY(-2px); box-shadow: 0 17px 24px rgba(0,0,0,0.32), 0 0 10px rgba(100,183,255,0.6); }
.depth-card-131 { border-radius: 17px; box-shadow: 0 9px 11px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-131:hover { transform: translateY(-3px); box-shadow: 0 18px 25px rgba(0,0,0,0.36), 0 0 11px rgba(100,183,255,0.7); }
.depth-card-132 { border-radius: 6px; box-shadow: 0 10px 12px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-132:hover { transform: translateY(-1px); box-shadow: 0 19px 26px rgba(0,0,0,0.40), 0 0 12px rgba(100,183,255,0.8); }
.depth-card-133 { border-radius: 7px; box-shadow: 0 11px 13px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-133:hover { transform: translateY(-2px); box-shadow: 0 20px 27px rgba(0,0,0,0.44), 0 0 13px rgba(100,183,255,0.2); }
.depth-card-134 { border-radius: 8px; box-shadow: 0 12px 14px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-134:hover { transform: translateY(-3px); box-shadow: 0 21px 28px rgba(0,0,0,0.48), 0 0 14px rgba(100,183,255,0.3); }
.depth-card-135 { border-radius: 9px; box-shadow: 0 13px 15px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-135:hover { transform: translateY(-1px); box-shadow: 0 22px 29px rgba(0,0,0,0.32), 0 0 15px rgba(100,183,255,0.4); }
.depth-card-136 { border-radius: 10px; box-shadow: 0 14px 16px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-136:hover { transform: translateY(-2px); box-shadow: 0 23px 30px rgba(0,0,0,0.36), 0 0 16px rgba(100,183,255,0.5); }
.depth-card-137 { border-radius: 11px; box-shadow: 0 15px 17px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-137:hover { transform: translateY(-3px); box-shadow: 0 24px 31px rgba(0,0,0,0.40), 0 0 17px rgba(100,183,255,0.6); }
.depth-card-138 { border-radius: 12px; box-shadow: 0 16px 18px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-138:hover { transform: translateY(-1px); box-shadow: 0 25px 32px rgba(0,0,0,0.44), 0 0 18px rgba(100,183,255,0.7); }
.depth-card-139 { border-radius: 13px; box-shadow: 0 17px 19px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-139:hover { transform: translateY(-2px); box-shadow: 0 26px 33px rgba(0,0,0,0.48), 0 0 19px rgba(100,183,255,0.8); }
.depth-card-140 { border-radius: 14px; box-shadow: 0 18px 20px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-140:hover { transform: translateY(-3px); box-shadow: 0 7px 34px rgba(0,0,0,0.32), 0 0 20px rgba(100,183,255,0.2); }
.depth-card-141 { border-radius: 15px; box-shadow: 0 19px 21px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-141:hover { transform: translateY(-1px); box-shadow: 0 8px 35px rgba(0,0,0,0.36), 0 0 21px rgba(100,183,255,0.3); }
.depth-card-142 { border-radius: 16px; box-shadow: 0 20px 22px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-142:hover { transform: translateY(-2px); box-shadow: 0 9px 36px rgba(0,0,0,0.40), 0 0 22px rgba(100,183,255,0.4); }
.depth-card-143 { border-radius: 17px; box-shadow: 0 21px 23px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-143:hover { transform: translateY(-3px); box-shadow: 0 10px 37px rgba(0,0,0,0.44), 0 0 23px rgba(100,183,255,0.5); }
.depth-card-144 { border-radius: 6px; box-shadow: 0 4px 24px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-144:hover { transform: translateY(-1px); box-shadow: 0 11px 14px rgba(0,0,0,0.48), 0 0 8px rgba(100,183,255,0.6); }
.depth-card-145 { border-radius: 7px; box-shadow: 0 5px 25px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-145:hover { transform: translateY(-2px); box-shadow: 0 12px 15px rgba(0,0,0,0.32), 0 0 9px rgba(100,183,255,0.7); }
.depth-card-146 { border-radius: 8px; box-shadow: 0 6px 26px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-146:hover { transform: translateY(-3px); box-shadow: 0 13px 16px rgba(0,0,0,0.36), 0 0 10px rgba(100,183,255,0.8); }
.depth-card-147 { border-radius: 9px; box-shadow: 0 7px 27px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-147:hover { transform: translateY(-1px); box-shadow: 0 14px 17px rgba(0,0,0,0.40), 0 0 11px rgba(100,183,255,0.2); }
.depth-card-148 { border-radius: 10px; box-shadow: 0 8px 28px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-148:hover { transform: translateY(-2px); box-shadow: 0 15px 18px rgba(0,0,0,0.44), 0 0 12px rgba(100,183,255,0.3); }
.depth-card-149 { border-radius: 11px; box-shadow: 0 9px 29px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-149:hover { transform: translateY(-3px); box-shadow: 0 16px 19px rgba(0,0,0,0.48), 0 0 13px rgba(100,183,255,0.4); }
.depth-card-150 { border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-150:hover { transform: translateY(-1px); box-shadow: 0 17px 20px rgba(0,0,0,0.32), 0 0 14px rgba(100,183,255,0.5); }
.depth-card-151 { border-radius: 13px; box-shadow: 0 11px 31px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-151:hover { transform: translateY(-2px); box-shadow: 0 18px 21px rgba(0,0,0,0.36), 0 0 15px rgba(100,183,255,0.6); }
.depth-card-152 { border-radius: 14px; box-shadow: 0 12px 32px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-152:hover { transform: translateY(-3px); box-shadow: 0 19px 22px rgba(0,0,0,0.40), 0 0 16px rgba(100,183,255,0.7); }
.depth-card-153 { border-radius: 15px; box-shadow: 0 13px 33px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-153:hover { transform: translateY(-1px); box-shadow: 0 20px 23px rgba(0,0,0,0.44), 0 0 17px rgba(100,183,255,0.8); }
.depth-card-154 { border-radius: 16px; box-shadow: 0 14px 34px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-154:hover { transform: translateY(-2px); box-shadow: 0 21px 24px rgba(0,0,0,0.48), 0 0 18px rgba(100,183,255,0.2); }
.depth-card-155 { border-radius: 17px; box-shadow: 0 15px 35px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-155:hover { transform: translateY(-3px); box-shadow: 0 22px 25px rgba(0,0,0,0.32), 0 0 19px rgba(100,183,255,0.3); }
.depth-card-156 { border-radius: 6px; box-shadow: 0 16px 10px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-156:hover { transform: translateY(-1px); box-shadow: 0 23px 26px rgba(0,0,0,0.36), 0 0 20px rgba(100,183,255,0.4); }
.depth-card-157 { border-radius: 7px; box-shadow: 0 17px 11px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-157:hover { transform: translateY(-2px); box-shadow: 0 24px 27px rgba(0,0,0,0.40), 0 0 21px rgba(100,183,255,0.5); }
.depth-card-158 { border-radius: 8px; box-shadow: 0 18px 12px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-158:hover { transform: translateY(-3px); box-shadow: 0 25px 28px rgba(0,0,0,0.44), 0 0 22px rgba(100,183,255,0.6); }
.depth-card-159 { border-radius: 9px; box-shadow: 0 19px 13px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-159:hover { transform: translateY(-1px); box-shadow: 0 26px 29px rgba(0,0,0,0.48), 0 0 23px rgba(100,183,255,0.7); }
.depth-card-160 { border-radius: 10px; box-shadow: 0 20px 14px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-160:hover { transform: translateY(-2px); box-shadow: 0 7px 30px rgba(0,0,0,0.32), 0 0 8px rgba(100,183,255,0.8); }
.depth-card-161 { border-radius: 11px; box-shadow: 0 21px 15px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-161:hover { transform: translateY(-3px); box-shadow: 0 8px 31px rgba(0,0,0,0.36), 0 0 9px rgba(100,183,255,0.2); }
.depth-card-162 { border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-162:hover { transform: translateY(-1px); box-shadow: 0 9px 32px rgba(0,0,0,0.40), 0 0 10px rgba(100,183,255,0.3); }
.depth-card-163 { border-radius: 13px; box-shadow: 0 5px 17px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-163:hover { transform: translateY(-2px); box-shadow: 0 10px 33px rgba(0,0,0,0.44), 0 0 11px rgba(100,183,255,0.4); }
.depth-card-164 { border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-164:hover { transform: translateY(-3px); box-shadow: 0 11px 34px rgba(0,0,0,0.48), 0 0 12px rgba(100,183,255,0.5); }
.depth-card-165 { border-radius: 15px; box-shadow: 0 7px 19px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-165:hover { transform: translateY(-1px); box-shadow: 0 12px 35px rgba(0,0,0,0.32), 0 0 13px rgba(100,183,255,0.6); }
.depth-card-166 { border-radius: 16px; box-shadow: 0 8px 20px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-166:hover { transform: translateY(-2px); box-shadow: 0 13px 36px rgba(0,0,0,0.36), 0 0 14px rgba(100,183,255,0.7); }
.depth-card-167 { border-radius: 17px; box-shadow: 0 9px 21px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-167:hover { transform: translateY(-3px); box-shadow: 0 14px 37px rgba(0,0,0,0.40), 0 0 15px rgba(100,183,255,0.8); }
.depth-card-168 { border-radius: 6px; box-shadow: 0 10px 22px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-168:hover { transform: translateY(-1px); box-shadow: 0 15px 14px rgba(0,0,0,0.44), 0 0 16px rgba(100,183,255,0.2); }
.depth-card-169 { border-radius: 7px; box-shadow: 0 11px 23px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-169:hover { transform: translateY(-2px); box-shadow: 0 16px 15px rgba(0,0,0,0.48), 0 0 17px rgba(100,183,255,0.3); }
.depth-card-170 { border-radius: 8px; box-shadow: 0 12px 24px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-170:hover { transform: translateY(-3px); box-shadow: 0 17px 16px rgba(0,0,0,0.32), 0 0 18px rgba(100,183,255,0.4); }
.depth-card-171 { border-radius: 9px; box-shadow: 0 13px 25px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-171:hover { transform: translateY(-1px); box-shadow: 0 18px 17px rgba(0,0,0,0.36), 0 0 19px rgba(100,183,255,0.5); }
.depth-card-172 { border-radius: 10px; box-shadow: 0 14px 26px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-172:hover { transform: translateY(-2px); box-shadow: 0 19px 18px rgba(0,0,0,0.40), 0 0 20px rgba(100,183,255,0.6); }
.depth-card-173 { border-radius: 11px; box-shadow: 0 15px 27px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-173:hover { transform: translateY(-3px); box-shadow: 0 20px 19px rgba(0,0,0,0.44), 0 0 21px rgba(100,183,255,0.7); }
.depth-card-174 { border-radius: 12px; box-shadow: 0 16px 28px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-174:hover { transform: translateY(-1px); box-shadow: 0 21px 20px rgba(0,0,0,0.48), 0 0 22px rgba(100,183,255,0.8); }
.depth-card-175 { border-radius: 13px; box-shadow: 0 17px 29px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-175:hover { transform: translateY(-2px); box-shadow: 0 22px 21px rgba(0,0,0,0.32), 0 0 23px rgba(100,183,255,0.2); }
.depth-card-176 { border-radius: 14px; box-shadow: 0 18px 30px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-176:hover { transform: translateY(-3px); box-shadow: 0 23px 22px rgba(0,0,0,0.36), 0 0 8px rgba(100,183,255,0.3); }
.depth-card-177 { border-radius: 15px; box-shadow: 0 19px 31px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-177:hover { transform: translateY(-1px); box-shadow: 0 24px 23px rgba(0,0,0,0.40), 0 0 9px rgba(100,183,255,0.4); }
.depth-card-178 { border-radius: 16px; box-shadow: 0 20px 32px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-178:hover { transform: translateY(-2px); box-shadow: 0 25px 24px rgba(0,0,0,0.44), 0 0 10px rgba(100,183,255,0.5); }
.depth-card-179 { border-radius: 17px; box-shadow: 0 21px 33px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-179:hover { transform: translateY(-3px); box-shadow: 0 26px 25px rgba(0,0,0,0.48), 0 0 11px rgba(100,183,255,0.6); }
.depth-card-180 { border-radius: 6px; box-shadow: 0 4px 34px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-180:hover { transform: translateY(-1px); box-shadow: 0 7px 26px rgba(0,0,0,0.32), 0 0 12px rgba(100,183,255,0.7); }
.depth-card-181 { border-radius: 7px; box-shadow: 0 5px 35px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-181:hover { transform: translateY(-2px); box-shadow: 0 8px 27px rgba(0,0,0,0.36), 0 0 13px rgba(100,183,255,0.8); }
.depth-card-182 { border-radius: 8px; box-shadow: 0 6px 10px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-182:hover { transform: translateY(-3px); box-shadow: 0 9px 28px rgba(0,0,0,0.40), 0 0 14px rgba(100,183,255,0.2); }
.depth-card-183 { border-radius: 9px; box-shadow: 0 7px 11px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-183:hover { transform: translateY(-1px); box-shadow: 0 10px 29px rgba(0,0,0,0.44), 0 0 15px rgba(100,183,255,0.3); }
.depth-card-184 { border-radius: 10px; box-shadow: 0 8px 12px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-184:hover { transform: translateY(-2px); box-shadow: 0 11px 30px rgba(0,0,0,0.48), 0 0 16px rgba(100,183,255,0.4); }
.depth-card-185 { border-radius: 11px; box-shadow: 0 9px 13px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-185:hover { transform: translateY(-3px); box-shadow: 0 12px 31px rgba(0,0,0,0.32), 0 0 17px rgba(100,183,255,0.5); }
.depth-card-186 { border-radius: 12px; box-shadow: 0 10px 14px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-186:hover { transform: translateY(-1px); box-shadow: 0 13px 32px rgba(0,0,0,0.36), 0 0 18px rgba(100,183,255,0.6); }
.depth-card-187 { border-radius: 13px; box-shadow: 0 11px 15px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-187:hover { transform: translateY(-2px); box-shadow: 0 14px 33px rgba(0,0,0,0.40), 0 0 19px rgba(100,183,255,0.7); }
.depth-card-188 { border-radius: 14px; box-shadow: 0 12px 16px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-188:hover { transform: translateY(-3px); box-shadow: 0 15px 34px rgba(0,0,0,0.44), 0 0 20px rgba(100,183,255,0.8); }
.depth-card-189 { border-radius: 15px; box-shadow: 0 13px 17px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-189:hover { transform: translateY(-1px); box-shadow: 0 16px 35px rgba(0,0,0,0.48), 0 0 21px rgba(100,183,255,0.2); }
.depth-card-190 { border-radius: 16px; box-shadow: 0 14px 18px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-190:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(0,0,0,0.32), 0 0 22px rgba(100,183,255,0.3); }
.depth-card-191 { border-radius: 17px; box-shadow: 0 15px 19px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-191:hover { transform: translateY(-3px); box-shadow: 0 18px 37px rgba(0,0,0,0.36), 0 0 23px rgba(100,183,255,0.4); }
.depth-card-192 { border-radius: 6px; box-shadow: 0 16px 20px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-192:hover { transform: translateY(-1px); box-shadow: 0 19px 14px rgba(0,0,0,0.40), 0 0 8px rgba(100,183,255,0.5); }
.depth-card-193 { border-radius: 7px; box-shadow: 0 17px 21px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-193:hover { transform: translateY(-2px); box-shadow: 0 20px 15px rgba(0,0,0,0.44), 0 0 9px rgba(100,183,255,0.6); }
.depth-card-194 { border-radius: 8px; box-shadow: 0 18px 22px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-194:hover { transform: translateY(-3px); box-shadow: 0 21px 16px rgba(0,0,0,0.48), 0 0 10px rgba(100,183,255,0.7); }
.depth-card-195 { border-radius: 9px; box-shadow: 0 19px 23px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-195:hover { transform: translateY(-1px); box-shadow: 0 22px 17px rgba(0,0,0,0.32), 0 0 11px rgba(100,183,255,0.8); }
.depth-card-196 { border-radius: 10px; box-shadow: 0 20px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-196:hover { transform: translateY(-2px); box-shadow: 0 23px 18px rgba(0,0,0,0.36), 0 0 12px rgba(100,183,255,0.2); }
.depth-card-197 { border-radius: 11px; box-shadow: 0 21px 25px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-197:hover { transform: translateY(-3px); box-shadow: 0 24px 19px rgba(0,0,0,0.40), 0 0 13px rgba(100,183,255,0.3); }
.depth-card-198 { border-radius: 12px; box-shadow: 0 4px 26px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-198:hover { transform: translateY(-1px); box-shadow: 0 25px 20px rgba(0,0,0,0.44), 0 0 14px rgba(100,183,255,0.4); }
.depth-card-199 { border-radius: 13px; box-shadow: 0 5px 27px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-199:hover { transform: translateY(-2px); box-shadow: 0 26px 21px rgba(0,0,0,0.48), 0 0 15px rgba(100,183,255,0.5); }
.depth-card-200 { border-radius: 14px; box-shadow: 0 6px 28px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-200:hover { transform: translateY(-3px); box-shadow: 0 7px 22px rgba(0,0,0,0.32), 0 0 16px rgba(100,183,255,0.6); }
.depth-card-201 { border-radius: 15px; box-shadow: 0 7px 29px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-201:hover { transform: translateY(-1px); box-shadow: 0 8px 23px rgba(0,0,0,0.36), 0 0 17px rgba(100,183,255,0.7); }
.depth-card-202 { border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-202:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(0,0,0,0.40), 0 0 18px rgba(100,183,255,0.8); }
.depth-card-203 { border-radius: 17px; box-shadow: 0 9px 31px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-203:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.44), 0 0 19px rgba(100,183,255,0.2); }
.depth-card-204 { border-radius: 6px; box-shadow: 0 10px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-204:hover { transform: translateY(-1px); box-shadow: 0 11px 26px rgba(0,0,0,0.48), 0 0 20px rgba(100,183,255,0.3); }
.depth-card-205 { border-radius: 7px; box-shadow: 0 11px 33px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-205:hover { transform: translateY(-2px); box-shadow: 0 12px 27px rgba(0,0,0,0.32), 0 0 21px rgba(100,183,255,0.4); }
.depth-card-206 { border-radius: 8px; box-shadow: 0 12px 34px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-206:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(0,0,0,0.36), 0 0 22px rgba(100,183,255,0.5); }
.depth-card-207 { border-radius: 9px; box-shadow: 0 13px 35px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-207:hover { transform: translateY(-1px); box-shadow: 0 14px 29px rgba(0,0,0,0.40), 0 0 23px rgba(100,183,255,0.6); }
.depth-card-208 { border-radius: 10px; box-shadow: 0 14px 10px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-208:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,0.44), 0 0 8px rgba(100,183,255,0.7); }
.depth-card-209 { border-radius: 11px; box-shadow: 0 15px 11px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-209:hover { transform: translateY(-3px); box-shadow: 0 16px 31px rgba(0,0,0,0.48), 0 0 9px rgba(100,183,255,0.8); }
.depth-card-210 { border-radius: 12px; box-shadow: 0 16px 12px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-210:hover { transform: translateY(-1px); box-shadow: 0 17px 32px rgba(0,0,0,0.32), 0 0 10px rgba(100,183,255,0.2); }
.depth-card-211 { border-radius: 13px; box-shadow: 0 17px 13px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-211:hover { transform: translateY(-2px); box-shadow: 0 18px 33px rgba(0,0,0,0.36), 0 0 11px rgba(100,183,255,0.3); }
.depth-card-212 { border-radius: 14px; box-shadow: 0 18px 14px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-212:hover { transform: translateY(-3px); box-shadow: 0 19px 34px rgba(0,0,0,0.40), 0 0 12px rgba(100,183,255,0.4); }
.depth-card-213 { border-radius: 15px; box-shadow: 0 19px 15px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-213:hover { transform: translateY(-1px); box-shadow: 0 20px 35px rgba(0,0,0,0.44), 0 0 13px rgba(100,183,255,0.5); }
.depth-card-214 { border-radius: 16px; box-shadow: 0 20px 16px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-214:hover { transform: translateY(-2px); box-shadow: 0 21px 36px rgba(0,0,0,0.48), 0 0 14px rgba(100,183,255,0.6); }
.depth-card-215 { border-radius: 17px; box-shadow: 0 21px 17px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-215:hover { transform: translateY(-3px); box-shadow: 0 22px 37px rgba(0,0,0,0.32), 0 0 15px rgba(100,183,255,0.7); }
.depth-card-216 { border-radius: 6px; box-shadow: 0 4px 18px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-216:hover { transform: translateY(-1px); box-shadow: 0 23px 14px rgba(0,0,0,0.36), 0 0 16px rgba(100,183,255,0.8); }
.depth-card-217 { border-radius: 7px; box-shadow: 0 5px 19px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-217:hover { transform: translateY(-2px); box-shadow: 0 24px 15px rgba(0,0,0,0.40), 0 0 17px rgba(100,183,255,0.2); }
.depth-card-218 { border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-218:hover { transform: translateY(-3px); box-shadow: 0 25px 16px rgba(0,0,0,0.44), 0 0 18px rgba(100,183,255,0.3); }
.depth-card-219 { border-radius: 9px; box-shadow: 0 7px 21px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-219:hover { transform: translateY(-1px); box-shadow: 0 26px 17px rgba(0,0,0,0.48), 0 0 19px rgba(100,183,255,0.4); }
.depth-card-220 { border-radius: 10px; box-shadow: 0 8px 22px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-220:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(0,0,0,0.32), 0 0 20px rgba(100,183,255,0.5); }
.depth-card-221 { border-radius: 11px; box-shadow: 0 9px 23px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-221:hover { transform: translateY(-3px); box-shadow: 0 8px 19px rgba(0,0,0,0.36), 0 0 21px rgba(100,183,255,0.6); }
.depth-card-222 { border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-222:hover { transform: translateY(-1px); box-shadow: 0 9px 20px rgba(0,0,0,0.40), 0 0 22px rgba(100,183,255,0.7); }
.depth-card-223 { border-radius: 13px; box-shadow: 0 11px 25px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-223:hover { transform: translateY(-2px); box-shadow: 0 10px 21px rgba(0,0,0,0.44), 0 0 23px rgba(100,183,255,0.8); }
.depth-card-224 { border-radius: 14px; box-shadow: 0 12px 26px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-224:hover { transform: translateY(-3px); box-shadow: 0 11px 22px rgba(0,0,0,0.48), 0 0 8px rgba(100,183,255,0.2); }
.depth-card-225 { border-radius: 15px; box-shadow: 0 13px 27px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-225:hover { transform: translateY(-1px); box-shadow: 0 12px 23px rgba(0,0,0,0.32), 0 0 9px rgba(100,183,255,0.3); }
.depth-card-226 { border-radius: 16px; box-shadow: 0 14px 28px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-226:hover { transform: translateY(-2px); box-shadow: 0 13px 24px rgba(0,0,0,0.36), 0 0 10px rgba(100,183,255,0.4); }
.depth-card-227 { border-radius: 17px; box-shadow: 0 15px 29px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-227:hover { transform: translateY(-3px); box-shadow: 0 14px 25px rgba(0,0,0,0.40), 0 0 11px rgba(100,183,255,0.5); }
.depth-card-228 { border-radius: 6px; box-shadow: 0 16px 30px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-228:hover { transform: translateY(-1px); box-shadow: 0 15px 26px rgba(0,0,0,0.44), 0 0 12px rgba(100,183,255,0.6); }
.depth-card-229 { border-radius: 7px; box-shadow: 0 17px 31px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-229:hover { transform: translateY(-2px); box-shadow: 0 16px 27px rgba(0,0,0,0.48), 0 0 13px rgba(100,183,255,0.7); }
.depth-card-230 { border-radius: 8px; box-shadow: 0 18px 32px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-230:hover { transform: translateY(-3px); box-shadow: 0 17px 28px rgba(0,0,0,0.32), 0 0 14px rgba(100,183,255,0.8); }
.depth-card-231 { border-radius: 9px; box-shadow: 0 19px 33px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-231:hover { transform: translateY(-1px); box-shadow: 0 18px 29px rgba(0,0,0,0.36), 0 0 15px rgba(100,183,255,0.2); }
.depth-card-232 { border-radius: 10px; box-shadow: 0 20px 34px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-232:hover { transform: translateY(-2px); box-shadow: 0 19px 30px rgba(0,0,0,0.40), 0 0 16px rgba(100,183,255,0.3); }
.depth-card-233 { border-radius: 11px; box-shadow: 0 21px 35px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-233:hover { transform: translateY(-3px); box-shadow: 0 20px 31px rgba(0,0,0,0.44), 0 0 17px rgba(100,183,255,0.4); }
.depth-card-234 { border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-234:hover { transform: translateY(-1px); box-shadow: 0 21px 32px rgba(0,0,0,0.48), 0 0 18px rgba(100,183,255,0.5); }
.depth-card-235 { border-radius: 13px; box-shadow: 0 5px 11px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-235:hover { transform: translateY(-2px); box-shadow: 0 22px 33px rgba(0,0,0,0.32), 0 0 19px rgba(100,183,255,0.6); }
.depth-card-236 { border-radius: 14px; box-shadow: 0 6px 12px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-236:hover { transform: translateY(-3px); box-shadow: 0 23px 34px rgba(0,0,0,0.36), 0 0 20px rgba(100,183,255,0.7); }
.depth-card-237 { border-radius: 15px; box-shadow: 0 7px 13px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-237:hover { transform: translateY(-1px); box-shadow: 0 24px 35px rgba(0,0,0,0.40), 0 0 21px rgba(100,183,255,0.8); }
.depth-card-238 { border-radius: 16px; box-shadow: 0 8px 14px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-238:hover { transform: translateY(-2px); box-shadow: 0 25px 36px rgba(0,0,0,0.44), 0 0 22px rgba(100,183,255,0.2); }
.depth-card-239 { border-radius: 17px; box-shadow: 0 9px 15px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-239:hover { transform: translateY(-3px); box-shadow: 0 26px 37px rgba(0,0,0,0.48), 0 0 23px rgba(100,183,255,0.3); }
.depth-card-240 { border-radius: 6px; box-shadow: 0 10px 16px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-240:hover { transform: translateY(-1px); box-shadow: 0 7px 14px rgba(0,0,0,0.32), 0 0 8px rgba(100,183,255,0.4); }
.depth-card-241 { border-radius: 7px; box-shadow: 0 11px 17px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-241:hover { transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0,0,0,0.36), 0 0 9px rgba(100,183,255,0.5); }
.depth-card-242 { border-radius: 8px; box-shadow: 0 12px 18px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-242:hover { transform: translateY(-3px); box-shadow: 0 9px 16px rgba(0,0,0,0.40), 0 0 10px rgba(100,183,255,0.6); }
.depth-card-243 { border-radius: 9px; box-shadow: 0 13px 19px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-243:hover { transform: translateY(-1px); box-shadow: 0 10px 17px rgba(0,0,0,0.44), 0 0 11px rgba(100,183,255,0.7); }
.depth-card-244 { border-radius: 10px; box-shadow: 0 14px 20px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-244:hover { transform: translateY(-2px); box-shadow: 0 11px 18px rgba(0,0,0,0.48), 0 0 12px rgba(100,183,255,0.8); }
.depth-card-245 { border-radius: 11px; box-shadow: 0 15px 21px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-245:hover { transform: translateY(-3px); box-shadow: 0 12px 19px rgba(0,0,0,0.32), 0 0 13px rgba(100,183,255,0.2); }
.depth-card-246 { border-radius: 12px; box-shadow: 0 16px 22px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-246:hover { transform: translateY(-1px); box-shadow: 0 13px 20px rgba(0,0,0,0.36), 0 0 14px rgba(100,183,255,0.3); }
.depth-card-247 { border-radius: 13px; box-shadow: 0 17px 23px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-247:hover { transform: translateY(-2px); box-shadow: 0 14px 21px rgba(0,0,0,0.40), 0 0 15px rgba(100,183,255,0.4); }
.depth-card-248 { border-radius: 14px; box-shadow: 0 18px 24px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-248:hover { transform: translateY(-3px); box-shadow: 0 15px 22px rgba(0,0,0,0.44), 0 0 16px rgba(100,183,255,0.5); }
.depth-card-249 { border-radius: 15px; box-shadow: 0 19px 25px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-249:hover { transform: translateY(-1px); box-shadow: 0 16px 23px rgba(0,0,0,0.48), 0 0 17px rgba(100,183,255,0.6); }
.depth-card-250 { border-radius: 16px; box-shadow: 0 20px 26px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-250:hover { transform: translateY(-2px); box-shadow: 0 17px 24px rgba(0,0,0,0.32), 0 0 18px rgba(100,183,255,0.7); }
.depth-card-251 { border-radius: 17px; box-shadow: 0 21px 27px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-251:hover { transform: translateY(-3px); box-shadow: 0 18px 25px rgba(0,0,0,0.36), 0 0 19px rgba(100,183,255,0.8); }
.depth-card-252 { border-radius: 6px; box-shadow: 0 4px 28px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-252:hover { transform: translateY(-1px); box-shadow: 0 19px 26px rgba(0,0,0,0.40), 0 0 20px rgba(100,183,255,0.2); }
.depth-card-253 { border-radius: 7px; box-shadow: 0 5px 29px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-253:hover { transform: translateY(-2px); box-shadow: 0 20px 27px rgba(0,0,0,0.44), 0 0 21px rgba(100,183,255,0.3); }
.depth-card-254 { border-radius: 8px; box-shadow: 0 6px 30px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-254:hover { transform: translateY(-3px); box-shadow: 0 21px 28px rgba(0,0,0,0.48), 0 0 22px rgba(100,183,255,0.4); }
.depth-card-255 { border-radius: 9px; box-shadow: 0 7px 31px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-255:hover { transform: translateY(-1px); box-shadow: 0 22px 29px rgba(0,0,0,0.32), 0 0 23px rgba(100,183,255,0.5); }
.depth-card-256 { border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-256:hover { transform: translateY(-2px); box-shadow: 0 23px 30px rgba(0,0,0,0.36), 0 0 8px rgba(100,183,255,0.6); }
.depth-card-257 { border-radius: 11px; box-shadow: 0 9px 33px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-257:hover { transform: translateY(-3px); box-shadow: 0 24px 31px rgba(0,0,0,0.40), 0 0 9px rgba(100,183,255,0.7); }
.depth-card-258 { border-radius: 12px; box-shadow: 0 10px 34px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-258:hover { transform: translateY(-1px); box-shadow: 0 25px 32px rgba(0,0,0,0.44), 0 0 10px rgba(100,183,255,0.8); }
.depth-card-259 { border-radius: 13px; box-shadow: 0 11px 35px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-259:hover { transform: translateY(-2px); box-shadow: 0 26px 33px rgba(0,0,0,0.48), 0 0 11px rgba(100,183,255,0.2); }
.depth-card-260 { border-radius: 14px; box-shadow: 0 12px 10px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-260:hover { transform: translateY(-3px); box-shadow: 0 7px 34px rgba(0,0,0,0.32), 0 0 12px rgba(100,183,255,0.3); }
.depth-card-261 { border-radius: 15px; box-shadow: 0 13px 11px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-261:hover { transform: translateY(-1px); box-shadow: 0 8px 35px rgba(0,0,0,0.36), 0 0 13px rgba(100,183,255,0.4); }
.depth-card-262 { border-radius: 16px; box-shadow: 0 14px 12px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-262:hover { transform: translateY(-2px); box-shadow: 0 9px 36px rgba(0,0,0,0.40), 0 0 14px rgba(100,183,255,0.5); }
.depth-card-263 { border-radius: 17px; box-shadow: 0 15px 13px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-263:hover { transform: translateY(-3px); box-shadow: 0 10px 37px rgba(0,0,0,0.44), 0 0 15px rgba(100,183,255,0.6); }
.depth-card-264 { border-radius: 6px; box-shadow: 0 16px 14px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-264:hover { transform: translateY(-1px); box-shadow: 0 11px 14px rgba(0,0,0,0.48), 0 0 16px rgba(100,183,255,0.7); }
.depth-card-265 { border-radius: 7px; box-shadow: 0 17px 15px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-265:hover { transform: translateY(-2px); box-shadow: 0 12px 15px rgba(0,0,0,0.32), 0 0 17px rgba(100,183,255,0.8); }
.depth-card-266 { border-radius: 8px; box-shadow: 0 18px 16px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-266:hover { transform: translateY(-3px); box-shadow: 0 13px 16px rgba(0,0,0,0.36), 0 0 18px rgba(100,183,255,0.2); }
.depth-card-267 { border-radius: 9px; box-shadow: 0 19px 17px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-267:hover { transform: translateY(-1px); box-shadow: 0 14px 17px rgba(0,0,0,0.40), 0 0 19px rgba(100,183,255,0.3); }
.depth-card-268 { border-radius: 10px; box-shadow: 0 20px 18px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-268:hover { transform: translateY(-2px); box-shadow: 0 15px 18px rgba(0,0,0,0.44), 0 0 20px rgba(100,183,255,0.4); }
.depth-card-269 { border-radius: 11px; box-shadow: 0 21px 19px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-269:hover { transform: translateY(-3px); box-shadow: 0 16px 19px rgba(0,0,0,0.48), 0 0 21px rgba(100,183,255,0.5); }
.depth-card-270 { border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-270:hover { transform: translateY(-1px); box-shadow: 0 17px 20px rgba(0,0,0,0.32), 0 0 22px rgba(100,183,255,0.6); }
.depth-card-271 { border-radius: 13px; box-shadow: 0 5px 21px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-271:hover { transform: translateY(-2px); box-shadow: 0 18px 21px rgba(0,0,0,0.36), 0 0 23px rgba(100,183,255,0.7); }
.depth-card-272 { border-radius: 14px; box-shadow: 0 6px 22px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-272:hover { transform: translateY(-3px); box-shadow: 0 19px 22px rgba(0,0,0,0.40), 0 0 8px rgba(100,183,255,0.8); }
.depth-card-273 { border-radius: 15px; box-shadow: 0 7px 23px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-273:hover { transform: translateY(-1px); box-shadow: 0 20px 23px rgba(0,0,0,0.44), 0 0 9px rgba(100,183,255,0.2); }
.depth-card-274 { border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-274:hover { transform: translateY(-2px); box-shadow: 0 21px 24px rgba(0,0,0,0.48), 0 0 10px rgba(100,183,255,0.3); }
.depth-card-275 { border-radius: 17px; box-shadow: 0 9px 25px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-275:hover { transform: translateY(-3px); box-shadow: 0 22px 25px rgba(0,0,0,0.32), 0 0 11px rgba(100,183,255,0.4); }
.depth-card-276 { border-radius: 6px; box-shadow: 0 10px 26px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-276:hover { transform: translateY(-1px); box-shadow: 0 23px 26px rgba(0,0,0,0.36), 0 0 12px rgba(100,183,255,0.5); }
.depth-card-277 { border-radius: 7px; box-shadow: 0 11px 27px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-277:hover { transform: translateY(-2px); box-shadow: 0 24px 27px rgba(0,0,0,0.40), 0 0 13px rgba(100,183,255,0.6); }
.depth-card-278 { border-radius: 8px; box-shadow: 0 12px 28px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-278:hover { transform: translateY(-3px); box-shadow: 0 25px 28px rgba(0,0,0,0.44), 0 0 14px rgba(100,183,255,0.7); }
.depth-card-279 { border-radius: 9px; box-shadow: 0 13px 29px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-279:hover { transform: translateY(-1px); box-shadow: 0 26px 29px rgba(0,0,0,0.48), 0 0 15px rgba(100,183,255,0.8); }
.depth-card-280 { border-radius: 10px; box-shadow: 0 14px 30px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-280:hover { transform: translateY(-2px); box-shadow: 0 7px 30px rgba(0,0,0,0.32), 0 0 16px rgba(100,183,255,0.2); }
.depth-card-281 { border-radius: 11px; box-shadow: 0 15px 31px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-281:hover { transform: translateY(-3px); box-shadow: 0 8px 31px rgba(0,0,0,0.36), 0 0 17px rgba(100,183,255,0.3); }
.depth-card-282 { border-radius: 12px; box-shadow: 0 16px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-282:hover { transform: translateY(-1px); box-shadow: 0 9px 32px rgba(0,0,0,0.40), 0 0 18px rgba(100,183,255,0.4); }
.depth-card-283 { border-radius: 13px; box-shadow: 0 17px 33px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-283:hover { transform: translateY(-2px); box-shadow: 0 10px 33px rgba(0,0,0,0.44), 0 0 19px rgba(100,183,255,0.5); }
.depth-card-284 { border-radius: 14px; box-shadow: 0 18px 34px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-284:hover { transform: translateY(-3px); box-shadow: 0 11px 34px rgba(0,0,0,0.48), 0 0 20px rgba(100,183,255,0.6); }
.depth-card-285 { border-radius: 15px; box-shadow: 0 19px 35px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-285:hover { transform: translateY(-1px); box-shadow: 0 12px 35px rgba(0,0,0,0.32), 0 0 21px rgba(100,183,255,0.7); }
.depth-card-286 { border-radius: 16px; box-shadow: 0 20px 10px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-286:hover { transform: translateY(-2px); box-shadow: 0 13px 36px rgba(0,0,0,0.36), 0 0 22px rgba(100,183,255,0.8); }
.depth-card-287 { border-radius: 17px; box-shadow: 0 21px 11px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-287:hover { transform: translateY(-3px); box-shadow: 0 14px 37px rgba(0,0,0,0.40), 0 0 23px rgba(100,183,255,0.2); }
.depth-card-288 { border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-288:hover { transform: translateY(-1px); box-shadow: 0 15px 14px rgba(0,0,0,0.44), 0 0 8px rgba(100,183,255,0.3); }
.depth-card-289 { border-radius: 7px; box-shadow: 0 5px 13px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-289:hover { transform: translateY(-2px); box-shadow: 0 16px 15px rgba(0,0,0,0.48), 0 0 9px rgba(100,183,255,0.4); }
.depth-card-290 { border-radius: 8px; box-shadow: 0 6px 14px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-290:hover { transform: translateY(-3px); box-shadow: 0 17px 16px rgba(0,0,0,0.32), 0 0 10px rgba(100,183,255,0.5); }
.depth-card-291 { border-radius: 9px; box-shadow: 0 7px 15px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-291:hover { transform: translateY(-1px); box-shadow: 0 18px 17px rgba(0,0,0,0.36), 0 0 11px rgba(100,183,255,0.6); }
.depth-card-292 { border-radius: 10px; box-shadow: 0 8px 16px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-292:hover { transform: translateY(-2px); box-shadow: 0 19px 18px rgba(0,0,0,0.40), 0 0 12px rgba(100,183,255,0.7); }
.depth-card-293 { border-radius: 11px; box-shadow: 0 9px 17px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.7); }
.depth-card-293:hover { transform: translateY(-3px); box-shadow: 0 20px 19px rgba(0,0,0,0.44), 0 0 13px rgba(100,183,255,0.8); }
.depth-card-294 { border-radius: 12px; box-shadow: 0 10px 18px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.8); }
.depth-card-294:hover { transform: translateY(-1px); box-shadow: 0 21px 20px rgba(0,0,0,0.48), 0 0 14px rgba(100,183,255,0.2); }
.depth-card-295 { border-radius: 13px; box-shadow: 0 11px 19px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.9); }
.depth-card-295:hover { transform: translateY(-2px); box-shadow: 0 22px 21px rgba(0,0,0,0.32), 0 0 15px rgba(100,183,255,0.3); }
.depth-card-296 { border-radius: 14px; box-shadow: 0 12px 20px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.2); }
.depth-card-296:hover { transform: translateY(-3px); box-shadow: 0 23px 22px rgba(0,0,0,0.36), 0 0 16px rgba(100,183,255,0.4); }
.depth-card-297 { border-radius: 15px; box-shadow: 0 13px 21px rgba(0,0,0,0.31), inset 0 1px 0 rgba(255,255,255,0.3); }
.depth-card-297:hover { transform: translateY(-1px); box-shadow: 0 24px 23px rgba(0,0,0,0.40), 0 0 17px rgba(100,183,255,0.5); }
.depth-card-298 { border-radius: 16px; box-shadow: 0 14px 22px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.4); }
.depth-card-298:hover { transform: translateY(-2px); box-shadow: 0 25px 24px rgba(0,0,0,0.44), 0 0 18px rgba(100,183,255,0.6); }
.depth-card-299 { border-radius: 17px; box-shadow: 0 15px 23px rgba(0,0,0,0.37), inset 0 1px 0 rgba(255,255,255,0.5); }
.depth-card-299:hover { transform: translateY(-3px); box-shadow: 0 26px 25px rgba(0,0,0,0.48), 0 0 19px rgba(100,183,255,0.7); }
.depth-card-300 { border-radius: 6px; box-shadow: 0 16px 24px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.6); }
.depth-card-300:hover { transform: translateY(-1px); box-shadow: 0 7px 26px rgba(0,0,0,0.32), 0 0 20px rgba(100,183,255,0.8); }
.glow-blue-1 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-1 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-1 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-2 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-2 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-2 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-3 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-3 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-3 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-4 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-4 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-4 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-5 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-5 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-5 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-6 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-6 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-6 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-7 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-7 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-7 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-8 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-8 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-8 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-9 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-9 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-9 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-10 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-10 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-10 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-11 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-11 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-11 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-12 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-12 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-12 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-13 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-13 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-13 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-14 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-14 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-14 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-15 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-15 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-15 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-16 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-16 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-16 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-17 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-17 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-17 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-18 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-18 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-18 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-19 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-19 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-19 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-20 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-20 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-20 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-21 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-21 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-21 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-22 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-22 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-22 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-23 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-23 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-23 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-24 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-24 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-24 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-25 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-25 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-25 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-26 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-26 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-26 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-27 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-27 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-27 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-28 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-28 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-28 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-29 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-29 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-29 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-30 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-30 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-30 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-31 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-31 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-31 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-32 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-32 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-32 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-33 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-33 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-33 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-34 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-34 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-34 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-35 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-35 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-35 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-36 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-36 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-36 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-37 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-37 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-37 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-38 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-38 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-38 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-39 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-39 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-39 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-40 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-40 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-40 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-41 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-41 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-41 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-42 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-42 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-42 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-43 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-43 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-43 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-44 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-44 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-44 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-45 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-45 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-45 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-46 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-46 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-46 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-47 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-47 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-47 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-48 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-48 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-48 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-49 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-49 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-49 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-50 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-50 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-50 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-51 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-51 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-51 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-52 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-52 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-52 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-53 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-53 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-53 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-54 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-54 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-54 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-55 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-55 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-55 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-56 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-56 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-56 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-57 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-57 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-57 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-58 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-58 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-58 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-59 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-59 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-59 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-60 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-60 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-60 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-61 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-61 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-61 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-62 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-62 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-62 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-63 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-63 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-63 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-64 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-64 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-64 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-65 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-65 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-65 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-66 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-66 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-66 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-67 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-67 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-67 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-68 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-68 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-68 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-69 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-69 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-69 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-70 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-70 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-70 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-71 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-71 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-71 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-72 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-72 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-72 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-73 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-73 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-73 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-74 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-74 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-74 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-75 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-75 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-75 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-76 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-76 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-76 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-77 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-77 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-77 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-78 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-78 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-78 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-79 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-79 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-79 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-80 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-80 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-80 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-81 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-81 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-81 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-82 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-82 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-82 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-83 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-83 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-83 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-84 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-84 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-84 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-85 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-85 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-85 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-86 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-86 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-86 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-87 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-87 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-87 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-88 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-88 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-88 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-89 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-89 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-89 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-90 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-90 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-90 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-91 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-91 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-91 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-92 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-92 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-92 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-93 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-93 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-93 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-94 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-94 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-94 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-95 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-95 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-95 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-96 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-96 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-96 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-97 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-97 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-97 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-98 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-98 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-98 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-99 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-99 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-99 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-100 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-100 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-100 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-101 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-101 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-101 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-102 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-102 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-102 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-103 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-103 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-103 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-104 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-104 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-104 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-105 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-105 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-105 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-106 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-106 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-106 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-107 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-107 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-107 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-108 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-108 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-108 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-109 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-109 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-109 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-110 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-110 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-110 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-111 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-111 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-111 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-112 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-112 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-112 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-113 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-113 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-113 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-114 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-114 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-114 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-115 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-115 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-115 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-116 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-116 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-116 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-117 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-117 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-117 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-118 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-118 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-118 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-119 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-119 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-119 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-120 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-120 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-120 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-121 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-121 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-121 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-122 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-122 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-122 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-123 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-123 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-123 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-124 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-124 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-124 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-125 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-125 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-125 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-126 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-126 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-126 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-127 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-127 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-127 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-128 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-128 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-128 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-129 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-129 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-129 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-130 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-130 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-130 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-131 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-131 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-131 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-132 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-132 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-132 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-133 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-133 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-133 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-134 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-134 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-134 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-135 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-135 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-135 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-136 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-136 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-136 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-137 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-137 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-137 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-138 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-138 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-138 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-139 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-139 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-139 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-140 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-140 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-140 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-141 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-141 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-141 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-142 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-142 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-142 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-143 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-143 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-143 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-144 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-144 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-144 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-145 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-145 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-145 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-146 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-146 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-146 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-147 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-147 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-147 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-148 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-148 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-148 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-149 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-149 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-149 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-150 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-150 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-150 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-151 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-151 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-151 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-152 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-152 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-152 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-153 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-153 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-153 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-154 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-154 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-154 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-155 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-155 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-155 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-156 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-156 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-156 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-157 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-157 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-157 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-158 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-158 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-158 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-159 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-159 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-159 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-160 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-160 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-160 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-161 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-161 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-161 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-162 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-162 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-162 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-163 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-163 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-163 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-164 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-164 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-164 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-165 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-165 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-165 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-166 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-166 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-166 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-167 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-167 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-167 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-168 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-168 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-168 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-169 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-169 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-169 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-170 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-170 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-170 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-171 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-171 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-171 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-172 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-172 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-172 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-173 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-173 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-173 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-174 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-174 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-174 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-175 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-175 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-175 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-176 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-176 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-176 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-177 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-177 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-177 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-178 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-178 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-178 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-179 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-179 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-179 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-180 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-180 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-180 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-181 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-181 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-181 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-182 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-182 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-182 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-183 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-183 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-183 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-184 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-184 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-184 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-185 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-185 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-185 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-186 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-186 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-186 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-187 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-187 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-187 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-188 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-188 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-188 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-189 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-189 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-189 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-190 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-190 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-190 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-191 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-191 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-191 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-192 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-192 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-192 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-193 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-193 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-193 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-194 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-194 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-194 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-195 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-195 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-195 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-196 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-196 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-196 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-197 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-197 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-197 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-198 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-198 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-198 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-199 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-199 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-199 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-200 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-200 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-200 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-201 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-201 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-201 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-202 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-202 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-202 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-203 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-203 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-203 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-204 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-204 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-204 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-205 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-205 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-205 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-206 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-206 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-206 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-207 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-207 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-207 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-208 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-208 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-208 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-209 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-209 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-209 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-210 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-210 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-210 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-211 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-211 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-211 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-212 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-212 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-212 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-213 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-213 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-213 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-214 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-214 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-214 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-215 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-215 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-215 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-216 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-216 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-216 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-217 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-217 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-217 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-218 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-218 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-218 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-219 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-219 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-219 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-220 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-220 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-220 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-221 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-221 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-221 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-222 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-222 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-222 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-223 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-223 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-223 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-224 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-224 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-224 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-225 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-225 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-225 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-226 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-226 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-226 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-227 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-227 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-227 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-228 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-228 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-228 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-229 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-229 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-229 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-230 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-230 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-230 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-231 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-231 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-231 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-232 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-232 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-232 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-233 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-233 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-233 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-234 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-234 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-234 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-235 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-235 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-235 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-236 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-236 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-236 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-237 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-237 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-237 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-238 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-238 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-238 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-239 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-239 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-239 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-240 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-240 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-240 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-241 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-241 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-241 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-242 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-242 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-242 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-243 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-243 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-243 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-244 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-244 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-244 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-245 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-245 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-245 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-246 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-246 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-246 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-247 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-247 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-247 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-248 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-248 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-248 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-249 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-249 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-249 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-250 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-250 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-250 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-251 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-251 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-251 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-252 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-252 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-252 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-253 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-253 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-253 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-254 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-254 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-254 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-255 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-255 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-255 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-256 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-256 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-256 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-257 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-257 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-257 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-258 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-258 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-258 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-259 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-259 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-259 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-260 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-260 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-260 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-261 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-261 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-261 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-262 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-262 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-262 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-263 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-263 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-263 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-264 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-264 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-264 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-265 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-265 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-265 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-266 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-266 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-266 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-267 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-267 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-267 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-268 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-268 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-268 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-269 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-269 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-269 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-270 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-270 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-270 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-271 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-271 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-271 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-272 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-272 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-272 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-273 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-273 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-273 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-274 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-274 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-274 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-275 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-275 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-275 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-276 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-276 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-276 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-277 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-277 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-277 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-278 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-278 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-278 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-279 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-279 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-279 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-280 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-280 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-280 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-281 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-281 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-281 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-282 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-282 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-282 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-283 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-283 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-283 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-284 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-284 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-284 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-285 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-285 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-285 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-286 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-286 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-286 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-287 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-287 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-287 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-288 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-288 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-288 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-289 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-289 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-289 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-290 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-290 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-290 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-291 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-291 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-291 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-292 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-292 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-292 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-293 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-293 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-293 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-294 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-294 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-294 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-295 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-295 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-295 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-296 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-296 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-296 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-297 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-297 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-297 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-298 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-298 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-298 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-299 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-299 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-299 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-300 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-300 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-300 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-301 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-301 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-301 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-302 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-302 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-302 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-303 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-303 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-303 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-304 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-304 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-304 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-305 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-305 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-305 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-306 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-306 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-306 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-307 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-307 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-307 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-308 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-308 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-308 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-309 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-309 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-309 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-310 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-310 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-310 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-311 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-311 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-311 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-312 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-312 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-312 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-313 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-313 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-313 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-314 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-314 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-314 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-315 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-315 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-315 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-316 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-316 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-316 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-317 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-317 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-317 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-318 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-318 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-318 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-319 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-319 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-319 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-320 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-320 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-320 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-321 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-321 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-321 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-322 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-322 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-322 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-323 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-323 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-323 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-324 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-324 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-324 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-325 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-325 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-325 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-326 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-326 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-326 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-327 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-327 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-327 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-328 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-328 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-328 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-329 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-329 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-329 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-330 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-330 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-330 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-331 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-331 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-331 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-332 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-332 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-332 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-333 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-333 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-333 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-334 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-334 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-334 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-335 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-335 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-335 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-336 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-336 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-336 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-337 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-337 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-337 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-338 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-338 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-338 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-339 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-339 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-339 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-340 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-340 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-340 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-341 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-341 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-341 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-342 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-342 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-342 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-343 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-343 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-343 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-344 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-344 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-344 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-345 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-345 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-345 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-346 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-346 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-346 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-347 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-347 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-347 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-348 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-348 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-348 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-349 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-349 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-349 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-350 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-350 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-350 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-351 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-351 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-351 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-352 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-352 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-352 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-353 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-353 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-353 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-354 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-354 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-354 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-355 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-355 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-355 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-356 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-356 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-356 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-357 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-357 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-357 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-358 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-358 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-358 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-359 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-359 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-359 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-360 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-360 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-360 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-361 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-361 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-361 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-362 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-362 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-362 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-363 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-363 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-363 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-364 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-364 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-364 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-365 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-365 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-365 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-366 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-366 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-366 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-367 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-367 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-367 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-368 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-368 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-368 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-369 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-369 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-369 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-370 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-370 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-370 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-371 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-371 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-371 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-372 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-372 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-372 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-373 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-373 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-373 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-374 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-374 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-374 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-375 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-375 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-375 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-376 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-376 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-376 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-377 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-377 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-377 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-378 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-378 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-378 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-379 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-379 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-379 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-380 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-380 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-380 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.glow-blue-381 { box-shadow: 0 0 5px rgba(100,183,255,0.10); }
.glow-red-381 { box-shadow: 0 0 5px rgba(255,79,111,0.10); }
.glow-green-381 { box-shadow: 0 0 5px rgba(56,223,151,0.10); }
.glow-blue-382 { box-shadow: 0 0 6px rgba(100,183,255,0.12); }
.glow-red-382 { box-shadow: 0 0 6px rgba(255,79,111,0.12); }
.glow-green-382 { box-shadow: 0 0 6px rgba(56,223,151,0.12); }
.glow-blue-383 { box-shadow: 0 0 7px rgba(100,183,255,0.14); }
.glow-red-383 { box-shadow: 0 0 7px rgba(255,79,111,0.14); }
.glow-green-383 { box-shadow: 0 0 7px rgba(56,223,151,0.14); }
.glow-blue-384 { box-shadow: 0 0 8px rgba(100,183,255,0.16); }
.glow-red-384 { box-shadow: 0 0 8px rgba(255,79,111,0.16); }
.glow-green-384 { box-shadow: 0 0 8px rgba(56,223,151,0.16); }
.glow-blue-385 { box-shadow: 0 0 9px rgba(100,183,255,0.18); }
.glow-red-385 { box-shadow: 0 0 9px rgba(255,79,111,0.18); }
.glow-green-385 { box-shadow: 0 0 9px rgba(56,223,151,0.18); }
.glow-blue-386 { box-shadow: 0 0 10px rgba(100,183,255,0.20); }
.glow-red-386 { box-shadow: 0 0 10px rgba(255,79,111,0.20); }
.glow-green-386 { box-shadow: 0 0 10px rgba(56,223,151,0.20); }
.glow-blue-387 { box-shadow: 0 0 11px rgba(100,183,255,0.22); }
.glow-red-387 { box-shadow: 0 0 11px rgba(255,79,111,0.22); }
.glow-green-387 { box-shadow: 0 0 11px rgba(56,223,151,0.22); }
.glow-blue-388 { box-shadow: 0 0 12px rgba(100,183,255,0.24); }
.glow-red-388 { box-shadow: 0 0 12px rgba(255,79,111,0.24); }
.glow-green-388 { box-shadow: 0 0 12px rgba(56,223,151,0.24); }
.glow-blue-389 { box-shadow: 0 0 13px rgba(100,183,255,0.26); }
.glow-red-389 { box-shadow: 0 0 13px rgba(255,79,111,0.26); }
.glow-green-389 { box-shadow: 0 0 13px rgba(56,223,151,0.26); }
.glow-blue-390 { box-shadow: 0 0 14px rgba(100,183,255,0.08); }
.glow-red-390 { box-shadow: 0 0 14px rgba(255,79,111,0.08); }
.glow-green-390 { box-shadow: 0 0 14px rgba(56,223,151,0.08); }
.glow-blue-391 { box-shadow: 0 0 15px rgba(100,183,255,0.10); }
.glow-red-391 { box-shadow: 0 0 15px rgba(255,79,111,0.10); }
.glow-green-391 { box-shadow: 0 0 15px rgba(56,223,151,0.10); }
.glow-blue-392 { box-shadow: 0 0 16px rgba(100,183,255,0.12); }
.glow-red-392 { box-shadow: 0 0 16px rgba(255,79,111,0.12); }
.glow-green-392 { box-shadow: 0 0 16px rgba(56,223,151,0.12); }
.glow-blue-393 { box-shadow: 0 0 17px rgba(100,183,255,0.14); }
.glow-red-393 { box-shadow: 0 0 17px rgba(255,79,111,0.14); }
.glow-green-393 { box-shadow: 0 0 17px rgba(56,223,151,0.14); }
.glow-blue-394 { box-shadow: 0 0 18px rgba(100,183,255,0.16); }
.glow-red-394 { box-shadow: 0 0 18px rgba(255,79,111,0.16); }
.glow-green-394 { box-shadow: 0 0 18px rgba(56,223,151,0.16); }
.glow-blue-395 { box-shadow: 0 0 19px rgba(100,183,255,0.18); }
.glow-red-395 { box-shadow: 0 0 19px rgba(255,79,111,0.18); }
.glow-green-395 { box-shadow: 0 0 19px rgba(56,223,151,0.18); }
.glow-blue-396 { box-shadow: 0 0 20px rgba(100,183,255,0.20); }
.glow-red-396 { box-shadow: 0 0 20px rgba(255,79,111,0.20); }
.glow-green-396 { box-shadow: 0 0 20px rgba(56,223,151,0.20); }
.glow-blue-397 { box-shadow: 0 0 21px rgba(100,183,255,0.22); }
.glow-red-397 { box-shadow: 0 0 21px rgba(255,79,111,0.22); }
.glow-green-397 { box-shadow: 0 0 21px rgba(56,223,151,0.22); }
.glow-blue-398 { box-shadow: 0 0 22px rgba(100,183,255,0.24); }
.glow-red-398 { box-shadow: 0 0 22px rgba(255,79,111,0.24); }
.glow-green-398 { box-shadow: 0 0 22px rgba(56,223,151,0.24); }
.glow-blue-399 { box-shadow: 0 0 23px rgba(100,183,255,0.26); }
.glow-red-399 { box-shadow: 0 0 23px rgba(255,79,111,0.26); }
.glow-green-399 { box-shadow: 0 0 23px rgba(56,223,151,0.26); }
.glow-blue-400 { box-shadow: 0 0 4px rgba(100,183,255,0.08); }
.glow-red-400 { box-shadow: 0 0 4px rgba(255,79,111,0.08); }
.glow-green-400 { box-shadow: 0 0 4px rgba(56,223,151,0.08); }
.metal-gradient-1 { background: linear-gradient(180deg, hsla(201, 46%, 27%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-2 { background: linear-gradient(180deg, hsla(202, 46%, 28%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-3 { background: linear-gradient(180deg, hsla(203, 46%, 29%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-4 { background: linear-gradient(180deg, hsla(204, 46%, 30%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-5 { background: linear-gradient(180deg, hsla(205, 46%, 31%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-6 { background: linear-gradient(180deg, hsla(206, 46%, 32%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-7 { background: linear-gradient(180deg, hsla(207, 46%, 33%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-8 { background: linear-gradient(180deg, hsla(208, 46%, 34%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-9 { background: linear-gradient(180deg, hsla(209, 46%, 35%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-10 { background: linear-gradient(180deg, hsla(210, 46%, 36%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-11 { background: linear-gradient(180deg, hsla(211, 46%, 37%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-12 { background: linear-gradient(180deg, hsla(212, 46%, 26%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-13 { background: linear-gradient(180deg, hsla(213, 46%, 27%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-14 { background: linear-gradient(180deg, hsla(214, 46%, 28%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-15 { background: linear-gradient(180deg, hsla(215, 46%, 29%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-16 { background: linear-gradient(180deg, hsla(216, 46%, 30%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-17 { background: linear-gradient(180deg, hsla(217, 46%, 31%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-18 { background: linear-gradient(180deg, hsla(218, 46%, 32%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-19 { background: linear-gradient(180deg, hsla(219, 46%, 33%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-20 { background: linear-gradient(180deg, hsla(220, 46%, 34%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-21 { background: linear-gradient(180deg, hsla(221, 46%, 35%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-22 { background: linear-gradient(180deg, hsla(222, 46%, 36%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-23 { background: linear-gradient(180deg, hsla(223, 46%, 37%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-24 { background: linear-gradient(180deg, hsla(224, 46%, 26%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-25 { background: linear-gradient(180deg, hsla(225, 46%, 27%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-26 { background: linear-gradient(180deg, hsla(226, 46%, 28%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-27 { background: linear-gradient(180deg, hsla(227, 46%, 29%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-28 { background: linear-gradient(180deg, hsla(228, 46%, 30%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-29 { background: linear-gradient(180deg, hsla(229, 46%, 31%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-30 { background: linear-gradient(180deg, hsla(200, 46%, 32%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-31 { background: linear-gradient(180deg, hsla(201, 46%, 33%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-32 { background: linear-gradient(180deg, hsla(202, 46%, 34%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-33 { background: linear-gradient(180deg, hsla(203, 46%, 35%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-34 { background: linear-gradient(180deg, hsla(204, 46%, 36%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-35 { background: linear-gradient(180deg, hsla(205, 46%, 37%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-36 { background: linear-gradient(180deg, hsla(206, 46%, 26%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-37 { background: linear-gradient(180deg, hsla(207, 46%, 27%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-38 { background: linear-gradient(180deg, hsla(208, 46%, 28%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-39 { background: linear-gradient(180deg, hsla(209, 46%, 29%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-40 { background: linear-gradient(180deg, hsla(210, 46%, 30%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-41 { background: linear-gradient(180deg, hsla(211, 46%, 31%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-42 { background: linear-gradient(180deg, hsla(212, 46%, 32%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-43 { background: linear-gradient(180deg, hsla(213, 46%, 33%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-44 { background: linear-gradient(180deg, hsla(214, 46%, 34%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-45 { background: linear-gradient(180deg, hsla(215, 46%, 35%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-46 { background: linear-gradient(180deg, hsla(216, 46%, 36%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-47 { background: linear-gradient(180deg, hsla(217, 46%, 37%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-48 { background: linear-gradient(180deg, hsla(218, 46%, 26%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-49 { background: linear-gradient(180deg, hsla(219, 46%, 27%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-50 { background: linear-gradient(180deg, hsla(220, 46%, 28%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-51 { background: linear-gradient(180deg, hsla(221, 46%, 29%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-52 { background: linear-gradient(180deg, hsla(222, 46%, 30%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-53 { background: linear-gradient(180deg, hsla(223, 46%, 31%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-54 { background: linear-gradient(180deg, hsla(224, 46%, 32%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-55 { background: linear-gradient(180deg, hsla(225, 46%, 33%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-56 { background: linear-gradient(180deg, hsla(226, 46%, 34%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-57 { background: linear-gradient(180deg, hsla(227, 46%, 35%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-58 { background: linear-gradient(180deg, hsla(228, 46%, 36%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-59 { background: linear-gradient(180deg, hsla(229, 46%, 37%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-60 { background: linear-gradient(180deg, hsla(200, 46%, 26%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-61 { background: linear-gradient(180deg, hsla(201, 46%, 27%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-62 { background: linear-gradient(180deg, hsla(202, 46%, 28%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-63 { background: linear-gradient(180deg, hsla(203, 46%, 29%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-64 { background: linear-gradient(180deg, hsla(204, 46%, 30%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-65 { background: linear-gradient(180deg, hsla(205, 46%, 31%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-66 { background: linear-gradient(180deg, hsla(206, 46%, 32%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-67 { background: linear-gradient(180deg, hsla(207, 46%, 33%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-68 { background: linear-gradient(180deg, hsla(208, 46%, 34%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-69 { background: linear-gradient(180deg, hsla(209, 46%, 35%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-70 { background: linear-gradient(180deg, hsla(210, 46%, 36%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-71 { background: linear-gradient(180deg, hsla(211, 46%, 37%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-72 { background: linear-gradient(180deg, hsla(212, 46%, 26%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-73 { background: linear-gradient(180deg, hsla(213, 46%, 27%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-74 { background: linear-gradient(180deg, hsla(214, 46%, 28%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-75 { background: linear-gradient(180deg, hsla(215, 46%, 29%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-76 { background: linear-gradient(180deg, hsla(216, 46%, 30%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-77 { background: linear-gradient(180deg, hsla(217, 46%, 31%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-78 { background: linear-gradient(180deg, hsla(218, 46%, 32%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-79 { background: linear-gradient(180deg, hsla(219, 46%, 33%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-80 { background: linear-gradient(180deg, hsla(220, 46%, 34%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-81 { background: linear-gradient(180deg, hsla(221, 46%, 35%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-82 { background: linear-gradient(180deg, hsla(222, 46%, 36%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-83 { background: linear-gradient(180deg, hsla(223, 46%, 37%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-84 { background: linear-gradient(180deg, hsla(224, 46%, 26%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-85 { background: linear-gradient(180deg, hsla(225, 46%, 27%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-86 { background: linear-gradient(180deg, hsla(226, 46%, 28%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-87 { background: linear-gradient(180deg, hsla(227, 46%, 29%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-88 { background: linear-gradient(180deg, hsla(228, 46%, 30%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-89 { background: linear-gradient(180deg, hsla(229, 46%, 31%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-90 { background: linear-gradient(180deg, hsla(200, 46%, 32%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-91 { background: linear-gradient(180deg, hsla(201, 46%, 33%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-92 { background: linear-gradient(180deg, hsla(202, 46%, 34%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-93 { background: linear-gradient(180deg, hsla(203, 46%, 35%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-94 { background: linear-gradient(180deg, hsla(204, 46%, 36%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-95 { background: linear-gradient(180deg, hsla(205, 46%, 37%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-96 { background: linear-gradient(180deg, hsla(206, 46%, 26%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-97 { background: linear-gradient(180deg, hsla(207, 46%, 27%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-98 { background: linear-gradient(180deg, hsla(208, 46%, 28%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-99 { background: linear-gradient(180deg, hsla(209, 46%, 29%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-100 { background: linear-gradient(180deg, hsla(210, 46%, 30%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-101 { background: linear-gradient(180deg, hsla(211, 46%, 31%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-102 { background: linear-gradient(180deg, hsla(212, 46%, 32%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-103 { background: linear-gradient(180deg, hsla(213, 46%, 33%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-104 { background: linear-gradient(180deg, hsla(214, 46%, 34%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-105 { background: linear-gradient(180deg, hsla(215, 46%, 35%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-106 { background: linear-gradient(180deg, hsla(216, 46%, 36%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-107 { background: linear-gradient(180deg, hsla(217, 46%, 37%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-108 { background: linear-gradient(180deg, hsla(218, 46%, 26%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-109 { background: linear-gradient(180deg, hsla(219, 46%, 27%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-110 { background: linear-gradient(180deg, hsla(220, 46%, 28%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-111 { background: linear-gradient(180deg, hsla(221, 46%, 29%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-112 { background: linear-gradient(180deg, hsla(222, 46%, 30%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-113 { background: linear-gradient(180deg, hsla(223, 46%, 31%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-114 { background: linear-gradient(180deg, hsla(224, 46%, 32%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-115 { background: linear-gradient(180deg, hsla(225, 46%, 33%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-116 { background: linear-gradient(180deg, hsla(226, 46%, 34%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-117 { background: linear-gradient(180deg, hsla(227, 46%, 35%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-118 { background: linear-gradient(180deg, hsla(228, 46%, 36%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-119 { background: linear-gradient(180deg, hsla(229, 46%, 37%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-120 { background: linear-gradient(180deg, hsla(200, 46%, 26%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-121 { background: linear-gradient(180deg, hsla(201, 46%, 27%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-122 { background: linear-gradient(180deg, hsla(202, 46%, 28%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-123 { background: linear-gradient(180deg, hsla(203, 46%, 29%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-124 { background: linear-gradient(180deg, hsla(204, 46%, 30%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-125 { background: linear-gradient(180deg, hsla(205, 46%, 31%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-126 { background: linear-gradient(180deg, hsla(206, 46%, 32%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-127 { background: linear-gradient(180deg, hsla(207, 46%, 33%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-128 { background: linear-gradient(180deg, hsla(208, 46%, 34%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-129 { background: linear-gradient(180deg, hsla(209, 46%, 35%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-130 { background: linear-gradient(180deg, hsla(210, 46%, 36%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-131 { background: linear-gradient(180deg, hsla(211, 46%, 37%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-132 { background: linear-gradient(180deg, hsla(212, 46%, 26%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-133 { background: linear-gradient(180deg, hsla(213, 46%, 27%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-134 { background: linear-gradient(180deg, hsla(214, 46%, 28%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-135 { background: linear-gradient(180deg, hsla(215, 46%, 29%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-136 { background: linear-gradient(180deg, hsla(216, 46%, 30%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-137 { background: linear-gradient(180deg, hsla(217, 46%, 31%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-138 { background: linear-gradient(180deg, hsla(218, 46%, 32%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-139 { background: linear-gradient(180deg, hsla(219, 46%, 33%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-140 { background: linear-gradient(180deg, hsla(220, 46%, 34%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-141 { background: linear-gradient(180deg, hsla(221, 46%, 35%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-142 { background: linear-gradient(180deg, hsla(222, 46%, 36%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-143 { background: linear-gradient(180deg, hsla(223, 46%, 37%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-144 { background: linear-gradient(180deg, hsla(224, 46%, 26%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-145 { background: linear-gradient(180deg, hsla(225, 46%, 27%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-146 { background: linear-gradient(180deg, hsla(226, 46%, 28%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-147 { background: linear-gradient(180deg, hsla(227, 46%, 29%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-148 { background: linear-gradient(180deg, hsla(228, 46%, 30%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-149 { background: linear-gradient(180deg, hsla(229, 46%, 31%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-150 { background: linear-gradient(180deg, hsla(200, 46%, 32%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-151 { background: linear-gradient(180deg, hsla(201, 46%, 33%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-152 { background: linear-gradient(180deg, hsla(202, 46%, 34%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-153 { background: linear-gradient(180deg, hsla(203, 46%, 35%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-154 { background: linear-gradient(180deg, hsla(204, 46%, 36%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-155 { background: linear-gradient(180deg, hsla(205, 46%, 37%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-156 { background: linear-gradient(180deg, hsla(206, 46%, 26%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-157 { background: linear-gradient(180deg, hsla(207, 46%, 27%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-158 { background: linear-gradient(180deg, hsla(208, 46%, 28%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-159 { background: linear-gradient(180deg, hsla(209, 46%, 29%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-160 { background: linear-gradient(180deg, hsla(210, 46%, 30%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-161 { background: linear-gradient(180deg, hsla(211, 46%, 31%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-162 { background: linear-gradient(180deg, hsla(212, 46%, 32%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-163 { background: linear-gradient(180deg, hsla(213, 46%, 33%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-164 { background: linear-gradient(180deg, hsla(214, 46%, 34%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-165 { background: linear-gradient(180deg, hsla(215, 46%, 35%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-166 { background: linear-gradient(180deg, hsla(216, 46%, 36%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-167 { background: linear-gradient(180deg, hsla(217, 46%, 37%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-168 { background: linear-gradient(180deg, hsla(218, 46%, 26%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-169 { background: linear-gradient(180deg, hsla(219, 46%, 27%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-170 { background: linear-gradient(180deg, hsla(220, 46%, 28%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-171 { background: linear-gradient(180deg, hsla(221, 46%, 29%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-172 { background: linear-gradient(180deg, hsla(222, 46%, 30%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-173 { background: linear-gradient(180deg, hsla(223, 46%, 31%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-174 { background: linear-gradient(180deg, hsla(224, 46%, 32%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-175 { background: linear-gradient(180deg, hsla(225, 46%, 33%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-176 { background: linear-gradient(180deg, hsla(226, 46%, 34%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-177 { background: linear-gradient(180deg, hsla(227, 46%, 35%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-178 { background: linear-gradient(180deg, hsla(228, 46%, 36%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-179 { background: linear-gradient(180deg, hsla(229, 46%, 37%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-180 { background: linear-gradient(180deg, hsla(200, 46%, 26%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-181 { background: linear-gradient(180deg, hsla(201, 46%, 27%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-182 { background: linear-gradient(180deg, hsla(202, 46%, 28%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-183 { background: linear-gradient(180deg, hsla(203, 46%, 29%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-184 { background: linear-gradient(180deg, hsla(204, 46%, 30%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-185 { background: linear-gradient(180deg, hsla(205, 46%, 31%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-186 { background: linear-gradient(180deg, hsla(206, 46%, 32%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-187 { background: linear-gradient(180deg, hsla(207, 46%, 33%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-188 { background: linear-gradient(180deg, hsla(208, 46%, 34%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-189 { background: linear-gradient(180deg, hsla(209, 46%, 35%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-190 { background: linear-gradient(180deg, hsla(210, 46%, 36%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-191 { background: linear-gradient(180deg, hsla(211, 46%, 37%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-192 { background: linear-gradient(180deg, hsla(212, 46%, 26%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-193 { background: linear-gradient(180deg, hsla(213, 46%, 27%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-194 { background: linear-gradient(180deg, hsla(214, 46%, 28%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-195 { background: linear-gradient(180deg, hsla(215, 46%, 29%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-196 { background: linear-gradient(180deg, hsla(216, 46%, 30%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-197 { background: linear-gradient(180deg, hsla(217, 46%, 31%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-198 { background: linear-gradient(180deg, hsla(218, 46%, 32%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-199 { background: linear-gradient(180deg, hsla(219, 46%, 33%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-200 { background: linear-gradient(180deg, hsla(220, 46%, 34%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-201 { background: linear-gradient(180deg, hsla(221, 46%, 35%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-202 { background: linear-gradient(180deg, hsla(222, 46%, 36%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-203 { background: linear-gradient(180deg, hsla(223, 46%, 37%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-204 { background: linear-gradient(180deg, hsla(224, 46%, 26%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-205 { background: linear-gradient(180deg, hsla(225, 46%, 27%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-206 { background: linear-gradient(180deg, hsla(226, 46%, 28%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-207 { background: linear-gradient(180deg, hsla(227, 46%, 29%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-208 { background: linear-gradient(180deg, hsla(228, 46%, 30%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-209 { background: linear-gradient(180deg, hsla(229, 46%, 31%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-210 { background: linear-gradient(180deg, hsla(200, 46%, 32%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-211 { background: linear-gradient(180deg, hsla(201, 46%, 33%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-212 { background: linear-gradient(180deg, hsla(202, 46%, 34%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-213 { background: linear-gradient(180deg, hsla(203, 46%, 35%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-214 { background: linear-gradient(180deg, hsla(204, 46%, 36%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-215 { background: linear-gradient(180deg, hsla(205, 46%, 37%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-216 { background: linear-gradient(180deg, hsla(206, 46%, 26%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-217 { background: linear-gradient(180deg, hsla(207, 46%, 27%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-218 { background: linear-gradient(180deg, hsla(208, 46%, 28%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-219 { background: linear-gradient(180deg, hsla(209, 46%, 29%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-220 { background: linear-gradient(180deg, hsla(210, 46%, 30%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-221 { background: linear-gradient(180deg, hsla(211, 46%, 31%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-222 { background: linear-gradient(180deg, hsla(212, 46%, 32%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-223 { background: linear-gradient(180deg, hsla(213, 46%, 33%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-224 { background: linear-gradient(180deg, hsla(214, 46%, 34%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-225 { background: linear-gradient(180deg, hsla(215, 46%, 35%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-226 { background: linear-gradient(180deg, hsla(216, 46%, 36%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-227 { background: linear-gradient(180deg, hsla(217, 46%, 37%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-228 { background: linear-gradient(180deg, hsla(218, 46%, 26%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-229 { background: linear-gradient(180deg, hsla(219, 46%, 27%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-230 { background: linear-gradient(180deg, hsla(220, 46%, 28%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-231 { background: linear-gradient(180deg, hsla(221, 46%, 29%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-232 { background: linear-gradient(180deg, hsla(222, 46%, 30%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-233 { background: linear-gradient(180deg, hsla(223, 46%, 31%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-234 { background: linear-gradient(180deg, hsla(224, 46%, 32%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-235 { background: linear-gradient(180deg, hsla(225, 46%, 33%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-236 { background: linear-gradient(180deg, hsla(226, 46%, 34%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-237 { background: linear-gradient(180deg, hsla(227, 46%, 35%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-238 { background: linear-gradient(180deg, hsla(228, 46%, 36%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-239 { background: linear-gradient(180deg, hsla(229, 46%, 37%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-240 { background: linear-gradient(180deg, hsla(200, 46%, 26%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-241 { background: linear-gradient(180deg, hsla(201, 46%, 27%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-242 { background: linear-gradient(180deg, hsla(202, 46%, 28%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-243 { background: linear-gradient(180deg, hsla(203, 46%, 29%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-244 { background: linear-gradient(180deg, hsla(204, 46%, 30%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-245 { background: linear-gradient(180deg, hsla(205, 46%, 31%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-246 { background: linear-gradient(180deg, hsla(206, 46%, 32%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-247 { background: linear-gradient(180deg, hsla(207, 46%, 33%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-248 { background: linear-gradient(180deg, hsla(208, 46%, 34%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-249 { background: linear-gradient(180deg, hsla(209, 46%, 35%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-250 { background: linear-gradient(180deg, hsla(210, 46%, 36%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-251 { background: linear-gradient(180deg, hsla(211, 46%, 37%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-252 { background: linear-gradient(180deg, hsla(212, 46%, 26%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-253 { background: linear-gradient(180deg, hsla(213, 46%, 27%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-254 { background: linear-gradient(180deg, hsla(214, 46%, 28%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-255 { background: linear-gradient(180deg, hsla(215, 46%, 29%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-256 { background: linear-gradient(180deg, hsla(216, 46%, 30%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-257 { background: linear-gradient(180deg, hsla(217, 46%, 31%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-258 { background: linear-gradient(180deg, hsla(218, 46%, 32%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-259 { background: linear-gradient(180deg, hsla(219, 46%, 33%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-260 { background: linear-gradient(180deg, hsla(220, 46%, 34%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-261 { background: linear-gradient(180deg, hsla(221, 46%, 35%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-262 { background: linear-gradient(180deg, hsla(222, 46%, 36%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-263 { background: linear-gradient(180deg, hsla(223, 46%, 37%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-264 { background: linear-gradient(180deg, hsla(224, 46%, 26%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-265 { background: linear-gradient(180deg, hsla(225, 46%, 27%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-266 { background: linear-gradient(180deg, hsla(226, 46%, 28%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-267 { background: linear-gradient(180deg, hsla(227, 46%, 29%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-268 { background: linear-gradient(180deg, hsla(228, 46%, 30%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-269 { background: linear-gradient(180deg, hsla(229, 46%, 31%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-270 { background: linear-gradient(180deg, hsla(200, 46%, 32%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-271 { background: linear-gradient(180deg, hsla(201, 46%, 33%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-272 { background: linear-gradient(180deg, hsla(202, 46%, 34%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-273 { background: linear-gradient(180deg, hsla(203, 46%, 35%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-274 { background: linear-gradient(180deg, hsla(204, 46%, 36%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-275 { background: linear-gradient(180deg, hsla(205, 46%, 37%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-276 { background: linear-gradient(180deg, hsla(206, 46%, 26%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-277 { background: linear-gradient(180deg, hsla(207, 46%, 27%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-278 { background: linear-gradient(180deg, hsla(208, 46%, 28%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-279 { background: linear-gradient(180deg, hsla(209, 46%, 29%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-280 { background: linear-gradient(180deg, hsla(210, 46%, 30%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-281 { background: linear-gradient(180deg, hsla(211, 46%, 31%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-282 { background: linear-gradient(180deg, hsla(212, 46%, 32%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-283 { background: linear-gradient(180deg, hsla(213, 46%, 33%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-284 { background: linear-gradient(180deg, hsla(214, 46%, 34%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-285 { background: linear-gradient(180deg, hsla(215, 46%, 35%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-286 { background: linear-gradient(180deg, hsla(216, 46%, 36%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-287 { background: linear-gradient(180deg, hsla(217, 46%, 37%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-288 { background: linear-gradient(180deg, hsla(218, 46%, 26%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-289 { background: linear-gradient(180deg, hsla(219, 46%, 27%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-290 { background: linear-gradient(180deg, hsla(220, 46%, 28%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-291 { background: linear-gradient(180deg, hsla(221, 46%, 29%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-292 { background: linear-gradient(180deg, hsla(222, 46%, 30%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-293 { background: linear-gradient(180deg, hsla(223, 46%, 31%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-294 { background: linear-gradient(180deg, hsla(224, 46%, 32%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-295 { background: linear-gradient(180deg, hsla(225, 46%, 33%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-296 { background: linear-gradient(180deg, hsla(226, 46%, 34%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-297 { background: linear-gradient(180deg, hsla(227, 46%, 35%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-298 { background: linear-gradient(180deg, hsla(228, 46%, 36%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-299 { background: linear-gradient(180deg, hsla(229, 46%, 37%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-300 { background: linear-gradient(180deg, hsla(200, 46%, 26%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-301 { background: linear-gradient(180deg, hsla(201, 46%, 27%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-302 { background: linear-gradient(180deg, hsla(202, 46%, 28%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-303 { background: linear-gradient(180deg, hsla(203, 46%, 29%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-304 { background: linear-gradient(180deg, hsla(204, 46%, 30%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-305 { background: linear-gradient(180deg, hsla(205, 46%, 31%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-306 { background: linear-gradient(180deg, hsla(206, 46%, 32%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-307 { background: linear-gradient(180deg, hsla(207, 46%, 33%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-308 { background: linear-gradient(180deg, hsla(208, 46%, 34%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-309 { background: linear-gradient(180deg, hsla(209, 46%, 35%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-310 { background: linear-gradient(180deg, hsla(210, 46%, 36%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-311 { background: linear-gradient(180deg, hsla(211, 46%, 37%, .94), hsla(221, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-312 { background: linear-gradient(180deg, hsla(212, 46%, 26%, .94), hsla(222, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-313 { background: linear-gradient(180deg, hsla(213, 46%, 27%, .94), hsla(223, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-314 { background: linear-gradient(180deg, hsla(214, 46%, 28%, .94), hsla(224, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-315 { background: linear-gradient(180deg, hsla(215, 46%, 29%, .94), hsla(225, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-316 { background: linear-gradient(180deg, hsla(216, 46%, 30%, .94), hsla(226, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-317 { background: linear-gradient(180deg, hsla(217, 46%, 31%, .94), hsla(227, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-318 { background: linear-gradient(180deg, hsla(218, 46%, 32%, .94), hsla(228, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-319 { background: linear-gradient(180deg, hsla(219, 46%, 33%, .94), hsla(229, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-320 { background: linear-gradient(180deg, hsla(220, 46%, 34%, .94), hsla(230, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-321 { background: linear-gradient(180deg, hsla(221, 46%, 35%, .94), hsla(231, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-322 { background: linear-gradient(180deg, hsla(222, 46%, 36%, .94), hsla(232, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-323 { background: linear-gradient(180deg, hsla(223, 46%, 37%, .94), hsla(233, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-324 { background: linear-gradient(180deg, hsla(224, 46%, 26%, .94), hsla(234, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-325 { background: linear-gradient(180deg, hsla(225, 46%, 27%, .94), hsla(210, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-326 { background: linear-gradient(180deg, hsla(226, 46%, 28%, .94), hsla(211, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-327 { background: linear-gradient(180deg, hsla(227, 46%, 29%, .94), hsla(212, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-328 { background: linear-gradient(180deg, hsla(228, 46%, 30%, .94), hsla(213, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-329 { background: linear-gradient(180deg, hsla(229, 46%, 31%, .94), hsla(214, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-330 { background: linear-gradient(180deg, hsla(200, 46%, 32%, .94), hsla(215, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-331 { background: linear-gradient(180deg, hsla(201, 46%, 33%, .94), hsla(216, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-332 { background: linear-gradient(180deg, hsla(202, 46%, 34%, .94), hsla(217, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-333 { background: linear-gradient(180deg, hsla(203, 46%, 35%, .94), hsla(218, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-334 { background: linear-gradient(180deg, hsla(204, 46%, 36%, .94), hsla(219, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-335 { background: linear-gradient(180deg, hsla(205, 46%, 37%, .94), hsla(220, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-336 { background: linear-gradient(180deg, hsla(206, 46%, 26%, .94), hsla(221, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-337 { background: linear-gradient(180deg, hsla(207, 46%, 27%, .94), hsla(222, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-338 { background: linear-gradient(180deg, hsla(208, 46%, 28%, .94), hsla(223, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-339 { background: linear-gradient(180deg, hsla(209, 46%, 29%, .94), hsla(224, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-340 { background: linear-gradient(180deg, hsla(210, 46%, 30%, .94), hsla(225, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-341 { background: linear-gradient(180deg, hsla(211, 46%, 31%, .94), hsla(226, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-342 { background: linear-gradient(180deg, hsla(212, 46%, 32%, .94), hsla(227, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-343 { background: linear-gradient(180deg, hsla(213, 46%, 33%, .94), hsla(228, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-344 { background: linear-gradient(180deg, hsla(214, 46%, 34%, .94), hsla(229, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-345 { background: linear-gradient(180deg, hsla(215, 46%, 35%, .94), hsla(230, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-346 { background: linear-gradient(180deg, hsla(216, 46%, 36%, .94), hsla(231, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-347 { background: linear-gradient(180deg, hsla(217, 46%, 37%, .94), hsla(232, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-348 { background: linear-gradient(180deg, hsla(218, 46%, 26%, .94), hsla(233, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-349 { background: linear-gradient(180deg, hsla(219, 46%, 27%, .94), hsla(234, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-350 { background: linear-gradient(180deg, hsla(220, 46%, 28%, .94), hsla(210, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-351 { background: linear-gradient(180deg, hsla(221, 46%, 29%, .94), hsla(211, 42%, 13%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-352 { background: linear-gradient(180deg, hsla(222, 46%, 30%, .94), hsla(212, 42%, 14%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-353 { background: linear-gradient(180deg, hsla(223, 46%, 31%, .94), hsla(213, 42%, 15%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-354 { background: linear-gradient(180deg, hsla(224, 46%, 32%, .94), hsla(214, 42%, 16%, .96)); border: 1px solid rgba(120,165,231,.2); }
.metal-gradient-355 { background: linear-gradient(180deg, hsla(225, 46%, 33%, .94), hsla(215, 42%, 17%, .96)); border: 1px solid rgba(120,165,231,.3); }
.metal-gradient-356 { background: linear-gradient(180deg, hsla(226, 46%, 34%, .94), hsla(216, 42%, 18%, .96)); border: 1px solid rgba(120,165,231,.4); }
.metal-gradient-357 { background: linear-gradient(180deg, hsla(227, 46%, 35%, .94), hsla(217, 42%, 19%, .96)); border: 1px solid rgba(120,165,231,.5); }
.metal-gradient-358 { background: linear-gradient(180deg, hsla(228, 46%, 36%, .94), hsla(218, 42%, 20%, .96)); border: 1px solid rgba(120,165,231,.6); }
.metal-gradient-359 { background: linear-gradient(180deg, hsla(229, 46%, 37%, .94), hsla(219, 42%, 21%, .96)); border: 1px solid rgba(120,165,231,.7); }
.metal-gradient-360 { background: linear-gradient(180deg, hsla(200, 46%, 26%, .94), hsla(220, 42%, 12%, .96)); border: 1px solid rgba(120,165,231,.2); }
.anim-delay-1 { animation-delay: 8ms; }
.anim-delay-2 { animation-delay: 16ms; }
.anim-delay-3 { animation-delay: 24ms; }
.anim-delay-4 { animation-delay: 32ms; }
.anim-delay-5 { animation-delay: 40ms; }
.anim-delay-6 { animation-delay: 48ms; }
.anim-delay-7 { animation-delay: 56ms; }
.anim-delay-8 { animation-delay: 64ms; }
.anim-delay-9 { animation-delay: 72ms; }
.anim-delay-10 { animation-delay: 80ms; }
.anim-delay-11 { animation-delay: 88ms; }
.anim-delay-12 { animation-delay: 96ms; }
.anim-delay-13 { animation-delay: 104ms; }
.anim-delay-14 { animation-delay: 112ms; }
.anim-delay-15 { animation-delay: 120ms; }
.anim-delay-16 { animation-delay: 128ms; }
.anim-delay-17 { animation-delay: 136ms; }
.anim-delay-18 { animation-delay: 144ms; }
.anim-delay-19 { animation-delay: 152ms; }
.anim-delay-20 { animation-delay: 160ms; }
.anim-delay-21 { animation-delay: 168ms; }
.anim-delay-22 { animation-delay: 176ms; }
.anim-delay-23 { animation-delay: 184ms; }
.anim-delay-24 { animation-delay: 192ms; }
.anim-delay-25 { animation-delay: 200ms; }
.anim-delay-26 { animation-delay: 208ms; }
.anim-delay-27 { animation-delay: 216ms; }
.anim-delay-28 { animation-delay: 224ms; }
.anim-delay-29 { animation-delay: 232ms; }
.anim-delay-30 { animation-delay: 240ms; }
.anim-delay-31 { animation-delay: 248ms; }
.anim-delay-32 { animation-delay: 256ms; }
.anim-delay-33 { animation-delay: 264ms; }
.anim-delay-34 { animation-delay: 272ms; }
.anim-delay-35 { animation-delay: 280ms; }
.anim-delay-36 { animation-delay: 288ms; }
.anim-delay-37 { animation-delay: 296ms; }
.anim-delay-38 { animation-delay: 304ms; }
.anim-delay-39 { animation-delay: 312ms; }
.anim-delay-40 { animation-delay: 320ms; }
.anim-delay-41 { animation-delay: 328ms; }
.anim-delay-42 { animation-delay: 336ms; }
.anim-delay-43 { animation-delay: 344ms; }
.anim-delay-44 { animation-delay: 352ms; }
.anim-delay-45 { animation-delay: 360ms; }
.anim-delay-46 { animation-delay: 368ms; }
.anim-delay-47 { animation-delay: 376ms; }
.anim-delay-48 { animation-delay: 384ms; }
.anim-delay-49 { animation-delay: 392ms; }
.anim-delay-50 { animation-delay: 400ms; }
.anim-delay-51 { animation-delay: 408ms; }
.anim-delay-52 { animation-delay: 416ms; }
.anim-delay-53 { animation-delay: 424ms; }
.anim-delay-54 { animation-delay: 432ms; }
.anim-delay-55 { animation-delay: 440ms; }
.anim-delay-56 { animation-delay: 448ms; }
.anim-delay-57 { animation-delay: 456ms; }
.anim-delay-58 { animation-delay: 464ms; }
.anim-delay-59 { animation-delay: 472ms; }
.anim-delay-60 { animation-delay: 480ms; }
.anim-delay-61 { animation-delay: 488ms; }
.anim-delay-62 { animation-delay: 496ms; }
.anim-delay-63 { animation-delay: 504ms; }
.anim-delay-64 { animation-delay: 512ms; }
.anim-delay-65 { animation-delay: 520ms; }
.anim-delay-66 { animation-delay: 528ms; }
.anim-delay-67 { animation-delay: 536ms; }
.anim-delay-68 { animation-delay: 544ms; }
.anim-delay-69 { animation-delay: 552ms; }
.anim-delay-70 { animation-delay: 560ms; }
.anim-delay-71 { animation-delay: 568ms; }
.anim-delay-72 { animation-delay: 576ms; }
.anim-delay-73 { animation-delay: 584ms; }
.anim-delay-74 { animation-delay: 592ms; }
.anim-delay-75 { animation-delay: 600ms; }
.anim-delay-76 { animation-delay: 608ms; }
.anim-delay-77 { animation-delay: 616ms; }
.anim-delay-78 { animation-delay: 624ms; }
.anim-delay-79 { animation-delay: 632ms; }
.anim-delay-80 { animation-delay: 640ms; }
.anim-delay-81 { animation-delay: 648ms; }
.anim-delay-82 { animation-delay: 656ms; }
.anim-delay-83 { animation-delay: 664ms; }
.anim-delay-84 { animation-delay: 672ms; }
.anim-delay-85 { animation-delay: 680ms; }
.anim-delay-86 { animation-delay: 688ms; }
.anim-delay-87 { animation-delay: 696ms; }
.anim-delay-88 { animation-delay: 704ms; }
.anim-delay-89 { animation-delay: 712ms; }
.anim-delay-90 { animation-delay: 720ms; }
.anim-delay-91 { animation-delay: 728ms; }
.anim-delay-92 { animation-delay: 736ms; }
.anim-delay-93 { animation-delay: 744ms; }
.anim-delay-94 { animation-delay: 752ms; }
.anim-delay-95 { animation-delay: 760ms; }
.anim-delay-96 { animation-delay: 768ms; }
.anim-delay-97 { animation-delay: 776ms; }
.anim-delay-98 { animation-delay: 784ms; }
.anim-delay-99 { animation-delay: 792ms; }
.anim-delay-100 { animation-delay: 800ms; }
.anim-delay-101 { animation-delay: 808ms; }
.anim-delay-102 { animation-delay: 816ms; }
.anim-delay-103 { animation-delay: 824ms; }
.anim-delay-104 { animation-delay: 832ms; }
.anim-delay-105 { animation-delay: 840ms; }
.anim-delay-106 { animation-delay: 848ms; }
.anim-delay-107 { animation-delay: 856ms; }
.anim-delay-108 { animation-delay: 864ms; }
.anim-delay-109 { animation-delay: 872ms; }
.anim-delay-110 { animation-delay: 880ms; }
.anim-delay-111 { animation-delay: 888ms; }
.anim-delay-112 { animation-delay: 896ms; }
.anim-delay-113 { animation-delay: 904ms; }
.anim-delay-114 { animation-delay: 912ms; }
.anim-delay-115 { animation-delay: 920ms; }
.anim-delay-116 { animation-delay: 928ms; }
.anim-delay-117 { animation-delay: 936ms; }
.anim-delay-118 { animation-delay: 944ms; }
.anim-delay-119 { animation-delay: 952ms; }
.anim-delay-120 { animation-delay: 960ms; }
.anim-delay-121 { animation-delay: 968ms; }
.anim-delay-122 { animation-delay: 976ms; }
.anim-delay-123 { animation-delay: 984ms; }
.anim-delay-124 { animation-delay: 992ms; }
.anim-delay-125 { animation-delay: 1000ms; }
.anim-delay-126 { animation-delay: 1008ms; }
.anim-delay-127 { animation-delay: 1016ms; }
.anim-delay-128 { animation-delay: 1024ms; }
.anim-delay-129 { animation-delay: 1032ms; }
.anim-delay-130 { animation-delay: 1040ms; }
.anim-delay-131 { animation-delay: 1048ms; }
.anim-delay-132 { animation-delay: 1056ms; }
.anim-delay-133 { animation-delay: 1064ms; }
.anim-delay-134 { animation-delay: 1072ms; }
.anim-delay-135 { animation-delay: 1080ms; }
.anim-delay-136 { animation-delay: 1088ms; }
.anim-delay-137 { animation-delay: 1096ms; }
.anim-delay-138 { animation-delay: 1104ms; }
.anim-delay-139 { animation-delay: 1112ms; }
.anim-delay-140 { animation-delay: 1120ms; }
.anim-delay-141 { animation-delay: 1128ms; }
.anim-delay-142 { animation-delay: 1136ms; }
.anim-delay-143 { animation-delay: 1144ms; }
.anim-delay-144 { animation-delay: 1152ms; }
.anim-delay-145 { animation-delay: 1160ms; }
.anim-delay-146 { animation-delay: 1168ms; }
.anim-delay-147 { animation-delay: 1176ms; }
.anim-delay-148 { animation-delay: 1184ms; }
.anim-delay-149 { animation-delay: 1192ms; }
.anim-delay-150 { animation-delay: 1200ms; }
.anim-delay-151 { animation-delay: 1208ms; }
.anim-delay-152 { animation-delay: 1216ms; }
.anim-delay-153 { animation-delay: 1224ms; }
.anim-delay-154 { animation-delay: 1232ms; }
.anim-delay-155 { animation-delay: 1240ms; }
.anim-delay-156 { animation-delay: 1248ms; }
.anim-delay-157 { animation-delay: 1256ms; }
.anim-delay-158 { animation-delay: 1264ms; }
.anim-delay-159 { animation-delay: 1272ms; }
.anim-delay-160 { animation-delay: 1280ms; }
.anim-delay-161 { animation-delay: 1288ms; }
.anim-delay-162 { animation-delay: 1296ms; }
.anim-delay-163 { animation-delay: 1304ms; }
.anim-delay-164 { animation-delay: 1312ms; }
.anim-delay-165 { animation-delay: 1320ms; }
.anim-delay-166 { animation-delay: 1328ms; }
.anim-delay-167 { animation-delay: 1336ms; }
.anim-delay-168 { animation-delay: 1344ms; }
.anim-delay-169 { animation-delay: 1352ms; }
.anim-delay-170 { animation-delay: 1360ms; }
.anim-delay-171 { animation-delay: 1368ms; }
.anim-delay-172 { animation-delay: 1376ms; }
.anim-delay-173 { animation-delay: 1384ms; }
.anim-delay-174 { animation-delay: 1392ms; }
.anim-delay-175 { animation-delay: 1400ms; }
.anim-delay-176 { animation-delay: 1408ms; }
.anim-delay-177 { animation-delay: 1416ms; }
.anim-delay-178 { animation-delay: 1424ms; }
.anim-delay-179 { animation-delay: 1432ms; }
.anim-delay-180 { animation-delay: 1440ms; }
.anim-delay-181 { animation-delay: 1448ms; }
.anim-delay-182 { animation-delay: 1456ms; }
.anim-delay-183 { animation-delay: 1464ms; }
.anim-delay-184 { animation-delay: 1472ms; }
.anim-delay-185 { animation-delay: 1480ms; }
.anim-delay-186 { animation-delay: 1488ms; }
.anim-delay-187 { animation-delay: 1496ms; }
.anim-delay-188 { animation-delay: 1504ms; }
.anim-delay-189 { animation-delay: 1512ms; }
.anim-delay-190 { animation-delay: 1520ms; }
.anim-delay-191 { animation-delay: 1528ms; }
.anim-delay-192 { animation-delay: 1536ms; }
.anim-delay-193 { animation-delay: 1544ms; }
.anim-delay-194 { animation-delay: 1552ms; }
.anim-delay-195 { animation-delay: 1560ms; }
.anim-delay-196 { animation-delay: 1568ms; }
.anim-delay-197 { animation-delay: 1576ms; }
.anim-delay-198 { animation-delay: 1584ms; }
.anim-delay-199 { animation-delay: 1592ms; }
.anim-delay-200 { animation-delay: 1600ms; }
.anim-delay-201 { animation-delay: 1608ms; }
.anim-delay-202 { animation-delay: 1616ms; }
.anim-delay-203 { animation-delay: 1624ms; }
.anim-delay-204 { animation-delay: 1632ms; }
.anim-delay-205 { animation-delay: 1640ms; }
.anim-delay-206 { animation-delay: 1648ms; }
.anim-delay-207 { animation-delay: 1656ms; }
.anim-delay-208 { animation-delay: 1664ms; }
.anim-delay-209 { animation-delay: 1672ms; }
.anim-delay-210 { animation-delay: 1680ms; }
.anim-delay-211 { animation-delay: 1688ms; }
.anim-delay-212 { animation-delay: 1696ms; }
.anim-delay-213 { animation-delay: 1704ms; }
.anim-delay-214 { animation-delay: 1712ms; }
.anim-delay-215 { animation-delay: 1720ms; }
.anim-delay-216 { animation-delay: 1728ms; }
.anim-delay-217 { animation-delay: 1736ms; }
.anim-delay-218 { animation-delay: 1744ms; }
.anim-delay-219 { animation-delay: 1752ms; }
.anim-delay-220 { animation-delay: 1760ms; }
.anim-delay-221 { animation-delay: 1768ms; }
.anim-delay-222 { animation-delay: 1776ms; }
.anim-delay-223 { animation-delay: 1784ms; }
.anim-delay-224 { animation-delay: 1792ms; }
.anim-delay-225 { animation-delay: 1800ms; }
.anim-delay-226 { animation-delay: 1808ms; }
.anim-delay-227 { animation-delay: 1816ms; }
.anim-delay-228 { animation-delay: 1824ms; }
.anim-delay-229 { animation-delay: 1832ms; }
.anim-delay-230 { animation-delay: 1840ms; }
.anim-delay-231 { animation-delay: 1848ms; }
.anim-delay-232 { animation-delay: 1856ms; }
.anim-delay-233 { animation-delay: 1864ms; }
.anim-delay-234 { animation-delay: 1872ms; }
.anim-delay-235 { animation-delay: 1880ms; }
.anim-delay-236 { animation-delay: 1888ms; }
.anim-delay-237 { animation-delay: 1896ms; }
.anim-delay-238 { animation-delay: 1904ms; }
.anim-delay-239 { animation-delay: 1912ms; }
.anim-delay-240 { animation-delay: 1920ms; }
.anim-delay-241 { animation-delay: 1928ms; }
.anim-delay-242 { animation-delay: 1936ms; }
.anim-delay-243 { animation-delay: 1944ms; }
.anim-delay-244 { animation-delay: 1952ms; }
.anim-delay-245 { animation-delay: 1960ms; }
.anim-delay-246 { animation-delay: 1968ms; }
.anim-delay-247 { animation-delay: 1976ms; }
.anim-delay-248 { animation-delay: 1984ms; }
.anim-delay-249 { animation-delay: 1992ms; }
.anim-delay-250 { animation-delay: 2000ms; }
.anim-delay-251 { animation-delay: 2008ms; }
.anim-delay-252 { animation-delay: 2016ms; }
.anim-delay-253 { animation-delay: 2024ms; }
.anim-delay-254 { animation-delay: 2032ms; }
.anim-delay-255 { animation-delay: 2040ms; }
.anim-delay-256 { animation-delay: 2048ms; }
.anim-delay-257 { animation-delay: 2056ms; }
.anim-delay-258 { animation-delay: 2064ms; }
.anim-delay-259 { animation-delay: 2072ms; }
.anim-delay-260 { animation-delay: 2080ms; }
.anim-delay-261 { animation-delay: 2088ms; }
.anim-delay-262 { animation-delay: 2096ms; }
.anim-delay-263 { animation-delay: 2104ms; }
.anim-delay-264 { animation-delay: 2112ms; }
.anim-delay-265 { animation-delay: 2120ms; }
.anim-delay-266 { animation-delay: 2128ms; }
.anim-delay-267 { animation-delay: 2136ms; }
.anim-delay-268 { animation-delay: 2144ms; }
.anim-delay-269 { animation-delay: 2152ms; }
.anim-delay-270 { animation-delay: 2160ms; }
.anim-delay-271 { animation-delay: 2168ms; }
.anim-delay-272 { animation-delay: 2176ms; }
.anim-delay-273 { animation-delay: 2184ms; }
.anim-delay-274 { animation-delay: 2192ms; }
.anim-delay-275 { animation-delay: 2200ms; }
.anim-delay-276 { animation-delay: 2208ms; }
.anim-delay-277 { animation-delay: 2216ms; }
.anim-delay-278 { animation-delay: 2224ms; }
.anim-delay-279 { animation-delay: 2232ms; }
.anim-delay-280 { animation-delay: 2240ms; }
.anim-delay-281 { animation-delay: 2248ms; }
.anim-delay-282 { animation-delay: 2256ms; }
.anim-delay-283 { animation-delay: 2264ms; }
.anim-delay-284 { animation-delay: 2272ms; }
.anim-delay-285 { animation-delay: 2280ms; }
.anim-delay-286 { animation-delay: 2288ms; }
.anim-delay-287 { animation-delay: 2296ms; }
.anim-delay-288 { animation-delay: 2304ms; }
.anim-delay-289 { animation-delay: 2312ms; }
.anim-delay-290 { animation-delay: 2320ms; }
.anim-delay-291 { animation-delay: 2328ms; }
.anim-delay-292 { animation-delay: 2336ms; }
.anim-delay-293 { animation-delay: 2344ms; }
.anim-delay-294 { animation-delay: 2352ms; }
.anim-delay-295 { animation-delay: 2360ms; }
.anim-delay-296 { animation-delay: 2368ms; }
.anim-delay-297 { animation-delay: 2376ms; }
.anim-delay-298 { animation-delay: 2384ms; }
.anim-delay-299 { animation-delay: 2392ms; }
.anim-delay-300 { animation-delay: 2400ms; }
.anim-delay-301 { animation-delay: 2408ms; }
.anim-delay-302 { animation-delay: 2416ms; }
.anim-delay-303 { animation-delay: 2424ms; }
.anim-delay-304 { animation-delay: 2432ms; }
.anim-delay-305 { animation-delay: 2440ms; }
.anim-delay-306 { animation-delay: 2448ms; }
.anim-delay-307 { animation-delay: 2456ms; }
.anim-delay-308 { animation-delay: 2464ms; }
.anim-delay-309 { animation-delay: 2472ms; }
.anim-delay-310 { animation-delay: 2480ms; }
.anim-delay-311 { animation-delay: 2488ms; }
.anim-delay-312 { animation-delay: 2496ms; }
.anim-delay-313 { animation-delay: 2504ms; }
.anim-delay-314 { animation-delay: 2512ms; }
.anim-delay-315 { animation-delay: 2520ms; }
.anim-delay-316 { animation-delay: 2528ms; }
.anim-delay-317 { animation-delay: 2536ms; }
.anim-delay-318 { animation-delay: 2544ms; }
.anim-delay-319 { animation-delay: 2552ms; }
.anim-delay-320 { animation-delay: 2560ms; }
.anim-delay-321 { animation-delay: 2568ms; }
.anim-delay-322 { animation-delay: 2576ms; }
.anim-delay-323 { animation-delay: 2584ms; }
.anim-delay-324 { animation-delay: 2592ms; }
.anim-delay-325 { animation-delay: 2600ms; }
.anim-delay-326 { animation-delay: 2608ms; }
.anim-delay-327 { animation-delay: 2616ms; }
.anim-delay-328 { animation-delay: 2624ms; }
.anim-delay-329 { animation-delay: 2632ms; }
.anim-delay-330 { animation-delay: 2640ms; }
.anim-delay-331 { animation-delay: 2648ms; }
.anim-delay-332 { animation-delay: 2656ms; }
.anim-delay-333 { animation-delay: 2664ms; }
.anim-delay-334 { animation-delay: 2672ms; }
.anim-delay-335 { animation-delay: 2680ms; }
.anim-delay-336 { animation-delay: 2688ms; }
.anim-delay-337 { animation-delay: 2696ms; }
.anim-delay-338 { animation-delay: 2704ms; }
.anim-delay-339 { animation-delay: 2712ms; }
.anim-delay-340 { animation-delay: 2720ms; }
.anim-delay-341 { animation-delay: 2728ms; }
.anim-delay-342 { animation-delay: 2736ms; }
.anim-delay-343 { animation-delay: 2744ms; }
.anim-delay-344 { animation-delay: 2752ms; }
.anim-delay-345 { animation-delay: 2760ms; }
.anim-delay-346 { animation-delay: 2768ms; }
.anim-delay-347 { animation-delay: 2776ms; }
.anim-delay-348 { animation-delay: 2784ms; }
.anim-delay-349 { animation-delay: 2792ms; }
.anim-delay-350 { animation-delay: 2800ms; }
.anim-delay-351 { animation-delay: 2808ms; }
.anim-delay-352 { animation-delay: 2816ms; }
.anim-delay-353 { animation-delay: 2824ms; }
.anim-delay-354 { animation-delay: 2832ms; }
.anim-delay-355 { animation-delay: 2840ms; }
.anim-delay-356 { animation-delay: 2848ms; }
.anim-delay-357 { animation-delay: 2856ms; }
.anim-delay-358 { animation-delay: 2864ms; }
.anim-delay-359 { animation-delay: 2872ms; }
.anim-delay-360 { animation-delay: 2880ms; }
.anim-delay-361 { animation-delay: 2888ms; }
.anim-delay-362 { animation-delay: 2896ms; }
.anim-delay-363 { animation-delay: 2904ms; }
.anim-delay-364 { animation-delay: 2912ms; }
.anim-delay-365 { animation-delay: 2920ms; }
.anim-delay-366 { animation-delay: 2928ms; }
.anim-delay-367 { animation-delay: 2936ms; }
.anim-delay-368 { animation-delay: 2944ms; }
.anim-delay-369 { animation-delay: 2952ms; }
.anim-delay-370 { animation-delay: 2960ms; }
.anim-delay-371 { animation-delay: 2968ms; }
.anim-delay-372 { animation-delay: 2976ms; }
.anim-delay-373 { animation-delay: 2984ms; }
.anim-delay-374 { animation-delay: 2992ms; }
.anim-delay-375 { animation-delay: 3000ms; }
.anim-delay-376 { animation-delay: 3008ms; }
.anim-delay-377 { animation-delay: 3016ms; }
.anim-delay-378 { animation-delay: 3024ms; }
.anim-delay-379 { animation-delay: 3032ms; }
.anim-delay-380 { animation-delay: 3040ms; }
.anim-delay-381 { animation-delay: 3048ms; }
.anim-delay-382 { animation-delay: 3056ms; }
.anim-delay-383 { animation-delay: 3064ms; }
.anim-delay-384 { animation-delay: 3072ms; }
.anim-delay-385 { animation-delay: 3080ms; }
.anim-delay-386 { animation-delay: 3088ms; }
.anim-delay-387 { animation-delay: 3096ms; }
.anim-delay-388 { animation-delay: 3104ms; }
.anim-delay-389 { animation-delay: 3112ms; }
.anim-delay-390 { animation-delay: 3120ms; }
.anim-delay-391 { animation-delay: 3128ms; }
.anim-delay-392 { animation-delay: 3136ms; }
.anim-delay-393 { animation-delay: 3144ms; }
.anim-delay-394 { animation-delay: 3152ms; }
.anim-delay-395 { animation-delay: 3160ms; }
.anim-delay-396 { animation-delay: 3168ms; }
.anim-delay-397 { animation-delay: 3176ms; }
.anim-delay-398 { animation-delay: 3184ms; }
.anim-delay-399 { animation-delay: 3192ms; }
.anim-delay-400 { animation-delay: 3200ms; }
.anim-delay-401 { animation-delay: 3208ms; }
.anim-delay-402 { animation-delay: 3216ms; }
.anim-delay-403 { animation-delay: 3224ms; }
.anim-delay-404 { animation-delay: 3232ms; }
.anim-delay-405 { animation-delay: 3240ms; }
.anim-delay-406 { animation-delay: 3248ms; }
.anim-delay-407 { animation-delay: 3256ms; }
.anim-delay-408 { animation-delay: 3264ms; }
.anim-delay-409 { animation-delay: 3272ms; }
.anim-delay-410 { animation-delay: 3280ms; }
.anim-delay-411 { animation-delay: 3288ms; }
.anim-delay-412 { animation-delay: 3296ms; }
.anim-delay-413 { animation-delay: 3304ms; }
.anim-delay-414 { animation-delay: 3312ms; }
.anim-delay-415 { animation-delay: 3320ms; }
.anim-delay-416 { animation-delay: 3328ms; }
.anim-delay-417 { animation-delay: 3336ms; }
.anim-delay-418 { animation-delay: 3344ms; }
.anim-delay-419 { animation-delay: 3352ms; }
.anim-delay-420 { animation-delay: 3360ms; }
.anim-delay-421 { animation-delay: 3368ms; }
.anim-delay-422 { animation-delay: 3376ms; }
.anim-delay-423 { animation-delay: 3384ms; }
.anim-delay-424 { animation-delay: 3392ms; }
.anim-delay-425 { animation-delay: 3400ms; }
.anim-delay-426 { animation-delay: 3408ms; }
.anim-delay-427 { animation-delay: 3416ms; }
.anim-delay-428 { animation-delay: 3424ms; }
.anim-delay-429 { animation-delay: 3432ms; }
.anim-delay-430 { animation-delay: 3440ms; }
.anim-delay-431 { animation-delay: 3448ms; }
.anim-delay-432 { animation-delay: 3456ms; }
.anim-delay-433 { animation-delay: 3464ms; }
.anim-delay-434 { animation-delay: 3472ms; }
.anim-delay-435 { animation-delay: 3480ms; }
.anim-delay-436 { animation-delay: 3488ms; }
.anim-delay-437 { animation-delay: 3496ms; }
.anim-delay-438 { animation-delay: 3504ms; }
.anim-delay-439 { animation-delay: 3512ms; }
.anim-delay-440 { animation-delay: 3520ms; }
.anim-delay-441 { animation-delay: 3528ms; }
.anim-delay-442 { animation-delay: 3536ms; }
.anim-delay-443 { animation-delay: 3544ms; }
.anim-delay-444 { animation-delay: 3552ms; }
.anim-delay-445 { animation-delay: 3560ms; }
.anim-delay-446 { animation-delay: 3568ms; }
.anim-delay-447 { animation-delay: 3576ms; }
.anim-delay-448 { animation-delay: 3584ms; }
.anim-delay-449 { animation-delay: 3592ms; }
.anim-delay-450 { animation-delay: 3600ms; }
.anim-delay-451 { animation-delay: 3608ms; }
.anim-delay-452 { animation-delay: 3616ms; }
.anim-delay-453 { animation-delay: 3624ms; }
.anim-delay-454 { animation-delay: 3632ms; }
.anim-delay-455 { animation-delay: 3640ms; }
.anim-delay-456 { animation-delay: 3648ms; }
.anim-delay-457 { animation-delay: 3656ms; }
.anim-delay-458 { animation-delay: 3664ms; }
.anim-delay-459 { animation-delay: 3672ms; }
.anim-delay-460 { animation-delay: 3680ms; }
.anim-delay-461 { animation-delay: 3688ms; }
.anim-delay-462 { animation-delay: 3696ms; }
.anim-delay-463 { animation-delay: 3704ms; }
.anim-delay-464 { animation-delay: 3712ms; }
.anim-delay-465 { animation-delay: 3720ms; }
.anim-delay-466 { animation-delay: 3728ms; }
.anim-delay-467 { animation-delay: 3736ms; }
.anim-delay-468 { animation-delay: 3744ms; }
.anim-delay-469 { animation-delay: 3752ms; }
.anim-delay-470 { animation-delay: 3760ms; }
.anim-delay-471 { animation-delay: 3768ms; }
.anim-delay-472 { animation-delay: 3776ms; }
.anim-delay-473 { animation-delay: 3784ms; }
.anim-delay-474 { animation-delay: 3792ms; }
.anim-delay-475 { animation-delay: 3800ms; }
.anim-delay-476 { animation-delay: 3808ms; }
.anim-delay-477 { animation-delay: 3816ms; }
.anim-delay-478 { animation-delay: 3824ms; }
.anim-delay-479 { animation-delay: 3832ms; }
.anim-delay-480 { animation-delay: 3840ms; }
.anim-delay-481 { animation-delay: 3848ms; }
.anim-delay-482 { animation-delay: 3856ms; }
.anim-delay-483 { animation-delay: 3864ms; }
.anim-delay-484 { animation-delay: 3872ms; }
.anim-delay-485 { animation-delay: 3880ms; }
.anim-delay-486 { animation-delay: 3888ms; }
.anim-delay-487 { animation-delay: 3896ms; }
.anim-delay-488 { animation-delay: 3904ms; }
.anim-delay-489 { animation-delay: 3912ms; }
.anim-delay-490 { animation-delay: 3920ms; }
.anim-delay-491 { animation-delay: 3928ms; }
.anim-delay-492 { animation-delay: 3936ms; }
.anim-delay-493 { animation-delay: 3944ms; }
.anim-delay-494 { animation-delay: 3952ms; }
.anim-delay-495 { animation-delay: 3960ms; }
.anim-delay-496 { animation-delay: 3968ms; }
.anim-delay-497 { animation-delay: 3976ms; }
.anim-delay-498 { animation-delay: 3984ms; }
.anim-delay-499 { animation-delay: 3992ms; }
.anim-delay-500 { animation-delay: 4000ms; }
.anim-duration-1 { animation-duration: 128ms; }
.anim-duration-2 { animation-duration: 136ms; }
.anim-duration-3 { animation-duration: 144ms; }
.anim-duration-4 { animation-duration: 152ms; }
.anim-duration-5 { animation-duration: 160ms; }
.anim-duration-6 { animation-duration: 168ms; }
.anim-duration-7 { animation-duration: 176ms; }
.anim-duration-8 { animation-duration: 184ms; }
.anim-duration-9 { animation-duration: 192ms; }
.anim-duration-10 { animation-duration: 200ms; }
.anim-duration-11 { animation-duration: 208ms; }
.anim-duration-12 { animation-duration: 216ms; }
.anim-duration-13 { animation-duration: 224ms; }
.anim-duration-14 { animation-duration: 232ms; }
.anim-duration-15 { animation-duration: 240ms; }
.anim-duration-16 { animation-duration: 248ms; }
.anim-duration-17 { animation-duration: 256ms; }
.anim-duration-18 { animation-duration: 264ms; }
.anim-duration-19 { animation-duration: 272ms; }
.anim-duration-20 { animation-duration: 280ms; }
.anim-duration-21 { animation-duration: 288ms; }
.anim-duration-22 { animation-duration: 296ms; }
.anim-duration-23 { animation-duration: 304ms; }
.anim-duration-24 { animation-duration: 312ms; }
.anim-duration-25 { animation-duration: 320ms; }
.anim-duration-26 { animation-duration: 328ms; }
.anim-duration-27 { animation-duration: 336ms; }
.anim-duration-28 { animation-duration: 344ms; }
.anim-duration-29 { animation-duration: 352ms; }
.anim-duration-30 { animation-duration: 360ms; }
.anim-duration-31 { animation-duration: 368ms; }
.anim-duration-32 { animation-duration: 376ms; }
.anim-duration-33 { animation-duration: 384ms; }
.anim-duration-34 { animation-duration: 392ms; }
.anim-duration-35 { animation-duration: 400ms; }
.anim-duration-36 { animation-duration: 408ms; }
.anim-duration-37 { animation-duration: 416ms; }
.anim-duration-38 { animation-duration: 424ms; }
.anim-duration-39 { animation-duration: 432ms; }
.anim-duration-40 { animation-duration: 440ms; }
.anim-duration-41 { animation-duration: 448ms; }
.anim-duration-42 { animation-duration: 456ms; }
.anim-duration-43 { animation-duration: 464ms; }
.anim-duration-44 { animation-duration: 472ms; }
.anim-duration-45 { animation-duration: 480ms; }
.anim-duration-46 { animation-duration: 488ms; }
.anim-duration-47 { animation-duration: 496ms; }
.anim-duration-48 { animation-duration: 504ms; }
.anim-duration-49 { animation-duration: 512ms; }
.anim-duration-50 { animation-duration: 520ms; }
.anim-duration-51 { animation-duration: 528ms; }
.anim-duration-52 { animation-duration: 536ms; }
.anim-duration-53 { animation-duration: 544ms; }
.anim-duration-54 { animation-duration: 552ms; }
.anim-duration-55 { animation-duration: 560ms; }
.anim-duration-56 { animation-duration: 568ms; }
.anim-duration-57 { animation-duration: 576ms; }
.anim-duration-58 { animation-duration: 584ms; }
.anim-duration-59 { animation-duration: 592ms; }
.anim-duration-60 { animation-duration: 600ms; }
.anim-duration-61 { animation-duration: 608ms; }
.anim-duration-62 { animation-duration: 616ms; }
.anim-duration-63 { animation-duration: 624ms; }
.anim-duration-64 { animation-duration: 632ms; }
.anim-duration-65 { animation-duration: 640ms; }
.anim-duration-66 { animation-duration: 648ms; }
.anim-duration-67 { animation-duration: 656ms; }
.anim-duration-68 { animation-duration: 664ms; }
.anim-duration-69 { animation-duration: 672ms; }
.anim-duration-70 { animation-duration: 680ms; }
.anim-duration-71 { animation-duration: 688ms; }
.anim-duration-72 { animation-duration: 696ms; }
.anim-duration-73 { animation-duration: 704ms; }
.anim-duration-74 { animation-duration: 712ms; }
.anim-duration-75 { animation-duration: 720ms; }
.anim-duration-76 { animation-duration: 728ms; }
.anim-duration-77 { animation-duration: 736ms; }
.anim-duration-78 { animation-duration: 744ms; }
.anim-duration-79 { animation-duration: 752ms; }
.anim-duration-80 { animation-duration: 760ms; }
.anim-duration-81 { animation-duration: 768ms; }
.anim-duration-82 { animation-duration: 776ms; }
.anim-duration-83 { animation-duration: 784ms; }
.anim-duration-84 { animation-duration: 792ms; }
.anim-duration-85 { animation-duration: 800ms; }
.anim-duration-86 { animation-duration: 808ms; }
.anim-duration-87 { animation-duration: 816ms; }
.anim-duration-88 { animation-duration: 824ms; }
.anim-duration-89 { animation-duration: 832ms; }
.anim-duration-90 { animation-duration: 840ms; }
.anim-duration-91 { animation-duration: 848ms; }
.anim-duration-92 { animation-duration: 856ms; }
.anim-duration-93 { animation-duration: 864ms; }
.anim-duration-94 { animation-duration: 872ms; }
.anim-duration-95 { animation-duration: 880ms; }
.anim-duration-96 { animation-duration: 888ms; }
.anim-duration-97 { animation-duration: 896ms; }
.anim-duration-98 { animation-duration: 904ms; }
.anim-duration-99 { animation-duration: 912ms; }
.anim-duration-100 { animation-duration: 920ms; }
.anim-duration-101 { animation-duration: 928ms; }
.anim-duration-102 { animation-duration: 936ms; }
.anim-duration-103 { animation-duration: 944ms; }
.anim-duration-104 { animation-duration: 952ms; }
.anim-duration-105 { animation-duration: 960ms; }
.anim-duration-106 { animation-duration: 968ms; }
.anim-duration-107 { animation-duration: 976ms; }
.anim-duration-108 { animation-duration: 984ms; }
.anim-duration-109 { animation-duration: 992ms; }
.anim-duration-110 { animation-duration: 1000ms; }
.anim-duration-111 { animation-duration: 1008ms; }
.anim-duration-112 { animation-duration: 1016ms; }
.anim-duration-113 { animation-duration: 1024ms; }
.anim-duration-114 { animation-duration: 1032ms; }
.anim-duration-115 { animation-duration: 1040ms; }
.anim-duration-116 { animation-duration: 1048ms; }
.anim-duration-117 { animation-duration: 1056ms; }
.anim-duration-118 { animation-duration: 1064ms; }
.anim-duration-119 { animation-duration: 1072ms; }
.anim-duration-120 { animation-duration: 1080ms; }
.anim-duration-121 { animation-duration: 1088ms; }
.anim-duration-122 { animation-duration: 1096ms; }
.anim-duration-123 { animation-duration: 1104ms; }
.anim-duration-124 { animation-duration: 1112ms; }
.anim-duration-125 { animation-duration: 1120ms; }
.anim-duration-126 { animation-duration: 1128ms; }
.anim-duration-127 { animation-duration: 1136ms; }
.anim-duration-128 { animation-duration: 1144ms; }
.anim-duration-129 { animation-duration: 1152ms; }
.anim-duration-130 { animation-duration: 1160ms; }
.anim-duration-131 { animation-duration: 1168ms; }
.anim-duration-132 { animation-duration: 1176ms; }
.anim-duration-133 { animation-duration: 1184ms; }
.anim-duration-134 { animation-duration: 1192ms; }
.anim-duration-135 { animation-duration: 1200ms; }
.anim-duration-136 { animation-duration: 1208ms; }
.anim-duration-137 { animation-duration: 1216ms; }
.anim-duration-138 { animation-duration: 1224ms; }
.anim-duration-139 { animation-duration: 1232ms; }
.anim-duration-140 { animation-duration: 1240ms; }
.anim-duration-141 { animation-duration: 1248ms; }
.anim-duration-142 { animation-duration: 1256ms; }
.anim-duration-143 { animation-duration: 1264ms; }
.anim-duration-144 { animation-duration: 1272ms; }
.anim-duration-145 { animation-duration: 1280ms; }
.anim-duration-146 { animation-duration: 1288ms; }
.anim-duration-147 { animation-duration: 1296ms; }
.anim-duration-148 { animation-duration: 1304ms; }
.anim-duration-149 { animation-duration: 1312ms; }
.anim-duration-150 { animation-duration: 1320ms; }
.anim-duration-151 { animation-duration: 1328ms; }
.anim-duration-152 { animation-duration: 1336ms; }
.anim-duration-153 { animation-duration: 1344ms; }
.anim-duration-154 { animation-duration: 1352ms; }
.anim-duration-155 { animation-duration: 1360ms; }
.anim-duration-156 { animation-duration: 1368ms; }
.anim-duration-157 { animation-duration: 1376ms; }
.anim-duration-158 { animation-duration: 1384ms; }
.anim-duration-159 { animation-duration: 1392ms; }
.anim-duration-160 { animation-duration: 1400ms; }
.anim-duration-161 { animation-duration: 1408ms; }
.anim-duration-162 { animation-duration: 1416ms; }
.anim-duration-163 { animation-duration: 1424ms; }
.anim-duration-164 { animation-duration: 1432ms; }
.anim-duration-165 { animation-duration: 1440ms; }
.anim-duration-166 { animation-duration: 1448ms; }
.anim-duration-167 { animation-duration: 1456ms; }
.anim-duration-168 { animation-duration: 1464ms; }
.anim-duration-169 { animation-duration: 1472ms; }
.anim-duration-170 { animation-duration: 1480ms; }
.anim-duration-171 { animation-duration: 1488ms; }
.anim-duration-172 { animation-duration: 1496ms; }
.anim-duration-173 { animation-duration: 1504ms; }
.anim-duration-174 { animation-duration: 1512ms; }
.anim-duration-175 { animation-duration: 1520ms; }
.anim-duration-176 { animation-duration: 1528ms; }
.anim-duration-177 { animation-duration: 1536ms; }
.anim-duration-178 { animation-duration: 1544ms; }
.anim-duration-179 { animation-duration: 1552ms; }
.anim-duration-180 { animation-duration: 1560ms; }
.anim-duration-181 { animation-duration: 1568ms; }
.anim-duration-182 { animation-duration: 1576ms; }
.anim-duration-183 { animation-duration: 1584ms; }
.anim-duration-184 { animation-duration: 1592ms; }
.anim-duration-185 { animation-duration: 1600ms; }
.anim-duration-186 { animation-duration: 1608ms; }
.anim-duration-187 { animation-duration: 1616ms; }
.anim-duration-188 { animation-duration: 1624ms; }
.anim-duration-189 { animation-duration: 1632ms; }
.anim-duration-190 { animation-duration: 1640ms; }
.anim-duration-191 { animation-duration: 1648ms; }
.anim-duration-192 { animation-duration: 1656ms; }
.anim-duration-193 { animation-duration: 1664ms; }
.anim-duration-194 { animation-duration: 1672ms; }
.anim-duration-195 { animation-duration: 1680ms; }
.anim-duration-196 { animation-duration: 1688ms; }
.anim-duration-197 { animation-duration: 1696ms; }
.anim-duration-198 { animation-duration: 1704ms; }
.anim-duration-199 { animation-duration: 1712ms; }
.anim-duration-200 { animation-duration: 1720ms; }
.anim-duration-201 { animation-duration: 1728ms; }
.anim-duration-202 { animation-duration: 1736ms; }
.anim-duration-203 { animation-duration: 1744ms; }
.anim-duration-204 { animation-duration: 1752ms; }
.anim-duration-205 { animation-duration: 1760ms; }
.anim-duration-206 { animation-duration: 1768ms; }
.anim-duration-207 { animation-duration: 1776ms; }
.anim-duration-208 { animation-duration: 1784ms; }
.anim-duration-209 { animation-duration: 1792ms; }
.anim-duration-210 { animation-duration: 1800ms; }
.anim-duration-211 { animation-duration: 1808ms; }
.anim-duration-212 { animation-duration: 1816ms; }
.anim-duration-213 { animation-duration: 1824ms; }
.anim-duration-214 { animation-duration: 1832ms; }
.anim-duration-215 { animation-duration: 1840ms; }
.anim-duration-216 { animation-duration: 1848ms; }
.anim-duration-217 { animation-duration: 1856ms; }
.anim-duration-218 { animation-duration: 1864ms; }
.anim-duration-219 { animation-duration: 1872ms; }
.anim-duration-220 { animation-duration: 1880ms; }
.anim-duration-221 { animation-duration: 1888ms; }
.anim-duration-222 { animation-duration: 1896ms; }
.anim-duration-223 { animation-duration: 1904ms; }
.anim-duration-224 { animation-duration: 1912ms; }
.anim-duration-225 { animation-duration: 1920ms; }
.anim-duration-226 { animation-duration: 1928ms; }
.anim-duration-227 { animation-duration: 1936ms; }
.anim-duration-228 { animation-duration: 1944ms; }
.anim-duration-229 { animation-duration: 1952ms; }
.anim-duration-230 { animation-duration: 1960ms; }
.anim-duration-231 { animation-duration: 1968ms; }
.anim-duration-232 { animation-duration: 1976ms; }
.anim-duration-233 { animation-duration: 1984ms; }
.anim-duration-234 { animation-duration: 1992ms; }
.anim-duration-235 { animation-duration: 2000ms; }
.anim-duration-236 { animation-duration: 2008ms; }
.anim-duration-237 { animation-duration: 2016ms; }
.anim-duration-238 { animation-duration: 2024ms; }
.anim-duration-239 { animation-duration: 2032ms; }
.anim-duration-240 { animation-duration: 2040ms; }
.anim-duration-241 { animation-duration: 2048ms; }
.anim-duration-242 { animation-duration: 2056ms; }
.anim-duration-243 { animation-duration: 2064ms; }
.anim-duration-244 { animation-duration: 2072ms; }
.anim-duration-245 { animation-duration: 2080ms; }
.anim-duration-246 { animation-duration: 2088ms; }
.anim-duration-247 { animation-duration: 2096ms; }
.anim-duration-248 { animation-duration: 2104ms; }
.anim-duration-249 { animation-duration: 2112ms; }
.anim-duration-250 { animation-duration: 2120ms; }
.anim-duration-251 { animation-duration: 2128ms; }
.anim-duration-252 { animation-duration: 2136ms; }
.anim-duration-253 { animation-duration: 2144ms; }
.anim-duration-254 { animation-duration: 2152ms; }
.anim-duration-255 { animation-duration: 2160ms; }
.anim-duration-256 { animation-duration: 2168ms; }
.anim-duration-257 { animation-duration: 2176ms; }
.anim-duration-258 { animation-duration: 2184ms; }
.anim-duration-259 { animation-duration: 2192ms; }
.anim-duration-260 { animation-duration: 2200ms; }
.anim-duration-261 { animation-duration: 2208ms; }
.anim-duration-262 { animation-duration: 2216ms; }
.anim-duration-263 { animation-duration: 2224ms; }
.anim-duration-264 { animation-duration: 2232ms; }
.anim-duration-265 { animation-duration: 2240ms; }
.anim-duration-266 { animation-duration: 2248ms; }
.anim-duration-267 { animation-duration: 2256ms; }
.anim-duration-268 { animation-duration: 2264ms; }
.anim-duration-269 { animation-duration: 2272ms; }
.anim-duration-270 { animation-duration: 2280ms; }
.anim-duration-271 { animation-duration: 2288ms; }
.anim-duration-272 { animation-duration: 2296ms; }
.anim-duration-273 { animation-duration: 2304ms; }
.anim-duration-274 { animation-duration: 2312ms; }
.anim-duration-275 { animation-duration: 2320ms; }
.anim-duration-276 { animation-duration: 2328ms; }
.anim-duration-277 { animation-duration: 2336ms; }
.anim-duration-278 { animation-duration: 2344ms; }
.anim-duration-279 { animation-duration: 2352ms; }
.anim-duration-280 { animation-duration: 2360ms; }
.anim-duration-281 { animation-duration: 2368ms; }
.anim-duration-282 { animation-duration: 2376ms; }
.anim-duration-283 { animation-duration: 2384ms; }
.anim-duration-284 { animation-duration: 2392ms; }
.anim-duration-285 { animation-duration: 2400ms; }
.anim-duration-286 { animation-duration: 2408ms; }
.anim-duration-287 { animation-duration: 2416ms; }
.anim-duration-288 { animation-duration: 2424ms; }
.anim-duration-289 { animation-duration: 2432ms; }
.anim-duration-290 { animation-duration: 2440ms; }
.anim-duration-291 { animation-duration: 2448ms; }
.anim-duration-292 { animation-duration: 2456ms; }
.anim-duration-293 { animation-duration: 2464ms; }
.anim-duration-294 { animation-duration: 2472ms; }
.anim-duration-295 { animation-duration: 2480ms; }
.anim-duration-296 { animation-duration: 2488ms; }
.anim-duration-297 { animation-duration: 2496ms; }
.anim-duration-298 { animation-duration: 2504ms; }
.anim-duration-299 { animation-duration: 2512ms; }
.anim-duration-300 { animation-duration: 2520ms; }
.anim-duration-301 { animation-duration: 2528ms; }
.anim-duration-302 { animation-duration: 2536ms; }
.anim-duration-303 { animation-duration: 2544ms; }
.anim-duration-304 { animation-duration: 2552ms; }
.anim-duration-305 { animation-duration: 2560ms; }
.anim-duration-306 { animation-duration: 2568ms; }
.anim-duration-307 { animation-duration: 2576ms; }
.anim-duration-308 { animation-duration: 2584ms; }
.anim-duration-309 { animation-duration: 2592ms; }
.anim-duration-310 { animation-duration: 2600ms; }
.anim-duration-311 { animation-duration: 2608ms; }
.anim-duration-312 { animation-duration: 2616ms; }
.anim-duration-313 { animation-duration: 2624ms; }
.anim-duration-314 { animation-duration: 2632ms; }
.anim-duration-315 { animation-duration: 2640ms; }
.anim-duration-316 { animation-duration: 2648ms; }
.anim-duration-317 { animation-duration: 2656ms; }
.anim-duration-318 { animation-duration: 2664ms; }
.anim-duration-319 { animation-duration: 2672ms; }
.anim-duration-320 { animation-duration: 2680ms; }
.anim-duration-321 { animation-duration: 2688ms; }
.anim-duration-322 { animation-duration: 2696ms; }
.anim-duration-323 { animation-duration: 2704ms; }
.anim-duration-324 { animation-duration: 2712ms; }
.anim-duration-325 { animation-duration: 2720ms; }
.anim-duration-326 { animation-duration: 2728ms; }
.anim-duration-327 { animation-duration: 2736ms; }
.anim-duration-328 { animation-duration: 2744ms; }
.anim-duration-329 { animation-duration: 2752ms; }
.anim-duration-330 { animation-duration: 2760ms; }
.anim-duration-331 { animation-duration: 2768ms; }
.anim-duration-332 { animation-duration: 2776ms; }
.anim-duration-333 { animation-duration: 2784ms; }
.anim-duration-334 { animation-duration: 2792ms; }
.anim-duration-335 { animation-duration: 2800ms; }
.anim-duration-336 { animation-duration: 2808ms; }
.anim-duration-337 { animation-duration: 2816ms; }
.anim-duration-338 { animation-duration: 2824ms; }
.anim-duration-339 { animation-duration: 2832ms; }
.anim-duration-340 { animation-duration: 2840ms; }
.anim-duration-341 { animation-duration: 2848ms; }
.anim-duration-342 { animation-duration: 2856ms; }
.anim-duration-343 { animation-duration: 2864ms; }
.anim-duration-344 { animation-duration: 2872ms; }
.anim-duration-345 { animation-duration: 2880ms; }
.anim-duration-346 { animation-duration: 2888ms; }
.anim-duration-347 { animation-duration: 2896ms; }
.anim-duration-348 { animation-duration: 2904ms; }
.anim-duration-349 { animation-duration: 2912ms; }
.anim-duration-350 { animation-duration: 2920ms; }
.anim-duration-351 { animation-duration: 2928ms; }
.anim-duration-352 { animation-duration: 2936ms; }
.anim-duration-353 { animation-duration: 2944ms; }
.anim-duration-354 { animation-duration: 2952ms; }
.anim-duration-355 { animation-duration: 2960ms; }
.anim-duration-356 { animation-duration: 2968ms; }
.anim-duration-357 { animation-duration: 2976ms; }
.anim-duration-358 { animation-duration: 2984ms; }
.anim-duration-359 { animation-duration: 2992ms; }
.anim-duration-360 { animation-duration: 3000ms; }
.anim-duration-361 { animation-duration: 3008ms; }
.anim-duration-362 { animation-duration: 3016ms; }
.anim-duration-363 { animation-duration: 3024ms; }
.anim-duration-364 { animation-duration: 3032ms; }
.anim-duration-365 { animation-duration: 3040ms; }
.anim-duration-366 { animation-duration: 3048ms; }
.anim-duration-367 { animation-duration: 3056ms; }
.anim-duration-368 { animation-duration: 3064ms; }
.anim-duration-369 { animation-duration: 3072ms; }
.anim-duration-370 { animation-duration: 3080ms; }
.anim-duration-371 { animation-duration: 3088ms; }
.anim-duration-372 { animation-duration: 3096ms; }
.anim-duration-373 { animation-duration: 3104ms; }
.anim-duration-374 { animation-duration: 3112ms; }
.anim-duration-375 { animation-duration: 3120ms; }
.anim-duration-376 { animation-duration: 3128ms; }
.anim-duration-377 { animation-duration: 3136ms; }
.anim-duration-378 { animation-duration: 3144ms; }
.anim-duration-379 { animation-duration: 3152ms; }
.anim-duration-380 { animation-duration: 3160ms; }
.anim-duration-381 { animation-duration: 3168ms; }
.anim-duration-382 { animation-duration: 3176ms; }
.anim-duration-383 { animation-duration: 3184ms; }
.anim-duration-384 { animation-duration: 3192ms; }
.anim-duration-385 { animation-duration: 3200ms; }
.anim-duration-386 { animation-duration: 3208ms; }
.anim-duration-387 { animation-duration: 3216ms; }
.anim-duration-388 { animation-duration: 3224ms; }
.anim-duration-389 { animation-duration: 3232ms; }
.anim-duration-390 { animation-duration: 3240ms; }
.anim-duration-391 { animation-duration: 3248ms; }
.anim-duration-392 { animation-duration: 3256ms; }
.anim-duration-393 { animation-duration: 3264ms; }
.anim-duration-394 { animation-duration: 3272ms; }
.anim-duration-395 { animation-duration: 3280ms; }
.anim-duration-396 { animation-duration: 3288ms; }
.anim-duration-397 { animation-duration: 3296ms; }
.anim-duration-398 { animation-duration: 3304ms; }
.anim-duration-399 { animation-duration: 3312ms; }
.anim-duration-400 { animation-duration: 3320ms; }
.parallax-z-1 { transform: translate3d(0, 0, -1px) scale(1.001); }
.parallax-z-2 { transform: translate3d(0, 0, -2px) scale(1.002); }
.parallax-z-3 { transform: translate3d(0, 0, -3px) scale(1.002); }
.parallax-z-4 { transform: translate3d(0, 0, -4px) scale(1.003); }
.parallax-z-5 { transform: translate3d(0, 0, -5px) scale(1.004); }
.parallax-z-6 { transform: translate3d(0, 0, -6px) scale(1.005); }
.parallax-z-7 { transform: translate3d(0, 0, -7px) scale(1.006); }
.parallax-z-8 { transform: translate3d(0, 0, -8px) scale(1.006); }
.parallax-z-9 { transform: translate3d(0, 0, -9px) scale(1.007); }
.parallax-z-10 { transform: translate3d(0, 0, -10px) scale(1.008); }
.parallax-z-11 { transform: translate3d(0, 0, -11px) scale(1.009); }
.parallax-z-12 { transform: translate3d(0, 0, -12px) scale(1.010); }
.parallax-z-13 { transform: translate3d(0, 0, -13px) scale(1.010); }
.parallax-z-14 { transform: translate3d(0, 0, -14px) scale(1.011); }
.parallax-z-15 { transform: translate3d(0, 0, -15px) scale(1.012); }
.parallax-z-16 { transform: translate3d(0, 0, -16px) scale(1.013); }
.parallax-z-17 { transform: translate3d(0, 0, -17px) scale(1.014); }
.parallax-z-18 { transform: translate3d(0, 0, -18px) scale(1.014); }
.parallax-z-19 { transform: translate3d(0, 0, -19px) scale(1.015); }
.parallax-z-20 { transform: translate3d(0, 0, -20px) scale(1.016); }
.parallax-z-21 { transform: translate3d(0, 0, -21px) scale(1.017); }
.parallax-z-22 { transform: translate3d(0, 0, -22px) scale(1.018); }
.parallax-z-23 { transform: translate3d(0, 0, -23px) scale(1.018); }
.parallax-z-24 { transform: translate3d(0, 0, -24px) scale(1.019); }
.parallax-z-25 { transform: translate3d(0, 0, -25px) scale(1.020); }
.parallax-z-26 { transform: translate3d(0, 0, -26px) scale(1.021); }
.parallax-z-27 { transform: translate3d(0, 0, -27px) scale(1.022); }
.parallax-z-28 { transform: translate3d(0, 0, -28px) scale(1.022); }
.parallax-z-29 { transform: translate3d(0, 0, -29px) scale(1.023); }
.parallax-z-30 { transform: translate3d(0, 0, -30px) scale(1.024); }
.parallax-z-31 { transform: translate3d(0, 0, -31px) scale(1.025); }
.parallax-z-32 { transform: translate3d(0, 0, -32px) scale(1.026); }
.parallax-z-33 { transform: translate3d(0, 0, -33px) scale(1.026); }
.parallax-z-34 { transform: translate3d(0, 0, -34px) scale(1.027); }
.parallax-z-35 { transform: translate3d(0, 0, -35px) scale(1.028); }
.parallax-z-36 { transform: translate3d(0, 0, -36px) scale(1.029); }
.parallax-z-37 { transform: translate3d(0, 0, -37px) scale(1.030); }
.parallax-z-38 { transform: translate3d(0, 0, -38px) scale(1.030); }
.parallax-z-39 { transform: translate3d(0, 0, -39px) scale(1.031); }
.parallax-z-40 { transform: translate3d(0, 0, -40px) scale(1.032); }
.parallax-z-41 { transform: translate3d(0, 0, -41px) scale(1.033); }
.parallax-z-42 { transform: translate3d(0, 0, -42px) scale(1.034); }
.parallax-z-43 { transform: translate3d(0, 0, -43px) scale(1.034); }
.parallax-z-44 { transform: translate3d(0, 0, -44px) scale(1.035); }
.parallax-z-45 { transform: translate3d(0, 0, -45px) scale(1.036); }
.parallax-z-46 { transform: translate3d(0, 0, -46px) scale(1.037); }
.parallax-z-47 { transform: translate3d(0, 0, -47px) scale(1.038); }
.parallax-z-48 { transform: translate3d(0, 0, -48px) scale(1.038); }
.parallax-z-49 { transform: translate3d(0, 0, -49px) scale(1.039); }
.parallax-z-50 { transform: translate3d(0, 0, -50px) scale(1.040); }
.parallax-z-51 { transform: translate3d(0, 0, -51px) scale(1.041); }
.parallax-z-52 { transform: translate3d(0, 0, -52px) scale(1.042); }
.parallax-z-53 { transform: translate3d(0, 0, -53px) scale(1.042); }
.parallax-z-54 { transform: translate3d(0, 0, -54px) scale(1.043); }
.parallax-z-55 { transform: translate3d(0, 0, -55px) scale(1.044); }
.parallax-z-56 { transform: translate3d(0, 0, -56px) scale(1.045); }
.parallax-z-57 { transform: translate3d(0, 0, -57px) scale(1.046); }
.parallax-z-58 { transform: translate3d(0, 0, -58px) scale(1.046); }
.parallax-z-59 { transform: translate3d(0, 0, -59px) scale(1.047); }
.parallax-z-60 { transform: translate3d(0, 0, -60px) scale(1.048); }
.parallax-z-61 { transform: translate3d(0, 0, -61px) scale(1.049); }
.parallax-z-62 { transform: translate3d(0, 0, -62px) scale(1.050); }
.parallax-z-63 { transform: translate3d(0, 0, -63px) scale(1.050); }
.parallax-z-64 { transform: translate3d(0, 0, -64px) scale(1.051); }
.parallax-z-65 { transform: translate3d(0, 0, -65px) scale(1.052); }
.parallax-z-66 { transform: translate3d(0, 0, -66px) scale(1.053); }
.parallax-z-67 { transform: translate3d(0, 0, -67px) scale(1.054); }
.parallax-z-68 { transform: translate3d(0, 0, -68px) scale(1.054); }
.parallax-z-69 { transform: translate3d(0, 0, -69px) scale(1.055); }
.parallax-z-70 { transform: translate3d(0, 0, -70px) scale(1.056); }
.parallax-z-71 { transform: translate3d(0, 0, -71px) scale(1.057); }
.parallax-z-72 { transform: translate3d(0, 0, -72px) scale(1.058); }
.parallax-z-73 { transform: translate3d(0, 0, -73px) scale(1.058); }
.parallax-z-74 { transform: translate3d(0, 0, -74px) scale(1.059); }
.parallax-z-75 { transform: translate3d(0, 0, -75px) scale(1.060); }
.parallax-z-76 { transform: translate3d(0, 0, -76px) scale(1.061); }
.parallax-z-77 { transform: translate3d(0, 0, -77px) scale(1.062); }
.parallax-z-78 { transform: translate3d(0, 0, -78px) scale(1.062); }
.parallax-z-79 { transform: translate3d(0, 0, -79px) scale(1.063); }
.parallax-z-80 { transform: translate3d(0, 0, -80px) scale(1.064); }
.parallax-z-81 { transform: translate3d(0, 0, -81px) scale(1.065); }
.parallax-z-82 { transform: translate3d(0, 0, -82px) scale(1.066); }
.parallax-z-83 { transform: translate3d(0, 0, -83px) scale(1.066); }
.parallax-z-84 { transform: translate3d(0, 0, -84px) scale(1.067); }
.parallax-z-85 { transform: translate3d(0, 0, -85px) scale(1.068); }
.parallax-z-86 { transform: translate3d(0, 0, -86px) scale(1.069); }
.parallax-z-87 { transform: translate3d(0, 0, -87px) scale(1.070); }
.parallax-z-88 { transform: translate3d(0, 0, -88px) scale(1.070); }
.parallax-z-89 { transform: translate3d(0, 0, -89px) scale(1.071); }
.parallax-z-90 { transform: translate3d(0, 0, -90px) scale(1.072); }
.parallax-z-91 { transform: translate3d(0, 0, -91px) scale(1.073); }
.parallax-z-92 { transform: translate3d(0, 0, -92px) scale(1.074); }
.parallax-z-93 { transform: translate3d(0, 0, -93px) scale(1.074); }
.parallax-z-94 { transform: translate3d(0, 0, -94px) scale(1.075); }
.parallax-z-95 { transform: translate3d(0, 0, -95px) scale(1.076); }
.parallax-z-96 { transform: translate3d(0, 0, -96px) scale(1.077); }
.parallax-z-97 { transform: translate3d(0, 0, -97px) scale(1.078); }
.parallax-z-98 { transform: translate3d(0, 0, -98px) scale(1.078); }
.parallax-z-99 { transform: translate3d(0, 0, -99px) scale(1.079); }
.parallax-z-100 { transform: translate3d(0, 0, -100px) scale(1.080); }
.parallax-z-101 { transform: translate3d(0, 0, -101px) scale(1.081); }
.parallax-z-102 { transform: translate3d(0, 0, -102px) scale(1.082); }
.parallax-z-103 { transform: translate3d(0, 0, -103px) scale(1.082); }
.parallax-z-104 { transform: translate3d(0, 0, -104px) scale(1.083); }
.parallax-z-105 { transform: translate3d(0, 0, -105px) scale(1.084); }
.parallax-z-106 { transform: translate3d(0, 0, -106px) scale(1.085); }
.parallax-z-107 { transform: translate3d(0, 0, -107px) scale(1.086); }
.parallax-z-108 { transform: translate3d(0, 0, -108px) scale(1.086); }
.parallax-z-109 { transform: translate3d(0, 0, -109px) scale(1.087); }
.parallax-z-110 { transform: translate3d(0, 0, -110px) scale(1.088); }
.parallax-z-111 { transform: translate3d(0, 0, -111px) scale(1.089); }
.parallax-z-112 { transform: translate3d(0, 0, -112px) scale(1.090); }
.parallax-z-113 { transform: translate3d(0, 0, -113px) scale(1.090); }
.parallax-z-114 { transform: translate3d(0, 0, -114px) scale(1.091); }
.parallax-z-115 { transform: translate3d(0, 0, -115px) scale(1.092); }
.parallax-z-116 { transform: translate3d(0, 0, -116px) scale(1.093); }
.parallax-z-117 { transform: translate3d(0, 0, -117px) scale(1.094); }
.parallax-z-118 { transform: translate3d(0, 0, -118px) scale(1.094); }
.parallax-z-119 { transform: translate3d(0, 0, -119px) scale(1.095); }
.parallax-z-120 { transform: translate3d(0, 0, -120px) scale(1.096); }
.parallax-z-121 { transform: translate3d(0, 0, -121px) scale(1.097); }
.parallax-z-122 { transform: translate3d(0, 0, -122px) scale(1.098); }
.parallax-z-123 { transform: translate3d(0, 0, -123px) scale(1.098); }
.parallax-z-124 { transform: translate3d(0, 0, -124px) scale(1.099); }
.parallax-z-125 { transform: translate3d(0, 0, -125px) scale(1.100); }
.parallax-z-126 { transform: translate3d(0, 0, -126px) scale(1.101); }
.parallax-z-127 { transform: translate3d(0, 0, -127px) scale(1.102); }
.parallax-z-128 { transform: translate3d(0, 0, -128px) scale(1.102); }
.parallax-z-129 { transform: translate3d(0, 0, -129px) scale(1.103); }
.parallax-z-130 { transform: translate3d(0, 0, -130px) scale(1.104); }
.parallax-z-131 { transform: translate3d(0, 0, -131px) scale(1.105); }
.parallax-z-132 { transform: translate3d(0, 0, -132px) scale(1.106); }
.parallax-z-133 { transform: translate3d(0, 0, -133px) scale(1.106); }
.parallax-z-134 { transform: translate3d(0, 0, -134px) scale(1.107); }
.parallax-z-135 { transform: translate3d(0, 0, -135px) scale(1.108); }
.parallax-z-136 { transform: translate3d(0, 0, -136px) scale(1.109); }
.parallax-z-137 { transform: translate3d(0, 0, -137px) scale(1.110); }
.parallax-z-138 { transform: translate3d(0, 0, -138px) scale(1.110); }
.parallax-z-139 { transform: translate3d(0, 0, -139px) scale(1.111); }
.parallax-z-140 { transform: translate3d(0, 0, -140px) scale(1.112); }
.parallax-z-141 { transform: translate3d(0, 0, -141px) scale(1.113); }
.parallax-z-142 { transform: translate3d(0, 0, -142px) scale(1.114); }
.parallax-z-143 { transform: translate3d(0, 0, -143px) scale(1.114); }
.parallax-z-144 { transform: translate3d(0, 0, -144px) scale(1.115); }
.parallax-z-145 { transform: translate3d(0, 0, -145px) scale(1.116); }
.parallax-z-146 { transform: translate3d(0, 0, -146px) scale(1.117); }
.parallax-z-147 { transform: translate3d(0, 0, -147px) scale(1.118); }
.parallax-z-148 { transform: translate3d(0, 0, -148px) scale(1.118); }
.parallax-z-149 { transform: translate3d(0, 0, -149px) scale(1.119); }
.parallax-z-150 { transform: translate3d(0, 0, -150px) scale(1.120); }
.parallax-z-151 { transform: translate3d(0, 0, -151px) scale(1.121); }
.parallax-z-152 { transform: translate3d(0, 0, -152px) scale(1.122); }
.parallax-z-153 { transform: translate3d(0, 0, -153px) scale(1.122); }
.parallax-z-154 { transform: translate3d(0, 0, -154px) scale(1.123); }
.parallax-z-155 { transform: translate3d(0, 0, -155px) scale(1.124); }
.parallax-z-156 { transform: translate3d(0, 0, -156px) scale(1.125); }
.parallax-z-157 { transform: translate3d(0, 0, -157px) scale(1.126); }
.parallax-z-158 { transform: translate3d(0, 0, -158px) scale(1.126); }
.parallax-z-159 { transform: translate3d(0, 0, -159px) scale(1.127); }
.parallax-z-160 { transform: translate3d(0, 0, -160px) scale(1.128); }
.parallax-z-161 { transform: translate3d(0, 0, -161px) scale(1.129); }
.parallax-z-162 { transform: translate3d(0, 0, -162px) scale(1.130); }
.parallax-z-163 { transform: translate3d(0, 0, -163px) scale(1.130); }
.parallax-z-164 { transform: translate3d(0, 0, -164px) scale(1.131); }
.parallax-z-165 { transform: translate3d(0, 0, -165px) scale(1.132); }
.parallax-z-166 { transform: translate3d(0, 0, -166px) scale(1.133); }
.parallax-z-167 { transform: translate3d(0, 0, -167px) scale(1.134); }
.parallax-z-168 { transform: translate3d(0, 0, -168px) scale(1.134); }
.parallax-z-169 { transform: translate3d(0, 0, -169px) scale(1.135); }
.parallax-z-170 { transform: translate3d(0, 0, -170px) scale(1.136); }
.parallax-z-171 { transform: translate3d(0, 0, -171px) scale(1.137); }
.parallax-z-172 { transform: translate3d(0, 0, -172px) scale(1.138); }
.parallax-z-173 { transform: translate3d(0, 0, -173px) scale(1.138); }
.parallax-z-174 { transform: translate3d(0, 0, -174px) scale(1.139); }
.parallax-z-175 { transform: translate3d(0, 0, -175px) scale(1.140); }
.parallax-z-176 { transform: translate3d(0, 0, -176px) scale(1.141); }
.parallax-z-177 { transform: translate3d(0, 0, -177px) scale(1.142); }
.parallax-z-178 { transform: translate3d(0, 0, -178px) scale(1.142); }
.parallax-z-179 { transform: translate3d(0, 0, -179px) scale(1.143); }
.parallax-z-180 { transform: translate3d(0, 0, -180px) scale(1.144); }
.parallax-z-181 { transform: translate3d(0, 0, -181px) scale(1.145); }
.parallax-z-182 { transform: translate3d(0, 0, -182px) scale(1.146); }
.parallax-z-183 { transform: translate3d(0, 0, -183px) scale(1.146); }
.parallax-z-184 { transform: translate3d(0, 0, -184px) scale(1.147); }
.parallax-z-185 { transform: translate3d(0, 0, -185px) scale(1.148); }
.parallax-z-186 { transform: translate3d(0, 0, -186px) scale(1.149); }
.parallax-z-187 { transform: translate3d(0, 0, -187px) scale(1.150); }
.parallax-z-188 { transform: translate3d(0, 0, -188px) scale(1.150); }
.parallax-z-189 { transform: translate3d(0, 0, -189px) scale(1.151); }
.parallax-z-190 { transform: translate3d(0, 0, -190px) scale(1.152); }
.parallax-z-191 { transform: translate3d(0, 0, -191px) scale(1.153); }
.parallax-z-192 { transform: translate3d(0, 0, -192px) scale(1.154); }
.parallax-z-193 { transform: translate3d(0, 0, -193px) scale(1.154); }
.parallax-z-194 { transform: translate3d(0, 0, -194px) scale(1.155); }
.parallax-z-195 { transform: translate3d(0, 0, -195px) scale(1.156); }
.parallax-z-196 { transform: translate3d(0, 0, -196px) scale(1.157); }
.parallax-z-197 { transform: translate3d(0, 0, -197px) scale(1.158); }
.parallax-z-198 { transform: translate3d(0, 0, -198px) scale(1.158); }
.parallax-z-199 { transform: translate3d(0, 0, -199px) scale(1.159); }
.parallax-z-200 { transform: translate3d(0, 0, -200px) scale(1.160); }
.parallax-z-201 { transform: translate3d(0, 0, -201px) scale(1.161); }
.parallax-z-202 { transform: translate3d(0, 0, -202px) scale(1.162); }
.parallax-z-203 { transform: translate3d(0, 0, -203px) scale(1.162); }
.parallax-z-204 { transform: translate3d(0, 0, -204px) scale(1.163); }
.parallax-z-205 { transform: translate3d(0, 0, -205px) scale(1.164); }
.parallax-z-206 { transform: translate3d(0, 0, -206px) scale(1.165); }
.parallax-z-207 { transform: translate3d(0, 0, -207px) scale(1.166); }
.parallax-z-208 { transform: translate3d(0, 0, -208px) scale(1.166); }
.parallax-z-209 { transform: translate3d(0, 0, -209px) scale(1.167); }
.parallax-z-210 { transform: translate3d(0, 0, -210px) scale(1.168); }
.parallax-z-211 { transform: translate3d(0, 0, -211px) scale(1.169); }
.parallax-z-212 { transform: translate3d(0, 0, -212px) scale(1.170); }
.parallax-z-213 { transform: translate3d(0, 0, -213px) scale(1.170); }
.parallax-z-214 { transform: translate3d(0, 0, -214px) scale(1.171); }
.parallax-z-215 { transform: translate3d(0, 0, -215px) scale(1.172); }
.parallax-z-216 { transform: translate3d(0, 0, -216px) scale(1.173); }
.parallax-z-217 { transform: translate3d(0, 0, -217px) scale(1.174); }
.parallax-z-218 { transform: translate3d(0, 0, -218px) scale(1.174); }
.parallax-z-219 { transform: translate3d(0, 0, -219px) scale(1.175); }
.parallax-z-220 { transform: translate3d(0, 0, -220px) scale(1.176); }
.parallax-z-221 { transform: translate3d(0, 0, -221px) scale(1.177); }
.parallax-z-222 { transform: translate3d(0, 0, -222px) scale(1.178); }
.parallax-z-223 { transform: translate3d(0, 0, -223px) scale(1.178); }
.parallax-z-224 { transform: translate3d(0, 0, -224px) scale(1.179); }
.parallax-z-225 { transform: translate3d(0, 0, -225px) scale(1.180); }
.parallax-z-226 { transform: translate3d(0, 0, -226px) scale(1.181); }
.parallax-z-227 { transform: translate3d(0, 0, -227px) scale(1.182); }
.parallax-z-228 { transform: translate3d(0, 0, -228px) scale(1.182); }
.parallax-z-229 { transform: translate3d(0, 0, -229px) scale(1.183); }
.parallax-z-230 { transform: translate3d(0, 0, -230px) scale(1.184); }
.parallax-z-231 { transform: translate3d(0, 0, -231px) scale(1.185); }
.parallax-z-232 { transform: translate3d(0, 0, -232px) scale(1.186); }
.parallax-z-233 { transform: translate3d(0, 0, -233px) scale(1.186); }
.parallax-z-234 { transform: translate3d(0, 0, -234px) scale(1.187); }
.parallax-z-235 { transform: translate3d(0, 0, -235px) scale(1.188); }
.parallax-z-236 { transform: translate3d(0, 0, -236px) scale(1.189); }
.parallax-z-237 { transform: translate3d(0, 0, -237px) scale(1.190); }
.parallax-z-238 { transform: translate3d(0, 0, -238px) scale(1.190); }
.parallax-z-239 { transform: translate3d(0, 0, -239px) scale(1.191); }
.parallax-z-240 { transform: translate3d(0, 0, -240px) scale(1.192); }
.parallax-z-241 { transform: translate3d(0, 0, -241px) scale(1.193); }
.parallax-z-242 { transform: translate3d(0, 0, -242px) scale(1.194); }
.parallax-z-243 { transform: translate3d(0, 0, -243px) scale(1.194); }
.parallax-z-244 { transform: translate3d(0, 0, -244px) scale(1.195); }
.parallax-z-245 { transform: translate3d(0, 0, -245px) scale(1.196); }
.parallax-z-246 { transform: translate3d(0, 0, -246px) scale(1.197); }
.parallax-z-247 { transform: translate3d(0, 0, -247px) scale(1.198); }
.parallax-z-248 { transform: translate3d(0, 0, -248px) scale(1.198); }
.parallax-z-249 { transform: translate3d(0, 0, -249px) scale(1.199); }
.parallax-z-250 { transform: translate3d(0, 0, -250px) scale(1.200); }
.parallax-z-251 { transform: translate3d(0, 0, -251px) scale(1.201); }
.parallax-z-252 { transform: translate3d(0, 0, -252px) scale(1.202); }
.parallax-z-253 { transform: translate3d(0, 0, -253px) scale(1.202); }
.parallax-z-254 { transform: translate3d(0, 0, -254px) scale(1.203); }
.parallax-z-255 { transform: translate3d(0, 0, -255px) scale(1.204); }
.parallax-z-256 { transform: translate3d(0, 0, -256px) scale(1.205); }
.parallax-z-257 { transform: translate3d(0, 0, -257px) scale(1.206); }
.parallax-z-258 { transform: translate3d(0, 0, -258px) scale(1.206); }
.parallax-z-259 { transform: translate3d(0, 0, -259px) scale(1.207); }
.parallax-z-260 { transform: translate3d(0, 0, -260px) scale(1.208); }
.parallax-z-261 { transform: translate3d(0, 0, -261px) scale(1.209); }
.parallax-z-262 { transform: translate3d(0, 0, -262px) scale(1.210); }
.parallax-z-263 { transform: translate3d(0, 0, -263px) scale(1.210); }
.parallax-z-264 { transform: translate3d(0, 0, -264px) scale(1.211); }
.parallax-z-265 { transform: translate3d(0, 0, -265px) scale(1.212); }
.parallax-z-266 { transform: translate3d(0, 0, -266px) scale(1.213); }
.parallax-z-267 { transform: translate3d(0, 0, -267px) scale(1.214); }
.parallax-z-268 { transform: translate3d(0, 0, -268px) scale(1.214); }
.parallax-z-269 { transform: translate3d(0, 0, -269px) scale(1.215); }
.parallax-z-270 { transform: translate3d(0, 0, -270px) scale(1.216); }
.parallax-z-271 { transform: translate3d(0, 0, -271px) scale(1.217); }
.parallax-z-272 { transform: translate3d(0, 0, -272px) scale(1.218); }
.parallax-z-273 { transform: translate3d(0, 0, -273px) scale(1.218); }
.parallax-z-274 { transform: translate3d(0, 0, -274px) scale(1.219); }
.parallax-z-275 { transform: translate3d(0, 0, -275px) scale(1.220); }
.parallax-z-276 { transform: translate3d(0, 0, -276px) scale(1.221); }
.parallax-z-277 { transform: translate3d(0, 0, -277px) scale(1.222); }
.parallax-z-278 { transform: translate3d(0, 0, -278px) scale(1.222); }
.parallax-z-279 { transform: translate3d(0, 0, -279px) scale(1.223); }
.parallax-z-280 { transform: translate3d(0, 0, -280px) scale(1.224); }
.parallax-z-281 { transform: translate3d(0, 0, -281px) scale(1.225); }
.parallax-z-282 { transform: translate3d(0, 0, -282px) scale(1.226); }
.parallax-z-283 { transform: translate3d(0, 0, -283px) scale(1.226); }
.parallax-z-284 { transform: translate3d(0, 0, -284px) scale(1.227); }
.parallax-z-285 { transform: translate3d(0, 0, -285px) scale(1.228); }
.parallax-z-286 { transform: translate3d(0, 0, -286px) scale(1.229); }
.parallax-z-287 { transform: translate3d(0, 0, -287px) scale(1.230); }
.parallax-z-288 { transform: translate3d(0, 0, -288px) scale(1.230); }
.parallax-z-289 { transform: translate3d(0, 0, -289px) scale(1.231); }
.parallax-z-290 { transform: translate3d(0, 0, -290px) scale(1.232); }
.parallax-z-291 { transform: translate3d(0, 0, -291px) scale(1.233); }
.parallax-z-292 { transform: translate3d(0, 0, -292px) scale(1.234); }
.parallax-z-293 { transform: translate3d(0, 0, -293px) scale(1.234); }
.parallax-z-294 { transform: translate3d(0, 0, -294px) scale(1.235); }
.parallax-z-295 { transform: translate3d(0, 0, -295px) scale(1.236); }
.parallax-z-296 { transform: translate3d(0, 0, -296px) scale(1.237); }
.parallax-z-297 { transform: translate3d(0, 0, -297px) scale(1.238); }
.parallax-z-298 { transform: translate3d(0, 0, -298px) scale(1.238); }
.parallax-z-299 { transform: translate3d(0, 0, -299px) scale(1.239); }
.parallax-z-300 { transform: translate3d(0, 0, -300px) scale(1.240); }
.parallax-z-301 { transform: translate3d(0, 0, -301px) scale(1.241); }
.parallax-z-302 { transform: translate3d(0, 0, -302px) scale(1.242); }
.parallax-z-303 { transform: translate3d(0, 0, -303px) scale(1.242); }
.parallax-z-304 { transform: translate3d(0, 0, -304px) scale(1.243); }
.parallax-z-305 { transform: translate3d(0, 0, -305px) scale(1.244); }
.parallax-z-306 { transform: translate3d(0, 0, -306px) scale(1.245); }
.parallax-z-307 { transform: translate3d(0, 0, -307px) scale(1.246); }
.parallax-z-308 { transform: translate3d(0, 0, -308px) scale(1.246); }
.parallax-z-309 { transform: translate3d(0, 0, -309px) scale(1.247); }
.parallax-z-310 { transform: translate3d(0, 0, -310px) scale(1.248); }
.parallax-z-311 { transform: translate3d(0, 0, -311px) scale(1.249); }
.parallax-z-312 { transform: translate3d(0, 0, -312px) scale(1.250); }
.parallax-z-313 { transform: translate3d(0, 0, -313px) scale(1.250); }
.parallax-z-314 { transform: translate3d(0, 0, -314px) scale(1.251); }
.parallax-z-315 { transform: translate3d(0, 0, -315px) scale(1.252); }
.parallax-z-316 { transform: translate3d(0, 0, -316px) scale(1.253); }
.parallax-z-317 { transform: translate3d(0, 0, -317px) scale(1.254); }
.parallax-z-318 { transform: translate3d(0, 0, -318px) scale(1.254); }
.parallax-z-319 { transform: translate3d(0, 0, -319px) scale(1.255); }
.parallax-z-320 { transform: translate3d(0, 0, -320px) scale(1.256); }
.parallax-z-321 { transform: translate3d(0, 0, -321px) scale(1.257); }
.parallax-z-322 { transform: translate3d(0, 0, -322px) scale(1.258); }
.parallax-z-323 { transform: translate3d(0, 0, -323px) scale(1.258); }
.parallax-z-324 { transform: translate3d(0, 0, -324px) scale(1.259); }
.parallax-z-325 { transform: translate3d(0, 0, -325px) scale(1.260); }
.parallax-z-326 { transform: translate3d(0, 0, -326px) scale(1.261); }
.parallax-z-327 { transform: translate3d(0, 0, -327px) scale(1.262); }
.parallax-z-328 { transform: translate3d(0, 0, -328px) scale(1.262); }
.parallax-z-329 { transform: translate3d(0, 0, -329px) scale(1.263); }
.parallax-z-330 { transform: translate3d(0, 0, -330px) scale(1.264); }
.parallax-z-331 { transform: translate3d(0, 0, -331px) scale(1.265); }
.parallax-z-332 { transform: translate3d(0, 0, -332px) scale(1.266); }
.parallax-z-333 { transform: translate3d(0, 0, -333px) scale(1.266); }
.parallax-z-334 { transform: translate3d(0, 0, -334px) scale(1.267); }
.parallax-z-335 { transform: translate3d(0, 0, -335px) scale(1.268); }
.parallax-z-336 { transform: translate3d(0, 0, -336px) scale(1.269); }
.parallax-z-337 { transform: translate3d(0, 0, -337px) scale(1.270); }
.parallax-z-338 { transform: translate3d(0, 0, -338px) scale(1.270); }
.parallax-z-339 { transform: translate3d(0, 0, -339px) scale(1.271); }
.parallax-z-340 { transform: translate3d(0, 0, -340px) scale(1.272); }
.parallax-z-341 { transform: translate3d(0, 0, -341px) scale(1.273); }
.parallax-z-342 { transform: translate3d(0, 0, -342px) scale(1.274); }
.parallax-z-343 { transform: translate3d(0, 0, -343px) scale(1.274); }
.parallax-z-344 { transform: translate3d(0, 0, -344px) scale(1.275); }
.parallax-z-345 { transform: translate3d(0, 0, -345px) scale(1.276); }
.parallax-z-346 { transform: translate3d(0, 0, -346px) scale(1.277); }
.parallax-z-347 { transform: translate3d(0, 0, -347px) scale(1.278); }
.parallax-z-348 { transform: translate3d(0, 0, -348px) scale(1.278); }
.parallax-z-349 { transform: translate3d(0, 0, -349px) scale(1.279); }
.parallax-z-350 { transform: translate3d(0, 0, -350px) scale(1.280); }
.parallax-z-351 { transform: translate3d(0, 0, -351px) scale(1.281); }
.parallax-z-352 { transform: translate3d(0, 0, -352px) scale(1.282); }
.parallax-z-353 { transform: translate3d(0, 0, -353px) scale(1.282); }
.parallax-z-354 { transform: translate3d(0, 0, -354px) scale(1.283); }
.parallax-z-355 { transform: translate3d(0, 0, -355px) scale(1.284); }
.parallax-z-356 { transform: translate3d(0, 0, -356px) scale(1.285); }
.parallax-z-357 { transform: translate3d(0, 0, -357px) scale(1.286); }
.parallax-z-358 { transform: translate3d(0, 0, -358px) scale(1.286); }
.parallax-z-359 { transform: translate3d(0, 0, -359px) scale(1.287); }
.parallax-z-360 { transform: translate3d(0, 0, -360px) scale(1.288); }
.parallax-z-361 { transform: translate3d(0, 0, -361px) scale(1.289); }
.parallax-z-362 { transform: translate3d(0, 0, -362px) scale(1.290); }
.parallax-z-363 { transform: translate3d(0, 0, -363px) scale(1.290); }
.parallax-z-364 { transform: translate3d(0, 0, -364px) scale(1.291); }
.parallax-z-365 { transform: translate3d(0, 0, -365px) scale(1.292); }
.parallax-z-366 { transform: translate3d(0, 0, -366px) scale(1.293); }
.parallax-z-367 { transform: translate3d(0, 0, -367px) scale(1.294); }
.parallax-z-368 { transform: translate3d(0, 0, -368px) scale(1.294); }
.parallax-z-369 { transform: translate3d(0, 0, -369px) scale(1.295); }
.parallax-z-370 { transform: translate3d(0, 0, -370px) scale(1.296); }
.parallax-z-371 { transform: translate3d(0, 0, -371px) scale(1.297); }
.parallax-z-372 { transform: translate3d(0, 0, -372px) scale(1.298); }
.parallax-z-373 { transform: translate3d(0, 0, -373px) scale(1.298); }
.parallax-z-374 { transform: translate3d(0, 0, -374px) scale(1.299); }
.parallax-z-375 { transform: translate3d(0, 0, -375px) scale(1.300); }
.parallax-z-376 { transform: translate3d(0, 0, -376px) scale(1.301); }
.parallax-z-377 { transform: translate3d(0, 0, -377px) scale(1.302); }
.parallax-z-378 { transform: translate3d(0, 0, -378px) scale(1.302); }
.parallax-z-379 { transform: translate3d(0, 0, -379px) scale(1.303); }
.parallax-z-380 { transform: translate3d(0, 0, -380px) scale(1.304); }
.parallax-z-381 { transform: translate3d(0, 0, -381px) scale(1.305); }
.parallax-z-382 { transform: translate3d(0, 0, -382px) scale(1.306); }
.parallax-z-383 { transform: translate3d(0, 0, -383px) scale(1.306); }
.parallax-z-384 { transform: translate3d(0, 0, -384px) scale(1.307); }
.parallax-z-385 { transform: translate3d(0, 0, -385px) scale(1.308); }
.parallax-z-386 { transform: translate3d(0, 0, -386px) scale(1.309); }
.parallax-z-387 { transform: translate3d(0, 0, -387px) scale(1.310); }
.parallax-z-388 { transform: translate3d(0, 0, -388px) scale(1.310); }
.parallax-z-389 { transform: translate3d(0, 0, -389px) scale(1.311); }
.parallax-z-390 { transform: translate3d(0, 0, -390px) scale(1.312); }
.parallax-z-391 { transform: translate3d(0, 0, -391px) scale(1.313); }
.parallax-z-392 { transform: translate3d(0, 0, -392px) scale(1.314); }
.parallax-z-393 { transform: translate3d(0, 0, -393px) scale(1.314); }
.parallax-z-394 { transform: translate3d(0, 0, -394px) scale(1.315); }
.parallax-z-395 { transform: translate3d(0, 0, -395px) scale(1.316); }
.parallax-z-396 { transform: translate3d(0, 0, -396px) scale(1.317); }
.parallax-z-397 { transform: translate3d(0, 0, -397px) scale(1.318); }
.parallax-z-398 { transform: translate3d(0, 0, -398px) scale(1.318); }
.parallax-z-399 { transform: translate3d(0, 0, -399px) scale(1.319); }
.parallax-z-400 { transform: translate3d(0, 0, -400px) scale(1.320); }
.tac-border-1 { border: 1px solid rgba(81, 121, 161, 0.3); }
.tac-border-2 { border: 1px solid rgba(82, 122, 162, 0.4); }
.tac-border-3 { border: 1px solid rgba(83, 123, 163, 0.5); }
.tac-border-4 { border: 1px solid rgba(84, 124, 164, 0.6); }
.tac-border-5 { border: 1px solid rgba(85, 125, 165, 0.7); }
.tac-border-6 { border: 1px solid rgba(86, 126, 166, 0.8); }
.tac-border-7 { border: 1px solid rgba(87, 127, 167, 0.2); }
.tac-border-8 { border: 1px solid rgba(88, 128, 168, 0.3); }
.tac-border-9 { border: 1px solid rgba(89, 129, 169, 0.4); }
.tac-border-10 { border: 1px solid rgba(90, 130, 170, 0.5); }
.tac-border-11 { border: 1px solid rgba(91, 131, 171, 0.6); }
.tac-border-12 { border: 1px solid rgba(92, 132, 172, 0.7); }
.tac-border-13 { border: 1px solid rgba(93, 133, 173, 0.8); }
.tac-border-14 { border: 1px solid rgba(94, 134, 174, 0.2); }
.tac-border-15 { border: 1px solid rgba(95, 135, 175, 0.3); }
.tac-border-16 { border: 1px solid rgba(96, 136, 176, 0.4); }
.tac-border-17 { border: 1px solid rgba(97, 137, 177, 0.5); }
.tac-border-18 { border: 1px solid rgba(98, 138, 178, 0.6); }
.tac-border-19 { border: 1px solid rgba(99, 139, 179, 0.7); }
.tac-border-20 { border: 1px solid rgba(100, 140, 180, 0.8); }
.tac-border-21 { border: 1px solid rgba(101, 141, 181, 0.2); }
.tac-border-22 { border: 1px solid rgba(102, 142, 182, 0.3); }
.tac-border-23 { border: 1px solid rgba(103, 143, 183, 0.4); }
.tac-border-24 { border: 1px solid rgba(104, 144, 184, 0.5); }
.tac-border-25 { border: 1px solid rgba(105, 145, 185, 0.6); }
.tac-border-26 { border: 1px solid rgba(106, 146, 186, 0.7); }
.tac-border-27 { border: 1px solid rgba(107, 147, 187, 0.8); }
.tac-border-28 { border: 1px solid rgba(108, 148, 188, 0.2); }
.tac-border-29 { border: 1px solid rgba(109, 149, 189, 0.3); }
.tac-border-30 { border: 1px solid rgba(110, 150, 190, 0.4); }
.tac-border-31 { border: 1px solid rgba(111, 151, 191, 0.5); }
.tac-border-32 { border: 1px solid rgba(112, 152, 192, 0.6); }
.tac-border-33 { border: 1px solid rgba(113, 153, 193, 0.7); }
.tac-border-34 { border: 1px solid rgba(114, 154, 194, 0.8); }
.tac-border-35 { border: 1px solid rgba(115, 155, 195, 0.2); }
.tac-border-36 { border: 1px solid rgba(116, 156, 196, 0.3); }
.tac-border-37 { border: 1px solid rgba(117, 157, 197, 0.4); }
.tac-border-38 { border: 1px solid rgba(118, 158, 198, 0.5); }
.tac-border-39 { border: 1px solid rgba(119, 159, 199, 0.6); }
.tac-border-40 { border: 1px solid rgba(120, 160, 200, 0.7); }
.tac-border-41 { border: 1px solid rgba(121, 161, 201, 0.8); }
.tac-border-42 { border: 1px solid rgba(122, 162, 202, 0.2); }
.tac-border-43 { border: 1px solid rgba(123, 163, 203, 0.3); }
.tac-border-44 { border: 1px solid rgba(124, 164, 204, 0.4); }
.tac-border-45 { border: 1px solid rgba(125, 165, 205, 0.5); }
.tac-border-46 { border: 1px solid rgba(126, 166, 206, 0.6); }
.tac-border-47 { border: 1px solid rgba(127, 167, 207, 0.7); }
.tac-border-48 { border: 1px solid rgba(128, 168, 208, 0.8); }
.tac-border-49 { border: 1px solid rgba(129, 169, 209, 0.2); }
.tac-border-50 { border: 1px solid rgba(130, 170, 210, 0.3); }
.tac-border-51 { border: 1px solid rgba(131, 171, 211, 0.4); }
.tac-border-52 { border: 1px solid rgba(132, 172, 212, 0.5); }
.tac-border-53 { border: 1px solid rgba(133, 173, 213, 0.6); }
.tac-border-54 { border: 1px solid rgba(134, 174, 214, 0.7); }
.tac-border-55 { border: 1px solid rgba(135, 175, 215, 0.8); }
.tac-border-56 { border: 1px solid rgba(136, 176, 216, 0.2); }
.tac-border-57 { border: 1px solid rgba(137, 177, 217, 0.3); }
.tac-border-58 { border: 1px solid rgba(138, 178, 218, 0.4); }
.tac-border-59 { border: 1px solid rgba(139, 179, 219, 0.5); }
.tac-border-60 { border: 1px solid rgba(140, 180, 220, 0.6); }
.tac-border-61 { border: 1px solid rgba(141, 181, 221, 0.7); }
.tac-border-62 { border: 1px solid rgba(142, 182, 222, 0.8); }
.tac-border-63 { border: 1px solid rgba(143, 183, 223, 0.2); }
.tac-border-64 { border: 1px solid rgba(144, 184, 224, 0.3); }
.tac-border-65 { border: 1px solid rgba(145, 185, 225, 0.4); }
.tac-border-66 { border: 1px solid rgba(146, 186, 226, 0.5); }
.tac-border-67 { border: 1px solid rgba(147, 187, 227, 0.6); }
.tac-border-68 { border: 1px solid rgba(148, 188, 228, 0.7); }
.tac-border-69 { border: 1px solid rgba(149, 189, 229, 0.8); }
.tac-border-70 { border: 1px solid rgba(80, 190, 230, 0.2); }
.tac-border-71 { border: 1px solid rgba(81, 191, 231, 0.3); }
.tac-border-72 { border: 1px solid rgba(82, 192, 232, 0.4); }
.tac-border-73 { border: 1px solid rgba(83, 193, 233, 0.5); }
.tac-border-74 { border: 1px solid rgba(84, 194, 234, 0.6); }
.tac-border-75 { border: 1px solid rgba(85, 195, 235, 0.7); }
.tac-border-76 { border: 1px solid rgba(86, 196, 236, 0.8); }
.tac-border-77 { border: 1px solid rgba(87, 197, 237, 0.2); }
.tac-border-78 { border: 1px solid rgba(88, 198, 238, 0.3); }
.tac-border-79 { border: 1px solid rgba(89, 199, 239, 0.4); }
.tac-border-80 { border: 1px solid rgba(90, 120, 240, 0.5); }
.tac-border-81 { border: 1px solid rgba(91, 121, 241, 0.6); }
.tac-border-82 { border: 1px solid rgba(92, 122, 242, 0.7); }
.tac-border-83 { border: 1px solid rgba(93, 123, 243, 0.8); }
.tac-border-84 { border: 1px solid rgba(94, 124, 244, 0.2); }
.tac-border-85 { border: 1px solid rgba(95, 125, 245, 0.3); }
.tac-border-86 { border: 1px solid rgba(96, 126, 246, 0.4); }
.tac-border-87 { border: 1px solid rgba(97, 127, 247, 0.5); }
.tac-border-88 { border: 1px solid rgba(98, 128, 248, 0.6); }
.tac-border-89 { border: 1px solid rgba(99, 129, 249, 0.7); }
.tac-border-90 { border: 1px solid rgba(100, 130, 160, 0.8); }
.tac-border-91 { border: 1px solid rgba(101, 131, 161, 0.2); }
.tac-border-92 { border: 1px solid rgba(102, 132, 162, 0.3); }
.tac-border-93 { border: 1px solid rgba(103, 133, 163, 0.4); }
.tac-border-94 { border: 1px solid rgba(104, 134, 164, 0.5); }
.tac-border-95 { border: 1px solid rgba(105, 135, 165, 0.6); }
.tac-border-96 { border: 1px solid rgba(106, 136, 166, 0.7); }
.tac-border-97 { border: 1px solid rgba(107, 137, 167, 0.8); }
.tac-border-98 { border: 1px solid rgba(108, 138, 168, 0.2); }
.tac-border-99 { border: 1px solid rgba(109, 139, 169, 0.3); }
.tac-border-100 { border: 1px solid rgba(110, 140, 170, 0.4); }
.tac-border-101 { border: 1px solid rgba(111, 141, 171, 0.5); }
.tac-border-102 { border: 1px solid rgba(112, 142, 172, 0.6); }
.tac-border-103 { border: 1px solid rgba(113, 143, 173, 0.7); }
.tac-border-104 { border: 1px solid rgba(114, 144, 174, 0.8); }
.tac-border-105 { border: 1px solid rgba(115, 145, 175, 0.2); }
.tac-border-106 { border: 1px solid rgba(116, 146, 176, 0.3); }
.tac-border-107 { border: 1px solid rgba(117, 147, 177, 0.4); }
.tac-border-108 { border: 1px solid rgba(118, 148, 178, 0.5); }
.tac-border-109 { border: 1px solid rgba(119, 149, 179, 0.6); }
.tac-border-110 { border: 1px solid rgba(120, 150, 180, 0.7); }
.tac-border-111 { border: 1px solid rgba(121, 151, 181, 0.8); }
.tac-border-112 { border: 1px solid rgba(122, 152, 182, 0.2); }
.tac-border-113 { border: 1px solid rgba(123, 153, 183, 0.3); }
.tac-border-114 { border: 1px solid rgba(124, 154, 184, 0.4); }
.tac-border-115 { border: 1px solid rgba(125, 155, 185, 0.5); }
.tac-border-116 { border: 1px solid rgba(126, 156, 186, 0.6); }
.tac-border-117 { border: 1px solid rgba(127, 157, 187, 0.7); }
.tac-border-118 { border: 1px solid rgba(128, 158, 188, 0.8); }
.tac-border-119 { border: 1px solid rgba(129, 159, 189, 0.2); }
.tac-border-120 { border: 1px solid rgba(130, 160, 190, 0.3); }
.tac-border-121 { border: 1px solid rgba(131, 161, 191, 0.4); }
.tac-border-122 { border: 1px solid rgba(132, 162, 192, 0.5); }
.tac-border-123 { border: 1px solid rgba(133, 163, 193, 0.6); }
.tac-border-124 { border: 1px solid rgba(134, 164, 194, 0.7); }
.tac-border-125 { border: 1px solid rgba(135, 165, 195, 0.8); }
.tac-border-126 { border: 1px solid rgba(136, 166, 196, 0.2); }
.tac-border-127 { border: 1px solid rgba(137, 167, 197, 0.3); }
.tac-border-128 { border: 1px solid rgba(138, 168, 198, 0.4); }
.tac-border-129 { border: 1px solid rgba(139, 169, 199, 0.5); }
.tac-border-130 { border: 1px solid rgba(140, 170, 200, 0.6); }
.tac-border-131 { border: 1px solid rgba(141, 171, 201, 0.7); }
.tac-border-132 { border: 1px solid rgba(142, 172, 202, 0.8); }
.tac-border-133 { border: 1px solid rgba(143, 173, 203, 0.2); }
.tac-border-134 { border: 1px solid rgba(144, 174, 204, 0.3); }
.tac-border-135 { border: 1px solid rgba(145, 175, 205, 0.4); }
.tac-border-136 { border: 1px solid rgba(146, 176, 206, 0.5); }
.tac-border-137 { border: 1px solid rgba(147, 177, 207, 0.6); }
.tac-border-138 { border: 1px solid rgba(148, 178, 208, 0.7); }
.tac-border-139 { border: 1px solid rgba(149, 179, 209, 0.8); }
.tac-border-140 { border: 1px solid rgba(80, 180, 210, 0.2); }
.tac-border-141 { border: 1px solid rgba(81, 181, 211, 0.3); }
.tac-border-142 { border: 1px solid rgba(82, 182, 212, 0.4); }
.tac-border-143 { border: 1px solid rgba(83, 183, 213, 0.5); }
.tac-border-144 { border: 1px solid rgba(84, 184, 214, 0.6); }
.tac-border-145 { border: 1px solid rgba(85, 185, 215, 0.7); }
.tac-border-146 { border: 1px solid rgba(86, 186, 216, 0.8); }
.tac-border-147 { border: 1px solid rgba(87, 187, 217, 0.2); }
.tac-border-148 { border: 1px solid rgba(88, 188, 218, 0.3); }
.tac-border-149 { border: 1px solid rgba(89, 189, 219, 0.4); }
.tac-border-150 { border: 1px solid rgba(90, 190, 220, 0.5); }
.tac-border-151 { border: 1px solid rgba(91, 191, 221, 0.6); }
.tac-border-152 { border: 1px solid rgba(92, 192, 222, 0.7); }
.tac-border-153 { border: 1px solid rgba(93, 193, 223, 0.8); }
.tac-border-154 { border: 1px solid rgba(94, 194, 224, 0.2); }
.tac-border-155 { border: 1px solid rgba(95, 195, 225, 0.3); }
.tac-border-156 { border: 1px solid rgba(96, 196, 226, 0.4); }
.tac-border-157 { border: 1px solid rgba(97, 197, 227, 0.5); }
.tac-border-158 { border: 1px solid rgba(98, 198, 228, 0.6); }
.tac-border-159 { border: 1px solid rgba(99, 199, 229, 0.7); }
.tac-border-160 { border: 1px solid rgba(100, 120, 230, 0.8); }
.tac-border-161 { border: 1px solid rgba(101, 121, 231, 0.2); }
.tac-border-162 { border: 1px solid rgba(102, 122, 232, 0.3); }
.tac-border-163 { border: 1px solid rgba(103, 123, 233, 0.4); }
.tac-border-164 { border: 1px solid rgba(104, 124, 234, 0.5); }
.tac-border-165 { border: 1px solid rgba(105, 125, 235, 0.6); }
.tac-border-166 { border: 1px solid rgba(106, 126, 236, 0.7); }
.tac-border-167 { border: 1px solid rgba(107, 127, 237, 0.8); }
.tac-border-168 { border: 1px solid rgba(108, 128, 238, 0.2); }
.tac-border-169 { border: 1px solid rgba(109, 129, 239, 0.3); }
.tac-border-170 { border: 1px solid rgba(110, 130, 240, 0.4); }
.tac-border-171 { border: 1px solid rgba(111, 131, 241, 0.5); }
.tac-border-172 { border: 1px solid rgba(112, 132, 242, 0.6); }
.tac-border-173 { border: 1px solid rgba(113, 133, 243, 0.7); }
.tac-border-174 { border: 1px solid rgba(114, 134, 244, 0.8); }
.tac-border-175 { border: 1px solid rgba(115, 135, 245, 0.2); }
.tac-border-176 { border: 1px solid rgba(116, 136, 246, 0.3); }
.tac-border-177 { border: 1px solid rgba(117, 137, 247, 0.4); }
.tac-border-178 { border: 1px solid rgba(118, 138, 248, 0.5); }
.tac-border-179 { border: 1px solid rgba(119, 139, 249, 0.6); }
.tac-border-180 { border: 1px solid rgba(120, 140, 160, 0.7); }
.tac-border-181 { border: 1px solid rgba(121, 141, 161, 0.8); }
.tac-border-182 { border: 1px solid rgba(122, 142, 162, 0.2); }
.tac-border-183 { border: 1px solid rgba(123, 143, 163, 0.3); }
.tac-border-184 { border: 1px solid rgba(124, 144, 164, 0.4); }
.tac-border-185 { border: 1px solid rgba(125, 145, 165, 0.5); }
.tac-border-186 { border: 1px solid rgba(126, 146, 166, 0.6); }
.tac-border-187 { border: 1px solid rgba(127, 147, 167, 0.7); }
.tac-border-188 { border: 1px solid rgba(128, 148, 168, 0.8); }
.tac-border-189 { border: 1px solid rgba(129, 149, 169, 0.2); }
.tac-border-190 { border: 1px solid rgba(130, 150, 170, 0.3); }
.tac-border-191 { border: 1px solid rgba(131, 151, 171, 0.4); }
.tac-border-192 { border: 1px solid rgba(132, 152, 172, 0.5); }
.tac-border-193 { border: 1px solid rgba(133, 153, 173, 0.6); }
.tac-border-194 { border: 1px solid rgba(134, 154, 174, 0.7); }
.tac-border-195 { border: 1px solid rgba(135, 155, 175, 0.8); }
.tac-border-196 { border: 1px solid rgba(136, 156, 176, 0.2); }
.tac-border-197 { border: 1px solid rgba(137, 157, 177, 0.3); }
.tac-border-198 { border: 1px solid rgba(138, 158, 178, 0.4); }
.tac-border-199 { border: 1px solid rgba(139, 159, 179, 0.5); }
.tac-border-200 { border: 1px solid rgba(140, 160, 180, 0.6); }
.tac-border-201 { border: 1px solid rgba(141, 161, 181, 0.7); }
.tac-border-202 { border: 1px solid rgba(142, 162, 182, 0.8); }
.tac-border-203 { border: 1px solid rgba(143, 163, 183, 0.2); }
.tac-border-204 { border: 1px solid rgba(144, 164, 184, 0.3); }
.tac-border-205 { border: 1px solid rgba(145, 165, 185, 0.4); }
.tac-border-206 { border: 1px solid rgba(146, 166, 186, 0.5); }
.tac-border-207 { border: 1px solid rgba(147, 167, 187, 0.6); }
.tac-border-208 { border: 1px solid rgba(148, 168, 188, 0.7); }
.tac-border-209 { border: 1px solid rgba(149, 169, 189, 0.8); }
.tac-border-210 { border: 1px solid rgba(80, 170, 190, 0.2); }
.tac-border-211 { border: 1px solid rgba(81, 171, 191, 0.3); }
.tac-border-212 { border: 1px solid rgba(82, 172, 192, 0.4); }
.tac-border-213 { border: 1px solid rgba(83, 173, 193, 0.5); }
.tac-border-214 { border: 1px solid rgba(84, 174, 194, 0.6); }
.tac-border-215 { border: 1px solid rgba(85, 175, 195, 0.7); }
.tac-border-216 { border: 1px solid rgba(86, 176, 196, 0.8); }
.tac-border-217 { border: 1px solid rgba(87, 177, 197, 0.2); }
.tac-border-218 { border: 1px solid rgba(88, 178, 198, 0.3); }
.tac-border-219 { border: 1px solid rgba(89, 179, 199, 0.4); }
.tac-border-220 { border: 1px solid rgba(90, 180, 200, 0.5); }
.tac-border-221 { border: 1px solid rgba(91, 181, 201, 0.6); }
.tac-border-222 { border: 1px solid rgba(92, 182, 202, 0.7); }
.tac-border-223 { border: 1px solid rgba(93, 183, 203, 0.8); }
.tac-border-224 { border: 1px solid rgba(94, 184, 204, 0.2); }
.tac-border-225 { border: 1px solid rgba(95, 185, 205, 0.3); }
.tac-border-226 { border: 1px solid rgba(96, 186, 206, 0.4); }
.tac-border-227 { border: 1px solid rgba(97, 187, 207, 0.5); }
.tac-border-228 { border: 1px solid rgba(98, 188, 208, 0.6); }
.tac-border-229 { border: 1px solid rgba(99, 189, 209, 0.7); }
.tac-border-230 { border: 1px solid rgba(100, 190, 210, 0.8); }
.tac-border-231 { border: 1px solid rgba(101, 191, 211, 0.2); }
.tac-border-232 { border: 1px solid rgba(102, 192, 212, 0.3); }
.tac-border-233 { border: 1px solid rgba(103, 193, 213, 0.4); }
.tac-border-234 { border: 1px solid rgba(104, 194, 214, 0.5); }
.tac-border-235 { border: 1px solid rgba(105, 195, 215, 0.6); }
.tac-border-236 { border: 1px solid rgba(106, 196, 216, 0.7); }
.tac-border-237 { border: 1px solid rgba(107, 197, 217, 0.8); }
.tac-border-238 { border: 1px solid rgba(108, 198, 218, 0.2); }
.tac-border-239 { border: 1px solid rgba(109, 199, 219, 0.3); }
.tac-border-240 { border: 1px solid rgba(110, 120, 220, 0.4); }
.tac-border-241 { border: 1px solid rgba(111, 121, 221, 0.5); }
.tac-border-242 { border: 1px solid rgba(112, 122, 222, 0.6); }
.tac-border-243 { border: 1px solid rgba(113, 123, 223, 0.7); }
.tac-border-244 { border: 1px solid rgba(114, 124, 224, 0.8); }
.tac-border-245 { border: 1px solid rgba(115, 125, 225, 0.2); }
.tac-border-246 { border: 1px solid rgba(116, 126, 226, 0.3); }
.tac-border-247 { border: 1px solid rgba(117, 127, 227, 0.4); }
.tac-border-248 { border: 1px solid rgba(118, 128, 228, 0.5); }
.tac-border-249 { border: 1px solid rgba(119, 129, 229, 0.6); }
.tac-border-250 { border: 1px solid rgba(120, 130, 230, 0.7); }
.tac-border-251 { border: 1px solid rgba(121, 131, 231, 0.8); }
.tac-border-252 { border: 1px solid rgba(122, 132, 232, 0.2); }
.tac-border-253 { border: 1px solid rgba(123, 133, 233, 0.3); }
.tac-border-254 { border: 1px solid rgba(124, 134, 234, 0.4); }
.tac-border-255 { border: 1px solid rgba(125, 135, 235, 0.5); }
.tac-border-256 { border: 1px solid rgba(126, 136, 236, 0.6); }
.tac-border-257 { border: 1px solid rgba(127, 137, 237, 0.7); }
.tac-border-258 { border: 1px solid rgba(128, 138, 238, 0.8); }
.tac-border-259 { border: 1px solid rgba(129, 139, 239, 0.2); }
.tac-border-260 { border: 1px solid rgba(130, 140, 240, 0.3); }
.tac-border-261 { border: 1px solid rgba(131, 141, 241, 0.4); }
.tac-border-262 { border: 1px solid rgba(132, 142, 242, 0.5); }
.tac-border-263 { border: 1px solid rgba(133, 143, 243, 0.6); }
.tac-border-264 { border: 1px solid rgba(134, 144, 244, 0.7); }
.tac-border-265 { border: 1px solid rgba(135, 145, 245, 0.8); }
.tac-border-266 { border: 1px solid rgba(136, 146, 246, 0.2); }
.tac-border-267 { border: 1px solid rgba(137, 147, 247, 0.3); }
.tac-border-268 { border: 1px solid rgba(138, 148, 248, 0.4); }
.tac-border-269 { border: 1px solid rgba(139, 149, 249, 0.5); }
.tac-border-270 { border: 1px solid rgba(140, 150, 160, 0.6); }
.tac-border-271 { border: 1px solid rgba(141, 151, 161, 0.7); }
.tac-border-272 { border: 1px solid rgba(142, 152, 162, 0.8); }
.tac-border-273 { border: 1px solid rgba(143, 153, 163, 0.2); }
.tac-border-274 { border: 1px solid rgba(144, 154, 164, 0.3); }
.tac-border-275 { border: 1px solid rgba(145, 155, 165, 0.4); }
.tac-border-276 { border: 1px solid rgba(146, 156, 166, 0.5); }
.tac-border-277 { border: 1px solid rgba(147, 157, 167, 0.6); }
.tac-border-278 { border: 1px solid rgba(148, 158, 168, 0.7); }
.tac-border-279 { border: 1px solid rgba(149, 159, 169, 0.8); }
.tac-border-280 { border: 1px solid rgba(80, 160, 170, 0.2); }
.tac-border-281 { border: 1px solid rgba(81, 161, 171, 0.3); }
.tac-border-282 { border: 1px solid rgba(82, 162, 172, 0.4); }
.tac-border-283 { border: 1px solid rgba(83, 163, 173, 0.5); }
.tac-border-284 { border: 1px solid rgba(84, 164, 174, 0.6); }
.tac-border-285 { border: 1px solid rgba(85, 165, 175, 0.7); }
.tac-border-286 { border: 1px solid rgba(86, 166, 176, 0.8); }
.tac-border-287 { border: 1px solid rgba(87, 167, 177, 0.2); }
.tac-border-288 { border: 1px solid rgba(88, 168, 178, 0.3); }
.tac-border-289 { border: 1px solid rgba(89, 169, 179, 0.4); }
.tac-border-290 { border: 1px solid rgba(90, 170, 180, 0.5); }
.tac-border-291 { border: 1px solid rgba(91, 171, 181, 0.6); }
.tac-border-292 { border: 1px solid rgba(92, 172, 182, 0.7); }
.tac-border-293 { border: 1px solid rgba(93, 173, 183, 0.8); }
.tac-border-294 { border: 1px solid rgba(94, 174, 184, 0.2); }
.tac-border-295 { border: 1px solid rgba(95, 175, 185, 0.3); }
.tac-border-296 { border: 1px solid rgba(96, 176, 186, 0.4); }
.tac-border-297 { border: 1px solid rgba(97, 177, 187, 0.5); }
.tac-border-298 { border: 1px solid rgba(98, 178, 188, 0.6); }
.tac-border-299 { border: 1px solid rgba(99, 179, 189, 0.7); }
.tac-border-300 { border: 1px solid rgba(100, 180, 190, 0.8); }
.tac-border-301 { border: 1px solid rgba(101, 181, 191, 0.2); }
.tac-border-302 { border: 1px solid rgba(102, 182, 192, 0.3); }
.tac-border-303 { border: 1px solid rgba(103, 183, 193, 0.4); }
.tac-border-304 { border: 1px solid rgba(104, 184, 194, 0.5); }
.tac-border-305 { border: 1px solid rgba(105, 185, 195, 0.6); }
.tac-border-306 { border: 1px solid rgba(106, 186, 196, 0.7); }
.tac-border-307 { border: 1px solid rgba(107, 187, 197, 0.8); }
.tac-border-308 { border: 1px solid rgba(108, 188, 198, 0.2); }
.tac-border-309 { border: 1px solid rgba(109, 189, 199, 0.3); }
.tac-border-310 { border: 1px solid rgba(110, 190, 200, 0.4); }
.tac-border-311 { border: 1px solid rgba(111, 191, 201, 0.5); }
.tac-border-312 { border: 1px solid rgba(112, 192, 202, 0.6); }
.tac-border-313 { border: 1px solid rgba(113, 193, 203, 0.7); }
.tac-border-314 { border: 1px solid rgba(114, 194, 204, 0.8); }
.tac-border-315 { border: 1px solid rgba(115, 195, 205, 0.2); }
.tac-border-316 { border: 1px solid rgba(116, 196, 206, 0.3); }
.tac-border-317 { border: 1px solid rgba(117, 197, 207, 0.4); }
.tac-border-318 { border: 1px solid rgba(118, 198, 208, 0.5); }
.tac-border-319 { border: 1px solid rgba(119, 199, 209, 0.6); }
.tac-border-320 { border: 1px solid rgba(120, 120, 210, 0.7); }
.tac-border-321 { border: 1px solid rgba(121, 121, 211, 0.8); }
.tac-border-322 { border: 1px solid rgba(122, 122, 212, 0.2); }
.tac-border-323 { border: 1px solid rgba(123, 123, 213, 0.3); }
.tac-border-324 { border: 1px solid rgba(124, 124, 214, 0.4); }
.tac-border-325 { border: 1px solid rgba(125, 125, 215, 0.5); }
.tac-border-326 { border: 1px solid rgba(126, 126, 216, 0.6); }
.tac-border-327 { border: 1px solid rgba(127, 127, 217, 0.7); }
.tac-border-328 { border: 1px solid rgba(128, 128, 218, 0.8); }
.tac-border-329 { border: 1px solid rgba(129, 129, 219, 0.2); }
.tac-border-330 { border: 1px solid rgba(130, 130, 220, 0.3); }
.tac-border-331 { border: 1px solid rgba(131, 131, 221, 0.4); }
.tac-border-332 { border: 1px solid rgba(132, 132, 222, 0.5); }
.tac-border-333 { border: 1px solid rgba(133, 133, 223, 0.6); }
.tac-border-334 { border: 1px solid rgba(134, 134, 224, 0.7); }
.tac-border-335 { border: 1px solid rgba(135, 135, 225, 0.8); }
.tac-border-336 { border: 1px solid rgba(136, 136, 226, 0.2); }
.tac-border-337 { border: 1px solid rgba(137, 137, 227, 0.3); }
.tac-border-338 { border: 1px solid rgba(138, 138, 228, 0.4); }
.tac-border-339 { border: 1px solid rgba(139, 139, 229, 0.5); }
.tac-border-340 { border: 1px solid rgba(140, 140, 230, 0.6); }
.tac-border-341 { border: 1px solid rgba(141, 141, 231, 0.7); }
.tac-border-342 { border: 1px solid rgba(142, 142, 232, 0.8); }
.tac-border-343 { border: 1px solid rgba(143, 143, 233, 0.2); }
.tac-border-344 { border: 1px solid rgba(144, 144, 234, 0.3); }
.tac-border-345 { border: 1px solid rgba(145, 145, 235, 0.4); }
.tac-border-346 { border: 1px solid rgba(146, 146, 236, 0.5); }
.tac-border-347 { border: 1px solid rgba(147, 147, 237, 0.6); }
.tac-border-348 { border: 1px solid rgba(148, 148, 238, 0.7); }
.tac-border-349 { border: 1px solid rgba(149, 149, 239, 0.8); }
.tac-border-350 { border: 1px solid rgba(80, 150, 240, 0.2); }
.tac-border-351 { border: 1px solid rgba(81, 151, 241, 0.3); }
.tac-border-352 { border: 1px solid rgba(82, 152, 242, 0.4); }
.tac-border-353 { border: 1px solid rgba(83, 153, 243, 0.5); }
.tac-border-354 { border: 1px solid rgba(84, 154, 244, 0.6); }
.tac-border-355 { border: 1px solid rgba(85, 155, 245, 0.7); }
.tac-border-356 { border: 1px solid rgba(86, 156, 246, 0.8); }
.tac-border-357 { border: 1px solid rgba(87, 157, 247, 0.2); }
.tac-border-358 { border: 1px solid rgba(88, 158, 248, 0.3); }
.tac-border-359 { border: 1px solid rgba(89, 159, 249, 0.4); }
.tac-border-360 { border: 1px solid rgba(90, 160, 160, 0.5); }
.tac-border-361 { border: 1px solid rgba(91, 161, 161, 0.6); }
.tac-border-362 { border: 1px solid rgba(92, 162, 162, 0.7); }
.tac-border-363 { border: 1px solid rgba(93, 163, 163, 0.8); }
.tac-border-364 { border: 1px solid rgba(94, 164, 164, 0.2); }
.tac-border-365 { border: 1px solid rgba(95, 165, 165, 0.3); }
.tac-border-366 { border: 1px solid rgba(96, 166, 166, 0.4); }
.tac-border-367 { border: 1px solid rgba(97, 167, 167, 0.5); }
.tac-border-368 { border: 1px solid rgba(98, 168, 168, 0.6); }
.tac-border-369 { border: 1px solid rgba(99, 169, 169, 0.7); }
.tac-border-370 { border: 1px solid rgba(100, 170, 170, 0.8); }
.tac-border-371 { border: 1px solid rgba(101, 171, 171, 0.2); }
.tac-border-372 { border: 1px solid rgba(102, 172, 172, 0.3); }
.tac-border-373 { border: 1px solid rgba(103, 173, 173, 0.4); }
.tac-border-374 { border: 1px solid rgba(104, 174, 174, 0.5); }
.tac-border-375 { border: 1px solid rgba(105, 175, 175, 0.6); }
.tac-border-376 { border: 1px solid rgba(106, 176, 176, 0.7); }
.tac-border-377 { border: 1px solid rgba(107, 177, 177, 0.8); }
.tac-border-378 { border: 1px solid rgba(108, 178, 178, 0.2); }
.tac-border-379 { border: 1px solid rgba(109, 179, 179, 0.3); }
.tac-border-380 { border: 1px solid rgba(110, 180, 180, 0.4); }
.tac-border-381 { border: 1px solid rgba(111, 181, 181, 0.5); }
.tac-border-382 { border: 1px solid rgba(112, 182, 182, 0.6); }
.tac-border-383 { border: 1px solid rgba(113, 183, 183, 0.7); }
.tac-border-384 { border: 1px solid rgba(114, 184, 184, 0.8); }
.tac-border-385 { border: 1px solid rgba(115, 185, 185, 0.2); }
.tac-border-386 { border: 1px solid rgba(116, 186, 186, 0.3); }
.tac-border-387 { border: 1px solid rgba(117, 187, 187, 0.4); }
.tac-border-388 { border: 1px solid rgba(118, 188, 188, 0.5); }
.tac-border-389 { border: 1px solid rgba(119, 189, 189, 0.6); }
.tac-border-390 { border: 1px solid rgba(120, 190, 190, 0.7); }
.tac-border-391 { border: 1px solid rgba(121, 191, 191, 0.8); }
.tac-border-392 { border: 1px solid rgba(122, 192, 192, 0.2); }
.tac-border-393 { border: 1px solid rgba(123, 193, 193, 0.3); }
.tac-border-394 { border: 1px solid rgba(124, 194, 194, 0.4); }
.tac-border-395 { border: 1px solid rgba(125, 195, 195, 0.5); }
.tac-border-396 { border: 1px solid rgba(126, 196, 196, 0.6); }
.tac-border-397 { border: 1px solid rgba(127, 197, 197, 0.7); }
.tac-border-398 { border: 1px solid rgba(128, 198, 198, 0.8); }
.tac-border-399 { border: 1px solid rgba(129, 199, 199, 0.2); }
.tac-border-400 { border: 1px solid rgba(130, 120, 200, 0.3); }
.tac-border-401 { border: 1px solid rgba(131, 121, 201, 0.4); }
.tac-border-402 { border: 1px solid rgba(132, 122, 202, 0.5); }
.tac-border-403 { border: 1px solid rgba(133, 123, 203, 0.6); }
.tac-border-404 { border: 1px solid rgba(134, 124, 204, 0.7); }
.tac-border-405 { border: 1px solid rgba(135, 125, 205, 0.8); }
.tac-border-406 { border: 1px solid rgba(136, 126, 206, 0.2); }
.tac-border-407 { border: 1px solid rgba(137, 127, 207, 0.3); }
.tac-border-408 { border: 1px solid rgba(138, 128, 208, 0.4); }
.tac-border-409 { border: 1px solid rgba(139, 129, 209, 0.5); }
.tac-border-410 { border: 1px solid rgba(140, 130, 210, 0.6); }
.tac-border-411 { border: 1px solid rgba(141, 131, 211, 0.7); }
.tac-border-412 { border: 1px solid rgba(142, 132, 212, 0.8); }
.tac-border-413 { border: 1px solid rgba(143, 133, 213, 0.2); }
.tac-border-414 { border: 1px solid rgba(144, 134, 214, 0.3); }
.tac-border-415 { border: 1px solid rgba(145, 135, 215, 0.4); }
.tac-border-416 { border: 1px solid rgba(146, 136, 216, 0.5); }
.tac-border-417 { border: 1px solid rgba(147, 137, 217, 0.6); }
.tac-border-418 { border: 1px solid rgba(148, 138, 218, 0.7); }
.tac-border-419 { border: 1px solid rgba(149, 139, 219, 0.8); }
.tac-border-420 { border: 1px solid rgba(80, 140, 220, 0.2); }
.tac-border-421 { border: 1px solid rgba(81, 141, 221, 0.3); }
.tac-border-422 { border: 1px solid rgba(82, 142, 222, 0.4); }
.tac-border-423 { border: 1px solid rgba(83, 143, 223, 0.5); }
.tac-border-424 { border: 1px solid rgba(84, 144, 224, 0.6); }
.tac-border-425 { border: 1px solid rgba(85, 145, 225, 0.7); }
.tac-border-426 { border: 1px solid rgba(86, 146, 226, 0.8); }
.tac-border-427 { border: 1px solid rgba(87, 147, 227, 0.2); }
.tac-border-428 { border: 1px solid rgba(88, 148, 228, 0.3); }
.tac-border-429 { border: 1px solid rgba(89, 149, 229, 0.4); }
.tac-border-430 { border: 1px solid rgba(90, 150, 230, 0.5); }
.tac-border-431 { border: 1px solid rgba(91, 151, 231, 0.6); }
.tac-border-432 { border: 1px solid rgba(92, 152, 232, 0.7); }
.tac-border-433 { border: 1px solid rgba(93, 153, 233, 0.8); }
.tac-border-434 { border: 1px solid rgba(94, 154, 234, 0.2); }
.tac-border-435 { border: 1px solid rgba(95, 155, 235, 0.3); }
.tac-border-436 { border: 1px solid rgba(96, 156, 236, 0.4); }
.tac-border-437 { border: 1px solid rgba(97, 157, 237, 0.5); }
.tac-border-438 { border: 1px solid rgba(98, 158, 238, 0.6); }
.tac-border-439 { border: 1px solid rgba(99, 159, 239, 0.7); }
.tac-border-440 { border: 1px solid rgba(100, 160, 240, 0.8); }
.tac-border-441 { border: 1px solid rgba(101, 161, 241, 0.2); }
.tac-border-442 { border: 1px solid rgba(102, 162, 242, 0.3); }
.tac-border-443 { border: 1px solid rgba(103, 163, 243, 0.4); }
.tac-border-444 { border: 1px solid rgba(104, 164, 244, 0.5); }
.tac-border-445 { border: 1px solid rgba(105, 165, 245, 0.6); }
.tac-border-446 { border: 1px solid rgba(106, 166, 246, 0.7); }
.tac-border-447 { border: 1px solid rgba(107, 167, 247, 0.8); }
.tac-border-448 { border: 1px solid rgba(108, 168, 248, 0.2); }
.tac-border-449 { border: 1px solid rgba(109, 169, 249, 0.3); }
.tac-border-450 { border: 1px solid rgba(110, 170, 160, 0.4); }
.tac-border-451 { border: 1px solid rgba(111, 171, 161, 0.5); }
.tac-border-452 { border: 1px solid rgba(112, 172, 162, 0.6); }
.tac-border-453 { border: 1px solid rgba(113, 173, 163, 0.7); }
.tac-border-454 { border: 1px solid rgba(114, 174, 164, 0.8); }
.tac-border-455 { border: 1px solid rgba(115, 175, 165, 0.2); }
.tac-border-456 { border: 1px solid rgba(116, 176, 166, 0.3); }
.tac-border-457 { border: 1px solid rgba(117, 177, 167, 0.4); }
.tac-border-458 { border: 1px solid rgba(118, 178, 168, 0.5); }
.tac-border-459 { border: 1px solid rgba(119, 179, 169, 0.6); }
.tac-border-460 { border: 1px solid rgba(120, 180, 170, 0.7); }
.tac-border-461 { border: 1px solid rgba(121, 181, 171, 0.8); }
.tac-border-462 { border: 1px solid rgba(122, 182, 172, 0.2); }
.tac-border-463 { border: 1px solid rgba(123, 183, 173, 0.3); }
.tac-border-464 { border: 1px solid rgba(124, 184, 174, 0.4); }
.tac-border-465 { border: 1px solid rgba(125, 185, 175, 0.5); }
.tac-border-466 { border: 1px solid rgba(126, 186, 176, 0.6); }
.tac-border-467 { border: 1px solid rgba(127, 187, 177, 0.7); }
.tac-border-468 { border: 1px solid rgba(128, 188, 178, 0.8); }
.tac-border-469 { border: 1px solid rgba(129, 189, 179, 0.2); }
.tac-border-470 { border: 1px solid rgba(130, 190, 180, 0.3); }
.tac-border-471 { border: 1px solid rgba(131, 191, 181, 0.4); }
.tac-border-472 { border: 1px solid rgba(132, 192, 182, 0.5); }
.tac-border-473 { border: 1px solid rgba(133, 193, 183, 0.6); }
.tac-border-474 { border: 1px solid rgba(134, 194, 184, 0.7); }
.tac-border-475 { border: 1px solid rgba(135, 195, 185, 0.8); }
.tac-border-476 { border: 1px solid rgba(136, 196, 186, 0.2); }
.tac-border-477 { border: 1px solid rgba(137, 197, 187, 0.3); }
.tac-border-478 { border: 1px solid rgba(138, 198, 188, 0.4); }
.tac-border-479 { border: 1px solid rgba(139, 199, 189, 0.5); }
.tac-border-480 { border: 1px solid rgba(140, 120, 190, 0.6); }
.tac-border-481 { border: 1px solid rgba(141, 121, 191, 0.7); }
.tac-border-482 { border: 1px solid rgba(142, 122, 192, 0.8); }
.tac-border-483 { border: 1px solid rgba(143, 123, 193, 0.2); }
.tac-border-484 { border: 1px solid rgba(144, 124, 194, 0.3); }
.tac-border-485 { border: 1px solid rgba(145, 125, 195, 0.4); }
.tac-border-486 { border: 1px solid rgba(146, 126, 196, 0.5); }
.tac-border-487 { border: 1px solid rgba(147, 127, 197, 0.6); }
.tac-border-488 { border: 1px solid rgba(148, 128, 198, 0.7); }
.tac-border-489 { border: 1px solid rgba(149, 129, 199, 0.8); }
.tac-border-490 { border: 1px solid rgba(80, 130, 200, 0.2); }
.tac-border-491 { border: 1px solid rgba(81, 131, 201, 0.3); }
.tac-border-492 { border: 1px solid rgba(82, 132, 202, 0.4); }
.tac-border-493 { border: 1px solid rgba(83, 133, 203, 0.5); }
.tac-border-494 { border: 1px solid rgba(84, 134, 204, 0.6); }
.tac-border-495 { border: 1px solid rgba(85, 135, 205, 0.7); }
.tac-border-496 { border: 1px solid rgba(86, 136, 206, 0.8); }
.tac-border-497 { border: 1px solid rgba(87, 137, 207, 0.2); }
.tac-border-498 { border: 1px solid rgba(88, 138, 208, 0.3); }
.tac-border-499 { border: 1px solid rgba(89, 139, 209, 0.4); }
.tac-border-500 { border: 1px solid rgba(90, 140, 210, 0.5); }
.btn-variant-1 { background: linear-gradient(180deg, rgba(36,61,91,.95), rgba(21,36,56,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-1:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-2 { background: linear-gradient(180deg, rgba(37,62,92,.95), rgba(22,37,57,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-2:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-3 { background: linear-gradient(180deg, rgba(38,63,93,.95), rgba(23,38,58,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-3:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-4 { background: linear-gradient(180deg, rgba(39,64,94,.95), rgba(24,39,59,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-4:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-5 { background: linear-gradient(180deg, rgba(40,65,95,.95), rgba(25,40,60,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-5:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-6 { background: linear-gradient(180deg, rgba(41,66,96,.95), rgba(26,41,61,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-6:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-7 { background: linear-gradient(180deg, rgba(42,67,97,.95), rgba(27,42,62,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-7:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-8 { background: linear-gradient(180deg, rgba(43,68,98,.95), rgba(28,43,63,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-8:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-9 { background: linear-gradient(180deg, rgba(44,69,99,.95), rgba(29,44,64,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-9:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-10 { background: linear-gradient(180deg, rgba(45,70,100,.95), rgba(30,45,65,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-10:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-11 { background: linear-gradient(180deg, rgba(46,71,101,.95), rgba(31,46,66,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-11:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-12 { background: linear-gradient(180deg, rgba(47,72,102,.95), rgba(32,47,67,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-12:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-13 { background: linear-gradient(180deg, rgba(48,73,103,.95), rgba(33,48,68,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-13:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-14 { background: linear-gradient(180deg, rgba(49,74,104,.95), rgba(34,49,69,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-14:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-15 { background: linear-gradient(180deg, rgba(50,75,105,.95), rgba(35,50,70,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-15:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-16 { background: linear-gradient(180deg, rgba(51,76,106,.95), rgba(36,51,71,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-16:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-17 { background: linear-gradient(180deg, rgba(52,77,107,.95), rgba(37,52,72,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-17:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-18 { background: linear-gradient(180deg, rgba(53,78,108,.95), rgba(38,53,73,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-18:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-19 { background: linear-gradient(180deg, rgba(54,79,109,.95), rgba(39,54,74,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-19:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-20 { background: linear-gradient(180deg, rgba(55,80,110,.95), rgba(40,55,75,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-20:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-21 { background: linear-gradient(180deg, rgba(56,81,111,.95), rgba(41,56,76,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-21:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-22 { background: linear-gradient(180deg, rgba(57,82,112,.95), rgba(42,57,77,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-22:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-23 { background: linear-gradient(180deg, rgba(58,83,113,.95), rgba(43,58,78,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-23:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-24 { background: linear-gradient(180deg, rgba(59,84,114,.95), rgba(44,59,79,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-24:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-25 { background: linear-gradient(180deg, rgba(60,85,115,.95), rgba(45,60,80,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-25:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-26 { background: linear-gradient(180deg, rgba(61,86,116,.95), rgba(46,61,81,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-26:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-27 { background: linear-gradient(180deg, rgba(62,87,117,.95), rgba(47,62,82,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-27:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-28 { background: linear-gradient(180deg, rgba(63,88,118,.95), rgba(48,63,83,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-28:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-29 { background: linear-gradient(180deg, rgba(64,89,119,.95), rgba(49,64,84,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-29:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-30 { background: linear-gradient(180deg, rgba(65,90,120,.95), rgba(50,65,85,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-30:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-31 { background: linear-gradient(180deg, rgba(66,91,121,.95), rgba(51,66,86,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-31:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-32 { background: linear-gradient(180deg, rgba(67,92,122,.95), rgba(52,67,87,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-32:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-33 { background: linear-gradient(180deg, rgba(68,93,123,.95), rgba(53,68,88,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-33:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-34 { background: linear-gradient(180deg, rgba(69,94,124,.95), rgba(54,69,89,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-34:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-35 { background: linear-gradient(180deg, rgba(70,95,125,.95), rgba(55,70,90,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-35:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-36 { background: linear-gradient(180deg, rgba(71,96,126,.95), rgba(56,71,91,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-36:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-37 { background: linear-gradient(180deg, rgba(72,97,127,.95), rgba(57,72,92,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-37:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-38 { background: linear-gradient(180deg, rgba(73,98,128,.95), rgba(58,73,93,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-38:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-39 { background: linear-gradient(180deg, rgba(74,99,129,.95), rgba(59,74,94,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-39:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-40 { background: linear-gradient(180deg, rgba(75,100,130,.95), rgba(60,75,95,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-40:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-41 { background: linear-gradient(180deg, rgba(76,101,131,.95), rgba(61,76,96,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-41:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-42 { background: linear-gradient(180deg, rgba(77,102,132,.95), rgba(62,77,97,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-42:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-43 { background: linear-gradient(180deg, rgba(78,103,133,.95), rgba(63,78,98,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-43:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-44 { background: linear-gradient(180deg, rgba(79,104,134,.95), rgba(64,79,99,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-44:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-45 { background: linear-gradient(180deg, rgba(80,105,135,.95), rgba(65,80,100,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-45:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-46 { background: linear-gradient(180deg, rgba(81,106,136,.95), rgba(66,81,101,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-46:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-47 { background: linear-gradient(180deg, rgba(82,107,137,.95), rgba(67,82,102,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-47:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-48 { background: linear-gradient(180deg, rgba(83,108,138,.95), rgba(68,83,103,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-48:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-49 { background: linear-gradient(180deg, rgba(84,109,139,.95), rgba(69,84,104,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-49:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-50 { background: linear-gradient(180deg, rgba(85,110,140,.95), rgba(70,85,105,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-50:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-51 { background: linear-gradient(180deg, rgba(86,111,141,.95), rgba(71,86,106,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-51:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-52 { background: linear-gradient(180deg, rgba(87,112,142,.95), rgba(72,87,107,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-52:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-53 { background: linear-gradient(180deg, rgba(88,113,143,.95), rgba(73,88,108,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-53:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-54 { background: linear-gradient(180deg, rgba(89,114,144,.95), rgba(74,89,109,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-54:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-55 { background: linear-gradient(180deg, rgba(90,115,145,.95), rgba(75,90,110,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-55:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-56 { background: linear-gradient(180deg, rgba(91,116,146,.95), rgba(76,91,111,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-56:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-57 { background: linear-gradient(180deg, rgba(92,117,147,.95), rgba(77,92,112,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-57:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-58 { background: linear-gradient(180deg, rgba(93,118,148,.95), rgba(78,93,113,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-58:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-59 { background: linear-gradient(180deg, rgba(94,119,149,.95), rgba(79,94,114,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-59:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-60 { background: linear-gradient(180deg, rgba(95,120,150,.95), rgba(20,95,115,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-60:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-61 { background: linear-gradient(180deg, rgba(96,121,151,.95), rgba(21,96,116,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-61:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-62 { background: linear-gradient(180deg, rgba(97,122,152,.95), rgba(22,97,117,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-62:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-63 { background: linear-gradient(180deg, rgba(98,123,153,.95), rgba(23,98,118,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-63:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-64 { background: linear-gradient(180deg, rgba(99,124,154,.95), rgba(24,99,119,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-64:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-65 { background: linear-gradient(180deg, rgba(100,125,155,.95), rgba(25,100,120,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-65:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-66 { background: linear-gradient(180deg, rgba(101,126,156,.95), rgba(26,101,121,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-66:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-67 { background: linear-gradient(180deg, rgba(102,127,157,.95), rgba(27,102,122,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-67:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-68 { background: linear-gradient(180deg, rgba(103,128,158,.95), rgba(28,103,123,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-68:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-69 { background: linear-gradient(180deg, rgba(104,129,159,.95), rgba(29,104,124,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-69:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-70 { background: linear-gradient(180deg, rgba(105,130,160,.95), rgba(30,35,125,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-70:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-71 { background: linear-gradient(180deg, rgba(106,131,161,.95), rgba(31,36,126,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-71:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-72 { background: linear-gradient(180deg, rgba(107,132,162,.95), rgba(32,37,127,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-72:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-73 { background: linear-gradient(180deg, rgba(108,133,163,.95), rgba(33,38,128,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-73:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-74 { background: linear-gradient(180deg, rgba(109,134,164,.95), rgba(34,39,129,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-74:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-75 { background: linear-gradient(180deg, rgba(110,135,165,.95), rgba(35,40,130,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-75:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-76 { background: linear-gradient(180deg, rgba(111,136,166,.95), rgba(36,41,131,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-76:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-77 { background: linear-gradient(180deg, rgba(112,137,167,.95), rgba(37,42,132,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-77:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-78 { background: linear-gradient(180deg, rgba(113,138,168,.95), rgba(38,43,133,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-78:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-79 { background: linear-gradient(180deg, rgba(114,139,169,.95), rgba(39,44,134,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-79:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-80 { background: linear-gradient(180deg, rgba(35,140,170,.95), rgba(40,45,55,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-80:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-81 { background: linear-gradient(180deg, rgba(36,141,171,.95), rgba(41,46,56,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-81:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-82 { background: linear-gradient(180deg, rgba(37,142,172,.95), rgba(42,47,57,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-82:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-83 { background: linear-gradient(180deg, rgba(38,143,173,.95), rgba(43,48,58,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-83:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-84 { background: linear-gradient(180deg, rgba(39,144,174,.95), rgba(44,49,59,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-84:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-85 { background: linear-gradient(180deg, rgba(40,145,175,.95), rgba(45,50,60,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-85:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-86 { background: linear-gradient(180deg, rgba(41,146,176,.95), rgba(46,51,61,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-86:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-87 { background: linear-gradient(180deg, rgba(42,147,177,.95), rgba(47,52,62,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-87:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-88 { background: linear-gradient(180deg, rgba(43,148,178,.95), rgba(48,53,63,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-88:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-89 { background: linear-gradient(180deg, rgba(44,149,179,.95), rgba(49,54,64,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-89:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-90 { background: linear-gradient(180deg, rgba(45,60,180,.95), rgba(50,55,65,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-90:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-91 { background: linear-gradient(180deg, rgba(46,61,181,.95), rgba(51,56,66,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-91:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-92 { background: linear-gradient(180deg, rgba(47,62,182,.95), rgba(52,57,67,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-92:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-93 { background: linear-gradient(180deg, rgba(48,63,183,.95), rgba(53,58,68,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-93:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-94 { background: linear-gradient(180deg, rgba(49,64,184,.95), rgba(54,59,69,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-94:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-95 { background: linear-gradient(180deg, rgba(50,65,185,.95), rgba(55,60,70,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-95:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-96 { background: linear-gradient(180deg, rgba(51,66,186,.95), rgba(56,61,71,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-96:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-97 { background: linear-gradient(180deg, rgba(52,67,187,.95), rgba(57,62,72,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-97:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-98 { background: linear-gradient(180deg, rgba(53,68,188,.95), rgba(58,63,73,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-98:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-99 { background: linear-gradient(180deg, rgba(54,69,189,.95), rgba(59,64,74,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-99:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-100 { background: linear-gradient(180deg, rgba(55,70,190,.95), rgba(60,65,75,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-100:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-101 { background: linear-gradient(180deg, rgba(56,71,191,.95), rgba(61,66,76,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-101:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-102 { background: linear-gradient(180deg, rgba(57,72,192,.95), rgba(62,67,77,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-102:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-103 { background: linear-gradient(180deg, rgba(58,73,193,.95), rgba(63,68,78,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-103:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-104 { background: linear-gradient(180deg, rgba(59,74,194,.95), rgba(64,69,79,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-104:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-105 { background: linear-gradient(180deg, rgba(60,75,195,.95), rgba(65,70,80,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-105:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-106 { background: linear-gradient(180deg, rgba(61,76,196,.95), rgba(66,71,81,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-106:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-107 { background: linear-gradient(180deg, rgba(62,77,197,.95), rgba(67,72,82,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-107:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-108 { background: linear-gradient(180deg, rgba(63,78,198,.95), rgba(68,73,83,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-108:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-109 { background: linear-gradient(180deg, rgba(64,79,199,.95), rgba(69,74,84,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-109:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-110 { background: linear-gradient(180deg, rgba(65,80,200,.95), rgba(70,75,85,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-110:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-111 { background: linear-gradient(180deg, rgba(66,81,201,.95), rgba(71,76,86,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-111:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-112 { background: linear-gradient(180deg, rgba(67,82,202,.95), rgba(72,77,87,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-112:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-113 { background: linear-gradient(180deg, rgba(68,83,203,.95), rgba(73,78,88,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-113:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-114 { background: linear-gradient(180deg, rgba(69,84,204,.95), rgba(74,79,89,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-114:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-115 { background: linear-gradient(180deg, rgba(70,85,205,.95), rgba(75,80,90,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-115:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-116 { background: linear-gradient(180deg, rgba(71,86,206,.95), rgba(76,81,91,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-116:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-117 { background: linear-gradient(180deg, rgba(72,87,207,.95), rgba(77,82,92,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-117:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-118 { background: linear-gradient(180deg, rgba(73,88,208,.95), rgba(78,83,93,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-118:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-119 { background: linear-gradient(180deg, rgba(74,89,209,.95), rgba(79,84,94,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-119:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-120 { background: linear-gradient(180deg, rgba(75,90,90,.95), rgba(20,85,95,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-120:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-121 { background: linear-gradient(180deg, rgba(76,91,91,.95), rgba(21,86,96,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-121:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-122 { background: linear-gradient(180deg, rgba(77,92,92,.95), rgba(22,87,97,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-122:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-123 { background: linear-gradient(180deg, rgba(78,93,93,.95), rgba(23,88,98,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-123:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-124 { background: linear-gradient(180deg, rgba(79,94,94,.95), rgba(24,89,99,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-124:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-125 { background: linear-gradient(180deg, rgba(80,95,95,.95), rgba(25,90,100,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-125:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-126 { background: linear-gradient(180deg, rgba(81,96,96,.95), rgba(26,91,101,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-126:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-127 { background: linear-gradient(180deg, rgba(82,97,97,.95), rgba(27,92,102,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-127:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-128 { background: linear-gradient(180deg, rgba(83,98,98,.95), rgba(28,93,103,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-128:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-129 { background: linear-gradient(180deg, rgba(84,99,99,.95), rgba(29,94,104,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-129:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-130 { background: linear-gradient(180deg, rgba(85,100,100,.95), rgba(30,95,105,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-130:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-131 { background: linear-gradient(180deg, rgba(86,101,101,.95), rgba(31,96,106,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-131:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-132 { background: linear-gradient(180deg, rgba(87,102,102,.95), rgba(32,97,107,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-132:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-133 { background: linear-gradient(180deg, rgba(88,103,103,.95), rgba(33,98,108,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-133:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-134 { background: linear-gradient(180deg, rgba(89,104,104,.95), rgba(34,99,109,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-134:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-135 { background: linear-gradient(180deg, rgba(90,105,105,.95), rgba(35,100,110,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-135:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-136 { background: linear-gradient(180deg, rgba(91,106,106,.95), rgba(36,101,111,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-136:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-137 { background: linear-gradient(180deg, rgba(92,107,107,.95), rgba(37,102,112,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-137:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-138 { background: linear-gradient(180deg, rgba(93,108,108,.95), rgba(38,103,113,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-138:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-139 { background: linear-gradient(180deg, rgba(94,109,109,.95), rgba(39,104,114,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-139:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-140 { background: linear-gradient(180deg, rgba(95,110,110,.95), rgba(40,35,115,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-140:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-141 { background: linear-gradient(180deg, rgba(96,111,111,.95), rgba(41,36,116,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-141:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-142 { background: linear-gradient(180deg, rgba(97,112,112,.95), rgba(42,37,117,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-142:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-143 { background: linear-gradient(180deg, rgba(98,113,113,.95), rgba(43,38,118,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-143:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-144 { background: linear-gradient(180deg, rgba(99,114,114,.95), rgba(44,39,119,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-144:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-145 { background: linear-gradient(180deg, rgba(100,115,115,.95), rgba(45,40,120,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-145:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-146 { background: linear-gradient(180deg, rgba(101,116,116,.95), rgba(46,41,121,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-146:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-147 { background: linear-gradient(180deg, rgba(102,117,117,.95), rgba(47,42,122,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-147:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-148 { background: linear-gradient(180deg, rgba(103,118,118,.95), rgba(48,43,123,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-148:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-149 { background: linear-gradient(180deg, rgba(104,119,119,.95), rgba(49,44,124,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-149:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-150 { background: linear-gradient(180deg, rgba(105,120,120,.95), rgba(50,45,125,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-150:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-151 { background: linear-gradient(180deg, rgba(106,121,121,.95), rgba(51,46,126,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-151:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-152 { background: linear-gradient(180deg, rgba(107,122,122,.95), rgba(52,47,127,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-152:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-153 { background: linear-gradient(180deg, rgba(108,123,123,.95), rgba(53,48,128,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-153:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-154 { background: linear-gradient(180deg, rgba(109,124,124,.95), rgba(54,49,129,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-154:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-155 { background: linear-gradient(180deg, rgba(110,125,125,.95), rgba(55,50,130,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-155:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-156 { background: linear-gradient(180deg, rgba(111,126,126,.95), rgba(56,51,131,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-156:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-157 { background: linear-gradient(180deg, rgba(112,127,127,.95), rgba(57,52,132,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-157:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-158 { background: linear-gradient(180deg, rgba(113,128,128,.95), rgba(58,53,133,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-158:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-159 { background: linear-gradient(180deg, rgba(114,129,129,.95), rgba(59,54,134,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-159:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-160 { background: linear-gradient(180deg, rgba(35,130,130,.95), rgba(60,55,55,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-160:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-161 { background: linear-gradient(180deg, rgba(36,131,131,.95), rgba(61,56,56,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-161:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-162 { background: linear-gradient(180deg, rgba(37,132,132,.95), rgba(62,57,57,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-162:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-163 { background: linear-gradient(180deg, rgba(38,133,133,.95), rgba(63,58,58,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-163:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-164 { background: linear-gradient(180deg, rgba(39,134,134,.95), rgba(64,59,59,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-164:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-165 { background: linear-gradient(180deg, rgba(40,135,135,.95), rgba(65,60,60,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-165:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-166 { background: linear-gradient(180deg, rgba(41,136,136,.95), rgba(66,61,61,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-166:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-167 { background: linear-gradient(180deg, rgba(42,137,137,.95), rgba(67,62,62,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-167:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-168 { background: linear-gradient(180deg, rgba(43,138,138,.95), rgba(68,63,63,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-168:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-169 { background: linear-gradient(180deg, rgba(44,139,139,.95), rgba(69,64,64,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-169:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-170 { background: linear-gradient(180deg, rgba(45,140,140,.95), rgba(70,65,65,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-170:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-171 { background: linear-gradient(180deg, rgba(46,141,141,.95), rgba(71,66,66,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-171:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-172 { background: linear-gradient(180deg, rgba(47,142,142,.95), rgba(72,67,67,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-172:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-173 { background: linear-gradient(180deg, rgba(48,143,143,.95), rgba(73,68,68,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-173:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-174 { background: linear-gradient(180deg, rgba(49,144,144,.95), rgba(74,69,69,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-174:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-175 { background: linear-gradient(180deg, rgba(50,145,145,.95), rgba(75,70,70,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-175:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-176 { background: linear-gradient(180deg, rgba(51,146,146,.95), rgba(76,71,71,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-176:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-177 { background: linear-gradient(180deg, rgba(52,147,147,.95), rgba(77,72,72,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-177:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-178 { background: linear-gradient(180deg, rgba(53,148,148,.95), rgba(78,73,73,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-178:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-179 { background: linear-gradient(180deg, rgba(54,149,149,.95), rgba(79,74,74,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-179:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-180 { background: linear-gradient(180deg, rgba(55,60,150,.95), rgba(20,75,75,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-180:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-181 { background: linear-gradient(180deg, rgba(56,61,151,.95), rgba(21,76,76,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-181:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-182 { background: linear-gradient(180deg, rgba(57,62,152,.95), rgba(22,77,77,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-182:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-183 { background: linear-gradient(180deg, rgba(58,63,153,.95), rgba(23,78,78,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-183:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-184 { background: linear-gradient(180deg, rgba(59,64,154,.95), rgba(24,79,79,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-184:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-185 { background: linear-gradient(180deg, rgba(60,65,155,.95), rgba(25,80,80,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-185:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-186 { background: linear-gradient(180deg, rgba(61,66,156,.95), rgba(26,81,81,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-186:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-187 { background: linear-gradient(180deg, rgba(62,67,157,.95), rgba(27,82,82,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-187:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-188 { background: linear-gradient(180deg, rgba(63,68,158,.95), rgba(28,83,83,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-188:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-189 { background: linear-gradient(180deg, rgba(64,69,159,.95), rgba(29,84,84,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-189:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-190 { background: linear-gradient(180deg, rgba(65,70,160,.95), rgba(30,85,85,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-190:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-191 { background: linear-gradient(180deg, rgba(66,71,161,.95), rgba(31,86,86,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-191:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-192 { background: linear-gradient(180deg, rgba(67,72,162,.95), rgba(32,87,87,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-192:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-193 { background: linear-gradient(180deg, rgba(68,73,163,.95), rgba(33,88,88,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-193:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-194 { background: linear-gradient(180deg, rgba(69,74,164,.95), rgba(34,89,89,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-194:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-195 { background: linear-gradient(180deg, rgba(70,75,165,.95), rgba(35,90,90,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-195:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-196 { background: linear-gradient(180deg, rgba(71,76,166,.95), rgba(36,91,91,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-196:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-197 { background: linear-gradient(180deg, rgba(72,77,167,.95), rgba(37,92,92,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-197:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-198 { background: linear-gradient(180deg, rgba(73,78,168,.95), rgba(38,93,93,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-198:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-199 { background: linear-gradient(180deg, rgba(74,79,169,.95), rgba(39,94,94,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-199:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-200 { background: linear-gradient(180deg, rgba(75,80,170,.95), rgba(40,95,95,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-200:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-201 { background: linear-gradient(180deg, rgba(76,81,171,.95), rgba(41,96,96,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-201:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-202 { background: linear-gradient(180deg, rgba(77,82,172,.95), rgba(42,97,97,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-202:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-203 { background: linear-gradient(180deg, rgba(78,83,173,.95), rgba(43,98,98,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-203:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-204 { background: linear-gradient(180deg, rgba(79,84,174,.95), rgba(44,99,99,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-204:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-205 { background: linear-gradient(180deg, rgba(80,85,175,.95), rgba(45,100,100,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-205:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-206 { background: linear-gradient(180deg, rgba(81,86,176,.95), rgba(46,101,101,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-206:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-207 { background: linear-gradient(180deg, rgba(82,87,177,.95), rgba(47,102,102,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-207:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-208 { background: linear-gradient(180deg, rgba(83,88,178,.95), rgba(48,103,103,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-208:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-209 { background: linear-gradient(180deg, rgba(84,89,179,.95), rgba(49,104,104,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-209:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-210 { background: linear-gradient(180deg, rgba(85,90,180,.95), rgba(50,35,105,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-210:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-211 { background: linear-gradient(180deg, rgba(86,91,181,.95), rgba(51,36,106,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-211:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-212 { background: linear-gradient(180deg, rgba(87,92,182,.95), rgba(52,37,107,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-212:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-213 { background: linear-gradient(180deg, rgba(88,93,183,.95), rgba(53,38,108,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-213:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-214 { background: linear-gradient(180deg, rgba(89,94,184,.95), rgba(54,39,109,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-214:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-215 { background: linear-gradient(180deg, rgba(90,95,185,.95), rgba(55,40,110,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-215:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-216 { background: linear-gradient(180deg, rgba(91,96,186,.95), rgba(56,41,111,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-216:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-217 { background: linear-gradient(180deg, rgba(92,97,187,.95), rgba(57,42,112,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-217:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-218 { background: linear-gradient(180deg, rgba(93,98,188,.95), rgba(58,43,113,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-218:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-219 { background: linear-gradient(180deg, rgba(94,99,189,.95), rgba(59,44,114,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-219:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-220 { background: linear-gradient(180deg, rgba(95,100,190,.95), rgba(60,45,115,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-220:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-221 { background: linear-gradient(180deg, rgba(96,101,191,.95), rgba(61,46,116,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-221:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-222 { background: linear-gradient(180deg, rgba(97,102,192,.95), rgba(62,47,117,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-222:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-223 { background: linear-gradient(180deg, rgba(98,103,193,.95), rgba(63,48,118,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-223:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-224 { background: linear-gradient(180deg, rgba(99,104,194,.95), rgba(64,49,119,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-224:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-225 { background: linear-gradient(180deg, rgba(100,105,195,.95), rgba(65,50,120,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-225:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-226 { background: linear-gradient(180deg, rgba(101,106,196,.95), rgba(66,51,121,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-226:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-227 { background: linear-gradient(180deg, rgba(102,107,197,.95), rgba(67,52,122,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-227:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-228 { background: linear-gradient(180deg, rgba(103,108,198,.95), rgba(68,53,123,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-228:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-229 { background: linear-gradient(180deg, rgba(104,109,199,.95), rgba(69,54,124,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-229:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-230 { background: linear-gradient(180deg, rgba(105,110,200,.95), rgba(70,55,125,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-230:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-231 { background: linear-gradient(180deg, rgba(106,111,201,.95), rgba(71,56,126,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-231:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-232 { background: linear-gradient(180deg, rgba(107,112,202,.95), rgba(72,57,127,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-232:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-233 { background: linear-gradient(180deg, rgba(108,113,203,.95), rgba(73,58,128,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-233:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-234 { background: linear-gradient(180deg, rgba(109,114,204,.95), rgba(74,59,129,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-234:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-235 { background: linear-gradient(180deg, rgba(110,115,205,.95), rgba(75,60,130,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-235:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-236 { background: linear-gradient(180deg, rgba(111,116,206,.95), rgba(76,61,131,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-236:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-237 { background: linear-gradient(180deg, rgba(112,117,207,.95), rgba(77,62,132,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-237:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-238 { background: linear-gradient(180deg, rgba(113,118,208,.95), rgba(78,63,133,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-238:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-239 { background: linear-gradient(180deg, rgba(114,119,209,.95), rgba(79,64,134,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-239:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-240 { background: linear-gradient(180deg, rgba(35,120,90,.95), rgba(20,65,55,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-240:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-241 { background: linear-gradient(180deg, rgba(36,121,91,.95), rgba(21,66,56,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-241:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-242 { background: linear-gradient(180deg, rgba(37,122,92,.95), rgba(22,67,57,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-242:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-243 { background: linear-gradient(180deg, rgba(38,123,93,.95), rgba(23,68,58,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-243:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-244 { background: linear-gradient(180deg, rgba(39,124,94,.95), rgba(24,69,59,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-244:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-245 { background: linear-gradient(180deg, rgba(40,125,95,.95), rgba(25,70,60,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-245:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-246 { background: linear-gradient(180deg, rgba(41,126,96,.95), rgba(26,71,61,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-246:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-247 { background: linear-gradient(180deg, rgba(42,127,97,.95), rgba(27,72,62,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-247:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-248 { background: linear-gradient(180deg, rgba(43,128,98,.95), rgba(28,73,63,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-248:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-249 { background: linear-gradient(180deg, rgba(44,129,99,.95), rgba(29,74,64,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-249:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-250 { background: linear-gradient(180deg, rgba(45,130,100,.95), rgba(30,75,65,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-250:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-251 { background: linear-gradient(180deg, rgba(46,131,101,.95), rgba(31,76,66,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-251:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-252 { background: linear-gradient(180deg, rgba(47,132,102,.95), rgba(32,77,67,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-252:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-253 { background: linear-gradient(180deg, rgba(48,133,103,.95), rgba(33,78,68,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-253:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-254 { background: linear-gradient(180deg, rgba(49,134,104,.95), rgba(34,79,69,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-254:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-255 { background: linear-gradient(180deg, rgba(50,135,105,.95), rgba(35,80,70,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-255:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-256 { background: linear-gradient(180deg, rgba(51,136,106,.95), rgba(36,81,71,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-256:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-257 { background: linear-gradient(180deg, rgba(52,137,107,.95), rgba(37,82,72,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-257:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-258 { background: linear-gradient(180deg, rgba(53,138,108,.95), rgba(38,83,73,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-258:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-259 { background: linear-gradient(180deg, rgba(54,139,109,.95), rgba(39,84,74,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-259:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-260 { background: linear-gradient(180deg, rgba(55,140,110,.95), rgba(40,85,75,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-260:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-261 { background: linear-gradient(180deg, rgba(56,141,111,.95), rgba(41,86,76,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-261:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-262 { background: linear-gradient(180deg, rgba(57,142,112,.95), rgba(42,87,77,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-262:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-263 { background: linear-gradient(180deg, rgba(58,143,113,.95), rgba(43,88,78,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-263:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-264 { background: linear-gradient(180deg, rgba(59,144,114,.95), rgba(44,89,79,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-264:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-265 { background: linear-gradient(180deg, rgba(60,145,115,.95), rgba(45,90,80,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-265:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-266 { background: linear-gradient(180deg, rgba(61,146,116,.95), rgba(46,91,81,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-266:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-267 { background: linear-gradient(180deg, rgba(62,147,117,.95), rgba(47,92,82,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-267:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-268 { background: linear-gradient(180deg, rgba(63,148,118,.95), rgba(48,93,83,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-268:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-269 { background: linear-gradient(180deg, rgba(64,149,119,.95), rgba(49,94,84,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-269:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-270 { background: linear-gradient(180deg, rgba(65,60,120,.95), rgba(50,95,85,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-270:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-271 { background: linear-gradient(180deg, rgba(66,61,121,.95), rgba(51,96,86,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-271:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-272 { background: linear-gradient(180deg, rgba(67,62,122,.95), rgba(52,97,87,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-272:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-273 { background: linear-gradient(180deg, rgba(68,63,123,.95), rgba(53,98,88,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-273:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-274 { background: linear-gradient(180deg, rgba(69,64,124,.95), rgba(54,99,89,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-274:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-275 { background: linear-gradient(180deg, rgba(70,65,125,.95), rgba(55,100,90,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-275:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-276 { background: linear-gradient(180deg, rgba(71,66,126,.95), rgba(56,101,91,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-276:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-277 { background: linear-gradient(180deg, rgba(72,67,127,.95), rgba(57,102,92,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-277:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-278 { background: linear-gradient(180deg, rgba(73,68,128,.95), rgba(58,103,93,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-278:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-279 { background: linear-gradient(180deg, rgba(74,69,129,.95), rgba(59,104,94,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-279:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-280 { background: linear-gradient(180deg, rgba(75,70,130,.95), rgba(60,35,95,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-280:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-281 { background: linear-gradient(180deg, rgba(76,71,131,.95), rgba(61,36,96,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-281:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-282 { background: linear-gradient(180deg, rgba(77,72,132,.95), rgba(62,37,97,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-282:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-283 { background: linear-gradient(180deg, rgba(78,73,133,.95), rgba(63,38,98,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-283:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-284 { background: linear-gradient(180deg, rgba(79,74,134,.95), rgba(64,39,99,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-284:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-285 { background: linear-gradient(180deg, rgba(80,75,135,.95), rgba(65,40,100,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-285:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-286 { background: linear-gradient(180deg, rgba(81,76,136,.95), rgba(66,41,101,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-286:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-287 { background: linear-gradient(180deg, rgba(82,77,137,.95), rgba(67,42,102,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-287:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-288 { background: linear-gradient(180deg, rgba(83,78,138,.95), rgba(68,43,103,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-288:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-289 { background: linear-gradient(180deg, rgba(84,79,139,.95), rgba(69,44,104,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-289:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-290 { background: linear-gradient(180deg, rgba(85,80,140,.95), rgba(70,45,105,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-290:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-291 { background: linear-gradient(180deg, rgba(86,81,141,.95), rgba(71,46,106,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-291:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-292 { background: linear-gradient(180deg, rgba(87,82,142,.95), rgba(72,47,107,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-292:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-293 { background: linear-gradient(180deg, rgba(88,83,143,.95), rgba(73,48,108,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-293:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-294 { background: linear-gradient(180deg, rgba(89,84,144,.95), rgba(74,49,109,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-294:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-295 { background: linear-gradient(180deg, rgba(90,85,145,.95), rgba(75,50,110,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-295:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-296 { background: linear-gradient(180deg, rgba(91,86,146,.95), rgba(76,51,111,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-296:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-297 { background: linear-gradient(180deg, rgba(92,87,147,.95), rgba(77,52,112,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-297:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-298 { background: linear-gradient(180deg, rgba(93,88,148,.95), rgba(78,53,113,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-298:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-299 { background: linear-gradient(180deg, rgba(94,89,149,.95), rgba(79,54,114,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-299:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-300 { background: linear-gradient(180deg, rgba(95,90,150,.95), rgba(20,55,115,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-300:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-301 { background: linear-gradient(180deg, rgba(96,91,151,.95), rgba(21,56,116,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-301:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-302 { background: linear-gradient(180deg, rgba(97,92,152,.95), rgba(22,57,117,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-302:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-303 { background: linear-gradient(180deg, rgba(98,93,153,.95), rgba(23,58,118,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-303:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-304 { background: linear-gradient(180deg, rgba(99,94,154,.95), rgba(24,59,119,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-304:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-305 { background: linear-gradient(180deg, rgba(100,95,155,.95), rgba(25,60,120,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-305:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-306 { background: linear-gradient(180deg, rgba(101,96,156,.95), rgba(26,61,121,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-306:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-307 { background: linear-gradient(180deg, rgba(102,97,157,.95), rgba(27,62,122,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-307:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-308 { background: linear-gradient(180deg, rgba(103,98,158,.95), rgba(28,63,123,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-308:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-309 { background: linear-gradient(180deg, rgba(104,99,159,.95), rgba(29,64,124,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-309:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-310 { background: linear-gradient(180deg, rgba(105,100,160,.95), rgba(30,65,125,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-310:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-311 { background: linear-gradient(180deg, rgba(106,101,161,.95), rgba(31,66,126,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-311:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-312 { background: linear-gradient(180deg, rgba(107,102,162,.95), rgba(32,67,127,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-312:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-313 { background: linear-gradient(180deg, rgba(108,103,163,.95), rgba(33,68,128,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-313:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-314 { background: linear-gradient(180deg, rgba(109,104,164,.95), rgba(34,69,129,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-314:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-315 { background: linear-gradient(180deg, rgba(110,105,165,.95), rgba(35,70,130,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-315:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-316 { background: linear-gradient(180deg, rgba(111,106,166,.95), rgba(36,71,131,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-316:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-317 { background: linear-gradient(180deg, rgba(112,107,167,.95), rgba(37,72,132,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-317:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-318 { background: linear-gradient(180deg, rgba(113,108,168,.95), rgba(38,73,133,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-318:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-319 { background: linear-gradient(180deg, rgba(114,109,169,.95), rgba(39,74,134,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-319:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-320 { background: linear-gradient(180deg, rgba(35,110,170,.95), rgba(40,75,55,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-320:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-321 { background: linear-gradient(180deg, rgba(36,111,171,.95), rgba(41,76,56,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-321:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-322 { background: linear-gradient(180deg, rgba(37,112,172,.95), rgba(42,77,57,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-322:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-323 { background: linear-gradient(180deg, rgba(38,113,173,.95), rgba(43,78,58,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-323:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-324 { background: linear-gradient(180deg, rgba(39,114,174,.95), rgba(44,79,59,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-324:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-325 { background: linear-gradient(180deg, rgba(40,115,175,.95), rgba(45,80,60,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-325:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-326 { background: linear-gradient(180deg, rgba(41,116,176,.95), rgba(46,81,61,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-326:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-327 { background: linear-gradient(180deg, rgba(42,117,177,.95), rgba(47,82,62,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-327:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-328 { background: linear-gradient(180deg, rgba(43,118,178,.95), rgba(48,83,63,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-328:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-329 { background: linear-gradient(180deg, rgba(44,119,179,.95), rgba(49,84,64,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-329:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-330 { background: linear-gradient(180deg, rgba(45,120,180,.95), rgba(50,85,65,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-330:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-331 { background: linear-gradient(180deg, rgba(46,121,181,.95), rgba(51,86,66,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-331:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-332 { background: linear-gradient(180deg, rgba(47,122,182,.95), rgba(52,87,67,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-332:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-333 { background: linear-gradient(180deg, rgba(48,123,183,.95), rgba(53,88,68,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-333:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-334 { background: linear-gradient(180deg, rgba(49,124,184,.95), rgba(54,89,69,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-334:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-335 { background: linear-gradient(180deg, rgba(50,125,185,.95), rgba(55,90,70,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-335:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-336 { background: linear-gradient(180deg, rgba(51,126,186,.95), rgba(56,91,71,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-336:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-337 { background: linear-gradient(180deg, rgba(52,127,187,.95), rgba(57,92,72,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-337:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-338 { background: linear-gradient(180deg, rgba(53,128,188,.95), rgba(58,93,73,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-338:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-339 { background: linear-gradient(180deg, rgba(54,129,189,.95), rgba(59,94,74,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-339:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-340 { background: linear-gradient(180deg, rgba(55,130,190,.95), rgba(60,95,75,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-340:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-341 { background: linear-gradient(180deg, rgba(56,131,191,.95), rgba(61,96,76,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-341:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-342 { background: linear-gradient(180deg, rgba(57,132,192,.95), rgba(62,97,77,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-342:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-343 { background: linear-gradient(180deg, rgba(58,133,193,.95), rgba(63,98,78,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-343:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-344 { background: linear-gradient(180deg, rgba(59,134,194,.95), rgba(64,99,79,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-344:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-345 { background: linear-gradient(180deg, rgba(60,135,195,.95), rgba(65,100,80,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-345:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-346 { background: linear-gradient(180deg, rgba(61,136,196,.95), rgba(66,101,81,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-346:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-347 { background: linear-gradient(180deg, rgba(62,137,197,.95), rgba(67,102,82,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-347:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-348 { background: linear-gradient(180deg, rgba(63,138,198,.95), rgba(68,103,83,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-348:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-349 { background: linear-gradient(180deg, rgba(64,139,199,.95), rgba(69,104,84,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-349:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-350 { background: linear-gradient(180deg, rgba(65,140,200,.95), rgba(70,35,85,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-350:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-351 { background: linear-gradient(180deg, rgba(66,141,201,.95), rgba(71,36,86,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-351:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-352 { background: linear-gradient(180deg, rgba(67,142,202,.95), rgba(72,37,87,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-352:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-353 { background: linear-gradient(180deg, rgba(68,143,203,.95), rgba(73,38,88,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-353:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-354 { background: linear-gradient(180deg, rgba(69,144,204,.95), rgba(74,39,89,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-354:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-355 { background: linear-gradient(180deg, rgba(70,145,205,.95), rgba(75,40,90,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-355:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-356 { background: linear-gradient(180deg, rgba(71,146,206,.95), rgba(76,41,91,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-356:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-357 { background: linear-gradient(180deg, rgba(72,147,207,.95), rgba(77,42,92,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-357:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-358 { background: linear-gradient(180deg, rgba(73,148,208,.95), rgba(78,43,93,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-358:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-359 { background: linear-gradient(180deg, rgba(74,149,209,.95), rgba(79,44,94,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-359:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-360 { background: linear-gradient(180deg, rgba(75,60,90,.95), rgba(20,45,95,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-360:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-361 { background: linear-gradient(180deg, rgba(76,61,91,.95), rgba(21,46,96,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-361:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-362 { background: linear-gradient(180deg, rgba(77,62,92,.95), rgba(22,47,97,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-362:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-363 { background: linear-gradient(180deg, rgba(78,63,93,.95), rgba(23,48,98,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-363:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-364 { background: linear-gradient(180deg, rgba(79,64,94,.95), rgba(24,49,99,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-364:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-365 { background: linear-gradient(180deg, rgba(80,65,95,.95), rgba(25,50,100,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-365:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-366 { background: linear-gradient(180deg, rgba(81,66,96,.95), rgba(26,51,101,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-366:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-367 { background: linear-gradient(180deg, rgba(82,67,97,.95), rgba(27,52,102,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-367:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-368 { background: linear-gradient(180deg, rgba(83,68,98,.95), rgba(28,53,103,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-368:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-369 { background: linear-gradient(180deg, rgba(84,69,99,.95), rgba(29,54,104,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-369:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-370 { background: linear-gradient(180deg, rgba(85,70,100,.95), rgba(30,55,105,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-370:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-371 { background: linear-gradient(180deg, rgba(86,71,101,.95), rgba(31,56,106,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-371:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-372 { background: linear-gradient(180deg, rgba(87,72,102,.95), rgba(32,57,107,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-372:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-373 { background: linear-gradient(180deg, rgba(88,73,103,.95), rgba(33,58,108,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-373:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-374 { background: linear-gradient(180deg, rgba(89,74,104,.95), rgba(34,59,109,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-374:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-375 { background: linear-gradient(180deg, rgba(90,75,105,.95), rgba(35,60,110,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-375:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-376 { background: linear-gradient(180deg, rgba(91,76,106,.95), rgba(36,61,111,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-376:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-377 { background: linear-gradient(180deg, rgba(92,77,107,.95), rgba(37,62,112,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-377:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-378 { background: linear-gradient(180deg, rgba(93,78,108,.95), rgba(38,63,113,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-378:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-379 { background: linear-gradient(180deg, rgba(94,79,109,.95), rgba(39,64,114,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-379:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-380 { background: linear-gradient(180deg, rgba(95,80,110,.95), rgba(40,65,115,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-380:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-381 { background: linear-gradient(180deg, rgba(96,81,111,.95), rgba(41,66,116,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-381:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-382 { background: linear-gradient(180deg, rgba(97,82,112,.95), rgba(42,67,117,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-382:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-383 { background: linear-gradient(180deg, rgba(98,83,113,.95), rgba(43,68,118,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-383:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-384 { background: linear-gradient(180deg, rgba(99,84,114,.95), rgba(44,69,119,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-384:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-385 { background: linear-gradient(180deg, rgba(100,85,115,.95), rgba(45,70,120,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-385:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-386 { background: linear-gradient(180deg, rgba(101,86,116,.95), rgba(46,71,121,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-386:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-387 { background: linear-gradient(180deg, rgba(102,87,117,.95), rgba(47,72,122,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-387:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-388 { background: linear-gradient(180deg, rgba(103,88,118,.95), rgba(48,73,123,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-388:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-389 { background: linear-gradient(180deg, rgba(104,89,119,.95), rgba(49,74,124,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-389:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-390 { background: linear-gradient(180deg, rgba(105,90,120,.95), rgba(50,75,125,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-390:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-391 { background: linear-gradient(180deg, rgba(106,91,121,.95), rgba(51,76,126,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-391:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-392 { background: linear-gradient(180deg, rgba(107,92,122,.95), rgba(52,77,127,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-392:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-393 { background: linear-gradient(180deg, rgba(108,93,123,.95), rgba(53,78,128,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-393:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-394 { background: linear-gradient(180deg, rgba(109,94,124,.95), rgba(54,79,129,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-394:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-395 { background: linear-gradient(180deg, rgba(110,95,125,.95), rgba(55,80,130,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-395:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-396 { background: linear-gradient(180deg, rgba(111,96,126,.95), rgba(56,81,131,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-396:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-397 { background: linear-gradient(180deg, rgba(112,97,127,.95), rgba(57,82,132,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-397:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-398 { background: linear-gradient(180deg, rgba(113,98,128,.95), rgba(58,83,133,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-398:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-399 { background: linear-gradient(180deg, rgba(114,99,129,.95), rgba(59,84,134,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-399:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-400 { background: linear-gradient(180deg, rgba(35,100,130,.95), rgba(60,85,55,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-400:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-401 { background: linear-gradient(180deg, rgba(36,101,131,.95), rgba(61,86,56,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-401:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-402 { background: linear-gradient(180deg, rgba(37,102,132,.95), rgba(62,87,57,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-402:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-403 { background: linear-gradient(180deg, rgba(38,103,133,.95), rgba(63,88,58,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-403:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-404 { background: linear-gradient(180deg, rgba(39,104,134,.95), rgba(64,89,59,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-404:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-405 { background: linear-gradient(180deg, rgba(40,105,135,.95), rgba(65,90,60,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-405:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-406 { background: linear-gradient(180deg, rgba(41,106,136,.95), rgba(66,91,61,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-406:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-407 { background: linear-gradient(180deg, rgba(42,107,137,.95), rgba(67,92,62,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-407:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-408 { background: linear-gradient(180deg, rgba(43,108,138,.95), rgba(68,93,63,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-408:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-409 { background: linear-gradient(180deg, rgba(44,109,139,.95), rgba(69,94,64,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-409:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-410 { background: linear-gradient(180deg, rgba(45,110,140,.95), rgba(70,95,65,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-410:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-411 { background: linear-gradient(180deg, rgba(46,111,141,.95), rgba(71,96,66,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-411:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-412 { background: linear-gradient(180deg, rgba(47,112,142,.95), rgba(72,97,67,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-412:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-413 { background: linear-gradient(180deg, rgba(48,113,143,.95), rgba(73,98,68,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-413:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-414 { background: linear-gradient(180deg, rgba(49,114,144,.95), rgba(74,99,69,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-414:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-415 { background: linear-gradient(180deg, rgba(50,115,145,.95), rgba(75,100,70,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-415:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-416 { background: linear-gradient(180deg, rgba(51,116,146,.95), rgba(76,101,71,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-416:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-417 { background: linear-gradient(180deg, rgba(52,117,147,.95), rgba(77,102,72,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-417:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-418 { background: linear-gradient(180deg, rgba(53,118,148,.95), rgba(78,103,73,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-418:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-419 { background: linear-gradient(180deg, rgba(54,119,149,.95), rgba(79,104,74,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-419:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-420 { background: linear-gradient(180deg, rgba(55,120,150,.95), rgba(20,35,75,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-420:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-421 { background: linear-gradient(180deg, rgba(56,121,151,.95), rgba(21,36,76,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-421:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-422 { background: linear-gradient(180deg, rgba(57,122,152,.95), rgba(22,37,77,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-422:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-423 { background: linear-gradient(180deg, rgba(58,123,153,.95), rgba(23,38,78,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-423:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-424 { background: linear-gradient(180deg, rgba(59,124,154,.95), rgba(24,39,79,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-424:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-425 { background: linear-gradient(180deg, rgba(60,125,155,.95), rgba(25,40,80,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-425:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-426 { background: linear-gradient(180deg, rgba(61,126,156,.95), rgba(26,41,81,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-426:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-427 { background: linear-gradient(180deg, rgba(62,127,157,.95), rgba(27,42,82,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-427:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-428 { background: linear-gradient(180deg, rgba(63,128,158,.95), rgba(28,43,83,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-428:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-429 { background: linear-gradient(180deg, rgba(64,129,159,.95), rgba(29,44,84,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-429:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-430 { background: linear-gradient(180deg, rgba(65,130,160,.95), rgba(30,45,85,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-430:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-431 { background: linear-gradient(180deg, rgba(66,131,161,.95), rgba(31,46,86,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-431:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-432 { background: linear-gradient(180deg, rgba(67,132,162,.95), rgba(32,47,87,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-432:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-433 { background: linear-gradient(180deg, rgba(68,133,163,.95), rgba(33,48,88,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-433:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-434 { background: linear-gradient(180deg, rgba(69,134,164,.95), rgba(34,49,89,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-434:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-435 { background: linear-gradient(180deg, rgba(70,135,165,.95), rgba(35,50,90,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-435:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-436 { background: linear-gradient(180deg, rgba(71,136,166,.95), rgba(36,51,91,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-436:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-437 { background: linear-gradient(180deg, rgba(72,137,167,.95), rgba(37,52,92,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-437:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-438 { background: linear-gradient(180deg, rgba(73,138,168,.95), rgba(38,53,93,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-438:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-439 { background: linear-gradient(180deg, rgba(74,139,169,.95), rgba(39,54,94,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-439:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-440 { background: linear-gradient(180deg, rgba(75,140,170,.95), rgba(40,55,95,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-440:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-441 { background: linear-gradient(180deg, rgba(76,141,171,.95), rgba(41,56,96,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-441:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-442 { background: linear-gradient(180deg, rgba(77,142,172,.95), rgba(42,57,97,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-442:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-443 { background: linear-gradient(180deg, rgba(78,143,173,.95), rgba(43,58,98,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-443:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-444 { background: linear-gradient(180deg, rgba(79,144,174,.95), rgba(44,59,99,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-444:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-445 { background: linear-gradient(180deg, rgba(80,145,175,.95), rgba(45,60,100,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.3); }
.btn-variant-445:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-446 { background: linear-gradient(180deg, rgba(81,146,176,.95), rgba(46,61,101,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.4); }
.btn-variant-446:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-447 { background: linear-gradient(180deg, rgba(82,147,177,.95), rgba(47,62,102,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.5); }
.btn-variant-447:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-448 { background: linear-gradient(180deg, rgba(83,148,178,.95), rgba(48,63,103,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.6); }
.btn-variant-448:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-449 { background: linear-gradient(180deg, rgba(84,149,179,.95), rgba(49,64,104,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.7); }
.btn-variant-449:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.btn-variant-450 { background: linear-gradient(180deg, rgba(85,60,180,.95), rgba(50,65,105,.95)); color: rgba(230,240,255,.95); border: 1px solid rgba(140,180,240,.2); }
.btn-variant-450:active { transform: translateY(1px) scale(.992); filter: brightness(0.98); }
.terrain-elev-1 { background: linear-gradient(160deg, rgba(91,66,41,0.5), rgba(51,39,25,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-2 { background: linear-gradient(160deg, rgba(92,67,42,0.6), rgba(52,40,26,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-3 { background: linear-gradient(160deg, rgba(93,68,43,0.7), rgba(53,41,27,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-4 { background: linear-gradient(160deg, rgba(94,69,44,0.4), rgba(54,42,28,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-5 { background: linear-gradient(160deg, rgba(95,70,45,0.5), rgba(55,43,29,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-6 { background: linear-gradient(160deg, rgba(96,71,46,0.6), rgba(56,44,30,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-7 { background: linear-gradient(160deg, rgba(97,72,47,0.7), rgba(57,45,31,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-8 { background: linear-gradient(160deg, rgba(98,73,48,0.4), rgba(58,46,32,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-9 { background: linear-gradient(160deg, rgba(99,74,49,0.5), rgba(59,47,33,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-10 { background: linear-gradient(160deg, rgba(100,75,50,0.6), rgba(60,48,34,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-11 { background: linear-gradient(160deg, rgba(101,76,51,0.7), rgba(61,49,35,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-12 { background: linear-gradient(160deg, rgba(102,77,52,0.4), rgba(62,50,36,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-13 { background: linear-gradient(160deg, rgba(103,78,53,0.5), rgba(63,51,37,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-14 { background: linear-gradient(160deg, rgba(104,79,54,0.6), rgba(64,52,38,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-15 { background: linear-gradient(160deg, rgba(105,80,55,0.7), rgba(65,53,39,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-16 { background: linear-gradient(160deg, rgba(106,81,56,0.4), rgba(66,54,40,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-17 { background: linear-gradient(160deg, rgba(107,82,57,0.5), rgba(67,55,41,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-18 { background: linear-gradient(160deg, rgba(108,83,58,0.6), rgba(68,56,42,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-19 { background: linear-gradient(160deg, rgba(109,84,59,0.7), rgba(69,57,43,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-20 { background: linear-gradient(160deg, rgba(110,85,60,0.4), rgba(70,58,44,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-21 { background: linear-gradient(160deg, rgba(111,86,61,0.5), rgba(71,59,45,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-22 { background: linear-gradient(160deg, rgba(112,87,62,0.6), rgba(72,60,46,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-23 { background: linear-gradient(160deg, rgba(113,88,63,0.7), rgba(73,61,47,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-24 { background: linear-gradient(160deg, rgba(114,89,64,0.4), rgba(74,62,48,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-25 { background: linear-gradient(160deg, rgba(115,90,65,0.5), rgba(75,63,49,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-26 { background: linear-gradient(160deg, rgba(116,91,66,0.6), rgba(76,64,50,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-27 { background: linear-gradient(160deg, rgba(117,92,67,0.7), rgba(77,65,51,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-28 { background: linear-gradient(160deg, rgba(118,93,68,0.4), rgba(78,66,24,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-29 { background: linear-gradient(160deg, rgba(119,94,69,0.5), rgba(79,67,25,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-30 { background: linear-gradient(160deg, rgba(120,95,70,0.6), rgba(80,68,26,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-31 { background: linear-gradient(160deg, rgba(121,96,71,0.7), rgba(81,69,27,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-32 { background: linear-gradient(160deg, rgba(122,97,72,0.4), rgba(82,70,28,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-33 { background: linear-gradient(160deg, rgba(123,98,73,0.5), rgba(83,71,29,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-34 { background: linear-gradient(160deg, rgba(124,99,74,0.6), rgba(84,72,30,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-35 { background: linear-gradient(160deg, rgba(125,100,75,0.7), rgba(85,38,31,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-36 { background: linear-gradient(160deg, rgba(126,101,76,0.4), rgba(86,39,32,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-37 { background: linear-gradient(160deg, rgba(127,102,77,0.5), rgba(87,40,33,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-38 { background: linear-gradient(160deg, rgba(128,103,78,0.6), rgba(88,41,34,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-39 { background: linear-gradient(160deg, rgba(129,104,79,0.7), rgba(89,42,35,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-40 { background: linear-gradient(160deg, rgba(130,105,80,0.4), rgba(50,43,36,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-41 { background: linear-gradient(160deg, rgba(131,106,81,0.5), rgba(51,44,37,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-42 { background: linear-gradient(160deg, rgba(132,107,82,0.6), rgba(52,45,38,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-43 { background: linear-gradient(160deg, rgba(133,108,83,0.7), rgba(53,46,39,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-44 { background: linear-gradient(160deg, rgba(134,109,84,0.4), rgba(54,47,40,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-45 { background: linear-gradient(160deg, rgba(135,110,85,0.5), rgba(55,48,41,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-46 { background: linear-gradient(160deg, rgba(136,111,86,0.6), rgba(56,49,42,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-47 { background: linear-gradient(160deg, rgba(137,112,87,0.7), rgba(57,50,43,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-48 { background: linear-gradient(160deg, rgba(138,113,88,0.4), rgba(58,51,44,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-49 { background: linear-gradient(160deg, rgba(139,114,89,0.5), rgba(59,52,45,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-50 { background: linear-gradient(160deg, rgba(140,115,40,0.6), rgba(60,53,46,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-51 { background: linear-gradient(160deg, rgba(141,116,41,0.7), rgba(61,54,47,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-52 { background: linear-gradient(160deg, rgba(142,117,42,0.4), rgba(62,55,48,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-53 { background: linear-gradient(160deg, rgba(143,118,43,0.5), rgba(63,56,49,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-54 { background: linear-gradient(160deg, rgba(144,119,44,0.6), rgba(64,57,50,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-55 { background: linear-gradient(160deg, rgba(145,120,45,0.7), rgba(65,58,51,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-56 { background: linear-gradient(160deg, rgba(146,121,46,0.4), rgba(66,59,24,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-57 { background: linear-gradient(160deg, rgba(147,122,47,0.5), rgba(67,60,25,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-58 { background: linear-gradient(160deg, rgba(148,123,48,0.6), rgba(68,61,26,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-59 { background: linear-gradient(160deg, rgba(149,124,49,0.7), rgba(69,62,27,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-60 { background: linear-gradient(160deg, rgba(150,65,50,0.4), rgba(70,63,28,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-61 { background: linear-gradient(160deg, rgba(151,66,51,0.5), rgba(71,64,29,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-62 { background: linear-gradient(160deg, rgba(152,67,52,0.6), rgba(72,65,30,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-63 { background: linear-gradient(160deg, rgba(153,68,53,0.7), rgba(73,66,31,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-64 { background: linear-gradient(160deg, rgba(154,69,54,0.4), rgba(74,67,32,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-65 { background: linear-gradient(160deg, rgba(155,70,55,0.5), rgba(75,68,33,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-66 { background: linear-gradient(160deg, rgba(156,71,56,0.6), rgba(76,69,34,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-67 { background: linear-gradient(160deg, rgba(157,72,57,0.7), rgba(77,70,35,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-68 { background: linear-gradient(160deg, rgba(158,73,58,0.4), rgba(78,71,36,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-69 { background: linear-gradient(160deg, rgba(159,74,59,0.5), rgba(79,72,37,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-70 { background: linear-gradient(160deg, rgba(90,75,60,0.6), rgba(80,38,38,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-71 { background: linear-gradient(160deg, rgba(91,76,61,0.7), rgba(81,39,39,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-72 { background: linear-gradient(160deg, rgba(92,77,62,0.4), rgba(82,40,40,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-73 { background: linear-gradient(160deg, rgba(93,78,63,0.5), rgba(83,41,41,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-74 { background: linear-gradient(160deg, rgba(94,79,64,0.6), rgba(84,42,42,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-75 { background: linear-gradient(160deg, rgba(95,80,65,0.7), rgba(85,43,43,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-76 { background: linear-gradient(160deg, rgba(96,81,66,0.4), rgba(86,44,44,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-77 { background: linear-gradient(160deg, rgba(97,82,67,0.5), rgba(87,45,45,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-78 { background: linear-gradient(160deg, rgba(98,83,68,0.6), rgba(88,46,46,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-79 { background: linear-gradient(160deg, rgba(99,84,69,0.7), rgba(89,47,47,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-80 { background: linear-gradient(160deg, rgba(100,85,70,0.4), rgba(50,48,48,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-81 { background: linear-gradient(160deg, rgba(101,86,71,0.5), rgba(51,49,49,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-82 { background: linear-gradient(160deg, rgba(102,87,72,0.6), rgba(52,50,50,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-83 { background: linear-gradient(160deg, rgba(103,88,73,0.7), rgba(53,51,51,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-84 { background: linear-gradient(160deg, rgba(104,89,74,0.4), rgba(54,52,24,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-85 { background: linear-gradient(160deg, rgba(105,90,75,0.5), rgba(55,53,25,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-86 { background: linear-gradient(160deg, rgba(106,91,76,0.6), rgba(56,54,26,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-87 { background: linear-gradient(160deg, rgba(107,92,77,0.7), rgba(57,55,27,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-88 { background: linear-gradient(160deg, rgba(108,93,78,0.4), rgba(58,56,28,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-89 { background: linear-gradient(160deg, rgba(109,94,79,0.5), rgba(59,57,29,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-90 { background: linear-gradient(160deg, rgba(110,95,80,0.6), rgba(60,58,30,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-91 { background: linear-gradient(160deg, rgba(111,96,81,0.7), rgba(61,59,31,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-92 { background: linear-gradient(160deg, rgba(112,97,82,0.4), rgba(62,60,32,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-93 { background: linear-gradient(160deg, rgba(113,98,83,0.5), rgba(63,61,33,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-94 { background: linear-gradient(160deg, rgba(114,99,84,0.6), rgba(64,62,34,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-95 { background: linear-gradient(160deg, rgba(115,100,85,0.7), rgba(65,63,35,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-96 { background: linear-gradient(160deg, rgba(116,101,86,0.4), rgba(66,64,36,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-97 { background: linear-gradient(160deg, rgba(117,102,87,0.5), rgba(67,65,37,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-98 { background: linear-gradient(160deg, rgba(118,103,88,0.6), rgba(68,66,38,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-99 { background: linear-gradient(160deg, rgba(119,104,89,0.7), rgba(69,67,39,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-100 { background: linear-gradient(160deg, rgba(120,105,40,0.4), rgba(70,68,40,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-101 { background: linear-gradient(160deg, rgba(121,106,41,0.5), rgba(71,69,41,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-102 { background: linear-gradient(160deg, rgba(122,107,42,0.6), rgba(72,70,42,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-103 { background: linear-gradient(160deg, rgba(123,108,43,0.7), rgba(73,71,43,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-104 { background: linear-gradient(160deg, rgba(124,109,44,0.4), rgba(74,72,44,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-105 { background: linear-gradient(160deg, rgba(125,110,45,0.5), rgba(75,38,45,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-106 { background: linear-gradient(160deg, rgba(126,111,46,0.6), rgba(76,39,46,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-107 { background: linear-gradient(160deg, rgba(127,112,47,0.7), rgba(77,40,47,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-108 { background: linear-gradient(160deg, rgba(128,113,48,0.4), rgba(78,41,48,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-109 { background: linear-gradient(160deg, rgba(129,114,49,0.5), rgba(79,42,49,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-110 { background: linear-gradient(160deg, rgba(130,115,50,0.6), rgba(80,43,50,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-111 { background: linear-gradient(160deg, rgba(131,116,51,0.7), rgba(81,44,51,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-112 { background: linear-gradient(160deg, rgba(132,117,52,0.4), rgba(82,45,24,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-113 { background: linear-gradient(160deg, rgba(133,118,53,0.5), rgba(83,46,25,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-114 { background: linear-gradient(160deg, rgba(134,119,54,0.6), rgba(84,47,26,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-115 { background: linear-gradient(160deg, rgba(135,120,55,0.7), rgba(85,48,27,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-116 { background: linear-gradient(160deg, rgba(136,121,56,0.4), rgba(86,49,28,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-117 { background: linear-gradient(160deg, rgba(137,122,57,0.5), rgba(87,50,29,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-118 { background: linear-gradient(160deg, rgba(138,123,58,0.6), rgba(88,51,30,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-119 { background: linear-gradient(160deg, rgba(139,124,59,0.7), rgba(89,52,31,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-120 { background: linear-gradient(160deg, rgba(140,65,60,0.4), rgba(50,53,32,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-121 { background: linear-gradient(160deg, rgba(141,66,61,0.5), rgba(51,54,33,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-122 { background: linear-gradient(160deg, rgba(142,67,62,0.6), rgba(52,55,34,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-123 { background: linear-gradient(160deg, rgba(143,68,63,0.7), rgba(53,56,35,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-124 { background: linear-gradient(160deg, rgba(144,69,64,0.4), rgba(54,57,36,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-125 { background: linear-gradient(160deg, rgba(145,70,65,0.5), rgba(55,58,37,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-126 { background: linear-gradient(160deg, rgba(146,71,66,0.6), rgba(56,59,38,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-127 { background: linear-gradient(160deg, rgba(147,72,67,0.7), rgba(57,60,39,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-128 { background: linear-gradient(160deg, rgba(148,73,68,0.4), rgba(58,61,40,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-129 { background: linear-gradient(160deg, rgba(149,74,69,0.5), rgba(59,62,41,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-130 { background: linear-gradient(160deg, rgba(150,75,70,0.6), rgba(60,63,42,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-131 { background: linear-gradient(160deg, rgba(151,76,71,0.7), rgba(61,64,43,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-132 { background: linear-gradient(160deg, rgba(152,77,72,0.4), rgba(62,65,44,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-133 { background: linear-gradient(160deg, rgba(153,78,73,0.5), rgba(63,66,45,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-134 { background: linear-gradient(160deg, rgba(154,79,74,0.6), rgba(64,67,46,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-135 { background: linear-gradient(160deg, rgba(155,80,75,0.7), rgba(65,68,47,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-136 { background: linear-gradient(160deg, rgba(156,81,76,0.4), rgba(66,69,48,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-137 { background: linear-gradient(160deg, rgba(157,82,77,0.5), rgba(67,70,49,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-138 { background: linear-gradient(160deg, rgba(158,83,78,0.6), rgba(68,71,50,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-139 { background: linear-gradient(160deg, rgba(159,84,79,0.7), rgba(69,72,51,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-140 { background: linear-gradient(160deg, rgba(90,85,80,0.4), rgba(70,38,24,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-141 { background: linear-gradient(160deg, rgba(91,86,81,0.5), rgba(71,39,25,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-142 { background: linear-gradient(160deg, rgba(92,87,82,0.6), rgba(72,40,26,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-143 { background: linear-gradient(160deg, rgba(93,88,83,0.7), rgba(73,41,27,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-144 { background: linear-gradient(160deg, rgba(94,89,84,0.4), rgba(74,42,28,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-145 { background: linear-gradient(160deg, rgba(95,90,85,0.5), rgba(75,43,29,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-146 { background: linear-gradient(160deg, rgba(96,91,86,0.6), rgba(76,44,30,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-147 { background: linear-gradient(160deg, rgba(97,92,87,0.7), rgba(77,45,31,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-148 { background: linear-gradient(160deg, rgba(98,93,88,0.4), rgba(78,46,32,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-149 { background: linear-gradient(160deg, rgba(99,94,89,0.5), rgba(79,47,33,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-150 { background: linear-gradient(160deg, rgba(100,95,40,0.6), rgba(80,48,34,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-151 { background: linear-gradient(160deg, rgba(101,96,41,0.7), rgba(81,49,35,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-152 { background: linear-gradient(160deg, rgba(102,97,42,0.4), rgba(82,50,36,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-153 { background: linear-gradient(160deg, rgba(103,98,43,0.5), rgba(83,51,37,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-154 { background: linear-gradient(160deg, rgba(104,99,44,0.6), rgba(84,52,38,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-155 { background: linear-gradient(160deg, rgba(105,100,45,0.7), rgba(85,53,39,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-156 { background: linear-gradient(160deg, rgba(106,101,46,0.4), rgba(86,54,40,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-157 { background: linear-gradient(160deg, rgba(107,102,47,0.5), rgba(87,55,41,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-158 { background: linear-gradient(160deg, rgba(108,103,48,0.6), rgba(88,56,42,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-159 { background: linear-gradient(160deg, rgba(109,104,49,0.7), rgba(89,57,43,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-160 { background: linear-gradient(160deg, rgba(110,105,50,0.4), rgba(50,58,44,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-161 { background: linear-gradient(160deg, rgba(111,106,51,0.5), rgba(51,59,45,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-162 { background: linear-gradient(160deg, rgba(112,107,52,0.6), rgba(52,60,46,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-163 { background: linear-gradient(160deg, rgba(113,108,53,0.7), rgba(53,61,47,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-164 { background: linear-gradient(160deg, rgba(114,109,54,0.4), rgba(54,62,48,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-165 { background: linear-gradient(160deg, rgba(115,110,55,0.5), rgba(55,63,49,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-166 { background: linear-gradient(160deg, rgba(116,111,56,0.6), rgba(56,64,50,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-167 { background: linear-gradient(160deg, rgba(117,112,57,0.7), rgba(57,65,51,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-168 { background: linear-gradient(160deg, rgba(118,113,58,0.4), rgba(58,66,24,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-169 { background: linear-gradient(160deg, rgba(119,114,59,0.5), rgba(59,67,25,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-170 { background: linear-gradient(160deg, rgba(120,115,60,0.6), rgba(60,68,26,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-171 { background: linear-gradient(160deg, rgba(121,116,61,0.7), rgba(61,69,27,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-172 { background: linear-gradient(160deg, rgba(122,117,62,0.4), rgba(62,70,28,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-173 { background: linear-gradient(160deg, rgba(123,118,63,0.5), rgba(63,71,29,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-174 { background: linear-gradient(160deg, rgba(124,119,64,0.6), rgba(64,72,30,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-175 { background: linear-gradient(160deg, rgba(125,120,65,0.7), rgba(65,38,31,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-176 { background: linear-gradient(160deg, rgba(126,121,66,0.4), rgba(66,39,32,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-177 { background: linear-gradient(160deg, rgba(127,122,67,0.5), rgba(67,40,33,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-178 { background: linear-gradient(160deg, rgba(128,123,68,0.6), rgba(68,41,34,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-179 { background: linear-gradient(160deg, rgba(129,124,69,0.7), rgba(69,42,35,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-180 { background: linear-gradient(160deg, rgba(130,65,70,0.4), rgba(70,43,36,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-181 { background: linear-gradient(160deg, rgba(131,66,71,0.5), rgba(71,44,37,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-182 { background: linear-gradient(160deg, rgba(132,67,72,0.6), rgba(72,45,38,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-183 { background: linear-gradient(160deg, rgba(133,68,73,0.7), rgba(73,46,39,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-184 { background: linear-gradient(160deg, rgba(134,69,74,0.4), rgba(74,47,40,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-185 { background: linear-gradient(160deg, rgba(135,70,75,0.5), rgba(75,48,41,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-186 { background: linear-gradient(160deg, rgba(136,71,76,0.6), rgba(76,49,42,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-187 { background: linear-gradient(160deg, rgba(137,72,77,0.7), rgba(77,50,43,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-188 { background: linear-gradient(160deg, rgba(138,73,78,0.4), rgba(78,51,44,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-189 { background: linear-gradient(160deg, rgba(139,74,79,0.5), rgba(79,52,45,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-190 { background: linear-gradient(160deg, rgba(140,75,80,0.6), rgba(80,53,46,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-191 { background: linear-gradient(160deg, rgba(141,76,81,0.7), rgba(81,54,47,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-192 { background: linear-gradient(160deg, rgba(142,77,82,0.4), rgba(82,55,48,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-193 { background: linear-gradient(160deg, rgba(143,78,83,0.5), rgba(83,56,49,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-194 { background: linear-gradient(160deg, rgba(144,79,84,0.6), rgba(84,57,50,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-195 { background: linear-gradient(160deg, rgba(145,80,85,0.7), rgba(85,58,51,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-196 { background: linear-gradient(160deg, rgba(146,81,86,0.4), rgba(86,59,24,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-197 { background: linear-gradient(160deg, rgba(147,82,87,0.5), rgba(87,60,25,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-198 { background: linear-gradient(160deg, rgba(148,83,88,0.6), rgba(88,61,26,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-199 { background: linear-gradient(160deg, rgba(149,84,89,0.7), rgba(89,62,27,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-200 { background: linear-gradient(160deg, rgba(150,85,40,0.4), rgba(50,63,28,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-201 { background: linear-gradient(160deg, rgba(151,86,41,0.5), rgba(51,64,29,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-202 { background: linear-gradient(160deg, rgba(152,87,42,0.6), rgba(52,65,30,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-203 { background: linear-gradient(160deg, rgba(153,88,43,0.7), rgba(53,66,31,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-204 { background: linear-gradient(160deg, rgba(154,89,44,0.4), rgba(54,67,32,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-205 { background: linear-gradient(160deg, rgba(155,90,45,0.5), rgba(55,68,33,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-206 { background: linear-gradient(160deg, rgba(156,91,46,0.6), rgba(56,69,34,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-207 { background: linear-gradient(160deg, rgba(157,92,47,0.7), rgba(57,70,35,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-208 { background: linear-gradient(160deg, rgba(158,93,48,0.4), rgba(58,71,36,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-209 { background: linear-gradient(160deg, rgba(159,94,49,0.5), rgba(59,72,37,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-210 { background: linear-gradient(160deg, rgba(90,95,50,0.6), rgba(60,38,38,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-211 { background: linear-gradient(160deg, rgba(91,96,51,0.7), rgba(61,39,39,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-212 { background: linear-gradient(160deg, rgba(92,97,52,0.4), rgba(62,40,40,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-213 { background: linear-gradient(160deg, rgba(93,98,53,0.5), rgba(63,41,41,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-214 { background: linear-gradient(160deg, rgba(94,99,54,0.6), rgba(64,42,42,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-215 { background: linear-gradient(160deg, rgba(95,100,55,0.7), rgba(65,43,43,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-216 { background: linear-gradient(160deg, rgba(96,101,56,0.4), rgba(66,44,44,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-217 { background: linear-gradient(160deg, rgba(97,102,57,0.5), rgba(67,45,45,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-218 { background: linear-gradient(160deg, rgba(98,103,58,0.6), rgba(68,46,46,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-219 { background: linear-gradient(160deg, rgba(99,104,59,0.7), rgba(69,47,47,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-220 { background: linear-gradient(160deg, rgba(100,105,60,0.4), rgba(70,48,48,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-221 { background: linear-gradient(160deg, rgba(101,106,61,0.5), rgba(71,49,49,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-222 { background: linear-gradient(160deg, rgba(102,107,62,0.6), rgba(72,50,50,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-223 { background: linear-gradient(160deg, rgba(103,108,63,0.7), rgba(73,51,51,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-224 { background: linear-gradient(160deg, rgba(104,109,64,0.4), rgba(74,52,24,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-225 { background: linear-gradient(160deg, rgba(105,110,65,0.5), rgba(75,53,25,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-226 { background: linear-gradient(160deg, rgba(106,111,66,0.6), rgba(76,54,26,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-227 { background: linear-gradient(160deg, rgba(107,112,67,0.7), rgba(77,55,27,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-228 { background: linear-gradient(160deg, rgba(108,113,68,0.4), rgba(78,56,28,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-229 { background: linear-gradient(160deg, rgba(109,114,69,0.5), rgba(79,57,29,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-230 { background: linear-gradient(160deg, rgba(110,115,70,0.6), rgba(80,58,30,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-231 { background: linear-gradient(160deg, rgba(111,116,71,0.7), rgba(81,59,31,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-232 { background: linear-gradient(160deg, rgba(112,117,72,0.4), rgba(82,60,32,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-233 { background: linear-gradient(160deg, rgba(113,118,73,0.5), rgba(83,61,33,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-234 { background: linear-gradient(160deg, rgba(114,119,74,0.6), rgba(84,62,34,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-235 { background: linear-gradient(160deg, rgba(115,120,75,0.7), rgba(85,63,35,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-236 { background: linear-gradient(160deg, rgba(116,121,76,0.4), rgba(86,64,36,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-237 { background: linear-gradient(160deg, rgba(117,122,77,0.5), rgba(87,65,37,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-238 { background: linear-gradient(160deg, rgba(118,123,78,0.6), rgba(88,66,38,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-239 { background: linear-gradient(160deg, rgba(119,124,79,0.7), rgba(89,67,39,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-240 { background: linear-gradient(160deg, rgba(120,65,80,0.4), rgba(50,68,40,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-241 { background: linear-gradient(160deg, rgba(121,66,81,0.5), rgba(51,69,41,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-242 { background: linear-gradient(160deg, rgba(122,67,82,0.6), rgba(52,70,42,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-243 { background: linear-gradient(160deg, rgba(123,68,83,0.7), rgba(53,71,43,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-244 { background: linear-gradient(160deg, rgba(124,69,84,0.4), rgba(54,72,44,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-245 { background: linear-gradient(160deg, rgba(125,70,85,0.5), rgba(55,38,45,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-246 { background: linear-gradient(160deg, rgba(126,71,86,0.6), rgba(56,39,46,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-247 { background: linear-gradient(160deg, rgba(127,72,87,0.7), rgba(57,40,47,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-248 { background: linear-gradient(160deg, rgba(128,73,88,0.4), rgba(58,41,48,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-249 { background: linear-gradient(160deg, rgba(129,74,89,0.5), rgba(59,42,49,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-250 { background: linear-gradient(160deg, rgba(130,75,40,0.6), rgba(60,43,50,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-251 { background: linear-gradient(160deg, rgba(131,76,41,0.7), rgba(61,44,51,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-252 { background: linear-gradient(160deg, rgba(132,77,42,0.4), rgba(62,45,24,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-253 { background: linear-gradient(160deg, rgba(133,78,43,0.5), rgba(63,46,25,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-254 { background: linear-gradient(160deg, rgba(134,79,44,0.6), rgba(64,47,26,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-255 { background: linear-gradient(160deg, rgba(135,80,45,0.7), rgba(65,48,27,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-256 { background: linear-gradient(160deg, rgba(136,81,46,0.4), rgba(66,49,28,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-257 { background: linear-gradient(160deg, rgba(137,82,47,0.5), rgba(67,50,29,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-258 { background: linear-gradient(160deg, rgba(138,83,48,0.6), rgba(68,51,30,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-259 { background: linear-gradient(160deg, rgba(139,84,49,0.7), rgba(69,52,31,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-260 { background: linear-gradient(160deg, rgba(140,85,50,0.4), rgba(70,53,32,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-261 { background: linear-gradient(160deg, rgba(141,86,51,0.5), rgba(71,54,33,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-262 { background: linear-gradient(160deg, rgba(142,87,52,0.6), rgba(72,55,34,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-263 { background: linear-gradient(160deg, rgba(143,88,53,0.7), rgba(73,56,35,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-264 { background: linear-gradient(160deg, rgba(144,89,54,0.4), rgba(74,57,36,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-265 { background: linear-gradient(160deg, rgba(145,90,55,0.5), rgba(75,58,37,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-266 { background: linear-gradient(160deg, rgba(146,91,56,0.6), rgba(76,59,38,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-267 { background: linear-gradient(160deg, rgba(147,92,57,0.7), rgba(77,60,39,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-268 { background: linear-gradient(160deg, rgba(148,93,58,0.4), rgba(78,61,40,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-269 { background: linear-gradient(160deg, rgba(149,94,59,0.5), rgba(79,62,41,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-270 { background: linear-gradient(160deg, rgba(150,95,60,0.6), rgba(80,63,42,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-271 { background: linear-gradient(160deg, rgba(151,96,61,0.7), rgba(81,64,43,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-272 { background: linear-gradient(160deg, rgba(152,97,62,0.4), rgba(82,65,44,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-273 { background: linear-gradient(160deg, rgba(153,98,63,0.5), rgba(83,66,45,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-274 { background: linear-gradient(160deg, rgba(154,99,64,0.6), rgba(84,67,46,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-275 { background: linear-gradient(160deg, rgba(155,100,65,0.7), rgba(85,68,47,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-276 { background: linear-gradient(160deg, rgba(156,101,66,0.4), rgba(86,69,48,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-277 { background: linear-gradient(160deg, rgba(157,102,67,0.5), rgba(87,70,49,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-278 { background: linear-gradient(160deg, rgba(158,103,68,0.6), rgba(88,71,50,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-279 { background: linear-gradient(160deg, rgba(159,104,69,0.7), rgba(89,72,51,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-280 { background: linear-gradient(160deg, rgba(90,105,70,0.4), rgba(50,38,24,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-281 { background: linear-gradient(160deg, rgba(91,106,71,0.5), rgba(51,39,25,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-282 { background: linear-gradient(160deg, rgba(92,107,72,0.6), rgba(52,40,26,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-283 { background: linear-gradient(160deg, rgba(93,108,73,0.7), rgba(53,41,27,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-284 { background: linear-gradient(160deg, rgba(94,109,74,0.4), rgba(54,42,28,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-285 { background: linear-gradient(160deg, rgba(95,110,75,0.5), rgba(55,43,29,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-286 { background: linear-gradient(160deg, rgba(96,111,76,0.6), rgba(56,44,30,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-287 { background: linear-gradient(160deg, rgba(97,112,77,0.7), rgba(57,45,31,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-288 { background: linear-gradient(160deg, rgba(98,113,78,0.4), rgba(58,46,32,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-289 { background: linear-gradient(160deg, rgba(99,114,79,0.5), rgba(59,47,33,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-290 { background: linear-gradient(160deg, rgba(100,115,80,0.6), rgba(60,48,34,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-291 { background: linear-gradient(160deg, rgba(101,116,81,0.7), rgba(61,49,35,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-292 { background: linear-gradient(160deg, rgba(102,117,82,0.4), rgba(62,50,36,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-293 { background: linear-gradient(160deg, rgba(103,118,83,0.5), rgba(63,51,37,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-294 { background: linear-gradient(160deg, rgba(104,119,84,0.6), rgba(64,52,38,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-295 { background: linear-gradient(160deg, rgba(105,120,85,0.7), rgba(65,53,39,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-296 { background: linear-gradient(160deg, rgba(106,121,86,0.4), rgba(66,54,40,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-297 { background: linear-gradient(160deg, rgba(107,122,87,0.5), rgba(67,55,41,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-298 { background: linear-gradient(160deg, rgba(108,123,88,0.6), rgba(68,56,42,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-299 { background: linear-gradient(160deg, rgba(109,124,89,0.7), rgba(69,57,43,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-300 { background: linear-gradient(160deg, rgba(110,65,40,0.4), rgba(70,58,44,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-301 { background: linear-gradient(160deg, rgba(111,66,41,0.5), rgba(71,59,45,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-302 { background: linear-gradient(160deg, rgba(112,67,42,0.6), rgba(72,60,46,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-303 { background: linear-gradient(160deg, rgba(113,68,43,0.7), rgba(73,61,47,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-304 { background: linear-gradient(160deg, rgba(114,69,44,0.4), rgba(74,62,48,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-305 { background: linear-gradient(160deg, rgba(115,70,45,0.5), rgba(75,63,49,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-306 { background: linear-gradient(160deg, rgba(116,71,46,0.6), rgba(76,64,50,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-307 { background: linear-gradient(160deg, rgba(117,72,47,0.7), rgba(77,65,51,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-308 { background: linear-gradient(160deg, rgba(118,73,48,0.4), rgba(78,66,24,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-309 { background: linear-gradient(160deg, rgba(119,74,49,0.5), rgba(79,67,25,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-310 { background: linear-gradient(160deg, rgba(120,75,50,0.6), rgba(80,68,26,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-311 { background: linear-gradient(160deg, rgba(121,76,51,0.7), rgba(81,69,27,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-312 { background: linear-gradient(160deg, rgba(122,77,52,0.4), rgba(82,70,28,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-313 { background: linear-gradient(160deg, rgba(123,78,53,0.5), rgba(83,71,29,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-314 { background: linear-gradient(160deg, rgba(124,79,54,0.6), rgba(84,72,30,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-315 { background: linear-gradient(160deg, rgba(125,80,55,0.7), rgba(85,38,31,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-316 { background: linear-gradient(160deg, rgba(126,81,56,0.4), rgba(86,39,32,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-317 { background: linear-gradient(160deg, rgba(127,82,57,0.5), rgba(87,40,33,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-318 { background: linear-gradient(160deg, rgba(128,83,58,0.6), rgba(88,41,34,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-319 { background: linear-gradient(160deg, rgba(129,84,59,0.7), rgba(89,42,35,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-320 { background: linear-gradient(160deg, rgba(130,85,60,0.4), rgba(50,43,36,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-321 { background: linear-gradient(160deg, rgba(131,86,61,0.5), rgba(51,44,37,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-322 { background: linear-gradient(160deg, rgba(132,87,62,0.6), rgba(52,45,38,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-323 { background: linear-gradient(160deg, rgba(133,88,63,0.7), rgba(53,46,39,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-324 { background: linear-gradient(160deg, rgba(134,89,64,0.4), rgba(54,47,40,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-325 { background: linear-gradient(160deg, rgba(135,90,65,0.5), rgba(55,48,41,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-326 { background: linear-gradient(160deg, rgba(136,91,66,0.6), rgba(56,49,42,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-327 { background: linear-gradient(160deg, rgba(137,92,67,0.7), rgba(57,50,43,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-328 { background: linear-gradient(160deg, rgba(138,93,68,0.4), rgba(58,51,44,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-329 { background: linear-gradient(160deg, rgba(139,94,69,0.5), rgba(59,52,45,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-330 { background: linear-gradient(160deg, rgba(140,95,70,0.6), rgba(60,53,46,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-331 { background: linear-gradient(160deg, rgba(141,96,71,0.7), rgba(61,54,47,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-332 { background: linear-gradient(160deg, rgba(142,97,72,0.4), rgba(62,55,48,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-333 { background: linear-gradient(160deg, rgba(143,98,73,0.5), rgba(63,56,49,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-334 { background: linear-gradient(160deg, rgba(144,99,74,0.6), rgba(64,57,50,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-335 { background: linear-gradient(160deg, rgba(145,100,75,0.7), rgba(65,58,51,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-336 { background: linear-gradient(160deg, rgba(146,101,76,0.4), rgba(66,59,24,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-337 { background: linear-gradient(160deg, rgba(147,102,77,0.5), rgba(67,60,25,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-338 { background: linear-gradient(160deg, rgba(148,103,78,0.6), rgba(68,61,26,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-339 { background: linear-gradient(160deg, rgba(149,104,79,0.7), rgba(69,62,27,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-340 { background: linear-gradient(160deg, rgba(150,105,80,0.4), rgba(70,63,28,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-341 { background: linear-gradient(160deg, rgba(151,106,81,0.5), rgba(71,64,29,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-342 { background: linear-gradient(160deg, rgba(152,107,82,0.6), rgba(72,65,30,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-343 { background: linear-gradient(160deg, rgba(153,108,83,0.7), rgba(73,66,31,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-344 { background: linear-gradient(160deg, rgba(154,109,84,0.4), rgba(74,67,32,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-345 { background: linear-gradient(160deg, rgba(155,110,85,0.5), rgba(75,68,33,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-346 { background: linear-gradient(160deg, rgba(156,111,86,0.6), rgba(76,69,34,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-347 { background: linear-gradient(160deg, rgba(157,112,87,0.7), rgba(77,70,35,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-348 { background: linear-gradient(160deg, rgba(158,113,88,0.4), rgba(78,71,36,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-349 { background: linear-gradient(160deg, rgba(159,114,89,0.5), rgba(79,72,37,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-350 { background: linear-gradient(160deg, rgba(90,115,40,0.6), rgba(80,38,38,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-351 { background: linear-gradient(160deg, rgba(91,116,41,0.7), rgba(81,39,39,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-352 { background: linear-gradient(160deg, rgba(92,117,42,0.4), rgba(82,40,40,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-353 { background: linear-gradient(160deg, rgba(93,118,43,0.5), rgba(83,41,41,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-354 { background: linear-gradient(160deg, rgba(94,119,44,0.6), rgba(84,42,42,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-355 { background: linear-gradient(160deg, rgba(95,120,45,0.7), rgba(85,43,43,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-356 { background: linear-gradient(160deg, rgba(96,121,46,0.4), rgba(86,44,44,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-357 { background: linear-gradient(160deg, rgba(97,122,47,0.5), rgba(87,45,45,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-358 { background: linear-gradient(160deg, rgba(98,123,48,0.6), rgba(88,46,46,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-359 { background: linear-gradient(160deg, rgba(99,124,49,0.7), rgba(89,47,47,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-360 { background: linear-gradient(160deg, rgba(100,65,50,0.4), rgba(50,48,48,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-361 { background: linear-gradient(160deg, rgba(101,66,51,0.5), rgba(51,49,49,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-362 { background: linear-gradient(160deg, rgba(102,67,52,0.6), rgba(52,50,50,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-363 { background: linear-gradient(160deg, rgba(103,68,53,0.7), rgba(53,51,51,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-364 { background: linear-gradient(160deg, rgba(104,69,54,0.4), rgba(54,52,24,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-365 { background: linear-gradient(160deg, rgba(105,70,55,0.5), rgba(55,53,25,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-366 { background: linear-gradient(160deg, rgba(106,71,56,0.6), rgba(56,54,26,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-367 { background: linear-gradient(160deg, rgba(107,72,57,0.7), rgba(57,55,27,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-368 { background: linear-gradient(160deg, rgba(108,73,58,0.4), rgba(58,56,28,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-369 { background: linear-gradient(160deg, rgba(109,74,59,0.5), rgba(59,57,29,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-370 { background: linear-gradient(160deg, rgba(110,75,60,0.6), rgba(60,58,30,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-371 { background: linear-gradient(160deg, rgba(111,76,61,0.7), rgba(61,59,31,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-372 { background: linear-gradient(160deg, rgba(112,77,62,0.4), rgba(62,60,32,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-373 { background: linear-gradient(160deg, rgba(113,78,63,0.5), rgba(63,61,33,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-374 { background: linear-gradient(160deg, rgba(114,79,64,0.6), rgba(64,62,34,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-375 { background: linear-gradient(160deg, rgba(115,80,65,0.7), rgba(65,63,35,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-376 { background: linear-gradient(160deg, rgba(116,81,66,0.4), rgba(66,64,36,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-377 { background: linear-gradient(160deg, rgba(117,82,67,0.5), rgba(67,65,37,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-378 { background: linear-gradient(160deg, rgba(118,83,68,0.6), rgba(68,66,38,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-379 { background: linear-gradient(160deg, rgba(119,84,69,0.7), rgba(69,67,39,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-380 { background: linear-gradient(160deg, rgba(120,85,70,0.4), rgba(70,68,40,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-381 { background: linear-gradient(160deg, rgba(121,86,71,0.5), rgba(71,69,41,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-382 { background: linear-gradient(160deg, rgba(122,87,72,0.6), rgba(72,70,42,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-383 { background: linear-gradient(160deg, rgba(123,88,73,0.7), rgba(73,71,43,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-384 { background: linear-gradient(160deg, rgba(124,89,74,0.4), rgba(74,72,44,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-385 { background: linear-gradient(160deg, rgba(125,90,75,0.5), rgba(75,38,45,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-386 { background: linear-gradient(160deg, rgba(126,91,76,0.6), rgba(76,39,46,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-387 { background: linear-gradient(160deg, rgba(127,92,77,0.7), rgba(77,40,47,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-388 { background: linear-gradient(160deg, rgba(128,93,78,0.4), rgba(78,41,48,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-389 { background: linear-gradient(160deg, rgba(129,94,79,0.5), rgba(79,42,49,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-390 { background: linear-gradient(160deg, rgba(130,95,80,0.6), rgba(80,43,50,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-391 { background: linear-gradient(160deg, rgba(131,96,81,0.7), rgba(81,44,51,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-392 { background: linear-gradient(160deg, rgba(132,97,82,0.4), rgba(82,45,24,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-393 { background: linear-gradient(160deg, rgba(133,98,83,0.5), rgba(83,46,25,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-394 { background: linear-gradient(160deg, rgba(134,99,84,0.6), rgba(84,47,26,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-395 { background: linear-gradient(160deg, rgba(135,100,85,0.7), rgba(85,48,27,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-396 { background: linear-gradient(160deg, rgba(136,101,86,0.4), rgba(86,49,28,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-397 { background: linear-gradient(160deg, rgba(137,102,87,0.5), rgba(87,50,29,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-398 { background: linear-gradient(160deg, rgba(138,103,88,0.6), rgba(88,51,30,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-399 { background: linear-gradient(160deg, rgba(139,104,89,0.7), rgba(89,52,31,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-400 { background: linear-gradient(160deg, rgba(140,105,40,0.4), rgba(50,53,32,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-401 { background: linear-gradient(160deg, rgba(141,106,41,0.5), rgba(51,54,33,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-402 { background: linear-gradient(160deg, rgba(142,107,42,0.6), rgba(52,55,34,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-403 { background: linear-gradient(160deg, rgba(143,108,43,0.7), rgba(53,56,35,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-404 { background: linear-gradient(160deg, rgba(144,109,44,0.4), rgba(54,57,36,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-405 { background: linear-gradient(160deg, rgba(145,110,45,0.5), rgba(55,58,37,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-406 { background: linear-gradient(160deg, rgba(146,111,46,0.6), rgba(56,59,38,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-407 { background: linear-gradient(160deg, rgba(147,112,47,0.7), rgba(57,60,39,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-408 { background: linear-gradient(160deg, rgba(148,113,48,0.4), rgba(58,61,40,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-409 { background: linear-gradient(160deg, rgba(149,114,49,0.5), rgba(59,62,41,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-410 { background: linear-gradient(160deg, rgba(150,115,50,0.6), rgba(60,63,42,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-411 { background: linear-gradient(160deg, rgba(151,116,51,0.7), rgba(61,64,43,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-412 { background: linear-gradient(160deg, rgba(152,117,52,0.4), rgba(62,65,44,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-413 { background: linear-gradient(160deg, rgba(153,118,53,0.5), rgba(63,66,45,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-414 { background: linear-gradient(160deg, rgba(154,119,54,0.6), rgba(64,67,46,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-415 { background: linear-gradient(160deg, rgba(155,120,55,0.7), rgba(65,68,47,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-416 { background: linear-gradient(160deg, rgba(156,121,56,0.4), rgba(66,69,48,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-417 { background: linear-gradient(160deg, rgba(157,122,57,0.5), rgba(67,70,49,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-418 { background: linear-gradient(160deg, rgba(158,123,58,0.6), rgba(68,71,50,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-419 { background: linear-gradient(160deg, rgba(159,124,59,0.7), rgba(69,72,51,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-420 { background: linear-gradient(160deg, rgba(90,65,60,0.4), rgba(70,38,24,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-421 { background: linear-gradient(160deg, rgba(91,66,61,0.5), rgba(71,39,25,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-422 { background: linear-gradient(160deg, rgba(92,67,62,0.6), rgba(72,40,26,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-423 { background: linear-gradient(160deg, rgba(93,68,63,0.7), rgba(73,41,27,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-424 { background: linear-gradient(160deg, rgba(94,69,64,0.4), rgba(74,42,28,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-425 { background: linear-gradient(160deg, rgba(95,70,65,0.5), rgba(75,43,29,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-426 { background: linear-gradient(160deg, rgba(96,71,66,0.6), rgba(76,44,30,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-427 { background: linear-gradient(160deg, rgba(97,72,67,0.7), rgba(77,45,31,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-428 { background: linear-gradient(160deg, rgba(98,73,68,0.4), rgba(78,46,32,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-429 { background: linear-gradient(160deg, rgba(99,74,69,0.5), rgba(79,47,33,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-430 { background: linear-gradient(160deg, rgba(100,75,70,0.6), rgba(80,48,34,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-431 { background: linear-gradient(160deg, rgba(101,76,71,0.7), rgba(81,49,35,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-432 { background: linear-gradient(160deg, rgba(102,77,72,0.4), rgba(82,50,36,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-433 { background: linear-gradient(160deg, rgba(103,78,73,0.5), rgba(83,51,37,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-434 { background: linear-gradient(160deg, rgba(104,79,74,0.6), rgba(84,52,38,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-435 { background: linear-gradient(160deg, rgba(105,80,75,0.7), rgba(85,53,39,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-436 { background: linear-gradient(160deg, rgba(106,81,76,0.4), rgba(86,54,40,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-437 { background: linear-gradient(160deg, rgba(107,82,77,0.5), rgba(87,55,41,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-438 { background: linear-gradient(160deg, rgba(108,83,78,0.6), rgba(88,56,42,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-439 { background: linear-gradient(160deg, rgba(109,84,79,0.7), rgba(89,57,43,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-440 { background: linear-gradient(160deg, rgba(110,85,80,0.4), rgba(50,58,44,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-441 { background: linear-gradient(160deg, rgba(111,86,81,0.5), rgba(51,59,45,0.6)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-442 { background: linear-gradient(160deg, rgba(112,87,82,0.6), rgba(52,60,46,0.7)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-443 { background: linear-gradient(160deg, rgba(113,88,83,0.7), rgba(53,61,47,0.8)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-444 { background: linear-gradient(160deg, rgba(114,89,84,0.4), rgba(54,62,48,0.5)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-445 { background: linear-gradient(160deg, rgba(115,90,85,0.5), rgba(55,63,49,0.6)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-446 { background: linear-gradient(160deg, rgba(116,91,86,0.6), rgba(56,64,50,0.7)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-447 { background: linear-gradient(160deg, rgba(117,92,87,0.7), rgba(57,65,51,0.8)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-448 { background: linear-gradient(160deg, rgba(118,93,88,0.4), rgba(58,66,24,0.5)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-449 { background: linear-gradient(160deg, rgba(119,94,89,0.5), rgba(59,67,25,0.6)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-450 { background: linear-gradient(160deg, rgba(120,95,40,0.6), rgba(60,68,26,0.7)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-451 { background: linear-gradient(160deg, rgba(121,96,41,0.7), rgba(61,69,27,0.8)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-452 { background: linear-gradient(160deg, rgba(122,97,42,0.4), rgba(62,70,28,0.5)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-453 { background: linear-gradient(160deg, rgba(123,98,43,0.5), rgba(63,71,29,0.6)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-454 { background: linear-gradient(160deg, rgba(124,99,44,0.6), rgba(64,72,30,0.7)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-455 { background: linear-gradient(160deg, rgba(125,100,45,0.7), rgba(65,38,31,0.8)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-456 { background: linear-gradient(160deg, rgba(126,101,46,0.4), rgba(66,39,32,0.5)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-457 { background: linear-gradient(160deg, rgba(127,102,47,0.5), rgba(67,40,33,0.6)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-458 { background: linear-gradient(160deg, rgba(128,103,48,0.6), rgba(68,41,34,0.7)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-459 { background: linear-gradient(160deg, rgba(129,104,49,0.7), rgba(69,42,35,0.8)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-460 { background: linear-gradient(160deg, rgba(130,105,50,0.4), rgba(70,43,36,0.5)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-461 { background: linear-gradient(160deg, rgba(131,106,51,0.5), rgba(71,44,37,0.6)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-462 { background: linear-gradient(160deg, rgba(132,107,52,0.6), rgba(72,45,38,0.7)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-463 { background: linear-gradient(160deg, rgba(133,108,53,0.7), rgba(73,46,39,0.8)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-464 { background: linear-gradient(160deg, rgba(134,109,54,0.4), rgba(74,47,40,0.5)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-465 { background: linear-gradient(160deg, rgba(135,110,55,0.5), rgba(75,48,41,0.6)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-466 { background: linear-gradient(160deg, rgba(136,111,56,0.6), rgba(76,49,42,0.7)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-467 { background: linear-gradient(160deg, rgba(137,112,57,0.7), rgba(77,50,43,0.8)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-468 { background: linear-gradient(160deg, rgba(138,113,58,0.4), rgba(78,51,44,0.5)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-469 { background: linear-gradient(160deg, rgba(139,114,59,0.5), rgba(79,52,45,0.6)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-470 { background: linear-gradient(160deg, rgba(140,115,60,0.6), rgba(80,53,46,0.7)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-471 { background: linear-gradient(160deg, rgba(141,116,61,0.7), rgba(81,54,47,0.8)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-472 { background: linear-gradient(160deg, rgba(142,117,62,0.4), rgba(82,55,48,0.5)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-473 { background: linear-gradient(160deg, rgba(143,118,63,0.5), rgba(83,56,49,0.6)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-474 { background: linear-gradient(160deg, rgba(144,119,64,0.6), rgba(84,57,50,0.7)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-475 { background: linear-gradient(160deg, rgba(145,120,65,0.7), rgba(85,58,51,0.8)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-476 { background: linear-gradient(160deg, rgba(146,121,66,0.4), rgba(86,59,24,0.5)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-477 { background: linear-gradient(160deg, rgba(147,122,67,0.5), rgba(87,60,25,0.6)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-478 { background: linear-gradient(160deg, rgba(148,123,68,0.6), rgba(88,61,26,0.7)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-479 { background: linear-gradient(160deg, rgba(149,124,69,0.7), rgba(89,62,27,0.8)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-480 { background: linear-gradient(160deg, rgba(150,65,70,0.4), rgba(50,63,28,0.5)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-481 { background: linear-gradient(160deg, rgba(151,66,71,0.5), rgba(51,64,29,0.6)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-482 { background: linear-gradient(160deg, rgba(152,67,72,0.6), rgba(52,65,30,0.7)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-483 { background: linear-gradient(160deg, rgba(153,68,73,0.7), rgba(53,66,31,0.8)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-484 { background: linear-gradient(160deg, rgba(154,69,74,0.4), rgba(54,67,32,0.5)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-485 { background: linear-gradient(160deg, rgba(155,70,75,0.5), rgba(55,68,33,0.6)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-486 { background: linear-gradient(160deg, rgba(156,71,76,0.6), rgba(56,69,34,0.7)); box-shadow: inset 0 1px 5px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-487 { background: linear-gradient(160deg, rgba(157,72,77,0.7), rgba(57,70,35,0.8)); box-shadow: inset 0 2px 6px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-488 { background: linear-gradient(160deg, rgba(158,73,78,0.4), rgba(58,71,36,0.5)); box-shadow: inset 0 3px 7px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
.terrain-elev-489 { background: linear-gradient(160deg, rgba(159,74,79,0.5), rgba(59,72,37,0.6)); box-shadow: inset 0 1px 8px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.3); }
.terrain-elev-490 { background: linear-gradient(160deg, rgba(90,75,80,0.6), rgba(60,38,38,0.7)); box-shadow: inset 0 2px 4px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.4); }
.terrain-elev-491 { background: linear-gradient(160deg, rgba(91,76,81,0.7), rgba(61,39,39,0.8)); box-shadow: inset 0 3px 5px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.5); }
.terrain-elev-492 { background: linear-gradient(160deg, rgba(92,77,82,0.4), rgba(62,40,40,0.5)); box-shadow: inset 0 1px 6px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.2); }
.terrain-elev-493 { background: linear-gradient(160deg, rgba(93,78,83,0.5), rgba(63,41,41,0.6)); box-shadow: inset 0 2px 7px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.3); }
.terrain-elev-494 { background: linear-gradient(160deg, rgba(94,79,84,0.6), rgba(64,42,42,0.7)); box-shadow: inset 0 3px 8px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.4); }
.terrain-elev-495 { background: linear-gradient(160deg, rgba(95,80,85,0.7), rgba(65,43,43,0.8)); box-shadow: inset 0 1px 4px rgba(255,215,160,0.1), inset 0 -1px 7px rgba(0,0,0,0.5); }
.terrain-elev-496 { background: linear-gradient(160deg, rgba(96,81,86,0.4), rgba(66,44,44,0.5)); box-shadow: inset 0 2px 5px rgba(255,215,160,0.2), inset 0 -2px 8px rgba(0,0,0,0.2); }
.terrain-elev-497 { background: linear-gradient(160deg, rgba(97,82,87,0.5), rgba(67,45,45,0.6)); box-shadow: inset 0 3px 6px rgba(255,215,160,0.3), inset 0 -3px 9px rgba(0,0,0,0.3); }
.terrain-elev-498 { background: linear-gradient(160deg, rgba(98,83,88,0.6), rgba(68,46,46,0.7)); box-shadow: inset 0 1px 7px rgba(255,215,160,0.1), inset 0 -1px 4px rgba(0,0,0,0.4); }
.terrain-elev-499 { background: linear-gradient(160deg, rgba(99,84,89,0.7), rgba(69,47,47,0.8)); box-shadow: inset 0 2px 8px rgba(255,215,160,0.2), inset 0 -2px 5px rgba(0,0,0,0.5); }
.terrain-elev-500 { background: linear-gradient(160deg, rgba(100,85,40,0.4), rgba(70,48,48,0.5)); box-shadow: inset 0 3px 4px rgba(255,215,160,0.3), inset 0 -3px 6px rgba(0,0,0,0.2); }
@media (max-width: 323px) { .mobile-stack-1 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 326px) { .mobile-stack-2 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 329px) { .mobile-stack-3 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 332px) { .mobile-stack-4 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 335px) { .mobile-stack-5 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 338px) { .mobile-stack-6 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 341px) { .mobile-stack-7 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 344px) { .mobile-stack-8 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 347px) { .mobile-stack-9 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 350px) { .mobile-stack-10 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 353px) { .mobile-stack-11 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 356px) { .mobile-stack-12 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 359px) { .mobile-stack-13 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 362px) { .mobile-stack-14 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 365px) { .mobile-stack-15 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 368px) { .mobile-stack-16 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 371px) { .mobile-stack-17 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 374px) { .mobile-stack-18 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 377px) { .mobile-stack-19 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 380px) { .mobile-stack-20 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 383px) { .mobile-stack-21 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 386px) { .mobile-stack-22 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 389px) { .mobile-stack-23 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 392px) { .mobile-stack-24 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 395px) { .mobile-stack-25 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 398px) { .mobile-stack-26 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 401px) { .mobile-stack-27 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 404px) { .mobile-stack-28 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 407px) { .mobile-stack-29 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 410px) { .mobile-stack-30 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 413px) { .mobile-stack-31 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 416px) { .mobile-stack-32 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 419px) { .mobile-stack-33 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 422px) { .mobile-stack-34 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 425px) { .mobile-stack-35 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 428px) { .mobile-stack-36 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 431px) { .mobile-stack-37 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 434px) { .mobile-stack-38 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 437px) { .mobile-stack-39 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 440px) { .mobile-stack-40 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 443px) { .mobile-stack-41 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 446px) { .mobile-stack-42 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 449px) { .mobile-stack-43 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 452px) { .mobile-stack-44 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 455px) { .mobile-stack-45 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 458px) { .mobile-stack-46 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 461px) { .mobile-stack-47 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 464px) { .mobile-stack-48 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 467px) { .mobile-stack-49 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 470px) { .mobile-stack-50 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 473px) { .mobile-stack-51 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 476px) { .mobile-stack-52 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 479px) { .mobile-stack-53 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 482px) { .mobile-stack-54 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 485px) { .mobile-stack-55 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 488px) { .mobile-stack-56 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 491px) { .mobile-stack-57 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 494px) { .mobile-stack-58 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 497px) { .mobile-stack-59 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 500px) { .mobile-stack-60 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 503px) { .mobile-stack-61 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 506px) { .mobile-stack-62 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 509px) { .mobile-stack-63 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 512px) { .mobile-stack-64 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 515px) { .mobile-stack-65 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 518px) { .mobile-stack-66 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 521px) { .mobile-stack-67 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 524px) { .mobile-stack-68 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 527px) { .mobile-stack-69 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 530px) { .mobile-stack-70 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 533px) { .mobile-stack-71 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 536px) { .mobile-stack-72 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 539px) { .mobile-stack-73 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 542px) { .mobile-stack-74 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 545px) { .mobile-stack-75 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 548px) { .mobile-stack-76 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 551px) { .mobile-stack-77 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 554px) { .mobile-stack-78 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 557px) { .mobile-stack-79 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 560px) { .mobile-stack-80 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 563px) { .mobile-stack-81 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 566px) { .mobile-stack-82 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 569px) { .mobile-stack-83 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 572px) { .mobile-stack-84 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 575px) { .mobile-stack-85 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 578px) { .mobile-stack-86 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 581px) { .mobile-stack-87 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 584px) { .mobile-stack-88 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 587px) { .mobile-stack-89 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 590px) { .mobile-stack-90 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 593px) { .mobile-stack-91 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 596px) { .mobile-stack-92 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 599px) { .mobile-stack-93 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 602px) { .mobile-stack-94 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 605px) { .mobile-stack-95 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 608px) { .mobile-stack-96 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 611px) { .mobile-stack-97 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 614px) { .mobile-stack-98 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 617px) { .mobile-stack-99 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 620px) { .mobile-stack-100 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 623px) { .mobile-stack-101 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 626px) { .mobile-stack-102 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 629px) { .mobile-stack-103 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 632px) { .mobile-stack-104 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 635px) { .mobile-stack-105 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 638px) { .mobile-stack-106 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 641px) { .mobile-stack-107 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 644px) { .mobile-stack-108 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 647px) { .mobile-stack-109 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 650px) { .mobile-stack-110 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 653px) { .mobile-stack-111 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 656px) { .mobile-stack-112 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 659px) { .mobile-stack-113 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 662px) { .mobile-stack-114 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 665px) { .mobile-stack-115 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 668px) { .mobile-stack-116 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 671px) { .mobile-stack-117 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 674px) { .mobile-stack-118 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 677px) { .mobile-stack-119 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 680px) { .mobile-stack-120 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 683px) { .mobile-stack-121 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 686px) { .mobile-stack-122 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 689px) { .mobile-stack-123 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 692px) { .mobile-stack-124 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 695px) { .mobile-stack-125 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 698px) { .mobile-stack-126 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 701px) { .mobile-stack-127 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 704px) { .mobile-stack-128 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 707px) { .mobile-stack-129 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 710px) { .mobile-stack-130 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 713px) { .mobile-stack-131 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 716px) { .mobile-stack-132 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 719px) { .mobile-stack-133 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 722px) { .mobile-stack-134 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 725px) { .mobile-stack-135 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 728px) { .mobile-stack-136 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 731px) { .mobile-stack-137 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 734px) { .mobile-stack-138 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 737px) { .mobile-stack-139 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 740px) { .mobile-stack-140 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 743px) { .mobile-stack-141 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 746px) { .mobile-stack-142 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 749px) { .mobile-stack-143 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 752px) { .mobile-stack-144 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 755px) { .mobile-stack-145 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 758px) { .mobile-stack-146 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 761px) { .mobile-stack-147 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 764px) { .mobile-stack-148 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 767px) { .mobile-stack-149 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 770px) { .mobile-stack-150 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 773px) { .mobile-stack-151 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 776px) { .mobile-stack-152 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 779px) { .mobile-stack-153 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 782px) { .mobile-stack-154 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 785px) { .mobile-stack-155 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 788px) { .mobile-stack-156 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 791px) { .mobile-stack-157 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 794px) { .mobile-stack-158 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 797px) { .mobile-stack-159 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 800px) { .mobile-stack-160 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 803px) { .mobile-stack-161 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 806px) { .mobile-stack-162 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 809px) { .mobile-stack-163 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 812px) { .mobile-stack-164 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 815px) { .mobile-stack-165 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 818px) { .mobile-stack-166 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 821px) { .mobile-stack-167 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 824px) { .mobile-stack-168 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 827px) { .mobile-stack-169 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 830px) { .mobile-stack-170 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 833px) { .mobile-stack-171 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 836px) { .mobile-stack-172 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 839px) { .mobile-stack-173 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 842px) { .mobile-stack-174 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 845px) { .mobile-stack-175 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 848px) { .mobile-stack-176 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 851px) { .mobile-stack-177 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 854px) { .mobile-stack-178 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 857px) { .mobile-stack-179 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 860px) { .mobile-stack-180 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 863px) { .mobile-stack-181 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 866px) { .mobile-stack-182 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 869px) { .mobile-stack-183 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 872px) { .mobile-stack-184 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 875px) { .mobile-stack-185 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 878px) { .mobile-stack-186 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 881px) { .mobile-stack-187 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 884px) { .mobile-stack-188 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 887px) { .mobile-stack-189 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 890px) { .mobile-stack-190 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 893px) { .mobile-stack-191 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 896px) { .mobile-stack-192 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 899px) { .mobile-stack-193 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 902px) { .mobile-stack-194 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 905px) { .mobile-stack-195 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 908px) { .mobile-stack-196 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 911px) { .mobile-stack-197 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 914px) { .mobile-stack-198 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 917px) { .mobile-stack-199 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 920px) { .mobile-stack-200 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 923px) { .mobile-stack-201 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 926px) { .mobile-stack-202 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 929px) { .mobile-stack-203 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 932px) { .mobile-stack-204 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 935px) { .mobile-stack-205 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 938px) { .mobile-stack-206 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 941px) { .mobile-stack-207 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 944px) { .mobile-stack-208 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 947px) { .mobile-stack-209 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 950px) { .mobile-stack-210 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 953px) { .mobile-stack-211 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 956px) { .mobile-stack-212 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 959px) { .mobile-stack-213 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 962px) { .mobile-stack-214 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 965px) { .mobile-stack-215 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 968px) { .mobile-stack-216 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 971px) { .mobile-stack-217 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 974px) { .mobile-stack-218 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 977px) { .mobile-stack-219 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 980px) { .mobile-stack-220 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 983px) { .mobile-stack-221 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 986px) { .mobile-stack-222 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 989px) { .mobile-stack-223 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 992px) { .mobile-stack-224 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 995px) { .mobile-stack-225 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 998px) { .mobile-stack-226 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1001px) { .mobile-stack-227 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1004px) { .mobile-stack-228 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1007px) { .mobile-stack-229 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1010px) { .mobile-stack-230 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1013px) { .mobile-stack-231 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1016px) { .mobile-stack-232 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1019px) { .mobile-stack-233 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1022px) { .mobile-stack-234 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1025px) { .mobile-stack-235 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1028px) { .mobile-stack-236 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1031px) { .mobile-stack-237 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1034px) { .mobile-stack-238 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1037px) { .mobile-stack-239 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1040px) { .mobile-stack-240 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1043px) { .mobile-stack-241 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1046px) { .mobile-stack-242 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1049px) { .mobile-stack-243 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1052px) { .mobile-stack-244 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1055px) { .mobile-stack-245 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1058px) { .mobile-stack-246 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1061px) { .mobile-stack-247 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1064px) { .mobile-stack-248 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1067px) { .mobile-stack-249 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1070px) { .mobile-stack-250 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1073px) { .mobile-stack-251 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1076px) { .mobile-stack-252 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1079px) { .mobile-stack-253 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1082px) { .mobile-stack-254 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1085px) { .mobile-stack-255 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1088px) { .mobile-stack-256 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1091px) { .mobile-stack-257 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1094px) { .mobile-stack-258 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1097px) { .mobile-stack-259 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1100px) { .mobile-stack-260 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1103px) { .mobile-stack-261 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1106px) { .mobile-stack-262 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1109px) { .mobile-stack-263 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1112px) { .mobile-stack-264 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1115px) { .mobile-stack-265 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1118px) { .mobile-stack-266 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1121px) { .mobile-stack-267 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1124px) { .mobile-stack-268 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1127px) { .mobile-stack-269 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1130px) { .mobile-stack-270 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1133px) { .mobile-stack-271 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1136px) { .mobile-stack-272 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1139px) { .mobile-stack-273 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1142px) { .mobile-stack-274 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1145px) { .mobile-stack-275 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1148px) { .mobile-stack-276 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1151px) { .mobile-stack-277 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1154px) { .mobile-stack-278 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1157px) { .mobile-stack-279 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1160px) { .mobile-stack-280 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1163px) { .mobile-stack-281 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1166px) { .mobile-stack-282 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1169px) { .mobile-stack-283 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1172px) { .mobile-stack-284 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1175px) { .mobile-stack-285 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1178px) { .mobile-stack-286 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1181px) { .mobile-stack-287 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1184px) { .mobile-stack-288 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1187px) { .mobile-stack-289 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1190px) { .mobile-stack-290 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1193px) { .mobile-stack-291 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1196px) { .mobile-stack-292 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 1199px) { .mobile-stack-293 { display: grid; grid-template-columns: 1fr; gap: 9px; } }
@media (max-width: 1202px) { .mobile-stack-294 { display: grid; grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 1205px) { .mobile-stack-295 { display: grid; grid-template-columns: 1fr; gap: 11px; } }
@media (max-width: 1208px) { .mobile-stack-296 { display: grid; grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1211px) { .mobile-stack-297 { display: grid; grid-template-columns: 1fr; gap: 5px; } }
@media (max-width: 1214px) { .mobile-stack-298 { display: grid; grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 1217px) { .mobile-stack-299 { display: grid; grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 1220px) { .mobile-stack-300 { display: grid; grid-template-columns: 1fr; gap: 8px; } }
.history-controls { display:flex; gap:.4rem; margin-left:auto; }
.phase-nav-btn.is-disabled { opacity:.45; pointer-events:none; }
.ops-tooltip { position:fixed; z-index:120; pointer-events:none; opacity:0; transform:translateY(4px); transition:opacity .14s ease, transform .14s ease; max-width:260px; border-radius:10px; border:1px solid rgba(120,165,231,.4); background:linear-gradient(180deg, rgba(15,24,41,.96), rgba(7,12,22,.97)); box-shadow:0 14px 24px rgba(0,0,0,.45); padding:.45rem .5rem; }
.ops-tooltip.is-visible { opacity:1; transform:translateY(0); }
.ops-tooltip__title { font-family:'Rajdhani',sans-serif; font-size:.76rem; text-transform:uppercase; letter-spacing:.08em; color:#dff0ff; }
.ops-tooltip__body { margin-top:.15rem; font-size:.68rem; line-height:1.35; color:#a9bddc; }
.achievement-stack { position:fixed; right:1rem; top:6.8rem; z-index:110; display:grid; gap:.45rem; }
.achievement-card { width:min(340px, 90vw); border-radius:12px; border:1px solid rgba(120,165,231,.35); background:linear-gradient(180deg, rgba(23,35,56,.95), rgba(12,20,34,.96)); box-shadow:0 18px 28px rgba(0,0,0,.5), 0 0 16px rgba(100,183,255,.3); padding:.55rem .62rem; opacity:0; transform:translateY(-6px) scale(.98); transition:all .22s ease; }
.achievement-card.is-show { opacity:1; transform:translateY(0) scale(1); }
.achievement-card.is-hide { opacity:0; transform:translateY(-8px) scale(.97); }
.achievement-card__header { font-size:.58rem; text-transform:uppercase; letter-spacing:.11em; color:#8fb0db; }
.achievement-card__title { margin-top:.12rem; font-family:'Rajdhani',sans-serif; text-transform:uppercase; color:#dff1ff; }
.achievement-card__body { margin-top:.12rem; font-size:.7rem; color:#abc1e0; }
.loading-overlay { position:fixed; inset:0; z-index:130; display:grid; place-items:center; pointer-events:none; opacity:0; transition:opacity .2s ease; background:radial-gradient(circle at 50% 40%, rgba(27,45,71,.35), rgba(4,8,16,.8)); }
.loading-overlay.is-visible { opacity:1; }
.loading-overlay__panel { width:min(420px, 92vw); border-radius:14px; border:1px solid rgba(120,165,231,.45); background:linear-gradient(180deg, rgba(20,32,52,.94), rgba(9,15,27,.97)); box-shadow:0 24px 40px rgba(0,0,0,.58); padding:.85rem; }
.loading-overlay__label { font-family:'Rajdhani',sans-serif; text-transform:uppercase; letter-spacing:.08em; color:#d8ebff; }
.loading-overlay__rail { margin-top:.5rem; height:.7rem; border-radius:999px; border:1px solid rgba(120,165,231,.3); background:rgba(0,0,0,.32); overflow:hidden; }
.loading-overlay__bar { height:100%; width:0%; background:linear-gradient(90deg, #2f7de3, #64b7ff); transition:width .16s ease; }
.risk-meter { border:1px solid rgba(120,165,231,.2); border-radius:10px; background:rgba(0,0,0,.22); padding:.45rem; }
.risk-meter__top { display:flex; justify-content:space-between; align-items:center; }
.risk-meter__label { font-size:.56rem; text-transform:uppercase; letter-spacing:.1em; color:#8ea4c8; }
.risk-meter__value { font-family:'Rajdhani',sans-serif; color:#ddedff; }
.risk-meter__rail { margin-top:.25rem; height:.52rem; border-radius:999px; background:rgba(8,12,20,.8); border:1px solid rgba(120,165,231,.25); overflow:hidden; }
.risk-meter__bar { height:100%; width:0%; background:linear-gradient(90deg, #ffd07b, #ff7f9a); transition:width .2s ease; }
.risk-meter__bar[data-tone='green'] { background:linear-gradient(90deg, #7be9bd, #39c98d); }
.risk-meter__bar[data-tone='yellow'] { background:linear-gradient(90deg, #ffdd89, #ffb95d); }
.risk-meter__bar[data-tone='orange'] { background:linear-gradient(90deg, #ffc06a, #ff8a57); }
.risk-meter__bar[data-tone='red'] { background:linear-gradient(90deg, #ff9cae, #ff5b7d); }
.risk-meter__reaction { margin-top:.22rem; font-size:.65rem; color:#a9bedc; }
.fatigue-panel { border:1px solid rgba(120,165,231,.2); border-radius:10px; background:rgba(0,0,0,.24); padding:.45rem; }
.fatigue-panel__title { font-size:.56rem; text-transform:uppercase; letter-spacing:.1em; color:#90a7cd; }
.fatigue-panel__value { margin-top:.12rem; font-family:'Rajdhani',sans-serif; color:#d8eafe; }
.fatigue-panel__rail { margin-top:.22rem; height:.56rem; border-radius:999px; border:1px solid rgba(120,165,231,.25); background:rgba(8,12,20,.8); overflow:hidden; }
.fatigue-panel__bar { height:100%; width:0%; background:linear-gradient(90deg, #7be9bd, #ff7d98); transition:width .2s ease; }
.fatigue-panel__bar[data-tone='red'] { background:linear-gradient(90deg, #ff95ad, #ff5275); }
.fatigue-panel__bar[data-tone='orange'] { background:linear-gradient(90deg, #ffca73, #ff9161); }
.fatigue-panel__bar[data-tone='yellow'] { background:linear-gradient(90deg, #ffe08f, #ffc96d); }
.fatigue-panel__bar[data-tone='green'] { background:linear-gradient(90deg, #98f3cd, #58d7a7); }
.fatigue-panel__tone { margin-top:.2rem; font-size:.69rem; color:#ddecff; }
.fatigue-panel__note { margin-top:.15rem; font-size:.63rem; color:#a6bcdd; line-height:1.35; }
.strategic-strip { display:flex; gap:.5rem; padding:.45rem .95rem .85rem; border-top:1px solid rgba(120,165,231,.16); }
.strategic-pill { border:1px solid rgba(120,165,231,.24); border-radius:999px; background:rgba(9,15,26,.56); padding:.2rem .52rem; font-size:.62rem; text-transform:uppercase; letter-spacing:.09em; color:#cfe4ff; }
.perimeter-preview { position:absolute; left:.6rem; bottom:.6rem; border:1px solid rgba(120,165,231,.33); border-radius:999px; background:rgba(8,12,22,.75); padding:.2rem .5rem; font-size:.63rem; letter-spacing:.08em; color:#d8ebff; text-transform:uppercase; }

/* ===== Inward Compression Battlefield Overhaul ===== */
.compression-layout {
  display: grid;
  grid-template-columns: minmax(290px, .85fr) minmax(620px, 1.7fr) minmax(290px, .85fr);
  gap: 1rem;
  align-items: start;
}

.battlefield-panel {
  margin-top: .75rem;
  border: 1px solid rgba(120,165,231,.24);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(16,24,38,.88), rgba(9,14,23,.95));
  box-shadow: 0 20px 40px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05);
  overflow: hidden;
}

.battlefield-panel__top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: .5rem;
  align-items: center;
  padding: .55rem .65rem;
  border-bottom: 1px solid rgba(120,165,231,.16);
  background: linear-gradient(180deg, rgba(27,40,64,.85), rgba(13,20,33,.85));
}

.battlefield-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #d7ebff;
}

.battlefield-pill {
  border: 1px solid rgba(120,165,231,.28);
  border-radius: 999px;
  padding: .2rem .5rem;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cfe4ff;
  background: rgba(10,16,28,.62);
}

.battlefield-canvas-wrap {
  position: relative;
  padding: .45rem;
}

.battlefield-canvas {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(120,165,231,.2);
  background: #1a1f2a;
  display: block;
}

.deployment-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .45rem;
  padding: .5rem .6rem;
  border-top: 1px solid rgba(120,165,231,.16);
}

.deployment-item {
  border: 1px solid rgba(120,165,231,.25);
  border-radius: 10px;
  padding: .36rem .46rem;
  text-align: left;
  background: linear-gradient(180deg, rgba(22,34,55,.9), rgba(11,18,31,.95));
  color: #d8ebff;
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

.deployment-item:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--unit-color), #c8ddff 32%);
  box-shadow: 0 10px 16px rgba(0,0,0,.36), 0 0 14px color-mix(in srgb, var(--unit-color), transparent 72%);
}

.deployment-item.is-selected {
  border-color: color-mix(in srgb, var(--unit-color), #e7f3ff 20%);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--unit-color), transparent 45%), 0 12px 18px rgba(0,0,0,.44);
  filter: brightness(1.06);
}

.deployment-item__name {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .78rem;
}

.deployment-item__cost {
  display: block;
  margin-top: .1rem;
  font-size: .62rem;
  color: #9eb8dc;
}

.battlefield-hint {
  padding: 0 .65rem .55rem;
  color: #95afcf;
  font-size: .66rem;
  line-height: 1.35;
}

@media (max-width: 1450px) {
  .compression-layout {
    grid-template-columns: minmax(280px, .9fr) minmax(560px, 1.4fr);
  }

  .compression-layout > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .compression-layout {
    grid-template-columns: 1fr;
  }

  .battlefield-panel__top {
    grid-template-columns: 1fr;
  }

  .deployment-bar {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
