@import url("https://ch-api.healthhub.sg/api/public/content/83fab8568b1545e59795f1de8076b94f");
.itemCarousel .carousel-inner .item.next {
  border-radius: 0px !important;
  border: none !important;
  color: inherit;
  height: inherit;
  line-height: inherit;
}

.mindsg-main .intro-carousel {
  padding: 20px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper {
  background-color: white;
  padding: 45px 60px 30px;
  border-radius: 20px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .title {
  margin-bottom: 25px;
  margin-top: 0;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
  width: 78%;
  margin: 0 auto 50px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control {
  opacity: 1;
  background-image: unset !important;
  display: none;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control {
    display: block;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control .icon-next:before, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-control .icon-prev:before {
  content: "";
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .f-size {
  font-size: 18px;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators-wrapper {
  width: 28%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: auto;
  bottom: 0;
  margin: auto;
  width: 28%;
}
@media (min-width: 768px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    padding-right: 15px;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
  background-color: transparent !important;
  display: block !important;
  text-indent: inherit;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  text-align: left;
  border: none;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li a, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li span {
  color: #9b9898;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li a {
    display: block;
    height: 100%;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active a, .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active span {
  color: #000000;
  text-decoration: none;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
  border-left: 1px solid #000;
  padding-left: 5%;
  display: table-cell;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .mh_carousel-inner {
    border-left: 0px solid transparent;
    margin-left: 0px;
    padding-left: 0;
    width: 100%;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .title-area {
  width: 100%;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .copy {
  width: 100%;
  margin-bottom: 0;
}
.mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .img-area img {
  width: 150px;
}

@media screen and (max-width: 1280px) {
  .mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mindsg-main .intro-carousel {
    padding: 30px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper {
    padding: 15px;
    border-radius: 10px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .f-size {
    font-size: 16px;
    line-height: 26px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-next, .mindsg-main .intro-carousel .intro-carousel-wrapper .itemCarousel .carousel-control .icon-prev {
    top: 60px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .title {
    margin-bottom: 15px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .copy {
    width: 100%;
    margin-bottom: 30px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li {
    font-size: 0.8em;
    line-height: 1.14286;
    width: 14px;
    height: 14px;
    background-color: #9B9898 !important;
    display: inline-block !important;
    margin: 3px 3px 0 3px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.active {
    background-color: #000000 !important;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-indicators li.parent-indicator {
    display: none !important;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 35px;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .text-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
  .mindsg-main .intro-carousel .intro-carousel-wrapper .carousel-inner .item-wrapper .img-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
}
.mindsg .mindsg-container .panel-group .panel-darker {
  background-color: #f7b3d5;
}

.sync-text-read-more .panel-arrow,
.cta-read-more .panel-arrow {
  background-color: #f7b3d5;
}

.load-more .panel-arrow,
.load-less .panel-arrow {
  background-color: #ffd6ea;
}

@media (max-width: 767px) {
  .mindsg .mindsg-container .what-are-transitions .common-transitions-slick .slick-arrow {
    top: 80px;
  }
}

.mindsg .mindsg-container .panel-coping-with-stress-from-transitions .take-breaks {
  position: relative;
  overflow: hidden;
}
.mindsg .mindsg-container .panel-coping-with-stress-from-transitions .take-breaks .kv {
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .panel-coping-with-stress-from-transitions .take-breaks .kv {
    padding: 0;
    margin-bottom: -47px;
    position: relative;
    left: 53px;
  }
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .panel-coping-with-stress-from-transitions .look-out-for-signs .speech-bubble {
    padding: 0.75em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mindsg .mindsg-container .panel-coping-with-isolation-from-transitions .intro-carousel {
    background-color: #97e3d6;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.mindsg .mindsg-container .panel-coping-with-isolation-from-transitions .intro-carousel .intro-carousel-wrapper {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .panel-coping-with-isolation-from-transitions .intro-carousel .intro-carousel-wrapper .stay-active-carousel .carousel-indicators {
    position: absolute;
    top: calc(100% + 30px);
  }
  .mindsg .mindsg-container .panel-coping-with-isolation-from-transitions .intro-carousel .intro-carousel-wrapper .stay-active-carousel .carousel-inner {
    margin-bottom: 0;
  }
  .mindsg .mindsg-container .panel-coping-with-isolation-from-transitions .intro-carousel .intro-carousel-wrapper .stay-active-carousel .carousel-control {
    display: none !important;
  }
}