@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 .fcv-collection-viewer-wrap, .tc-wp-content-root .fcv-collection-viewer-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fcv-collection-viewer-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #17212f;
  background: #ffffff;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section-tint{
  background: linear-gradient(180deg, #f3f8ff 0%, #eef6f4 100%);
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading, .tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro, .tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card, .tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3, .tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
  text-align: center !important;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading{
  margin: 0 auto;
  color: #10233f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading span{
  color: #1877f2;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #536172;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 18px 46px rgba(15, 55, 105, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.15), transparent 46%);
  transition: opacity 260ms ease;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 164, 149, 0.38);
  box-shadow: 0 24px 60px rgba(15, 55, 105, 0.16);
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-icon{
  position: relative;
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2 0%, #00a495 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card:hover .fcv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 164, 149, 0.26);
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3{
  position: relative;
  margin: 0;
  color: #152235;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
  position: relative;
  margin: 0 auto;
  color: #5b6878;
  line-height: 1.6;
  font-weight: 400;
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-reveal.fcv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section{
    padding: 92px 0;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro{
    font-size: 17px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 26px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-i{
    font-size: 30px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section{
    padding: 72px 0;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro{
    font-size: 16px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 18px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-i{
    font-size: 27px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading span{
    display: block;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro{
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-i{
    font-size: 22px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3{
    font-size: 16px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading span{
    display: block;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro{
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    margin-top: 26px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card{
    min-height: 224px;
    padding: 19px 11px;
    border-radius: 14px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-i{
    font-size: 20px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3{
    font-size: 15px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-heading span{
    display: block;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-intro{
    font-size: 12.8px;
    line-height: 1.45;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card{
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 13px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-i{
    font-size: 18px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card h3{
    font-size: 14px;
  }.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-card p{
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .fcv-collection-viewer-wrap .fcv-grid{
    grid-template-columns: 1fr !important;
  }}