@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 .addr90210-content-block, .tc-wp-content-root .addr90210-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .addr90210-content-block{
  width: 100%;
  margin: 0;
  color: #14213d;
  font-family: inherit;
  overflow-x: hidden;
}.tc-wp-content-root .addr90210-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.75rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .addr90210-section-one, .tc-wp-content-root .addr90210-section-three{
  background: #fff;
}.tc-wp-content-root .addr90210-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .addr90210-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .addr90210-heading{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .addr90210-heading h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: #102033;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .addr90210-heading h2 span{
  background: linear-gradient(90deg, #087ee1 0%, #12c2e9 52%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .addr90210-heading p{
  margin: 0;
  color: #4c6075;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .addr90210-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .addr90210-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 126, 225, 0.14);
  border-radius: 18px;
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  box-shadow: 0 14px 34px rgba(15, 74, 123, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .addr90210-section-one .addr90210-card, .tc-wp-content-root .addr90210-section-three .addr90210-card{
  background: #f0f7ff;
}.tc-wp-content-root .addr90210-section-two .addr90210-card{
  background: #fff;
}.tc-wp-content-root .addr90210-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: clamp(0.8rem, 2vw, 1rem);
}.tc-wp-content-root .addr90210-card-head i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(2.4rem, 5vw, 2.85rem);
  width: clamp(2.4rem, 5vw, 2.85rem);
  height: clamp(2.4rem, 5vw, 2.85rem);
  border-radius: 14px;
  background: linear-gradient(135deg, #087ee1, #12c2e9);
  color: #fff;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  box-shadow: 0 10px 22px rgba(18, 194, 233, 0.26);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .addr90210-card h3{
  margin: 0;
  color: #102033;
  font-size: clamp(1.02rem, 2.3vw, 1.22rem);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .addr90210-card p{
  margin: 0 0 clamp(1rem, 2.4vw, 1.2rem);
  color: #50657a;
  font-size: clamp(0.93rem, 1.8vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .addr90210-card ul{
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .addr90210-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #2d4962;
  font-size: clamp(0.87rem, 1.7vw, 0.95rem);
  line-height: 1.45;
}.tc-wp-content-root .addr90210-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #087ee1, #12c2e9);
  box-shadow: 0 0 0 4px rgba(18, 194, 233, 0.12);
}.tc-wp-content-root .addr90210-grid-tilt .addr90210-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(18, 194, 233, 0.42);
  box-shadow: 0 20px 44px rgba(8, 126, 225, 0.16);
}.tc-wp-content-root .addr90210-grid-tilt .addr90210-card:hover .addr90210-card-head i{
  transform: translate(2px, -2px) scale(1.04);
}.tc-wp-content-root .addr90210-grid-sweep .addr90210-card::before{
  content: "";
  position: absolute;
  inset: -80% auto auto -65%;
  width: 70%;
  height: 220%;
  background: linear-gradient(115deg, transparent 20%, rgba(18, 194, 233, 0.18) 48%, transparent 76%);
  transform: translateX(-20%) rotate(8deg);
  opacity: 0;
  pointer-events: none;
  transition: transform 560ms ease, opacity 360ms ease;
}.tc-wp-content-root .addr90210-grid-sweep .addr90210-card:hover::before{
  transform: translateX(245%) rotate(8deg);
  opacity: 1;
}.tc-wp-content-root .addr90210-grid-sweep .addr90210-card:hover{
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(8, 126, 225, 0.32);
  box-shadow: 0 20px 40px rgba(8, 126, 225, 0.13);
}.tc-wp-content-root .addr90210-grid-reveal .addr90210-card{
  isolation: isolate;
}.tc-wp-content-root .addr90210-grid-reveal .addr90210-card::after{
  content: "";
  position: absolute;
  inset: auto 1.2rem 1rem 1.2rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #087ee1, #12c2e9);
  opacity: 0;
  transform: translateY(8px) scaleX(0.5);
  transform-origin: center;
  transition: opacity 300ms ease, transform 340ms ease;
}.tc-wp-content-root .addr90210-grid-reveal .addr90210-card:hover{
  transform: translateY(-4px);
  border-color: rgba(18, 194, 233, 0.36);
  box-shadow: 0 18px 38px rgba(15, 74, 123, 0.14);
}.tc-wp-content-root .addr90210-grid-reveal .addr90210-card:hover::after{
  opacity: 1;
  transform: translateY(0) scaleX(1);
}.tc-wp-content-root .addr90210-grid-reveal .addr90210-card:hover p, .tc-wp-content-root .addr90210-grid-reveal .addr90210-card:hover ul{
  transform: translateY(-2px);
  opacity: 0.96;
}.tc-wp-content-root .addr90210-grid-reveal .addr90210-card p, .tc-wp-content-root .addr90210-grid-reveal .addr90210-card ul{
  transition: transform 300ms ease, opacity 300ms ease;
}@media (max-width: 991.98px) {.tc-wp-content-root .addr90210-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .addr90210-section{
    padding-left: clamp(0.9rem, 4vw, 1rem);
    padding-right: clamp(0.9rem, 4vw, 1rem);
  }.tc-wp-content-root .addr90210-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .addr90210-card{
    border-radius: 16px;
  }.tc-wp-content-root .addr90210-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .addr90210-grid-tilt .addr90210-card:hover, .tc-wp-content-root .addr90210-grid-sweep .addr90210-card:hover, .tc-wp-content-root .addr90210-grid-reveal .addr90210-card:hover{
    transform: translateY(-2px);
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .addr90210-content-block *, .tc-wp-content-root .addr90210-content-block *::before, .tc-wp-content-root .addr90210-content-block *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}