@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 .ttkwv26-wrap, .tc-wp-content-root .ttkwv26-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ttkwv26-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182024;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttkwv26-section{
  width: 100% !important;
}.tc-wp-content-root .ttkwv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttkwv26-section-tint{
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 0, 80, 0.075), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(0, 242, 234, 0.09), transparent 34%),
    #f7fbfb;
}.tc-wp-content-root .ttkwv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ttkwv26-h2, .tc-wp-content-root .ttkwv26-intro, .tc-wp-content-root .ttkwv26-card, .tc-wp-content-root .ttkwv26-card h3, .tc-wp-content-root .ttkwv26-card p{
  text-align: center !important;
}.tc-wp-content-root .ttkwv26-h2{
  margin: 0 auto;
  color: #101619;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttkwv26-intro{
  margin: 0 auto;
  color: #53636a;
  line-height: 1.7;
  font-weight: 500;
  max-width: 760px;
}.tc-wp-content-root .ttkwv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .ttkwv26-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  border: 1px solid rgba(20, 32, 36, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(8, 22, 25, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 360ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttkwv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.11), rgba(0, 242, 234, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttkwv26-card:hover{
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(0, 196, 190, 0.42);
  box-shadow: 0 26px 64px rgba(255, 0, 80, 0.13), 0 16px 38px rgba(0, 170, 168, 0.12);
}.tc-wp-content-root .ttkwv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttkwv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #101619;
  background: linear-gradient(135deg, #ff0050 0%, #00f2ea 100%);
  box-shadow: 0 14px 34px rgba(255, 0, 80, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .ttkwv26-card:hover .ttkwv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 242, 234, 0.22);
}.tc-wp-content-root .ttkwv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .ttkwv26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #11191c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttkwv26-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a696f;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .ttkwv26-card.ttkwv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttkwv26-card.ttkwv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ttkwv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .ttkwv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttkwv26-h2{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ttkwv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ttkwv26-grid{
    margin-top: 42px;
    gap: 24px;
  }.tc-wp-content-root .ttkwv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttkwv26-card{
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .ttkwv26-icon{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttkwv26-i{
    font-size: 29px;
  }.tc-wp-content-root .ttkwv26-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttkwv26-card p{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttkwv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .ttkwv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttkwv26-h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ttkwv26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ttkwv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .ttkwv26-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttkwv26-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ttkwv26-i{
    font-size: 26px;
  }.tc-wp-content-root .ttkwv26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttkwv26-card p{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttkwv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttkwv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttkwv26-h2{
    font-size: 29px;
    max-width: 420px;
  }.tc-wp-content-root .ttkwv26-intro{
    margin-top: 12px;
    font-size: 14.5px;
  }.tc-wp-content-root .ttkwv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }.tc-wp-content-root .ttkwv26-card{
    min-height: 234px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .ttkwv26-icon{
    width: 52px;
    height: 52px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ttkwv26-i{
    font-size: 22px;
  }.tc-wp-content-root .ttkwv26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .ttkwv26-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttkwv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttkwv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttkwv26-h2{
    font-size: 26px;
    max-width: 350px;
  }.tc-wp-content-root .ttkwv26-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.6;
  }.tc-wp-content-root .ttkwv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }.tc-wp-content-root .ttkwv26-card{
    min-height: 224px;
    padding: 19px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .ttkwv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ttkwv26-i{
    font-size: 20px;
  }.tc-wp-content-root .ttkwv26-card h3{
    font-size: 15px;
  }.tc-wp-content-root .ttkwv26-card p{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttkwv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .ttkwv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ttkwv26-h2{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .ttkwv26-intro{
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.55;
  }.tc-wp-content-root .ttkwv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }.tc-wp-content-root .ttkwv26-card{
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .ttkwv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ttkwv26-i{
    font-size: 18px;
  }.tc-wp-content-root .ttkwv26-card h3{
    font-size: 14px;
  }.tc-wp-content-root .ttkwv26-card p{
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .ttkwv26-grid{
    grid-template-columns: 1fr;
  }}