/* Paroller Inner */
.paroller.inner {
  height: 320px;
  overflow: hidden;
  background-size: initial
}

@media screen and (max-width: 1365px) {
  .paroller.inner {
      height:240px;
      background-size: 1440px
  }
}

@media screen and (max-width: 599px) {
  .paroller.inner {
      background-size:600px;
      height: 150px
  }
}
/* end of Paroller Inner */

/* Inc feature Section */
.inc-feature h2 {
  margin-bottom: 32px;
}

.inc-feature h2.story-title {
  text-align: left;
}

.inc-feature p:has(+ h2.story-title) {
  margin-bottom: 40px;
}

.inc-feature .story-quote {
  font-size: 24px;
  font-family: 'Mulish-Bold';
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .inc-feature .story-quote {
    font-size: 18px;
  }
}

.inc-feature .btn-container {
  margin-top: 32px;
  text-align: center;
}

.inc-feature .btn-container a img {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.inc-feature .files-download-container {
  margin-top: 42px;
  text-align: center;
}

.inc-feature .files-download-container li {
  margin-bottom: 10px;
}

.inc-feature .files-download-container li:last-child,
.inc-feature .files-download-container li:only-child {
  margin-bottom: 0;
}

.inc-feature .files-download-container li:before {
  content: '\f1c1';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: var(--color-bright-blue);
  font-size: inherit;
}

.inc-feature:has(#introduction-sec) {
  color: var(--color-black);
}

.inc-feature:has(#areas-of-focus) .btn.secondary {
  color: var(--color-black);
  border: 2px solid var(--color-black);
  background: 0 0;
}

.inc-feature:has(#area-of-focus) {
  padding-bottom: 40px;
}

/* end of Inc feature Section */


/* Banner Section */
.banner .banner-left h1 {
  margin-bottom: 18px;
  margin-top: 0;
}

.banner .banner-left .banner-btns {
  margin-top: 27px;
  padding-bottom: 0;
}

.banner .banner-left .banner-btns .btn {
  margin-bottom: 0;
}

.banner .banner-left .banner-btns a.btn:only-child {
  margin-left: 0;
}

/* end of Banner Section */

/* Banner Native Section */
.banner-native .bnr-article {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1365px) {
  .banner-native .bnr-article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .banner-native .bnr-article {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 599px) {
  .banner-native .bnr-article {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* end of Banner Native Section */

.generic.gradient:has(+ .btn-container-aof) .life-plan-section {
  padding-top: 0;
  padding-bottom: 0;
}

.generic.gradient:has(h2#how-we-help) .life-plan-section {
  color: var(--color-black);
  background: linear-gradient(var(--color-black-4), var(--color-white) 129px);
}

.generic.gradient:has(h2#how-we-help) .life-plan-section .rte-link {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
.generic.gradient:has(h2#how-we-help) .life-plan-section .card .card-desc {
  margin-bottom: 0;
}
}

.generic.gradient:has(h2#how-we-help) .life-plan-section .card figure img {
  display: none;
}

.generic.gradient:has(h2#how-we-help) .life-plan-section .card figure figcaption {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  width: 100%;
  min-height: 210px;
  background: linear-gradient(90deg, #5C258D 0%, #4057C0 100%);
}

@media screen and (max-width: 599px) {
  .generic.gradient:has(h2#how-we-help) .life-plan-section .card figure figcaption {
    min-height: auto;
  }
}

.btn-container-aof {
  margin-top: 40px;
  text-align: center;
}

.btn-container-aof .btn.secondary {
  color: var(--color-white);
  border: 2px solid var(--color-white);
  background: 0 0;
}

.img-txt-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .img-txt-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .img-txt-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1366px) {
  .img-txt-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.img-txt-banner .wrapper {
  background: transparent linear-gradient(103deg, #E6E6E6 0%, #F2F2F2 12%, #F8F8F8 72%, #E6E6E6 100%);
  display: flex;
  flex-direction: row;
  padding: 20px;
}

@media screen and (max-width: 599px) {
  .img-txt-banner .wrapper {
    flex-direction: column;
  }
}

.img-txt-banner .wrapper .img-container {
  max-width: 30%;
  align-self: center;
}

@media screen and (max-width: 599px) {
  .img-txt-banner .wrapper .img-container {
    max-width: 100%;
  }
}

.img-txt-banner .wrapper .img-container img {
  width: 100%;
  height: auto;
}

.img-txt-banner .wrapper .content {
  max-width: 70%;
  margin: 0 40px;
  align-self: center;
}

@media screen and (max-width: 599px) {
  .img-txt-banner .wrapper .content {
    max-width: 100%;
    margin: 20px 0 0;
  }
}

.img-txt-banner .wrapper .content h2 {
  padding-bottom: 1rem;
}

.img-txt-banner .wrapper .content img {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.img-txt-banner .wrapper a.btn.primary::before {
  content: none;
}

header+section {
  padding-top: 53px;
}

@media screen and (max-width: 599px) {
  header+section {
    padding-top: 77px;
  }
}

.statistic-widget {
  padding-top: 32px;
  padding-bottom: 0;
}

@media screen and (min-width: 600px) {
  .statistic-widget {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .statistic-widget {
    padding-top: 48px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1366px) {
  .statistic-widget {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.statistic-widget~.statistic-widget {
  background: none;
  padding-top: 0;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .statistic-widget~.statistic-widget {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .statistic-widget~.statistic-widget {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1366px) {
  .statistic-widget~.statistic-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.statistic-widget~.statistic-widget .title {
  display: none;
}

.statistic-widget .container-fluid .title {
  padding-top: 0;
}

.statistic-widget .container-fluid .three-col-stats {
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .statistic-widget .container-fluid .three-col-stats .stats-col {
    flex-direction: column !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 599px) {
  .statistic-widget .container-fluid .three-col-stats .stats-col .percents {
    margin-right: 0 !important;
  }
}

.statistic-widget .container-fluid .three-col-stats .stats-col h3 {
  font-size: 24px;
}

.statistic-widget .container-fluid .three-col-stats .stats-col .desc {
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .statistic-widget .container-fluid .three-col-stats .stats-col .desc {
    width: 100% !important;
    font-size: 16px;
  }
}

.statistic-widget .container-fluid .three-col-stats .stats-col:nth-last-child(-n+2):first-child,
.statistic-widget .container-fluid .three-col-stats .stats-col:nth-last-child(-n+2):first-child~.stats-col {
  flex: unset;
  width: calc(100% / 3);
}

@media screen and (max-width: 599px) {

  .statistic-widget .container-fluid .three-col-stats .stats-col:nth-last-child(-n+2):first-child,
  .statistic-widget .container-fluid .three-col-stats .stats-col:nth-last-child(-n+2):first-child~.stats-col {
    width: 100%;
  }
}

.inc-feature:has(+ .img-txt-banner) {
  padding-bottom: 0;
}

.inc-feature:has(#make-a-diff) {
  padding-bottom: 0;
}

.inc-feature:has(#make-a-diff) .content-list {
  text-align: center;
}

.inc-feature:has(#make-a-diff) + .financial-tools {
  background: none;
}


.inc-feature:has(#make-a-diff)+.subscribe {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--color-white);
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .inc-feature:has(#make-a-diff)+.subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .inc-feature:has(#make-a-diff)+.subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1366px) {
  .inc-feature:has(#make-a-diff)+.subscribe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.inc-feature:has(#make-a-diff)+.subscribe:after {
  content: none;
}

.subscribe .subsc-box {
  flex-wrap: nowrap;
}

.subscribe .subsc-box h2 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .subscribe .subsc-box h2 {
    width: 100%;
  }
}

.subscribe .subsc-box:before {
  top: -55px;
  right: -100px;
  width: 170px;
  height: 180px;
  /* background: url(/NTUCIncome/media/NTUCIncome/Microsites/Orange-Aid/esg_right-report.svg) no-repeat center/100%; */
  background: url(/media/Income/OrangeAid/Icon/esg_right-report.svg) no-repeat center/100%;
}

.subscribe .subsc-box:after {
  width: 140px;
  height: 150px;
  /* background: url(/NTUCIncome/media/NTUCIncome/Microsites/Orange-Aid/esg_left-report.svg) no-repeat center/100%; */
  background: url(/media/Income/OrangeAid/Icon/esg_left-report.svg) no-repeat center/100%;
}

.subscribe .subsc-box .background {
  background: linear-gradient(90deg, var(--color-gradient-dark-orange-1), var(--color-gradient-dark-orange-2), var(--color-gradient-dark-orange-3)) !important;
}

.subscribe .subsc-box h2 {
  color: var(--color-white);
}

@media screen and (max-width: 1365px) {
  .subscribe .subsc-box h2 {
    text-align: center;
  }
}

.subscribe .subsc-box h2 p {
  font-family: Mulish-Bold, "Noto Sans SC", sans-serif;
  font-size: 24px;
  color: var(--color-white);
  margin-bottom: 1rem;
  line-height: 26px;
}

@media screen and (max-width: 1365px) {
  .subscribe .subsc-box h2 p {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .subscribe .subsc-box h2 p {
    font-size: 18px;
    text-align: left;
  }
}

.subscribe .subsc-box h2 p:nth-child(2) {
  font-family: Mulish-Light, "Noto Sans SC", sans-serif;
  color: var(--color-white);
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .subscribe .subsc-box h2 p:nth-child(2) {
    font-size: 16px;
  }
}

.subscribe .subsc-box .secondary-outline {
  border-color: var(--color-white);
  color: var(--color-white) !important;
}

.financial-tools .feature-list:not(.list-square) .list .icn-feat {
  width: 60px;
  height: 60px;
  margin-top: 0;
}

.financial-tools .feature-list:not(.list-square) .list>div,
.financial-tools .feature-list:not(.list-square) .list>p {
  width: calc(100% - 80px);
}

/* Life Plan Section */
.life-plan-section {
  background: transparent;
  padding-top: 32px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .life-plan-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .life-plan-section {
    padding-top: 48px;
  }
}

@media screen and (min-width: 1366px) {
  .life-plan-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.life-plan-section:has(h2#stories-of-change) {
  background: linear-gradient(66deg, #5C258D 0%, #4057C0 100%);
  color: var(--color-white);
}

.life-plan-section:has(h2#stories-of-change) .card {
  border: 0;
}

.life-plan-section:has(h2#oa-initiatives) {
  padding-top: 0;
}

@media screen and (min-width: 600px) {
  .life-plan-section:has(h2#oa-initiatives) {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .life-plan-section:has(h2#oa-initiatives) {
    padding-top: 0;
  }
}

@media screen and (min-width: 1366px) {
  .life-plan-section:has(h2#oa-initiatives) {
    padding-top: 0;
  }
}

.life-plan-section:has(h2#areas-of-focus) {
  background: linear-gradient(90deg, #EC5949 0%, #FF7600 55%, #FFAA00 100%);
  color: var(--color-white);
}

.life-plan-section:has(h2#areas-of-focus) .card {
  border: 0;
}

.life-plan-section h2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 599px) {
  .life-plan-section h2 {
    margin-bottom: 24px;
  }
}

.life-plan-section .row {
  row-gap: 30px;
  justify-content: center;
}

.life-plan-section:has(h2#oa-initiatives) .row {
  row-gap: 30px;
  justify-content: space-between;
}

.life-plan-section .card .card-desc {
  color: var(--color-black);
}

@media screen and (max-width: 599px) {
  .life-plan-section .card .card-desc {
    padding: 20px;
  }

  .life-plan-section .card figure figcaption {
    width: calc(100% - 40px);
    left: 20px;
  }

  .life-plan-section .card .link {
    font-size: 16px;
    font-family: 'Mulish-Light';
  }
}

/* end of Life Plan Section */

.banner-native h1 {
  margin-bottom: 34px;
}

.banner-native .title-label {
  font-size: 13px;
  font-family: 'Mulish-Bold';
}

.banner-native .title-label:not(:last-child) {
  margin-bottom: 42px;
}

@media screen and (max-width: 599px) {
  .banner-native .title-label:not(:last-child) {
    margin-bottom: 24px;
  }
}

.financial-tools:has(+ .our-beneficiaries-info) {
  padding-bottom: 0;
}

@media screen and (max-width: 599px) {
  .financial-tools h2 {
    margin-bottom: 24px;
  }

  .financial-tools .feature-list .list,
  .financial-tools h2+.row {
    margin-top: 24px;
  }
}

.our-beneficiaries-info {
  margin-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .our-beneficiaries-info {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1366px) {
  .our-beneficiaries-info {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1366px) {
  .generic.gradient .life-plan-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.partnership-desc {
  margin-bottom: 36px;
  text-align: center;
}

.partner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.partner-wrapper img {
  width: auto;
}

/* School Logo Container */
.school-logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.school-logo-container img {
  width: calc(16.6% - 10px);
}

@media screen and (max-width: 767px) {
  .partner-wrapper img {
    width: calc(50% - 15px);
  }
  .school-logo-container img {
    width: calc(50% - 10px);
  }
}
/* end of School Logo Container */


/* Learn More Section */
.learn-more-section {
  background: linear-gradient(90deg, var(--color-gradient-dark-orange-1), var(--color-gradient-dark-orange-2), var(--color-gradient-dark-orange-3));
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 600px) {
  .learn-more-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .learn-more-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 1366px) {
  .learn-more-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.learn-more-section h2,
.learn-more-section p {
  color: var(--color-white);
  text-align: center;
}

@media screen and (max-width: 599px) {

  .learn-more-section h2,
  .learn-more-section p {
    margin-bottom: 0;
  }
}

.learn-more-section h2 {
  padding-bottom: 20px;
}

.learn-more-section .wrapper {
  display: flex;
  flex-direction: row;
  padding: 30px 0 0;
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper {
    flex-direction: column;
    padding-top: 35px;
  }
}

.learn-more-section .wrapper .box {
  width: 50%;
  margin-top: 10px;
  border: none;
  display: block;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper .box {
    width: 100%;
  }
}

.learn-more-section .wrapper .box .box-container {
  height: 100%;
  padding: 20px 40px 20px 40px;
  background: var(--color-white);
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper .box .box-container {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
}

.learn-more-section .wrapper .box:hover .box-container {
  transform: translate3d(0, -7px, 0);
}

.learn-more-section .wrapper .box:hover:first-child {
  border: none;
  border-radius: 20px;
}

.learn-more-section .wrapper .box:hover:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-gradient-esg-BSC-1), var(--color-gradient-esg-BSC-2));
  border-radius: 20px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 10px rgba(var(--color-dark-1-rgba), 0.2);
}

.learn-more-section .wrapper .box:hover:last-child {
  border: none;
  border-radius: 20px;
}

.learn-more-section .wrapper .box:hover:last-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-gradient-esg-AE-1), var(--color-gradient-esg-AE-2));
  border-radius: 20px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 10px rgba(var(--color-dark-1-rgba), 0.2);
}

.learn-more-section .wrapper .box:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper .box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.learn-more-section .wrapper .box:first-child .box-container {
  border: 2px solid var(--color-gradient-esg-BSC-1);
}

.learn-more-section .wrapper .box:first-child .box-container .img-container {
  background: linear-gradient(90deg, var(--color-gradient-esg-BSC-1), var(--color-gradient-esg-BSC-2));
}

.learn-more-section .wrapper .box:last-child .box-container {
  border: 2px solid var(--color-gradient-esg-AE-1);
}

.learn-more-section .wrapper .box:last-child .box-container .img-container {
  background: linear-gradient(90deg, var(--color-gradient-esg-AE-1), var(--color-gradient-esg-AE-2));
}

.learn-more-section .wrapper .box h5,
.learn-more-section .wrapper .box p {
  color: var(--color-black);
  margin-bottom: 1rem;
}

.learn-more-section .wrapper .box .content {
  z-index: 1;
  margin-bottom: 1rem;
}

.learn-more-section .wrapper .box .content a {
  color: var(--color-bright-blue);
}

.learn-more-section .wrapper .box .content img {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.learn-more-section .wrapper .box .img-container {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  margin: 1rem auto 1rem auto;
  border-radius: 50%;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper .box .img-container {
    width: 91px;
    height: 91px;
  }
}

.learn-more-section .wrapper .box .img-container img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .learn-more-section .wrapper .box .img-container img {
    max-width: 61px;
    max-height: 61px;
  }
}

/* Quote Text Section */
.quote-text {
  margin: 40px auto;
}

.quote-text p {
  font-family: 'Mulish-Light';
  font-style: italic;
  font-size: 32px;
  text-align: center;
}

.quote-text i.fas.fa-quote-left {
  background: -webkit-linear-gradient(180deg, #EC5949 0%, #FF7600 55%, #FFAA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.quote-text i.fas.fa-quote-right {
  background: -webkit-linear-gradient(180deg, #EC5949 0%, #FF7600 55%, #FFAA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.quote-text .quote-label {
  font-family: 'Mulish-Bold';
  font-style: normal;
  font-size: 13px;
  text-align: center;
  margin-top: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .quote-text p {
    font-size: 20px;
  }
}

/* Tiles Container */
.tiles-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 30px;
}

.tiles-container .tile {
  display: block;
  padding: 0;
  border: 1px solid var(--color-grey-blue-65);
  outline: 0;
  transition: all 0.3s ease-in-out;
  background: 0 0;
  height: 100%;
  word-break: break-all;
  border-radius: 20px;
  width: calc((100% / 4) - 15px);
}

.tiles-container .tile a {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tiles-container .tile.isExtLink:after {
  display: none
}

.tiles-container .tile figure {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiles-container .tile p {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
  font-size: 18px;
  font-family: 'Mulish-Light';
}

.tiles-container .tile>div {
  padding: 30px;
  background: linear-gradient(90deg, var(--color-white), var(--color-black-4), var(--color-white));
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-radius: 20px
}

.tiles-container .tile:hover {
  background: linear-gradient(to left, var(--color-gradient-dark-orange-1), var(--color-gradient-dark-orange-2), var(--color-gradient-dark-orange-3));
  box-shadow: 0 6px 30px rgba(32, 40, 52, .2);
  border: transparent
}

.tiles-container .tile:hover>div {
  background: var(--color-white);
  transform: translate3d(0, -7px, 0);
  border-radius: 20px 20px 10px 10px
}

.tiles-container .tile img {
  width: 64px;
  height: 64px
}

@media screen and (max-width: 1023px) {
  .tiles-container .tile {
    transition: all 0.6s ease-in-out
  }
}

@media screen and (max-width: 768px) {
  .tiles-container .tile {
    width: calc((100% / 3) - 15px);
    height: inherit;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .tiles-container .tile>div {
    padding: 12px;
  }
  .tiles-container .tile {
    width: calc((100% / 2) - 15px);
  }
}

/* Stories More About Section */
.stories-more-about {
  background: linear-gradient(74deg, #EC5949 0%, #FF7600 55%, #FFAA00 100%);
  padding-top: 50px;
  padding-bottom: 35px;
}

.stories-more-about .wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}

.stories-more-about .writer-title h2 {
  margin-bottom: 30px;
}

.stories-more-about .contents {
  color: var(--color-white);
}

.stories-more-about .bio-content p:last-child {
  margin-bottom: 0;
}

.stories-more-about .bio-content {
  margin-bottom: 25px;
}

.stories-more-about .bio-content p {
  font-family: 'Mulish-Light';
  font-size: 18px;
  line-height: 26px;
}

.stories-more-about .writer-donate {
  border-top: 1px solid var(--color-white);
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
}

.stories-more-about .writer-donate p {
  margin-bottom: 0;
  font-family: 'Mulish-Bold';
}

.stories-more-about .writer-donate a.btn.primary-text {
  line-height: 50px;
}

.btn.primary {
  border-bottom: none !important;
}

.draggable-timeline {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .draggable-timeline {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .draggable-timeline {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .draggable-timeline {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.draggable-timeline .header-wrapper h2 {
  text-align: center;
  margin-bottom: 32px;
}
.draggable-timeline .content-wrapper {
  position: relative;
}
.draggable-timeline .content-wrapper .gradient-timeline-bar {
  border-top: 25px solid;
  border-image-slice: 1;
  border-width: 25px;
  left: 20px;
  border-image-source: linear-gradient(90deg, #EC5949 0%, #FF7600 55%, #FFAA00 100%);
  position: absolute;
  width: 100%;
  transform: translate(0, -50%);
  top: 50%;
}
.draggable-timeline .content-wrapper .gradient-timeline-bar .gradient-arrow-left {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  /* 40px height (20+20) */
  border-right: 20px solid #EC5949;
  position: relative;
  top: -25px;
  left: -20px;
}
.draggable-timeline .content-wrapper .desktop-img,
.draggable-timeline .content-wrapper .timeline-wrapper {
  display: block;
}
@media screen and (max-width: 768px) {
  .draggable-timeline .content-wrapper .desktop-img,
  .draggable-timeline .content-wrapper .timeline-wrapper {
    display: none;
  }
}
.draggable-timeline .content-wrapper .mobile-img,
.draggable-timeline .content-wrapper .timeline-wrapper-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .draggable-timeline .content-wrapper .mobile-img,
  .draggable-timeline .content-wrapper .timeline-wrapper-mobile {
    display: block;
  }
}
.draggable-timeline .content-wrapper .timeline-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  transition: all 0.2s;
  user-select: none;
  cursor: grab;
}
.draggable-timeline .content-wrapper .timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj {
  flex: 0 0 300px;
  position: relative;
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj .top-content {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj .top-content img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj .bottom-content {
  text-align: center;
  position: relative;
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj .bottom-content img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.draggable-timeline .content-wrapper .timeline-wrapper .timeline-obj .timeline-obj-content .year {
  color: #EF5D3F;
}
.draggable-timeline .content-wrapper .timeline-wrapper-mobile img {
  width: 100%;
}
.draggable-timeline .content-wrapper .timeline-notes {
  margin-top: 50px;
  color: var(--color-dark-1);
}
@media screen and (max-width: 768px) {
  .draggable-timeline .content-wrapper .timeline-notes {
    margin-top: 30px;
  }
}
