:root {
    --primary-color: #FFFFFF;--primary-light-color: rgba(255,255,255,0.1);--text-color: #000000;--inverse-color: #000000;--text-light-color: #000000;--heading-color: #000000;--bg-color: #FFFFFF;--bg-component-color: #ffffff;--bg-lightest-color: #FFFFFF;--border-color: rgba(0,0,0,0.1);--link-color: #000000;--btn-color: #64FFDE;--btn-text-color: #000000;--badge-bg-color: rgba(0,0,0,0.1);--badge-text-color: #000000;--card-bg-color: #FFFFFF;--card-border-color: rgba(0,0,0,0.1);--announcement-bg-color: #E21748;--announcement-text-color: #FFFFFF;--footer-bg-color: #ffffff;--footer-header-color: #000000;--footer-text-color: rgba(0,0,0,0.8);--footer-link-color: #000000;--input-bg-color: #ffffff;--input-text-color: #000000;--input-placeholder-color: rgba(0,0,0,0.6);--input-border-color: rgba(0,0,0,0.1);--nav-bg-color: transparent;--nav-link-color: #000000;--nav-btn-bg-color: #64FFDE;--nav-btn-text-color: #000000;--header-text-color: #FFFFFF;--header-bg-color: #000000;--global-header-text-color: #FFFFFF;--global-header-bg-color: #FFFFFF;--accent-1-color: #FFFFFF;--accent-2-color: #F6B26F;--accent-3-color: #F04288;--accent-4-color: #EF8261;--accent-5-color: #F8DA77;--orb-1-color: #E63333;--orb-2-color: #DF973A;--orb-3-color: #DE2180;--orb-4-color: #D926CD;

    --h1-font-size: 44px;
    --h1-font-weight: 600;
    --h2-font-size: 36px;
    --h2-font-weight: 600;
    --h3-font-size: 28px;
    --h3-font-weight: 600;
    --subpage-header-subtitle-font-size: 20px;
    --subpage-header-subtitle-font-weight: 500;
    --nav-bar-link-font-size: 1.0rem;
    --nav-bar-link-font-weight: 700;
    --pagination-font-size: 14px;
    --border-radius-button: 50px 50px 50px 50px;
    --border-radius-card: 20px 20px 20px 20px;
    --border-radius-image: 20px 20px 20px 20px;
    --card-body-padding: 24px 24px 24px 24px;
    --nav-bar-logo-height: 51px;
    
    --card-padding: 6px;
    --card-title-font-size: 25px;
    
    --heading-font-weight: 600;
    --nav-bar-bg-filler-height: 51px;
    --heading-highlight-color: var(--primary-color);
    --scroll-anim-start: translateY(32px);
    
    --body-line-height: 1.4;
    
    
    --card-shadow-style: 0 12px 48px rgba(0,0,0,0.2);
    
    --heading-letter-spacing: -0.03em;
    
    --nav-bar-link-font-case: uppercase;
    
}


@font-face{font-family:'User Font';font-style:normal;font-weight:normal;font-display:swap;src:local('User Font'),url('https://s3.us-west-1.amazonaws.com/redwood-labs/showpage/uploads/fonts/ac6efb98-447b-476d-b4a5-4cc5cc47cf31.woff') format('woff')}:root{--heading-font:"User Font","User Font Fallback"}.heading,.display,.show-page .navbar-brand,.section-title .section-title-inner,h1,h2,h3,h4,h5,h6{font-family:"User Font","User Font Fallback" !important}@font-face{font-family:"Montserrat Fallback";src:local("Arial");size-adjust:112.8307%;ascent-override:85.7923%;descent-override:22.2457%;line-gap-override:0.0%}:root{--body-font:"Montserrat","Montserrat Fallback"}body,p,.navbar-nav .nav-link,.btn{font-family:"Montserrat","Montserrat Fallback" !important}


.container.navbar-container {max-width: 100% !important; padding-left: 24px; padding-right: 24px;}



  .heading, .heading>a, .display {font-weight: var(--heading-font-weight) !important;}








  #header-hero {background-color:transparent !important;}
  #header-hero .section-wrapper {background-color:var(--header-bg-color) !important; border-radius: 40px;}
  #header-hero .section-inner-wrapper { padding: 0 40px !important}



#header-hero.episode-header #c-text>div {
  background-color: var(--bg-color) !important;
  padding: 48px;
}

#header-hero.episode-header #header-content-wrapper {
  padding-bottom: 0 !important;
}







.card,
.pp-card {
  background-color: var(--card-bg-color) !important;
  border-color: var(--border-color) !important;
  overflow: hidden;
  border-radius: var(--border-radius-card) !important;
}

  .card:not(.p-0),
  .pp-card:not(.p-0) {
    padding: var(--card-padding) !important;
  }



  .card:not(.p-0) img,
  .pp-card:not(.p-0) img {
    border-radius: var(--border-radius-card) !important;
  }


.card:not(.p-0) .card-body,
.pp-card:not(.p-0) .pp-card-body {
  padding: var(--card-body-padding) !important;
}



.card .heading,
.pp-card .pp-card-title {
  font-size: var(--card-title-font-size) !important;
}



  .card,
  .pp-card {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    transform: translate(0);
  }
  .card:hover,
  .pp-card:hover {
    transform: translate(0, -4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }



#header-hero{position:relative !important;}#header-hero #header-content-wrapper{max-width:100% !important;padding-top:24.0px !important;padding-bottom:48px !important;}#header-hero svg.bottom-header-border{position:absolute !important;bottom:-1px !important;z-index:1 !important;}#header-hero svg.bottom-header-border .fill-bg{fill:var(--bg-color) !important;}#header-hero svg.bottom-header-border .fill-primary{fill:#FFFFFF !important;}#header-hero #c-text{flex:50% !important;max-width:50% !important;text-align:left !important;}#header-hero #c-text #homepage-header-title{font-size:44px !important;font-weight:600 !important;}#header-hero #c-text #homepage-header-description{font-size:23px !important;font-weight:400 !important;}#header-hero #c-artwork{flex:45.0% !important;max-width:45.0% !important;margin-left:auto !important;order:2 !important;}@media (max-width: 992px) {#header-hero #c-text {flex: 100% !important; max-width: 100% !important;}#header-hero #c-artwork{flex: 100% !important; max-width: 100% !important}}




  

  

  

  

  #recent-blog-posts-section .section-wrapper {
      background-color: #FFFFFF !important; border:0 !important;
      
      border-radius: 40px !important;
    }
    #recent-blog-posts-section .section-inner-wrapper { padding: 24px !important}
  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  





.scroll-animate {
  opacity: 0;
  transform: var(--scroll-anim-start);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-animate.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-animate { opacity: 1 !important; transform: none !important; transition: none !important; }
}





h1, h2, h3 { letter-spacing: var(--heading-letter-spacing); }



h1, h2, h3 { line-height: 1.1; }





.card, .pp-card { box-shadow: var(--card-shadow-style) !important; }





@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
#header-hero #header-content-wrapper > * {
    opacity: 0;
    animation: heroFadeUp 0.7s ease-out forwards;
}
#header-hero #header-content-wrapper > *:nth-child(1) { animation-delay: 0.1s; }
#header-hero #header-content-wrapper > *:nth-child(2) { animation-delay: 0.25s; }
#header-hero #header-content-wrapper > *:nth-child(3) { animation-delay: 0.4s; }
#header-hero #header-content-wrapper > *:nth-child(4) { animation-delay: 0.55s; }
#header-hero #header-content-wrapper > *:nth-child(5) { animation-delay: 0.7s; }
#header-hero .header-image-wrapper {
    opacity: 0;
    animation: heroFadeUp 0.8s ease-out 0.2s forwards;
}
@media (prefers-reduced-motion: reduce) {
    #header-hero #header-content-wrapper > *,
    #header-hero .header-image-wrapper { animation: none; opacity: 1; }
}



@keyframes heroBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.hero-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    animation: heroBounce 2s ease-in-out infinite;
    z-index: 10;
    cursor: pointer;
}
.hero-scroll-indicator svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.7;
}
#header-hero { position: relative; }









.block-image,
.pp-card-image {
    position: relative;
    overflow: hidden;
}
.block-image::after,
.pp-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
.block-image::before,
.pp-card-image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -14px;
    border-style: solid;
    border-width: 20px 0 20px 34px;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
.block-image:hover::after,
.block-image:hover::before,
.pp-card-image:hover::after,
.pp-card-image:hover::before {
    opacity: 1;
}







body, p, .card-text, .excerpt {
    line-height: var(--body-line-height);
}




