@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 .ttpv26-wrap, .tc-wp-content-root .ttpv26-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ttpv26-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
  width: 100% !important;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 44, 85, 0.09), transparent 34%),
    linear-gradient(180deg, #fff7f9 0%, #f4fbfb 100%);
}.tc-wp-content-root .ttpv26-wrap .ttpv26-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-heading{
  margin: 0 auto;
  color: #11181d;
  text-align: center !important;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #4d5b63;
  text-align: center !important;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(254, 44, 85, 0.24), rgba(37, 244, 238, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(15, 23, 28, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.06), rgba(37, 244, 238, 0.05));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card:hover{
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 24px 56px rgba(254, 44, 85, 0.13), 0 14px 34px rgba(37, 244, 238, 0.12);
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card:hover .ttpv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(254, 44, 85, 0.18);
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card:hover .ttpv26-i{
  transform: scale(1.08);
}.tc-wp-content-root .ttpv26-wrap .ttpv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #fe2c55 0%, #11181d 48%, #25f4ee 100%);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-i{
  display: block;
  line-height: 1;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162026;
  text-align: center !important;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #52616a;
  text-align: center !important;
  line-height: 1.58;
  font-weight: 400;
}.tc-wp-content-root .ttpv26-wrap .ttpv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttpv26-wrap .ttpv26-reveal.ttpv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
    padding: 92px 24px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
    margin-top: 42px;
    gap: 24px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-i{
    font-size: 28px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card p{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
    padding: 72px 22px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading{
    font-size: 34px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-i{
    font-size: 25px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card p{
    margin-top: 11px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
    padding: 54px 16px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading{
    font-size: 28px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading span{
    display: inline-block;
    max-width: 360px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-i{
    font-size: 21px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card h3{
    font-size: 16px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
    padding: 48px 14px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading{
    font-size: 25px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading span{
    display: inline-block;
    max-width: 315px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-i{
    font-size: 19px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card h3{
    font-size: 15px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card p{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
    padding: 42px 10px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading{
    font-size: 22px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-heading span{
    display: inline-block;
    max-width: 292px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-intro{
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.45;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 9px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 13px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-i{
    font-size: 17px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card h3{
    font-size: 14px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card p{
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .ttpv26-wrap .ttpv26-section{
    padding: 38px 10px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .ttpv26-wrap .ttpv26-card{
    min-height: 210px;
  }}