@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 .tkvv-wrapper, .tc-wp-content-root .tkvv-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tkvv-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tkvv-wrapper .tkvv-section{
  width: 100% !important;
}.tc-wp-content-root .tkvv-wrapper .tkvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkvv-wrapper .tkvv-section-tint{
  background: linear-gradient(180deg, #f4fffd 0%, #fff7fb 100%);
}.tc-wp-content-root .tkvv-wrapper .tkvv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tkvv-wrapper h2, .tc-wp-content-root .tkvv-wrapper h3, .tc-wp-content-root .tkvv-wrapper p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .tkvv-wrapper h2{
  color: #10181c;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}.tc-wp-content-root .tkvv-wrapper .tkvv-intro{
  color: #516169;
  line-height: 1.72;
  margin-top: 0;
  max-width: 790px;
}.tc-wp-content-root .tkvv-wrapper .tkvv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tkvv-wrapper .tkvv-card{
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.09), transparent 32%),
    #ffffff;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(1, 28, 32, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .tkvv-wrapper .tkvv-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  background: linear-gradient(90deg, #00f2ea, #ff2d55);
  border-radius: 999px 999px 0 0;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .tkvv-wrapper .tkvv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 45, 85, 0.34);
  box-shadow: 0 26px 58px rgba(1, 28, 32, 0.13);
}.tc-wp-content-root .tkvv-wrapper .tkvv-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tkvv-wrapper .tkvv-icon{
  width: fit-content;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #00f2ea 0%, #ff2d55 100%);
  box-shadow: 0 14px 28px rgba(255, 45, 85, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .tkvv-wrapper .tkvv-card:hover .tkvv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 242, 234, 0.24);
}.tc-wp-content-root .tkvv-wrapper .tkvv-i{
  color: #ffffff;
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tkvv-wrapper .tkvv-card h3{
  color: #142024;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}.tc-wp-content-root .tkvv-wrapper .tkvv-card p{
  color: #5a6870;
  line-height: 1.62;
  margin-top: 0;
  margin-bottom: 0;
}.tc-wp-content-root .tkvv-wrapper .tkvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkvv-wrapper .tkvv-reveal.tkvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tkvv-wrapper .tkvv-section{
    padding: 86px 0;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkvv-wrapper h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card{
    min-height: 300px;
    padding: 34px 28px 32px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-i{
    font-size: 29px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkvv-wrapper .tkvv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tkvv-wrapper h2{
    font-size: 34px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card{
    min-height: 270px;
    padding: 30px 24px 28px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-i{
    font-size: 26px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkvv-wrapper .tkvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tkvv-wrapper h2{
    font-size: 27px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card{
    min-height: 232px;
    padding: 20px 14px 18px;
    border-radius: 18px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 15px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-i{
    font-size: 21px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card h3{
    font-size: 16px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkvv-wrapper .tkvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-container{
    padding: 0 12px;
  }.tc-wp-content-root .tkvv-wrapper h2{
    font-size: 24px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card{
    min-height: 222px;
    padding: 18px 11px 16px;
    border-radius: 16px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-i{
    font-size: 19px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card h3{
    font-size: 15px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card p{
    font-size: 12.4px;
    line-height: 1.44;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkvv-wrapper .tkvv-section{
    padding: 42px 0;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkvv-wrapper h2{
    font-size: 22px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-intro{
    font-size: 13px;
    line-height: 1.48;
    margin-bottom: 20px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card{
    min-height: 216px;
    padding: 16px 9px 14px;
    border-radius: 15px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-i{
    font-size: 17px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card h3{
    font-size: 14px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkvv-wrapper .tkvv-card p{
    font-size: 11.8px;
    line-height: 1.4;
  }}