/*========== HIGHLIGHT - START ==========*/
.row {
  --bs-gutter-x: 3rem;
}

.hero-home {
  position: relative;
  overflow: hidden;
  padding-bottom: 170px;
}

@media (max-width: 1199.98px) {
  .hero-home {
    padding-top: 200px;
  }
}

@media (max-width: 991.98px) {
  .hero-home {
    padding-bottom: 0;
    padding-top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    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;
  }
}

@media (max-width: 767.98px) {
  .hero-home {
    padding-top: 0;
  }
}

.hero-home .hero-bg {
  position: relative;
  min-height: 562px;
}

.hero-home .hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero-home .hero-tx-wrap {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-home .hero-tx-wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-home .hero-tx {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-home .hero-tx h1 {
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  margin-bottom: 2rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .hero-home .hero-tx h1 {
    font-size: 18px;
    letter-spacing: 6px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-home .hero-tx h1 {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .hero-home .hero-tx h1 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}

.hero-home .hero-tx p {
  font-weight: lighter;
  letter-spacing: 1px;
  color: #fff;
}

@media (max-width: 575.98px) {
  .hero-home .bg-video.desktop {
    display: none;
  }
}

@media (min-width: 576px) {
  .hero-home .bg-video.mobile {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-home.hero-home-video {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .hero-home.hero-home-video .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    width: 100vw;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .hero-home.hero-home-video .container-fluid .video-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .hero-home.hero-home-video .container-fluid .video-banner-wrapper video {
    width: 100%;
  }
}

/* Banner Video vertical align */
.video-banner-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .video-banner-wrapper {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .video-banner-wrapper {
    width: 100%;
  }
}

.video-banner-wrapper > div {
  margin: auto;
  padding: 0;
  max-width: 66%;
}

.video-banner-wrapper video.bg-video {
  width: 100%;
}

/*========== HIGHLIGHT - END ==========*/
/*========== JOURNALS - START ==========*/
.sc-journals {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .sc-journals {
    padding-top: 30px;
  }
}

.sc-journals .content {
  padding-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .sc-journals .content {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .sc-journals .content {
    padding-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .sc-journals .journal-img {
    margin-bottom: 30px;
  }
}

.sc-journals .d-stretch {
  height: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-journals h2 {
  font-size: 30px;
  font-family: "plantin", sans-serif;
  font-weight: 300;
  line-height: 40px;
  color: #87837f;
  margin-bottom: 2.125rem;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .sc-journals h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .sc-journals h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .sc-journals h2 {
    margin-bottom: 20px;
  }
}

.sc-journals h2 a {
  color: #87837f;
}

.sc-journals h2 a:hover {
  color: #b6b3b1;
}

.sc-journals .text-d {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .sc-journals .text-d {
    margin-bottom: 20px;
  }
}

.sc-journals .read-more {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  white-space: nowrap;
  color: #87837f;
  opacity: 0.5;
}

.sc-journals .read-more:hover {
  color: #b6b3b1;
}

.journals-nav {
  z-index: 11;
  color: #262626;
  font-size: 12px;
  letter-spacing: 2.8px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .journals-nav {
    margin-bottom: 100px;
  }
}

.journals-nav a {
  padding-left: 50px;
  color: #bbb5b0;
}

.journals-nav a:hover {
  color: #b6b3b1;
}

/*========== JOURNALS - END ==========*/
/*========== JOURNALS items - START ==========*/
.sc-articles > div {
  margin-bottom: 11.375rem;
}

.sc-articles h3 {
  font-size: 26px;
  font-family: "plantin", sans-serif;
  font-weight: 300;
  line-height: 36px;
  margin: 2rem 0 1.25rem;
  font-size: 21px;
  font-family: "plantin",sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin: 2rem 0 1.25rem;
}

.sc-articles h3 a {
  color: black;
}

.sc-articles h3 a:hover {
  color: #b6b3b1;
}

.sc-articles p {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sc-articles .cat-text {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  margin-bottom: 1.4rem;
}

@media (max-width: 991.98px) {
  .sc-articles .cat-text {
    margin-bottom: 20px;
  }
}

.sc-articles .read-more {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  color: #c3c1bf;
  font-size: 14px;
}

.sc-articles .read-more:hover {
  color: #b6b3b1;
}

.sc-articles .col-md-6:nth-child(odd) {
  padding-right: 2.938;
}

.sc-articles .col-md-6:nth-child(even) {
  padding-left: 2.938;
}

.sc-articles .articles-list .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

@media (max-width: 991.98px) {
  .sc-articles .articles-feature img {
    margin-bottom: 30px;
  }
}

/*========== LIFESTYLE - END ==========*/
/*========== VDO - START ==========*/
.sc-vdo .image {
  padding: 0 200px;
}

/*========== VDO - END ==========*/
/*========== Enriching Value - START ==========*/
.sc-enriching-lives .image-wrapper, .sc-enriching-value .image-wrapper {
  width: 100%;
  aspect-ratio: 1179/497.39;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-enriching-lives .content .lead, .sc-enriching-value .content .lead {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/*========== Enriching Value - END ==========*/
/*========== Category List - START ==========*/
.category-slide {
  padding-top: 25px;
}

.category-slide.slick-dotted.slick-slider {
  overflow: visible;
}

.category-slide .content {
  margin-top: 25px;
  text-align: center;
  color: #87837f;
}

.category-slide .title {
  font-size: 12px;
  color: #87837f;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 18px;
  min-height: 60px;
  margin-bottom: 10px;
}

.category-slide .desc {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 18px;
  min-height: 52px;
  margin-bottom: 10px;
}

.category-slide .tag {
  color: #87837f;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 575.98px) {
  .category-slide .tag {
    display: block;
  }
}

.category-slide .slick-prev {
  top: calc(543.08px /2 + 25px);
  left: 0;
  z-index: 10;
}

.category-slide .slick-prev::before {
  font-weight: bold;
}

.category-slide .slick-next {
  top: calc(543.08px /2 + 25px);
  right: 0;
  z-index: 10;
}

.category-slide .slick-next::before {
  font-weight: bold;
}

@media (min-width: 767.98px) {
  .category-slide .slick-prev {
    top: -56px;
    left: 95%;
  }
  .category-slide .slick-next {
    top: -56px;
    right: 1%;
  }
}

.category-slide .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767.98px) {
  .category-slide .slick-dots li button, .category-slide .slick-dots li ::before {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767.98px) {
  .category-slide .slick-slide {
    padding: 0 20px;
  }
}

@media (max-width: 1199.98px) {
  .category-slide .slick-dots {
    bottom: -70px;
  }
}

.project-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(230px, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-columns: auto;
}

.project-logos .img-wrap {
  max-width: 200px;
  margin: auto;
}

@media (max-width: 1199.98px) {
  .project-logos .img-wrap {
    max-width: 160px;
  }
}

.project-logos .col:nth-last-child(-n+3) {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

@media (max-width: 575.98px) {
  .project-logos .col:nth-last-child(-n+3) {
    border-top: 0px solid #ccc;
  }
}

@media (max-width: 575.98px) {
  .project-logos .col:nth-last-child(3) {
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
}

/*========== Footer ==========*/
footer.footer {
  margin-top: 0;
}

/*========== Media queries ==========*/
@media (min-width: 1200px) {
  .hero-tx-wrap .hero-tx {
    max-width: 50%;
  }
  /*.hero-home > div {
		max-width: 828px;
	}*/
  .tx-bottom.right .content {
    max-width: 416px;
  }
  .sc-category nav {
    padding-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  /*.hero-home > div {
		max-width: 996px;
	}*/
}

@media (min-width: 1401px) and (max-width: 1599px) {
  /*.hero-home > div {
		max-width: 1050px;
	}*/
  .sc-journals h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .sc-articles > div {
    margin-bottom: 15.375rem;
  }
}

@media (min-width: 1600px) {
  /*.hero-home > div {
		max-width: 66%;
	}*/
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /*.hero-home > div {
		max-width: 828px;
	}*/
  .container-fluid.sc-header {
    padding-right: 5rem;
    padding-left: 3rem;
  }
  .category-slide .slick-prev {
    left: 90%;
  }
  .sc-category .tab {
    padding-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .sc-articles .row {
    --bs-gutter-x: 3rem;
  }
  .sc-journals h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .sc-articles h3 {
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 991.98px) {
  .image {
    margin-bottom: 100px;
  }
  .sc-enriching-lives .header-sm {
    margin-bottom: 60px;
  }
  .articles-feature {
    padding-bottom: 150px;
  }
  .sc-enriching-value .header-sm {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /*.hero-home > div {
		max-width: 478px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}*/
  .project-logos {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(250px, auto);
  }
  .project-logos .img-wrap {
    max-width: 180px;
  }
  .navbar-brand svg {
    width: 70px;
  }
  div.container-fluid.sc-header {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .sc-journals h2 {
    font-size: 21px;
  }
  .articles-feature h3 {
    margin-bottom: 20px;
  }
  .articles-list .image {
    margin-bottom: 2rem;
  }
  .articles-list h3 {
    margin-bottom: 20px;
  }
  .articles-list .col-6 {
    padding-left: calc(3rem / 2);
    padding-right: calc(3rem / 2);
  }
  .articles-list .col-6:nth-child(3),
  .articles-list .col-6:nth-child(4) {
    margin-top: 10rem;
  }
  .d-stretch,
  .tx-bottom,
  .articles-body {
    max-width: 510px;
  }
}

@media (max-width: 767.98px) {
  .image {
    margin-bottom: 80px;
  }
  .sc-enriching-lives .header-sm {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .sc-enriching-lives .desc-one {
    font-size: 16px !important;
  }
  .sc-enriching-lives .journals-nav {
    position: relative;
  }
  .journals-nav {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 90px;
  }
  .sc-journals > div {
    padding-top: 0 !important;
  }
  .sc-journals h2 {
    font-size: 21px;
    margin-top: 2rem;
    line-height: 31px;
    margin-top: 0;
  }
  .sc-journals .module-text {
    padding-top: 30px !important;
  }
  .sc-journals .text-d {
    margin-bottom: 30px;
  }
  .sc-journals p.lead,
  .sc-journals .read-more-l {
    font-weight: 400;
  }
  .articles-list {
    padding-top: 3rem;
  }
  .articles-list .image {
    margin-bottom: 30px;
  }
  .sc-articles h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 20px;
  }
  .sc-articles .cat-text {
    font-size: 10px;
  }
  .sc-articles .excerpt {
    display: none;
  }
  .sc-articles .articles-body {
    width: 90%;
  }
  .articles-list .g-6 > div:first-child,
  .articles-list .g-6 > div:nth-child(2) {
    padding-bottom: 40px;
  }
  .d-stretch {
    max-width: 100%;
  }
  .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .img-elements {
    padding-top: 0;
  }
  .sc-enriching-value .header-sm {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .video-banner-wrapper > div {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .video-banner-wrapper video.bg-video {
    width: 100%;
    min-height: 100%;
  }
  .hero-home .hero-tx {
    width: 90%;
  }
  .sc-enriching-lives.py-75 {
    padding-top: 0 !important;
  }
  .sc-category.pb-75 {
    padding-bottom: 0 !important;
  }
  .sc-category .category-slide {
    margin-top: -50px;
  }
  .sc-category .category-slide .content {
    margin-top: 0;
  }
  .sc-category .category-slide .content .tag {
    margin-bottom: 0;
  }
  .sc-category .category-slide .title {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sc-category .category-slide .desc {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: 30px;
  }
  .sc-category .category-slide .slick-dots {
    position: static;
  }
  .journals-nav {
    margin-bottom: 0;
  }
  .articles-feature {
    padding-bottom: calc(75px - 3rem);
  }
}

@media (max-width: 575.98px) {
  .project-logos {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .project-logos .img-wrap {
    max-width: 160px;
  }
}
/*# sourceMappingURL=page.css.map */