.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.button-grid {
  display: grid !important;
  margin-top: auto;
  margin-bottom: auto;
}

.be-brilliant-card {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
}

.banner-overlap-card-body {
  padding: 20px;
  background-color: #fff;
  margin-top: -2.375rem;
  position: relative;
  z-index: 1;
  max-width: 80rem;
  width: calc(100% - 2rem);
}

.container {
  padding: 1rem 0;
  max-width: 80rem;
  width: calc(100% - 2rem);
}

.section-plb {
  padding-top: 1rem;
}

.applied-container {
  background-color: #fff; 
  padding: 20px;
}

.brags-container
{
  padding: 3rem;
}

.brag-graphics {
  padding: 4rem 0;
}

.custom-grid {
  padding: 1rem 0;
  max-width: 80rem;
  width: calc(100% - 2rem);
}

.button-co {
  padding: 1rem 0;
  max-width: 80rem;
}

.video-overlap-card-body {
  padding: 20px;
  background-color: #fff;
  margin-top: -4.375rem;
  position: relative;
  z-index: 1;
  max-width: 74.5rem;
  width: calc(100% - 6.9rem);
}

.overlap-card-body {
  padding: 20px;
  max-width: 85%;
  margin-top: -3.375rem;
  z-index: 1;
  flex-grow: 1;
  padding: 0.5rem 1rem;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  background-color: #fefefe;
  word-break: break-word;
}

.overlap-card-body p {
  margin-top: .6rem;
}

.button-equalizer {
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.showcase-html-section {
  background-color: #efefef !important;
}

.grid__col>.--fit-to-col {
  height: 0%;
}

.wrapper {
  margin-top: 1rem;
}

.wrapper-plb {
  margin-top: 6rem;
}

.icon-container {
  width: auto;
  display: flex;
  justify-content: center;
}

.custom-icon {
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #492365;
  color: #fff;
}

.icon-light {
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #dcd0e6;
  color: #fff;
}

.custom-hr {
  text-align: center;
}

.custom-hr img {
  width: 30px;
  position: relative;
  top: -35px;
}

.icon-fact {
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #dcd0e6;
  color: #492365;
  margin: auto;
}

.home-facts {
  color: #FFF;
}

.home-fact-percentage {
  padding: 6%;
  text-align: center;
}

.circle-fact {
  font-size: 1.9rem;
  font-family: 'tradegothicltcom-bdcn20', sans-serif;
  margin-bottom: 10px;
  line-height: 1em;
  margin-right: 15px;
}

.fact-text {
  font-family: 'tradegothicltcom-bdcn20', sans-serif;
  font-size: 1.2rem;
  padding-top: 1rem;
}