@media only screen and (min-width: 720px) {
  .node--article-content{margin-bottom:0!important;}
}
@media only screen and (min-width: 920px) {
  body.page__article:not(.body-overlay) .header{margin-bottom:6px!important;}
}
@media only screen and (min-width: 1170px) {
  body.page__article:not(.body-overlay) .header{margin-bottom:9px!important;}
}
@media only screen and (max-width: 919px) {
  body.page__article:not(.body-overlay) .header-ads{padding-top:14px!important;}
  .node--article-content{margin-bottom:0!important;}
}
.container-story3 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
}

@media (min-width: 720px) {
  .container-story3 {
    padding: 0 15px;
  }
}
@media (min-width: 1170px) {
  .container-story3 {
    padding-left: calc(15px - 50vw + 585px);
    padding-right: calc(15px - 50vw + 585px);
  }
}
@media (min-width: 920px) {
  .container-story3 {
    display: flex;
    flex-flow: row wrap;
  }
}

.article1-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}

@media (min-width: 1440px) {
  .article1-banner {
    height: 1000px;
  }
}
@media (max-width: 991.98px) {
  .article1-banner {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .article1-banner {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .article1-banner {
    height: 300px;
  }
}
.article1-banner .heading {
  text-align: center;
  font-family: minerva-modern, sans-serif;
  text-transform: uppercase;
  /* color: #FBE3BA; */
  color: #E3E7E2;
}

.article1-banner .heading .title-sub {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
}

@media (max-width: 767.98px) {
  .article1-banner .heading .title-sub {
    margin-bottom: 0;
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .article1-banner .heading .title-sub {
    font-size: 20px;
  }
}
.article1-banner .heading .title-main {
  font-size: 155px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 5px;
}

.article1-banner .heading .title-main .txt-main {
  position: relative;
}

.article1-banner .heading .title-main .txt-main img {
  position: absolute;
  display: inline-block;
  top: 0;
  width: 7%;
  right: -5%;
}

@media (max-width: 1199.98px) {
  .article1-banner .heading .title-main {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .article1-banner .heading .title-main {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .article1-banner .heading .title-main {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .article1-banner .heading .title-main {
    font-size: 42px;
  }
}
@keyframes dash-line {
  to {
    stroke-dashoffset: 0;
  }
}
.article1-layout-wrapper .article1-layout-1 {
  background-color: #FFE3B4;
  color: black;
  padding: 64px 0;
  height: auto;
}


.article1-layout-wrapper .article1-layout-1 .desc-top {
  display: flex;
  justify-content: center;
  height: 395px;
}

.article1-layout-wrapper .article1-layout-1 .desc-wrapper {
  font-family: minerva-modern, sans-serif;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 65%;
  gap: 20px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .article1-layout-wrapper .article1-layout-1 .desc-wrapper {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .article1-layout-wrapper .article1-layout-1 .desc-wrapper {
    width: 100%;
    gap: 0;
  }
}
.article1-layout-wrapper .article1-layout-1 .desc-wrapper .desc-content {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .article1-layout-wrapper .article1-layout-1 .desc-wrapper .desc-content {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .article1-layout-wrapper .article1-layout-1 .desc-wrapper .desc-content {
    font-size: 15px;
    font-weight: 600;
    padding: 0 15px;
  }
}
/* @media (max-width: 420px) {
    .article1-layout-wrapper .article1-layout-1 .desc-wrapper .desc-content {
      padding: 0 30px;
      font-size: 16px;
    }
  } */
.article1-layout-wrapper .article1-layout-1 .desc-wrapper .arr-left {
  left: 0;
  width: 1px;
}

.article1-layout-wrapper .article1-layout-1 .desc-wrapper .arr-right {
  right: 0;
  width: 1px;
}

.article1-layout-wrapper .article1-layout-1 .desc-wrapper .path {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  animation: dash-line 2s linear alternate infinite;
}

.article1-layout-wrapper .article1-layout-1 .desc-wrapper .path line {
  stroke-width: 1;
  stroke: black;
}


.story-template .article1-banner {
  position: relative;
}
@media (max-width: 1440px) {
  .story-template .article1-banner .article1-banner .heading .title-main {
    font-size: 100px;
  }
}
.story-template .article1-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-template .article1-banner .heading {
  z-index: 3;
}

.article1-more-btn {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.article1-more-btn .btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-family: minerva-modern, sans-serif;
  /* font-family  : Barlow, sans-serif; */
  letter-spacing: 2px;
  background-color: black;
  width: fit-content;
  color: white;
  transition: 0.4s all;
  font-size: 27px;
}



@media (max-width: 575.98px) {
  .article1-more-btn .btn-more {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.article1-more-btn .btn-more img {
  width: 70px;
  margin-left: 20px;
  transition: 0.3s all;
}
@media (max-width: 575.98px) {
  .article1-more-btn .btn-more img {
    width: 50px;
  }
}

.article1-more-btn .btn-more:hover {
  /* background-color: #ffe3b4; */
  background-color: #91AF91;
  transition: 0.4s all;
  color: black;
}

.stories-more .article1-more-btn .btn-more:hover { 
   background-color: #c2cfc2;
}

.article1-more-btn .btn-more:hover img {
  filter: brightness(0) invert(0);
  transition: 0.3s all;
}
.article1-more-btn .btn-more:hover span {
  color: black;
  transition: 0.3s ease-in-out;
}
.article1-more-btn .btn-more:hover img {
  transition: 0.3s ease-in-out;
  filter: brightness(0) invert(0);
}




/* jOIN */

.article2-page {
  width: 100wh;
}
.article2-page.story3 {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .article2-page.second {
    margin-top: 100px;
  }
}

.article2-page .nav {
  height: 120px;
  background-color: rgb(223, 231, 234);
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999999;
  top: 0;
}
.article2-page .nav ul {
  height: 70%;
  width: 60%;
  background-color: rgb(223, 231, 234);
  justify-content: center;
  align-items: center;
  display: flex;
}
.article2-page .nav ul li {
  width: 50%;
  list-style-type: none;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.article2-page .nav ul li .item {
  line-height: 40px;
}
.article2-page .nav ul li .item h2 {
  letter-spacing: 2px;
  font-size: 20px;
}
.article2-page .nav ul li .item__header h2 {
  text-align: center;
  font-weight: 100;
  margin: 0;
}
.article2-page .nav ul li .item__content {
  text-align: center;
  white-space: nowrap;
}
.article2-page .nav ul li .item__content h2 {
  margin-bottom: 0;
}
.article2-page .nav ul li .item__content h2 a{
  text-decoration: none;
  color: black;
}
.article2-page .nav ul li .item.two h2 a {
  color: rgb(100, 128, 148);
}
.article2-page .nav ul li::before {
  content: "";
  display: none;
}
.article2-page .nav .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  width: 1px;
  background-color: black;
}
.article2-page .collecting {
  position: relative;
  overflow: hidden;
}
.article2-page .collecting .banner {
  width: 100%;
  aspect-ratio: 16/10;
}
.article2-page .collecting .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article2-page .collecting .content {
  position: absolute;
  top: 21%;
  width: 70%;
  display: flex;
  z-index: 100;
  justify-content: center;
}
.article2-page .collecting .content__first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.article2-page .collecting .content__first .text {
  position: relative;
  background-color: yellow;
}
.article2-page .collecting .content__first .text--small {
  position: absolute;
  left: 59%;
  transform: translateX(-50%);
  top: -50px;
}
.article2-page .collecting .content__first .text--small .icon {
  width: 151px;
  position: absolute;
  left: -258px;
  top: -102px;
}
.article2-page .collecting .content__first .text--small .icon svg {
  width: 100%;
  height: 100%;
}
.article2-page .collecting .content__first .text--small .icon svg .st0 {
  stroke: white;
  stroke-width: 5;
}
.article2-page .collecting .content__first .text--small h2 {
  text-transform: uppercase;
  font-size: 80px;
  color: white;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.3rem;
}
.article2-page .collecting .content__first .text--big h1 {
  color: var(--color-yellow);
  text-transform: uppercase;
  font-size: 23rem;
  letter-spacing: 0.5rem;
  font-weight: 200;
  font-style: italic;
}
.article2-page .collecting .content__first .text--detail {
  margin-top: 366px;
  line-height: 124px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.article2-page .collecting .content__first .text--detail span {
  font-size: 30px;
  max-width: 45%;
  line-height: 1.4;
  display: inline-block;
  font-style: italic;
}
.article2-page .collecting .padding {
  height: 572px;
  background-color: var(--color-yellow);
  position: relative;
  z-index: 10;
}
.article2-page .collecting .padding .icon {
  width: 600px;
  top: -640px;
  right: -350px;
  position: absolute;
}
.article2-page .collecting .padding .icon svg .st0 {
  stroke: white;
  stroke-width: 2;
}
.article2-page .list-collecting .item-first--top {
  display: flex;
  position: relative;
}
.article2-page .list-collecting .item-first--top .number {
  position: absolute;
  font-size: 26rem;
  font-style: italic;
  font-weight: 200;
  left: -358px;
  bottom: 0;
  color: var(--color-dark);
  max-height: 452px;
}
.article2-page .list-collecting .item-first--top .img {
  width: 70%;
  aspect-ratio: 1/1;
  position: relative;
}
.article2-page .list-collecting .item-first--top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article2-page .list-collecting .item-first--top .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 200px;
}
.article2-page .list-collecting .item-first--top .info--header {
  font-size: 48px;
  line-height: 54px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 8px;
  max-width: 550px;
  margin-bottom: 32px;
  font-family: "Barlow", sans-serif;
}
.article2-page .list-collecting .item-first--top .info--detail {
  /* font-size: 30px; */
  max-width: 550px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.article2-page .list-collecting .item-first--top .info--detail .first-event {
  color: var(--color-light-green);
}
.article2-page .list-collecting .item-first--bottom {
  padding: 64px 0 96px 0;
}
.article2-page .list-collecting .item-first--bottom h2 {
  font-size: 43px;
  font-weight: 200;
  letter-spacing: 0.1rem;
  width: 99%;
}
.article2-page .list-collecting .item-second {
  /* background-color: var(--color-gray); */
  background-color: #E3E7E2;
  position: relative;
}
.article2-page .list-collecting .item-second .container {
  display: flex;
  height: auto;
  position: relative;
}
.article2-page .list-collecting .item-second .item-second--left {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.article2-page .list-collecting .item-second .item-second--left .info {
  width: 100%;
}
.article2-page .list-collecting .item-second .item-second--left .info .number {
  font-size: 172px;
  font-style: italic;
  color: var(--color-dark);
}
.article2-page .list-collecting .item-second .item-second--left .info--header h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 800;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: "Barlow", sans-serif;
}
.article2-page .list-collecting .item-second .item-second--left .info--detail {
   font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  max-width: 550px;
}
.article2-page .list-collecting .item-second .item-second--left .info--detail span {
  color: var(--color-light-green);
}
.article2-page .list-collecting .item-second .item-second--right {
  width: 50%;
  height: 100%;

}
.article2-page .list-collecting .item-second .item-second--right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;

}
.article2-page .list-collecting .item-second.full-img  .item-second--right {
  position: relative;
  height: auto;
}
@media (max-width: 767.98px) {
  .article2-page .list-collecting .item-second.full-img  .item-second--right {
     height: 410px;
  }
}
@media (max-width: 600px) {
  .article2-page .list-collecting .item-second.full-img  .item-second--right {
     height: auto;
  }
}

.article2-page .list-collecting .item-second.full-img .item-second--right .image {
   display: flex;
   justify-content: end;
   height: 100%;
}
.article2-page.story3 .list-collecting .item-second.full-img  .item-second--left {
  aspect-ratio: unset;

}
@media (min-width: 1280px) {
  .article2-page .list-collecting .item-second.full-img  .item-second--left {
    padding: 45px 0 60px 0;
  }
  .article2-page .list-collecting .item-second.full-img .item-second--right .image {
    position: absolute;
    width: calc(100% + calc(calc(100vw - 1280px))/2 + 5px);
    left: 0;
    top: 0;
  }
}
@media (min-width: 1480px) {
  .article2-page .list-collecting .item-second.full-img  .item-second--left {
    padding: 150px 0 60px 0;
  }

}
@media (max-width: 767.98px) {
  .article2-page.story3 .list-collecting .item-second.full-img  .item-second--left {
    padding: 20px 20px 20px 0;
  }
}

.article2-page .list-collecting .item-second .icon {
  position: absolute;
  top: -56px;
  left: -310px;
  width: 500px;
}
.article2-page.story3 .list-collecting .item-second .icon {
  position: absolute;
  top: 17px;
  left: -310px;
  width: 500px;
  z-index: 3;
}
@media (max-width: 1720px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: 43px;
    left: -289px;
    width: 450px;
  }
}
@media (max-width: 1660px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: 43px;
    left: -190px;
    width: 300px;
  }
}
@media (max-width: 1480px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: -50px;
    left: -290px;
    width: 500px;
  }
}

@media (max-width: 1400px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: -50px;
    left: -290px;
    width: 450px;
  }
}
@media (max-width: 1280px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: 40px;
    left: -190px;
    width: 306px;
  }
}
@media (max-width: 992px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: -33px;
    left: -204px;
    width: 306px;
  }
}
@media (max-width: 768px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: -20px;
    left: -180px;
    width: 255px;
  }
}
@media (max-width: 600px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: 75px;
    left: -163px;
    width: 255px;
  }
}
@media (max-width: 500px) {
  .article2-page.story3 .list-collecting .item-second .icon {
    top: -29px;
    left: -160px;
    width: 222px;
  }
}
.article2-page .list-collecting .item-second .icon svg line {
  stroke: var(--color-light-green) !important;
}
.article2-page .list-collecting .item-third {
  height: 1200px;
  position: relative;
}
.article2-page .list-collecting .item-third.story3 .bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.article2-page .list-collecting .item-third-bg {
  width: 100%;
  height: 100%;
  background: url("https://info.channelnewsasia.com/brandstudio/high-time/assets/images/placeholder_editorial00_breaker011111.jpg") no-repeat;
  background-size: cover;
}
.article2-page .list-collecting .item-third .item-third-box {
  top: 50%;
  height: 375px;
  left: 5%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.article2-page .list-collecting .item-third.story3 .item-third-box {
     height: 420px;
}
@media (max-width: 575.98px) {
  .article2-page .list-collecting .item-third.story3 .item-third-box {
     width: 90%;
  }
}

.article2-page .list-collecting .item-third.story3 .item-third-box img {
   height: 100%;
   object-fit: cover;
}
@media (max-width: 991.98px) {
  .article2-page .list-collecting .item-third.story3 .item-third-box .info--detail{
    font-size: 16px;
  }
  .article2-page .list-collecting .item-third.story3 .item-third-box {
    height: 320px;
  }


}
@media (max-width: 767.98px) {
  .article2-page .list-collecting .item-third.story3 .item-third-box .info--detail{
    font-size: 14px;
  }
  .article2-page .list-collecting .item-third.story3 .item-third-box {
    height: 320px;
  }

}
@media (max-width: 575.98px) {
   .article2-page .list-collecting .item-third.story3 .item-third-box img {
       width: 180px;
   }
}
@media (max-width: 500px) {
  .article2-page .list-collecting .item-third.story3 .item-third-box {
    height: 245px;
  }

}
@media (max-width: 577px) {
  .article2-page .list-collecting .item-third.story3 .item-third-box .info--detail{
    font-size: 12px;
  }
  .article2-page .list-collecting .item-third.story3 .item-third-box {
    height: 250px;
    top: 60%;
  }
}
@media (max-width: 392px) {
  .article2-page .list-collecting .item-third.story3 .item-third-box .info--detail{
    font-size: 11px;
  }
  .article2-page .list-collecting .item-third.story3 .item-third-box {
    height: 270px;
    top: 45%;
  }
}

.article2-page .list-collecting .item-third.story3 .item-third-box .info{
     overflow: hidden;
}
.article2-page .list-collecting .item-third .item-third-box .number {
  font-size: 172px;
  color: white;
  position: absolute;
  font-style: italic;
  top: -187px;
  right: 0;
  z-index: 10;
  max-height: 213px;
}
.article2-page .list-collecting .item-third .item-third-box .number .blur {
  position: absolute;
  top: 0;
  right: 10px;
  font-style: italic;
}
.article2-page .list-collecting .item-third .item-third-box img {
  width: 350px;
}
.article2-page .list-collecting .item-third .item-third-box .info {
  position: relative;
  overflow-y: scroll;
  z-index: 20;
  background-color: var(--color-yellow);
  width: 600px;
  padding: 64px;
}
.article2-page .list-collecting .item-third .item-third-box .info--header {
  font-size: 48px;
  letter-spacing: 8px;
  line-height: 54px;
  margin-bottom: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
.article2-page .list-collecting .item-third .item-third-box .info--detail {
  font-size: 22px;
}
.article2-page .list-collecting .item-third .item-third-box .info--detail span {
  color: var(--color-light-green);
}
.article2-page .list-collecting .item-third .item-third-box .info::-webkit-scrollbar {
  display: none;
}
.article2-page .container {
  max-width: 1280px;
  margin: 0 auto;
}
.article2-page .bg-action {
  background-color: var(--color-light-green);
}
.article2-page .hide {
  overflow: hidden;
}

.article2-page .action,
.article3-page .action {
  padding: 48px 0;
  background-color: var(--color-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article2-page .action__header h1,
.article3-page .action__header h1 {
  text-align: center;
  font-size: 32px;
  font-style: italic !important;
  font-weight: 100;
}
.article2-page .action__detail,
.article3-page .action__detail {
  font-size: 18px;
  text-align: center;
  max-width: 60%;
}
.article2-page .action__btn button,
.article3-page .action__btn .btn-link,
.article3-page .action__btn button {
  padding: 10px 30px;
  outline: none;
  border-radius: 10px;
  border: none;
  background-color: black !important;
  letter-spacing: 2px;
  color: white !important;
  font-size: 20px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  text-decoration: none;
}
.article2-page .action__btn button .icon,
.article3-page .action__btn .btn-link .icon,
.article3-page .action__btn button .icon {
  width: 50px;
  margin-left: 18px;
}
.article2-page .action__btn button:hover,
.article3-page .action__btn .btn-link:hover,
.article3-page .action__btn button:hover {
  background-color: #ccc !important;
  color: black !important;
}
.article2-page .action__btn button:hover .icon .st0,
.article3-page .action__btn .btn-link:hover .icon .st0,
.article3-page .action__btn button:hover .icon .st0 {
  stroke: #001c4b;
}
.article2-page .action__btn button:hover .icon svg path,
.article2-page .action__btn button:hover .icon svg polygon,
.article3-page .action__btn .btn-link:hover .icon svg path,
.article3-page .action__btn .btn-link:hover .icon svg polygon,
.article3-page .action__btn button:hover .icon svg path,
.article3-page .action__btn button:hover .icon svg polygon {
  fill: #001c4b !important;
}
.article2-page .advertisement,
.article3-page .advertisement {
  height: 635px;
  background-color: white;
  position: relative;
}
.article2-page .advertisement .content,
.article3-page .advertisement .content {
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 16px 0 32px 0;
  top: 50%;
}
.article2-page .advertisement .content__header,
.article3-page .advertisement .content__header {
  margin-bottom: 16px;
}
.article2-page .advertisement .content__header h3,
.article3-page .advertisement .content__header h3 {
  text-align: center;
  font-size: 1.5rem;
  color: gray;
  font-weight: 100;
  text-transform: capitalize;
}
.article2-page .advertisement .content__banner,
.article3-page .advertisement .content__banner {
  background-color: black;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article2-page .advertisement .content__banner h1,
.article3-page .advertisement .content__banner h1 {
  font-size: 32px;
  color: white;
}

.text-long {
  line-height: unset !important;
}

.article3-page {
  margin-top: 26px;
}
.article3-page .header-page h2 {
  text-align: center;
  color: #696969;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding: 32px 0;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif !important;
  margin-bottom: 0;
}
.article3-page .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.article3-page .content--title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.article3-page .content--title h1 {
  font-size: 40px;
  color: black;
  max-width: 70%;
  font-family: minerva-modern, sans-serif;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}
.article3-page .content .text--first span {
  font-size: 18px;
}
.article3-page .content--text {
  max-width: 55%;
  font-size: 20px ;
  letter-spacing: 0.5px;
  font-family  : minerva-modern, sans-serif;
  line-height  : 170%;
}
@media (max-width: 575.98px) {
  .article3-page .content--text {
    font-size: 16px;

  }
}
.article3-page .content--text .title-row-1 {
  margin-bottom: 20px;
}
.article3-page .content--text .title-row-1::first-letter {
  font-size: 70px;
  padding: 0px 8px 0 0;
  margin-top: 10px;
  line-height: 70%;
  font-family: minerva-modern, sans-serif;
  color: black;
  float: left;
}
.article3-page .content--text .title-row-1.advertorial-4::first-letter {
  font-size: 60px;
}

.article3-page .content--text .title-row-1.title::first-letter  {
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .article3-page .content--text .title-row-1.advertorial-4::first-letter,
  .article3-page .content--text  .title-row-1::first-letter {
    font-size: 55px;
  }
  .article3-page .content--text .title-row-1.title::first-letter  {
    margin-top: 10px;
  }
}
.article3-page .content--text span {
  font-family: minerva-modern, sans-serif;
  letter-spacing: 0.5px;
  color: black;
  line-height: 1.7;
}

span.caption{ text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 8px}
.article3-page .content--text .drop-cap {
  font-size: 72px;
  line-height: 112px;
  float: left;
  font-weight: 400;
  display: block;
  color: black;
  max-height: 68px;
  margin-top: -23px;
}
.article3-page .content .center {
  text-align: center;
}
.article3-page .content .img {
  width: 60%;
  padding: 64px 0;
}
.article3-page .content .img video,
.article3-page .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article3-page .advertisement {
  height: unset;
  background-color: white;
  position: relative;
  padding: 64px 0;
  display: flex;
  justify-content: center;
}
.article3-page .advertisement .content {
  transform: unset;
  position: unset;
}
.article3-page .advertisement .content__banner {
  height: 120px;
  width: 100%;
}
.article3-page .advertisement .content__banner h1 {
  font-size: 32px;
}/*# sourceMappingURL=style.css.map */

/* -------------------------------------------------------- */
.brand-swapper {
  /* position: -webkit-sticky;
  position: sticky; */
  /* z-index: 9999999;
  top: 0; */
  /* margin-top: 25px; */
  position: relative;
}

.brand-studio {
  padding: 10px 40px;
  /* border-top: 2px solid rgba(0, 0, 0, 0.8); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  background-color: white;
}

.brand-swapper.in-mobile .close {
  display: none;
}
@media (max-width: 767.98px) { 
 .brand-swapper.in-mobile .right .title {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .brand-studio {
    padding: 10px 20px;
  }
 
  .brand-swapper.in-mobile .close {
    display: block;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
  }
}
.brand-studio .right,
.brand-studio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-studio a {
  display: block;
}

.brand-studio .right .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
  font-family: minerva-modern, sans-serif;
}

@media (max-width: 767.98px) {
  .brand-studio .right {
    flex-direction: column;
  }
  .brand-studio .right .title {
    font-size: 10px;
    margin-right: 0;
  }
}
.brand-studio .left .logo-left img {
  max-width: 165px;
}

.brand-studio .right .logo-right img {
  max-width: 120px;
}

@media (max-width: 991.98px) {
  .brand-studio .left .logo-left img,
.brand-studio .right .logo-right img {
    max-width: 150px;
  }
}
@media (max-width: 575.98px) {
  .brand-studio .left .logo-left img,
.brand-studio .right .logo-right img {
    max-width: 100px;
  }
}
.brand-swapper .nav {
  /* background-color: rgb(223, 231, 234); */
  background-color: #e3e7e2;
  /* position: -webkit-sticky;
  position: sticky;
  z-index: 9999999;
  top: 0; */
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .brand-swapper .nav {
    padding: 15px 0;
  }
}

.brand-swapper .nav ul {
  /* background-color: rgb(223, 231, 234); */
   background-color: #e3e7e2;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0;
  margin: 0;
}

.brand-swapper .nav ul li {
  list-style-type: none;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  padding: 0 100px;
  text-align: center;
}
.brand-swapper .nav ul li::before {
  display: none;
}
@media (max-width: 575.98px) {
  .brand-swapper .nav ul li {
    display: inline-grid;
  }
}

.brand-swapper .nav ul li:first-child {
  border-right: 1px solid black;
}

.brand-swapper .nav ul li a {
  text-decoration: none;
  font-size: 20px;
  font-family: minerva-modern, sans-serif;
  font-weight: 600;
  color: black;
}

.brand-swapper .nav ul li.active a {
  /* color: rgb(100, 128, 148); */
  color: #788773;
}

@media (max-width: 767.98px) {
  .brand-swapper .nav ul li {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .brand-swapper .nav ul li {
    padding: 0 30px;
    width: 50%;
  }
  .brand-swapper .nav ul li a {
    font-size: 12px;
  }
}
.section-discover-bottom {
  /* background-color: rgb(223, 231, 234); */
  background-color: #e3e7e2;
  text-align: center;
  padding: 64px 0;
  margin-top: 64px;
}
.section-discover-bottom .title-main {
  text-align: center;
  font-size: 32px;
  font-style: italic !important;
  font-weight: 100;
  font-family: minerva-modern, sans-serif;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
@media (max-width: 575.98px) {
  .section-discover-bottom .title-main {
    font-size: 25px;
  }
}
.section-discover-bottom .title-sub {
  font-size: 20px;
  font-family: minerva-modern, sans-serif;
}
@media (max-width: 575.98px) {
  .section-discover-bottom .title-sub {
    font-size: 16px;
  }
}
.section-discover-bottom .article1-more-btn {
  margin-top: 32px;
  padding: 0;
}
.advertisement__title,
.addvert-content .title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
}
.advertisement__title {
	text-align: center;
    font-size: 15px;
    color: #666666;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1921px) {
  .hero-banner-1 .banner-item{height:850px;}
  .article1-banner{height:1200px;}
}
@media only screen and (min-width: 2350px) {
  .hero-banner-1 .banner-item{height:1000px;}
  .article1-banner{height:1200px;}
}
.box-text-center {
  width: 25%;
}
@media (max-width: 1660px) { 
  .box-text-center {
    width: 32%;
  }
}
@media (max-width: 1440px) { 
  .box-text-center {
    width: 40%;
  }
}
@media (max-width: 1204px) { 
  .box-text-center {
    width: 60%;
  }
}
@media (max-width: 991.98px) { 
  .box-text-center {
    width: 70%;
  }
}
@media (max-width: 575.98px) { 
  .box-text-center {
    width: 100%;
  }
}
.logo-feature-2 {
   max-width: 170px !important;
}
@media (max-width: 575.98px) { 
  .logo-feature-2 {
    max-width: 100px !important;
 }
}

.heading-2.pt_text_hight {
    font-family: minerva-modern, sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color:  #91af91 !important;
    line-height: 1.5;

}
@media (max-width: 991.98px) { 
    .heading-2.pt_text_hight {
        font-size: 35px;
    }
}
@media (max-width: 575.98px) { 
    .heading-2.pt_text_hight {
        font-size: 22px;
        text-align: center;
    }
}

/*  */
.story-template {
  overflow: hidden;
}
.story-template .article1-layout-1 {
  height: auto;
  padding: 64px 0;
  /* background-color: #FFE3B4; */
  background-color:  #e3e7e2;
}
.story-template .article1-layout-1 .desc-wrapper {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 991.98px) {
  .story-template .article1-layout-1 .desc-wrapper {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .story-template .article1-layout-1 .desc-wrapper {
    width: 100%;
    gap: 0;
  }
}
.story-template .article1-layout-1 .desc-wrapper .path line {
  stroke: black;
}
.story-template .article1-layout-1 .desc-wrapper .desc-content {
  color: black;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .story-template .article1-layout-1 .desc-wrapper .desc-content {
    font-weight: 600;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .story-template .article1-layout-wrapper.story2 .article1-layout-1 .container {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .story-template .article1-layout-wrapper.story2 .article1-layout-1 .desc-wrapper .path {
    width: 60px;
    flex-shrink: 0;
  }
}
.story-template .story-first {
  padding: 64px 0 20px 0;
}
.story-template .story-first.bg-black {
  padding: 64px 0 2px 0;
}
.story-template .story-first.feature-1 {
  padding: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .story-template .story-first.feature-1 {
    padding: 50px 0 30px 0;
  }
}
.story-template .title-wrapper {
  width: 57%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .story-template .title-wrapper {
    width: 80%;
  }
}
.story-template .title-wrapper .title-row-1 {
  font-family: minerva-modern, sans-serif;
  line-height: 170%;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
  .story-template .title-wrapper .title-row-1 {
    font-size: 16px;
  }
}
/* .story-template .title-wrapper .title-row-1::first-letter {
  font-size: 70px;
  padding: 0px 8px 0 0;
  margin-top: 10px;
  line-height: 70%;
  font-family: minerva-modern, sans-serif;
  color: black;
  float: left;
} */
.story-template .title-wrapper .title-row-1 .first-two-letters {
    font-size: 70px;
    padding: 0px 8px 0 0;
    margin-top: 10px;
    line-height: 70%;
    font-family: minerva-modern, sans-serif;
    color: black;
    float: left;
}
@media (max-width: 575.98px) {
  /* .story-template .title-wrapper .title-row-1::first-letter {
    font-size: 55px;
  } */
   .story-template .title-wrapper .title-row-1 .first-two-letters {
     font-size: 55px;
   }
}
.story-template .title-wrapper .title-row-1.cl-white::first-letter {
  color: white;
}
.story-template .title-wrapper .title-row-2 {
  font-family: minerva-modern, sans-serif;
  color: black;
  line-height: 170%;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
  .story-template .title-wrapper .title-row-2 {
    font-size: 16px;
  }
}


