@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 #tbv26-section-wrap, .tc-wp-content-root #tbv26-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root #tbv26-section-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-section-one, .tc-wp-content-root #tbv26-section-wrap .tbv26-section-three{
  background: #ffffff;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-section-two{
  background: linear-gradient(180deg, #fff6f7 0%, #f7fbfa 100%);
}.tc-wp-content-root #tbv26-section-wrap .tbv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-heading, .tc-wp-content-root #tbv26-section-wrap .tbv26-intro, .tc-wp-content-root #tbv26-section-wrap .tbv26-card-title, .tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
  text-align: center !important;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-heading{
  margin: 0 auto;
  color: #11191d;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-intro{
  margin-left: auto;
  margin-right: auto;
  color: #526166;
  line-height: 1.7;
  max-width: 760px;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid rgba(255, 49, 92, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(17, 25, 29, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.18), transparent 44%), linear-gradient(135deg, rgba(255, 49, 92, 0.09), rgba(0, 242, 234, 0.08));
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 49, 92, 0.34);
  box-shadow: 0 24px 58px rgba(255, 49, 92, 0.16), 0 12px 34px rgba(0, 42, 48, 0.08);
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root #tbv26-section-wrap .tbv26-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff315c 0%, #00d8d2 100%);
  box-shadow: 0 14px 28px rgba(255, 49, 92, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease, background-position 280ms ease;
  background-size: 160% 160%;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card:hover .tbv26-icon{
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 18px 34px rgba(0, 216, 210, 0.24);
}.tc-wp-content-root #tbv26-section-wrap .tbv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card-title{
  margin: 0;
  color: #172126;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
  margin: 0;
  color: #5b686d;
  line-height: 1.62;
}.tc-wp-content-root #tbv26-section-wrap .tbv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root #tbv26-section-wrap .tbv26-reveal.tbv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root #tbv26-section-wrap .tbv26-section{
    padding: 88px 0;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-container{
    padding: 0 28px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-heading{
    font-size: 42px;
    max-width: 940px;
    white-space: nowrap;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-intro{
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid{
    gap: 24px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card{
    min-height: 296px;
    padding: 34px 28px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-i{
    font-size: 28px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root #tbv26-section-wrap .tbv26-section{
    padding: 72px 0;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-container{
    padding: 0 24px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-intro{
    margin-top: 16px;
    margin-bottom: 34px;
    font-size: 16px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-i{
    font-size: 25px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-title{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root #tbv26-section-wrap .tbv26-section{
    padding: 52px 0;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-container{
    padding: 0 16px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-intro{
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.62;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-i{
    font-size: 21px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
    font-size: 12.8px;
    line-height: 1.52;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root #tbv26-section-wrap .tbv26-section{
    padding: 46px 0;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-container{
    padding: 0 12px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-intro{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13.2px;
    line-height: 1.58;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card{
    min-height: 222px;
    padding: 18px 10px;
    border-radius: 15px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-i{
    font-size: 19px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-title{
    font-size: 14.6px;
    margin-bottom: 7px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
    font-size: 11.8px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root #tbv26-section-wrap .tbv26-section{
    padding: 40px 0;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-container{
    padding: 0 10px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-intro{
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.4px;
    line-height: 1.52;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-i{
    font-size: 17px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-title{
    font-size: 13.2px;
    margin-bottom: 6px;
  }.tc-wp-content-root #tbv26-section-wrap .tbv26-card-text{
    font-size: 11px;
    line-height: 1.42;
  }}

.tc-wp-content-root .tbv26-wrap {}