@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
*,:before,:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}
:root {
  --background: 160 20% 95%;
  --foreground: 0 0% 98%;
  --card: 0 0% 100%;
  --card-foreground: 160 10% 10%;
  --popover: 0 0% 100%;
  --popover-foreground: 160 10% 10%;
  --primary: 137 86% 88%;
  --primary-foreground: 160 10% 10%;
  --secondary: 160 15% 90%;
  --secondary-foreground: 160 10% 10%;
  --muted: 160 10% 85%;
  --muted-foreground: 160 10% 40%;
  --accent: 137 86% 88%;
  --accent-foreground: 160 10% 10%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 160 15% 85%;
  --input: 160 15% 85%;
  --ring: 137 86% 88%;
  --radius: 1rem;
  --mint: 137 86% 88% !important;
  --mint-glow: 140 80% 92%;
  --mint-soft: 160 30% 92%;
  --dark: 220 20% 8%;
  --dark-card: 220 18% 12%;
  --dark-elevated: 220 16% 16%;
  --dark-border: 220 14% 22%;
  --gradient-mint: linear-gradient(135deg, hsl(142 71% 45%), hsl(160 70% 50%));
  --gradient-dark: linear-gradient(180deg, hsl(220 20% 8%), hsl(220 18% 4%));
  --gradient-glass: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.05));
  --gradient-glow: radial-gradient(ellipse at center, hsl(142 71% 45% / .3), transparent 70%);
  --shadow-mint: 0 0 60px hsl(142 71% 45% / .4);
  --shadow-card: 0 25px 50px -12px rgba(0, 0, 0, .25);
  --shadow-elevated: 0 8px 32px rgba(0, 0, 0, .12);
  --transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1);
  --transition-bounce: all .5s cubic-bezier(.34, 1.56, .64, 1)
}
.dark {
  --background: 220 20% 8%;
  --foreground: 0 0% 98%;
  --card: 220 18% 12%;
  --card-foreground: 0 0% 98%;
  --popover: 220 18% 12%;
  --popover-foreground: 0 0% 98%;
  --primary: 137 86% 88%;
  --primary-foreground: 220 20% 8%;
  --secondary: 220 16% 16%;
  --secondary-foreground: 0 0% 98%;
  --muted: 220 14% 20%;
  --muted-foreground: 220 10% 60%;
  --accent: 137 86% 88%;
  --accent-foreground: 220 20% 8%;
  --destructive: 0 62.8% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 220 14% 22%;
  --input: 220 14% 22%;
  --ring: 137 86% 88%
}

.glass-card {
  position:relative;
  overflow:hidden;
  border-radius:1rem;
  background:linear-gradient(135deg,#ffffff14,#ffffff05);
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.1)
}
.glass-card:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.5s;
  animation-duration:.5s;
  background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),hsl(var(--mint) / .15),transparent 50%);
  z-index: -1;
}
.glass-card:hover:before {
  opacity:1
}
.text-gradient-mint {
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  background-image:linear-gradient(135deg,hsl(var(--mint)),hsl(var(--mint-glow)))
}
.terminal-cursor {
  margin-left:.25rem;
  display:inline-block;
  height:1.25rem;
  width:.5rem;
  background-color:hsl(var(--primary));
  animation:blink 1s step-end infinite
}
.service-icon {
  position:relative;
  display:flex;
  height:5rem;
  width:5rem;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  background:linear-gradient(135deg,hsl(var(--mint) / .15),hsl(var(--mint) / .05));
  transition:all .4s cubic-bezier(.4,0,.2,1)
}
.service-icon:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  border-radius:1rem;
  opacity:0;
  background:linear-gradient(135deg,hsl(var(--mint) / .4),hsl(var(--mint) / .1));
  transition:opacity .4s
}
.group:hover .service-icon:before {
  opacity:1
}
.group:hover .service-icon {
  transform:translateY(-8px) scale(1.05);
  box-shadow:0 20px 40px hsl(var(--mint) / .3)
}
.mockup-container {
  position:relative;
  transform-style:preserve-3d;
  perspective:2000px
}
.mockup-laptop {
  transition:all .6s cubic-bezier(.23,1,.32,1);
  transform:rotateY(-10deg) rotateX(5deg)
}
.mockup-container:hover .mockup-laptop {
  transform:rotateY(0) rotateX(0) translateY(-20px) scale(1.05);
  filter:drop-shadow(0 40px 60px rgba(0,0,0,.5))
}
.btn-mint {
  position:relative;
  overflow:hidden;
  border-radius:9999px;
  padding:1rem 2rem;
  font-weight:600;
  background:hsl(var(--mint));
  color:hsl(var(--dark));
  transition:all .3s cubic-bezier(.4,0,.2,1)
}
.btn-mint:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:linear-gradient(135deg,rgba(255,255,255,.3),transparent);
  transform:translate(-100%);
  transition:transform .5s
}
.btn-mint:hover:before {
  transform:translate(100%)
}
.btn-mint:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 40px hsl(var(--mint) / .4);
  color: hsl(var(--dark));
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border-width:0
}
.pointer-events-none {
  pointer-events:none
}
.pointer-events-auto {
  pointer-events:auto
}
.visible {
  visibility:visible
}
.invisible {
  visibility:hidden
}
.fixed {
  position:fixed
}
.absolute {
  position:absolute
}
.relative {
  position:relative
}
.inset-0 {
  top:0;
  right:0;
  bottom:0;
  left:0
}
.inset-\[-2px\] {
  top:-2px;
  right:-2px;
  bottom:-2px;
  left:-2px
}
.inset-x-0 {
  left:0;
  right:0
}
.inset-y-0 {
  top:0;
  bottom:0
}
.-bottom-12 {
  bottom:-3rem
}
.-bottom-40 {
  bottom:-10rem
}
.-bottom-8 {
  bottom:-2rem
}
.-left-12 {
  left:-3rem
}
.-left-40 {
  left:-10rem
}
.-right-12 {
  right:-3rem
}
.-right-40 {
  right:-10rem
}
.-top-12 {
  top:-3rem
}
.-top-40 {
  top:-10rem
}
.bottom-0 {
  bottom:0
}
.bottom-1\/4 {
  bottom:25%
}
.bottom-4 {
  bottom:1rem
}
.bottom-40 {
  bottom:10rem
}
.bottom-8 {
  bottom:2rem
}
.left-0 {
  left:0
}

.left-1\/2 {
  left:50%
}
.left-1\/3 {
  left:33.333333%
}
.left-1\/4 {
  left:25%
}
.left-2 {
  left:.5rem
}
.left-40 {
  left:10rem
}
.left-\[50\%\] {
  left:50%
}
.right-0 {
  right:0
}
.right-1 {
  right:.25rem
}
.right-1\/4 {
  right:25%
}
.right-2 {
  right:.5rem
}
.right-20 {
  right:5rem
}
.right-3 {
  right:.75rem
}
.right-4 {
  right:1rem
}
.right-8 {
  right:2rem
}
.top-0 {
  top:0
}
.top-1\.5 {
  top:.375rem
}
.top-1\/2 {
  top:50%
}
.top-1\/4 {
  top:25%
}
.top-16 {
  top:4rem
}
.top-2 {
  top:.5rem
}
.top-20 {
  top:5rem
}
.top-3\.5 {
  top:.875rem
}
.top-4 {
  top:1rem
}
.top-\[1px\] {
  top:1px
}
.top-\[50\%\] {
  top:50%
}
.top-\[60\%\] {
  top:60%
}
.top-full {
  top:100%
}
.z-10 {
  z-index:10
}
.z-20 {
  z-index:20
}
.z-40 {
  z-index:40
}
.z-50 {
  z-index:50
}
.z-\[100\] {
  z-index:100
}
.z-\[1\] {
  z-index:1
}
.-mx-1 {
  margin-left:-.25rem;
  margin-right:-.25rem
}
.mx-16 {
  margin-left:4rem;
  margin-right:4rem
}
.mx-2 {
  margin-left:.5rem;
  margin-right:.5rem
}
.mx-3\.5 {
  margin-left:.875rem;
  margin-right:.875rem
}
.mx-8 {
  margin-left:2rem;
  margin-right:2rem
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.my-0\.5 {
  margin-top:.125rem;
  margin-bottom:.125rem
}
.my-1 {
  margin-top:.25rem;
  margin-bottom:.25rem
}
.-ml-4 {
  margin-left:-1rem
}
.-mt-4 {
  margin-top:-1rem
}
.mb-1 {
  margin-bottom:.25rem
}
.mb-16 {
  margin-bottom:4rem
}
.mb-24 {
  margin-bottom:6rem
}
.mb-3 {
  margin-bottom:.75rem
}
.mb-4 {
  margin-bottom:1rem
}
.mb-6 {
  margin-bottom:1.5rem
}
.mb-8 {
  margin-bottom:2rem
}
.ml-1 {
  margin-left:.25rem
}
.ml-4 {
  margin-left:1rem
}
.ml-auto {
  margin-left:auto
}
.mr-2 {
  margin-right:.5rem
}
.mt-1\.5 {
  margin-top:.375rem
}
.mt-12 {
  margin-top:3rem
}
.mt-2 {
  margin-top:.5rem
}
.mt-20 {
  margin-top:5rem
}
.mt-24 {
  margin-top:6rem
}
.mt-3 {
  margin-top:.75rem
}
.mt-4 {
  margin-top:1rem
}
.mt-6 {
  margin-top:1.5rem
}
.mt-auto {
  margin-top:auto
}
.block {
  display:block
}
.flex {
  display:flex
}
.inline-flex {
  display:inline-flex
}
.table {
  display:table
}
.grid {
  display:grid
}
.hidden {
  display:none
}
.aspect-\[16\/10\] {
  aspect-ratio:16/10
}
.aspect-square {
  aspect-ratio:1 / 1
}
.aspect-video {
  aspect-ratio:16 / 9
}
.size-4 {
  width:1rem;
  height:1rem
}
.h-1 {
  height:.25rem
}
.h-1\.5 {
  height:.375rem
}
.h-10 {
  height:2.5rem
}
.h-11 {
  height:2.75rem
}
.h-12 {
  height:3rem
}
.h-14 {
  height:3.5rem
}
.h-16 {
  height:4rem
}
.h-2 {
  height:.5rem
}
.h-2\.5 {
  height:.625rem
}
.h-20 {
  height:5rem
}
.h-3 {
  height:.75rem
}
.h-3\.5 {
  height:.875rem
}
.h-4 {
  height:1rem
}
.h-5 {
  height:1.25rem
}
.h-6 {
  height:1.5rem
}
.h-7 {
  height:1.75rem
}
.h-8 {
  height:2rem
}
.h-80 {
  height:20rem
}
.h-9 {
  height:2.25rem
}
.h-96 {
  height:24rem
}
.h-\[1px\] {
  height:1px
}
.h-\[400px\] {
  height:400px
}
.h-\[600px\] {
  height:600px
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height:var(--radix-navigation-menu-viewport-height)
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height:var(--radix-select-trigger-height)
}
.h-auto {
  height:auto
}
.h-full {
  height:100%
}
.h-px {
  height:1px
}
.h-svh {
  height:100svh
}
.max-h-0 {
  max-height:0px
}
.max-h-96 {
  max-height:24rem
}
.max-h-\[300px\] {
  max-height:300px
}
.max-h-screen {
  max-height:100vh
}
.min-h-0 {
  min-height:0px
}
.min-h-\[320px\] {
  min-height:320px
}
.min-h-\[80px\] {
  min-height:80px
}
.min-h-screen {
  min-height:100vh
}
.min-h-svh {
  min-height:100svh
}
.w-0 {
  width:0px
}
.w-1 {
  width:.25rem
}
.w-10 {
  width:2.5rem
}
.w-11 {
  width:2.75rem
}
.w-12 {
  width:3rem
}
.w-14 {
  width:3.5rem
}
.w-2 {
  width:.5rem
}
.w-2\.5 {
  width:.625rem
}
.w-20 {
  width:5rem
}
.w-24 {
  width:6rem
}
.w-3 {
  width:.75rem
}
.w-3\.5 {
  width:.875rem
}
.w-3\/4 {
  width:75%
}
.w-4 {
  width:1rem
}
.w-5 {
  width:1.25rem
}
.w-6 {
  width:1.5rem
}
.w-64 {
  width:16rem
}
.w-7 {
  width:1.75rem
}
.w-72 {
  width:18rem
}
.w-8 {
  width:2rem
}
.w-80 {
  width:20rem
}
.w-9 {
  width:2.25rem
}
.w-96 {
  width:24rem
}
.w-\[--sidebar-width\] {
  width:var(--sidebar-width)
}
.w-\[100px\] {
  width:100px
}
.w-\[1px\] {
  width:1px
}
.w-\[400px\] {
  width:400px
}
.w-\[600px\] {
  width:600px
}
.w-\[640px\] {
  width:640px
}
.w-auto {
  width:auto
}
.w-full {
  width:100%
}
.w-max {
  width:-moz-max-content;
  width:max-content
}
.w-px {
  width:1px
}
.min-w-0 {
  min-width:0px
}
.min-w-5 {
  min-width:1.25rem
}
.min-w-\[12rem\] {
  min-width:12rem
}
.min-w-\[8rem\] {
  min-width:8rem
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width:var(--radix-select-trigger-width)
}
.max-w-\[--skeleton-width\] {
  max-width:var(--skeleton-width)
}
.max-w-lg {
  max-width:32rem
}
.max-w-max {
  max-width:-moz-max-content;
  max-width:max-content
}
.max-w-md {
  max-width:28rem
}
.max-w-xs {
  max-width:20rem
}
.flex-1 {
  flex:1 1 0%
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink:0
}
.grow {
  flex-grow:1
}
.grow-0 {
  flex-grow:0
}
.basis-full {
  flex-basis:100%
}
.caption-bottom {
  caption-side:bottom
}
.border-collapse {
  border-collapse:collapse
}
.origin-top-right {
  transform-origin:top right
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-x-px {
  --tw-translate-x: -1px;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-px {
  --tw-translate-x: 1px;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-8 {
  --tw-translate-y: 2rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.transform {
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@keyframes fade-in {
  0% {
    opacity:0;
    transform:translateY(20px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
.animate-fade-in {
  animation:fade-in .6s ease-out forwards
}
.animate-float {
  animation:float 6s ease-in-out infinite
}
@keyframes glow-pulse {
  0%,
  to {
    box-shadow:0 0 20px hsl(var(--mint) / .3)
  }
  50% {
    box-shadow:0 0 40px hsl(var(--mint) / .5)
  }
}
.animate-glow-pulse {
  animation:glow-pulse 2s ease-in-out infinite
}
@keyframes pulse {
  50% {
    opacity:.5
  }
}
.animate-pulse {
  animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite
}
@keyframes rotate-slow {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
.animate-rotate-slow {
  animation:rotate-slow 20s linear infinite
}
.cursor-default {
  cursor:default
}
.cursor-pointer {
  cursor:pointer
}
.touch-none {
  touch-action:none
}
.select-none {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.list-none {
  list-style-type:none
}
.grid-cols-1 {
  grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.flex-row {
  flex-direction:row
}
.flex-row-reverse {
  flex-direction:row-reverse;
}
.flex-col {
  flex-direction:column
}
.flex-col-reverse {
  flex-direction:column-reverse
}
.flex-wrap {
  flex-wrap:wrap
}
.items-start {
  align-items:flex-start
}
.items-end {
  align-items:flex-end
}
.items-center {
  align-items:center
}
.items-baseline {
  align-items:baseline
}
.items-stretch {
  align-items:stretch
}
.justify-center {
  justify-content:center
}
.justify-between {
  justify-content:space-between
}
.gap-0\.5 {
  gap:.125rem
}
.gap-1 {
  gap:.25rem
}
.gap-1\.5 {
  gap:.375rem
}
.gap-12 {
  gap:3rem
}
.gap-16 {
  gap:4rem
}
.gap-2 {
  gap:.5rem
}
.gap-3 {
  gap:.75rem
}
.gap-4 {
  gap:1rem
}
.gap-6 {
  gap:1.5rem
}
.gap-8 {
  gap:2rem
}
.space-x-1>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right:calc(.25rem * var(--tw-space-x-reverse));
  margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-4>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-1>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(.25rem * var(--tw-space-y-reverse))
}
.space-y-1\.5>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(.375rem * var(--tw-space-y-reverse))
}
.space-y-2>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(.5rem * var(--tw-space-y-reverse))
}
.space-y-3>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(.75rem * var(--tw-space-y-reverse))
}
.space-y-32>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(8rem * var(--tw-space-y-reverse))
}
.space-y-4>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}
.overflow-auto {
  overflow:auto
}
.overflow-hidden {
  overflow:hidden
}
.overflow-y-auto {
  overflow-y:auto
}
.overflow-x-hidden {
  overflow-x:hidden
}
.whitespace-nowrap {
  white-space:nowrap
}
.break-words {
  overflow-wrap:break-word
}
.rounded-2xl {
  border-radius:1rem
}
.rounded-3xl {
  border-radius:1.5rem
}
.rounded-\[2px\] {
  border-radius:2px
}
.rounded-\[inherit\] {
  border-radius:inherit
}
.rounded-full {
  border-radius:9999px
}
.rounded-lg {
  border-radius:var(--radius)
}
.rounded-md {
  border-radius:calc(var(--radius) - 2px)
}
.rounded-sm {
  border-radius:calc(var(--radius) - 4px)
}
.rounded-xl {
  border-radius:.75rem
}
.rounded-b-lg {
  border-bottom-right-radius:var(--radius);
  border-bottom-left-radius:var(--radius)
}
.rounded-b-xl {
  border-bottom-right-radius:.75rem;
  border-bottom-left-radius:.75rem
}
.rounded-t-2xl {
  border-top-left-radius:1rem;
  border-top-right-radius:1rem
}
.rounded-t-\[10px\] {
  border-top-left-radius:10px;
  border-top-right-radius:10px
}
.rounded-tl-sm {
  border-top-left-radius:calc(var(--radius) - 4px)
}
.border {
  border-width:1px
}
.border-2 {
  border-width:2px
}
.border-\[1\.5px\] {
  border-width:1.5px
}
.border-\[12px\] {
  border-width:12px
}
.border-y {
  border-top-width:1px;
  border-bottom-width:1px
}
.border-b {
  border-bottom-width:1px
}
.border-l {
  border-left-width:1px
}
.border-r {
  border-right-width:1px
}
.border-t {
  border-top-width:1px
}
.border-dashed {
  border-style:dashed
}
.border-\[--color-border\] {
  border-color:var(--color-border)
}
.border-border\/50 {
  border-color:hsl(var(--border) / .5)
}
.border-dark-border {
  border-color:hsl(var(--dark-border))
}
.border-dark-elevated {
  border-color:hsl(var(--dark-elevated))
}
.border-destructive {
  border-color:hsl(var(--destructive))
}
.border-destructive\/50 {
  border-color:hsl(var(--destructive) / .5)
}
.border-input {
  border-color:hsl(var(--input))
}
.border-primary {
  border-color:hsl(var(--primary))
}
.border-primary\/20 {
  border-color:hsl(var(--primary) / .2)
}
.border-transparent {
  border-color:transparent
}
.border-white\/10 {
  border-color:#ffffff1a
}
.border-white\/30 {
  border-color:#ffffff4d
}
.border-white\/\[0\.06\] {
  border-color:#ffffff0f
}
.border-white\/\[0\.08\] {
  border-color:#ffffff14
}
.border-l-transparent {
  border-left-color:transparent
}
.border-t-transparent {
  border-top-color:transparent
}
.bg-\[--color-bg\] {
  background-color:var(--color-bg)
}
.bg-accent {
  background-color:hsl(var(--accent))
}
.bg-background {
  background-color:hsl(var(--background))
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.bg-black\/80 {
  background-color:#000c
}
.bg-border {
  background-color:hsl(var(--border))
}
.bg-card {
  background-color:hsl(var(--card))
}
.bg-dark {
  background-color:hsl(var(--dark));
}
.bg-dark-border {
  background-color:hsl(var(--dark-border))
}
.bg-dark-card {
  background-color:hsl(var(--dark-card))
}
.bg-dark-elevated {
  background-color:hsl(var(--dark-elevated))
}
.bg-dark\/20 {
  background-color:hsl(var(--dark) / .2)
}
.bg-destructive {
  background-color:hsl(var(--destructive))
}
.bg-destructive\/80 {
  background-color:hsl(var(--destructive) / .8)
}
.bg-foreground {
  background-color:hsl(var(--foreground))
}
.bg-mint\/5 {
  background-color:hsl(var(--mint) / .05)
}
.bg-muted {
  background-color:hsl(var(--muted))
}
.bg-muted\/50 {
  background-color:hsl(var(--muted) / .5)
}
.bg-popover {
  background-color:hsl(var(--popover))
}
.bg-primary {
  background-color:hsl(var(--primary)) !important;
}
.bg-primary\/10 {
  background-color:hsl(var(--primary) / .1)
}
.bg-primary\/20 {
  background-color:hsl(var(--primary) / .2)
}
.bg-primary\/5 {
  background-color:hsl(var(--primary) / .05)
}
.bg-primary\/80 {
  background-color:hsl(var(--primary) / .8)
}
.bg-secondary {
  background-color:hsl(var(--secondary))
}
.bg-transparent {
  background-color:transparent
}
.bg-yellow-500\/80 {
  background-color:#eab308cc
}
.bg-gradient-to-b {
  background-image:linear-gradient(to bottom,var(--tw-gradient-stops))
}
.bg-gradient-to-br {
  background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))
}
.bg-gradient-to-r {
  background-image:linear-gradient(to right,var(--tw-gradient-stops))
}
.bg-gradient-to-t {
  background-image:linear-gradient(to top,var(--tw-gradient-stops))
}
.from-black\/20 {
  --tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-dark-elevated {
  --tw-gradient-from: hsl(var(--dark-elevated)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--dark-elevated) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-primary {
  --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-primary\/20 {
  --tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-primary\/50 {
  --tw-gradient-from: hsl(var(--primary) / .5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / .1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.via-mint-glow {
  --tw-gradient-to: hsl(var(--mint-glow) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--mint-glow)) var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.via-primary\/50 {
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.to-dark-card {
  --tw-gradient-to: hsl(var(--dark-card)) var(--tw-gradient-to-position)
}
.to-mint-glow {
  --tw-gradient-to: hsl(var(--mint-glow)) var(--tw-gradient-to-position)
}
.to-primary {
  --tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position)
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position)
}
.fill-current {
  fill:currentColor
}
.object-cover {
  -o-object-fit:cover;
  object-fit:cover
}
.p-0 {
  padding:0
}
.p-1 {
  padding:.25rem
}
.p-2 {
  padding:.5rem
}
.p-3 {
  padding:.75rem
}
.p-4 {
  padding:1rem
}
.p-6 {
  padding:1.5rem
}
.p-8 {
  padding:2rem
}
.p-\[1px\] {
  padding:1px
}
.\!px-6 {
  padding-left:1.5rem!important;
  padding-right:1.5rem!important
}
.\!py-2\.5 {
  padding-top:.625rem!important;
  padding-bottom:.625rem!important
}
.px-1 {
  padding-left:.25rem;
  padding-right:.25rem
}
.px-2 {
  padding-left:.5rem;
  padding-right:.5rem
}
.px-2\.5 {
  padding-left:.625rem;
  padding-right:.625rem
}
.px-3 {
  padding-left:.75rem;
  padding-right:.75rem
}
.px-4 {
  padding-left:1rem;
  padding-right:1rem
}
.px-5 {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.px-6 {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.px-8 {
  padding-left:2rem;
  padding-right:2rem
}
.py-0\.5 {
  padding-top:.125rem;
  padding-bottom:.125rem
}
.py-1 {
  padding-top:.25rem;
  padding-bottom:.25rem
}
.py-1\.5 {
  padding-top:.375rem;
  padding-bottom:.375rem
}
.py-2 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.py-24 {
  padding-top:6rem;
  padding-bottom:6rem
}
.py-3 {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.py-32 {
  padding-top:8rem;
  padding-bottom:8rem
}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem
}
.py-6 {
  padding-top:1.5rem;
  padding-bottom:1.5rem
}
.py-8 {
  padding-top:2rem;
  padding-bottom:2rem
}
.pb-2 {
  padding-bottom:.5rem
}
.pb-3 {
  padding-bottom:.75rem
}
.pb-4 {
  padding-bottom:1rem
}
.pl-2\.5 {
  padding-left:.625rem
}
.pl-4 {
  padding-left:1rem
}
.pl-8 {
  padding-left:2rem
}
.pr-2 {
  padding-right:.5rem
}
.pr-2\.5 {
  padding-right:.625rem
}
.pr-8 {
  padding-right:2rem
}
.pt-0 {
  padding-top:0
}
.pt-1 {
  padding-top:.25rem
}
.pt-10 {
  padding-top:2.5rem
}
.pt-3 {
  padding-top:.75rem
}
.pt-4 {
  padding-top:1rem
}
.text-left {
  text-align:left
}
.\!text-center {
  text-align:center!important
}
.text-center {
  text-align:center
}
.text-right {
  text-align:right
}
.align-middle {
  vertical-align:middle
}
.font-mono {
  font-family:JetBrains Mono,monospace
}
.\!text-sm {
  font-size:.875rem!important;
  line-height:1.25rem!important
}
.text-2xl {
  font-size:1.5rem;
  line-height:2rem
}
.text-3xl {
  font-size:1.875rem;
  line-height:2.25rem
}
.text-4xl {
  font-size:2.25rem;
  line-height:2.5rem
}
.text-5xl {
  font-size:3rem;
  line-height:1
}
.text-6xl {
  font-size:3.75rem;
  line-height:1
}
.text-\[0\.8rem\] {
  font-size:.8rem
}
.text-base {
  font-size:1rem;
  line-height:1.5rem
}
.text-lg {
  font-size:1.125rem;
  line-height:1.75rem
}
.text-sm {
  font-size:.875rem;
  line-height:1.25rem
}
.text-xl {
  font-size:1.25rem;
  line-height:1.75rem
}
.text-xs {
  font-size:.75rem;
  line-height:1rem
}
.font-bold {
  font-weight:700
}
.font-light {
  font-weight:300
}
.font-medium {
  font-weight:500
}
.font-normal {
  font-weight:400
}
.font-semibold {
  font-weight:600
}
.uppercase {
  text-transform:uppercase
}
.italic {
  font-style:italic
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}
.leading-\[0\.95\] {
  line-height:.95
}
.leading-none {
  line-height:1
}
.leading-relaxed {
  line-height:1.625
}
.leading-tight {
  line-height:1.25
}
.tracking-tight {
  letter-spacing:-.025em
}
.tracking-wide {
  letter-spacing:.025em
}
.tracking-widest {
  letter-spacing:.1em
}
.text-accent-foreground {
  color:hsl(var(--accent-foreground))
}
.text-card-foreground {
  color:hsl(var(--card-foreground))
}
.text-current {
  color:currentColor
}
.text-dark-elevated\/50 {
  color:hsl(var(--dark-elevated) / .5)
}
.text-destructive {
  color:hsl(var(--destructive))
}
.text-destructive-foreground {
  color:hsl(var(--destructive-foreground))
}
.text-foreground {
  color:hsl(var(--foreground))
}
.text-foreground\/50 {
  color:hsl(var(--foreground) / .5)
}
.text-muted-foreground {
  color:hsl(var(--muted-foreground))
}
.text-popover-foreground {
  color:hsl(var(--popover-foreground))
}
.text-primary {
  color:hsl(var(--primary))
}
.text-primary-foreground {
  color:hsl(var(--primary-foreground))
}
.text-secondary-foreground {
  color:hsl(var(--secondary-foreground))
}
.text-white {
  --tw-text-opacity: 1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.text-white\/40 {
  color:#fff6
}
.text-white\/70 {
  color:#ffffffb3
}
.text-white\/80 {
  color:#fffc
}
.text-white\/90 {
  color:#ffffffe6
}
.underline {
  text-decoration-line:underline
}
.underline-offset-4 {
  text-underline-offset:4px
}
.opacity-0 {
  opacity:0
}
.opacity-100 {
  opacity:1
}
.opacity-40 {
  opacity:.4
}
.opacity-50 {
  opacity:.5
}
.opacity-60 {
  opacity:.6
}
.opacity-70 {
  opacity:.7
}
.opacity-90 {
  opacity:.9
}
.opacity-\[0\.03\] {
  opacity:.03
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-dark-elevated {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-mint-glow {
  --tw-shadow: 0 0 40px hsl(var(--mint) / .3);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.shadow-dark-elevated {
  --tw-shadow-color: hsl(var(--dark-elevated));
  --tw-shadow: var(--tw-shadow-colored)
}
.shadow-mint-glow {
  --tw-shadow-color: hsl(var(--mint-glow));
  --tw-shadow: var(--tw-shadow-colored)
}
.outline-none {
  outline:2px solid transparent;
  outline-offset:2px
}
.outline {
  outline-style:solid
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}
.ring-primary\/50 {
  --tw-ring-color: hsl(var(--primary) / .5)
}
.ring-ring {
  --tw-ring-color: hsl(var(--ring))
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background))
}
.blur {
  --tw-blur: blur(8px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.blur-2xl {
  --tw-blur: blur(40px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.blur-xl {
  --tw-blur: blur(24px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.filter {
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.transition {
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-\[left\,right\,width\] {
  transition-property:left,right,width;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-\[margin\,opa\] {
  transition-property:margin,opa;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-\[width\,height\,padding\] {
  transition-property:width,height,padding;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-\[width\] {
  transition-property:width;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-all {
  transition-property:all;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-colors {
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-opacity {
  transition-property:opacity;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-transform {
  transition-property:transform;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.duration-1000 {
  transition-duration:1s
}
.duration-200 {
  transition-duration:.2s
}
.duration-300 {
  transition-duration:.3s
}
.duration-500 {
  transition-duration:.5s
}
.duration-700 {
  transition-duration:.7s
}
.ease-in-out {
  transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.ease-linear {
  transition-timing-function:linear
}
.ease-out {
  transition-timing-function:cubic-bezier(0,0,.2,1)
}
@keyframes enter {
  0% {
    opacity:var(--tw-enter-opacity, 1);
    transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
  }
}
@keyframes exit {
  to {
    opacity:var(--tw-exit-opacity, 1);
    transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
  }
}
.animate-in {
  animation-name:enter;
  animation-duration:.15s;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial
}
.fade-in,
.fade-in-0 {
  --tw-enter-opacity: 0
}
.fade-in-80 {
  --tw-enter-opacity: .8
}
.zoom-in-95 {
  --tw-enter-scale: .95
}
.duration-1000 {
  animation-duration:1s
}
.duration-200 {
  animation-duration:.2s
}
.duration-300 {
  animation-duration:.3s
}
.duration-500 {
  animation-duration:.5s
}
.duration-700 {
  animation-duration:.7s
}
.ease-in-out {
  animation-timing-function:cubic-bezier(.4,0,.2,1)
}
.ease-linear {
  animation-timing-function:linear
}
.ease-out {
  animation-timing-function:cubic-bezier(0,0,.2,1)
}
@keyframes blink {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@keyframes float {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-20px)
  }
}
@keyframes pulse-glow {
  0%,
  to {
    box-shadow:0 0 20px hsl(var(--mint) / .3)
  }
  50% {
    box-shadow:0 0 40px hsl(var(--mint) / .5),0 0 60px hsl(var(--mint) / .2)
  }
}
@keyframes border-rotate {
  0% {
    background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  to {
    background-position:0% 50%
  }
}
@keyframes slide-up {
  0% {
    opacity:0;
    transform:translateY(40px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes scale-in {
  0% {
    opacity:0;
    transform:scale(.9)
  }
  to {
    opacity:1;
    transform:scale(1)
  }
}
@keyframes typing {
  0% {
    width:0
  }
  to {
    width:100%
  }
}
.animate-slide-up {
  animation:slide-up .8s cubic-bezier(.4,0,.2,1) forwards
}
.animate-slide-up-delayed {
  animation:slide-up .8s cubic-bezier(.4,0,.2,1) .2s forwards;
  opacity:0
}
.animate-scale-in {
  animation:scale-in .6s cubic-bezier(.4,0,.2,1) forwards
}
.file\:border-0::file-selector-button {
  border-width:0px
}
.file\:bg-transparent::file-selector-button {
  background-color:transparent
}
.file\:text-sm::file-selector-button {
  font-size:.875rem;
  line-height:1.25rem
}
.file\:font-medium::file-selector-button {
  font-weight:500
}
.file\:text-foreground::file-selector-button {
  color:hsl(var(--foreground))
}
.placeholder\:text-muted-foreground::-moz-placeholder {
  color:hsl(var(--muted-foreground))
}
.placeholder\:text-muted-foreground::placeholder {
  color:hsl(var(--muted-foreground))
}
.after\:absolute:after {
  content:var(--tw-content);
  position:absolute
}
.after\:-inset-2:after {
  content:var(--tw-content);
  top:-.5rem;
  right:-.5rem;
  bottom:-.5rem;
  left:-.5rem
}
.after\:inset-y-0:after {
  content:var(--tw-content);
  top:0;
  bottom:0
}
.after\:left-1\/2:after {
  content:var(--tw-content);
  left:50%
}
.after\:w-1:after {
  content:var(--tw-content);
  width:.25rem
}
.after\:w-\[2px\]:after {
  content:var(--tw-content);
  width:2px
}
.after\:-translate-x-1\/2:after {
  content:var(--tw-content);
  --tw-translate-x: -50%;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.first\:rounded-l-md:first-child {
  border-top-left-radius:calc(var(--radius) - 2px);
  border-bottom-left-radius:calc(var(--radius) - 2px)
}
.first\:border-l:first-child {
  border-left-width:1px
}
.last\:rounded-r-md:last-child {
  border-top-right-radius:calc(var(--radius) - 2px);
  border-bottom-right-radius:calc(var(--radius) - 2px)
}
.focus-within\:relative:focus-within {
  position:relative
}
.focus-within\:z-20:focus-within {
  z-index:20
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hover\:border-primary:hover {
  border-color:hsl(var(--primary))
}
.hover\:border-white\/50:hover {
  border-color:#ffffff80
}
.hover\:bg-accent:hover {
  background-color:hsl(var(--accent))
}
.hover\:bg-dark-elevated:hover {
  background-color:hsl(var(--dark-elevated))
}
.hover\:bg-destructive\/80:hover {
  background-color:hsl(var(--destructive) / .8)
}
.hover\:bg-destructive\/90:hover {
  background-color:hsl(var(--destructive) / .9)
}
.hover\:bg-muted:hover {
  background-color:hsl(var(--muted))
}
.hover\:bg-muted\/50:hover {
  background-color:hsl(var(--muted) / .5)
}
.hover\:bg-primary:hover {
  background-color:hsl(var(--primary))
}
.hover\:bg-primary\/80:hover {
  background-color:hsl(var(--primary) / .8)
}
.hover\:bg-primary\/90:hover {
  background-color:hsl(var(--primary) / .9)
}
.hover\:bg-secondary:hover {
  background-color:hsl(var(--secondary))
}
.hover\:bg-secondary\/80:hover {
  background-color:hsl(var(--secondary) / .8)
}
.hover\:bg-white\/10:hover {
  background-color:#ffffff1a
}
.hover\:bg-white\/\[0\.05\]:hover {
  background-color:#ffffff0d
}
.hover\:text-accent-foreground:hover {
  color:hsl(var(--accent-foreground))
}
.hover\:text-foreground:hover {
  color:hsl(var(--foreground))
}
.hover\:text-muted-foreground:hover {
  color:hsl(var(--muted-foreground))
}
.hover\:text-primary:hover {
  color:hsl(var(--primary))
}
.hover\:text-primary-foreground:hover {
  color:hsl(var(--primary-foreground))
}
.hover\:text-primary\/90:hover {
  color:hsl(var(--primary) / .9)
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.hover\:underline:hover {
  text-decoration-line:underline
}
.hover\:opacity-100:hover {
  opacity:1
}
.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.hover\:shadow-mint-glow:hover {
  --tw-shadow: 0 0 40px hsl(var(--mint) / .3);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  --tw-shadow-color: hsl(var(--mint-glow));
  --tw-shadow: var(--tw-shadow-colored)
}
.focus\:bg-accent:focus {
  background-color:hsl(var(--accent))
}
.focus\:bg-primary:focus {
  background-color:hsl(var(--primary))
}
.focus\:text-accent-foreground:focus {
  color:hsl(var(--accent-foreground))
}
.focus\:text-primary-foreground:focus {
  color:hsl(var(--primary-foreground))
}
.focus\:opacity-100:focus {
  opacity:1
}
.focus\:outline-none:focus {
  outline:2px solid transparent;
  outline-offset:2px
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}
.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring))
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px
}
.focus-visible\:outline-none:focus-visible {
  outline:2px solid transparent;
  outline-offset:2px
}
.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring))
}
.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px
}
.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background))
}
.disabled\:pointer-events-none:disabled {
  pointer-events:none
}
.disabled\:cursor-not-allowed:disabled {
  cursor:not-allowed
}
.disabled\:opacity-50:disabled {
  opacity:.5
}
.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity:1
}
.group:hover .group-hover\:max-h-20 {
  max-height:5rem
}
.group:hover .group-hover\:w-full {
  width:100%
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: .25rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:border-primary {
  border-color:hsl(var(--primary))
}
.group:hover .group-hover\:bg-dark\/30 {
  background-color:hsl(var(--dark) / .3)
}
.group:hover .group-hover\:bg-primary\/10 {
  background-color:hsl(var(--primary) / .1)
}
.group\/item:hover .group-hover\/item\:text-primary,
.group:hover .group-hover\:text-primary {
  color:hsl(var(--primary))
}
.group:hover .group-hover\:text-primary\/10 {
  color:hsl(var(--primary) / .1)
}
.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,
.group:hover .group-hover\:opacity-100 {
  opacity:1
}
.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color:hsl(var(--muted) / .4)
}
.group.toaster .group-\[\.toaster\]\:border-border {
  border-color:hsl(var(--border))
}
.group.toast .group-\[\.toast\]\:bg-muted {
  background-color:hsl(var(--muted))
}
.group.toast .group-\[\.toast\]\:bg-primary {
  background-color:hsl(var(--primary))
}
.group.toaster .group-\[\.toaster\]\:bg-background {
  background-color:hsl(var(--background))
}
.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color:rgb(252 165 165 / var(--tw-text-opacity, 1))
}
.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color:hsl(var(--muted-foreground))
}
.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color:hsl(var(--primary-foreground))
}
.group.toaster .group-\[\.toaster\]\:text-foreground {
  color:hsl(var(--foreground))
}
.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color:hsl(var(--destructive) / .3)
}
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color:hsl(var(--destructive))
}
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color:hsl(var(--destructive-foreground))
}
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color:rgb(254 242 242 / var(--tw-text-opacity, 1))
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive))
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626
}
.peer:disabled~.peer-disabled\:cursor-not-allowed {
  cursor:not-allowed
}
.peer:disabled~.peer-disabled\:opacity-70 {
  opacity:.7
}
.has-\[\:disabled\]\:opacity-50:has(:disabled) {
  opacity:.5
}
.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8 {
  padding-right:2rem
}
.aria-disabled\:pointer-events-none[aria-disabled=true] {
  pointer-events:none
}
.aria-disabled\:opacity-50[aria-disabled=true] {
  opacity:.5
}
.aria-selected\:bg-accent[aria-selected=true] {
  background-color:hsl(var(--accent))
}
.aria-selected\:bg-accent\/50[aria-selected=true] {
  background-color:hsl(var(--accent) / .5)
}
.aria-selected\:text-accent-foreground[aria-selected=true] {
  color:hsl(var(--accent-foreground))
}
.aria-selected\:text-muted-foreground[aria-selected=true] {
  color:hsl(var(--muted-foreground))
}
.aria-selected\:opacity-100[aria-selected=true] {
  opacity:1
}
.aria-selected\:opacity-30[aria-selected=true] {
  opacity:.3
}
.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events:none
}
.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical] {
  height:1px
}
.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical] {
  width:100%
}
.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: .25rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -.25rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: .25rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -.25rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[state\=checked\]\:translate-x-5[data-state=checked] {
  --tw-translate-x: 1.25rem;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
  --tw-translate-x: 0px;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
@keyframes accordion-up {
  0% {
    height:var(--radix-accordion-content-height)
  }
  to {
    height:0
  }
}
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
  animation:accordion-up .2s ease-out
}
@keyframes accordion-down {
  0% {
    height:0
  }
  to {
    height:var(--radix-accordion-content-height)
  }
}
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
  animation:accordion-down .2s ease-out
}
.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical] {
  flex-direction:column
}
.data-\[active\]\:bg-accent\/50[data-active] {
  background-color:hsl(var(--accent) / .5)
}
.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true] {
  background-color:hsl(var(--accent))
}
.data-\[state\=active\]\:bg-background[data-state=active] {
  background-color:hsl(var(--background))
}
.data-\[state\=checked\]\:bg-primary[data-state=checked] {
  background-color:hsl(var(--primary))
}
.data-\[state\=on\]\:bg-accent[data-state=on],
.data-\[state\=open\]\:bg-accent[data-state=open] {
  background-color:hsl(var(--accent))
}
.data-\[state\=open\]\:bg-accent\/50[data-state=open] {
  background-color:hsl(var(--accent) / .5)
}
.data-\[state\=open\]\:bg-secondary[data-state=open] {
  background-color:hsl(var(--secondary))
}
.data-\[state\=selected\]\:bg-muted[data-state=selected] {
  background-color:hsl(var(--muted))
}
.data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
  background-color:hsl(var(--input))
}
.data-\[active\=true\]\:font-medium[data-active=true] {
  font-weight:500
}
.data-\[selected\=true\]\:text-accent-foreground[data-selected=true] {
  color:hsl(var(--accent-foreground))
}
.data-\[state\=active\]\:text-foreground[data-state=active] {
  color:hsl(var(--foreground))
}
.data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
  color:hsl(var(--primary-foreground))
}
.data-\[state\=on\]\:text-accent-foreground[data-state=on],
.data-\[state\=open\]\:text-accent-foreground[data-state=open] {
  color:hsl(var(--accent-foreground))
}
.data-\[state\=open\]\:text-muted-foreground[data-state=open] {
  color:hsl(var(--muted-foreground))
}
.data-\[disabled\=true\]\:opacity-50[data-disabled=true],
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity:.5
}
.data-\[state\=open\]\:opacity-100[data-state=open] {
  opacity:1
}
.data-\[state\=active\]\:shadow-sm[data-state=active] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.data-\[swipe\=move\]\:transition-none[data-swipe=move] {
  transition-property:none
}
.data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration:.3s
}
.data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration:.5s
}
.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],
.data-\[state\=open\]\:animate-in[data-state=open],
.data-\[state\=visible\]\:animate-in[data-state=visible] {
  animation-name:enter;
  animation-duration:.15s;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial
}
.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],
.data-\[state\=closed\]\:animate-out[data-state=closed],
.data-\[state\=hidden\]\:animate-out[data-state=hidden],
.data-\[swipe\=end\]\:animate-out[data-swipe=end] {
  animation-name:exit;
  animation-duration:.15s;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial
}
.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-] {
  --tw-enter-opacity: 0
}
.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
  --tw-exit-opacity: 0
}
.data-\[state\=closed\]\:fade-out-80[data-state=closed] {
  --tw-exit-opacity: .8
}
.data-\[state\=hidden\]\:fade-out[data-state=hidden] {
  --tw-exit-opacity: 0
}
.data-\[state\=open\]\:fade-in-0[data-state=open],
.data-\[state\=visible\]\:fade-in[data-state=visible] {
  --tw-enter-opacity: 0
}
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95
}
.data-\[state\=open\]\:zoom-in-90[data-state=open] {
  --tw-enter-scale: .9
}
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
  --tw-enter-scale: .95
}
.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end] {
  --tw-enter-translate-x: 13rem
}
.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start] {
  --tw-enter-translate-x: -13rem
}
.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end] {
  --tw-exit-translate-x: 13rem
}
.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start] {
  --tw-exit-translate-x: -13rem
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -.5rem
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: .5rem
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -.5rem
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: .5rem
}
.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
  --tw-exit-translate-y: 100%
}
.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
  --tw-exit-translate-x: -100%
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
  --tw-exit-translate-x: -50%
}
.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],
.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed] {
  --tw-exit-translate-x: 100%
}
.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
  --tw-exit-translate-y: -100%
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
  --tw-exit-translate-y: -48%
}
.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
  --tw-enter-translate-y: 100%
}
.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
  --tw-enter-translate-x: -100%
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
  --tw-enter-translate-x: -50%
}
.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
  --tw-enter-translate-x: 100%
}
.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
  --tw-enter-translate-y: -100%
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
  --tw-enter-translate-y: -48%
}
.data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
  --tw-enter-translate-y: -100%
}
.data-\[state\=closed\]\:duration-300[data-state=closed] {
  animation-duration:.3s
}
.data-\[state\=open\]\:duration-500[data-state=open] {
  animation-duration:.5s
}
.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after {
  content:var(--tw-content);
  left:0
}
.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after {
  content:var(--tw-content);
  height:.25rem
}
.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after {
  content:var(--tw-content);
  width:100%
}
.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after {
  content:var(--tw-content);
  --tw-translate-y: -50%;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after {
  content:var(--tw-content);
  --tw-translate-x: 0px;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  left:calc(var(--sidebar-width) * -1)
}
.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  right:calc(var(--sidebar-width) * -1)
}
.group[data-side=left] .group-data-\[side\=left\]\:-right-4 {
  right:-1rem
}
.group[data-side=right] .group-data-\[side\=right\]\:left-0 {
  left:0
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8 {
  margin-top:-2rem
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden {
  display:none
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8 {
  width:2rem!important;
  height:2rem!important
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\] {
  width:var(--sidebar-width-icon)
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\] {
  width:calc(var(--sidebar-width-icon) + 1rem)
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\] {
  width:calc(var(--sidebar-width-icon) + 1rem + 2px)
}
.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width:0px
}
.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,
.group[data-state=open] .group-data-\[state\=open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow:hidden
}
.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg {
  border-radius:var(--radius)
}
.group[data-variant=floating] .group-data-\[variant\=floating\]\:border {
  border-width:1px
}
.group[data-side=left] .group-data-\[side\=left\]\:border-r {
  border-right-width:1px
}
.group[data-side=right] .group-data-\[side\=right\]\:border-l {
  border-left-width:1px
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0 {
  padding:0!important
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2 {
  padding:.5rem!important
}
.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity:0
}
.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after {
  content:var(--tw-content);
  left:100%
}
.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top:.375rem
}
.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top:.625rem
}
.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1 {
  top:.25rem
}
.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\] {
  min-height:calc(100svh - 1rem)
}
.dark\:border-destructive:is(.dark *) {
  border-color:hsl(var(--destructive))
}
@media (min-width: 640px) {
  .sm\:bottom-0 {
    bottom:0
  }
  .sm\:right-0 {
    right:0
  }
  .sm\:top-auto {
    top:auto
  }
  .sm\:mt-0 {
    margin-top:0
  }
  .sm\:flex {
    display:flex
  }
  .sm\:max-w-sm {
    max-width:24rem
  }
  .sm\:flex-row {
    flex-direction:row
  }
  .sm\:flex-col {
    flex-direction:column
  }
  .sm\:justify-end {
    justify-content:flex-end
  }
  .sm\:gap-2\.5 {
    gap:.625rem
  }
  .sm\:space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right:calc(.5rem * var(--tw-space-x-reverse));
    margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-0>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }
  .sm\:rounded-lg {
    border-radius:var(--radius)
  }
  .sm\:text-left {
    text-align:left
  }
  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open] {
    --tw-enter-translate-y: 100%
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position:absolute
  }
  .md\:block {
    display:block
  }
  .md\:flex {
    display:flex
  }
  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width:var(--radix-navigation-menu-viewport-width)
  }
  .md\:w-auto {
    width:auto
  }
  .md\:max-w-\[420px\] {
    max-width:420px
  }
  .md\:grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .md\:grid-cols-3 {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .md\:text-4xl {
    font-size:2.25rem;
    line-height:2.5rem
  }
  .md\:text-6xl {
    font-size:3.75rem;
    line-height:1
  }
  .md\:text-7xl {
    font-size:4.5rem;
    line-height:1
  }
  .md\:text-sm {
    font-size:.875rem;
    line-height:1.25rem
  }
  .md\:opacity-0 {
    opacity:0
  }
  .after\:md\:hidden:after {
    content:var(--tw-content);
    display:none
  }
  .peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2 {
    margin:.5rem
  }
  .peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2 {
    margin-left:.5rem
  }
  .peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0 {
    margin-left:0
  }
  .peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius:.75rem
  }
  .peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display:block
  }
  .lg\:flex {
    display:flex
  }
  .lg\:hidden {
    display:none
  }
  .lg\:h-20 {
    height:5rem
  }
  .lg\:grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .lg\:grid-cols-4 {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .lg\:gap-20 {
    gap:5rem
  }
  .lg\:py-32 {
    padding-top:8rem;
    padding-bottom:8rem
  }
  .lg\:text-7xl {
    font-size:4.5rem;
    line-height:1
  }
}
@media (min-width: 1280px) {
  .xl\:text-8xl {
    font-size:6rem;
    line-height:1
  }
}
.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
  background-color:hsl(var(--accent))
}
.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius:calc(var(--radius) - 2px);
  border-bottom-left-radius:calc(var(--radius) - 2px)
}
.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius:calc(var(--radius) - 2px);
  border-bottom-right-radius:calc(var(--radius) - 2px)
}
.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside) {
  background-color:hsl(var(--accent) / .5)
}
.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius:calc(var(--radius) - 2px);
  border-bottom-right-radius:calc(var(--radius) - 2px)
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right:0
}
.\[\&\>button\]\:hidden>button {
  display:none
}
.\[\&\>span\:last-child\]\:truncate>span:last-child {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.\[\&\>span\]\:line-clamp-1>span {
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1
}
.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div {
  --tw-translate-y: -3px;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.\[\&\>svg\]\:absolute>svg {
  position:absolute
}
.\[\&\>svg\]\:left-4>svg {
  left:1rem
}
.\[\&\>svg\]\:top-4>svg {
  top:1rem
}
.\[\&\>svg\]\:size-3\.5>svg {
  width:.875rem;
  height:.875rem
}
.\[\&\>svg\]\:size-4>svg {
  width:1rem;
  height:1rem
}
.\[\&\>svg\]\:h-2\.5>svg {
  height:.625rem
}
.\[\&\>svg\]\:h-3>svg {
  height:.75rem
}
.\[\&\>svg\]\:w-2\.5>svg {
  width:.625rem
}
.\[\&\>svg\]\:w-3>svg {
  width:.75rem
}
.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink:0
}
.\[\&\>svg\]\:text-destructive>svg {
  color:hsl(var(--destructive))
}
.\[\&\>svg\]\:text-foreground>svg {
  color:hsl(var(--foreground))
}
.\[\&\>svg\]\:text-muted-foreground>svg {
  color:hsl(var(--muted-foreground))
}
.\[\&\>svg\~\*\]\:pl-7>svg~* {
  padding-left:1.75rem
}
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width:0px
}
.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
  fill:hsl(var(--muted-foreground))
}
.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"] {
  stroke:hsl(var(--border) / .5)
}
.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
  stroke:hsl(var(--border))
}
.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"] {
  stroke:transparent
}
.\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
  outline:2px solid transparent;
  outline-offset:2px
}
.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"] {
  stroke:hsl(var(--border))
}
.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,
.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
  fill:hsl(var(--muted))
}
.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"] {
  stroke:hsl(var(--border))
}
.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"] {
  stroke:transparent
}
.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,
.\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
  outline:2px solid transparent;
  outline-offset:2px
}
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left:.5rem;
  padding-right:.5rem
}
.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top:.375rem;
  padding-bottom:.375rem
}
.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size:.75rem;
  line-height:1rem
}
.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight:500
}
.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  color:hsl(var(--muted-foreground))
}
.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group] {
  padding-top:0
}
.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left:.5rem;
  padding-right:.5rem
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height:1.25rem
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width:1.25rem
}
.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height:3rem
}
.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left:.5rem;
  padding-right:.5rem
}
.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height:1.25rem
}
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width:1.25rem
}
.\[\&_p\]\:leading-relaxed p {
  line-height:1.625
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events:none
}
.\[\&_svg\]\:size-4 svg {
  width:1rem;
  height:1rem
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink:0
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width:0px
}
.\[\&_tr\]\:border-b tr {
  border-bottom-width:1px
}
[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right:-.5rem
}
[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor:e-resize
}
[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
  cursor:w-resize
}
[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left:-.5rem
}
[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor:w-resize
}
[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
  cursor:e-resize
}


@media (min-width: 992px) {
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #C8FBD6;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #C8FBD6;
  opacity: .3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #C8FBD6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}
}

.view-featured  #sp-main-body {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
        padding-left: 30px;
        background: transparent; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover::after  {
          width: 10px; }
.sp-megamenu-parent > li > a:hover::before, .sp-megamenu-parent > li.active > a::before   {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.tp-home .sp-megamenu-parent > li > a:hover::before , .tp-home .sp-megamenu-parent > li.active > a::before {
  content: none;
}
#sp-head-link {
  display: flex;
  justify-content: end;
  align-items: center;
}
#sp-head-link .d-flex {
  display: initial !important;
}
.btn.btn-brand-4-medium {
  padding: 14px 25px;
  background-color: #C8FBD6;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn.btn-brand-4-medium:hover {
  background: transparent;
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  color: #fff;
}
.btn.btn-brand-5 {
  padding: 4px 21px;
  background-color: #3BD16F;
  border: 1px solid #3BD16F;
  border-radius: 36px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}
.btn.btn-brand-5:hover {
  background: #C8FBD6;
  color: #191919;
}
.display-2mb-40 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 500 !important;
  text-align: center;
}
.com-spsimpleportfolio.view-items.Projekti #sp-main-body .container {
	max-width: initial;
}

#sp-slideshow b {
  color: #61FCAE;
  font-size: 14px !important;;
}
@media (min-width: 980px) {
  #sp-slideshow b {
  font-size: 71px !important;
}
#sp-header.header-sticky {
  position: relative;
}
}
#sp-client {
  padding:80px 0;
}
#sp-client h3 {
  padding-bottom: 25px;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  display: block;
  text-align: center;
}
#sp-feature {
	padding:30px 0;
  background: #101318;
}
#sp-feature .jt-cs .owl-dots span {
  position: relative;
  width: .5rem;
 height: .5rem;
  border-radius: 9999px;
  display: block;
  background-color: hsl(var(--dark-border));
  border: none;
  margin: 0 4px;
}

#sp-feature .jt-cs .owl-dots .active span {
  background-color: hsl(var(--primary));
  box-shadow: none;
 height: .5rem;
  width: 2rem;
  margin-bottom: -1px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: none;
  border: none;
}
#sp-feature .glass-card {
  min-height: 280px;
}
#sp-feature .glass-card .text-muted-foreground {
  color: hsl(218.2, 11.5%, 62.4%);
}
#sp-feature .group:hover {
  --tw-shadow: 0 0 40px hsl(var(--mint) / .3);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  --tw-shadow-color: hsl(var(--mint-glow));
  --tw-shadow: var(--tw-shadow-colored);

}
#sp-feature .t3-module{
	overflow: inherit !important;
}

#sp-feature h3.module-title  {
  margin-bottom: 40px;
  position: relative;
}
#sp-feature h3.module-title::after {
  content: "";
  position: absolute;
  top: -30px;
  height: .75rem;
 width: .75rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary));
  left: 0;
}
#sp-feature h3.module-title::before {
  content: "";
  position: absolute;
  top: -24px;
  height: 1px;
 width: 20rem;
 background-image: linear-gradient(to right,var(--tw-gradient-stops));
  --tw-gradient-from: hsl(var(--primary) / .5) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
 --tw-gradient-to: transparent var(--tw-gradient-to-position);
 left: 36px;
}
#sp-feature .title-left {
  letter-spacing: .025em;
  color: hsl(var(--primary));
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  display: block;
}
#sp-feature .title-right {
  font-weight: 700;
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
  display: block;
}

#sp-feature  .bt-cs .bt-inner {
  padding: 0 20px;
}
#sp-feature .bt-cs .owl-next{
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #101318;
  border: 1px solid #303540;
}
#sp-feature .bt-cs .owl-prev{
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #101318;
  border: 1px solid #303540;
}
#sp-feature .bt-cs .owl-next:hover{;
  border-color: hsl(var(--primary));
}
#sp-feature .bt-cs .owl-prev:hover{
 border-color: hsl(var(--primary));
}
#sp-feature .jtcs188.positiontop.owl-carousel .owl-nav {
  right: 0px;
}
#sp-feature .item-box {
  padding: 80px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  
}


#sp-feature  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
#sp-feature .item-box:hover  a.bt-title {
  color: #C8FBD6;
  background-size: 100% 1px;
}
#sp-feature .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature .item-box {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
    border-top-color: rgba(0, 0, 0, 0.12);
    border-right-color: rgba(0, 0, 0, 0.12);
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border-left-color: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border-color: rgba(255, 255, 255, 0.12);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  min-height: 315px;
}
#sp-feature  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;  
}
#sp-feature .item-box:hover  a.bt-title {
  color: #C8FBD6;
}
#sp-feature .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature .item-box .bt-introtext {
  font-size: 17px;
  color: #c6c8c9;
  word-spacing: 0px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 20px;
  display: inline-block;
}
#sp-feature .item-box .rmore {
  margin-top: 30px;
  
}
#sp-feature .item-box .sub-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
#sp-feature .item-box:hover .sub-title {
  color: #000;
}
#sp-feature .item-box .icon-img-20 {
  width: 20px;
  margin-left: 5px;
  display: initial;
}
#sp-intro {
	padding:40px ;
	background:#C8FBD6;
}
.block-more-question {
	background-image: url(../images/arrow-up.png);
  border-radius: 16px;
  padding: 67px 176px 67px 176px;
  border: 5px solid #C8FBD6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  
}
.block-more-question .question-left {
  max-width: 700px;
  width: 100%;

}
.block-more-question .question-left h3{
  font-size: 36px;
  color: #fff;
  line-height: 43px;
}
p.mb-10 {
	color: #fff;
}
.block-more-question .question-left .text-lg {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.block-more-question .question-left .btn-brand-4 {
  padding: 21px 54px;
  background-color: #C8FBD6;
  border-radius: 96px;
  color: #191919;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.block-more-question .question-left .btn-brand-4:hover {
  background-color: #74E39A;
}
.block-more-question .question-right {
  position: relative;
}
#sp-projects {
	padding: 0;
  position: relative;
  background-color: hsl(var(--dark));
}
#sp-projects .container-inner {
  position: relative;
}
#sp-projects .jtcs_more_cat {

  text-align: center;
}
#sp-projects .jtcs_more_cat a {
  padding: 14px 25px;
  background-color: #C8FBD6;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  display: inline-block;
}
#sp-projects .jtcs_more_cat a:hover {
  background: transparent;
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  color: #fff;
}
#sp-projects h3.module-title  {
  margin-bottom: 0px;
  font-size: 65px;
  text-align: center;
}
#sp-projects .sp-module-title {
  padding: 80px 0;
  font-size: 65px;
  color: #fff;
}
#sp-projects .title-left {
  letter-spacing: -.025em;
  font-weight: 700;
  padding-right: 20px;
}
#sp-projects .title-right {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg,hsl(var(--mint)),hsl(var(--mint-glow)));
  font-style: italic;
  font-weight: 300;
}
.infolio-portfolio .jtcs-image {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
section#sp-hero {
  background-image: url("../images/123design_creative_background.avif");
  height: 600px;
  background-size: cover ;
  background-attachment: fixed;
  text-align: center;
}
.jt-cs .hover-icons a.icon-arrow {
  width: 150px;
  height: 150px;
  line-height: 170px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  color: #fff;
}
.jt-cs .jt-imagecover:hover .icon-arrow {
  opacity: 1;
}
.icon-arrow svg {
  width: 40px;
}
.infolio-portfolio .links-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.infolio-portfolio .links-text .cont h4 a.bt-title {
  color: #fff;
  margin: 0;
  font-size: 32px;
  transform: translateY(80px);
}
.infolio-portfolio {
  margin-bottom: 60px;
}
.infolio-portfolio .links-text .cont .tag,
.infolio-portfolio .links-text .cont h4 a.bt-title {
  transition: all 0.5s;
  color: #fff;
}
.bt-cs .bt-inner:hover  .links-text .cont .tag,
.bt-cs .bt-inner:hover  .links-text .cont h4 a.bt-title  {
  visibility: visible;
  transform: translateY(0);
  transition: all 0.7s;
  transition-delay: 0.2s;
}
#sp-latest-news {
	padding:40px 0;
	background:#1d1d1d;
}
#sp-latest-news .t3-module .bt-cs{
	overflow: inherit !important;
}
#sp-latest-news h3.module-title  {
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#sp-latest-news .title-left {
	font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: normal;
  font-style: normal;
  display: block;
}
#sp-latest-news .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  display: block;
}
#sp-latest-news .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-latest-news .show-all {
	position: absolute;
  right: 30px;
  top: -133px;
}
#sp-latest-news .show-all .infolio-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px 0px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
  border-color: #fff;
}
#sp-latest-news .show-all .infolio-button:hover {
  background-color: #C8FBD6;
  color: #000;
  border-color: #C8FBD6;
}
#sp-latest-news img {
 opacity: .5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#sp-latest-news img:hover {
  opacity: 1;
}
.infolio-button .infolio-button-text {
  position: relative;
  z-index: 2;
}
.infolio-button .infolio-button-icon {
  margin: 0px 0px -2px 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 99;
}
.infolio-button .infolio-button-icon i {
	transform: rotate(-35deg);
}
.infolio-button.button-animation::after {
  content: "";
  position: absolute;
  right: 5px;
  top: -8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.4s;
}
.infolio-button.button-animation:hover::after {
  width: 100%;
  right: 0;
}
.item .date {
	color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 0px 30px 0px;
  opacity: 0.8;
}
.cs-widget-item {
  position: relative;
  padding: 80px ;
  transition: all 0.4s ease-in-out;
}
.service-thumbnail-img
{
  position: absolute;
  top: -65%;
  right: 20%;
  transform: rotate(-10deg);
  opacity: 0;
  transition: all 0.8s ease-in-out;
  z-index: 5;
  overflow: hidden;
}
.service-thumbnail-img img
{
  width: 0px;
  height: 0px;
  object-fit: cover;
  border-radius: 30px 30px 30px 30px;
  margin: 0px 0px 0px 0px;
  transition: all 0.5s;
  
}
.cs-widget-item.service-style-six:hover .service-thumbnail-img
{
 opacity: 1;
  transition: all 0.8s ease-in-out;
}
.cs-widget-item.service-style-six:hover .service-thumbnail-img img
{
  width: 480px !important;
  height: 390px !important;
  transition: all 0.8s ease-in-out;
  border-radius: 0px !important;
}
.bt-cs.effects .bt-row , .bt-cs.effects .slides_container
{
  overflow: initial;
}
#sp-latest-news a.bt-title {
	font-size: 25px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.3em;
  color: #FFFFFF;
}
#sp-latest-news a.bt-title:hover {
	color: #C8FBD6;
}
.bt-cs.effects .bt-row:nth-child(2n+1) .cs-widget-item {
	background: #1a1a1a;
}
#sp-panner-logo {
	padding:40px 0;
	background: #1a1a1a;
}
#sp-panner-logo  .infolio-heading-text .infolio-heading {
  margin: 0;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  color: #C8FBD6;
}
.infolio-heading-text span {
  display: inline-block;
  font-weight: 600;
}
#sp-panner-logo .infolio-heading-text {
  text-align: center;
  position: relative;
  padding: 20px 0;
}
#sp-panner-logo .infolio-heading-text::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width:100%;
}
#sp-panner-logo .infolio-heading-text h2 {
	padding: 10px 30px 10px 30px;
  border: 1px solid #FFFFFF1A;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  background: #1a1a1a;
  z-index: 99;
}
#sp-panner-logo ul {
	padding:40px 0;
	margin:0;
	list-style: none;
}
#sp-panner-logo ul li {
	width: 20%;
  float: left;
  text-align: center;
}
#sp-contact-bottom .container-inner {
	border-bottom:1px solid #FFFFFF1A;
	padding-bottom: 70px;
}
#sp-contact-bottom .infolio-heading a {
  color: #FFFFFF;
  font-size: 120px;
  line-height: 1em;
}
#sp-contact-bottom .infolio-heading a:hover {
  color: #C8FBD6;
}
#sp-contact-bottom i {
  font-size: 70px;
  margin-left: 30px;
  transform: rotate(-35deg);
}
#sp-bottom2 .infolio-heading {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  opacity: 0.8;
  margin-bottom: 40px;
}
#sp-bottom2 .infolio-heading-text a {
  color: #C8FBD6;
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.7em;
  opacity: 0.8;
}
#sp-footer2 a {
  color: #C8FBD6;
   text-decoration: underline;
}
.nsb_container_pro a.icons {
  padding-right: 20px;
}
.sp-scroll-up , .sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus{
  color: hsl(var(--primary-foreground));
}
.breadcrumb .fa-map-marker-alt::before {
  content: none;
}
.sp-page-title .breadcrumb > li > a:hover {
  color: #74E39A;
}
#sp-contact-bottom {
  background: #1a1a1a;
}
.items-about {
	padding:60px 0;
}
.sm-title-dot {
  position: relative;
}
.sm-title-dot::before {
  content: '';
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
}
.intro-about .caption h1 {
  font-size: 64px;
}
.elementor-widget-images {
  margin: 0px -400px ;
}
.intro-style5 {
  padding-top: 100px;
}
.intro-style5 h2 {
 font-size: 70px;
 margin-bottom: 15px ;
}
.intro-style5  .fs-20 {
  font-size: 20px ;
}
.intro-style5  .text-indent {
  text-indent: 15%;
  margin-bottom: 50px ;
  font-size: 32px;
}
.intro-style5  .opacity-7 {
  opacity: .7;
}
.elementor-widget-images img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center center;
}
.items-about h5 {
	color: #C8FBD6;
	font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.items-about h2{
	color: #fff;
	font-size: 30px;
    line-height: 1.3em;
}
.items-mission  h1 {
  color: #fff;  
  font-size: 100px;
  font-weight: 500;
  line-height: 1.3em;
}
.items-mission  h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
}
.items-mission  .infolio-text {
  color: #fff;
  font-weight: 400;
  line-height: 1.7em;
}
.items-mission .box {
	padding: 100px 25px;
}
#sp-tasks {
	padding:30px 0;
	text-align: center;
}
#sp-tasks .sp-module-title {
	color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 65px;
  
}
#sp-tasks .sub-tasks {
	padding-bottom: 50px;
	font-size: 24px;
}
#sp-our-features .sp-module-title {
	color: #191919;
  font-size: 56px;
  font-weight: 500;
  line-height: 65px;
  text-align: center;
  padding-bottom: 50px;
}
.card-team-main {
  padding: 30px;
  background-color: #ECEEF2;
  border-radius: 32px;
  margin-bottom: 30px;
}
.card-team-main .card-info a.btn-bg-linear-2 , .card-info .btn-linear-rounded{
  color: #191919;
  border-radius: 32px;
  padding: 10px 26px 10px 26px;
  border: 1px solid #ffffff;
  background: linear-gradient(236deg, #C8FBD6 0%, #3BD16F 100%);
}
.card-team-main .card-info a h2.heading-2 { 
  font-size: 48px;
  line-height: 57px;
  font-weight: 600 ;
  color: #191919;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.card-team-main .card-image img {
  display: block;
  border-radius: 32px;
  width: 100%;
}
.card-team {
  padding: 30px;
  border-radius: 32px;
  background-color: #ECEEF2;
  margin-bottom: 20px !important;
}
.heading-1 {
  font-size: 56px;
  line-height: 67px;
  margin-bottom: 10px !important;
  font-weight: 600 ;
  color: #191919;
} 
.heading-4 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px !important;
  font-weight: 600 ;
  color: #191919;
}
.col-lg-12 > .card-info {
  padding: 30px;
  border-radius: 32px;
  background-color: #ECEEF2;
}
#sp-services  {
	padding:40px 0;
  background: #1a1a1a;
}
#sp-services  h3.module-title {
  margin-bottom: 80px;
  padding: 0 50px;
}
#sp-services .owl-carousel .owl-stage-outer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sp-services .title-left {
  font-size: 24px;

  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: 700;

  display: block;
}
#sp-services  .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  display: block;
  position: relative;
}
#sp-services  .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-services .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
}
#sp-services .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
}

#sp-services .jtcs188.positiontop.owl-carousel .owl-nav {
  right: 90px;
}
#sp-services .show-all .infolio-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px 0px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
  border-color: #fff;
}
#sp-services  .show-all .infolio-button:hover {
  background-color: #C8FBD6;
  color: #000;
  border-color: #C8FBD6;
}
#sp-services .bt-cs .bt-inner {
  padding: 0 20px;
}
#sp-services .item-box {
 padding: 80px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#sp-services  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-services .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-services .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-services .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
#sp-services .item-box:hover  a.bt-title {
  color: #C8FBD6;
  background-size: 100% 1px;
}
#sp-services .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-services .jtcs191.positiontop.owl-carousel .owl-nav {
  right: 90px;
}
#sp-services .item-box .bt-introtext {
  font-size: 17px;
  color: #a8a8a8;
  word-spacing: 0px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#sp-services .item-box:hover .bt-introtext {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#sp-services .item-box .rmore {
  margin-top: 30px;
  
}
#sp-services .item-box .sub-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
#sp-services .item-box:hover .sub-title {
  color: #000;
}
#sp-services .item-box .icon-img-20 {
  width: 20px;
  margin-left: 5px;
  display: initial;
}
#sp-services  .show-all {
	position: absolute;
  right: 30px;
  top: -133px;
}

#sp-services .t3-module .bt-cs{
	overflow: inherit !important;
}
.infolio-button.button-animation::after {
  content: "";
  position: absolute;
  right: 5px;
  top: -8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
#sp-services .bt-box {
	padding:40px;
	border: 1px solid #0000001F;
	border-radius: 15px 15px 15px 15px;
}
#sp-services .bt-box .bt-title {
	color: #1A1A1A;

  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}
#sp-services .readmore a {
	font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #1A1A1A;
  margin-top: 40px;
  display: block;
}
.services-container {
	text-align:center;
	margin-bottom:80px;
}
.services-container h2 {
  color: #C8FBD6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.services-container h3 {
	color: #1A1A1A;
  font-size: 30px;
  line-height: 1.3em;
}
.items-services p {
  color: #777777;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}
.items-services img {
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px 15px 15px 15px;
  width: 100%;
  margin-bottom: 50px;
}
.items-services ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.items-services ul i {
	color: #C8FBD6;
}
.items-services .elementor-icon-list-item > .elementor-icon-list-text {
  font-weight: 400;
  line-height: 1.3em;
  color: #1A1A1A;
}
#sp-projects-inner {
	background:#1a1a1a;
	padding:30px 0;
}

#sp-projects-inner .t3-module{
	overflow: inherit !important;
}
@media (min-width: 992px) {
 #sp-projects-inner  .bt-cs {
    margin-right: -40px;
	margin-left: -40px;
	overflow: inherit !important;
  }
}
@media (min-width: 992px) {
  #sp-projects-inner h3.module-title {
    max-width: 1320px;
	margin: 0 auto;
  }
}
#sp-projects-inner h3.module-title  {
  margin-bottom: 80px;
}
#sp-projects-inner .title-left {
	font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: normal;
  font-style: normal;
  display: block;
}
#sp-projects-inner .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  display: block;
}
#sp-projects-inner .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-projects-inner  .bt-cs .bt-inner {
  padding: 0  50px;
}
#sp-projects-inner .bt-cs a.next, #sp-projects-inner .bt-cs a.prev{
  width: 57px;
  height: 57px;
  top: -136px;
}
#sp-projects-inner .bt-cs a.prev  {
  left: initial;
  right: 640px;
}
#sp-projects-inner .bt-cs a.next {
 right: 570px;
}

#sp-projects-inner .item-box .icon-img img{																																																	
 border-radius: 10px 10px 10px 10px;
  margin-bottom: 40px;
}
#sp-projects-inner .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;  
}
#sp-projects-inner   .cont {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
#sp-projects-inner   .cont .button {
  margin-left: auto;
}
#sp-projects-inner .rmore .icon-img-20 {
  width: 20px;
}
#sp-projects-inner .category {
	color: #c6c8c9;
	font-size: 16px;
  font-weight: 400;
}
#sp-pricing {
	padding:40px 0;
}
#sp-pricing h2 {
  color: #C8FBD6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#sp-pricing h3 {
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}
#sp-pricing  .col-lg-5 .elementor-icon-list-items  {
	padding:30px 0 0 0;
	margin:30px 0 0 0;
	list-style:none;
	border-top: 1px solid #00000024;
}
#sp-pricing  .col-lg-5 .elementor-icon-list-items  i {
	color: #C8FBD6;
	padding-right: 15px;
}
#sp-pricing .box {
	background-color: #F5F7F9;
	border: 1px solid #00000024;
	border-radius: 10px 10px 10px 10px;
	padding:50px 30px;
	display: flex;
}
#sp-pricing .box  img {
  width: 60px;
}
#sp-pricing .box .infolio-heading {
  color: #1A1A1A;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
}
#sp-pricing .infolio-icon-list .elementor-icon-list-items {
	list-style:none;
	padding:0;
	margin: 0px 0px 0px 50px;
}
#sp-pricing .infolio-icon-list .elementor-icon-list-items i {
	font-size:5px;
}
#sp-pricing .infolio-heading-text {
	margin: 0px 0px 0px 50px;
}
#sp-pricing .infolio-heading-text .infolio-heading {
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}
.infolio-button {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
  color: #1A1A1A;
  fill: #1A1A1A;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1A1A1A;
  border-radius: 30px 30px 30px 30px;
  padding: 7px 25px 7px 25px;
}
.infolio-button:hover {
	color: #fff;
	background: #1A1A1A;
}
#sp-pricing .box.box2{
	background-color: #C8FBD6;
	margin-top:30px;
	border: 1px solid #C8FBD6;
}
.bt-inner .news {
	margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  background-color: #F5F7F9;
}
.bt-inner .news .blog__item-2-image .bt-category {
  position: absolute;
  bottom: -2px;
  left: 50%;
  border-radius: 25px 25px 0 0;
  padding: 8px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateX(-50%);
  border-width: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #F5F7F9;
  
}
.bt-inner .news .caption .blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bt-inner .news .blog__btn-2 a {
  color:#1a1a1a;
  
}
.bt-inner .news:hover .blog__btn-2 a {
  
  color: #000;

}
.bt-inner .news .caption {
  padding: 40px 30px;
}
.bt-inner .news .caption a.bt-title {
	display: block;
	font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  color:#1a1a1a;
}
.bt-inner .news .caption a.bt-category {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.bt-inner .news:hover  .blog__item-2-image img {
	webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog__item-2-image-inner img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 15px 15px 0 0;
}
.blog__item-2-image-inner {
  overflow: hidden;
}
.blog__item-2-image {
  position: relative;
}
.blog__item-2-date {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  width: 80px;
  height: 80px;
  line-height: 60px;
  background: #F5F5F5;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: -30px;
  right: 20px;
}
.bt-cs.box-news .bt-row {
  padding: 40px 0 0;
}
.blog__item-2-date  span.date {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  position: relative;
  top: -38px;
  display:block;
}
.bt-inner .news .blog__btn-2 a i {
  transform: rotate(-35deg);
  margin-left: 10px;
}
.sp-module-content-top h4.title {
	
	color: #1a1a1a;
	font-size: 28px;
}
.contact h2 {
	color: #1a1a1a;
}
.tp-home .burger-icon > span {
  background-color: #fff;
}
#sp-header.header-inner {
  margin-top:30px;
  height: auto;
}

#sp-header.header-inner .container-inner {
  background: #C8FBD6;
  padding: 20px 30px;
  border-radius: 30px 30px 0 0;
}
#sp-header.header-inner .btn.btn-brand-4-medium {
  background-color: #000;
  color: #fff;
}
#sp-header.header-inner .btn.btn-brand-4-medium:hover {
  background: #74E39A;
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
#sp-main-body .formResponsive input[type="text"], #sp-main-body .formResponsive textarea, #sp-main-body .formResponsive select, #sp-main-body .formResponsive input[type="tel"], #sp-main-body .formResponsive input[type="email"] {
  background-color: #424242;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding-bottom: 11px !important;
  padding-left: 28px !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
  text-align: center;
  width: 100%;
}
#sp-main-body .formResponsive button[type="submit"] {
    padding: 26px 70px;
	background: #61FCAE;
	border: 4px solid #61FCAE;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	color: #000;
	box-shadow: none;
}
#sp-main-body .formResponsive button[type="submit"]:hover {
	background: #fff;
	color: #61FCAE;
}
#sp-main-body .formResponsive {
  margin: 0 0 18px;
  width: 100%;
  text-align: center;
}
#sp-main-body .formResponsive textarea {
  min-height: 180px;
}

#sp-features .sp-slider-outer-stage{
  background: #1a1a1a;
  border-radius: 50px;
  padding: 60px 200px;
  max-width: 1720px;
  margin: 0 auto;
}
#sp-features  .sp-slider .sp-item .sppb-sp-slider-image img {
  
  border-radius: 30px;
}
#sp-features .sp-slider-image-align-left {
  position: relative;
  border-radius: 30px;
  z-index: 2;
}
#sp-features .feature-shape1 {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 672px;
  height: 498px;
  background: #C8FBD6;
  border-radius: 50px;
  z-index: -1;
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#sp-features .sp-slider-content-align-left {
  padding-left: 60px;
}
#sp-features .sec-text3 {
  font-size: 18px;
  color: #A2ABBA;
  border-bottom: 1px solid #5c6574;
  padding-bottom: 25px;
  padding-top: 25px;
}
.checklist  ul {
  list-style: none;
  padding: 0;
}
#sp-features .checklist li {
  color: #fff;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#sp-features .checklist li > i {
  font-size: 14px;
  color: #C8FBD6;
}
#sp-features .sp-slider-custom-dot-indecators {
  position: inherit;
  max-width: 1320px;
  margin: 0 auto;
  background: #f8f8f8;
  margin-bottom: 15px;
}
#sp-features  .sp-dot-indicator-wrap {
  background: #e0e0e0;
  height: 1px;
  margin-top: -25px;
  z-index: 1;
}
#sp-features  .sp-dot-indicator-wrap .dot-indicator {
  background: #C8FBD6;
  height: 1px;
}
#sp-features .sp-slider-dot-indecator-text.sp-dot-text-key-1 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: 50px;
  color: #000;
}
#sp-features li.active .sp-slider-dot-indecator-text.sp-dot-text-key-1 {
  color: #C8FBD6;
}
#sp-features .sp-slider-custom-dot-indecators ul li {
  margin: 0;
  width: 100%;
}
#sp-features .sp-slider-custom-dot-indecators ul {
  display: flex;
  width: 100% !important;
  gap: 0px;
}
.sp-slider-text-thumb-number {
  color: #000;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  background: #fff;
  position: relative;
  z-index: 99;
}
#sp-features li.active .sp-slider-text-thumb-number {
  color: #000;
  border: 1px solid #C8FBD6;
  background: #C8FBD6;
}
.sppb-section-title .sppb-title-heading {
  position: relative;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 0;
}
.sppb-section-title .sppb-title-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #61FCAE;
  opacity: 0.1;
  border-radius: 30px;
  
}
.sppb-title-subheading {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 600;
  color:#1f1f1f;
}
.sppb-title-subheading span {
  display: inline-block;
  position: relative;
  color: #000;
   border-radius: 30px;
  padding: 3px 20px;
  display: inline-block;
  background: #C8FBD6;
}
.box-style {
  padding: 80px 20px;
  border-radius: 50px;
  background-color: #F8F8F8;
  margin-bottom: 50px;
}
.box-style .th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #C8FBD6;
  color:#fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19.5px 40px;
  border-radius: 100px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.box-style .th-btn::before {
  position: absolute;
  content: "";
  background: #1f1f1f;
  width: 110%;
  min-height: 200px;
  z-index: -1;
  border-radius: 15%;
  top: 100%;
  left: 100%;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.box-style .th-btn:hover::before {
  top: -75px;
  left: -1px;
}
.box-text .sec-title {
  display: block;

}
.box-text ul {
  list-style: none;
}
.box-text  .style7 i {
  color: #000000;
}
.box-text  .style7 li a span {
  font-size: 18px !important ;
}
.sec-title {
  position: relative;
  font-size: 44px;
  line-height: 1.25;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 30px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 0;
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.sec-title.sec-title2 span {
  display: inline-block;
  position: relative;
  color: #C8FBD6;
}
.sec-title.sec-title2 span::after {
  content: "";
  height: 14px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='250' height='18' viewBox='0 0 135 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16C25 3 79 -7 133 16' stroke='%2361FCAE' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: left center;
  position: absolute;
  bottom: -7px;
  left: 0px;
  -webkit-animation: titleFill 3s linear infinite;
  animation: titleFill 3s linear infinite;
}
@-webkit-keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.checklist.style7 li {

  font-size: 20px;
  font-weight: 500;
  color: #1A1A1A;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-title {
 position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #61FCAE;
  margin-bottom: 30px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 0;
  z-index: 1;
}
.sub-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #61FCAE;
  opacity: 0.1;
  border-radius: 30px;
  z-index: -1;
}
.sp-module-content-top {
  padding-bottom: 40px;
}
.sp-module-content-top .wcf--title {
  color: #121212;
  font-size: 36px;
  font-weight: 700;
 
}
.sp-module-content-top .vc_column-text {
  color: #555;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}
.contact-information h2.wcf--title {
  color: #121212;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.22em;
}
.contact-information h3.wcf--title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}
.contact-information a.wcf-btn-underline , .contact-information a.wcf-btn-underline a{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  fill: #555;
  color: #555;
  padding: 0 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s;
  position: relative;
}
.contact-information  a.wcf-btn-underline::after {
  background-color: #555;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all .3s;
}
.contact-information .wcf-btn-underline:hover::after {
  width: 0%;
}
.contact-left .btn-primary {
  margin-top: 40px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  height: 65px;
  padding: 0 40px 0 40px;
  margin: 0 0 0 0;
  border-radius: 0 30px 0 30px;
  gap: 5px;
  color: #FFF;
  fill: #FFF;
  background-color: #121212;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.contact-left .btn-primary::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #1c1d20;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all .75s;
  opacity: .5;
  z-index: -1;
  background-color: #FFF;
}
.contact-left .btn-primary:hover::after {
  height: 400%;
  opacity: 1;
  background-color: #FFF;
}
.contact-left .btn-primary:hover {
  color: #1c1d20;
}
#sp-features .sppb-section-title.left {
  background-color: #f8f8f8;
  padding: 40px;
  margin: 0 -15px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
 background: rgba(25, 29, 36, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 25px 60px, rgba(33, 196, 93, 0.08) 0px 0px 40px;
  padding: 1.5rem;
  border:1px solid #2b2f35;
  border-radius: 1rem;
}
.sp-megamenu-parent .sp-mega-group > li {
  padding: 12px 16px;
  border-radius: .75rem;
}
.sp-megamenu-parent .sp-mega-group > li:hover {
  background-color: #ffffff0d;
}
.sp-megamenu-parent .sp-mega-group > li:hover > a {
  color: #c8fbd6;
}
.itemid-165.portfolio #sp-main-body .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: initial;
}
.itemid-165.portfolio #sp-main-body {
  background: #1a1a1a;
}
.portfolio.bt-cs .bt-row {
  padding:  0;
}
.portfolio.bt-cs .bt-inner {
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item  {
  border: 1px solid #2c2c2c;
  padding: 55px 55px 55px 55px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #2C2C2C;
  position: relative;
  overflow: hidden;
}
 
.portfolio.bt-cs .xb-item--inner .icon-img {
  height: 100%;
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info{
  background-color: #121212;
  padding: 25px 25px 25px 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 99;
  transform: translate(60px,-50%);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a{
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background: #121212;
 
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
  background: #C8FBD6;
  border-color: #C8FBD6;
  color: #000;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-info {
  opacity: 1;
  visibility: visible;
  transform: translate(0,-50%);
}
.portfolio.bt-cs .xb-item--inner img {
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
}
.portfolio.bt-cs .xb-item--inner:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
#sp-simpleportfolio .pagination > li > a, #sp-simpleportfolio .pagination > li > span {
	background:none;
}
.sp-simpleportfolio .pagination {
  justify-content: center;
}
#sp-simpleportfolio .pagination > .active > a:hover,#sp-simpleportfolio  .pagination > .active > a:focus, #sp-simpleportfolio .pagination > .active > span:hover, #sp-simpleportfolio .pagination > .active > span:focus , #sp-simpleportfolio .pagination > .active > span{
  border-color: #C8FBD6;
  background-color: #C8FBD6;
  color: #000;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: #C8FBD6;
  color: #000;
}

#sp-counter  .jmm-counter.default .jm-count {
  color: #000;
  font-size: 70px;
}
#sp-counter  .jmm-counter.default .jmm-subtitle {
  color: #000;
}
section#sp-counter {
  background: #C8FBD6;
  padding: 45px 0 ;
  margin-bottom: 50px;
  position: relative;

   color: #000;
}
#sp-counter .animated-number-position-left .sppb-addon-content {

  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a, .offcanvas-menu .offcanvas-inner .social-icons > li > a {
  opacity:1;
  font-size: 17px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info {
  position: absolute;
  bottom: 40px;
}

.sppb-addon-content {
  font-size: 20px;
}
.image-column {
  position: relative;
  height: 100%;
}
.image-column .bg-shpe-1 {
  position: absolute;
  left:0;
  width: 288px;
  height: 495px;
  background: url(../images/shape-2.png) center no-repeat;
}
.logo-box {
  position: absolute;
  right: 95px;
  top: 140px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  z-index: 2;
}
.image-column.box-right .bg-shpe-1 {
  right: 0;
  left: inherit;
}
.image-column.box-right .logo-box {
  left: 95px;
  right: initial;
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#sp-slideshow{
  padding: 120px 0 0;
  background:#101318 url("../images/pattern-bg.webp");
}

#sp-slideshow a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
}
#sp-slideshow a.btn-mint:hover{
  color: hsl(var(--dark)) !important;
}
#sp-slideshow  .border-t {
  border-top: 1px solid #2e323d;
  padding: 2.5rem 0;
}
#sp-slideshow  .gap-8 {
  gap: 12rem;
}
#sp-slideshow a.rounded-full {
  border: 2px solid #ffffff4d;
}
#sp-slideshow .mt-10 h1 {
  font-size: 80px;
  padding: 40px 0;
}
.hero-style5 .links > div {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.hero-style5 .links > div:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background: #C8FBD6;
      z-index: -1;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; 
}
.hero-style5 .links > div:hover:after {
      width: 100%; 
}
.hero-style5 .links > div:hover a {
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4);
      -webkit-transform-origin: 0%;
      -ms-transform-origin: 0%;
      transform-origin: 0%; 
}

.hero-style5 .links a {
  font-size: 100px;
  line-height: .8;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #fff;
  display: inline-block;
   }
.hero-style5 .links a:hover  {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
}
.hero-style5 .caption h1 {
  font-size: 150px;
  text-transform: uppercase;
  letter-spacing: -2px; 
  color: #C8FBD6;
  font-weight: 700;
  text-align: center;
}
.hero-style5 .mt-80px {
  margin-top: 60px ;

}
.sp-simpleportfolio-created {
  display: none;
}
#sp-main-body .wow-web , #sp-main-body .shop-web , #sp-main-body .travel-web , #sp-main-body  .apps-web, #sp-main-body .mobile-apps 
, #sp-main-body .seo-web, #sp-main-body .wp-web, #sp-main-body .ai-agent, #sp-main-body .geo-web{
  padding: 0px ;
}
#sp-main-body {
  padding: 100px 0 0;
}
#sp-feature-inner .t3-module{
	overflow: inherit !important;
}

#sp-feature-inner h3.module-title  {
  margin-bottom: 40px;
  padding: 0 50px;
}
#sp-feature-inner .title-left {
	font-size: 24px;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: 700;
  display: block;
}
#sp-feature-inner .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  display: block;
}
#sp-feature-inner .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-feature-inner  .bt-cs .bt-inner {
  padding: 0 20px;
}
#sp-feature-inner .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 470px;
  position: absolute;
}
#sp-feature-inner .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 540px;
  position: absolute;
}


#sp-feature-inner .item-box {
  padding: 80px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  
}


#sp-feature-inner .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature-inner .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature-inner .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature-inner .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
#sp-feature-inner .item-box:hover  a.bt-title {
  color: #C8FBD6;
  background-size: 100% 1px;
}
#sp-feature-inner .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature-inner .item-box {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
    border-top-color: rgba(0, 0, 0, 0.12);
    border-right-color: rgba(0, 0, 0, 0.12);
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border-left-color: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border-color: rgba(255, 255, 255, 0.12);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
 
}
#sp-feature-inner  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature-inner .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature-inner .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature-inner .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;  
}
#sp-feature-inner .item-box:hover  a.bt-title {
  color: #C8FBD6;
}
#sp-feature-inner .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature-inner .item-box .bt-introtext {
  font-size: 17px;
  color: #c6c8c9;
  word-spacing: 0px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 20px;
  display: inline-block;
}
#sp-feature-inner .item-box .rmore {
  margin-top: 30px;
  
}
#sp-feature-inner.item-box .sub-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
#sp-feature-inner .item-box:hover .sub-title {
  color: #000;
}
#sp-feature-inner .item-box .icon-img-20 {
  width: 20px;
  margin-left: 5px;
  display: initial;
}
@media (max-width: 767px) {
	.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	  background-color: #fff;
	}
	 #sp-header {
		height: auto;
	  }
	#sp-head-link {
	 display: none;
	}
	#sp-feature h3.module-title {
	  margin-bottom: 10px;
	  padding: 0 20px;
	}
	#sp-feature .title-right {
	  padding-right: 0;
	  font-size: 14px;
	}
  #sp-projects .px-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
  #sp-projects  .space-y-32 > .flex  {
  display: inherit;
}
	#sp-feature .bt-cs a.prev {
	  right: 80px;
	}
	#sp-feature .bt-cs a.next {
	  right: 20px;
	}
	#sp-intro {
	  padding: 10px;
	}
	.block-more-question {
	  padding: 20px; 
	  display: inherit;
	}
	#sp-projects .title-right {
	  font-size: 20px; 
	}
	.infolio-portfolio .links-text .cont .tag, .infolio-portfolio .links-text .cont h4 a.bt-title {
	  opacity: 1;
	  transition: all 0.5s;
	}
	.infolio-portfolio .links-text .cont .tag {
	  transform: inherit;
	}
	#sp-latest-news h3.module-title {
	  margin-bottom: 20px;
	  padding: 0 20px;
	}
	#sp-latest-news .title-right {
	  font-size: 20px;
	}
	.cs-widget-item {
	  padding: 20px;
	}
	#sp-panner-logo ul li {
	  width: 100%;
	  margin: 10px;
	}
	#sp-contact-bottom .infolio-heading a {
	  font-size: 28px;
	}
	#sp-contact-bottom i {
	  font-size: 28px;
	}
	#sp-footer, #sp-bottom {
	  text-align: center;
	}
	#sp-footer #sp-footer2 {
	  text-align: center;
	}
	.sp-page-title .sp-page-title-heading {
	  font-size: 25px;
	  padding: 20px 30px 40px;
	}
	#sp-main-body {
	  padding: 30px 0;
	}
	#sp-services h3.module-title {
	  margin-bottom: 20px;
	  padding: 0 20px;
	}
	#sp-services .title-right {
	  font-size: 20px;
	  
	}
	#sp-projects-inner {
	  padding: 30px 20px;
	}
	#sp-projects-inner .title-right {
	  font-size: 30px;
	}
	#sp-projects-inner .bt-cs a.prev {
	  right: 40px;
	}
	#sp-projects-inner .bt-cs a.next {
	  right: -20px;
	}
	#sp-projects-inner .bt-cs a.next, #sp-projects-inner .bt-cs a.prev {
	  top: -195px;
	}
	#sp-projects-inner .bt-cs .bt-inner {
	  padding: 0 20px;
	}
	#sp-pricing {
	  padding: 20px;
	}
	#sp-pricing .box {
	  padding: 20px;
	  display: inherit;
	}
	#sp-pricing .infolio-heading-text {
	  margin: 0;
	}
	#sp-pricing .infolio-icon-list .elementor-icon-list-items {
	  margin: 0;
	}
  .offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
    font-size: 17px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    opacity: 1;
    visibility: visible;
    transform: initial;
    position: initial;
	}
	.sp-simpleportfolio .sp-simpleportfolio-item {
		padding:15px;
	}
  #sp-feature .jtcs188.positiontop.owl-carousel .owl-nav {
  right: 30px;
    top: -50px;
}
#sp-feature .bt-cs .owl-prev {
  right: 70px;
}
#sp-feature .bt-cs .owl-next {
  right: 0px;
}
#sp-projects .jtcs189.positiontop.owl-carousel .owl-nav {
  width: auto;
  right: 30px;
}
#sp-projects  .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 0px;
  position: absolute;
}
#sp-projects  .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 70px;
  position: absolute;
}
#sp-feature .item-box .bt-introtext {
  font-size: 17px;
  opacity: 1;
  
}
.hero-style5 .caption h1 {
  font-size: 50px;
 
}
#sp-projects h3.module-title {
  font-size: 25px;
  margin-bottom: 30px;
}
#sp-projects .infolio-portfolio {
  margin-bottom: 0;
}
.presjek-web {
  min-height: 20vh !important;
 
}
section#sp-hero {
  height: 200px;
 
}
#sp-contact-bottom {
  text-align: center;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #C8FBD6;
}
.items-about p span {
  font-size: 28px !important;
}
section#sp-hero {
    height: 200px !important;
}
}
/* ============= 123 DESIGN — MODERN BACKGROUNDS (AVIF → WebP → JPG/PNG) ============= */
/* HERO — 123design_creative_background */
section#sp-hero{
  /* Fallback za starije browsere */
  background-image: url("../images/123design_creative_background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 600px;
  text-align: center;
}
/* Modern override (gdje je podržan image-set) */
@supports (background-image: image-set(url("../images/123design_creative_background.avif") type("image/avif") 1x)) {
  section#sp-hero{
    /* WebKit prefiks za stare Safari verzije + standard */
    background-image: -webkit-image-set(
      url("../images/123design_creative_background.avif") type("image/avif") 1x,
      url("../images/123design_creative_background.webp") type("image/webp") 1x,
      url("../images/123design_creative_background.jpg") type("image/jpeg") 1x
    );
    background-image: image-set(
      url("../images/123design_creative_background.avif") type("image/avif") 1x,
      url("../images/123design_creative_background.webp") type("image/webp") 1x,
      url("../images/123design_creative_background.jpg") type("image/jpeg") 1x
    );
  }
}

/* MENU BG — menu-bg.(avif|webp|jpg) */
.body--menu-bg, .menu-bg{
  background-image: url("../images/menu-bg.jpg");
  background-size: cover;
  background-position: center;
}
@supports (background-image: image-set(url("../images/menu-bg.avif") type("image/avif") 1x)) {
  .body--menu-bg, .menu-bg{
    background-image: -webkit-image-set(
      url("../images/menu-bg.avif") type("image/avif") 1x,
      url("../images/menu-bg.webp") type("image/webp") 1x,
      url("../images/menu-bg.jpg") type("image/jpeg") 1x
    );
    background-image: image-set(
      url("../images/menu-bg.avif") type("image/avif") 1x,
      url("../images/menu-bg.webp") type("image/webp") 1x,
      url("../images/menu-bg.jpg") type("image/jpeg") 1x
    );
  }
}

/* PATTERN BG — pattern-bg.(avif|webp|png) */
.pattern-bg{
  background-image: url("../images/pattern-bg.png");
  background-repeat: repeat;
  background-size: auto;
}
@supports (background-image: image-set(url("../images/pattern-bg.avif") type("image/avif") 1x)) {
  .pattern-bg{
    background-image: -webkit-image-set(
      url("../images/pattern-bg.avif") type("image/avif") 1x,
      url("../images/pattern-bg.webp") type("image/webp") 1x,
      url("../images/pattern-bg.png") type("image/png") 1x
    );
    background-image: image-set(
      url("../images/pattern-bg.avif") type("image/avif") 1x,
      url("../images/pattern-bg.webp") type("image/webp") 1x,
      url("../images/pattern-bg.png") type("image/png") 1x
    );
  }
}

/* ARROW ikone kao background (ako se negdje koriste kao bg) */
.btn--arrow-right{
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
@supports (background-image: image-set(url("../images/arrow-right.avif") type("image/avif") 1x)) {
  .btn--arrow-right{
    background-image: -webkit-image-set(
      url("../images/arrow-right.avif") type("image/avif") 1x,
      url("../images/arrow-right.webp") type("image/webp") 1x,
      url("../images/arrow-right.png") type("image/png") 1x
    );
    background-image: image-set(
      url("../images/arrow-right.avif") type("image/avif") 1x,
      url("../images/arrow-right.webp") type("image/webp") 1x,
      url("../images/arrow-right.png") type("image/png") 1x
    );
  }
}

/* RE left/right (bg strelice) */
.re-left, .re-right{
  background-repeat: no-repeat;
  background-size: contain;
}
.re-left{  background-image: url("../images/re-left.png");  }
.re-right{ background-image: url("../images/re-right.png"); }
@supports (background-image: image-set(url("../images/re-left.avif") type("image/avif") 1x)) {
  .re-left{
    background-image: -webkit-image-set(
      url("../images/re-left.avif") type("image/avif") 1x,
      url("../images/re-left.webp") type("image/webp") 1x,
      url("../images/re-left.png") type("image/png") 1x
    );
    background-image: image-set(
      url("../images/re-left.avif") type("image/avif") 1x,
      url("../images/re-left.webp") type("image/webp") 1x,
      url("../images/re-left.png") type("image/png") 1x
    );
  }
  .re-right{
    background-image: -webkit-image-set(
      url("../images/re-right.avif") type("image/avif") 1x,
      url("../images/re-right.webp") type("image/webp") 1x,
      url("../images/re-right.png") type("image/png") 1x
    );
    background-image: image-set(
      url("../images/re-right.avif") type("image/avif") 1x,
      url("../images/re-right.webp") type("image/webp") 1x,
      url("../images/re-right.png") type("image/png") 1x
    );
  }
}

/* iOS/Android performanse: izbjegni 'fixed' na mobitelu (bolji LCP/scroll) */
@media (max-width: 1024px){
  section#sp-hero{ background-attachment: scroll; }
}

/* FORCE HERO TO USE AVIF IF SUPPORTED */
@supports (background-image: url("../images/123design_creative_background.avif")) {
  section#sp-hero {
    background-image: url("../images/123design_creative_background.avif") !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

.tp-home #sp-head-link a {
  max-width: 200px;
  color: hsl(var(--dark)) !important;
  background: hsl(var(--mint));
}
#sp-head-link a {
  max-width: 200px;
  color: #FFF !important;
  background: #000;
}
@media (max-width: 767px){
  #sp-slideshow .mt-10 h1 {
  font-size: 30px;
}
#sp-slideshow a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 20px;
}
#sp-slideshow .gap-8 {
  gap: 2rem;
}
}
