@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 .lag-content-block, .tc-wp-content-root .lag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .lag-content-block{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow-x: hidden;
  --lag-blue: #1d7cff;
  --lag-cyan: #13c8e8;
  --lag-deep: #0757c8;
  --lag-soft: #f0f7ff;
  --lag-border: rgba(29, 124, 255, 0.14);
  --lag-shadow: 0 18px 45px rgba(16, 32, 51, 0.08);
  --lag-gradient: linear-gradient(135deg, #0757c8 0%, #1d7cff 46%, #13c8e8 100%);
}.tc-wp-content-root .lag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .lag-section-one, .tc-wp-content-root .lag-section-three{
  background: #fff;
}.tc-wp-content-root .lag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .lag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .lag-heading-wrap{
  max-width: 790px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .lag-heading-wrap h2{
  margin: 0;
  color: #102033;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .lag-heading-wrap h2 span{
  color: transparent;
  background: var(--lag-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .lag-heading-wrap p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  color: #53677f;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.7;
}.tc-wp-content-root .lag-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 .lag-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.15rem, 2.6vw, 1.55rem);
  border: 1px solid var(--lag-border);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(16, 32, 51, 0.05);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  will-change: transform;
}.tc-wp-content-root .lag-section-one .lag-card, .tc-wp-content-root .lag-section-three .lag-card{
  background: #f0f7ff;
}.tc-wp-content-root .lag-section-two .lag-card{
  background: #fff;
}.tc-wp-content-root .lag-card-head{
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 0.95rem);
  margin-bottom: 0.9rem;
}.tc-wp-content-root .lag-card-head i{
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(2.45rem, 6vw, 3rem);
  height: clamp(2.45rem, 6vw, 3rem);
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: var(--lag-gradient);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  box-shadow: 0 10px 24px rgba(29, 124, 255, 0.22);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .lag-card h3{
  margin: 0;
  color: #102033;
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  line-height: 1.28;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .lag-card p{
  margin: 0 0 1rem;
  color: #53677f;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .lag-card ul{
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .lag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #264057;
  font-size: clamp(0.86rem, 1.8vw, 0.94rem);
  line-height: 1.45;
}.tc-wp-content-root .lag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--lag-gradient);
  box-shadow: 0 0 0 4px rgba(19, 200, 232, 0.12);
}.tc-wp-content-root .lag-section-one .lag-card{
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}.tc-wp-content-root .lag-section-one .lag-card::before{
  content: "";
  position: absolute;
  inset: -35%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 30% 20%, rgba(19, 200, 232, 0.22), transparent 36%);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .lag-section-one .lag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(29, 124, 255, 0.28);
  box-shadow: var(--lag-shadow);
}.tc-wp-content-root .lag-section-one .lag-card:hover::before{
  opacity: 1;
  transform: translate3d(4%, -3%, 0);
}.tc-wp-content-root .lag-section-two .lag-card::before{
  content: "";
  position: absolute;
  top: -40%;
  left: -70%;
  width: 45%;
  height: 180%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(19, 200, 232, 0.22) 45%, rgba(255, 255, 255, 0.7) 50%, transparent 56%);
  transform: translateX(0) rotate(8deg);
  transition: transform 520ms ease, opacity 260ms ease;
}.tc-wp-content-root .lag-section-two .lag-card:hover{
  transform: translateY(3px) scale(0.992);
  border-color: rgba(19, 200, 232, 0.32);
  box-shadow: inset 0 2px 10px rgba(7, 87, 200, 0.06), 0 12px 28px rgba(16, 32, 51, 0.07);
}.tc-wp-content-root .lag-section-two .lag-card:hover::before{
  opacity: 1;
  transform: translateX(390%) rotate(8deg);
}.tc-wp-content-root .lag-section-three .lag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  pointer-events: none;
  background: conic-gradient(from 180deg, transparent 0deg, rgba(29, 124, 255, 0.55), rgba(19, 200, 232, 0.55), transparent 120deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 280ms ease, transform 480ms ease;
}.tc-wp-content-root .lag-section-three .lag-card > *{
  transition: transform 280ms ease, opacity 280ms ease;
}.tc-wp-content-root .lag-section-three .lag-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--lag-shadow);
}.tc-wp-content-root .lag-section-three .lag-card:hover::before{
  opacity: 1;
  transform: rotate(12deg);
}.tc-wp-content-root .lag-section-three .lag-card:hover > *{
  transform: translateY(-3px);
}.tc-wp-content-root .lag-section-one .lag-card:hover .lag-card-head i{
  transform: rotateY(180deg);
}.tc-wp-content-root .lag-section-two .lag-card:hover .lag-card-head i{
  transform: scale(1.08);
}.tc-wp-content-root .lag-section-three .lag-card:hover .lag-card-head i{
  transform: translateY(-2px) scale(1.04);
}@media (max-width: 991.98px) {.tc-wp-content-root .lag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lag-card{
    border-radius: 20px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .lag-section{
    padding: clamp(2.5rem, 12vw, 3.5rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .lag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .lag-card{
    width: 100%;
    border-radius: 18px;
  }.tc-wp-content-root .lag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .lag-section-one .lag-card:hover, .tc-wp-content-root .lag-section-two .lag-card:hover, .tc-wp-content-root .lag-section-three .lag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .lag-content-block *, .tc-wp-content-root .lag-content-block *::before, .tc-wp-content-root .lag-content-block *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}