.main {
    /* max-width:1200px; */
    margin:0 auto;
}

.loading {
    display:none;
}

body .modal-backdrop.show {
    opacity:0;
}

.processContent {
    position:relative;
}

.process {
    position:relative;
    margin:0 5vw;
    margin-bottom:17vw;
}

body .modal-title {
    font-size:1.35em;
}
body .modal-header h1{
    margin-bottom:0;
}
body .modal-header{
    display:none;
    border-bottom:none;
    justify-content: center;
}
body .modal-body{
    padding:0;
}
body .modal-body .btn-close {
    position:absolute;    
    right: 5vw;
    top:1.5em;
    padding:0;
    margin:0;
    opacity:1;
    width:3em;
    height:3em;
    border:2px solid var(--secondary);
    color:var(--secondary);
    background: none;
    border-radius: var(--radius-full);
    overflow:hidden;
    z-index:5;
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-content: center;
}
body .modal-body .btn-close:before,
body .modal-body .btn-close:after {
    content:"";
    height:2px;
    display:block;
    width:calc(100% + 2px);
    margin-left:-1px;
    transform: rotate(45deg);
    background-color: var(--secondary);
    grid-area: 1 / 1 / 2 / 2;
}
body .modal-body .btn-close:after {
    transform: rotate(-45deg);
}

.processHeading {
    margin-bottom:1em;
    font-size:4vw;
}
.processHeading > *{
    font-size:1em;
}
.stepsContent {
    opacity:0;
    transition: all 500ms ease-out;
}
.stepsContent.open {
    opacity:1;
}

.stepStroke {
    stroke: var(--light);
}
.stepPath {
    fill: var(--light)!important;
}

/* .process svg path{
    fill: var(--light)!important;
} */

.steps {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.stepLabel {
    position:absolute;
    height:22.9%;
    width:24.1333%;
    width:15.1333%;
    margin-left:4.5%;
    margin-right:4.5%;
    text-align: center;
    padding-right:2%;
    padding-top:0.5em;
    font-size:1.25em;
    font-size:1.5em;
    /* font-size:1.5vw; */
    font-weight:500;
    hyphens: auto;
}

.stepLabel p{
    margin:0;
    line-height:1.2;
}

.stepLabel .subtitle {
    font-weight:300;
}

.stepLink .stepNumber,
.stepLink .stepVisual{
    transition: all 250ms ease-out;
}

.stepLink:hover .stepVisual{
    transform: scale(1.2);
}

.stepLink:hover .stepNumber {
    transform:translate(-20%,-20%) scale(1.2);
}

.stepCircle {
    position:absolute;
    height:18.1%;
    aspect-ratio: 1 / 1;
}

.stepVisual {
    border:0.75em solid var(--white);
    overflow: hidden;
    border-radius:var(--radius-full);
}



.stepVisualImage {
    /* overflow: hidden; */
    border-radius:var(--radius-full);
}
.stepVisualImage img {
    border-radius:var(--radius-full);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border:0.75em solid var(--white);
}



.stepVisualNumber,
.stepNumber {
    background-color: var(--secondary);
    color:var(--white);
    font-family: var(--condensedFont);
    font-weight: 600;
    position:absolute;
    top:0;
    left:0;
    width:1.4em;
    height:1.4em;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    aspect-ratio: 1 / 1;
    z-index:999;
    font-size:2.1vw;
}






.stepLabel-1,
.stepLabel-2,
.stepLabel-3{
    top:18.1%;
}
.stepLabel-4,
.stepLabel-5,
.stepLabel-6{
    top:59.1%;
}
.stepLabel-7,
.stepLabel-8,
.stepLabel-9{
    top:100%;
}

.stepLabel-1,
.stepLabel-6,
.stepLabel-7{
    left: 13.8%;
}
.stepLabel-2,
.stepLabel-5,
.stepLabel-8{
    left: 37.9333%;
}
.stepLabel-3,
.stepLabel-4,
.stepLabel-9{
    left: 62.0666%;
}




.stepCircle-1,
.stepCircle-2,
.stepCircle-3{
    top:0;
}
.stepCircle-4,
.stepCircle-5,
.stepCircle-6{
    top:41%;
}
.stepCircle-7,
.stepCircle-8,
.stepCircle-9{
    top:81.9%;
}

.stepCircle-1,
.stepCircle-6,
.stepCircle-7{
    left: 19%;
}
.stepCircle-2,
.stepCircle-5,
.stepCircle-8{
    left: 42.7%;
}
.stepCircle-3,
.stepCircle-4,
.stepCircle-9{
    left: 66.8%;
}

.stepVisualSlides .slick-slide:active,
.stepVisualSlides .slick-slide:focus {
    outline:0;
}

.stepVisualSlides .slick-slide .stepVisualSlide .stepVisualImage{
    transition: all 500ms ease-in-out;
    transform: scale(0.25);
}
.stepVisualSlides .slick-slide.slick-center .stepVisualSlide .stepVisualImage{
    transform: scale(1);
}

.stepVisualSlides .slick-slide img{
    z-index:9!important;
}
.stepVisualSlides .slick-slide .stepVisualNumber {
    font-size:5vw;
    top:2.5%;
    left:7.5%;
    transition: all 400ms ease-in-out;
}
.stepVisualSlides .slick-slide.slick-center .stepVisualNumber {    
    font-size:4vw;    
}


.stepVisualSlides .slick-slide .stepVisualSlide .stepVisualImage img{
    border:1.5em solid var(--white);
}

.stepVisualSlides .slick-slide.slick-center .stepVisualSlide .stepVisualImage img{
    border:0.75em solid var(--white);
}

.stepContentSlides{
    margin:0 5vw;
}

.stepContentSlide {
    background-color: var(--lightgrey);
    border-radius: var(--radius-xxlarge);
    padding:3em;

}


.stepVisualContent {
    position:relative;
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}
.stepVisualBg {
    width:100%;
    background-color: var(--light);
    height:16.6666vw;
    height:8.3333vw;
    position:relative;
}

.stepVisualImage {
    position:relative;
    z-index:99;
}
.stepVisualImage,
.stepVisualBg {
    grid-area: 1 / 1 / 2 / 2;
}

.stepVisualImage img{
    position:relative;
}

.slick-slide[data-slick-index="0"] .stepVisualBg {
    width:150%;
    margin-left:-50%;
}
.slick-slide[data-slick-index="8"] .stepVisualBg {
    width:150%;
}

.stepVisualBg:after {
    content:"";
    display:block;
    height:100%;
    aspect-ratio:1 / 1;
    border-right:0.75vw solid var(--white);
    border-bottom:0.75vw solid var(--white);
    transform: rotate(-45deg);
    position:absolute;
    /* right:-25%; */
    left:55%;
    z-index:2;
    transition: all 450ms ease-in-out;
}



.slick-slide[data-slick-index="0"] .stepVisualBg:after {
    left:70%;
}
.slick-slide.slick-center[data-slick-index="0"] .stepVisualBg:after,
.slick-center .stepVisualBg:after {
    left:100%;
}
.slick-slide[data-slick-index="8"] .stepVisualBg:after {
    display:none;
}

.stepTitleSlides {
    margin-bottom:2em;
}

.stepTitleSlide {
    text-align: center;
    font-size:1.5em;
}

.stepVisualTitle{
    position:absolute;
    top:120%;
    width:100%;    
    text-align: center;
}
.slick-slide .stepVisualTitle {
    transform:scale(4);
    opacity:1;
    transition: all 500ms ease-out;
}
.slick-slide.slick-center .stepVisualTitle {
    transform:scale(0);
    opacity:0;
}
.stepTitle {
    padding:0 5em;
}


.stepAspects {
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:5vw;
}

.stepAspect {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width:100%;
    flex-shrink:0;
}

.stepAspectIcon {
    width:50%;
    aspect-ratio: 1 / 1;
    border:0.75em solid var(--secondary);
    overflow: hidden;
    border-radius:var(--radius-full);
    background-color: var(--secondary);
    display:flex;
    align-items: center;
    justify-content: center;
}

.target > .stepAspectIcon svg path,
.target > .stepAspectIcon svg polygon{
    fill: var(--secondary)!important;
}

div:not(.target) > .stepAspectIcon svg path,
div:not(.target) > .stepAspectIcon svg polygon{
    fill: var(--white)!important;
}

.target  .stepAspectIcon {
    background-color: var(--white);
}

.stepAspectIcon svg{
    width:100%;
    height:auto;
    transform: scale(1.5);
}

.stepAspectContent{
    margin-top:1em;
    font-size:1.5vw;
    font-size:1.5em;
}
.stepAspectContent p{
    text-align: center;
    margin-bottom:0;
}
.stepAspectContent h3{
    text-align: center;
    font-weight: 600;
    font-size:1.025em;
}

.stepVisual,
.stepVisualImage img,
.stepVisualSlides .slick-slide .stepVisualSlide .stepVisualImage img,
.stepVisualSlides .slick-slide.slick-center .stepVisualSlide .stepVisualImage img,
.stepAspectIcon {
    border-width:0.75vw;
}
.stepVisualSlides .slick-slide .stepVisualSlide .stepVisualImage img{
    border-width:1.5vw;
    border-width:2.5vw;
}





















.tooltip .tooltip-arrow {
    display:none!important;
}
.tooltip {
    font-family: var(--defaultFont);
    font-size: 1.5em;
}
.tooltip .tooltip-inner {
    background-color:var(--secondary);
    max-width:300px;
}
.tooltip.show {
    opacity:1;
}




/* 
abbr[data-tooltip] {
    position: relative;
    cursor: help;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    color: currentColor;
    border-bottom: none;
}


abbr[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: white;
    padding: 8px 12px;
    border-radius: var(--radius-xxsmall);
    white-space: normal;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    margin-bottom: 5px;
}

abbr[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--secondary);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    pointer-events: none;
    display:none;
}

abbr[data-tooltip]:hover::before,
abbr[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    abbr[data-tooltip]::before {
        font-size: 0.8rem;
        padding: 6px 10px;
        max-width: 200px;
        white-space: normal;
    }
} */


















body .cookie-consent-container::backdrop {
    background-color: var(--white40);
}
body .cookie-consent-container {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-family: var(--defaultFont);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
body .cookie-consent-container .consent-modal {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: min(100%, 768px);
    max-height: 70dvh;
    height:50vh;
    padding: 2rem;
    background-color: var(--madison);
    color:var(--white);
    overflow: hidden;
    box-shadow: unset;
    border-radius: var(--radius-xxlarge);
    transition: width 350ms, max-height 350ms ease, height 350ms ease;
}
body .cookie-consent-container .consent-modal.open {
    max-height: calc(100dvh - 4rem);
    height: calc(100vh - 4rem);
}
body .cookie-consent-container .consent-modal .consent-content {
    height:100%;
    overflow: auto;
}

body .cookie-consent-container .consent-modal .option-wrapper {
    background-color: transparent;
}
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label {
    color:var(--white);
}
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option,
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover,
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover~.option-detail {
    background-color: transparent;
}


body .cookie-consent-container .consent-modal .cookie-headline {
    line-height: 1.5;
    margin: 0 0 1rem 0;
    color: var(--white);
    display: block;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 700;
}

.cookie-consent-container .consent-modal .cookie-headline {
    line-height: 1.5;
    margin: 0 0 1rem 0;
    color: var(--color-gray-20);
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
}

body .cookie-consent-container .buttons .btn--secondary,
body .cookie-consent-container .buttons .btn--primary {
    font-size: 1rem;
    padding: .25rem .75rem;
    cursor: pointer;
    border-radius: var(--radius-full);
    width: auto;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    letter-spacing: unset;
    border:1px solid var(--aquamarine);
}

body .cookie-consent-container .buttons .btn {
    min-height:2.5rem;
}

body .cookie-consent-container .buttons .deny.btn--secondary ,
body .cookie-consent-container .buttons .save.btn--secondary {
    border-color: var(--madison);
    color: var(--white);
    background-color: var(--madison);
}
body .cookie-consent-container .buttons .btn--primary.select-all {
    background-color: var(--aquamarine);
    border-color: var(--madison);
    color:var(--text-blue);
    margin-left:auto;
}

body .cookie-consent-container .buttons .save.btn--secondary:hover,
body .cookie-consent-container .buttons .btn--secondary:hover,
body .cookie-consent-container .buttons .btn--primary:hover {
    border-color: var(--white);
    color: var(--white);
    background-color: var(--madison);
}

body .cookie-consent-container .buttons {
    display:flex;
    justify-content: center;
    align-items: center;
}

body .cookie-consent-container .label {
    gap: .5rem;
    margin-bottom: 0;
    color: var(--white);
    font-size: 1em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}


body .cookie-consent-container .consent-modal .option-wrapper .label .checkmark,
body .cookie-consent-container .label .checkmark {
    border-radius:var(--radius-xxsmall);
    border:1px solid var(--eminence);
    width:1.5rem;
    height:1.5rem;
    background-color: var(--neutral-darkest-5);
}

body .cookie-consent-container .consent-modal .option-wrapper .label input:checked~.checkmark,
body .cookie-consent-container .label input:checked~.checkmark {
    background-color: var(--eminence);
}

body .cookie-consent-container .label input:focus~.checkmark {
    outline: none;
}

body .cookie-consent-container .label:hover .checkmark {
    background-color: var(--eminence);
}

body .cookie-consent-container .show-details:hover,
body .cookie-consent-container .show-details {
    color: var(--white);
    padding:0;
}

body .cookie-consent-container .show-details::after {
    display:none;
}
body .cookie-consent-container .show-details.open::after {
    display:none;
}


body .cookie-consent-container .consent-modal.open {
    width: min(100%, 768px);
}

.hidden {
    display: none;
}


