/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/alone-blocks/archive.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* Backgrounds */
/* Transitions */
/* Icons */
/* Backgrounds */
/* Backgrounds */
/* Transitions */
/* Icons */
/* Backgrounds */
@media (max-width: 991.98px) {
  .block-cta .container {
    padding-inline: 16px;
  }
}
.block-cta__wrapper {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 32px;
  background: #000;
  background-image: url(..//images/texture.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .block-cta__wrapper {
    flex-direction: row;
  }
}
.block-cta__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .block-cta__text {
    padding-bottom: 0;
    height: 88px;
  }
}
.block-cta__text h2 {
  color: #FFFFFF;
  font-size: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .block-cta__text h2 {
    font-size: 42px;
    text-align: start;
    margin: 0 0 12px;
  }
}
.block-cta__text p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 992px) {
  .block-cta__text p {
    text-align: start;
  }
}
.block-cta__link {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .block-cta__link {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.block-cta__link a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  width: 100%;
}
@media (min-width: 992px) {
  .block-cta__link a {
    text-align: start;
    padding: 24px 68px;
    font-size: 24px;
  }
}
.block-cta__link .pointer-1 {
  background-image: url(..//images/pointer-1.png);
  bottom: -32px;
  left: -44px;
}
@media (max-width: 991.98px) {
  .block-cta__link .pointer-1 {
    transform: rotate(74deg);
    bottom: 64px;
    left: 24px;
  }
}
.block-cta__link .pointer-2 {
  background-image: url(..//images/pointer-2.png);
  bottom: -12px;
  right: -2px;
}
@media (max-width: 991.98px) {
  .block-cta__link .pointer-2 {
    bottom: -36px;
    right: 14px;
  }
}
.block-cta__link .pointer {
  z-index: 2;
  position: absolute;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
}

.blog .main-wrapper {
  background-image: url(..//images/bg_texture.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.blog .breadcrumbs {
  display: none;
}

.blog-slider {
  z-index: 3 !important;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.3);
  margin-top: 56px;
}
.blog-slider .swiper-pagination {
  width: auto !important;
  left: 16px !important;
  bottom: 12px !important;
}
@media (min-width: 992px) {
  .blog-slider .swiper-pagination {
    left: 40px !important;
  }
}
.blog-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000 !important;
  width: 20px !important;
  border-radius: 6px;
}
.blog-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #878D93;
  opacity: 1;
  height: 6px;
  width: 6px;
}
.blog-slider__item {
  padding: 16px 16px 32px 16px;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .blog-slider__item {
    flex-direction: row;
    gap: 40px;
    padding: 56px 40px;
  }
}
.blog-slider__item .blog-slider__content .blog-slider__category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  padding: 4px 10px;
  background-color: #000;
  border-radius: 6px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .blog-slider__item .blog-slider__content .blog-slider__category {
    margin-bottom: 32px;
  }
}
.blog-slider__item .blog-slider__content .blog-slider__title {
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .blog-slider__item .blog-slider__content .blog-slider__title {
    font-size: 32px;
  }
}
.blog-slider__item .blog-slider__content .blog-slider__title a {
  text-decoration: none;
  color: #000;
}
.blog-slider__item .blog-slider__content .blog-slider__title a:hover {
  text-decoration: underline;
}
.blog-slider__item .blog-slider__content .blog-slider__excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .blog-slider__item .blog-slider__content .blog-slider__excerpt {
    margin-bottom: 16px;
  }
}
.blog-slider__item .blog-slider__content .blog-slider__date {
  gap: 24px;
  align-items: center;
}
.blog-slider__item .blog-slider__content .blog-slider__date span {
  color: #878D93;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}
.blog-slider__item .blog-slider__content .blog-slider__date .read-time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-slider__item .blog-slider__content .blog-slider__date .read-time:before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M12 22.5C9.9233 22.5 7.89323 21.8842 6.16652 20.7304C4.4398 19.5767 3.09399 17.9368 2.29927 16.0182C1.50455 14.0996 1.29661 11.9884 1.70176 9.95156C2.1069 7.91476 3.10693 6.04383 4.57538 4.57538C6.04383 3.10693 7.91476 2.1069 9.95156 1.70176C11.9884 1.29661 14.0996 1.50455 16.0182 2.29927C17.9368 3.09399 19.5767 4.4398 20.7304 6.16652C21.8842 7.89323 22.5 9.9233 22.5 12C22.5 14.7848 21.3938 17.4555 19.4246 19.4246C17.4555 21.3938 14.7848 22.5 12 22.5ZM12 3C10.22 3 8.47992 3.52785 6.99987 4.51678C5.51983 5.50571 4.36628 6.91132 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89472 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12C21 9.61306 20.0518 7.32387 18.364 5.63604C16.6761 3.94822 14.387 3 12 3Z%27 fill=%27%23B3B8BD%27/%3E%3Cpath d=%27M15.4425 16.5L11.25 12.3075V5.25H12.75V11.685L16.5 15.4425L15.4425 16.5Z%27 fill=%27%23B3B8BD%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.blog-slider__item .blog-slider__content .blog-slider__date .blog-slider__author {
  color: #878D93;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .blog-slider__item .blog-slider__img {
    min-width: 520px;
    max-height: 282px;
  }
}
.blog-slider__item .blog-slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  filter: grayscale(1);
}

.blog-post__wrapper {
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .blog-post__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.blog-post__wrapper .blog-post {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .blog-post__wrapper .blog-post {
    width: calc(33% - 8px);
  }
}
.blog-post__wrapper .blog-post .blog-post__img {
  height: 240px;
}
@media (max-width: 991.98px) {
  .blog-post__wrapper .blog-post .blog-post__img {
    min-height: 260px;
  }
}
.blog-post__wrapper .blog-post .blog-post__img img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.blog-post__wrapper .blog-post .blog-post__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__title {
  font-size: 20px;
  line-height: 1.2;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__title a {
  color: #000;
  text-decoration: none;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__title a:hover {
  text-decoration: underline;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4E5358;
}
@media (min-width: 992px) {
  .blog-post__wrapper .blog-post .blog-post__body .blog-post__excerpt {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .blog-post__wrapper .blog-post .blog-post__body .blog-post__meta {
    position: absolute;
    bottom: 24px;
    min-width: 320px;
  }
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__author {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #878D93;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__date {
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__date span {
  color: #878D93;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__date .read-time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__date .read-time:before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M12 22.5C9.9233 22.5 7.89323 21.8842 6.16652 20.7304C4.4398 19.5767 3.09399 17.9368 2.29927 16.0182C1.50455 14.0996 1.29661 11.9884 1.70176 9.95156C2.1069 7.91476 3.10693 6.04383 4.57538 4.57538C6.04383 3.10693 7.91476 2.1069 9.95156 1.70176C11.9884 1.29661 14.0996 1.50455 16.0182 2.29927C17.9368 3.09399 19.5767 4.4398 20.7304 6.16652C21.8842 7.89323 22.5 9.9233 22.5 12C22.5 14.7848 21.3938 17.4555 19.4246 19.4246C17.4555 21.3938 14.7848 22.5 12 22.5ZM12 3C10.22 3 8.47992 3.52785 6.99987 4.51678C5.51983 5.50571 4.36628 6.91132 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89472 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12C21 9.61306 20.0518 7.32387 18.364 5.63604C16.6761 3.94822 14.387 3 12 3Z%27 fill=%27%23B3B8BD%27/%3E%3Cpath d=%27M15.4425 16.5L11.25 12.3075V5.25H12.75V11.685L16.5 15.4425L15.4425 16.5Z%27 fill=%27%23B3B8BD%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__date .blog-post__link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.blog-post__wrapper .blog-post .blog-post__body .blog-post__date .blog-post__link:hover {
  text-decoration: underline;
}

.load-more-posts {
  position: relative;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.load-more-posts:hover {
  text-decoration: underline;
}
.load-more-posts:after {
  padding-left: 6px;
  content: url(..//images/chevron-black.svg);
}

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