.light-mode{--nw-nb:#fff;--p10-nb:#f0fcfc;--nb-p10:#0e0f30;--i20-i10:rgba(181,240,239,.2);--i40-i10:rgba(181,240,239,.4);--nw-i10:#fff;--nb-nw:#0e0f30;--i10-i20:rgba(181,240,239,.102);--i100-i10:#b5f0ef;--nb-i100:#0e0f30;--nb-p100:#0e0f30;--i100-nb:#b5f0ef;--i10-nw:rgba(181,240,239,.102);--i100-nw:#b5f0ef}.dark-mode{--nw-nb:#0e0f30;--p10-nb:#0e0f30;--nb-p10:#f0fcfc;--i20-i10:rgba(181,240,239,.102);--i40-i10:rgba(181,240,239,.102);--nw-i10:rgba(181,240,239,.102);--nb-nw:#fff;--i10-i20:rgba(181,240,239,.2);--i100-i10:rgba(181,240,239,.102);--nb-i100:#b5f0ef;--nb-p100:#1aab8e;--i100-nb:#0e0f30;--i10-nw:#fff;--i100-nw:#fff}section.hero-podcast-module{background-color:var(--nw-nb);padding-bottom:5rem;padding-top:1rem}@media (max-width:768px){section.hero-podcast-module{padding-top:5rem}}section.hero-podcast-module .container{align-items:center;display:flex;flex-direction:row;gap:2.5rem}@media (max-width:768px){section.hero-podcast-module .container{align-items:flex-start;flex-direction:column;gap:2rem}}section.hero-podcast-module .container .image{height:fit-content;width:calc(25% - 1.25rem)}@media (max-width:768px){section.hero-podcast-module .container .image{width:100%}}section.hero-podcast-module .container .image img{height:auto;width:100%}section.hero-podcast-module .container .text-content{width:calc(58.33333% - 1.25rem)}@media (max-width:768px){section.hero-podcast-module .container .text-content{width:100%}}section.hero-podcast-module .container .text-content .podcast-tags{margin-bottom:1rem}section.hero-podcast-module .container .text-content .start-audio-player{cursor:pointer;margin-top:2rem;padding-left:3.25rem;position:relative}section.hero-podcast-module .container .text-content .start-audio-player:before{background-color:var(--nb-nw);content:"";height:2.25rem;left:0;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none' viewBox='0 0 36 36'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 0c9.941 0 18 8.059 18 18s-8.059 18-18 18S0 27.941 0 18 8.059 0 18 0m-4 24 12-6-12-6z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-position:50%;mask-repeat:no-repeat;mask-size:contain;position:absolute;top:50%;transform:translateY(-50%);width:2.25rem}section.hero-podcast-module .container .text-content .start-audio-player .podcast-tag{font-weight:600}