@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .jag-content-wrap, .tc-wp-content-root .jag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .jag-content-wrap{
  width: 100%;
  color: #10233f;
  font-family: inherit;
  overflow-x: hidden;
}.tc-wp-content-root .jag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 3vw, 2rem);
}.tc-wp-content-root .jag-section-white{
  background: #fff;
}.tc-wp-content-root .jag-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .jag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .jag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
  text-align: center;
}.tc-wp-content-root .jag-section-head h2{
  margin: 0 0 clamp(0.7rem, 1.5vw, 1rem);
  color: #10233f;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .jag-section-head h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0877e8 0%, #09b9d7 52%, #24d3b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .jag-section-head p{
  margin: 0;
  color: #516174;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.7;
}.tc-wp-content-root .jag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .jag-card{
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(22, 118, 210, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 35, 63, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  will-change: transform;
}.tc-wp-content-root .jag-section-white .jag-card{
  background: #f0f7ff;
}.tc-wp-content-root .jag-section-blue .jag-card{
  background: #fff;
}.tc-wp-content-root .jag-card::before, .tc-wp-content-root .jag-card::after{
  content: "";
  position: absolute;
  pointer-events: none;
}.tc-wp-content-root .jag-card-head{
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.8vw, 0.95rem);
  min-width: 0;
  margin-bottom: clamp(0.8rem, 2vw, 1rem);
}.tc-wp-content-root .jag-card-head i{
  display: inline-grid;
  flex: 0 0 auto;
  width: clamp(2.35rem, 5vw, 2.8rem);
  height: clamp(2.35rem, 5vw, 2.8rem);
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0877e8, #09b9d7);
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  box-shadow: 0 10px 22px rgba(8, 119, 232, 0.2);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .jag-card h3{
  min-width: 0;
  margin: 0;
  color: #10233f;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .jag-card p{
  margin: 0 0 clamp(0.9rem, 2vw, 1.05rem);
  color: #516174;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .jag-card ul{
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .jag-card li{
  position: relative;
  padding-left: 1rem;
  color: #2f4056;
  font-size: clamp(0.86rem, 1.7vw, 0.93rem);
  line-height: 1.45;
}.tc-wp-content-root .jag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0877e8, #24d3b5);
  box-shadow: 0 0 0 3px rgba(9, 185, 215, 0.13);
}.tc-wp-content-root .jag-grid-tilt .jag-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .jag-grid-tilt .jag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(9, 185, 215, 0.35);
  box-shadow: 0 20px 46px rgba(8, 119, 232, 0.16);
}.tc-wp-content-root .jag-grid-tilt .jag-card:hover .jag-card-head i{
  transform: translateZ(12px) scale(1.04);
}.tc-wp-content-root .jag-grid-sweep .jag-card::before{
  inset: -45%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 35%, rgba(9, 185, 215, 0.15) 50%, transparent 65%);
  transform: translateX(-70%) rotate(8deg);
  opacity: 0;
  transition: transform 520ms ease, opacity 520ms ease;
}.tc-wp-content-root .jag-grid-sweep .jag-card:hover{
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(8, 119, 232, 0.25);
  box-shadow: 0 18px 42px rgba(16, 35, 63, 0.12);
}.tc-wp-content-root .jag-grid-sweep .jag-card:hover::before{
  transform: translateX(70%) rotate(8deg);
  opacity: 1;
}.tc-wp-content-root .jag-grid-sweep .jag-card:hover .jag-card-head i{
  transform: scale(1.06);
}.tc-wp-content-root .jag-grid-reveal .jag-card::after{
  inset: auto 1rem 1rem 1rem;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0877e8, #09b9d7, #24d3b5);
  opacity: 0;
  transform: translateY(10px) scaleX(0.45);
  transform-origin: left center;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .jag-grid-reveal .jag-card h3, .tc-wp-content-root .jag-grid-reveal .jag-card p, .tc-wp-content-root .jag-grid-reveal .jag-card ul{
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .jag-grid-reveal .jag-card:hover{
  transform: translateY(-4px);
  border-color: rgba(36, 211, 181, 0.32);
  box-shadow: 0 20px 44px rgba(9, 185, 215, 0.14);
}.tc-wp-content-root .jag-grid-reveal .jag-card:hover::after{
  opacity: 1;
  transform: translateY(0) scaleX(1);
}.tc-wp-content-root .jag-grid-reveal .jag-card:hover h3, .tc-wp-content-root .jag-grid-reveal .jag-card:hover p, .tc-wp-content-root .jag-grid-reveal .jag-card:hover ul{
  transform: translateY(-2px);
}@media (max-width: 991.98px) {.tc-wp-content-root .jag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jag-card{
    border-radius: 16px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .jag-section{
    padding: clamp(2.35rem, 10vw, 3.25rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .jag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .jag-card{
    width: 100%;
    border-radius: 15px;
  }.tc-wp-content-root .jag-card:hover{
    transform: none;
  }.tc-wp-content-root .jag-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .jag-content-wrap *, .tc-wp-content-root .jag-content-wrap *::before, .tc-wp-content-root .jag-content-wrap *::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .jag-card:hover, .tc-wp-content-root .jag-card:hover h3, .tc-wp-content-root .jag-card:hover p, .tc-wp-content-root .jag-card:hover ul, .tc-wp-content-root .jag-card:hover .jag-card-head i{
    transform: none !important;
  }}