@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-page, .tc-wp-content-root .tbv26-page *{
  box-sizing: border-box;
}.tc-wp-content-root .tbv26-page{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .tbv26-page .tbv26-section{
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}.tc-wp-content-root .tbv26-page .tbv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbv26-page .tbv26-section-tint{
  background: linear-gradient(180deg, #f7fbfa 0%, #eef9f7 100%);
}.tc-wp-content-root .tbv26-page .tbv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .tbv26-page .tbv26-heading{
  margin: 0 auto;
  text-align: center;
  color: #11191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tbv26-page .tbv26-intro{
  margin: 0 auto;
  text-align: center;
  color: #536066;
  font-weight: 400;
  line-height: 1.7;
  max-width: 760px;
}.tc-wp-content-root .tbv26-page .tbv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .tbv26-page .tbv26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d9eeea;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(10, 68, 73, 0.10);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .tbv26-page .tbv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .tbv26-page .tbv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 80, 0.28);
  box-shadow: 0 26px 58px rgba(10, 68, 73, 0.18);
  background: #ffffff;
}.tc-wp-content-root .tbv26-page .tbv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tbv26-page .tbv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00f2ea 0%, #11191d 46%, #ff0050 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
  background-size: 180% 180%;
  background-position: 20% 50%;
}.tc-wp-content-root .tbv26-page .tbv26-card:hover .tbv26-icon{
  transform: translateY(-4px);
  background-position: 80% 50%;
  box-shadow: 0 18px 34px rgba(0, 242, 234, 0.20);
}.tc-wp-content-root .tbv26-page .tbv26-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .tbv26-page .tbv26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #142025;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tbv26-page .tbv26-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5b676c;
  font-weight: 400;
  line-height: 1.62;
}.tc-wp-content-root .tbv26-page.tbv26-js .tbv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tbv26-page.tbv26-js .tbv26-reveal.tbv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .tbv26-page .tbv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .tbv26-page .tbv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .tbv26-page .tbv26-heading{
    font-size: 38px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .tbv26-page .tbv26-intro{
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 42px;
  }.tc-wp-content-root .tbv26-page .tbv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tbv26-page .tbv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .tbv26-page .tbv26-grid{
    gap: 24px;
  }.tc-wp-content-root .tbv26-page .tbv26-card{
    min-height: 300px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .tbv26-page .tbv26-icon{
    width: 74px;
    height: 74px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .tbv26-page .tbv26-i{
    font-size: 30px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbv26-page .tbv26-section{
    padding: 68px 0;
  }.tc-wp-content-root .tbv26-page .tbv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .tbv26-page .tbv26-heading{
    font-size: 32px;
    max-width: 760px;
  }.tc-wp-content-root .tbv26-page .tbv26-intro{
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 34px;
  }.tc-wp-content-root .tbv26-page .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tbv26-page .tbv26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .tbv26-page .tbv26-icon{
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 20px;
  }.tc-wp-content-root .tbv26-page .tbv26-i{
    font-size: 27px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbv26-page .tbv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .tbv26-page .tbv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .tbv26-page .tbv26-heading{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .tbv26-page .tbv26-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px;
    margin-bottom: 26px;
  }.tc-wp-content-root .tbv26-page .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .tbv26-page .tbv26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .tbv26-page .tbv26-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tbv26-page .tbv26-i{
    font-size: 22px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbv26-page .tbv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .tbv26-page .tbv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .tbv26-page .tbv26-heading{
    font-size: 24px;
    max-width: 350px;
  }.tc-wp-content-root .tbv26-page .tbv26-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-top: 10px;
    margin-bottom: 22px;
  }.tc-wp-content-root .tbv26-page .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .tbv26-page .tbv26-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .tbv26-page .tbv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .tbv26-page .tbv26-i{
    font-size: 20px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-title{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-text{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbv26-page .tbv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .tbv26-page .tbv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tbv26-page .tbv26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .tbv26-page .tbv26-intro{
    font-size: 12.8px;
    line-height: 1.48;
    margin-top: 9px;
    margin-bottom: 18px;
  }.tc-wp-content-root .tbv26-page .tbv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .tbv26-page .tbv26-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .tbv26-page .tbv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv26-page .tbv26-i{
    font-size: 18px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-title{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-text{
    font-size: 11.6px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .tbv26-page .tbv26-section{
    padding: 36px 0;
  }.tc-wp-content-root .tbv26-page .tbv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .tbv26-page .tbv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .tbv26-page .tbv26-intro{
    font-size: 12.5px;
    margin-top: 9px;
    margin-bottom: 18px;
  }.tc-wp-content-root .tbv26-page .tbv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .tbv26-page .tbv26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .tbv26-page .tbv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .tbv26-page .tbv26-i{
    font-size: 18px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .tbv26-page .tbv26-card-text{
    font-size: 12px;
  }}