.countdown-module #time{display:flex;gap:2rem;justify-content:center}.countdown-module #time .circle{align-items:center;display:flex;flex-direction:column;gap:1rem;height:175px;justify-content:center;position:relative;width:175px}.countdown-module #time .circle svg{height:175px;position:relative;transform:rotate(270deg);width:175px}.countdown-module #time .circle svg circle{fill:transparent;height:100%;opacity:.25;stroke:var(--secondary);stroke-width:6;transform:translate(5px,5px);width:100%}.countdown-module #time .circle svg circle:nth-child(2){opacity:1;stroke:var(--primary);stroke-dasharray:510;stroke-dashoffset:510}.countdown-module #time .circle .text{color:var(--heading);font-size:1.1em;font-weight:700}.countdown-module #time .content{align-items:center;display:flex;justify-content:center}.countdown-module #time .content h2{color:var(--primary);font-size:3.5em;position:absolute}.countdown-module .text-replace{display:none}.countdown-module h3.text-replace{color:var(--primary)}@media (max-width:992px){.countdown-module #time{gap:1.5rem}.countdown-module #time .circle,.countdown-module #time .circle svg{height:160px;width:160px}.countdown-module #time .circle svg circle:nth-child(2){stroke-dasharray:470;stroke-dashoffset:470}.countdown-module #time .content h2{font-size:3em}.countdown-module #time .circle .text{font-size:1em}}@media (max-width:767px){.countdown-module #time{display:grid;gap:3rem 0;grid-template-columns:repeat(2,1fr)}.countdown-module #time .circle{gap:.5rem;width:100%}}