/* Arrow Right Icon */
.arrow-right {
    position: relative;
    padding-right: 2em;
    display: inline-flex;
    align-items: center;
}

.arrow-right::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_3331_9939' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='21'><rect x='0.447266' y='0.868164' width='20' height='20' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_3331_9939)'><path d='M12.4166 16.9022L11.2923 15.7454L15.3662 11.6715H2.44727V10.0715H15.3662L11.2923 5.99762L12.4166 4.84082L18.4473 10.8715L12.4166 16.9022Z' fill='black'/></g></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_3331_9939' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='21'><rect x='0.447266' y='0.868164' width='20' height='20' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_3331_9939)'><path d='M12.4166 16.9022L11.2923 15.7454L15.3662 11.6715H2.44727V10.0715H15.3662L11.2923 5.99762L12.4166 4.84082L18.4473 10.8715L12.4166 16.9022Z' fill='black'/></g></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Play Icon */
.play-icon {
    position: relative;
    padding-right: 2.2em;
    display: inline-flex;
    align-items: center;
}

.play-icon::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.46875 14.6484V6.64844L13.4688 10.7137L8.46875 14.6484Z' fill='black'/><circle cx='10.2031' cy='10.6484' r='9' stroke='black' stroke-width='2'/></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.46875 14.6484V6.64844L13.4688 10.7137L8.46875 14.6484Z' fill='black'/><circle cx='10.2031' cy='10.6484' r='9' stroke='black' stroke-width='2'/></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    right: 0.1em;
    margin-top: 2px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    scale: 1.1;
}

/* Close Icon */
.close-icon {
    position: relative;
    padding-right: 2em;
    display: inline-flex;
    align-items: center;
}

.close-icon.icon-left {
    padding-left: 2em;
    padding-right: 0;
    padding-top: 2px;
}

.close-icon.icon-left::after {
    right: auto;
    left: 0.2em;
}

.close-icon::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_281_797' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'><rect width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_281_797)'><path d='M11.9998 13.3998L7.0998 18.2998C6.91647 18.4831 6.68314 18.5748 6.3998 18.5748C6.11647 18.5748 5.88314 18.4831 5.6998 18.2998C5.51647 18.1165 5.4248 17.8831 5.4248 17.5998C5.4248 17.3165 5.51647 17.0831 5.6998 16.8998L10.5998 11.9998L5.6998 7.0998C5.51647 6.91647 5.4248 6.68314 5.4248 6.3998C5.4248 6.11647 5.51647 5.88314 5.6998 5.6998C5.88314 5.51647 6.11647 5.4248 6.3998 5.4248C6.68314 5.4248 6.91647 5.51647 7.0998 5.6998L11.9998 10.5998L16.8998 5.6998C17.0831 5.51647 17.3165 5.4248 17.5998 5.4248C17.8831 5.4248 18.1165 5.51647 18.2998 5.6998C18.4831 5.88314 18.5748 6.11647 18.5748 6.3998C18.5748 6.68314 18.4831 6.91647 18.2998 7.0998L13.3998 11.9998L18.2998 16.8998C18.4831 17.0831 18.5748 17.3165 18.5748 17.5998C18.5748 17.8831 18.4831 18.1165 18.2998 18.2998C18.1165 18.4831 17.8831 18.5748 17.5998 18.5748C17.3165 18.5748 17.0831 18.4831 16.8998 18.2998L11.9998 13.3998Z' fill='black'/></g></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_281_797' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'><rect width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_281_797)'><path d='M11.9998 13.3998L7.0998 18.2998C6.91647 18.4831 6.68314 18.5748 6.3998 18.5748C6.11647 18.5748 5.88314 18.4831 5.6998 18.2998C5.51647 18.1165 5.4248 17.8831 5.4248 17.5998C5.4248 17.3165 5.51647 17.0831 5.6998 16.8998L10.5998 11.9998L5.6998 7.0998C5.51647 6.91647 5.4248 6.68314 5.4248 6.3998C5.4248 6.11647 5.51647 5.88314 5.6998 5.6998C5.88314 5.51647 6.11647 5.4248 6.3998 5.4248C6.68314 5.4248 6.91647 5.51647 7.0998 5.6998L11.9998 10.5998L16.8998 5.6998C17.0831 5.51647 17.3165 5.4248 17.5998 5.4248C17.8831 5.4248 18.1165 5.51647 18.2998 5.6998C18.4831 5.88314 18.5748 6.11647 18.5748 6.3998C18.5748 6.68314 18.4831 6.91647 18.2998 7.0998L13.3998 11.9998L18.2998 16.8998C18.4831 17.0831 18.5748 17.3165 18.5748 17.5998C18.5748 17.8831 18.4831 18.1165 18.2998 18.2998C18.1165 18.4831 17.8831 18.5748 17.5998 18.5748C17.3165 18.5748 17.0831 18.4831 16.8998 18.2998L11.9998 13.3998Z' fill='black'/></g></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

button.program-modal-close.mobile.text-b.close-icon.icon-left::after {
    color: black;
    background-color: black;
}

/* Down Arrow Icon */
.down-arrow-icon {
    width: 16px;
    height: 16px;
    background-image: url("/icons/down-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.5s;
    display: inline-block;
    filter: invert(1);
}

.down-arrow-icon.rotated {
    transform: rotate(180deg);
}

/* Chevron Right Icon */
.chevron-right,
.external-link-a {
    position: relative;
    padding-right: 2em;
    display: inline-flex;
    align-items: center;
}

.chevron-right::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'><path d='M12.1443 10.1562L7.34375 5.35556L8.44345 4.25586L14.3438 10.1562L8.44345 16.0565L7.34375 14.9568L12.1443 10.1562Z' fill='%23currentColor'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    filter: invert(1);
}

.chevron-right.icon-black::after {
    filter: invert(0.25);
}

.external-link-a::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: none;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 17" fill="none"><path d="M2.01869 17C1.51352 17 1.08594 16.825 0.735938 16.475C0.385938 16.125 0.210938 15.6974 0.210938 15.1923V11.6348H1.71094V15.1923C1.71094 15.2692 1.74302 15.3398 1.80719 15.4038C1.87119 15.4679 1.94169 15.5 2.01869 15.5H15.4032C15.4802 15.5 15.5507 15.4679 15.6147 15.4038C15.6789 15.3398 15.7109 15.2692 15.7109 15.1923V1.80775C15.7109 1.73075 15.6789 1.66025 15.6147 1.59625C15.5507 1.53208 15.4802 1.5 15.4032 1.5H2.01869C1.94169 1.5 1.87119 1.53208 1.80719 1.59625C1.74302 1.66025 1.71094 1.73075 1.71094 1.80775V5.36525H0.210938V1.80775C0.210938 1.30258 0.385938 0.875 0.735938 0.525C1.08594 0.175 1.51352 0 2.01869 0H15.4032C15.9084 0 16.3359 0.175 16.6859 0.525C17.0359 0.875 17.2109 1.30258 17.2109 1.80775V15.1923C17.2109 15.6974 17.0359 16.125 16.6859 16.475C16.3359 16.825 15.9084 17 15.4032 17H2.01869ZM7.38394 12.9615L6.33019 11.877L8.95719 9.25H0.210938V7.75H8.95719L6.33019 5.123L7.38394 4.0385L11.8454 8.5L7.38394 12.9615Z" fill="white"/></svg>')
        no-repeat center center;
    -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 17" fill="none"><path d="M2.01869 17C1.51352 17 1.08594 16.825 0.735938 16.475C0.385938 16.125 0.210938 15.6974 0.210938 15.1923V11.6348H1.71094V15.1923C1.71094 15.2692 1.74302 15.3398 1.80719 15.4038C1.87119 15.4679 1.94169 15.5 2.01869 15.5H15.4032C15.4802 15.5 15.5507 15.4679 15.6147 15.4038C15.6789 15.3398 15.7109 15.2692 15.7109 15.1923V1.80775C15.7109 1.73075 15.6789 1.66025 15.6147 1.59625C15.5507 1.53208 15.4802 1.5 15.4032 1.5H2.01869C1.94169 1.5 1.87119 1.53208 1.80719 1.59625C1.74302 1.66025 1.71094 1.73075 1.71094 1.80775V5.36525H0.210938V1.80775C0.210938 1.30258 0.385938 0.875 0.735938 0.525C1.08594 0.175 1.51352 0 2.01869 0H15.4032C15.9084 0 16.3359 0.175 16.6859 0.525C17.0359 0.875 17.2109 1.30258 17.2109 1.80775V15.1923C17.2109 15.6974 17.0359 16.125 16.6859 16.475C16.3359 16.825 15.9084 17 15.4032 17H2.01869ZM7.38394 12.9615L6.33019 11.877L8.95719 9.25H0.210938V7.75H8.95719L6.33019 5.123L7.38394 4.0385L11.8454 8.5L7.38394 12.9615Z" fill="white"/></svg>')
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Chevron Left Icon (Left) */
.chevron-left {
    position: relative;
    padding-left: 2rem;
    display: inline-flex;
    align-items: center;
}

.chevron-left::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_1997_108130' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='21'><rect x='0.84375' y='0.15625' width='20' height='20' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_1997_108130)'><path d='M8.8557 10.1562L13.6562 14.9568L12.5565 16.0565L6.65625 10.1562L12.5565 4.25586L13.6562 5.35556L8.8557 10.1562Z' fill='white'/></g></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_1997_108130' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='21'><rect x='0.84375' y='0.15625' width='20' height='20' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_1997_108130)'><path d='M8.8557 10.1562L13.6562 14.9568L12.5565 16.0565L6.65625 10.1562L12.5565 4.25586L13.6562 5.35556L8.8557 10.1562Z' fill='white'/></g></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Calendar Icon (Left) */
.calendar-icon {
    position: relative;
    padding-left: 2rem;
    display: inline-flex;
    align-items: center;
}

.calendar-icon::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.99912 0.667969C4.19803 0.667969 4.3888 0.746986 4.52945 0.887639C4.6701 1.02829 4.74912 1.21906 4.74912 1.41797V3.08597C7.57688 2.83461 10.4214 2.83461 13.2491 3.08597V1.41797C13.2491 1.21906 13.3281 1.02829 13.4688 0.887639C13.6094 0.746986 13.8002 0.667969 13.9991 0.667969C14.198 0.667969 14.3888 0.746986 14.5295 0.887639C14.6701 1.02829 14.7491 1.21906 14.7491 1.41797V3.23397C15.4787 3.33742 16.1543 3.67679 16.6729 4.20024C17.1915 4.7237 17.5245 5.40249 17.6211 6.13297L17.7081 6.78597C18.0721 9.53197 18.0401 12.316 17.6141 15.054C17.5114 15.7131 17.1927 16.3194 16.7079 16.7777C16.2232 17.236 15.6 17.5203 14.9361 17.586L13.7431 17.704C10.5881 18.0147 7.41016 18.0147 4.25512 17.704L3.06212 17.586C2.39827 17.5203 1.77503 17.236 1.2903 16.7777C0.805573 16.3194 0.486823 15.7131 0.384123 15.054C-0.0419646 12.3166 -0.0736197 9.53231 0.290123 6.78597L0.377123 6.13297C0.473746 5.40249 0.806773 4.7237 1.32536 4.20024C1.84394 3.67679 2.51958 3.33742 3.24912 3.23397V1.41797C3.24912 1.21906 3.32814 1.02829 3.46879 0.887639C3.60944 0.746986 3.80021 0.667969 3.99912 0.667969ZM4.44412 4.62097C7.47412 4.32197 10.5241 4.32197 13.5541 4.62097L14.4591 4.71097C15.3261 4.79597 16.0191 5.46697 16.1341 6.32997L16.2211 6.98297C16.2511 7.21097 16.2785 7.4393 16.3031 7.66797H1.69512C1.71979 7.4393 1.74712 7.21097 1.77712 6.98297L1.86412 6.32997C1.91962 5.91058 2.11531 5.52228 2.41941 5.22817C2.7235 4.93406 3.11811 4.75144 3.53912 4.70997L4.44412 4.62097ZM1.57612 9.16797C1.47795 11.0579 1.57513 12.953 1.86612 14.823C1.91766 15.1535 2.07752 15.4576 2.3206 15.6875C2.56367 15.9173 2.8762 16.06 3.20912 16.093L4.40212 16.211C7.45912 16.513 10.5391 16.513 13.5961 16.211L14.7891 16.093C15.122 16.06 15.4346 15.9173 15.6776 15.6875C15.9207 15.4576 16.0806 15.1535 16.1321 14.823C16.4241 12.951 16.5201 11.056 16.4221 9.16797H1.57612Z' fill='%23333333'/></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.99912 0.667969C4.19803 0.667969 4.3888 0.746986 4.52945 0.887639C4.6701 1.02829 4.74912 1.21906 4.74912 1.41797V3.08597C7.57688 2.83461 10.4214 2.83461 13.2491 3.08597V1.41797C13.2491 1.21906 13.3281 1.02829 13.4688 0.887639C13.6094 0.746986 13.8002 0.667969 13.9991 0.667969C14.198 0.667969 14.3888 0.746986 14.5295 0.887639C14.6701 1.02829 14.7491 1.21906 14.7491 1.41797V3.23397C15.4787 3.33742 16.1543 3.67679 16.6729 4.20024C17.1915 4.7237 17.5245 5.40249 17.6211 6.13297L17.7081 6.78597C18.0721 9.53197 18.0401 12.316 17.6141 15.054C17.5114 15.7131 17.1927 16.3194 16.7079 16.7777C16.2232 17.236 15.6 17.5203 14.9361 17.586L13.7431 17.704C10.5881 18.0147 7.41016 18.0147 4.25512 17.704L3.06212 17.586C2.39827 17.5203 1.77503 17.236 1.2903 16.7777C0.805573 16.3194 0.486823 15.7131 0.384123 15.054C-0.0419646 12.3166 -0.0736197 9.53231 0.290123 6.78597L0.377123 6.13297C0.473746 5.40249 0.806773 4.7237 1.32536 4.20024C1.84394 3.67679 2.51958 3.33742 3.24912 3.23397V1.41797C3.24912 1.21906 3.32814 1.02829 3.46879 0.887639C3.60944 0.746986 3.80021 0.667969 3.99912 0.667969ZM4.44412 4.62097C7.47412 4.32197 10.5241 4.32197 13.5541 4.62097L14.4591 4.71097C15.3261 4.79597 16.0191 5.46697 16.1341 6.32997L16.2211 6.98297C16.2511 7.21097 16.2785 7.4393 16.3031 7.66797H1.69512C1.71979 7.4393 1.74712 7.21097 1.77712 6.98297L1.86412 6.32997C1.91962 5.91058 2.11531 5.52228 2.41941 5.22817C2.7235 4.93406 3.11811 4.75144 3.53912 4.70997L4.44412 4.62097ZM1.57612 9.16797C1.47795 11.0579 1.57513 12.953 1.86612 14.823C1.91766 15.1535 2.07752 15.4576 2.3206 15.6875C2.56367 15.9173 2.8762 16.06 3.20912 16.093L4.40212 16.211C7.45912 16.513 10.5391 16.513 13.5961 16.211L14.7891 16.093C15.122 16.06 15.4346 15.9173 15.6776 15.6875C15.9207 15.4576 16.0806 15.1535 16.1321 14.823C16.4241 12.951 16.5201 11.056 16.4221 9.16797H1.57612Z' fill='%23333333'/></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Clock Icon (Left) */
.clock-icon {
    position: relative;
    padding-left: 2rem;
    display: inline-flex;
    align-items: center;
}

.clock-icon::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_3906_17350' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'><rect y='0.691162' width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_3906_17350)'><path d='M15.473 17.2182L16.527 16.1642L12.75 12.3872V7.69116H11.25V12.9949L15.473 17.2182ZM12.0017 22.1912C10.6877 22.1912 9.45267 21.9418 8.2965 21.4432C7.14033 20.9445 6.13467 20.2677 5.2795 19.4129C4.42433 18.5581 3.74725 17.5528 3.24825 16.3972C2.74942 15.2415 2.5 14.0067 2.5 12.6929C2.5 11.3789 2.74933 10.1438 3.248 8.98766C3.74667 7.8315 4.42342 6.82583 5.27825 5.97066C6.13308 5.1155 7.13833 4.43841 8.294 3.93941C9.44967 3.44058 10.6844 3.19116 11.9983 3.19116C13.3123 3.19116 14.5473 3.4405 15.7035 3.93916C16.8597 4.43783 17.8653 5.11458 18.7205 5.96941C19.5757 6.82425 20.2528 7.8295 20.7518 8.98516C21.2506 10.1408 21.5 11.3756 21.5 12.6894C21.5 14.0034 21.2507 15.2385 20.752 16.3947C20.2533 17.5508 19.5766 18.5565 18.7218 19.4117C17.8669 20.2668 16.8617 20.9439 15.706 21.4429C14.5503 21.9417 13.3156 22.1912 12.0017 22.1912ZM12 20.6912C14.2167 20.6912 16.1042 19.912 17.6625 18.3537C19.2208 16.7953 20 14.9078 20 12.6912C20 10.4745 19.2208 8.587 17.6625 7.02866C16.1042 5.47033 14.2167 4.69116 12 4.69116C9.78333 4.69116 7.89583 5.47033 6.3375 7.02866C4.77917 8.587 4 10.4745 4 12.6912C4 14.9078 4.77917 16.7953 6.3375 18.3537C7.89583 19.912 9.78333 20.6912 12 20.6912Z' fill='%231C1B1F'/></g></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_3906_17350' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'><rect y='0.691162' width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_3906_17350)'><path d='M15.473 17.2182L16.527 16.1642L12.75 12.3872V7.69116H11.25V12.9949L15.473 17.2182ZM12.0017 22.1912C10.6877 22.1912 9.45267 21.9418 8.2965 21.4432C7.14033 20.9445 6.13467 20.2677 5.2795 19.4129C4.42433 18.5581 3.74725 17.5528 3.24825 16.3972C2.74942 15.2415 2.5 14.0067 2.5 12.6929C2.5 11.3789 2.74933 10.1438 3.248 8.98766C3.74667 7.8315 4.42342 6.82583 5.27825 5.97066C6.13308 5.1155 7.13833 4.43841 8.294 3.93941C9.44967 3.44058 10.6844 3.19116 11.9983 3.19116C13.3123 3.19116 14.5473 3.4405 15.7035 3.93916C16.8597 4.43783 17.8653 5.11458 18.7205 5.96941C19.5757 6.82425 20.2528 7.8295 20.7518 8.98516C21.2506 10.1408 21.5 11.3756 21.5 12.6894C21.5 14.0034 21.2507 15.2385 20.752 16.3947C20.2533 17.5508 19.5766 18.5565 18.7218 19.4117C17.8669 20.2668 16.8617 20.9439 15.706 21.4429C14.5503 21.9417 13.3156 22.1912 12.0017 22.1912ZM12 20.6912C14.2167 20.6912 16.1042 19.912 17.6625 18.3537C19.2208 16.7953 20 14.9078 20 12.6912C20 10.4745 19.2208 8.587 17.6625 7.02866C16.1042 5.47033 14.2167 4.69116 12 4.69116C9.78333 4.69116 7.89583 5.47033 6.3375 7.02866C4.77917 8.587 4 10.4745 4 12.6912C4 14.9078 4.77917 16.7953 6.3375 18.3537C7.89583 19.912 9.78333 20.6912 12 20.6912Z' fill='%231C1B1F'/></g></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Venue Icon (Left) */
.venue-icon {
    position: relative;
    padding-left: 2rem;
    display: inline-flex;
    align-items: center;
}

.venue-icon::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.00287 9.86525C8.50037 9.86525 8.92571 9.68808 9.27887 9.33375C9.63221 8.97942 9.80888 8.5535 9.80888 8.056C9.80888 7.5585 9.63171 7.13308 9.27737 6.77975C8.92304 6.42658 8.49704 6.25 7.99937 6.25C7.50187 6.25 7.07654 6.42717 6.72338 6.7815C6.37004 7.13583 6.19338 7.56183 6.19338 8.0595C6.19338 8.557 6.37054 8.98233 6.72488 9.3355C7.07921 9.68867 7.50521 9.86525 8.00287 9.86525ZM8.00112 17.5135C9.95746 15.7622 11.4545 14.0823 12.4924 12.474C13.5302 10.8657 14.0491 9.457 14.0491 8.248C14.0491 6.425 13.47 4.92633 12.3116 3.752C11.1533 2.57767 9.71646 1.9905 8.00112 1.9905C6.28579 1.9905 4.84896 2.57767 3.69062 3.752C2.53229 4.92633 1.95312 6.425 1.95312 8.248C1.95312 9.457 2.47204 10.8657 3.50988 12.474C4.54771 14.0823 6.04479 15.7622 8.00112 17.5135ZM8.00112 19.5095C5.48446 17.3288 3.59729 15.2994 2.33962 13.4212C1.08196 11.5429 0.453125 9.8185 0.453125 8.248C0.453125 5.94033 1.19954 4.07208 2.69237 2.64325C4.18537 1.21442 5.95496 0.5 8.00112 0.5C10.0473 0.5 11.8169 1.21442 13.3099 2.64325C14.8027 4.07208 15.5491 5.94033 15.5491 8.248C15.5491 9.8185 14.9203 11.5429 13.6626 13.4212C12.405 15.2994 10.5178 17.3288 8.00112 19.5095Z' fill='%23333333'/></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.00287 9.86525C8.50037 9.86525 8.92571 9.68808 9.27887 9.33375C9.63221 8.97942 9.80888 8.5535 9.80888 8.056C9.80888 7.5585 9.63171 7.13308 9.27737 6.77975C8.92304 6.42658 8.49704 6.25 7.99937 6.25C7.50187 6.25 7.07654 6.42717 6.72338 6.7815C6.37004 7.13583 6.19338 7.56183 6.19338 8.0595C6.19338 8.557 6.37054 8.98233 6.72488 9.3355C7.07921 9.68867 7.50521 9.86525 8.00287 9.86525ZM8.00112 17.5135C9.95746 15.7622 11.4545 14.0823 12.4924 12.474C13.5302 10.8657 14.0491 9.457 14.0491 8.248C14.0491 6.425 13.47 4.92633 12.3116 3.752C11.1533 2.57767 9.71646 1.9905 8.00112 1.9905C6.28579 1.9905 4.84896 2.57767 3.69062 3.752C2.53229 4.92633 1.95312 6.425 1.95312 8.248C1.95312 9.457 2.47204 10.8657 3.50988 12.474C4.54771 14.0823 6.04479 15.7622 8.00112 17.5135ZM8.00112 19.5095C5.48446 17.3288 3.59729 15.2994 2.33962 13.4212C1.08196 11.5429 0.453125 9.8185 0.453125 8.248C0.453125 5.94033 1.19954 4.07208 2.69237 2.64325C4.18537 1.21442 5.95496 0.5 8.00112 0.5C10.0473 0.5 11.8169 1.21442 13.3099 2.64325C14.8027 4.07208 15.5491 5.94033 15.5491 8.248C15.5491 9.8185 14.9203 11.5429 13.6626 13.4212C12.405 15.2994 10.5178 17.3288 8.00112 19.5095Z' fill='%23333333'/></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Download Icon (Right) */
.download-icon {
    position: relative;
    padding-right: 2em;
    display: inline-flex;
    align-items: center;
}

.download-icon::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: none;
    mask: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_1594_58147' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'><rect x='0.914062' y='0.474609' width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_1594_58147)'><path d='M12.9141 16.2631L8.64481 11.9939L9.69881 10.9094L12.1641 13.3746V4.97461H13.6641V13.3746L16.1293 10.9094L17.1833 11.9939L12.9141 16.2631ZM7.22181 19.9746C6.71665 19.9746 6.28906 19.7996 5.93906 19.4496C5.58906 19.0996 5.41406 18.672 5.41406 18.1669V15.4554H6.91406V18.1669C6.91406 18.2439 6.94615 18.3144 7.01031 18.3784C7.07431 18.4425 7.14481 18.4746 7.22181 18.4746H18.6063C18.6833 18.4746 18.7538 18.4425 18.8178 18.3784C18.882 18.3144 18.9141 18.2439 18.9141 18.1669V15.4554H20.4141V18.1669C20.4141 18.672 20.2391 19.0996 19.8891 19.4496C19.5391 19.7996 19.1115 19.9746 18.6063 19.9746H7.22181Z' fill='white'/></g></svg>")
        no-repeat center center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='mask0_1594_58147' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'><rect x='0.914062' y='0.474609' width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0_1594_58147)'><path d='M12.9141 16.2631L8.64481 11.9939L9.69881 10.9094L12.1641 13.3746V4.97461H13.6641V13.3746L16.1293 10.9094L17.1833 11.9939L12.9141 16.2631ZM7.22181 19.9746C6.71665 19.9746 6.28906 19.7996 5.93906 19.4496C5.58906 19.0996 5.41406 18.672 5.41406 18.1669V15.4554H6.91406V18.1669C6.91406 18.2439 6.94615 18.3144 7.01031 18.3784C7.07431 18.4425 7.14481 18.4746 7.22181 18.4746H18.6063C18.6833 18.4746 18.7538 18.4425 18.8178 18.3784C18.882 18.3144 18.9141 18.2439 18.9141 18.1669V15.4554H20.4141V18.1669C20.4141 18.672 20.2391 19.0996 19.8891 19.4496C19.5391 19.7996 19.1115 19.9746 18.6063 19.9746H7.22181Z' fill='white'/></g></svg>")
        no-repeat center center;
    background-color: currentColor;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
