
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .MBPfy {
      width:100%;
      display:flex;
      background:#F2F1EF;
      align-items:center;
      justify-content:flex-start;
      scrollbar-width:none;
    }

    .MBPfy::-webkit-scrollbar {
    width: 0;
    }

    .dTiYJX {
      width:100%;
      height:100%;
      max-height:400px;
      object-fit:cover;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bNWCZp {
      width:77%;
      height:fit-content;
      margin-top:20px;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .bNWCZp {
      width:90%;
      display:flex;
      flex-direction:column;
    }
    }

    .uEkYy {
      display:inline;
      font-size:1em;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      margin-bottom:3px;
    }

    .dfSryz {
      width:100%;
      display:flex;
      max-width:1800px;
      align-items:center;
      justify-content:flex-start;
    }

    .edNMBJ {
      cursor:pointer;
      margin-bottom:15px;
    }

    .bhYwPW {
      width:77%;
      display:flex;
      margin-top:20px;
      align-items:center;
      padding-top:2px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .bhYwPW {
      width:90%;
    }
    }

    .eVOuLH {
      width:100%;
      bottom:0px;
      height:10vh;
      display:flex;
      opacity:0.99;
      z-index:1000;
      position:fixed;
      max-width:1800px;
      background:#f2f1ef;
      align-items:flex-end;
      padding-left:45px;
      padding-right:45px;
      backdrop-filter:blur(5px);
      justify-content:center;
      border-top-color:#d9d9d9;
      border-top-style:solid;
      border-top-width:.4px;
    }

    @media (max-width: 768px) {

    .eVOuLH {
      width:100%;
      margin-left:0px;
      margin-right:0%;
      padding-left:5%;
      padding-right:5%;
    }
    }

    .cqPhxJ {
      height:30px;
      margin-left:5px;
    }

    .dIfASq {
      height:38px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .btqrnr {
      width:30px;
    }

    .fdEFkz {
      width:fit-content;
      font-size:1.5em;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      margin-bottom:3px;
    }

    .dKVnhE {
      width:fit-content;
      font-size:1.5em;
      margin-top:0px;
      font-family:"adobe-text-pro", "Adobe Text Pro";
    }

    .dhPAHX {
      width:100%;
      padding-top:20px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:20px;
    }

    .cbKcLm {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .cbKcLm {
      max-width:100%;
    }
    }

    .dbcJxm {
      width:40px;
      height:40px;
      display:flex;
      object-fit:cover;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dvSjLp {
      width:100%;
      height:25vh;
      display:flex;
      max-width:1440px;
      margin-top:80px;
      align-items:flex-start;
      margin-bottom:30px;
      flex-direction:row;
      justify-content:center;
    }

    .dqwcgB {
      width:40%;
      height:10vh;
      display:flex;
      margin-top:30px;
      align-items:center;
      margin-left:45px;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .dqwcgB {
      width:80%;
      margin-left:0px;
      margin-right:0px;
    }
    }

    .eWLIks {
      color:#3d3d3d;
      font-size:1em;
      margin-top:0x;
      text-align:center;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      line-height:.8em;
      padding-top:20px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:20px;
    }

    .iEoqW {
      width:40px;
      height:40px;
      margin-left:10px;
    }

    .cmwYsj {
      width:100%;
      height:11vh;
      z-index:1050;
      position:fixed;
    }

    .cNnezl {
      width:60%;
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .cNnezl {
      width:100%;
      height:fit-content;
      display:flex;
      flex-direction:column;
    }
    }

    .eGcGWk {
      overflow-x:hidden;
      touch-action:none;
      scrollbar-width:none;
    }

    .eGcGWk::-webkit-scrollbar {
    width: 0;
    }

    @media (max-width: 768px) {

    .eGcGWk {
      height:10vh;
    }
    }

    .vnAam {
      width:165px;
    }

    @media (max-width: 768px) {

    .vnAam {
      width:170px;
    }
    }

    .cDwYvH {
      width:30px;
      cursor:pointer;
      height:30px;
      object-fit:contain;
    }

    .elXDoU {
      width:30px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eVHLxv {
      width:80%;
      height:55%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .eVHLxv {
      width:90%;
      display:flex;
      margin-top:15vh;
      align-items:center;
      justify-content:flex-start;
    }
    }

    .bbGDyU {
      width:100%;
      height:100%;
      object-fit:contain;
    }

    .dsmykA {
      top:0px;
      width:100%;
      height:10vh;
      display:flex;
      z-index:1000;
      position:fixed;
      max-width:1800px;
      background:#F2F1EF;
      align-items:center;
      padding-top:20px;
      padding-left:35px;
      padding-right:35px;
      flex-direction:row;
      padding-bottom:20px;
      backdrop-filter:blur(10px);
      justify-content:space-between;
      border-bottom-color:#d9d9d9;
      border-bottom-style:solid;
      border-bottom-width:.4px;
    }

    @media (max-width: 768px) {

    .dsmykA {
      display:none;
    }
    }

    .erLORi {
      left:43%;
      width:11.7%;
      position:fixed;
    }

    .dJquQl {
      width:100%;
      height:90vh;
      display:flex;
      z-index:2000;
      position:fixed;
      animation:0.4s ease 0ms 1 normal none running animation-diMMIZ;
      background:#f2f1eff7;
      margin-top:10vh;
      align-items:center;
      touch-action:none;
      backdrop-filter:blur(20px);
      justify-content:center;
    }

    .dJquQl.fade-out {
      animation:0.4s ease 0ms 1 normal none running animation-bYaTlz;
    }

    @media (max-width: 768px) {

    .dJquQl {
      display:flex;
      margin-top:10vh;
      align-items:center;
      justify-content:flex-start;
    }
    }

    @keyframes animation-bYaTlz {
        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }
    }


    @keyframes animation-diMMIZ {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .TymZW {
      width:30px;
      cursor:pointer;
      height:28px;
      object-fit:contain;
    }

    .bJVXFP {
      width:30%;
      cursor:pointer;
      font-size:1.5em;
      text-align:center;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-regular);
      padding-top:15px;
      padding-bottom:15px;
      border-bottom-color:#d9d9d9;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 768px) {

    .bJVXFP {
      width:50%;
    }
    }

    .dNLeJw {
      width:fit-content;
      flex-direction:row;
    }

    .cctoPm {
      width:30%;
      cursor:pointer;
      display:flex;
      font-size:1.5em;
      text-align:center;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-regular);
      padding-top:15px;
      padding-bottom:15px;
      border-bottom-color:#d9d9d9;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 768px) {

    .cctoPm {
      width:50%;
    }
    }

    .HujnX {
      top:0px;
      width:100%;
      height:10vh;
      display:flex;
      z-index:1000;
      position:fixed;
      max-width:1800px;
      background:#f2f1eff7;
      align-items:center;
      padding-top:20px;
      padding-left:15px;
      padding-right:17px;
      flex-direction:row;
      padding-bottom:20px;
      backdrop-filter:blur(10px);
      justify-content:space-between;
    }

    @media (min-width: 768px) {

    .HujnX {
      display:none;
    }
    }

    .dgLIgw {
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-semi-bold);
      margin-bottom:3.5px;
    }

    .ZNzXy {
      color:#ffffff;
      width:100%;
      cursor:pointer;
      height:fit-content;
      font-size:1.2em;
      text-align:center;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-semi-bold);
      padding-top:10px;
      margin-bottom:3px;
      padding-bottom:10px;
    }

    .ehCUgh {
      color:#ffffff;
      width:120px;
      cursor:pointer;
      height:35px;
      display:flex;
      font-size:1em;
      background:#000000;
      align-items:center;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-semi-bold);
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .fGrLff {
      width:fit-content;
      display:none;
      background:#000000;
      margin-top:50px;
      padding-left:20px;
      padding-right:20px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    @media (max-width: 768px) {

    .fGrLff {
      display:flex;
    }
    }

    .dubgNU {
      width:fit-content;
      display:flex;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:end;
    }

    .Podcast\:UI3nI5Ho1xWkJC1095NeX {
      width:100%;
      height:10vh;
      display:flex;
      position:fixed;
      align-items:center;
      justify-content:flex-start;
    }

    .eLrAIA {
      width:65%;
      font-size:1.2em;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      margin-bottom:20px;
    }

    .esPSDp {
      width:30%;
      font-size:1rem;
      text-align:right;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
    }

    @media (max-width: 768px) {

    .esPSDp {
      width:70%;
      margin-top:15px;
      text-align:left;
      margin-bottom:20px;
    }
    }

    .bKDjbV {
      width:77%;
      display:flex;
      margin-top:60px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .bKDjbV {
      width:90%;
      display:flex;
      margin-top:30px;
      flex-direction:column;
    }
    }

    .djcVJq {
      width:12px;
      height:12px;
      margin-left:7px;
      margin-bottom:2px;
    }

    @media (max-width: 768px) {

    .djcVJq {
      margin-left:2px;
    }
    }

    .Otkxe {
      width:fit-content;
      display:block;
      font-size:3em;
      font-family:"adobe-text-pro", "Adobe Text Pro";
    }

    .cJfUcj {
      width:100%;
      cursor:pointer;
      height:fit-content;
      display:flex;
      margin-top:0px;
      align-items:center;
      padding-top:10px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
      border-bottom-color:black;
      border-bottom-style:solid;
      border-bottom-width:.4px;
    }

    .lYVYM {
      width:100%;
      cursor:pointer;
      height:35vh;
      max-height:400px;
      overflow-x:hidden;
      overflow-y:hidden;
      margin-bottom:10px;
    }

    .dxSuVR {
      width:77%;
      margin-top:55px;
    }

    @media (max-width: 768px) {

    .dxSuVR {
      width:90%;
      height:fit-content;
      display:flex;
      margin-top:15px;
      flex-direction:column;
    }
    }

    .EvBjQ {
      width:32%;
      height:fit-content;
    }

    @media (max-width: 768px) {

    .EvBjQ {
      width:100%;
      margin-bottom:20px;
    }
    }

    .capBOH {
      color:#000000;
      width:90%;
      font-size:1.2em;
      margin-top:0px;
      overflow-x:hidden;
      overflow-y:hidden;
      font-family:"adobe-text-pro", "Adobe Text Pro";
      margin-left:10px;
      text-overflow:ellipsis;
    }

    @media (max-width: 1150px) {

    .capBOH {
      max-width:300px;
    }
    }

    @media (max-width: 768px) {

    .capBOH {
      max-width:65%;
    }
    }

    .bnIHqL {
      font-size:1em;
      font-family:"acumin-pro", "Acumin Pro";
      font-weight:var(--font-weight-light);
      margin-bottom:3px;
    }

    @media (max-width: 768px) {

    .bnIHqL {
      display:none;
    }
    }

    .elxImu {
      width:fit-content;
      font-size:1em;
      margin-top:7px;
      font-family:"acumin pro";
      font-weight:var(--font-weight-light);
      padding-top:3px;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:3px;
      border-top-left-radius:7px;
      border-top-right-radius:7px;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    .cbGpcL {
      margin-top:30px;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .cbGpcL {
      height:fit-content;
      display:flex;
      flex-direction:column;
    }
    }

    .cYPQoe {
      cursor:pointer;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bLlwYp {
      right:0px;
      width:fit-content;
      cursor:pointer;
      display:flex;
      position:absolute;
      font-size:1em;
      margin-top:7px;
      align-items:center;
      font-family:"acumin pro";
      font-weight:var(--font-weight-light);
      padding-top:3px;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:space-between;
      border-top-left-radius:7px;
      border-top-right-radius:7px;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    @media (max-width: 768px) {

    .bLlwYp {
      height:30px;
      padding-left:10px;
      margin-bottom:5px;
      padding-right:10px;
    }
    }

    .bEnnqC {
      width:32%;
      margin-left:5%;
      flex-direction:column;
    }

    @media (max-width: 768px) {

    .bEnnqC {
      width:100%;
      margin-top:50px;
      margin-left:0px;
    }
    }

    .eEVesp {
      width:100%;
      display:flex;
      max-width:1800px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .bRHSOu {
      width:100%;
      height:250px;
      object-fit:cover;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bcPxYg {
      width:100%;
      display:flex;
      max-width:1800px;
      margin-top:10vh;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .bcPxYg {
      margin-top:10vh;
    }
    }

    .ckqQpj {
      width:fit-content;
      cursor:pointer;
      font-size:1.7em;
      margin-top:15px;
      font-family:"adobe-text-pro", "Adobe Text Pro";
    }