section.timeline-module{overflow:visible}section.timeline-module .container{display:flex;flex-direction:row;gap:6rem;justify-content:space-between}@media (max-width:768px){section.timeline-module .container{flex-direction:column;gap:4rem;justify-content:flex-start}}section.timeline-module .container .content-wrapper{flex-shrink:0;width:41.6666666667%}@media (max-width:768px){section.timeline-module .container .content-wrapper{width:100%}}section.timeline-module .container .content-wrapper .content{height:fit-content;left:0;position:sticky;top:7.5rem;width:100%}@media (max-width:768px){section.timeline-module .container .content-wrapper .content{position:relative;top:unset}}section.timeline-module .container .content-wrapper .content .ctas{margin-top:3rem}@media (max-width:768px){section.timeline-module .container .content-wrapper .content .ctas{margin-top:2.5rem}}section.timeline-module .container .timeline{border-left:3px solid var(--black);display:flex;flex-direction:column;gap:3rem;padding-left:3.75rem;width:calc(50% + 1px)}@media (max-width:768px){section.timeline-module .container .timeline{padding-left:1.5rem;width:100%}}section.timeline-module .container .timeline .outer-card{position:relative;width:100%}section.timeline-module .container .timeline .outer-card:before{background-color:var(--black);border:.5rem solid var(--beige);border-radius:10rem;content:"";height:2rem;left:-4.8125rem;position:absolute;top:2rem;width:2rem}@media (max-width:768px){section.timeline-module .container .timeline .outer-card:before{left:-2.5625rem}}section.timeline-module .container .timeline .outer-card .card{border-radius:.5rem;overflow:hidden;width:100%}section.timeline-module .container .timeline .outer-card .card .text-content{background-color:var(--beige_light);padding:2rem}@media (max-width:768px){section.timeline-module .container .timeline .outer-card .card .text-content{padding:1.5rem}}section.timeline-module .container .timeline .outer-card .card .text-content .card-label{font-size:.875rem;font-weight:400;letter-spacing:.1em;line-height:1.5;text-transform:uppercase}section.timeline-module .container .timeline .outer-card .card .text-content .richtext,section.timeline-module .container .timeline .outer-card .card .text-content .text{margin-top:.5rem}section.timeline-module .container .timeline .outer-card .card .text-content .list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}section.timeline-module .container .timeline .outer-card .card .text-content .list .item{align-items:flex-start;display:flex;flex-direction:row;gap:.75rem}section.timeline-module .container .timeline .outer-card .card .text-content .list .item .icon{height:1.5rem;margin-bottom:unset;margin-top:.375rem;width:1.5rem}section.timeline-module .container .timeline .outer-card .card .text-content .list .item .richtext a,section.timeline-module .container .timeline .outer-card .card .text-content .list .item .richtext p{font-size:.875rem}section.timeline-module .container .timeline .outer-card .card .image{aspect-ratio:581/300;height:auto;overflow:hidden;width:100%}@media (max-width:768px){section.timeline-module .container .timeline .outer-card .card .image{aspect-ratio:303/156}}section.timeline-module .container .timeline .outer-card .card .image img{height:100%;object-fit:cover;width:100%}