@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 .flv-premium-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: #182235;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .flv-premium-wrap *, .tc-wp-content-root .flv-premium-wrap *::before, .tc-wp-content-root .flv-premium-wrap *::after{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .flv-premium-wrap .flv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .flv-premium-wrap .flv-section-one, .tc-wp-content-root .flv-premium-wrap .flv-section-three{
  background: #ffffff;
}.tc-wp-content-root .flv-premium-wrap .flv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 34%),
    linear-gradient(180deg, #f6f9ff 0%, #eef5ff 100%);
}.tc-wp-content-root .flv-premium-wrap .flv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .flv-premium-wrap .flv-heading{
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #10213d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .flv-premium-wrap .flv-intro{
  margin: 0 auto;
  max-width: 790px;
  text-align: center;
  color: #526070;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .flv-premium-wrap .flv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .flv-premium-wrap .flv-card{
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  height: 100%;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.22), rgba(66, 183, 42, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 45px rgba(16, 33, 61, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .flv-premium-wrap .flv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.08), transparent 42%),
    linear-gradient(315deg, rgba(66, 183, 42, 0.09), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .flv-premium-wrap .flv-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 26px 60px rgba(24, 119, 242, 0.16);
}.tc-wp-content-root .flv-premium-wrap .flv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .flv-premium-wrap .flv-card:hover .flv-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(24, 119, 242, 0.22);
  background: linear-gradient(135deg, #1877f2 0%, #42b72a 100%);
}.tc-wp-content-root .flv-premium-wrap .flv-card:hover .flv-i{
  transform: scale(1.06);
  color: #ffffff;
}.tc-wp-content-root .flv-premium-wrap .flv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.13) 0%, rgba(66, 183, 42, 0.13) 100%);
  color: #1877f2;
  transition: transform 320ms ease, box-shadow 320ms ease, background 320ms ease;
}.tc-wp-content-root .flv-premium-wrap .flv-i{
  display: block;
  color: #1877f2;
  line-height: 1;
  transition: transform 320ms ease, color 320ms ease;
}.tc-wp-content-root .flv-premium-wrap .flv-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #17243a;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .flv-premium-wrap .flv-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5b6675;
  line-height: 1.62;
  font-weight: 430;
}.tc-wp-content-root .flv-premium-wrap .flv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .flv-premium-wrap.flv-js-ready .flv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .flv-premium-wrap.flv-js-ready .flv-reveal.flv-in-view{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .flv-premium-wrap .flv-section{
    padding: 88px 0;
  }.tc-wp-content-root .flv-premium-wrap .flv-container{
    padding: 0 28px;
  }.tc-wp-content-root .flv-premium-wrap .flv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .flv-premium-wrap .flv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .flv-premium-wrap .flv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card{
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 24px;
  }.tc-wp-content-root .flv-premium-wrap .flv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
  }.tc-wp-content-root .flv-premium-wrap .flv-i{
    font-size: 30px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-title{
    font-size: 21px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-text{
    margin-top: 12px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .flv-premium-wrap .flv-section{
    padding: 68px 0;
  }.tc-wp-content-root .flv-premium-wrap .flv-container{
    padding: 0 24px;
  }.tc-wp-content-root .flv-premium-wrap .flv-heading{
    font-size: 34px;
  }.tc-wp-content-root .flv-premium-wrap .flv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .flv-premium-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card{
    min-height: 270px;
    padding: 30px 22px;
    border-radius: 22px;
  }.tc-wp-content-root .flv-premium-wrap .flv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }.tc-wp-content-root .flv-premium-wrap .flv-i{
    font-size: 27px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-title{
    font-size: 19px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-text{
    margin-top: 10px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .flv-premium-wrap .flv-section{
    padding: 52px 0;
  }.tc-wp-content-root .flv-premium-wrap .flv-container{
    padding: 0 16px;
  }.tc-wp-content-root .flv-premium-wrap .flv-heading{
    font-size: 28px;
  }.tc-wp-content-root .flv-premium-wrap .flv-intro{
    margin-top: 12px;
    font-size: 14.5px;
  }.tc-wp-content-root .flv-premium-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .flv-premium-wrap .flv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }.tc-wp-content-root .flv-premium-wrap .flv-i{
    font-size: 22px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-text{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .flv-premium-wrap .flv-section{
    padding: 46px 0;
  }.tc-wp-content-root .flv-premium-wrap .flv-container{
    padding: 0 12px;
  }.tc-wp-content-root .flv-premium-wrap .flv-heading{
    font-size: 25px;
  }.tc-wp-content-root .flv-premium-wrap .flv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.58;
  }.tc-wp-content-root .flv-premium-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card{
    min-height: 224px;
    padding: 18px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .flv-premium-wrap .flv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }.tc-wp-content-root .flv-premium-wrap .flv-i{
    font-size: 20px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-title{
    font-size: 15px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-text{
    margin-top: 7px;
    font-size: 12.4px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .flv-premium-wrap .flv-section{
    padding: 40px 0;
  }.tc-wp-content-root .flv-premium-wrap .flv-container{
    padding: 0 10px;
  }.tc-wp-content-root .flv-premium-wrap .flv-heading{
    font-size: 22px;
  }.tc-wp-content-root .flv-premium-wrap .flv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.55;
  }.tc-wp-content-root .flv-premium-wrap .flv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card{
    min-height: 218px;
    padding: 16px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .flv-premium-wrap .flv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
  }.tc-wp-content-root .flv-premium-wrap .flv-i{
    font-size: 18px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-title{
    font-size: 14px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-text{
    margin-top: 6px;
    font-size: 11.7px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .flv-premium-wrap .flv-section{
    padding: 36px 0;
  }.tc-wp-content-root .flv-premium-wrap .flv-container{
    padding: 0 10px;
  }.tc-wp-content-root .flv-premium-wrap .flv-heading{
    font-size: 21px;
  }.tc-wp-content-root .flv-premium-wrap .flv-intro{
    margin-top: 8px;
    font-size: 12.5px;
  }.tc-wp-content-root .flv-premium-wrap .flv-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card{
    min-height: 210px;
    padding: 16px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .flv-premium-wrap .flv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
  }.tc-wp-content-root .flv-premium-wrap .flv-i{
    font-size: 18px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-title{
    font-size: 14px;
  }.tc-wp-content-root .flv-premium-wrap .flv-card-text{
    margin-top: 6px;
    font-size: 12px;
  }}

.tc-wp-content-root .flv-grid-six {}