/* Customizes the `.table` component with basic values,*/
.growth-tiles {
  padding: 50px 0;
  position: relative;
}
.growth-tiles .container {
  z-index: 3;
}
@media only screen and (max-width : 991px) {
  .growth-tiles .container {
    padding: 0;
    width: 100%;
  }
}
.growth-tiles .vector-hero {
  position: absolute;
  width: auto;
  max-width: 100%;
}
.growth-tiles .vector-hero--first {
  bottom: -80px;
  left: 0px;
  z-index: 1;
}
@media only screen and (max-width : 1199px) {
  .growth-tiles .vector-hero--first {
    width: 50%;
    height: 50%;
    bottom: 5%;
  }
}
@media only screen and (max-width : 575px) {
  .growth-tiles .vector-hero--first {
    bottom: 10%;
  }
}
.growth-tiles .vector-hero--second {
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width : 1199px) {
  .growth-tiles .vector-hero--second {
    top: -20%;
  }
}
@media only screen and (max-width : 767px) {
  .growth-tiles .vector-hero--second {
    top: -10%;
  }
}
@media only screen and (max-width : 575px) {
  .growth-tiles .vector-hero--second {
    top: 0;
  }
}
.growth-tiles .layout {
  display: flex;
  background-color: transparent;
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
}
@media only screen and (max-width : 991px) {
  .growth-tiles .layout {
    display: block;
  }
}
.growth-tiles .layout__aside {
  flex: 0 0 135px;
  padding: 20px 0 110px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width : 991px) {
  .growth-tiles .layout__aside {
    display: none;
  }
}
.growth-tiles .layout__aside .aside__menu {
  list-style: none;
  padding: 0;
  text-align: right;
}
.growth-tiles .layout__aside .aside__menu .aside__menu-item {
  display: inline-block;
  padding: 13px 10px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1;
  color: #012638;
  font-weight: 700;
  background-color: #FFF;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  text-align: center;
  box-shadow: 0px 3px 24px 0px rgba(21, 36, 50, 0.16);
}
.growth-tiles .layout .cards {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: end;
  justify-content: flex-start;
}
@media only screen and (max-width : 991px) {
  .growth-tiles .layout .cards .slick-track {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.growth-tiles .layout .cards .card {
  background: linear-gradient(162.38deg, #FFFFFF 1.56%, #F7FCEF 98.47%);
  border-radius: 8px !important;
  box-shadow: 0px 3px 24px 0px rgba(21, 36, 50, 0.16);
  padding: 40px 20px;
  max-width: 259px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, height 0.3s ease;
  position: relative;
  flex: 0 1 auto;
  flex-basis: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .growth-tiles .layout .cards .card {
    max-width: 210px;
  }
}
@media only screen and (max-width : 991px) {
  .growth-tiles .layout .cards .card {
    max-width: 350px;
  }
}
.growth-tiles .layout .cards .card-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media only screen and (max-width : 991px) {
  .growth-tiles .layout .cards .card-img {
    opacity: 1;
  }
}
.growth-tiles .layout .cards .card-img.visible {
  opacity: 1;
}
.growth-tiles .layout .cards .card__header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #263B4B;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .growth-tiles .layout .cards .card__header {
    font-size: 19px;
  }
}
.growth-tiles .layout .cards .card__header .card__icon img {
  background-color: #333;
  height: 39px;
  width: 39px;
  margin-right: 10px;
  border-radius: 4px !important;
}
.growth-tiles .layout .cards .card__content {
  flex-grow: 1;
}
.growth-tiles .layout .cards .card__content img {
  margin: 10px 0 30px 0;
  width: 100%;
  height: auto;
  max-width: 224px;
}
.growth-tiles .layout .cards .card__content .card__features {
  list-style: none;
  padding: 0;
}
.growth-tiles .layout .cards .card__content .card__features .card__feature {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #263B4B;
  font-weight: 400;
  border-bottom: 1px solid #DAF5A3;
  padding: 5px 0 15px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .growth-tiles .layout .cards .card__content .card__features .card__feature {
    font-size: 14px;
  }
}
.growth-tiles .layout .cards .card__content .card__features .card__feature:last-of-type {
  border-bottom: none;
}
.growth-tiles .layout .cards .card__footer {
  text-align: center;
}
.growth-tiles .layout .cards .card__footer .card__button {
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  color: #263B4B;
  border: 1px solid #263B4B;
  border-radius: 8px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .growth-tiles .layout .cards .card__footer .card__button {
    padding: 12px 20px;
  }
}
.growth-tiles .layout .cards .card__footer .card__button:hover {
  background-color: #F1FFD2;
  cursor: pointer;
  text-decoration: none;
}
.growth-tiles .layout .cards .card--emerging {
  height: 495px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .growth-tiles .layout .cards .card--emerging {
    margin-left: 80px;
  }
}
.growth-tiles .layout .cards .card--scaling {
  height: 520px;
  padding-top: 65px;
}
.growth-tiles .layout .cards .card--major {
  height: 545px;
  padding-top: 90px;
}
.growth-tiles .layout .cards .card--innovator {
  height: 570px;
  padding-top: 115px;
}
.growth-tiles__description p {
  margin-top: 50px;
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  color: #3e3e3e;
}
@media only screen and (max-width : 991px) {
  .growth-tiles__description p {
    width: 90%;
  }
}
@media only screen and (max-width : 767px) {
  .growth-tiles__description p {
    font-size: 18px;
  }
}
.growth-tiles__description p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=growth-tiles.css.map */
