@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('DINPro-Bold'), url('https://fonts.cdnfonts.com/s/13730/DINPro-Bold_13934.woff') format('woff');
}


.popup-alt.unset-all * {
    all: unset;
}
.d-none{
    display: none!important;
}
.popup-alt {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}
.popup-alt.processing-section{
    backdrop-filter: inherit;
    justify-content: space-around;
}
.popup-alt.processing-section .show{
    box-shadow: 0 0 25px 6px #00000047;
}
.popup-alt.processing-section input:not([type="checkbox"]):not([type="radio"]), .popup-alt.processing-section select, .popup-alt.processing-section input::placeholder{
    all: unset;
    appearance: none;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border:1px solid rgb(230, 237, 239);
    box-sizing: border-box;
    color: rgb(137, 137, 137);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    width: 100%;
}
.popup-alt.processing-section button{
    width: 100%;
    margin: 1em auto;
    position: relative!important;
    top:0;
    left: 0;
}
.popup-alt [class^="step"] {
    background: #fff;
    padding: 3em;
    min-height: 50vh;
    border-radius: 0.5em;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    transition-duration: 600ms;
    transition-property: all;
    box-shadow: 0 0 10px #00000021;
    min-width: 350px;

}

.popup-alt [class^="step"]:not(.show) {
    position: absolute;
}

.popup-alt [class^="step"].show {
    transform: translate(0);
}

.popup-alt [class^="step"].prev {
    transform: translate(-85%);
    left: 0;
    opacity: 0.2;
    cursor: pointer
}

.popup-alt [class^="step"].prev:hover {
    transform: translate(-80%);
    opacity: 1;
}

.popup-alt [class^="step"].next {
    transform: translate(calc(100vh + 80%));
    left: 0;
    opacity: 0.2;
    cursor: pointer;
}

.popup-alt [class^="step"].next:hover {

    transform: translate(calc(100vh + 70%));
    opacity: 1;
}

.popup-alt [class^="step"] {
    transform: translate(-200%);
}

.popup-alt [class^="step"].next ~ [class^="step"] {
    transform: translate(200%);
}

.popup-alt [class^="step"] h1 {
    font-size: 110px;
    line-height: 1.1;
    font-family: "DINPro-Bold";

}

.popup-alt [class^="step"] h1 span {
    font-size: 0.2em;
    line-height: 1.2;
    display: block;
}

.popup-alt [class^="step"] .btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.popup-alt .btn, .btn-integration {
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: auto;
    display: block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
    cursor: pointer;
    padding: 0.375rem 1.75rem;
    color: #fff;
    background-color: #24695c !important;
    border-color: #24695c !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.popup-alt .btn.btn-secondary{
    background: #ba895d!important;
    border-color: #ba895d!important;
}
.popup-alt#show-arborescence ul ul {
    margin-left: 1.5em!important;
    border-left: 1px solid!important;
    padding-left: 1em!important;
}
.popup-alt#show-arborescence ul li {
    padding: 0.2em 0!important;
}
.popup-alt#show-arborescence ul li svg{
    color:#24695c!important;
}
.popup-alt div.close{
    color: gray;
    font-weight: 600;
    font-size: 3em;
    line-height: 0;
    position: absolute;
    top: 0.5em;
    right: .2em;
    transform: rotate(45deg);
    font-family: Montsserat;
    cursor: pointer;
}
.popup-alt.unset-all .show h3, .processing-section h3{
    display: block!important;
    font-size: 20px!important;
    text-transform: uppercase!important;
    color: #24695c!important;
    line-height: 2!important;
}
.popup-alt.unset-all p{
    font-weight: 600;
}
.alert.alert-flash{
    position: fixed;
    top: 1em;
    right: 1em;
    padding-inline: 2em;
    z-index: 9999999999999999999999;
}
/**
.popup-alt [class^="step"]:before {
    content: '';
    border: 1em solid #24695c;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 20%;
    left: -20%;
    -webkit-animation: loader 5s linear infinite;
    animation: loader 5s linear infinite;
    animation-delay: 0s;
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    width: 650px;
    height: 650px;

}

.popup-alt [class^="step"]:after {
    content: '';
    border: 1em solid #24695c;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 20%;
    left: -20%;
    -webkit-animation: loader 5s linear infinite;
    animation: loader 5s linear infinite;
    opacity: 0;
    width: 650px;
    height: 650px;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
**/