@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 .rtpv-premium-wrapper, .tc-wp-content-root .rtpv-premium-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .rtpv-premium-wrapper{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18201f;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section-one, .tc-wp-content-root .rtpv-premium-wrapper .rtpv-section-three{
  background: #ffffff;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section-two{
  background: linear-gradient(180deg, #f4fbf8 0%, #eef7f4 100%);
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .rtpv-premium-wrapper h2{
  margin: 0 auto;
  color: #17211f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-intro{
  margin: 0 auto;
  color: #5a6663;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
  max-width: 760px;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid{
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbe9e4;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(18, 75, 65, 0.09);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.11), transparent 42%), linear-gradient(135deg, rgba(23, 160, 136, 0.09), rgba(255, 181, 77, 0.08));
  opacity: 0;
  transition: opacity 360ms ease, transform 360ms ease;
  transform: translateY(12px);
  pointer-events: none;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 26px 62px rgba(18, 75, 65, 0.15);
  background: #ffffff;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500 0%, #17a088 58%, #ffb54d 100%);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.18);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card:hover .rtpv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(23, 160, 136, 0.24);
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .rtpv-premium-wrapper h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #18201f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5c6966;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}.tc-wp-content-root .rtpv-premium-wrapper.rtpv-js .rtpv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rtpv-premium-wrapper.rtpv-js .rtpv-card.rtpv-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rtpv-premium-wrapper.rtpv-js .rtpv-card.rtpv-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section{
    padding: 86px 0;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .rtpv-premium-wrapper h2{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid{
    margin-top: 44px;
    gap: 24px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card{
    min-height: 300px;
    padding: 34px 26px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-i{
    font-size: 29px;
  }.tc-wp-content-root .rtpv-premium-wrapper h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section{
    padding: 68px 0;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-container{
    padding: 0 24px;
  }.tc-wp-content-root .rtpv-premium-wrapper h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 20px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-i{
    font-size: 26px;
  }.tc-wp-content-root .rtpv-premium-wrapper h3{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-container{
    padding: 0 16px;
  }.tc-wp-content-root .rtpv-premium-wrapper h2{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-intro{
    margin-top: 12px;
    font-size: 14.5px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-i{
    font-size: 22px;
  }.tc-wp-content-root .rtpv-premium-wrapper h3{
    font-size: 17px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card p{
    font-size: 13.5px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section{
    padding: 46px 0;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-container{
    padding: 0 12px;
  }.tc-wp-content-root .rtpv-premium-wrapper h2{
    font-size: 24px;
    max-width: 350px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-intro{
    margin-top: 10px;
    font-size: 13.8px;
    line-height: 1.55;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 11px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card{
    min-height: 220px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-icon{
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-i{
    font-size: 20px;
  }.tc-wp-content-root .rtpv-premium-wrapper h3{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card p{
    font-size: 12.8px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rtpv-premium-wrapper .rtpv-section{
    padding: 40px 0;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-container{
    padding: 0 10px;
  }.tc-wp-content-root .rtpv-premium-wrapper h2{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-intro{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 9px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card{
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-i{
    font-size: 18px;
  }.tc-wp-content-root .rtpv-premium-wrapper h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rtpv-premium-wrapper .rtpv-card p{
    font-size: 12px;
    line-height: 1.42;
  }}