@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 .agc-content-block, .tc-wp-content-root .agc-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .agc-content-block{
  width: 100%;
  color: #17324d;
  font-family: inherit;
  line-height: 1.6;
}.tc-wp-content-root .agc-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
  overflow: hidden;
}.tc-wp-content-root .agc-section-one, .tc-wp-content-root .agc-section-three{
  background: #fff;
}.tc-wp-content-root .agc-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .agc-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .agc-section h2{
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  color: #10283f;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .agc-section h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0284c7 0%, #06b6d4 52%, #22c55e 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .agc-subheading{
  width: 100%;
  max-width: 760px;
  margin: clamp(0.8rem, 2vw, 1.1rem) auto 0;
  color: #52687d;
  text-align: center;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
}.tc-wp-content-root .agc-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  margin-top: clamp(2rem, 5vw, 3.25rem);
  width: 100%;
}.tc-wp-content-root .agc-card{
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.15rem, 2.5vw, 1.45rem);
  border: 1px solid rgba(2, 132, 199, 0.14);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 74, 111, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .agc-section-one .agc-card, .tc-wp-content-root .agc-section-three .agc-card{
  background: #f0f7ff;
}.tc-wp-content-root .agc-section-two .agc-card{
  background: #fff;
}.tc-wp-content-root .agc-card-head{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  margin-bottom: 0.85rem;
}.tc-wp-content-root .agc-card-head i{
  display: inline-grid;
  place-items: center;
  flex: 0 0 clamp(2.35rem, 5vw, 2.75rem);
  width: clamp(2.35rem, 5vw, 2.75rem);
  height: clamp(2.35rem, 5vw, 2.75rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(0.98rem, 2vw, 1.15rem);
  background: linear-gradient(135deg, #0284c7, #06b6d4);
  box-shadow: 0 10px 22px rgba(6, 182, 212, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .agc-card h3{
  min-width: 0;
  margin: 0;
  color: #132f49;
  font-size: clamp(1.03rem, 2vw, 1.22rem);
  line-height: 1.28;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .agc-card p{
  margin: 0;
  color: #4e6578;
  font-size: clamp(0.94rem, 1.45vw, 1rem);
}.tc-wp-content-root .agc-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .agc-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #314b60;
  font-size: clamp(0.88rem, 1.35vw, 0.95rem);
}.tc-wp-content-root .agc-card li::before{
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0284c7, #22c55e);
  transform: translateY(-50%);
}.tc-wp-content-root .agc-section-one .agc-card::before{
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 30% 20%, rgba(6, 182, 212, 0.24), transparent 42%);
  transition: opacity 300ms ease, transform 300ms ease;
}.tc-wp-content-root .agc-section-one .agc-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 20px 44px rgba(15, 74, 111, 0.14);
}.tc-wp-content-root .agc-section-one .agc-card:hover::before{
  opacity: 1;
  transform: translate3d(5%, 4%, 0);
}.tc-wp-content-root .agc-section-two .agc-card::after{
  content: "";
  position: absolute;
  top: -80%;
  left: -55%;
  width: 42%;
  height: 240%;
  opacity: 0;
  background: linear-gradient(115deg, transparent, rgba(6, 182, 212, 0.2), transparent);
  transform: translateX(-20%) rotate(10deg);
  transition: transform 520ms ease, opacity 300ms ease;
  pointer-events: none;
}.tc-wp-content-root .agc-section-two .agc-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(2, 132, 199, 0.28);
  box-shadow: inset 0 2px 8px rgba(15, 74, 111, 0.05), 0 10px 24px rgba(15, 74, 111, 0.1);
}.tc-wp-content-root .agc-section-two .agc-card:hover::after{
  opacity: 1;
  transform: translateX(420%) rotate(10deg);
}.tc-wp-content-root .agc-section-three .agc-card{
  border-radius: 24px 18px 24px 18px;
}.tc-wp-content-root .agc-section-three .agc-card:hover{
  transform: translateY(-3px) scale(1.01);
  border-radius: 18px 26px 18px 26px;
  border-color: rgba(34, 197, 94, 0.26);
  box-shadow: 0 18px 40px rgba(15, 74, 111, 0.13);
}.tc-wp-content-root .agc-section-three .agc-card:hover .agc-card-head i{
  transform: rotateY(180deg) scale(1.04);
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.22);
}@media (max-width: 991.98px) {.tc-wp-content-root .agc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .agc-section{
    padding: clamp(2.4rem, 10vw, 3.4rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .agc-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .agc-card{
    border-radius: 18px;
  }.tc-wp-content-root .agc-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .agc-content-block *, .tc-wp-content-root .agc-content-block *::before, .tc-wp-content-root .agc-content-block *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }.tc-wp-content-root .agc-card:hover, .tc-wp-content-root .agc-section-one .agc-card:hover, .tc-wp-content-root .agc-section-two .agc-card:hover, .tc-wp-content-root .agc-section-three .agc-card:hover{
    transform: none;
  }}