@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 .fb-dpv-premium-wrap, .tc-wp-content-root .fb-dpv-premium-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fb-dpv-premium-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section{
  width: 100% !important;
  text-align: center;
  position: relative;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 151, 178, 0.13), transparent 38%),
    linear-gradient(180deg, #f3fbfb 0%, #f8fcfa 100%);
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading, .tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro, .tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title, .tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading{
  color: #13232d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro{
  color: #53636d;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card{
  height: 100% !important;
  position: relative;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93)),
    radial-gradient(circle at 50% 0%, rgba(0, 151, 178, 0.1), transparent 42%);
  border: 1px solid rgba(0, 126, 148, 0.18);
  box-shadow: 0 18px 45px rgba(20, 68, 78, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 151, 178, 0.1), rgba(255, 181, 71, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 151, 178, 0.42);
  box-shadow: 0 24px 60px rgba(20, 68, 78, 0.18);
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #006d77 0%, #0097b2 55%, #ffb547 100%);
  box-shadow: 0 14px 32px rgba(0, 109, 119, 0.24);
  position: relative;
  z-index: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card:hover .fb-dpv-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(0, 109, 119, 0.3);
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title{
  color: #17212b;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
  color: #5a6871;
  line-height: 1.62;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-reveal.fb-dpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section{
    padding: 86px 0;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading{
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
    gap: 24px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card{
    min-height: 296px;
    border-radius: 24px;
    padding: 34px 28px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-i{
    font-size: 30px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title{
    font-size: 21px;
    margin: 0 0 13px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
    font-size: 15.5px;
    margin: 0;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section{
    padding: 68px 0;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading{
    font-size: 34px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card{
    min-height: 270px;
    border-radius: 22px;
    padding: 30px 24px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-i{
    font-size: 27px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title{
    font-size: 19px;
    margin: 0 0 12px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
    font-size: 15px;
    margin: 0;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section{
    padding: 50px 0;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading{
    font-size: 27px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card{
    min-height: 232px;
    border-radius: 18px;
    padding: 21px 14px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-i{
    font-size: 22px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title{
    font-size: 16px;
    margin: 0 0 9px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
    font-size: 13px;
    line-height: 1.48;
    margin: 0;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section{
    padding: 44px 0;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading{
    font-size: 24px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro{
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card{
    min-height: 222px;
    border-radius: 16px;
    padding: 18px 10px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-i{
    font-size: 20px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title{
    font-size: 14.5px;
    margin: 0 0 8px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
    font-size: 12.2px;
    line-height: 1.43;
    margin: 0;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-container{
    padding: 0 9px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-heading{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-intro{
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card{
    min-height: 214px;
    border-radius: 14px;
    padding: 16px 8px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-i{
    font-size: 18px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-title{
    font-size: 13.5px;
    margin: 0 0 7px;
  }.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-card-text{
    font-size: 11.5px;
    line-height: 1.4;
    margin: 0;
  }}@media (max-width: 319px) {.tc-wp-content-root .fb-dpv-premium-wrap .fb-dpv-grid{
    grid-template-columns: 1fr;
  }}