.archive-section {
  padding: 2rem 0;
  background: #F3F7FB;
  border-top: 1px solid rgba(12, 12, 12, 0.12);
}
.archive-section .archive-section--body {
  overflow: hidden;
  max-height: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.25, 1, 0.76);
}
.archive-section .region-badge {
  margin-bottom: 0;
}
.archive-section .icon-open {
  display: none;
}
.archive-section.open {
  background: #fff;
  backdrop-filter: blur(0);
}
.archive-section.open .archive-section--body {
  max-height: 120vh;
}
.archive-section.open .icon-open {
  display: block;
}
.archive-section.open .icon-closed {
  display: none;
}

.archive-section--icon_wrap {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 1.125rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(9, 9, 9, 0.3);
  display: block;
  line-height: 0;
}
.archive-section--icon_wrap svg {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 0;
  fill: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}

.archive-section--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.archive-section--description {
  margin-top: 2rem;
}

.archive-section--cta {
  margin-top: 2rem;
}

.archive-icon {
  flex-shrink: 0;
  flex-grow: 0;
  border-style: solid;
  border-color: var(--ptg_page_color);
  border-width: 1px;
  padding: 1rem;
  border-radius: 50%;
  line-height: 0;
  background-color: #fff;
}
.archive-icon .ptg_image,
.archive-icon svg {
  width: 2.875rem;
  height: 2.875rem;
  object-fit: contain;
}
@media screen and (min-width: 800px) {
  .archive-icon {
    order: -1;
  }
}

.archive-section--title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #090909;
  text-align: center;
  font-size: 1.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  .archive-section--title {
    text-align: left;
  }
}

.ptg-swiper .archive-post-nav {
  text-align: right;
}
.ptg-swiper .card--card {
  margin-top: 0;
}

.archive-load_more--wrapper {
  text-align: center;
  display: none;
}

.ptg_button {
  display: inline-block;
}

.region-badge {
  margin-left: 0.75rem;
}

.archive-content .ptg_swirl {
  background-position: center top;
  background-size: 180vw;
}

body.ptg-archive-ajax {
  background: #fff;
  color: #222;
}
body.ptg-archive-ajax .footer-cutout {
  display: none;
}
body.ptg-archive-ajax .site-footer.ptg_has_bg_swirl > .ptg_swirl.add_red::before {
  transform: scale(-1, 1);
  background-position: center 30%;
}
body.ptg-archive-ajax.dark_bg .archive-section {
  background: rgba(9, 9, 9, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2rem);
  transition-property: background, backdrop-filter;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
}
body.ptg-archive-ajax.dark_bg .archive-section.open {
  background: rgba(9, 9, 9, 0.3);
}
body.ptg-archive-ajax.dark_bg .archive-section--title {
  color: #fff;
}
body.ptg-archive-ajax.dark_bg .archive-section--icon_wrap {
  border-color: rgba(255, 255, 255, 0.3);
}
body.ptg-archive-ajax.dark_bg .archive-icon {
  background-color: #090909;
}

.ajax-sections svg,
.ajax-sections path {
  color: #090909;
  fill: #090909;
  stroke: #090909;
}
.ajax-sections.dark_bg svg,
.ajax-sections.dark_bg path {
  color: #FFF;
  fill: #FFF;
  stroke: #FFF;
}

/*# sourceMappingURL=ptg_archive-ajax.css.map */
