@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 .agtx-content-block, .tc-wp-content-root .agtx-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .agtx-content-block{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .agtx-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .agtx-section-one, .tc-wp-content-root .agtx-section-three{
  background: #fff;
}.tc-wp-content-root .agtx-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .agtx-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .agtx-heading-wrap{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .agtx-heading-wrap h2{
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .agtx-heading-wrap h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 45%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .agtx-heading-wrap p{
  margin: clamp(0.8rem, 2vw, 1rem) auto 0;
  color: #526579;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .agtx-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 .agtx-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 47, 84, 0.08);
  overflow: hidden;
  isolation: isolate;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .agtx-section-one .agtx-card, .tc-wp-content-root .agtx-section-three .agtx-card{
  background: #f0f7ff;
}.tc-wp-content-root .agtx-section-two .agtx-card{
  background: #fff;
}.tc-wp-content-root .agtx-card-head{
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 0.95rem);
  margin-bottom: 0.9rem;
}.tc-wp-content-root .agtx-card-head i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(2.4rem, 5vw, 2.9rem);
  width: clamp(2.4rem, 5vw, 2.9rem);
  height: clamp(2.4rem, 5vw, 2.9rem);
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.18rem);
  border-radius: 14px;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.28);
  transition: transform 360ms ease, border-radius 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .agtx-card h3{
  margin: 0;
  color: #102033;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .agtx-card p{
  margin: 0;
  color: #526579;
  font-size: clamp(0.93rem, 1.8vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .agtx-card ul{
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .agtx-card li{
  position: relative;
  padding-left: 1rem;
  color: #334b63;
  font-size: clamp(0.88rem, 1.7vw, 0.96rem);
  line-height: 1.45;
}.tc-wp-content-root .agtx-card li::before{
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .agtx-section-one .agtx-card::before{
  content: "";
  position: absolute;
  inset: -40% auto auto -80%;
  z-index: -1;
  width: 65%;
  height: 180%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 48%, transparent 100%);
  transform: rotate(12deg);
  opacity: 0;
  transition: left 560ms ease, opacity 360ms ease;
}.tc-wp-content-root .agtx-section-one .agtx-card:hover{
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 20px 46px rgba(15, 47, 84, 0.13);
}.tc-wp-content-root .agtx-section-one .agtx-card:hover::before{
  left: 115%;
  opacity: 1;
}.tc-wp-content-root .agtx-section-two .agtx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(from 180deg, rgba(14, 165, 233, 0), rgba(14, 165, 233, 0.72), rgba(37, 99, 235, 0), rgba(14, 165, 233, 0));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 320ms ease, transform 520ms ease;
}.tc-wp-content-root .agtx-section-two .agtx-card::after{
  content: "";
  position: absolute;
  inset: auto -20% -35% -20%;
  z-index: -2;
  height: 55%;
  background: radial-gradient(circle at center, rgba(14, 165, 233, 0.18), transparent 66%);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 320ms ease, transform 320ms ease;
}.tc-wp-content-root .agtx-section-two .agtx-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 47, 84, 0.12);
}.tc-wp-content-root .agtx-section-two .agtx-card:hover::before{
  opacity: 1;
  transform: rotate(8deg);
}.tc-wp-content-root .agtx-section-two .agtx-card:hover::after{
  opacity: 1;
  transform: translateY(-10px);
}.tc-wp-content-root .agtx-section-three .agtx-card p, .tc-wp-content-root .agtx-section-three .agtx-card ul{
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .agtx-section-three .agtx-card:hover{
  transform: perspective(900px) rotateX(1.6deg) translateY(-4px);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 20px 48px rgba(15, 47, 84, 0.14);
}.tc-wp-content-root .agtx-section-three .agtx-card:hover .agtx-card-head i{
  transform: rotateY(180deg);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}.tc-wp-content-root .agtx-section-three .agtx-card:hover p, .tc-wp-content-root .agtx-section-three .agtx-card:hover ul{
  transform: translateY(-3px);
  opacity: 0.96;
}@media (max-width: 991.98px) {.tc-wp-content-root .agtx-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .agtx-section{
    padding: clamp(2.5rem, 12vw, 3.5rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .agtx-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .agtx-card{
    border-radius: 16px;
  }.tc-wp-content-root .agtx-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .agtx-section-one .agtx-card:hover, .tc-wp-content-root .agtx-section-two .agtx-card:hover, .tc-wp-content-root .agtx-section-three .agtx-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .agtx-content-block *, .tc-wp-content-root .agtx-content-block *::before, .tc-wp-content-root .agtx-content-block *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}