@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 .cag-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #102033;
  font-family: inherit;
}.tc-wp-content-root .cag-content-wrap, .tc-wp-content-root .cag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .cag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .cag-section-one, .tc-wp-content-root .cag-section-three{
  background: #fff;
}.tc-wp-content-root .cag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .cag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cag-heading-block{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .cag-heading-block h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .cag-heading-block h2 span{
  color: transparent;
  background: linear-gradient(90deg, #0b7cff 0%, #00bfd8 52%, #33d1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .cag-heading-block p{
  margin: 0;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
  color: #536579;
}.tc-wp-content-root .cag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .cag-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.1rem, 2.6vw, 1.45rem);
  border: 1px solid rgba(14, 116, 189, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
  isolation: isolate;
}.tc-wp-content-root .cag-section-one .cag-card, .tc-wp-content-root .cag-section-three .cag-card{
  background: #f0f7ff;
}.tc-wp-content-root .cag-section-two .cag-card{
  background: #fff;
}.tc-wp-content-root .cag-card-head{
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 0.95rem);
  margin-bottom: clamp(0.85rem, 2vw, 1rem);
}.tc-wp-content-root .cag-icon{
  display: inline-flex;
  width: clamp(2.55rem, 7vw, 3rem);
  height: clamp(2.55rem, 7vw, 3rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0b7cff, #00bfd8);
  box-shadow: 0 10px 22px rgba(0, 160, 216, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .cag-icon i{
  font-size: clamp(1rem, 3vw, 1.18rem);
  line-height: 1;
}.tc-wp-content-root .cag-card h3{
  margin: 0;
  min-width: 0;
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  line-height: 1.35;
  font-weight: 760;
  color: #102033;
  overflow-wrap: anywhere;
}.tc-wp-content-root .cag-card p{
  margin: 0 0 clamp(0.9rem, 2vw, 1rem);
  color: #536579;
  font-size: clamp(0.93rem, 2vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .cag-card ul{
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .cag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #2f4358;
  font-size: clamp(0.86rem, 1.8vw, 0.94rem);
  line-height: 1.45;
}.tc-wp-content-root .cag-card li::before{
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b7cff, #00bfd8);
  box-shadow: 0 0 0 3px rgba(0, 191, 216, 0.12);
}.tc-wp-content-root .cag-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .cag-tilt-card::before{
  content: "";
  position: absolute;
  inset: -45% auto auto -30%;
  width: 70%;
  height: 70%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(51, 209, 255, 0.24), transparent 68%);
  opacity: 0;
  transform: translate3d(-10px, 12px, 0);
  transition: opacity 280ms ease, transform 360ms ease;
  z-index: -1;
}.tc-wp-content-root .cag-tilt-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(0, 191, 216, 0.32);
  box-shadow: 0 20px 46px rgba(13, 124, 200, 0.14);
}.tc-wp-content-root .cag-tilt-card:hover::before{
  opacity: 1;
  transform: translate3d(18px, -4px, 0);
}.tc-wp-content-root .cag-tilt-card:hover .cag-icon{
  transform: translateZ(12px) scale(1.04);
  box-shadow: 0 14px 26px rgba(0, 160, 216, 0.3);
}.tc-wp-content-root .cag-sweep-card::before{
  content: "";
  position: absolute;
  inset: -40% -70%;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255, 255, 255, 0.72) 48%,
    rgba(51, 209, 255, 0.18) 54%,
    transparent 64%
  );
  transform: translateX(-52%) rotate(5deg);
  opacity: 0;
  transition: transform 520ms ease, opacity 260ms ease;
  pointer-events: none;
  z-index: 1;
}.tc-wp-content-root .cag-sweep-card > *{
  position: relative;
  z-index: 2;
}.tc-wp-content-root .cag-sweep-card:hover{
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(11, 124, 255, 0.24);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.1);
}.tc-wp-content-root .cag-sweep-card:hover::before{
  opacity: 1;
  transform: translateX(52%) rotate(5deg);
}.tc-wp-content-root .cag-reveal-card{
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}.tc-wp-content-root .cag-reveal-card .cag-card-head, .tc-wp-content-root .cag-reveal-card p, .tc-wp-content-root .cag-reveal-card li{
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .cag-reveal-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 191, 216, 0.3);
  box-shadow: 0 19px 44px rgba(13, 124, 200, 0.13);
}.tc-wp-content-root .cag-reveal-card:hover .cag-card-head{
  transform: translateY(-2px);
}.tc-wp-content-root .cag-reveal-card:hover p{
  transform: translateY(-2px);
}.tc-wp-content-root .cag-reveal-card:hover li:nth-child(1){
  transform: translateY(-1px);
}.tc-wp-content-root .cag-reveal-card:hover li:nth-child(2){
  transform: translateY(-2px);
}@media (max-width: 991.98px) {.tc-wp-content-root .cag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .cag-section{
    padding: clamp(2.4rem, 10vw, 3.25rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .cag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .cag-card{
    border-radius: 16px;
  }.tc-wp-content-root .cag-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cag-content-wrap *, .tc-wp-content-root .cag-content-wrap *::before, .tc-wp-content-root .cag-content-wrap *::after{
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .cag-card:hover, .tc-wp-content-root .cag-card:hover .cag-icon, .tc-wp-content-root .cag-card:hover .cag-card-head, .tc-wp-content-root .cag-card:hover p, .tc-wp-content-root .cag-card:hover li{
    transform: none !important;
  }}