@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 .iag-content-wrap, .tc-wp-content-root .iag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .iag-content-wrap{
  width: 100%;
  color: #123047;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .iag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .iag-section-white{
  background: #fff;
}.tc-wp-content-root .iag-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .iag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}.tc-wp-content-root .iag-section-head h2{
  margin: 0;
  color: #10283c;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .iag-section-head h2 span{
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 45%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .iag-section-head p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  color: #53697a;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.7;
}.tc-wp-content-root .iag-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 .iag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(15, 74, 120, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .iag-card-blue{
  background: #f0f7ff;
}.tc-wp-content-root .iag-card-white{
  background: #fff;
}.tc-wp-content-root .iag-card-title{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
  min-width: 0;
}.tc-wp-content-root .iag-icon{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(2.55rem, 5vw, 3rem);
  height: clamp(2.55rem, 5vw, 3rem);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 10px 20px rgba(14, 165, 233, 0.25);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .iag-icon i{
  font-size: clamp(1rem, 2.5vw, 1.18rem);
}.tc-wp-content-root .iag-card h3{
  margin: 0;
  min-width: 0;
  color: #14324a;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .iag-card p{
  margin: 0;
  color: #526b7d;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .iag-card ul{
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .iag-card li{
  position: relative;
  padding-left: 1.1rem;
  color: #365368;
  font-size: clamp(0.86rem, 1.7vw, 0.94rem);
  line-height: 1.45;
}.tc-wp-content-root .iag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .iag-tilt-card{
  transform: perspective(900px) rotateX(0) rotateY(0) translateY(0);
}.tc-wp-content-root .iag-tilt-card:hover{
  transform: perspective(900px) rotateX(1.5deg) rotateY(-2deg) translateY(-4px);
  border-color: rgba(14, 165, 233, 0.32);
  box-shadow: 0 22px 46px rgba(15, 74, 120, 0.13);
}.tc-wp-content-root .iag-tilt-card:hover .iag-icon{
  transform: translate3d(3px, -2px, 0) scale(1.04);
}.tc-wp-content-root .iag-sweep-card::after{
  content: "";
  position: absolute;
  inset: -40% -70%;
  background: linear-gradient(115deg, transparent 35%, rgba(14, 165, 233, 0.16) 50%, transparent 65%);
  transform: translateX(-55%) rotate(8deg);
  opacity: 0;
  pointer-events: none;
  transition: transform 650ms ease, opacity 650ms ease;
}.tc-wp-content-root .iag-sweep-card:hover{
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 20px 44px rgba(15, 74, 120, 0.12);
}.tc-wp-content-root .iag-sweep-card:hover::after{
  transform: translateX(55%) rotate(8deg);
  opacity: 1;
}.tc-wp-content-root .iag-sweep-card:hover .iag-icon{
  transform: rotateY(180deg);
}.tc-wp-content-root .iag-pop-card{
  animation: iag-drift 7s ease-in-out infinite;
}.tc-wp-content-root .iag-pop-card:nth-child(2n){
  animation-delay: -1.5s;
}.tc-wp-content-root .iag-pop-card:nth-child(3n){
  animation-delay: -3s;
}.tc-wp-content-root .iag-pop-card:hover{
  transform: translateY(-2px) scale(1.025);
  border-color: rgba(6, 182, 212, 0.28);
  box-shadow: 0 18px 40px rgba(15, 74, 120, 0.12), inset 0 0 0 1px rgba(14, 165, 233, 0.08);
}.tc-wp-content-root .iag-pop-card:hover .iag-icon{
  transform: scale(1.08);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.28);
}@keyframes iag-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -3px, 0);
  }
}@media (max-width: 991.98px) {.tc-wp-content-root .iag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iag-card{
    border-radius: 16px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .iag-section{
    padding: clamp(2.5rem, 10vw, 3.5rem) 1rem;
  }.tc-wp-content-root .iag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iag-card-title{
    align-items: flex-start;
  }.tc-wp-content-root .iag-card{
    width: 100%;
    border-radius: 15px;
  }}@media (hover: none) {.tc-wp-content-root .iag-tilt-card:hover, .tc-wp-content-root .iag-sweep-card:hover, .tc-wp-content-root .iag-pop-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .iag-card, .tc-wp-content-root .iag-icon, .tc-wp-content-root .iag-sweep-card::after, .tc-wp-content-root .iag-pop-card{
    animation: none;
    transition: none;
  }}