@media (min-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}
.topArticle {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .topArticle {
    flex-flow: row;
    align-items: center;
    margin-bottom: 60px;
  }
}
.topArticle .imageWrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .topArticle .imageWrapper {
    height: 510px;
  }
}
.topArticle .imageWrapper img {
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 992px) {
  .topArticle .imageWrapper {
    margin-bottom: 0;
    width: 50%;
  }
}
.topArticle .articleContent {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .topArticle .articleContent {
    align-items: start;
    text-align: start;
  }
}
.topArticle .articleContent .tag {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FF2D52;
}
.topArticle .articleContent .title a {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 992px) {
  .topArticle .articleContent .title a {
    font-size: 2.625rem;
    line-height: 2.875rem;
    margin-bottom: 20px;
  }
}
.topArticle .articleContent .desc {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .topArticle .articleContent .desc {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 992px) {
  .topArticle .articleContent {
    width: 50%;
    max-width: 630px;
    padding: 0 100px;
  }
}

.promotedArticles {
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .promotedArticles {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.promotedArticles .titlesWrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
}
@media (min-width: 992px) {
  .promotedArticles .titlesWrapper {
    align-items: start;
    width: 30%;
    padding: 60px;
  }
}
.promotedArticles .titlesWrapper .subTitle {
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.promotedArticles .titlesWrapper .title {
  font-size: 2.125rem;
  line-height: 2.625rem;
}
.promotedArticles .articlesCarouselWrapper {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .promotedArticles .articlesCarouselWrapper {
    padding: 0;
    width: 70%;
  }
}
.promotedArticles .articlesCarouselWrapper .swiper-button-next, .promotedArticles .articlesCarouselWrapper .swiper-button-prev {
  top: 130px;
  rotate: 180deg;
}

.promotedProducts {
  margin-bottom: 60px;
}
.promotedProducts .mainTitle {
  font-size: 2.125rem;
  line-height: 2.625rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .promotedProducts .mainTitle {
    margin-bottom: 40px;
  }
}
.promotedProducts .categoriesList {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .promotedProducts .categoriesList {
    margin-bottom: 40px;
  }
}
.promotedProducts .categoriesList .category {
  display: inline-flex;
  padding: 4px 16px;
  margin: 0 8px;
  border-radius: 34px;
  background: #F1F2F4;
  font-size: 0.6875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 10px;
}
.promotedProducts .categoriesList .category.active, .promotedProducts .categoriesList .category:hover {
  background: #1E1E20;
  color: #fff;
  transition: all 0.4s ease;
}

.promotedCategories {
  margin-bottom: 80px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .promotedCategories {
    padding: 0;
  }
}
.promotedCategories .titleWrapper {
  border-bottom: 6px solid #F1F2F4;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .promotedCategories .titleWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
}
.promotedCategories .titleWrapper .title {
  font-size: 1.875rem;
  line-height: 1.625rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  max-width: 80%;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .promotedCategories .titleWrapper .title {
    margin-bottom: 0;
    font-size: 3.125rem;
    line-height: 2.875rem;
  }
}
.promotedCategories .titleWrapper .link {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1E1E20;
}
.promotedCategories .titleWrapper .link svg {
  rotate: 180deg;
}
.promotedCategories .gridItems {
  margin-bottom: 60px;
}
.promotedCategories .gridItems .postItem.big .desc {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .promotedCategories .gridItems .postItem.big {
    max-width: 440px;
  }
  .promotedCategories .gridItems .postItem.big .imageWrapper {
    height: 334px;
  }
  .promotedCategories .gridItems .postItem.big .tag {
    font-weight: 500;
  }
  .promotedCategories .gridItems .postItem.big .title, .promotedCategories .gridItems .postItem.big .title a {
    font-size: 1.375rem;
  }
  .promotedCategories .gridItems .postItem.big .desc {
    margin-bottom: 10px;
  }
  .promotedCategories .gridItems .postItem.big .author a {
    font-weight: 400;
  }
  .promotedCategories .gridItems .postItem.small .imageWrapper {
    height: 110px;
    margin-bottom: 0;
  }
  .promotedCategories .gridItems .postItem.small .tag {
    font-weight: 500;
  }
  .promotedCategories .gridItems .postItem.small .title, .promotedCategories .gridItems .postItem.small .title a {
    font-size: 1rem;
  }
  .promotedCategories .gridItems .postItem.small .author a {
    font-weight: 400;
  }
}

.editors {
  margin-bottom: 60px;
}
.editors .mainTitle {
  font-size: 2.125rem;
  line-height: 2.625rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.editors .authorsCarousel {
  position: relative;
}
@media (min-width: 1024px) {
  .editors .authorsCarousel .swiper-wrapper .swiper-slide:first-child {
    margin-inline-start: -80px;
  }
}
.editors .authorsCarousel .authorsWrapper {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.editors .authorsCarousel .authorsWrapper .authorBox {
  margin: 0 20px;
}
.editors .authorsCarousel .authorBox {
  width: 260px;
  text-align: center;
}
.editors .authorsCarousel .authorBox .imageWrapper {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 12px;
}
.editors .authorsCarousel .authorBox .imageWrapper img {
  min-width: 100%;
  min-height: 100%;
}
.editors .authorsCarousel .authorBox .authorInstaLink {
  margin-bottom: 6px;
}
.editors .authorsCarousel .authorBox .authorInstaLink .link {
  font-size: 1.375rem;
}
.editors .authorsCarousel .authorBox .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 12px 12px 28px 12px;
}

.trendingStories {
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .trendingStories {
    padding: 0;
  }
}
.trendingStories .titleWrapper {
  border-bottom: 6px solid #F1F2F4;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .trendingStories .titleWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
}
.trendingStories .titleWrapper .title {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  max-width: 80%;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .trendingStories .titleWrapper .title {
    font-size: 3.125rem;
    line-height: 2.875rem;
    margin-bottom: 0;
  }
}
.trendingStories .titleWrapper .link {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1E1E20;
}
.trendingStories .storiesWrapper {
  position: relative;
}
.trendingStories .storiesWrapper .storyItem {
  display: flex;
  flex-flow: column;
  justify-content: end;
  padding: 20px;
  height: 333px;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.trendingStories .storiesWrapper .storyItem:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.46);
}
@media (min-width: 992px) {
  .trendingStories .storiesWrapper .storyItem {
    margin-bottom: 0;
  }
}
.trendingStories .storiesWrapper .storyItem .imageWrapper {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 18px;
  overflow: hidden;
}
.trendingStories .storiesWrapper .storyItem .imageWrapper img {
  min-width: 100%;
  min-height: 100%;
}
.trendingStories .storiesWrapper .storyItem .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.trendingStories .storiesWrapper .storyItem .content {
  position: relative;
  z-index: 2;
}
.trendingStories .storiesWrapper .storyItem .content .title {
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
}
.trendingStories .storiesWrapper .storyItem .content .author {
  font-size: 0.625rem;
  font-weight: 500;
  color: #b0b0b0;
  text-transform: uppercase;
}

/*# sourceMappingURL=homepage.css.map */
