@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.0/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 .fag-content-block, .tc-wp-content-root .fag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .fag-content-block{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .fag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .fag-section-one, .tc-wp-content-root .fag-section-three{
  background: #fff;
}.tc-wp-content-root .fag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .fag-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fag-section-head{
  max-width: 780px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .fag-section-head h2{
  margin: 0;
  color: #102033;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}.tc-wp-content-root .fag-section-head h2 span{
  display: inline-block;
  color: transparent;
  background: linear-gradient(135deg, #1479ff 0%, #08c7df 55%, #13d6a3 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .fag-section-head p{
  margin: clamp(0.85rem, 2vw, 1.1rem) auto 0;
  color: #52657a;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .fag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .fag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.15rem, 2.6vw, 1.55rem);
  border: 1px solid rgba(20, 121, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(13, 61, 105, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .fag-section-one .fag-card, .tc-wp-content-root .fag-section-three .fag-card{
  background: #f0f7ff;
}.tc-wp-content-root .fag-section-two .fag-card{
  background: #fff;
}.tc-wp-content-root .fag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .fag-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(2.55rem, 5vw, 3rem);
  height: clamp(2.55rem, 5vw, 3rem);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #1479ff, #08c7df);
  box-shadow: 0 10px 22px rgba(20, 121, 255, 0.22);
  transition: transform 340ms ease, box-shadow 340ms ease;
}.tc-wp-content-root .fag-icon i{
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1;
}.tc-wp-content-root .fag-card h3{
  margin: 0;
  color: #12243a;
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .fag-card p{
  margin: 0 0 1rem;
  color: #52657a;
  font-size: clamp(0.94rem, 1.8vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .fag-card ul{
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .fag-card li{
  position: relative;
  padding-left: 1rem;
  color: #31465d;
  font-size: clamp(0.88rem, 1.7vw, 0.95rem);
  line-height: 1.45;
}.tc-wp-content-root .fag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1479ff, #08c7df);
  box-shadow: 0 0 0 3px rgba(8, 199, 223, 0.12);
}.tc-wp-content-root .fag-sweep-card::before{
  content: "";
  position: absolute;
  inset: -80% -35%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.72) 48%, transparent 62%);
  transform: translateX(-55%) rotate(8deg);
  opacity: 0;
  transition: transform 620ms ease, opacity 620ms ease;
}.tc-wp-content-root .fag-sweep-card:hover{
  transform: scale(1.025);
  border-color: rgba(8, 199, 223, 0.35);
  box-shadow: 0 18px 42px rgba(13, 61, 105, 0.13);
}.tc-wp-content-root .fag-sweep-card:hover::before{
  transform: translateX(55%) rotate(8deg);
  opacity: 1;
}.tc-wp-content-root .fag-sweep-card:hover .fag-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .fag-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .fag-tilt-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 15%, rgba(8, 199, 223, 0.2), transparent 42%);
  opacity: 0;
  transition: opacity 320ms ease, transform 320ms ease;
}.tc-wp-content-root .fag-tilt-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-3px);
  border-color: rgba(20, 121, 255, 0.25);
  box-shadow: 0 20px 46px rgba(13, 61, 105, 0.14);
}.tc-wp-content-root .fag-tilt-card:hover::before{
  opacity: 1;
  transform: scale(1.08);
}.tc-wp-content-root .fag-tilt-card:hover .fag-icon{
  transform: translateZ(18px) rotateY(180deg);
}.tc-wp-content-root .fag-step-card::before{
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1479ff, #08c7df, #13d6a3);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 340ms ease, opacity 340ms ease;
}.tc-wp-content-root .fag-step-card .fag-card-head, .tc-wp-content-root .fag-step-card p, .tc-wp-content-root .fag-step-card ul{
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .fag-step-card:hover{
  transform: translateY(2px);
  box-shadow: inset 0 2px 10px rgba(13, 61, 105, 0.08), 0 12px 30px rgba(13, 61, 105, 0.1);
  border-color: rgba(19, 214, 163, 0.28);
}.tc-wp-content-root .fag-step-card:hover::before{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .fag-step-card:hover .fag-card-head, .tc-wp-content-root .fag-step-card:hover p, .tc-wp-content-root .fag-step-card:hover ul{
  transform: translateY(-3px);
}.tc-wp-content-root .fag-step-card:hover .fag-icon{
  transform: scale(1.08);
  box-shadow: 0 12px 26px rgba(8, 199, 223, 0.28);
}@media (max-width: 991.98px) {.tc-wp-content-root .fag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .fag-section{
    padding: clamp(2.4rem, 10vw, 3.4rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .fag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .fag-card{
    border-radius: 16px;
  }.tc-wp-content-root .fag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .fag-sweep-card:hover, .tc-wp-content-root .fag-tilt-card:hover, .tc-wp-content-root .fag-step-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fag-content-block *, .tc-wp-content-root .fag-content-block *::before, .tc-wp-content-root .fag-content-block *::after{
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }}