@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.0.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 .tpv2026-wrapper, .tc-wp-content-root .tpv2026-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .tpv2026-wrapper{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #16191f;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tpv2026-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tpv2026-section-one, .tc-wp-content-root .tpv2026-section-three{
  background: #ffffff;
}.tc-wp-content-root .tpv2026-section-two{
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 242, 234, 0.12), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(255, 0, 80, 0.10), transparent 28%),
    #f8fbfb;
}.tc-wp-content-root .tpv2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tpv2026-heading{
  margin: 0 auto;
  color: #101318;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tpv2026-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #56606c;
  text-align: center;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .tpv2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .tpv2026-card{
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  justify-items: center;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid rgba(21, 33, 43, 0.10);
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.08);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-position 420ms ease;
}.tc-wp-content-root .tpv2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.10), transparent 46%);
  transition: opacity 260ms ease;
}.tc-wp-content-root .tpv2026-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(0, 196, 190, 0.34);
  box-shadow: 0 24px 62px rgba(255, 0, 80, 0.13), 0 14px 34px rgba(0, 190, 188, 0.12);
}.tc-wp-content-root .tpv2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tpv2026-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #00d8d2 0%, #111827 48%, #ff0050 100%);
  box-shadow: 0 14px 28px rgba(0, 216, 210, 0.20), 0 10px 22px rgba(255, 0, 80, 0.16);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tpv2026-card:hover .tpv2026-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 216, 210, 0.24), 0 12px 26px rgba(255, 0, 80, 0.20);
}.tc-wp-content-root .tpv2026-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tpv2026-card-title{
  margin: 0;
  color: #12161d;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tpv2026-card-text{
  margin: 0 auto;
  color: #5c6672;
  text-align: center;
  line-height: 1.58;
  font-weight: 400;
}.tc-wp-content-root .tpv2026-card.tpv2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tpv2026-card.tpv2026-reveal.tpv2026-in-view{
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tpv2026-section{
    padding: 86px 0;
  }.tc-wp-content-root .tpv2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .tpv2026-heading{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tpv2026-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .tpv2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .tpv2026-card{
    min-height: 292px;
    padding: 36px 28px 32px;
    border-radius: 24px;
  }.tc-wp-content-root .tpv2026-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tpv2026-i{
    font-size: 28px;
  }.tc-wp-content-root .tpv2026-card-title{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tpv2026-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpv2026-section{
    padding: 68px 0;
  }.tc-wp-content-root .tpv2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .tpv2026-heading{
    font-size: 36px;
    max-width: 780px;
  }.tc-wp-content-root .tpv2026-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .tpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .tpv2026-card{
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .tpv2026-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tpv2026-i{
    font-size: 25px;
  }.tc-wp-content-root .tpv2026-card-title{
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tpv2026-card-text{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpv2026-section{
    padding: 50px 0;
  }.tc-wp-content-root .tpv2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .tpv2026-heading{
    font-size: 29px;
    max-width: 420px;
  }.tc-wp-content-root .tpv2026-intro{
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .tpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .tpv2026-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tpv2026-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tpv2026-i{
    font-size: 21px;
  }.tc-wp-content-root .tpv2026-card-title{
    font-size: 15px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tpv2026-card-text{
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpv2026-section{
    padding: 44px 0;
  }.tc-wp-content-root .tpv2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .tpv2026-heading{
    font-size: 26px;
    max-width: 350px;
  }.tc-wp-content-root .tpv2026-intro{
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .tpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tpv2026-card{
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tpv2026-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tpv2026-i{
    font-size: 20px;
  }.tc-wp-content-root .tpv2026-card-title{
    font-size: 14px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tpv2026-card-text{
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tpv2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .tpv2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .tpv2026-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .tpv2026-intro{
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.48;
  }.tc-wp-content-root .tpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 21px;
  }.tc-wp-content-root .tpv2026-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tpv2026-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tpv2026-i{
    font-size: 18px;
  }.tc-wp-content-root .tpv2026-card-title{
    font-size: 13px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tpv2026-card-text{
    font-size: 11.2px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tpv2026-section{
    padding: 36px 0;
  }.tc-wp-content-root .tpv2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .tpv2026-heading{
    font-size: 22px;
  }.tc-wp-content-root .tpv2026-intro{
    margin-top: 10px;
    font-size: 12px;
  }.tc-wp-content-root .tpv2026-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .tpv2026-card{
    min-height: 210px;
    padding: 18px 12px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .tpv2026-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tpv2026-i{
    font-size: 18px;
  }.tc-wp-content-root .tpv2026-card-title{
    font-size: 13px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tpv2026-card-text{
    font-size: 11.5px;
  }}

.tc-wp-content-root .tpv2026-grid-six {}