/*=== Begin Theme card ===*/
.full-row-themeoverlay-banner .row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -2px;
  margin-left: -2px;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}
.full-row-themeoverlay-banner .row > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .full-row-themeoverlay-banner .row > [class*=col-] {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .full-row-themeoverlay-banner .row > [class*=col-] {
    margin-bottom: 0rem;
  }
}

.lp__theme_card {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .lp__theme_card {
    margin-bottom: 0rem;
  }
}
.lp__theme_card .lp__theme_content {
  text-align: center;
  padding: 3.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
  margin-top: -36px;
  height: 100%;
}
@media (min-width: 768px) {
  .lp__theme_card .lp__theme_content {
    height: 90%;
    margin-top: -54px;
    padding: 5rem 0.5rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1200px) {
  .lp__theme_card .lp__theme_content {
    padding: 5rem 1.5rem 1.5rem 1.5rem;
  }
}
.lp__theme_card .lp__themeicon {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 100%;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.lp__theme_card .lp__themeicon i {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .lp__theme_card .lp__themeicon {
    width: 140px;
    height: 140px;
    padding: 2rem;
  }
  .lp__theme_card .lp__themeicon i {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.lp__theme_card .lp__cta_btn {
  font-size: 3rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 50px;
  margin: auto;
  border: 2px solid #fff;
  color: #ffffff;
  border-radius: 3.125rem;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
}
.lp__theme_card .lp__cta_btn:after {
  color: #ffffff;
  vertical-align: bottom;
  font-weight: 500;
  margin: 0rem;
}
.lp__theme_card .lp__cta_btn:hover, .lp__theme_card .lp__cta_btn:focus {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#33000000",GradientType=0 );
  text-decoration: none;
}
.lp__theme_card .lp__card_title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #ffffff;
    word-break: break-word;
}
@media (min-width: 768px) {
  .lp__theme_card .lp__card_title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }
}
.lp__theme_card .lp__card_title a {
  color: #ffffff;
}
.lp__theme_card .lp__card_title a:hover {
  color: #ffffff;
}
.lp__theme_card .lp__card_discription {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
}

.lp__bgline_neutral_100 {
  background-color: #ffffff;
  border: 1px solid #4471A9;
}
.lp__bgline_neutral_100 .lp__card_title,
.lp__bgline_neutral_100 i {
  color: #313D80;
}
.lp__bgline_neutral_100 .lp__card_discription {
  color: #2c333e;
}
.lp__bgline_neutral_100 .lp__cta_btn {
  border: 2px solid #c43b80;
}
.lp__bgline_neutral_100 .lp__cta_btn:after {
  color: #c43b80;
}
.lp__bgline_neutral_100 .lp__cta_btn:hover {
  border: 2px solid #c43b80;
  background: #c43b80;
}
.lp__bgline_neutral_100 .lp__cta_btn:hover:after {
  color: #ffffff;
}

/*$ida_color_neutral_79 : #BEC4C8;*/
.height_550 {
  height: 300px;
}
.height_550 img {
  height: 350px;
}
@media (min-width: 768px) {
  .height_550 {
    height: 650px;
  }
  .height_550 img {
    height: 650px;
  }
}

.lp__blue_banner {
  background-color: #252E66;
  border-left: 10px solid #c43b80;
  color: #ffffff;
  padding: 1.5rem;
}
.lp__blue_banner h1 {
  color: #ffffff;
}
@media (min-width: 992px) {
  .lp__blue_banner {
    padding: 1.5rem 2.5rem 1.5rem 6rem;
  }
}

.lp__pink_banner {
  background-color: #c43b80;
  color: #ffffff;
  padding: 1.5rem;
}
.lp__pink_banner h1 {
  color: #ffffff;
}
@media (min-width: 992px) {
  .lp__pink_banner {
    padding: 1.5rem 2.5rem 1.5rem 6rem;
  }
}


/*$ida_color_neutral_79 : #BEC4C8;*/
/*=== end Theme card ===*/