<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .stepList-item {
	 position:relative;
	 padding: 1.25rem 0;
	 font-size: 1.2rem;
     line-height: 1.5;
}
 .stepList-item::before {
	position: absolute;
    left: 0;
    content: counter(step-list-counter);
    display: block;
    background-color: var(--gfColors-gold);
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: bold;
    flex-shrink: 0;
    color: #fff;
}



 #picNavs .circle-nav {
	 border-radius: 50%;
	 position: relative;
	 width: fit-content;
	 height: auto;
	 align-items: center;
	 justify-self: center;
	 display: block;
	 overflow: hidden;
}
 #picNavs .circle-nav h3 {
	 color: var(--gfColors-slate15);
    font-size: clamp(.9rem, 3vw, 1rem);
    text-align: center;
    font-family: var(--gfVars-bodyFont);
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin: auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 42%;
    left: 50%;
    right: 50%;
}
 #picNavs .circle-nav h3 a {
	 color: #fff;
	 line-height: 1.5;
}
 #picNavs .image-in-circle {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 #picNavs .image-in-circle::after {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 content: "";
	 background-color: #084d93;
	 opacity: 0.6;
}
 #picNavs .image-in-circle img {
	 width:100%;
	 height:100%;
	 transition: all .5s;
}
/*
 #picNavs .image-in-circle:hover img {
	 transform: scale(1.1);
}
*/
</pre></body></html>