.ptg_breadcrumbs {
  margin-bottom: 3rem;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .ptg_breadcrumbs {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .ptg_breadcrumbs li {
    display: inline-block;
    padding-right: 1em;
  }
  .ptg_breadcrumbs li:last-child {
    padding-right: 0;
  }
}
.ptg_breadcrumbs a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  display: inline-block;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ptg_breadcrumbs a:hover {
  opacity: 1;
}
.ptg_breadcrumbs li {
  padding-bottom: 0.5rem;
  display: block;
}
.ptg_breadcrumbs li::after {
  content: "/";
  display: inline-block;
  opacity: 0.6;
  margin: 0 0.5em;
}
.ptg_breadcrumbs li:last-child::after {
  content: none;
}
@media screen and (min-width: 800px) {
  .ptg_breadcrumbs li {
    margin-bottom: 0;
  }
  .ptg_breadcrumbs a {
    padding-bottom: 0;
  }
}

.ptg-horizontal-filters {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .ptg-horizontal-filters {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .ptg-horizontal-filters li {
    display: inline-block;
    padding-right: 1em;
  }
  .ptg-horizontal-filters li:last-child {
    padding-right: 0;
  }
}
.ptg-horizontal-filters li {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.675rem 1.5rem;
  margin: 0 0.125rem;
  border-radius: 1.75em;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ptg-horizontal-filters li:last-child {
  padding-right: 1.5rem;
}
.ptg-horizontal-filters li.active {
  border-color: rgba(0, 0, 0, 0.6);
}
.ptg-horizontal-filters li.active a {
  color: #3e3e3e;
}
.ptg-horizontal-filters a {
  color: rgba(62, 62, 62, 0.6);
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-wrap: nowrap;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.dark_bg .ptg-horizontal-filters li {
  border-color: rgba(255, 255, 255, 0);
}
.dark_bg .ptg-horizontal-filters li a {
  color: rgba(255, 255, 255, 0.6);
}
.dark_bg .ptg-horizontal-filters li.active {
  border-color: rgba(255, 255, 255, 0.6);
}
.dark_bg .ptg-horizontal-filters li.active a {
  color: rgb(255, 255, 255);
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul li {
  padding: 0 0 0.75em 1.25em;
  position: relative;
}
.wysiwyg ul li::before {
  content: "";
  display: inline-block;
  mask-image: url(../libs/fontawesome/svgs/regular/check.svg);
  mask-repeat: no-repeat;
  mask-position: center left;
  background-color: #EB120A;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.region-badge {
  font-size: 0.75rem;
  border-radius: 1.25em;
  border: 1px solid var(--ptg_page_color);
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  text-transform: none;
  line-height: 0;
  margin-bottom: 3rem;
}
.region-badge .region-badge--icon {
  margin-right: 0.5rem;
}
.region-badge .region-badge--icon svg {
  line-height: 0;
  height: 0.75rem;
  width: 0.75rem;
  fill: #FFF;
  stroke: #FFF;
}
@media screen and (min-width: 1200px) {
  .region-badge {
    margin-bottom: 0;
  }
}

.toc--wrapper {
  display: block;
  align-content: center;
  margin-top: 3rem;
}
.toc--wrapper .toc--inner {
  border-radius: 0.75rem;
  background-color: rgba(9, 9, 9, 0.6);
  padding: 2rem 1.5rem;
  max-width: 20rem;
  backdrop-filter: blur(2rem);
}
.toc--wrapper .toc--heading {
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.toc--wrapper .toc--heading svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #FFF;
  stroke: #FFF;
  margin-right: 0.5rem;
}
.toc--wrapper .toc--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc--wrapper li {
  margin-bottom: 1rem;
}
.toc--wrapper a {
  text-decoration: none;
  font-size: 0.875rem;
  color: #FFF;
}
@media screen and (min-width: 1200px) {
  .toc--wrapper {
    margin-top: 0;
  }
}

.entry-header {
  position: relative;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.entry-header .entry-header--inner {
  z-index: 10;
  position: relative;
}
.entry-header .post-thumbnail::before, .entry-header .post-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.entry-header .post-thumbnail::before {
  background-color: var(--ptg_page_color);
  z-index: 5;
  opacity: 0.7;
  mix-blend-mode: color;
}
.entry-header .post-thumbnail::after {
  background-image: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.75) 85%);
  z-index: 8;
}
.entry-header .post-thumbnail .ptg_image {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.entry-header .entry-excerpt {
  font-size: 1.1875rem;
  line-height: 1.4;
}
.entry-header .entry-title {
  margin: 2rem 0;
  line-height: 1.125;
  color: #FFF;
  display: inline-block;
}
.entry-header .posted-on {
  color: #FFF;
}
.entry-header .posted-on svg {
  height: 1em;
  margin-right: 1ch;
  stroke: #FFF;
  fill: #FFF;
}
@media screen and (min-width: 1000px) {
  .entry-header .entry-title {
    margin: 1rem 0;
  }
  .entry-header .entry-title--wrap {
    position: relative;
  }
  .entry-header .region-badge {
    margin-left: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .entry-header.ptg_single .post-thumbnail::before, .entry-header.ptg_single .post-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .entry-header.ptg_single .ptg_image {
    filter: grayscale(1) brightness(0.8);
  }
  .entry-header .entry-header--inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 20rem;
    grid-template-rows: 2rem auto;
    height: 60vh;
  }
  .entry-header .entry-header--content {
    align-self: center;
    grid-column: 1;
    grid-row: 2;
    padding-right: 25%;
  }
  .entry-header .ptg_breadcrumbs {
    grid-column: 1/span 2;
    grid-row: 1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .entry-header {
    padding-top: 6.875rem;
    padding-bottom: 6vh;
  }
}

.entry-content {
  margin: 0;
  position: relative;
}
.entry-content::before {
  bottom: calc(100% - 1px);
  content: "";
  background-color: #FFF;
  clip-path: url(#ptgBottomSwooshCutout);
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 6vh;
  z-index: 20;
  pointer-events: none;
}

.ptg-generic {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ptg-generic h2 {
  margin-top: 0.5rem;
  margin-bottom: 3.5rem;
}
.ptg-generic .ptg-subtitle {
  margin-bottom: 1rem;
  color: #EB120A;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.ptg-generic .wysiwyg {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .ptg-generic {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-colophon .ptg-generic:first-of-type {
  padding-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .footer-colophon .ptg-generic:first-of-type {
    padding-top: 4rem;
  }
}

.ptg-generic.downloads {
  background-color: #FFF;
  position: relative;
  background-image: linear-gradient(90deg, rgba(74, 91, 207, 0.175) 0%, rgba(19, 163, 236, 0.175) 25%, rgba(74, 91, 207, 0.175) 50%, rgba(19, 163, 236, 0.175) 75%, rgba(74, 91, 207, 0.175) 100%);
}
.ptg-generic.downloads::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/noise.png);
  background-position: center center;
  background-repeat: repeat;
  background-blend-mode: color-burn;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .ptg-generic.downloads .downloads--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .ptg-generic.downloads .downloads--text {
    width: calc(33.3% - 2rem);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 2rem;
  }
  .ptg-generic.downloads .downloads--cards {
    width: 66.6%;
    flex-grow: 1;
  }
}
.ptg-generic.downloads a.ptg_icon_button {
  border: 0;
  padding: 0;
  float: right;
}
.ptg-generic.downloads .downloads--card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}
.ptg-generic.downloads .downloads--subtitle {
  display: block;
  color: #EB120A;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.ptg-generic.downloads .downloads--title {
  display: block;
  margin-bottom: 1.5rem;
  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;
}
.ptg-generic.downloads .downloads--size_label,
.ptg-generic.downloads .downloads--size_value {
  display: block;
}

.ptg-generic.table .table--container {
  margin: 1rem 0 2rem 0;
}
.ptg-generic.table .table--row {
  border-bottom: 1px solid #E5E7EB;
  padding: 1em 0;
}
@media screen and (min-width: 1000px) {
  .ptg-generic.table .table--row {
    display: flex;
  }
}
.ptg-generic.table .table--row:last-child {
  border-bottom: 0;
}
.ptg-generic.table .table--text {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .ptg-generic.table .table--value {
    width: 59.9%;
  }
}
.ptg-generic.table .table--heading {
  padding: 0 2rem 1rem 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.05;
  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: 1000px) {
  .ptg-generic.table .table--heading {
    padding-bottom: 0;
    width: 40%;
  }
}

@media screen and (min-width: 1000px) {
  .ptg-generic.text-gallery .text-gallery--inner {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}
.ptg-generic.text-gallery span {
  display: block;
  color: #EB120A;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.ptg-generic.text-gallery .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .ptg-generic.text-gallery .ptg-generic--text {
    width: calc(45% - 3rem);
    margin-right: 3rem;
  }
  .ptg-generic.text-gallery .swiper {
    width: 55%;
  }
}
@media screen and (min-width: 1000px) {
  .ptg-generic.text-gallery.ratio-0_3 .ptg-generic--text {
    width: calc(50% - 3rem);
  }
  .ptg-generic.text-gallery.ratio-0_3 .swiper {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .ptg-generic.text-gallery.ratio-0_3 .ptg-generic--text {
    width: calc(33.3% - 3rem);
  }
  .ptg-generic.text-gallery.ratio-0_3 .swiper {
    width: 66.6%;
  }
}
@media screen and (min-width: 1000px) {
  .ptg-generic.text-gallery.ratio-0_6 .ptg-generic--text {
    width: calc(66.6% - 3rem);
  }
  .ptg-generic.text-gallery.ratio-0_6 .swiper {
    width: 33.3%;
  }
}
@media screen and (min-width: 1200px) {
  .ptg-generic.text-gallery.ratio-0_6 .ptg-generic--text {
    width: calc(50% - 3rem);
  }
  .ptg-generic.text-gallery.ratio-0_6 .swiper {
    width: 50%;
  }
}

.ptg-generic.cta_grid .cta-grid--cta {
  display: block;
  position: relative;
  background-color: #F3F7FB;
  text-decoration: none;
  padding: 2rem 4.5rem 2rem 1.5rem;
  color: #090909;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.05;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ptg-generic.cta_grid .cta-grid--cta .ptg_button--icon {
  display: block;
  line-height: 0;
  padding: 1.125rem;
  border-radius: 50%;
  border: 1px solid rgba(9, 9, 9, 0.2);
  box-sizing: content-box;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate3d(0, -50%, 0);
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ptg-generic.cta_grid .cta-grid--cta .ptg_button--icon svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: #090909;
  stroke: #090909;
  transition-property: fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ptg-generic.cta_grid .cta-grid--cta:hover {
  color: #E5E7EB;
  background-color: #090909;
}
.ptg-generic.cta_grid .cta-grid--cta:hover .ptg_button--icon {
  border-color: #E5E7EB;
}
.ptg-generic.cta_grid .cta-grid--cta:hover svg {
  fill: #E5E7EB;
  stroke: #E5E7EB;
}
@media screen and (min-width: 1000px) {
  .ptg-generic.cta_grid .ptg-generic--text {
    text-align: center;
    padding: 0 20%;
  }
  .ptg-generic.cta_grid .cta-grid--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0 2rem 0;
  }
}

.ptg-generic.form .form--text {
  margin: 3rem 0;
}
@media screen and (min-width: 1200px) {
  .ptg-generic.form {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .ptg-generic.form .form--text {
    width: 50%;
    margin: 0;
  }
  .ptg-generic.form .form--container {
    width: 50%;
  }
}

.ptg-generic.video-gallery .gallery-thumbs {
  margin-top: 3rem;
}
.ptg-generic.video-gallery .video_gallery_thumb--wrapper {
  align-content: center;
  overflow: hidden;
}
.ptg-generic.video-gallery .video_gallery_thumb--title {
  margin-bottom: 1rem;
}
.ptg-generic.video-gallery .video_gallery_thumb {
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.ptg-generic.video-gallery .video_gallery_thumb .video_gallery_thumb--title {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.05;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.ptg-generic.video-gallery .video_gallery_thumb .ptg_image {
  height: 100%;
  width: 170px;
  object-fit: contain;
  object-position: center center;
  border-radius: 0.75rem 0 0 0.75rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .ptg-generic.video-gallery .swiper-wrapper {
    height: 100%;
  }
  .ptg-generic.video-gallery .ptg-swiper {
    height: 100%;
  }
  .ptg-generic.video-gallery .ptg-video-gallery_outer {
    display: flex;
    flex-direction: row;
    height: 650px;
  }
  .ptg-generic.video-gallery .ptg-video-gallery {
    width: 63.6%;
    display: block;
    height: 650px;
  }
  .ptg-generic.video-gallery .ptg-video-gallery .ptg_vimeo_wrapper {
    padding-top: 0 !important;
    height: 100%;
  }
  .ptg-generic.video-gallery .ptg-video-gallery .vimeo_poster .ptg_image {
    height: auto;
    max-height: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .ptg-generic.video-gallery .ptg-video-gallery .vimeo_poster .ptg_image.ptg_poster_ratio_5625 {
    aspect-ratio: 16/9;
  }
  .ptg-generic.video-gallery .ptg-video-gallery .vimeo_poster .ptg_image.ptg_poster_ratio_177 {
    aspect-ratio: 9/16;
  }
  .ptg-generic.video-gallery .ptg-video-gallery .vimeo_poster .ptg_image.ptg_poster_ratio_100 {
    aspect-ratio: 1;
  }
  .ptg-generic.video-gallery .gallery-thumbs {
    margin-left: 2%;
    margin-top: 0;
    width: 34.3%;
    display: block;
    height: 650px;
  }
}

.ptg-generic.case-study .ptg-swiper .card--term_badge {
  display: block;
  color: #FFF;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.ptg-generic.case-study .ptg-swiper .card--card {
  margin: 0;
}
.ptg-generic.case-study .ptg-swiper .card--card .card--content {
  background-color: rgba(9, 9, 9, 0.6);
  color: #fff;
  padding: 2rem;
  margin: 7rem 0 0 0;
  position: relative;
  text-align: left;
  backdrop-filter: blur(2rem);
}
.ptg-generic.case-study .ptg-swiper .card--card .card--subtitle {
  color: #fff;
}
.ptg-generic.case-study .ptg-swiper .card--card .card--image {
  height: 100%;
  clip-path: none;
  border-radius: 0.75rem;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ptg-generic.case-study .ptg-swiper .card--card .ptg_button {
  display: inline-block;
  margin-top: 2rem;
}
.ptg-generic.case-study .ptg-swiper-nav--wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 200;
}
@media screen and (min-width: 1200px) {
  .ptg-generic.case-study .ptg-swiper .card--card .card--content {
    margin: 40% 2rem 2rem 60%;
  }
  .ptg-generic.case-study .ptg-swiper-nav--wrapper {
    bottom: 4rem;
    right: 4rem;
    top: auto;
  }
}

.entry-product-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.entry-icon {
  border: 2px solid var(--ptg_page_color);
  border-radius: 50%;
  height: 1.125rem;
  width: 1.125rem;
  padding: 0.625rem;
  margin: 0 1.25em 0 0;
  box-sizing: content-box;
}
.entry-icon img {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  line-height: 0;
}

body.single .site-footer {
  padding-top: 7rem;
}
body.single .site-footer .footer-cutout {
  margin-top: -7rem;
}
body.single .site-footer .footer-cutout::after {
  clip-path: url(#ptgTopDome);
  transform: scale(1, -1);
  height: 7rem;
}
body.single .site-footer .ptg_swirl {
  background-position: left 80%;
  background-size: 130vw;
}
body.single .site-footer .ptg_swirl.add_red::before {
  background-position: right top;
  background-size: 115vw;
  transform: rotate(10deg);
}

.entry-content {
  background-image: url(../img/ptg-p.svg);
  background-repeat: no-repeat;
  background-size: 72vw;
  background-position: center top;
}

/*# sourceMappingURL=ptg_single-generics.css.map */
