@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 .rgv26, .tc-wp-content-root .rgv26 *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rgv26{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182226;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .rgv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .rgv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .rgv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #f7fbfb 100%);
}.tc-wp-content-root .rgv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .rgv26-heading{
  margin: 0 auto;
  color: #11191d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .rgv26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #536368;
  line-height: 1.72;
  text-align: center;
}.tc-wp-content-root .rgv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .rgv26-card{
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(255, 69, 0, 0.34), rgba(0, 166, 154, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(31, 45, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 420ms ease;
}.tc-wp-content-root .rgv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.075), rgba(0, 166, 154, 0.055));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .rgv26-card-tint{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 248, 0.96)) padding-box,
    linear-gradient(145deg, rgba(255, 69, 0, 0.38), rgba(0, 166, 154, 0.25)) border-box;
}.tc-wp-content-root .rgv26-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(255, 69, 0, 0.13), 0 16px 34px rgba(0, 166, 154, 0.08);
}.tc-wp-content-root .rgv26-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rgv26-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ff7a3d 48%, #00a69a 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
  text-align: center;
}.tc-wp-content-root .rgv26-card:hover .rgv26-icon{
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 18px 34px rgba(0, 166, 154, 0.2);
}.tc-wp-content-root .rgv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .rgv26-card-title{
  position: relative;
  margin: 0;
  color: #182226;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .rgv26-card-text{
  position: relative;
  margin: 0 auto;
  color: #5c696d;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .rgv26-js .rgv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rgv26-js .rgv26-card.rgv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .rgv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .rgv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .rgv26-heading{
    font-size: 42px;
    max-width: 980px;
  }.tc-wp-content-root .rgv26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .rgv26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .rgv26-card{
    min-height: 296px;
    padding: 34px 28px;
    border-radius: 22px;
  }.tc-wp-content-root .rgv26-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }.tc-wp-content-root .rgv26-i{
    font-size: 28px;
  }.tc-wp-content-root .rgv26-card-title{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rgv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rgv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .rgv26-container{
    padding: 0 22px;
  }.tc-wp-content-root .rgv26-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .rgv26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .rgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .rgv26-card{
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .rgv26-icon{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 20px;
  }.tc-wp-content-root .rgv26-i{
    font-size: 25px;
  }.tc-wp-content-root .rgv26-card-title{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rgv26-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rgv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .rgv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .rgv26-heading{
    font-size: 27px;
    max-width: 440px;
  }.tc-wp-content-root .rgv26-intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .rgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .rgv26-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .rgv26-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
  }.tc-wp-content-root .rgv26-i{
    font-size: 21px;
  }.tc-wp-content-root .rgv26-card-title{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rgv26-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rgv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .rgv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .rgv26-heading{
    font-size: 24px;
    max-width: 350px;
  }.tc-wp-content-root .rgv26-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .rgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 22px;
  }.tc-wp-content-root .rgv26-card{
    min-height: 222px;
    padding: 18px 10px;
    border-radius: 15px;
  }.tc-wp-content-root .rgv26-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rgv26-i{
    font-size: 19px;
  }.tc-wp-content-root .rgv26-card-title{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rgv26-card-text{
    font-size: 12.25px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rgv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .rgv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .rgv26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .rgv26-intro{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.46;
  }.tc-wp-content-root .rgv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
  }.tc-wp-content-root .rgv26-card{
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }.tc-wp-content-root .rgv26-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rgv26-i{
    font-size: 18px;
  }.tc-wp-content-root .rgv26-card-title{
    font-size: 13.25px;
    margin-bottom: 6px;
  }.tc-wp-content-root .rgv26-card-text{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .rgv26-section{
    padding: 34px 0;
  }.tc-wp-content-root .rgv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .rgv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .rgv26-intro{
    margin-top: 8px;
    font-size: 13px;
  }.tc-wp-content-root .rgv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }.tc-wp-content-root .rgv26-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .rgv26-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rgv26-i{
    font-size: 18px;
  }.tc-wp-content-root .rgv26-card-title{
    font-size: 14px;
    margin-bottom: 6px;
  }.tc-wp-content-root .rgv26-card-text{
    font-size: 12px;
    line-height: 1.45;
  }}

.tc-wp-content-root .rgv26-grid-3 {}