.ppl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.ppl-absolute {
  position: absolute;
}

.ppl-relative {
  position: relative;
}

.ppl-inset-0 {
  inset: 0px;
}

.-ppl-left-7 {
  left: -1.75rem;
}

.ppl-bottom-0 {
  bottom: 0px;
}

.ppl-bottom-20 {
  bottom: 5rem;
}

.ppl-left-0 {
  left: 0px;
}

.ppl-left-16 {
  left: 4rem;
}

.ppl-left-4 {
  left: 1rem;
}

.ppl-left-6 {
  left: 1.5rem;
}

.ppl-left-\[-15px\] {
  left: -15px;
}

.ppl-right-0 {
  right: 0px;
}

.ppl-right-4 {
  right: 1rem;
}

.ppl-right-\[-15px\] {
  right: -15px;
}

.ppl-top-0 {
  top: 0px;
}

.ppl-top-1\/2 {
  top: 50%;
}

.ppl-top-20 {
  top: 5rem;
}

.ppl-top-7 {
  top: 1.75rem;
}

.ppl-top-\[100px\] {
  top: 100px;
}

.ppl-top-\[70px\] {
  top: 70px;
}

.ppl-z-10 {
  z-index: 10;
}

.ppl-z-20 {
  z-index: 20;
}

.ppl-col-span-12 {
  grid-column: span 12 / span 12;
}

.ppl-col-span-3 {
  grid-column: span 3 / span 3;
}

.ppl-col-span-4 {
  grid-column: span 4 / span 4;
}

.ppl-col-span-6 {
  grid-column: span 6 / span 6;
}

.ppl-col-span-8 {
  grid-column: span 8 / span 8;
}

.ppl-m-0 {
  margin: 0px;
}

.ppl-m-1 {
  margin: 0.25rem;
}

.\!ppl-mt-2\.5 {
  margin-top: 0.625rem !important;
}

.ppl-mb-1 {
  margin-bottom: 0.25rem;
}

.ppl-mb-10 {
  margin-bottom: 2.5rem;
}

.ppl-mb-2 {
  margin-bottom: 0.5rem;
}

.ppl-mb-6 {
  margin-bottom: 1.5rem;
}

.ppl-mb-8 {
  margin-bottom: 2rem;
}

.ppl-mt-12 {
  margin-top: 3rem;
}

.ppl-mt-2 {
  margin-top: 0.5rem;
}

.ppl-mt-5 {
  margin-top: 1.25rem;
}

.ppl-mt-6 {
  margin-top: 1.5rem;
}

.ppl-block {
  display: block;
}

.ppl-inline-block {
  display: inline-block;
}

.ppl-flex {
  display: flex;
}

.ppl-inline-flex {
  display: inline-flex;
}

.ppl-grid {
  display: grid;
}

.ppl-aspect-\[1200\/700\] {
  aspect-ratio: 1200/700;
}

.ppl-aspect-\[370\/210\] {
  aspect-ratio: 370/210;
}

.ppl-aspect-\[550\/330\] {
  aspect-ratio: 550/330;
}

.ppl-size-12 {
  width: 3rem;
  height: 3rem;
}

.ppl-size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.ppl-size-\[14px\] {
  width: 14px;
  height: 14px;
}

.ppl-size-\[16px\] {
  width: 16px;
  height: 16px;
}

.ppl-size-\[18px\] {
  width: 18px;
  height: 18px;
}

.ppl-h-1 {
  height: 0.25rem;
}

.ppl-h-8 {
  height: 2rem;
}

.ppl-h-9 {
  height: 2.25rem;
}

.ppl-h-\[16px\] {
  height: 16px;
}

.ppl-h-\[17px\] {
  height: 17px;
}

.ppl-h-\[25px\] {
  height: 25px;
}

.ppl-h-\[26px\] {
  height: 26px;
}

.ppl-h-\[2px\] {
  height: 2px;
}

.ppl-h-\[315px\] {
  height: 315px;
}

.ppl-h-\[58px\] {
  height: 58px;
}

.ppl-h-full {
  height: 100%;
}

.ppl-h-px {
  height: 1px;
}

.ppl-min-h-\[475px\] {
  min-height: 475px;
}

.ppl-w-1\/4 {
  width: 25%;
}

.ppl-w-8 {
  width: 2rem;
}

.ppl-w-9 {
  width: 2.25rem;
}

.ppl-w-\[17px\] {
  width: 17px;
}

.ppl-w-\[25px\] {
  width: 25px;
}

.ppl-w-\[26px\] {
  width: 26px;
}

.ppl-w-\[57px\] {
  width: 57px;
}

.ppl-w-\[7px\] {
  width: 7px;
}

.ppl-w-full {
  width: 100%;
}

.ppl-min-w-72 {
  min-width: 18rem;
}

.\!ppl-max-w-full {
  max-width: 100% !important;
}

.ppl-max-w-lg {
  max-width: 32rem;
}

.ppl-flex-1 {
  flex: 1 1 0%;
}

.ppl-shrink-0 {
  flex-shrink: 0;
}

.-ppl-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-ppl-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ppl-translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ppl-cursor-pointer {
  cursor: pointer;
}

.ppl-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.ppl-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ppl-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ppl-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ppl-flex-row {
  flex-direction: row;
}

.ppl-flex-col {
  flex-direction: column;
}

.ppl-flex-wrap {
  flex-wrap: wrap;
}

.ppl-items-start {
  align-items: flex-start;
}

.ppl-items-end {
  align-items: flex-end;
}

.ppl-items-center {
  align-items: center;
}

.ppl-items-stretch {
  align-items: stretch;
}

.ppl-justify-start {
  justify-content: flex-start;
}

.ppl-justify-end {
  justify-content: flex-end;
}

.ppl-justify-center {
  justify-content: center;
}

.ppl-justify-between {
  justify-content: space-between;
}

.ppl-gap-0 {
  gap: 0px;
}

.ppl-gap-1 {
  gap: 0.25rem;
}

.ppl-gap-1\.5 {
  gap: 0.375rem;
}

.ppl-gap-2 {
  gap: 0.5rem;
}

.ppl-gap-3 {
  gap: 0.75rem;
}

.ppl-gap-4 {
  gap: 1rem;
}

.ppl-gap-5 {
  gap: 1.25rem;
}

.ppl-gap-6 {
  gap: 1.5rem;
}

.ppl-gap-8 {
  gap: 2rem;
}

.ppl-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.ppl-gap-y-12 {
  row-gap: 3rem;
}

.ppl-overflow-hidden {
  overflow: hidden;
}

.ppl-rounded-2xl {
  border-radius: 1rem;
}

.ppl-rounded-\[16px\] {
  border-radius: 16px;
}

.ppl-rounded-\[20px\] {
  border-radius: 20px;
}

.ppl-rounded-\[3\.5px\] {
  border-radius: 3.5px;
}

.ppl-rounded-full {
  border-radius: 9999px;
}

.ppl-rounded-lg {
  border-radius: 0.5rem;
}

.ppl-border {
  border-width: 1px;
}

.ppl-border-0 {
  border-width: 0px;
}

.ppl-border-\[10px\] {
  border-width: 10px;
}

.ppl-border-b {
  border-bottom-width: 1px;
}

.ppl-border-l-0 {
  border-left-width: 0px;
}

.ppl-border-r-0 {
  border-right-width: 0px;
}

.ppl-border-t-0 {
  border-top-width: 0px;
}

.ppl-border-solid {
  border-style: solid;
}

.ppl-border-\[\#3C4358\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 67 88 / var(--tw-border-opacity, 1));
}

.ppl-border-ppl-lightblue {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
}

.ppl-border-ppl-s-gray {
  --tw-border-opacity: 1;
  border-color: rgb(197 198 200 / var(--tw-border-opacity, 1));
}

.ppl-border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.ppl-bg-\[\#2D354D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 53 77 / var(--tw-bg-opacity, 1));
}

.ppl-bg-\[\#3C4358\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 67 88 / var(--tw-bg-opacity, 1));
}

.ppl-bg-\[\#E5E7EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.ppl-bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.ppl-bg-ppl-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(11 20 46 / var(--tw-bg-opacity, 1));
}

.ppl-bg-ppl-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
}

.ppl-bg-ppl-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(242 203 0 / var(--tw-bg-opacity, 1));
}

.ppl-bg-transparent {
  background-color: transparent;
}

.ppl-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.ppl-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ppl-p-0 {
  padding: 0px;
}

.ppl-p-12 {
  padding: 3rem;
}

.ppl-p-8 {
  padding: 2rem;
}

.ppl-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.ppl-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ppl-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ppl-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.ppl-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ppl-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ppl-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.ppl-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ppl-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ppl-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.ppl-pb-3 {
  padding-bottom: 0.75rem;
}

.ppl-pb-6 {
  padding-bottom: 1.5rem;
}

.ppl-pl-5 {
  padding-left: 1.25rem;
}

.ppl-pr-1\.5 {
  padding-right: 0.375rem;
}

.ppl-pt-4 {
  padding-top: 1rem;
}

.ppl-text-center {
  text-align: center;
}

.ppl-text-right {
  text-align: right;
}

.ppl-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.ppl-text-\[16px\] {
  font-size: 16px;
}

.ppl-text-\[17px\] {
  font-size: 17px;
}

.ppl-text-\[18px\] {
  font-size: 18px;
}

.ppl-text-\[19px\] {
  font-size: 19px;
}

.ppl-text-\[26px\] {
  font-size: 26px;
}

.ppl-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.ppl-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ppl-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ppl-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ppl-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.ppl-font-bold {
  font-weight: 700;
}

.ppl-font-medium {
  font-weight: 500;
}

.ppl-font-normal {
  font-weight: 400;
}

.ppl-font-semibold {
  font-weight: 600;
}

.ppl-leading-none {
  line-height: 1;
}

.ppl-leading-snug {
  line-height: 1.375;
}

.ppl-leading-tight {
  line-height: 1.25;
}

.ppl-text-\[\#C5C6C8\] {
  --tw-text-opacity: 1;
  color: rgb(197 198 200 / var(--tw-text-opacity, 1));
}

.ppl-text-ppl-darkblue {
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}

.ppl-text-ppl-gray {
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
}

.ppl-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ppl-text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.ppl-no-underline {
  text-decoration-line: none;
}

.ppl-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ppl-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ppl-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ppl-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ppl-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ppl-duration-200 {
  transition-duration: 200ms;
}

.ppl-duration-300 {
  transition-duration: 300ms;
}

.ppl-duration-700 {
  transition-duration: 700ms;
}

.ppl-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-columns {
  gap: 2.5rem !important;
}

.wp-block-group.alignfull > figure {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
  max-width: 100%;
}

.wp-block-group.alignfull > figure img {
  width: 100%;
}

.wp-block-image img {
  width: 100%;
  max-width: 100%;
}

.wp-block-social-link:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wp-block-social-link svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wp-element-button, .wp-block-button__link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header.site-header .header-toggles #fullsite-search,
header.site-header .header-toggles #fullmenu {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

body.ppl-dark .latest-news-grid-block aheader.site-header .header-toggles #fullsite-search.ppl-flex-col,body.ppl-dark .latest-news-grid-block a
header.site-header .header-toggles #fullmenu.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 aheader.site-header .header-toggles #fullsite-search.ppl-flex-col,body.ppl-dark .featured-cats-block .ppl-col-span-8 a
header.site-header .header-toggles #fullmenu.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block aheader.site-header .header-toggles #fullsite-search.ppl-flex-col,body.ppl-dark .empresas-hoje-block a
header.site-header .header-toggles #fullmenu.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .latest-news-grid-block aheader.site-header .header-toggles #fullsite-search,
body.ppl-dark .featured-cats-block .ppl-col-span-8 aheader.site-header .header-toggles #fullsite-search,body.ppl-dark .latest-news-grid-block a
header.site-header .header-toggles #fullmenu,
body.ppl-dark .featured-cats-block .ppl-col-span-8 a
header.site-header .header-toggles #fullmenu {
  transition: background-color 0.35s ease-in-out;
}

.header-overlay-gradient {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  top: -10px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0B142E var(--tw-gradient-to-position);
  opacity: 0.5;
}

.featured-post-overlay{
  background: linear-gradient(to bottom, rgba(11, 20, 46, 0) 0%, rgba(11, 20, 46, 1) 100%);
}

.latest-posts-block a:hover .featured-post-img,
.adjacent-posts-block a:hover .featured-post-img{
  transform: scale(1.1);
}

.adjacent-posts-pill-translucent{
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(249, 249, 249, 0.5);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.featured-article-block:hover .featured-article-img{
  transform: scale(1.05);
}

.featured-article-card{
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(249, 249, 249, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.highlights-slider-nav{
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(249, 249, 249, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.featured-cats-pill {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}


body.ppl-dark .featured-cats-block .ppl-border-b .featured-cats-pill {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .featured-cats-pill {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.featured-cats-pill--active {
  --tw-border-opacity: 1;
  border-color: rgb(11 20 46 / var(--tw-border-opacity, 1));
}

.featured-cats-panel{
  display: none;
}

.featured-cats-panel.is-active{
  display: block;
}

.home-grid-pub {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 4rem !important;
}

.home-grid-pub .home-grid-pub-content {
  grid-column: span 9 / span 9 !important;
}

.home-grid-pub .home-grid-pub-ads {
  grid-column: span 3 / span 3 !important;
}

.see-all-btn {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 20 46 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.see-all-btn::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: #29ABE2;
  transform: translateX(100%);
  transition: transform 350ms ease-in-out;
}

.see-all-btn:hover::before{
  transform: translateX(0);
}

.see-all-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
}

.see-all-btn-icon {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.see-all-btn:hover .see-all-btn-icon{
  transform: translateX(3px);
}

.newsletter-input-wrapper span {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.newsletter-input-wrapper:focus-within span {
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
}

footer.site-footer .footer-main-info .footer-main-info-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-grid-inner {
  grid-column: span 8 / span 8;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.ppl-dark .featured-cats-block footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-grid-inner a.ppl-flex.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}


body.ppl-dark .featured-cats-block footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-grid-inner a.ppl-flex {
  transition: background-color 0.35s ease-in-out;
}

footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter {
  grid-column: span 4 / span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

body.ppl-dark .latest-news-grid-block afooter.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .latest-news-grid-block afooter.ppl-flex.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 afooter.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 afooter.ppl-flex.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block afooter.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block afooter.ppl-flex.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}


body.ppl-dark .featured-cats-block footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter > div {
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .latest-news-grid-block afooter.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter,
body.ppl-dark .featured-cats-block .ppl-col-span-8 afooter.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-newsletter {
  transition: background-color 0.35s ease-in-out;
}

footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-grid-inner > .wp-block-group {
  grid-column: span 4 / span 4;
}


body.ppl-dark .featured-cats-block footer.site-footer .footer-main-info .footer-main-info-grid .footer-main-info-grid-inner > .wp-block-group > div {
  transition: background-color 0.35s ease-in-out;
}

footer.site-footer .footer-footnote .footer-footnote-aboutus .footer-footnote-aboutus-internal .wp-block-image img {
  width: 175px;
}

header.site-header .header-menu {
  flex: 1 1 0%;
}

header.site-header .header-menu .wp-block-navigation {
  display: flex;
  width: 100%;
  max-width: 100%;
}

body.ppl-dark .latest-news-grid-block aheader.site-header .header-menu .wp-block-navigation.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 aheader.site-header .header-menu .wp-block-navigation.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block aheader.site-header .header-menu .wp-block-navigation.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .latest-news-grid-block aheader.site-header .header-menu .wp-block-navigation,
body.ppl-dark .featured-cats-block .ppl-col-span-8 aheader.site-header .header-menu .wp-block-navigation {
  transition: background-color 0.35s ease-in-out;
}

header.site-header .header-menu nav ul {
  justify-content: center;
}

header.site-header .header-menu nav ul li a {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}

header.site-header .header-menu nav ul li.current-menu-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 0.5px solid rgba(240, 249, 249, 0.2);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

header.site-header .header-menu nav ul li:first-child a {
  padding-left: 0px;
}

header.site-header .header-menu nav ul li:last-child a {
  padding-right: 0px;
}

.single-post .single-post-content-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.single-post .single-post-content-grid .single-post-content-grid-content {
  grid-column: span 9 / span 9;
}

.single-post .single-post-content-grid .single-post-content-sidebar {
  grid-column: span 3 / span 3;
}

.single-post .single-post-content-grid .single-post-content-grid-content .entry-content img,
.single-post .single-post-content-grid .single-post-content-grid-content .entry-content figure,
.single-post .single-post-content-grid .single-post-content-grid-content .entry-content figure a {
  width: 100% !important;
  max-width: 100% !important;
}

.single-post .single-post-content-grid .single-post-content-grid-content .entry-content img {
  border-radius: 0.75rem;
}

.single-post .single-post-content-grid .single-post-content-grid-content .entry-content p:has(> img),
.single-post .single-post-content-grid .single-post-content-grid-content .entry-content p:has(> a > img){
  max-width: none;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
}

.post-meta-article-tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 20 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.ppl-dark .ppl-top-7 span.post-meta-article-tag:hover {
  background-color: #F8E71C;
  color: #1E1E1E;
}

.wp-block-comments .wp-block-comment-template {
  margin: 0px;
  margin-top: 2.5rem;
  list-style-type: none;
  padding: 0px;
}

.wp-block-comments .wp-block-comment-template > li.comment:not(:first-of-type) {
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(197 198 200 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.wp-block-comments li.comment:last-of-type {
  border-bottom-width: 0px;
}

.wp-block-comment-template ol {
  padding-left: 3rem;
}

.wp-block-comments .comment .wp-block-columns {
  flex-wrap: nowrap;
  gap: 1rem !important;
}

.wp-block-comments .comment .wp-block-column:first-child {
  flex-shrink: 0;
  flex-basis: 40px !important;
}

.wp-block-comments .wp-block-avatar {
  margin: 0px;
}

.wp-block-comments .wp-block-avatar .wp-block-avatar__image,
.wp-block-comments .wp-block-avatar img {
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.wp-block-comments .wp-block-comment-author-name {
  margin: 0px;
  margin-bottom: 0.125rem;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-comments .wp-block-comment-author-name {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-comments .wp-block-comment-author-name {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-comments .wp-block-comment-date {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
}

body.ppl-dark .wp-block-comments .wp-block-comment-date,
body.ppl-dark .capas-jornais-block p.wp-block-comments .wp-block-comment-date {
  color: #A7A8AA;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .wp-block-comments .wp-block-comment-date {
  color: #A7A8AA;
}

.wp-block-comments .wp-block-comment-date a {
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.ppl-dark .wp-block-comments .wp-block-comment-date a,
body.ppl-dark .capas-jornais-block p.wp-block-comments .wp-block-comment-date a {
  color: #A7A8AA;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .wp-block-comments .wp-block-comment-date a {
  color: #A7A8AA;
}

.wp-block-comments .wp-block-comment-date a:hover {
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}

.wp-block-comments .wp-block-comment-content {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-comments .wp-block-comment-content {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-comments .wp-block-comment-content {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-comments .wp-block-comment-content p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.wp-block-comments .wp-block-comment-content p:last-child {
  margin-bottom: 0px;
}

.wp-block-comments .wp-block-comment-reply-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wp-block-comments .wp-block-comment-reply-link a,
.wp-block-comments .comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.ppl-dark .wp-block-comments .wp-block-comment-reply-link a,
body.ppl-dark .capas-jornais-block p.wp-block-comments .wp-block-comment-reply-link a,body.ppl-dark 
.wp-block-comments .comment-reply-link,
body.ppl-dark .capas-jornais-block p
.wp-block-comments .comment-reply-link {
  color: #A7A8AA;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .wp-block-comments .wp-block-comment-reply-link a,body.ppl-dark .archive-loop-grid .post-loop-items a 
.wp-block-comments .comment-reply-link {
  color: #A7A8AA;
}

.wp-block-comments .wp-block-comment-reply-link a:hover,
.wp-block-comments .comment-reply-link:hover {
  text-decoration-line: underline;
}

.wp-block-comments .wp-block-comment-reply-link a::before,
.wp-block-comments .comment-reply-link::before{
  content: '';
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(136 138 145 / var(--tw-bg-opacity, 1));
  mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20H15C16.5533 20 17.33 20 17.9422 19.7467C18.3468 19.5791 18.7143 19.3336 19.024 19.024C19.3336 18.7143 19.5791 18.3468 19.7467 17.9422C20 17.33 20 16.5533 20 15V10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM5.55556 8.88889C5.55556 8.5942 5.67262 8.31159 5.88099 8.10322C6.08937 7.89484 6.37198 7.77778 6.66667 7.77778H13.3333C13.628 7.77778 13.9106 7.89484 14.119 8.10322C14.3274 8.31159 14.4444 8.5942 14.4444 8.88889C14.4444 9.18357 14.3274 9.46619 14.119 9.67456C13.9106 9.88294 13.628 10 13.3333 10H6.66667C6.37198 10 6.08937 9.88294 5.88099 9.67456C5.67262 9.46619 5.55556 9.18357 5.55556 8.88889ZM8.88889 13.3333C8.88889 13.0386 9.00595 12.756 9.21433 12.5477C9.4227 12.3393 9.70532 12.2222 10 12.2222H13.3333C13.628 12.2222 13.9106 12.3393 14.119 12.5477C14.3274 12.756 14.4444 13.0386 14.4444 13.3333C14.4444 13.628 14.3274 13.9106 14.119 14.119C13.9106 14.3274 13.628 14.4444 13.3333 14.4444H10C9.70532 14.4444 9.4227 14.3274 9.21433 14.119C9.00595 13.9106 8.88889 13.628 8.88889 13.3333Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20H15C16.5533 20 17.33 20 17.9422 19.7467C18.3468 19.5791 18.7143 19.3336 19.024 19.024C19.3336 18.7143 19.5791 18.3468 19.7467 17.9422C20 17.33 20 16.5533 20 15V10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM5.55556 8.88889C5.55556 8.5942 5.67262 8.31159 5.88099 8.10322C6.08937 7.89484 6.37198 7.77778 6.66667 7.77778H13.3333C13.628 7.77778 13.9106 7.89484 14.119 8.10322C14.3274 8.31159 14.4444 8.5942 14.4444 8.88889C14.4444 9.18357 14.3274 9.46619 14.119 9.67456C13.9106 9.88294 13.628 10 13.3333 10H6.66667C6.37198 10 6.08937 9.88294 5.88099 9.67456C5.67262 9.46619 5.55556 9.18357 5.55556 8.88889ZM8.88889 13.3333C8.88889 13.0386 9.00595 12.756 9.21433 12.5477C9.4227 12.3393 9.70532 12.2222 10 12.2222H13.3333C13.628 12.2222 13.9106 12.3393 14.119 12.5477C14.3274 12.756 14.4444 13.0386 14.4444 13.3333C14.4444 13.628 14.3274 13.9106 14.119 14.119C13.9106 14.3274 13.628 14.4444 13.3333 14.4444H10C9.70532 14.4444 9.4227 14.3274 9.21433 14.119C9.00595 13.9106 8.88889 13.628 8.88889 13.3333Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.wp-block-comments .wp-block-comment-reply-link a:hover::before,
.wp-block-comments .comment-reply-link:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
}

.wp-block-comments .wp-block-comment-reply-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(41 171 226 / var(--tw-text-opacity, 1));
}

.wp-block-comments .comment-respond {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding-top: 2rem;
}

.wp-block-comments .comment-reply-title {
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-comments .comment-reply-title {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-comments .comment-reply-title {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-comments .comment-reply-title small {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.wp-block-comments .comment-reply-title small a {
  --tw-text-opacity: 1;
  color: rgb(41 171 226 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.wp-block-comments .comment-reply-title small a:hover {
  text-decoration-line: underline;
}

.wp-block-comments .comment-notes,
.wp-block-comments .required-field-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
}

body.ppl-dark .wp-block-comments .comment-notes,
body.ppl-dark .capas-jornais-block p.wp-block-comments .comment-notes,body.ppl-dark 
.wp-block-comments .required-field-message,
body.ppl-dark .capas-jornais-block p
.wp-block-comments .required-field-message {
  color: #A7A8AA;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .wp-block-comments .comment-notes,body.ppl-dark .archive-loop-grid .post-loop-items a 
.wp-block-comments .required-field-message {
  color: #A7A8AA;
}

.wp-block-comments .comment-notes .required {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.wp-block-comments .comment-form .comment-form-author {
  grid-row-start: 1;
}

.wp-block-comments .comment-form .comment-form-email {
  grid-column-start: 2;
  grid-row-start: 1;
}

.wp-block-comments .comment-form .comment-form-comment {
  grid-row-start: 2;
}

.wp-block-comments .comment-form .form-submit {
  grid-row-start: 2;
}

.wp-block-comments .comment-form .comment-notes {
  grid-row-start: 3 !important;
  margin-bottom: 0.75rem !important;
}

.wp-block-comments .comment-form p:not(.comment-form-subscriptions) label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wp-block-comments .comment-form .required {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.wp-block-comments .comment-form input[type="text"],
.wp-block-comments .comment-form input[type="email"] {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 198 200 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-comments .comment-form input[type="text"],
body.ppl-dark .featured-cats-block .ppl-border-b 
.wp-block-comments .comment-form input[type="email"] {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-comments .comment-form input[type="text"],
body.ppl-dark 
.wp-block-comments .comment-form input[type="email"] {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-comments .comment-form textarea {
  min-height: 57px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-comments .comment-form textarea {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-comments .comment-form textarea {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-comments .comment-form textarea {
  min-height: 100px;
  resize: vertical;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.wp-block-comments .comment-form textarea:focus {
  border-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wp-block-comments .comment-form input::-moz-placeholder, .wp-block-comments .comment-form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
}

.wp-block-comments .comment-form input::placeholder,
.wp-block-comments .comment-form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(136 138 145 / var(--tw-text-opacity, 1));
}

body.ppl-dark .wp-block-comments .comment-form input::-moz-placeholder, body.ppl-dark .capas-jornais-block p.wp-block-comments .comment-form input::-moz-placeholder, body.ppl-dark 
.wp-block-comments .comment-form textarea::-moz-placeholder, body.ppl-dark .capas-jornais-block p
.wp-block-comments .comment-form textarea::-moz-placeholder {
  color: #A7A8AA;
  -moz-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .wp-block-comments .comment-form input::placeholder,
body.ppl-dark .capas-jornais-block p.wp-block-comments .comment-form input::placeholder,body.ppl-dark 
.wp-block-comments .comment-form textarea::placeholder,
body.ppl-dark .capas-jornais-block p
.wp-block-comments .comment-form textarea::placeholder {
  color: #A7A8AA;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .wp-block-comments .comment-form input::-moz-placeholder, body.ppl-dark .archive-loop-grid .post-loop-items a 
.wp-block-comments .comment-form textarea::-moz-placeholder {
  color: #A7A8AA;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .wp-block-comments .comment-form input::placeholder,body.ppl-dark .archive-loop-grid .post-loop-items a 
.wp-block-comments .comment-form textarea::placeholder {
  color: #A7A8AA;
}

.wp-block-comments .comment-form input[type="text"]:focus,
.wp-block-comments .comment-form input[type="email"]:focus,
.wp-block-comments .comment-form input[type="url"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wp-block-comments .comment-form-comment {
  margin-bottom: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(197 198 200 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}


body.ppl-dark .latest-news-grid-block .wp-block-comments .comment-form-comment h3 {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}

.wp-block-comments .comment-form-comment:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.wp-block-comments .comment-form-author,
.wp-block-comments .comment-form-email {
  margin-bottom: 1rem;
}

.wp-block-comments .comment-form-url {
  margin-bottom: 1rem;
}

.wp-block-comments .comment-form-cookies-consent,
.wp-block-comments .comment-form-subscriptions {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-comments .comment-form-cookies-consent,
body.ppl-dark .featured-cats-block .ppl-border-b 
.wp-block-comments .comment-form-subscriptions {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-comments .comment-form-cookies-consent,
body.ppl-dark 
.wp-block-comments .comment-form-subscriptions {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-comments .comment-form-cookies-consent label,
.wp-block-comments .comment-form-subscriptions label {
  margin-bottom: 0px;
  display: inline;
  font-weight: 400;
}

.wp-block-comments .comment-form-cookies-consent input[type="checkbox"],
.wp-block-comments .comment-form-subscriptions input[type="checkbox"] {
  vertical-align: middle;
}

.wp-block-comments .comment-form-subscriptions br {
  display: none;
}

.wp-block-comments .comment-form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}

.wp-block-comments .comment-form-comment{
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
}

.wp-block-comments .comment-form .comment-notes{
  grid-column: 1 / -1;
  grid-row: 2;
}

.wp-block-comments .comment-form-author{
  grid-column: 1;
  grid-row: 3;
}

.wp-block-comments .comment-form-email{
  grid-column: 2;
  grid-row: 3;
}

.wp-block-comments .comment-form-url{
  grid-column: 1 / -1;
  grid-row: 4;
}

.wp-block-comments .comment-form-cookies-consent{
  grid-column: 1 / -1;
  grid-row: 5;
}

.wp-block-comments .comment-form-subscriptions{
  grid-column: 1 / -1;
  grid-row: 6;
}

.wp-block-comments .form-submit{
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: 10;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  align-self: flex-end;
  justify-self: end;
  padding-top: 0px;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 0px;
}

.wp-block-comments .form-submit .wp-block-button__link,
.wp-block-comments .form-submit .submit {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wp-block-comments .form-submit .wp-block-button__link:hover,
.wp-block-comments .form-submit .submit:hover {
  opacity: 0.9;
}

#cancel-comment-reply-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(41 171 226 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#cancel-comment-reply-link:hover {
  text-decoration-line: underline;
}

.archive-loop-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 3rem !important;
}

.archive-loop-grid .archive-loop-grid-content {
  grid-column: span 9 / span 9;
}

.archive-loop-grid .archive-loop-grid-sidebar {
  grid-column: span 3 / span 3;
}

.archive-loop-grid .archive-loop-grid-content .post-loop-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}

.wp-block-query-pagination {
  display: flex;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

body.ppl-dark .latest-news-grid-block a.wp-block-query-pagination.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 a.wp-block-query-pagination.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block a.wp-block-query-pagination.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .latest-news-grid-block a.wp-block-query-pagination,
body.ppl-dark .featured-cats-block .ppl-col-span-8 a.wp-block-query-pagination {
  transition: background-color 0.35s ease-in-out;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  margin: 0px !important;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
  opacity: 0.9;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  font-size: 0;
}

.wp-block-query-pagination-previous {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-query-pagination-previous {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-query-pagination-previous {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-query-pagination-next {
  --tw-bg-opacity: 1;
  background-color: rgb(11 20 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.ppl-dark .ppl-top-7 span.wp-block-query-pagination-next {
  background-color: #F8E71C;
  color: #1E1E1E;
}

.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow {
  display: block;
  height: 0.5625rem;
  width: 0.375rem;
  font-size: 0;
  line-height: 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  background-color: #0B142E;
  mask-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.3041 5.17317C0.109375 4.99611 0 4.75609 0 4.50584C0 4.25559 0.109375 4.01557 0.3041 3.8385L4.22493 0.276457C4.42 0.0993855 4.68453 0 4.96033 0C5.23614 0 5.50061 0.0996168 5.69559 0.276772C5.89057 0.453926 6.00007 0.694167 6 0.944642C5.99994 1.19512 5.89031 1.43531 5.69524 1.61238L2.50922 4.50584L5.69524 7.39929C5.88475 7.57732 5.98968 7.81581 5.98744 8.06342C5.9852 8.31102 5.87597 8.54792 5.68327 8.72309C5.49057 8.89827 5.22982 8.99769 4.95718 8.99996C4.68454 9.00223 4.42183 8.90715 4.22562 8.73522L0.303406 5.1738L0.3041 5.17317Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.3041 5.17317C0.109375 4.99611 0 4.75609 0 4.50584C0 4.25559 0.109375 4.01557 0.3041 3.8385L4.22493 0.276457C4.42 0.0993855 4.68453 0 4.96033 0C5.23614 0 5.50061 0.0996168 5.69559 0.276772C5.89057 0.453926 6.00007 0.694167 6 0.944642C5.99994 1.19512 5.89031 1.43531 5.69524 1.61238L2.50922 4.50584L5.69524 7.39929C5.88475 7.57732 5.98968 7.81581 5.98744 8.06342C5.9852 8.31102 5.87597 8.54792 5.68327 8.72309C5.49057 8.89827 5.22982 8.99769 4.95718 8.99996C4.68454 9.00223 4.42183 8.90715 4.22562 8.73522L0.303406 5.1738L0.3041 5.17317Z' fill='black'/%3E%3C/svg%3E");
}

.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow {
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6959 3.82683C5.89063 4.00389 6 4.24391 6 4.49416C6 4.74441 5.89063 4.98443 5.6959 5.1615L1.77507 8.72354C1.58 8.90061 1.31547 9.00006 1.03967 9C0.763866 8.99994 0.499386 8.90038 0.30441 8.72323C0.109435 8.54607 0 8.30583 0 8.05536C0 7.80488 0.109689 7.56469 0.304757 7.38762L3.49078 4.49416L0.304757 1.60071C0.11525 1.42268 0.0103159 1.18419 0.0125557 0.936582C0.0147954 0.688977 0.12403 0.452077 0.316731 0.276905C0.509433 0.101734 0.770184 0.00230721 1.04282 0C1.31546 -0.00222791 1.57817 0.0928453 1.77438 0.264782L5.69659 3.8262L5.6959 3.82683Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6959 3.82683C5.89063 4.00389 6 4.24391 6 4.49416C6 4.74441 5.89063 4.98443 5.6959 5.1615L1.77507 8.72354C1.58 8.90061 1.31547 9.00006 1.03967 9C0.763866 8.99994 0.499386 8.90038 0.30441 8.72323C0.109435 8.54607 0 8.30583 0 8.05536C0 7.80488 0.109689 7.56469 0.304757 7.38762L3.49078 4.49416L0.304757 1.60071C0.11525 1.42268 0.0103159 1.18419 0.0125557 0.936582C0.0147954 0.688977 0.12403 0.452077 0.316731 0.276905C0.509433 0.101734 0.770184 0.00230721 1.04282 0C1.31546 -0.00222791 1.57817 0.0928453 1.77438 0.264782L5.69659 3.8262L5.6959 3.82683Z' fill='black'/%3E%3C/svg%3E");
}

.wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

body.ppl-dark .latest-news-grid-block a.wp-block-query-pagination-numbers.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 a.wp-block-query-pagination-numbers.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block a.wp-block-query-pagination-numbers.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .latest-news-grid-block a.wp-block-query-pagination-numbers,
body.ppl-dark .featured-cats-block .ppl-col-span-8 a.wp-block-query-pagination-numbers {
  transition: background-color 0.35s ease-in-out;
}

.wp-block-query-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-query-pagination .page-numbers:not(.current):not(.dots) {
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-query-pagination .page-numbers:not(.current):not(.dots) {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-query-pagination .page-numbers:not(.current):not(.dots) {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

.wp-block-query-pagination .page-numbers:not(.current):not(.dots):hover {
  opacity: 0.8;
}

.wp-block-query-pagination .page-numbers.current {
  width: 2.5rem;
  height: 2.5rem;
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-query-pagination .page-numbers.dots {
  cursor: default;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(11 20 46 / var(--tw-text-opacity, 1));
}


body.ppl-dark .featured-cats-block .ppl-border-b .wp-block-query-pagination .page-numbers.dots {
  border-color: rgba(167, 168, 170, 0.2);
  color: #ffffff;
}


body.ppl-dark .wp-block-query-pagination .page-numbers.dots {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}

html.ppl-dark,
body.ppl-dark {
  background-color: #0B142E;
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .wp-block-query-pagination {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 54 / var(--tw-bg-opacity, 1));
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .wp-block-query-pagination-previous {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.ppl-dark .wp-block-query-pagination-next {
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.ppl-dark .wp-block-query-pagination .page-numbers:not(.current):not(.dots) {
  --tw-text-opacity: 1;
  color: rgb(167 168 170 / var(--tw-text-opacity, 1));
}

body.ppl-dark #dark-mode-toggler #light-mode {
  background-color: transparent !important;
}

body.ppl-dark #dark-mode-toggler #dark-mode {
  background-color: #131B36;
  transition: background-color 0.35s ease-in-out;
}

#dark-mode-toggler #light-mode,
#dark-mode-toggler #dark-mode {
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .featured-article-card,
body.ppl-dark .adjacent-posts-pill-translucent,
body.ppl-dark .highlights-slider-nav {
  background: rgba(19, 27, 54, 0.95);
  border-color: rgba(167, 168, 170, 0.25);
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

body.ppl-dark .featured-post-overlay {
  background: linear-gradient(to bottom, rgba(11, 20, 46, 0) 0%, rgba(11, 20, 46, 0.85) 100%);
}

body.ppl-dark .latest-posts-block a.ppl-rounded-\[20px\] .ppl-border-b,
body.ppl-dark .adjacent-posts-block .ppl-border-b,
body.ppl-dark .latest-news-grid-block .ppl-pt-4 h3,
body.ppl-dark .featured-cats-block .ppl-border-b,
body.ppl-dark .featured-cats-block .ppl-border-b .ppl-text-ppl-darkblue {
  border-color: rgba(167, 168, 170, 0.2) !important;
  color: #ffffff !important;
}

body.ppl-dark .latest-news-grid-block a h3,
body.ppl-dark .featured-cats-block a h3,
body.ppl-dark .empresas-hoje-block a h3,
body.ppl-dark .capas-jornais-block h3,
body.ppl-dark .ppl-text-ppl-darkblue {
  color: #ffffff !important;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .latest-news-grid-block a:hover h3 {
  text-decoration: underline;
}

body.ppl-dark .ppl-text-ppl-gray,
body.ppl-dark .wp-block-comments .wp-block-comment-date,
body.ppl-dark .wp-block-comments .wp-block-comment-date a,
body.ppl-dark .capas-jornais-block p.ppl-text-ppl-gray {
  color: #A7A8AA !important;
  transition: color 0.35s ease-in-out;
}

body.ppl-dark .featured-cats-block h5,
body.ppl-dark .empresas-hoje-block h5,
body.ppl-dark .capas-jornais-block h5,
body.ppl-dark .highlights-slider-block h5 {
  color: #ffffff !important;
}

body.ppl-dark .featured-cats-pill {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 171 226 / var(--tw-text-opacity, 1));
}

body.ppl-dark .featured-cats-pill--active {
  background-color: #131B36 !important;
  border-color: #29ABE2 !important;
  color: #ffffff !important;
}

body.ppl-dark .category-pills-block .featured-cats-pill {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 171 226 / var(--tw-text-opacity, 1));
}

body.ppl-dark .category-pills-block .featured-cats-pill--active {
  background-color: #131B36 !important;
  border-color: #29ABE2 !important;
  color: #ffffff !important;
}

body.ppl-dark .see-all-btn {
  background-color: #0B142E !important;
  border-color: #29ABE2;
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

body.ppl-dark .see-all-btn span:first-child {
  color: #ffffff;
}

body.ppl-dark .empresas-hoje-block .ppl-bg-\[#F5F5F5\] {
  background-color: #131B36 !important;
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .highlights-slider-block .ppl-bg-\[#F5F5F5\] {
  background-color: #131B36 !important;
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .highlights-slider-nav {
  border-color: rgba(167, 168, 170, 0.25);
}

body.ppl-dark .highlights-slider-prev path,
body.ppl-dark .highlights-slider-next path {
  stroke: #A7A8AA;
}

body.ppl-dark .latest-news-grid-block a.ppl-flex.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .featured-cats-block .ppl-col-span-8 a.ppl-flex.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .empresas-hoje-block a.ppl-flex.ppl-flex-col {
  background-color: #131B36;
  border-radius: 20px;
  overflow: hidden;
}

body.ppl-dark .ppl-top-7 span.ppl-bg-ppl-darkblue {
  background-color: #F8E71C !important;
  color: #1E1E1E !important;
}

body.ppl-dark .latest-news-grid-block a.ppl-flex,
body.ppl-dark .featured-cats-block .ppl-col-span-8 a.ppl-flex,
body.ppl-dark .featured-cats-block .ppl-col-span-4 > div {
  transition: background-color 0.35s ease-in-out;
}

body.ppl-dark .weather-block-current {
  color: #ffffff !important;
}

body.ppl-dark .weather-block-range {
  color: #A7A8AA !important;
}

body.ppl-dark .wp-block-comments .wp-block-comment-author-name,
body.ppl-dark .wp-block-comments .wp-block-comment-content,
body.ppl-dark .wp-block-comments .comment-reply-title {
  color: #ffffff !important;
}

body.ppl-dark .wp-block-comments .wp-block-comment-template > li {
  border-color: rgba(167, 168, 170, 0.2) !important;
}

body.ppl-dark .wp-block-comments .comment-form input[type="text"],
body.ppl-dark .wp-block-comments .comment-form input[type="email"],
body.ppl-dark .wp-block-comments .comment-form-comment {
  --tw-border-opacity: 1;
  border-color: rgb(19 27 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 54 / var(--tw-bg-opacity, 1));
  color: #ffffff !important;
}

body.ppl-dark .wp-block-comments .comment-form input::-moz-placeholder, body.ppl-dark .wp-block-comments .comment-form textarea::-moz-placeholder {
  color: #A7A8AA !important;
}

body.ppl-dark .wp-block-comments .comment-form input::placeholder,
body.ppl-dark .wp-block-comments .comment-form textarea::placeholder {
  color: #A7A8AA !important;
}

body.ppl-dark .wp-block-comments .comment-form input:focus,
body.ppl-dark .wp-block-comments .comment-form-comment:focus-within {
  border-color: #29ABE2 !important;
}

body.ppl-dark .wp-block-comments .comment-form-cookies-consent,
body.ppl-dark .wp-block-comments .comment-form-subscriptions {
  color: #A7A8AA !important;
}

body.ppl-dark .post-meta-article-tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.ppl-dark .wp-block-comments .wp-block-comment-reply-link a::before,
body.ppl-dark .wp-block-comments .comment-reply-link::before {
  background-color: #A7A8AA;
}

body.ppl-dark .wp-block-comments .comment-reply-link:hover::before {
  background-color: #29ABE2;
}

body.ppl-dark header.site-header .header-menu nav ul li a,
body.ppl-dark header.site-header .header-menu nav ul li.current-menu-item > a {
  color: #ffffff;
  border-color: transparent;
}

body.ppl-dark header.site-header .header-menu nav ul li.current-menu-item > a {
  border-color: rgba(240, 249, 249, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

body.ppl-dark footer.site-footer,
body.ppl-dark footer.site-footer .footer-main-info,
body.ppl-dark footer.site-footer .footer-footnote {
  background-color: #0B142E !important;
  color: #A7A8AA;
}

body.ppl-dark footer.site-footer a,
body.ppl-dark footer.site-footer h2 {
  color: #ffffff !important;
}

body.ppl-dark .newsletter-input-wrapper span {
  background-color: #131B36;
}

body.ppl-dark .single-post .single-post-content-grid,
body.ppl-dark .archive-loop-grid {
  color: #ffffff;
}

body.ppl-dark .archive-loop-grid .post-loop-items a h3 {
  color: #ffffff !important;
}

body.ppl-dark .archive-loop-grid .post-loop-items a .ppl-text-ppl-gray {
  color: #A7A8AA !important;
}

.hover\:ppl-border-ppl-lightblue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 171 226 / var(--tw-border-opacity, 1));
}

.hover\:ppl-bg-ppl-darkblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 20 46 / var(--tw-bg-opacity, 1));
}

.hover\:ppl-bg-ppl-lightblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 171 226 / var(--tw-bg-opacity, 1));
}

.hover\:ppl-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:ppl-opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .sm\:ppl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:ppl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:ppl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

