/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/css/pages/blog_archive.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/no-global-function-names */
/* stylelint-enable scss/operator-no-unspaced */
.container--archive_heading {
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .container--archive_heading {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .container--archive_heading {
    align-items: center;
  }
}

.category-select {
  display: flex;
}

.archive {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.archive.woocommerce {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.archive--news {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.archive.archive--news {
  padding: 0;
}
.archive__heading {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__heading {
    margin-top: 4.25rem;
  }
}
.archive__latest-post--image a {
  position: relative;
  padding-bottom: 50%;
  display: block;
}
.archive__latest-post--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive__latest-post--content {
  max-width: 61.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  position: relative;
  background-color: var(--wp--preset--color--white);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__latest-post--content {
    margin: -4.375rem auto 6.875rem;
    padding: 4.375rem 4.375rem 0;
  }
}
.archive__latest-post--title {
  line-height: var(--wp--custom--line-height--small);
}
.archive__latest-post--excerpt {
  max-width: 46.625rem;
}
.archive__latest-post--excerpt p {
  font-size: clamp(1.0625rem, 0.9973rem + 0.2674vw, 1.25rem);
}
.archive__title {
  font-size: var(--wp--preset--font-size--h-1) !important;
  line-height: var(--wp--custom--line-height--tiny);
  margin: 3.1875rem auto 1rem;
}
@media screen and (min-width: 1401px) {
  .archive__title {
    margin: 3.1875rem auto 2.5rem;
  }
}
.archive__post_count {
  position: relative;
  opacity: 0.6;
  font-size: 1rem;
  top: -1.5rem;
}
.archive__items-news {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.875rem;
  column-gap: 0.3125rem;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__items-news {
    row-gap: 3.125rem;
    column-gap: 1.875rem;
  }
}
.archive__items-news .post-card__link {
  color: #FCF9F1 !important;
}
.archive__items-news .post-card__item {
  grid-column: 1/3;
}
.archive__items-news .post-card__item:nth-child(3), .archive__items-news .post-card__item:nth-child(4), .archive__items-news .post-card__item:nth-child(7), .archive__items-news .post-card__item:nth-child(8), .archive__items-news .post-card__item:nth-child(11), .archive__items-news .post-card__item:nth-child(12) {
  grid-column: auto;
}
@media screen and (max-width: 767px) {
  .archive__items-news .post-card__item:nth-child(3):before, .archive__items-news .post-card__item:nth-child(4):before, .archive__items-news .post-card__item:nth-child(7):before, .archive__items-news .post-card__item:nth-child(8):before, .archive__items-news .post-card__item:nth-child(11):before, .archive__items-news .post-card__item:nth-child(12):before {
    content: "";
    position: absolute;
    top: -2.5rem;
    left: -1.25rem;
    width: calc(100% + 2.5rem);
    height: calc(100% + 2.5rem);
  }
  .archive__items-news .post-card__item:nth-child(3) .post-card__category, .archive__items-news .post-card__item:nth-child(4) .post-card__category, .archive__items-news .post-card__item:nth-child(7) .post-card__category, .archive__items-news .post-card__item:nth-child(8) .post-card__category, .archive__items-news .post-card__item:nth-child(11) .post-card__category, .archive__items-news .post-card__item:nth-child(12) .post-card__category {
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .archive__items-news .post-card__item:nth-child(3) .post-card__title, .archive__items-news .post-card__item:nth-child(4) .post-card__title, .archive__items-news .post-card__item:nth-child(7) .post-card__title, .archive__items-news .post-card__item:nth-child(8) .post-card__title, .archive__items-news .post-card__item:nth-child(11) .post-card__title, .archive__items-news .post-card__item:nth-child(12) .post-card__title {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
  }
  .archive__items-news .post-card__item:nth-child(3) .post-card__title a, .archive__items-news .post-card__item:nth-child(4) .post-card__title a, .archive__items-news .post-card__item:nth-child(7) .post-card__title a, .archive__items-news .post-card__item:nth-child(8) .post-card__title a, .archive__items-news .post-card__item:nth-child(11) .post-card__title a, .archive__items-news .post-card__item:nth-child(12) .post-card__title a {
    font-size: 0.75rem;
  }
  .archive__items-news .post-card__item:nth-child(3) .post-card__excerpt, .archive__items-news .post-card__item:nth-child(4) .post-card__excerpt, .archive__items-news .post-card__item:nth-child(7) .post-card__excerpt, .archive__items-news .post-card__item:nth-child(8) .post-card__excerpt, .archive__items-news .post-card__item:nth-child(11) .post-card__excerpt, .archive__items-news .post-card__item:nth-child(12) .post-card__excerpt {
    display: none;
  }
  .archive__items-news .post-card__item:nth-child(3) .post-card__footer a, .archive__items-news .post-card__item:nth-child(4) .post-card__footer a, .archive__items-news .post-card__item:nth-child(7) .post-card__footer a, .archive__items-news .post-card__item:nth-child(8) .post-card__footer a, .archive__items-news .post-card__item:nth-child(11) .post-card__footer a, .archive__items-news .post-card__item:nth-child(12) .post-card__footer a {
    font-size: 0.875rem !important;
    line-height: 1;
  }
}
.archive__items-news .post-card__item:nth-child(4):before, .archive__items-news .post-card__item:nth-child(8):before, .archive__items-news .post-card__item:nth-child(12):before {
  left: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__items-news .post-card__item {
    grid-column: auto;
  }
}
.archive__items-news .post-card__content {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__items-news .post-card__content {
    padding-right: 3.75rem;
  }
}
.archive__content {
  max-width: 85.5rem;
}
.archive__content:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__content:not(:first-child) {
    margin-top: 2.875rem;
  }
}
.archive__content.loading {
  opacity: 0.5;
}
.archive__more {
  border: 0;
  outline: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 3rem auto 0;
  position: relative;
  padding-bottom: 1.25rem !important;
  color: #FCF9F1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__more {
    margin: 6.875rem auto 0;
  }
}
.archive__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNy44MTEwNEwxMCAxMy44MTFMMTYgNy44MTEwMyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}
.archive__filters {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__filters {
    margin-top: 0;
  }
}
.archive__filters label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.archive__filters label::before {
  content: "";
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  border: 0.0625rem solid var(--wp--preset--color--black);
  border-radius: 0.125rem;
}
.archive__filters label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.125rem;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.0625rem;
  background-color: var(--wp--preset--color--black);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.archive__filters input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.archive__filters input:checked + label::after {
  opacity: 1;
}
.archive__filters.mobile {
  width: 100%;
  gap: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__filters.mobile {
    display: none;
  }
}
.archive__filters.mobile select {
  padding: 0 !important;
}
.archive__filters.desktop {
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive__filters.desktop {
    display: flex;
  }
}
.archive .container--breadcrumb {
  padding-bottom: 2.5rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive .container--breadcrumb {
    padding-bottom: 4.375rem;
    margin-top: 6.875rem;
  }
}
.archive .choices {
  width: 100%;
}
.archive .choices__inner {
  background-color: var(--wp--preset--color--white);
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 0;
  width: 100%;
}
.archive .choices > span {
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  line-height: 1.5;
}
.archive .choices-dropdown {
  background-color: var(--wp--preset--color--white) !important;
  width: 100%;
}
.archive .choices .option.focus,
.archive .choices .option:hover {
  background-color: rgba(252, 249, 241, 0.2) !important;
}
.archive .choices .choices__item {
  background-color: var(--wp--preset--color--white);
}
.archive .choices .choices__item.selected {
  background-color: var(--wp--preset--color--white) !important;
}
.archive .choices .choices__item.is-selected {
  background-color: var(--wp--preset--color--white) !important;
}
.archive .choices .choices__item--selectable.is-highlighted {
  background-color: rgba(252, 249, 241, 0.2) !important;
}
.archive .choices__list--dropdown {
  background-color: #000 !important;
}
.archive .choices[data-type*=select-one]::after {
  height: 0.625rem;
  width: 0.625rem;
  margin-top: -0.5rem;
  right: 0.25rem;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid var(--wp--preset--color--black);
  border-right: 1px solid var(--wp--preset--color--black);
  transform: rotate(45deg);
}
.archive .choices[data-type*=select-one].is-open::after {
  margin-top: -0.5rem;
  border-color: var(--wp--preset--color--black);
}

.archive--press {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.archive--press .archive__heading {
  overflow: visible;
}
@media screen and (min-width: 1401px) {
  .archive--press .archive__heading {
    margin-bottom: 2.9375rem;
  }
}
.archive--press .archive__heading .container {
  flex-direction: column !important;
  align-items: flex-start;
}
.archive--press .archive__filters {
  display: flex;
  gap: 1.5rem;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__filters {
    margin-top: 2.9375rem;
  }
}
.archive--press .archive__filters label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.archive--press .archive__filters label::before {
  content: "";
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  border: 0.0625rem solid var(--wp--preset--color--black);
  border-radius: 0.125rem;
}
.archive--press .archive__filters label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.125rem;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.0625rem;
  background-color: var(--wp--preset--color--black);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.archive--press .archive__filters input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.archive--press .archive__filters input:checked + label::after {
  opacity: 1;
}
.archive--press .archive__filters.mobile {
  width: 100%;
  gap: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__filters.mobile {
    display: none;
  }
}
.archive--press .archive__filters.mobile select {
  padding: 0 !important;
}
.archive--press .archive__filters.desktop {
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__filters.desktop {
    display: flex;
  }
}
.archive--press .archive__title {
  font-size: clamp(50rem, 74.6528rem - 78.8889vw, 5.625rem);
}
.archive--press .archive__content {
  display: flex;
  flex-wrap: wrap;
  gap: 4.375rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__content {
    gap: 2.5rem 1.875rem;
  }
}
@media screen and (min-width: 1201px) {
  .archive--press .archive__content {
    gap: 2.5rem 3.9375rem;
  }
}
.archive--press .archive__content:not(:first-child) {
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__content:not(:first-child) {
    margin-top: 2.875rem;
  }
}
.archive--press .archive__content__heading {
  flex-basis: 100%;
  line-height: 1.1;
  margin-bottom: 0;
  margin-bottom: -2.1875rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__content__heading {
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.archive--press .archive__wrapper {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .archive__wrapper {
    padding-bottom: 6.25rem;
  }
}
.archive--press .archive__more {
  border: 0;
  outline: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 6.875rem auto 0;
  position: relative;
  padding-bottom: 1.25rem;
  color: #FCF9F1;
}
.archive--press .archive__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNy44MTEwNEwxMCAxMy44MTFMMTYgNy44MTEwMyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}
.archive--press .container--more {
  padding-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.archive--press .container--breadcrumb {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .archive--press .container--breadcrumb {
    padding-bottom: 4.375rem;
  }
}
.archive--press .container--archive_content {
  transition: opacity 0.3s ease-out;
}
.archive--press .container--archive_content.loading {
  opacity: 0.5;
}

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