@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-premium-wrap, .tc-wp-content-root .tsv-premium-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .tsv-premium-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: inherit;
  --tsv-primary: #101820;
  --tsv-secondary: #00d5d8;
  --tsv-accent: #ff3b5f;
  --tsv-tint: #f5fbfb;
  --tsv-border: rgba(16, 24, 32, 0.1);
  --tsv-shadow: rgba(16, 24, 32, 0.12);
}.tc-wp-content-root .tsv-premium-wrap .tsv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .tsv-premium-wrap .tsv-section-white{
  background: #ffffff !important;
}.tc-wp-content-root .tsv-premium-wrap .tsv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 213, 216, 0.11), transparent 38%),
    linear-gradient(180deg, #f7fcfc 0%, #f4f8f8 100%);
}.tc-wp-content-root .tsv-premium-wrap .tsv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .tsv-premium-wrap .tsv-heading, .tc-wp-content-root .tsv-premium-wrap .tsv-intro, .tc-wp-content-root .tsv-premium-wrap .tsv-card-title, .tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
  text-align: center !important;
}.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
  margin: 0 auto;
  color: var(--tsv-primary);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
  margin: 14px auto 0;
  max-width: 780px;
  color: #53606a;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    radial-gradient(circle at 50% 0%, rgba(0, 213, 216, 0.1), transparent 44%);
  border: 1px solid var(--tsv-border);
  box-shadow: 0 18px 42px var(--tsv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 213, 216, 0.12), transparent 40%, rgba(255, 59, 95, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(0, 213, 216, 0.42);
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.18);
}.tc-wp-content-root .tsv-premium-wrap .tsv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card:hover .tsv-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 213, 216, 0.22);
}.tc-wp-content-root .tsv-premium-wrap .tsv-card:hover .tsv-i{
  transform: scale(1.08);
  color: #ffffff;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card-tint{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,253,253,0.96)),
    radial-gradient(circle at 50% 0%, rgba(255, 59, 95, 0.09), transparent 46%);
}.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tsv-primary), #172c33 48%, var(--tsv-accent));
  box-shadow: 0 14px 30px rgba(16, 24, 32, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tsv-premium-wrap .tsv-i{
  color: var(--tsv-secondary);
  line-height: 1;
  text-align: center !important;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--tsv-primary);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5e6972;
  line-height: 1.62;
  font-weight: 500;
}.tc-wp-content-root .tsv-premium-wrap.tsv-js .tsv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv-premium-wrap.tsv-js .tsv-card.tsv-revealed{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tsv-premium-wrap.tsv-js .tsv-card.tsv-revealed:hover{
  transform: translateY(-7px) scale(1.01);
}@media (min-width: 1024px) {.tc-wp-content-root .tsv-premium-wrap .tsv-section{
    padding: 84px 0 !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-container{
    padding: 0 28px !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
    gap: 28px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card{
    min-height: 300px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-i{
    font-size: 30px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-premium-wrap .tsv-section{
    padding: 68px 0 !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-container{
    padding: 0 24px !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
    font-size: 34px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-i{
    font-size: 27px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
    font-size: 14.8px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-premium-wrap .tsv-section{
    padding: 52px 0 !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-container{
    padding: 0 16px !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
    font-size: 28px;
    line-height: 1.18;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-i{
    font-size: 22px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-premium-wrap .tsv-section{
    padding: 46px 0 !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-container{
    padding: 0 13px !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
    font-size: 25px;
    line-height: 1.18;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
    font-size: 13.7px;
    line-height: 1.55;
    margin-bottom: 22px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card{
    min-height: 226px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-i{
    font-size: 20px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
    font-size: 15.4px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
    font-size: 12.45px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv-premium-wrap .tsv-section{
    padding: 40px 0 !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
    font-size: 22px;
    line-height: 1.18;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card{
    min-height: 216px;
    padding: 16px 8px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-i{
    font-size: 18px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
    font-size: 14.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
    font-size: 11.7px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tsv-premium-wrap .tsv-section{
    padding: 36px 0 !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-container{
    padding: 0 10px !important;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-heading{
    font-size: 21px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-intro{
    font-size: 12.5px;
    margin-bottom: 18px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card{
    min-height: 210px;
    padding: 16px 10px;
    border-radius: 14px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-i{
    font-size: 18px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tsv-premium-wrap .tsv-card-text{
    font-size: 11.6px;
  }}