.section-countdown{position:relative;z-index:2}.section-countdown__inner{position:relative;display:flex;justify-content:space-between;gap:1em;align-items:center}@media (max-width:1100px){.section-countdown__inner{flex-direction:column-reverse;align-items:flex-start}}.section-countdown .container{background-color:#fafafa}.section-countdown .container--index{background-color:var(--color-cream)}.section-countdown .next-day-countdown{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--color-yellow);padding:.5em 1.5em .5em 3em;line-height:1;border-radius:0 0 3px 3px;text-align:center;margin-left:auto;height:3em;opacity:1;transition:opacity linear .25s;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}@media (max-width:1100px){.section-countdown .next-day-countdown{width:100%;max-width:none}}.section-countdown .next-day-countdown svg{width:1.5em;height:auto;position:absolute;left:.625em;top:.5em}.section-countdown .next-day-countdown svg path{stroke:none;fill:var(--color-black)}.section-countdown .next-day-countdown.hidden{opacity:1}.section-countdown .next-day-countdown.expired .next-day-countdown__title p{text-decoration:none;line-height:1.25;white-space:wrap}.section-countdown .next-day-countdown.expired .next-day-countdown__text{display:none}.section-countdown .next-day-countdown__title p{margin:0;font:.8125em autonomous,sans-serif;font-weight:500;text-transform:uppercase;text-decoration:underline;white-space:nowrap}.section-countdown .next-day-countdown__text span{font:.625em autonomous,sans-serif;font-weight:400;text-transform:uppercase}