.rwd-table.table-style-2 thead td{text-transform:uppercase;}
.three-pillars-content {background-color: var(--theme-color);}
.three-pillars-content .card:hover{background: rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);}
  
.three-pillars-content__config-text-wrapper {
  padding-left: var(--md-1)
}
.three-pillars-content__content-wrapper {
  padding-left: var(--md-1)
}
.three-pillars-content__progress-bar svg {
  height: 27.2rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 27.2rem
}
.three-pillars-content__progress-bar .background {
  fill: none;
  stroke: #000;
  stroke-width: .2;
  opacity: .15
}
.three-pillars-content__progress-bar .progress {
  fill: none;
  stroke: #e2eff0;
  stroke: #000;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: .5;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out
}
.three-pillars-content__progress-bar-content {
  height: 27.2rem;
  width: 27.2rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4.4rem;
  text-align: center
}
.three-pillars-content__progress-bar-content .stat-sm {
  font-size: 8rem;
  line-height: 8rem;
  margin: 0 -1.2rem 0 0;
}
.three-pillars-content .config-text {
  margin-top: var(--sm-1)
}
.three-pillars-content .config-text__cta-wrapper {
  margin-top: var(--md-3)
}
.three-pillars-content__bottom-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.three-pillars-content__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.three-pillars-content__wrapper .card {
  min-width: auto;
  margin-top: -7.2rem
}
.three-pillars-content .card {
  margin-bottom: var(--md-3)
}
.three-pillars-content .card__content {
  min-height: auto;
  margin-bottom: 0
}
.three-pillars-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto
}
.three-pillars-content__image {
  position: relative;
  right: auto;
  height: 54.5rem
}
@media (min-width:768px) {
.three-pillars-content__bottom-wrapper .card {
    min-width: 100%;
    max-width: 100%;
  }
  .three-pillars-content__config-text-wrapper {
    padding-left: 0
  }
  .three-pillars-content__content-wrapper {
    padding-left: 0
  }
  .three-pillars-content__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .three-pillars-content__wrapper .card {
    margin-top: 0;
    margin-bottom: 0
  }
}
@media (min-width:768px) and (min-width:992px) {
  .three-pillars-content__bottom-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row
  }
  .three-pillars-content .card__content {
    min-height: auto;
    
  }
  .three-pillars-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 86rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .three-pillars-content__wrapper .card {
    margin-top: 0;
    margin-bottom: 0
  }
  .three-pillars-content__image {
    position: absolute;
    position: absolute;
    right: calc(100% - -1.4rem);
    min-height: 86rem
  }
  .three-pillars-content__bottom-card-wrapper {
    max-width: 39.2rem;
    max-height: 23.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .three-pillars-content__bottom-img-wrapper {
    margin-left: -16.33333%;
    margin-right: 1.6rem
  }
}
.single-indent span {
  padding-left: var(--md-1)
}
.single-indent span:nth-child(1) {
  padding-left: 0
}
@media (min-width:768px) {
  .single-indent span {
    padding-left: calc(8.33333333% + 3.2rem)
  }
}
.double-indent span {
  padding-left: 0
}
.double-indent span:nth-child(1) {
  padding-left: var(--md-1)
}
@media (min-width:768px) {
  .double-indent span:first-child {
    padding-left: calc(8.33333333% + 3.2rem)
  }
}