@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 .usag-content-block, .tc-wp-content-root .usag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .usag-content-block{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .usag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.75rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .usag-section-one, .tc-wp-content-root .usag-section-three{
  background: #fff;
}.tc-wp-content-root .usag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .usag-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .usag-heading{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .usag-heading h2{
  margin: 0;
  color: #102033;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .usag-heading h2 span{
  background: linear-gradient(135deg, #0077ff 0%, #00c8ff 48%, #18d6c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .usag-heading p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  color: #4c6178;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.7;
}.tc-wp-content-root .usag-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.6vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .usag-card{
  position: relative;
  width: 100%;
  min-width: 0;
  padding: clamp(1.15rem, 3vw, 1.5rem);
  border: 1px solid rgba(0, 119, 255, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(10, 52, 94, 0.08);
  overflow: hidden;
  isolation: isolate;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .usag-section-one .usag-card, .tc-wp-content-root .usag-section-three .usag-card{
  background: #f0f7ff;
}.tc-wp-content-root .usag-section-two .usag-card{
  background: #fff;
}.tc-wp-content-root .usag-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 .usag-icon{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(2.55rem, 6vw, 3rem);
  height: clamp(2.55rem, 6vw, 3rem);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0077ff, #00c8ff);
  box-shadow: 0 10px 22px rgba(0, 138, 255, 0.24);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .usag-icon i{
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1;
}.tc-wp-content-root .usag-card h3{
  margin: 0;
  color: #122338;
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .usag-card p{
  margin: 0 0 clamp(0.95rem, 2.3vw, 1.1rem);
  color: #52677f;
  font-size: clamp(0.92rem, 2vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .usag-card ul{
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .usag-card li{
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  color: #253b52;
  font-size: clamp(0.86rem, 1.8vw, 0.93rem);
  line-height: 1.45;
}.tc-wp-content-root .usag-card li::before{
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0077ff, #19d3d0);
  box-shadow: 0 0 0 4px rgba(0, 200, 255, 0.12);
}.tc-wp-content-root .usag-section-one .usag-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .usag-section-one .usag-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 18% 12%, rgba(0, 200, 255, 0.24), transparent 36%);
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  z-index: -1;
}.tc-wp-content-root .usag-section-one .usag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(0, 153, 255, 0.28);
  box-shadow: 0 20px 44px rgba(0, 93, 180, 0.14);
}.tc-wp-content-root .usag-section-one .usag-card:hover::before{
  opacity: 1;
  transform: scale(1.03);
}.tc-wp-content-root .usag-section-two .usag-card::before{
  content: "";
  position: absolute;
  top: -40%;
  left: -65%;
  width: 42%;
  height: 180%;
  background: linear-gradient(115deg, transparent, rgba(0, 200, 255, 0.22), transparent);
  transform: translateX(0) rotate(10deg);
  transition: transform 560ms ease;
  z-index: 0;
}.tc-wp-content-root .usag-section-two .usag-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .usag-section-two .usag-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(0, 153, 255, 0.26);
  box-shadow: inset 0 3px 12px rgba(10, 52, 94, 0.05), 0 12px 26px rgba(10, 52, 94, 0.09);
}.tc-wp-content-root .usag-section-two .usag-card:hover::before{
  transform: translateX(420%) rotate(10deg);
}.tc-wp-content-root .usag-section-three .usag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 119, 255, 0), rgba(0, 200, 255, 0.55), rgba(24, 214, 200, 0));
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 300ms ease;
  pointer-events: none;
}.tc-wp-content-root .usag-section-three .usag-card .usag-card-head, .tc-wp-content-root .usag-section-three .usag-card p, .tc-wp-content-root .usag-section-three .usag-card ul{
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .usag-section-three .usag-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 107, 196, 0.13);
}.tc-wp-content-root .usag-section-three .usag-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .usag-section-three .usag-card:hover .usag-card-head{
  transform: translateY(-2px);
}.tc-wp-content-root .usag-section-three .usag-card:hover p, .tc-wp-content-root .usag-section-three .usag-card:hover ul{
  transform: translateY(-3px);
}.tc-wp-content-root .usag-card:hover .usag-icon{
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(0, 138, 255, 0.3);
}@media (max-width: 991.98px) {.tc-wp-content-root .usag-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .usag-section{
    padding: clamp(2.5rem, 12vw, 3.5rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .usag-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .usag-card{
    border-radius: 16px;
  }.tc-wp-content-root .usag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .usag-section-one .usag-card:hover, .tc-wp-content-root .usag-section-two .usag-card:hover, .tc-wp-content-root .usag-section-three .usag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .usag-content-block *, .tc-wp-content-root .usag-content-block *::before, .tc-wp-content-root .usag-content-block *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}