.homepage-program-timeline{--bubble-size:40px;--bubble-color:var(--color-text);--gap:24px;--row-gap:var(--gap);--dotted-border-size:5px;--font-size:18;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);row-gap:var(--row-gap)}.homepage-program-timeline--include-animations .homepage-program-timeline__program{opacity:0;transition-duration:.7s;transition-property:opacity;transition-timing-function:ease}.homepage-program-timeline--include-animations[data-animated=true] .homepage-program-timeline__program{opacity:1}.homepage-program-timeline--style-two .homepage-program-timeline__bubble,.homepage-program-timeline--style-two .homepage-program-timeline__bubble:after{border-radius:var(--border-radius)}.homepage-program-timeline__program{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-family:var(--secondary-font-family);font-size:calc(var(--font-size)/var(--base)*1rem);font-weight:600;position:relative;text-align:center;transition:font-weight .2s ease;z-index:1}.homepage-program-timeline__program+.homepage-program-timeline__program{padding-top:40px}.homepage-program-timeline__program a{-ms-flex-align:center;align-items:center;color:rgb(var(--color-text));display:-ms-flexbox;display:flex;margin-left:10px;transition:font-weight .25s ease}.homepage-program-timeline__program a:after{content:"";height:100%;left:0;position:absolute;top:0;width:50px;z-index:2}.homepage-program-timeline__program:after{background-image:linear-gradient(to bottom,rgb(var(--color-text)) 50%,transparent 50%);background-size:15px 15px,15px 15px;content:"";height:40px;left:calc(var(--bubble-size)/2 - var(--dotted-border-size)/2);position:absolute;top:0;width:5px}@media(pointer:fine){.homepage-program-timeline__program:not(.homepage-program-timeline__program--current):hover .homepage-program-timeline__bubble:after{background:rgba(var(--bubble-color),.3)}.homepage-program-timeline__program:not(.homepage-program-timeline__program--current):hover a{font-weight:700}}.homepage-program-timeline__bubble{-ms-flex-negative:0;background:#fff;border-radius:var(--bubble-size);box-shadow:4px 4px 10px 0 rgba(var(--color-text),.25);content:"";display:block;flex-shrink:0;height:var(--bubble-size);overflow:hidden;position:relative;width:var(--bubble-size);z-index:1}.homepage-program-timeline__bubble:after{background:rgba(var(--bubble-color),1);border-color:rgb(var(--bubble-color));border-radius:var(--bubble-size);border-style:solid;border-width:3px;content:"";height:100%;left:0;position:absolute;top:0;transition:background .25s ease;width:100%}.homepage-program-timeline__content h2{text-align:center}@media(min-width:768px){.homepage-program-timeline{-ms-flex-align:center;align-items:center}}@media(min-width:992px){.homepage-program-timeline{--bubble-size:50px;--font-size:24;-ms-flex-direction:row;flex-direction:row}.homepage-program-timeline>div{-ms-flex-negative:0;flex-shrink:0;width:50%}.homepage-program-timeline__content{padding-right:10%}.homepage-program-timeline__content h2{text-align:left}}