@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 .tsv-927-wrapper, .tc-wp-content-root .tsv-927-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tsv-927-wrapper{
  width: 100% !important;
  overflow: hidden;
  --tsv-primary: #111827;
  --tsv-secondary: #ff2f6d;
  --tsv-accent: #18d8c8;
  --tsv-tint: #f7fbfa;
  --tsv-text: #24303f;
  --tsv-muted: #667085;
  --tsv-border: rgba(17, 24, 39, 0.1);
  --tsv-shadow: rgba(17, 24, 39, 0.12);
  --tsv-glow: rgba(24, 216, 200, 0.24);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--tsv-text);
}.tc-wp-content-root .tsv-927-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .tsv-927-section-white{
  background: #ffffff !important;
}.tc-wp-content-root .tsv-927-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 216, 200, 0.1), transparent 36%),
    linear-gradient(180deg, #f7fbfa 0%, #fff7fa 100%);
}.tc-wp-content-root .tsv-927-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .tsv-927-heading{
  margin: 0 auto;
  color: var(--tsv-primary);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tsv-927-intro{
  margin-left: auto;
  margin-right: auto;
  color: var(--tsv-muted);
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}.tc-wp-content-root .tsv-927-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .tsv-927-card{
  height: 100% !important;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)) padding-box,
    linear-gradient(135deg, rgba(255, 47, 109, 0.18), rgba(24, 216, 200, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px var(--tsv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 100%, 180% 180%;
}.tc-wp-content-root .tsv-927-card:hover{
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.16), 0 0 0 4px var(--tsv-glow);
  background-position: 0 0, 100% 50%;
}.tc-wp-content-root .tsv-927-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--tsv-secondary), var(--tsv-accent));
  box-shadow: 0 14px 30px rgba(255, 47, 109, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
  text-align: center;
}.tc-wp-content-root .tsv-927-card:hover .tsv-927-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(24, 216, 200, 0.28);
}.tc-wp-content-root .tsv-927-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .tsv-927-card h3{
  margin: 0;
  color: var(--tsv-primary);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tsv-927-card p{
  margin: 0;
  color: var(--tsv-muted);
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .tsv-927-wrapper.tsv-927-ready .tsv-927-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv-927-wrapper.tsv-927-ready .tsv-927-card.tsv-927-show{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .tsv-927-section{
    padding: 88px 0;
  }.tc-wp-content-root .tsv-927-container{
    padding: 0 28px;
  }.tc-wp-content-root .tsv-927-heading{
    max-width: 980px;
    font-size: 42px;
  }.tc-wp-content-root .tsv-927-intro{
    max-width: 760px;
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }.tc-wp-content-root .tsv-927-grid{
    gap: 26px;
  }.tc-wp-content-root .tsv-927-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-927-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-927-card{
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .tsv-927-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .tsv-927-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tsv-927-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-927-section{
    padding: 72px 0;
  }.tc-wp-content-root .tsv-927-container{
    padding: 0 24px;
  }.tc-wp-content-root .tsv-927-heading{
    max-width: 760px;
    font-size: 34px;
  }.tc-wp-content-root .tsv-927-intro{
    max-width: 680px;
    margin-top: 16px;
    margin-bottom: 34px;
    font-size: 16px;
  }.tc-wp-content-root .tsv-927-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tsv-927-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tsv-927-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 25px;
  }.tc-wp-content-root .tsv-927-card h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv-927-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-927-section{
    padding: 54px 0;
  }.tc-wp-content-root .tsv-927-container{
    padding: 0 16px;
  }.tc-wp-content-root .tsv-927-heading{
    max-width: 420px;
    font-size: 28px;
  }.tc-wp-content-root .tsv-927-intro{
    max-width: 420px;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .tsv-927-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tsv-927-card{
    min-height: 238px;
    padding: 20px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .tsv-927-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .tsv-927-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tsv-927-card p{
    font-size: 12.5px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-927-section{
    padding: 48px 0;
  }.tc-wp-content-root .tsv-927-container{
    padding: 0 12px;
  }.tc-wp-content-root .tsv-927-heading{
    max-width: 350px;
    font-size: 25px;
  }.tc-wp-content-root .tsv-927-intro{
    max-width: 350px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.52;
  }.tc-wp-content-root .tsv-927-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .tsv-927-card{
    min-height: 224px;
    padding: 18px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .tsv-927-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .tsv-927-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tsv-927-card p{
    font-size: 11.6px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv-927-section{
    padding: 42px 0;
  }.tc-wp-content-root .tsv-927-container{
    padding: 0 10px;
  }.tc-wp-content-root .tsv-927-heading{
    max-width: 300px;
    font-size: 22px;
  }.tc-wp-content-root .tsv-927-intro{
    max-width: 300px;
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.48;
  }.tc-wp-content-root .tsv-927-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .tsv-927-card{
    min-height: 218px;
    padding: 16px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv-927-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 17px;
  }.tc-wp-content-root .tsv-927-card h3{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tsv-927-card p{
    font-size: 11px;
    line-height: 1.42;
  }}