@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 .rag-content-block, .tc-wp-content-root .rag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .rag-content-block{
  width: 100%;
  font-family: inherit;
  color: #102033;
  background: #fff;
  overflow: hidden;
}.tc-wp-content-root .rag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .rag-section-one, .tc-wp-content-root .rag-section-three{
  background: #fff;
}.tc-wp-content-root .rag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .rag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .rag-section-head h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: #0f172a;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .rag-section-head h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 48%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .rag-section-head p{
  margin: 0;
  color: #52647a;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.7;
}.tc-wp-content-root .rag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
}.tc-wp-content-root .rag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 2.6vw, 1.5rem);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}.tc-wp-content-root .rag-section-one .rag-card, .tc-wp-content-root .rag-section-three .rag-card{
  background: #f0f7ff;
}.tc-wp-content-root .rag-section-two .rag-card{
  background: #fff;
}.tc-wp-content-root .rag-card-head{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .rag-card-head i{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 5vw, 2.85rem);
  height: clamp(2.4rem, 5vw, 2.85rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 10px 22px rgba(14, 165, 233, 0.28);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    background 320ms ease;
}.tc-wp-content-root .rag-card h3{
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  color: #132238;
  font-size: clamp(1rem, 2.2vw, 1.16rem);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-content-root .rag-card p{
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #52647a;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .rag-card ul{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .rag-card li{
  position: relative;
  padding-left: 1rem;
  color: #24364d;
  font-size: clamp(0.86rem, 1.7vw, 0.94rem);
  line-height: 1.45;
}.tc-wp-content-root .rag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .rag-card-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .rag-card-tilt::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(14, 165, 233, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .rag-card-tilt:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(14, 165, 233, 0.34);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.14);
}.tc-wp-content-root .rag-card-tilt:hover::before{
  opacity: 1;
}.tc-wp-content-root .rag-card-tilt:hover .rag-card-head i{
  transform: translateZ(12px) scale(1.04);
}.tc-wp-content-root .rag-card-sweep::before{
  content: "";
  position: absolute;
  top: -40%;
  left: -70%;
  width: 55%;
  height: 180%;
  background: linear-gradient(115deg, transparent 0%, rgba(14, 165, 233, 0.08) 35%, rgba(255, 255, 255, 0.68) 50%, rgba(6, 182, 212, 0.1) 65%, transparent 100%);
  transform: translateX(0) skewX(-12deg);
  transition: transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .rag-card-sweep:hover{
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(6, 182, 212, 0.34);
  box-shadow: 0 20px 42px rgba(14, 165, 233, 0.13);
}.tc-wp-content-root .rag-card-sweep:hover::before{
  transform: translateX(330%) skewX(-12deg);
}.tc-wp-content-root .rag-card-sweep:hover .rag-card-head i{
  transform: scale(1.06);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.28);
}.tc-wp-content-root .rag-card-reveal::before{
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5e9, #06b6d4, #2563eb);
  opacity: 0;
  transform: translateY(8px) scaleX(0.55);
  transform-origin: center;
  transition:
    opacity 260ms ease,
    transform 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .rag-card-reveal .rag-card-head, .tc-wp-content-root .rag-card-reveal p, .tc-wp-content-root .rag-card-reveal ul{
  transition:
    transform 280ms ease,
    opacity 280ms ease;
}.tc-wp-content-root .rag-card-reveal:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .rag-card-reveal:hover::before{
  opacity: 1;
  transform: translateY(0) scaleX(1);
}.tc-wp-content-root .rag-card-reveal:hover .rag-card-head{
  transform: translateY(-2px);
}.tc-wp-content-root .rag-card-reveal:hover p, .tc-wp-content-root .rag-card-reveal:hover ul{
  transform: translateY(-3px);
}.tc-wp-content-root .rag-card-reveal:hover .rag-card-head i{
  transform: rotateY(180deg);
}@media (max-width: 991.98px) {.tc-wp-content-root .rag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rag-card-tilt:hover{
    transform: translateY(-3px);
  }}@media (max-width: 575.98px) {.tc-wp-content-root .rag-section{
    padding: clamp(2.5rem, 10vw, 3.25rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .rag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rag-card{
    border-radius: 16px;
  }.tc-wp-content-root .rag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .rag-card-tilt:hover, .tc-wp-content-root .rag-card-sweep:hover, .tc-wp-content-root .rag-card-reveal:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rag-card, .tc-wp-content-root .rag-card::before, .tc-wp-content-root .rag-card-head, .tc-wp-content-root .rag-card-head i, .tc-wp-content-root .rag-card p, .tc-wp-content-root .rag-card ul{
    transition: none;
    animation: none;
  }.tc-wp-content-root .rag-card:hover, .tc-wp-content-root .rag-card-tilt:hover, .tc-wp-content-root .rag-card-sweep:hover, .tc-wp-content-root .rag-card-reveal:hover{
    transform: none;
  }}