@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 .tkfv-wrap, .tc-wp-content-root .tkfv-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tkfv-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #152025;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tkfv-wrap .tkfv-section{
  width: 100% !important;
}.tc-wp-content-root .tkfv-wrap .tkfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkfv-wrap .tkfv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.16), transparent 34%),
    linear-gradient(180deg, #f7fffe 0%, #fff8fb 100%);
}.tc-wp-content-root .tkfv-wrap .tkfv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tkfv-wrap .tkfv-heading, .tc-wp-content-root .tkfv-wrap .tkfv-intro, .tc-wp-content-root .tkfv-wrap .tkfv-card-title, .tc-wp-content-root .tkfv-wrap .tkfv-card-text{
  text-align: center !important;
}.tc-wp-content-root .tkfv-wrap .tkfv-heading{
  margin: 0 auto;
  color: #11191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tkfv-wrap .tkfv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #4b5a60;
  line-height: 1.7;
}.tc-wp-content-root .tkfv-wrap .tkfv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .tkfv-wrap .tkfv-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.54), rgba(255, 0, 80, 0.42)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px rgba(17, 25, 29, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .tkfv-wrap .tkfv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 242, 234, 0.12), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255, 0, 80, 0.08), transparent 40%);
  opacity: 0;
  transition: opacity 320ms ease, transform 320ms ease;
}.tc-wp-content-root .tkfv-wrap .tkfv-card:hover{
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 60px rgba(255, 0, 80, 0.15), 0 12px 34px rgba(0, 242, 234, 0.13);
}.tc-wp-content-root .tkfv-wrap .tkfv-card:hover::before{
  opacity: 1;
  transform: translateY(-4px);
}.tc-wp-content-root .tkfv-wrap .tkfv-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #071316;
  background: linear-gradient(135deg, #00f2ea 0%, #ffffff 44%, #ff0050 100%);
  box-shadow: 0 14px 32px rgba(0, 242, 234, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .tkfv-wrap .tkfv-card:hover .tkfv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 0, 80, 0.18), 0 12px 28px rgba(0, 242, 234, 0.22);
}.tc-wp-content-root .tkfv-wrap .tkfv-i{
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .tkfv-wrap .tkfv-card-title{
  margin: 0;
  color: #11191d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tkfv-wrap .tkfv-card-text{
  margin: 0 auto;
  color: #526267;
  line-height: 1.62;
}.tc-wp-content-root .tkfv-wrap .tkfv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tkfv-wrap.tkfv-js .tkfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tkfv-wrap.tkfv-js .tkfv-reveal.tkfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tkfv-wrap .tkfv-section{
    padding: 86px 0;
  }.tc-wp-content-root .tkfv-wrap .tkfv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tkfv-wrap .tkfv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid{
    margin-top: 42px;
    gap: 24px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tkfv-wrap .tkfv-card{
    min-height: 300px;
    padding: 34px 26px;
    border-radius: 24px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-icon{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-i{
    font-size: 30px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-title{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkfv-wrap .tkfv-section{
    padding: 72px 0;
  }.tc-wp-content-root .tkfv-wrap .tkfv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-heading{
    font-size: 34px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card{
    min-height: 270px;
    padding: 30px 22px;
    border-radius: 22px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 20px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-i{
    font-size: 27px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-title{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkfv-wrap .tkfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tkfv-wrap .tkfv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-heading{
    font-size: 27px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-intro{
    margin-top: 12px;
    font-size: 14.5px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-icon{
    width: 56px;
    height: 56px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-i{
    font-size: 23px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkfv-wrap .tkfv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tkfv-wrap .tkfv-container{
    padding: 0 12px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-heading{
    font-size: 25px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.58;
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 10px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card{
    min-height: 220px;
    padding: 18px 10px;
    border-radius: 16px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-i{
    font-size: 20px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-title{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-text{
    font-size: 12.2px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkfv-wrap .tkfv-section{
    padding: 42px 0;
  }.tc-wp-content-root .tkfv-wrap .tkfv-container{
    padding: 0 10px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-heading{
    font-size: 23px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-intro{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.52;
  }.tc-wp-content-root .tkfv-wrap .tkfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 8px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-i{
    font-size: 18px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-title{
    font-size: 13.5px;
    margin-bottom: 6px;
  }.tc-wp-content-root .tkfv-wrap .tkfv-card-text{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tkfv-wrap .tkfv-grid{
    grid-template-columns: 1fr;
  }}