/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-3: 1750px;
  --breakpoint-xl-2: 1700px;
  --breakpoint-xl-1: 1640px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-x: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
  --breakpoint-xxs-2: 350px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.stories-posts {
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .stories-posts {
    padding: 75px 0;
  }
}
.stories-posts__wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stories-posts__wrapper-btn .sk-btn {
  background-color: var(--sk-color-white);
  border: 1px solid var(--sk-color-black);
}
.stories-posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 1024px) {
  .stories-posts__wrapper {
    margin: 0 -10px;
  }
}
@media (max-width: 992px) {
  .stories-posts__wrapper {
    margin: 0;
  }
}
.stories-posts__left-column, .stories-posts__right-column {
  width: 50%;
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .stories-posts__left-column, .stories-posts__right-column {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .stories-posts__left-column, .stories-posts__right-column {
    width: 100%;
    padding: 0;
  }
}
.stories-posts__article-image {
  overflow: hidden;
  height: 584px;
  width: 100%;
  background-color: var(--sk-color-primary-dark);
}
@media (max-width: 1280px) {
  .stories-posts__article-image {
    height: 500px;
  }
}
.stories-posts__right-column .stories-posts__article-image {
  height: 775px;
}
@media (max-width: 1280px) {
  .stories-posts__right-column .stories-posts__article-image {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .stories-posts__right-column .stories-posts__article-image {
    height: 500px;
  }
}
.stories-posts__article {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .stories-posts__article {
    margin-bottom: 40px;
  }
}
.stories-posts__right-column-info {
  margin-bottom: 144px;
}
@media (max-width: 1024px) {
  .stories-posts__right-column-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .stories-posts__right-column-info {
    display: none;
  }
}
.stories-posts__right-wrapper-title-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 47px;
}
@media (max-width: 1024px) {
  .stories-posts__right-wrapper-title-link {
    margin-bottom: 20px;
  }
}
.stories-posts__title {
  font-size: var(--sk-text--h2);
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .stories-posts__title {
    margin-bottom: 20px;
  }
}
.stories-posts__article-excerpt.hide {
  display: none;
}
@media (max-width: 992px) {
  .stories-posts__article-excerpt.hide {
    display: block;
  }
}
.stories-posts__article-link-title.hide {
  display: none;
}
@media (max-width: 992px) {
  .stories-posts__article-link-title.hide {
    display: block;
  }
}
.stories-posts__mobile-posts-header {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .stories-posts__mobile-posts-header {
    display: flex;
  }
}
.stories-posts__link {
  font-size: var(--sk-text--p-large);
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 992px) {
  .stories-posts__link {
    margin-bottom: 20px;
  }
}
.stories-posts__article-sub-title {
  display: block;
  margin-bottom: 15px;
  font-size: var(--sk-text--p);
  text-transform: uppercase;
  margin-top: 40px;
}
.stories-posts__article-sub-title.hide {
  display: none;
}
@media (max-width: 992px) {
  .stories-posts__article-sub-title.hide {
    display: block;
  }
}
@media (max-width: 1024px) {
  .stories-posts__article-sub-title {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.stories-posts__article-title {
  font-size: var(--sk-text--blog-title);
}

.stories-hero {
  min-height: 100vh;
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1024px) {
  .stories-hero {
    padding-top: 100px;
  }
}
.stories-hero::after {
  position: absolute;
  background-color: var(--sk-color-black);
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.stories-hero__text h1,
.stories-hero__text h2,
.stories-hero__text h3 {
  margin-bottom: 20px;
}
.stories-hero__link {
  cursor: pointer;
}
.stories-hero__title {
  margin-bottom: 38px;
  text-transform: uppercase;
}
.stories-hero__wrapper {
  max-width: 666px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
.stories-hero__nav-blog {
  border-top: 1px solid var(--sk-color-white);
  position: relative;
  z-index: 10;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .stories-hero__nav-blog.sticky {
    position: fixed;
    top: 0;
    left: 192px;
    right: 0;
    background-color: var(--sk-color-white);
    border-top: 1px solid var(--sk-color-black);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .stories-hero__nav-blog.sticky .stories-hero__nav-blog-item .nav-link {
    color: var(--sk-color-black);
  }
  .stories-hero__nav-blog.sticky .stories-hero__nav-blog-item .nav-link::after {
    background-color: var(--sk-color-black);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .stories-hero__nav-blog.sticky {
    left: 0;
    top: 80px;
  }
}
.stories-hero .search-input-wrapper {
  max-width: 435px;
  width: 100%;
}
.stories-hero__nav-blog-wrapper {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 30px;
}
@media (max-width: 1024px) {
  .stories-hero__nav-blog-wrapper {
    padding: 20px 0 10px;
  }
}
.stories-hero__nav-blog-item {
  color: var(--sk-color-white);
  padding: 0 20px;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.stories-hero__nav-blog-item .nav-link::after {
  background-color: var(--sk-color-white);
}
.stories-hero__nav-blog-item.active .nav-link {
  font-weight: 700;
}
.stories-hero__nav-blog-item.active .nav-link::after {
  background-color: var(--sk-color-white);
  width: 100%;
}
@media (max-width: 768px) {
  .stories-hero__nav-blog-item {
    width: auto;
  }
}
.stories-hero__nav-blog-item {
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.stories-hero__nav-blog-item:hover, .stories-hero__nav-blog-item:active, .stories-hero__nav-blog-item:focus, .stories-hero__nav-blog-item:focus-within {
  opacity: 0.8;
}
