:root{--custom-font-size--map-title:clamp(30px,1.875rem+((1vw - 3.2px) * 2.625),56px);--custom-font-size--counter:clamp(30px,1.875rem+((1vw - 3.2px) * 2.625),72px);--custom-font-size--counter-medium:clamp(30px,1.875rem+((1vw - 3.2px) * 2.625),60px)}.icon-steps-wrapper .step-el{position:relative;text-align:center;padding-left:2em;border-left:1px solid #b9cec2;flex:1}.icon-steps-wrapper .step-el__dot{width:2.5rem;height:2.5rem;display:block;border-radius:100%;z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto 0 auto -1.25rem;animation:pulseAnimation 2s infinite;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-steps-wrapper .step-el__dot svg{width:1.25rem;height:1.25rem}.icon-steps-wrapper .step-el__dot:hover ~ .step-el__box-copy .hover-copy{opacity:1 !important;pointer-events:auto}.icon-steps-wrapper .step-el__box-copy,.icon-steps-wrapper .step-el__box-image{display:flex;flex-direction:column}.icon-steps-wrapper .step-el__box-copy{padding:2em 0;color:var(--wp--preset--color--custom-tbgreen);font-weight:bold;font-size:var(--wp--preset--font-size--xlarge) !important}.icon-steps-wrapper .step-el__box-copy .hover-copy{font-size:var(--wp--preset--font-size--small);font-weight:normal;color:var(--wp--preset--color--custom-grey-mid);opacity:0;pointer-events:none}.icon-steps-wrapper .step-el__box-copy .title{margin-bottom:1rem}.icon-steps-wrapper .step-el__int span{background-color:var(--wp--preset--color--custom-tbgreen);border-radius:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;color:white;font-size:var(--wp--preset--font-size--xxxxlarge);font-weight:bold;height:4em;margin-right:auto;margin-left:auto}.icon-steps-wrapper .step-el *{transition:opacity .3s ease-in-out}.icon-steps-wrapper .step-el:hover .step-el__int{opacity:1 !important}@media(min-width:930px){.icon-steps-wrapper{display:flex}.icon-steps-wrapper .step-el{display:flex;flex-direction:column;justify-content:center;align-content:center;padding-left:0;border-left:0}.icon-steps-wrapper .step-el:nth-child(even) .step-el__box-image{order:99;border-top:1px solid #b9cec2}.icon-steps-wrapper .step-el:nth-child(even) .step-el__box-copy{flex-direction:column-reverse;justify-content:flex-start}.icon-steps-wrapper .step-el:nth-child(even) .step-el__box-copy .title{margin:1rem auto 3em}.icon-steps-wrapper .step-el:nth-child(odd) .step-el__box-image{border-bottom:1px solid #b9cec2}.icon-steps-wrapper .step-el:nth-child(odd) .step-el__box-copy{justify-content:flex-start}.icon-steps-wrapper .step-el:nth-child(odd) .step-el__box-copy .title{margin:3em auto 1rem}.icon-steps-wrapper .step-el__dot{margin:auto}.icon-steps-wrapper .step-el__box-copy,.icon-steps-wrapper .step-el__box-image{justify-content:center;align-content:center;aspect-ratio:1 / 1;min-width:5rem;min-height:5rem}.icon-steps-wrapper .step-el__box-copy{padding:0}.icon-steps-wrapper .step-el__int span{height:3.2em}}@keyframes pulseAnimation{0%{box-shadow:0 0 0 0 rgba(53,82,55,0.6)}100%{box-shadow:0 0 0 .5rem rgba(53,82,55,0)}}