@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 .tbv-2026-wrap, .tc-wp-content-root .tbv-2026-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tbv-2026-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tbv-2026-section{
  width: 100% !important;
}.tc-wp-content-root .tbv-2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbv-2026-section-tint{
  background: linear-gradient(180deg, #fff7f9 0%, #f7fbfb 100%);
}.tc-wp-content-root .tbv-2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .tbv-2026-heading{
  margin: 0 auto;
  text-align: center;
  color: #111820;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .tbv-2026-intro{
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #55616d;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .tbv-2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .tbv-2026-card{
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(255, 46, 86, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  box-shadow: 0 18px 42px rgba(7, 24, 32, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .tbv-2026-card:before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(37, 244, 238, 0.13), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tbv-2026-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 46, 86, 0.36);
  box-shadow: 0 24px 54px rgba(255, 46, 86, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, #fff8fa 100%);
}.tc-wp-content-root .tbv-2026-card:hover:before{
  opacity: 1;
}.tc-wp-content-root .tbv-2026-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #111820 0%, #ff2e56 48%, #25f4ee 100%);
  box-shadow: 0 14px 28px rgba(255, 46, 86, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}.tc-wp-content-root .tbv-2026-card:hover .tbv-2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(37, 244, 238, 0.24);
  filter: saturate(1.08);
}.tc-wp-content-root .tbv-2026-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tbv-2026-card h3{
  position: relative;
  margin: 0;
  text-align: center;
  color: #141b24;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tbv-2026-card p{
  position: relative;
  margin: 0;
  text-align: center;
  color: #5c6874;
  line-height: 1.58;
  font-weight: 400;
}.tc-wp-content-root .tbv-2026-card.tbv-2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tbv-2026-card.tbv-2026-inview{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tbv-2026-section{
    padding: 86px 0;
  }.tc-wp-content-root .tbv-2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .tbv-2026-heading{
    font-size: 42px;
    max-width: 900px;
    white-space: nowrap;
  }.tc-wp-content-root .tbv-2026-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tbv-2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .tbv-2026-card{
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .tbv-2026-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tbv-2026-i{
    font-size: 30px;
  }.tc-wp-content-root .tbv-2026-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tbv-2026-card p{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbv-2026-section{
    padding: 70px 0;
  }.tc-wp-content-root .tbv-2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .tbv-2026-heading{
    font-size: 34px;
    max-width: 720px;
  }.tc-wp-content-root .tbv-2026-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tbv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .tbv-2026-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .tbv-2026-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tbv-2026-i{
    font-size: 27px;
  }.tc-wp-content-root .tbv-2026-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tbv-2026-card p{
    margin-top: 12px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbv-2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .tbv-2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .tbv-2026-heading{
    font-size: 28px;
    max-width: 390px;
  }.tc-wp-content-root .tbv-2026-intro{
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .tbv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .tbv-2026-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .tbv-2026-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tbv-2026-i{
    font-size: 22px;
  }.tc-wp-content-root .tbv-2026-card h3{
    font-size: 16px;
  }.tc-wp-content-root .tbv-2026-card p{
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbv-2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .tbv-2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .tbv-2026-heading{
    font-size: 25px;
    max-width: 340px;
  }.tc-wp-content-root .tbv-2026-intro{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .tbv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .tbv-2026-card{
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .tbv-2026-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tbv-2026-i{
    font-size: 20px;
  }.tc-wp-content-root .tbv-2026-card h3{
    font-size: 15px;
  }.tc-wp-content-root .tbv-2026-card p{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbv-2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .tbv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .tbv-2026-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tbv-2026-intro{
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.48;
  }.tc-wp-content-root .tbv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 21px;
  }.tc-wp-content-root .tbv-2026-card{
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 15px;
  }.tc-wp-content-root .tbv-2026-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv-2026-i{
    font-size: 18px;
  }.tc-wp-content-root .tbv-2026-card h3{
    font-size: 14px;
  }.tc-wp-content-root .tbv-2026-card p{
    margin-top: 7px;
    font-size: 11.4px;
    line-height: 1.42;
  }}

.tc-wp-content-root .tbv-2026-grid-3 {}