
#stagesContainer{
    background: url("data:image/svg+xml,%3Csvg width='1820' height='620' viewBox='0 0 1820 620' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1820' height='620'%3E%3Crect width='1820' height='620' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath opacity='0.05' d='M1539.96 84.1912L1638.67 26.6013C1648.62 20.7967 1648.58 6.4087 1638.61 0.65234L1583.17 -31.3277C1573.88 -36.6927 1562.42 -36.6797 1553.13 -31.2934L1454.33 26.0079C1444.38 31.783 1444.37 46.1581 1454.32 51.9479L1509.75 84.2076C1519.09 89.6416 1530.62 89.6353 1539.96 84.1912Z' fill='%230048FF'/%3E%3Cpath opacity='0.05' d='M-62.2268 623.232L106.594 525.001C116.563 519.2 116.528 504.787 106.531 499.034L3.29745 439.632C-5.98656 434.29 -17.4145 434.303 -26.6863 439.666L-195.592 537.371C-205.569 543.142 -205.579 557.542 -195.611 563.328L-92.3742 623.248C-83.0518 628.659 -71.5433 628.653 -62.2268 623.232Z' fill='%230048FF'/%3E%3Cpath opacity='0.05' d='M-23.1276 497.51L58.3028 449.686C61.9091 447.568 61.8965 442.316 58.2801 440.216L7.05182 410.464C3.68346 408.508 -0.465843 408.512 -3.82975 410.476L-85.2908 458.037C-88.9 460.144 -88.9038 465.392 -85.2977 467.504L-34.0685 497.516C-30.6862 499.497 -26.5077 499.495 -23.1276 497.51Z' fill='%230048FF'/%3E%3Cpath opacity='0.25' d='M1758.82 323.19L2254.67 33.8883C2264.62 28.0836 2264.58 13.6962 2254.61 7.93979L1928.31 -180.327C1919.01 -185.692 1907.55 -185.679 1898.26 -180.292L1402.33 107.362C1392.38 113.137 1392.36 127.512 1402.31 133.301L1728.61 323.207C1737.95 328.641 1749.49 328.635 1758.82 323.19Z' stroke='%230048FF' stroke-dasharray='2 2'/%3E%3Cpath opacity='0.05' d='M1524.99 111.785L1578 80.5721C1583.35 77.4262 1583.33 69.6282 1577.97 66.5083L1548.2 49.1758C1543.21 46.2681 1537.06 46.2752 1532.07 49.1944L1479.01 80.2505C1473.67 83.3805 1473.66 91.1715 1479 94.3094L1508.77 111.794C1513.79 114.739 1519.98 114.735 1524.99 111.785Z' fill='%230048FF'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    background-size: cover;
    background-color: white;
}

div.stages-blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid rgba(43, 43, 70, 0.15);
    border-top:none;
    border-right:none;
    border-radius: 5px;
    margin: 3rem 0;
    background-color: white;
}

div.stages-blocks > div.stage{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    border-right: 1px solid rgba(43, 43, 70, 0.15);
    border-top: 1px solid rgba(43, 43, 70, 0.15);
    padding: 40px;
    position: relative;
}

@media (max-width: 1020px) {
    div.stages-blocks > div.stage{
        width: 50%;
    }
}

@media (max-width: 540px) {
    div.stages-blocks > div.stage{
        width: 100%;
    }
    div.stages-blocks > div.stage:after {
        content: ' ';
        background: url("data:image/svg+xml, %3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='white'/%3E%3Ccircle cx='20.5' cy='20.5' r='20' stroke='%232B2B46' stroke-opacity='0.15'/%3E%3Cpath d='M19 15L25 20.5L19 26' stroke='%230048FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
        width: 41px;
        height: 41px;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 20px);
        z-index: 5;
        transform: rotate(
                90deg
        );
    }
}

div.stages-blocks.instructions{
    max-width: 680px;
    margin: 2rem auto;
    justify-content: center;
}

div.stages-blocks.instructions > div.stage:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.stages-blocks.instructions > div.stage:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.stages-blocks.instructions > div.stage{
    width: 100%;
    max-width: 680px;
    min-height: 400px;
    padding: 6rem;
}
div.stages-blocks.instructions > div.stage:after {
    content: ' ';
    background: url("data:image/svg+xml, %3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='white'/%3E%3Ccircle cx='20.5' cy='20.5' r='20' stroke='%232B2B46' stroke-opacity='0.15'/%3E%3Cpath d='M19 15L25 20.5L19 26' stroke='%230048FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: -20px;
    top: auto;
    left: calc(50% - 20px);
    z-index: 5;
    transform: rotate(
            90deg
    );
}


div.stage > p.stage-description{
    margin: 40px 0 0 0;
}

@media (min-width: 540px) {
    div.stages-blocks > div.stage:after {
        content: ' ';
        background: url("data:image/svg+xml, %3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='white'/%3E%3Ccircle cx='20.5' cy='20.5' r='20' stroke='%232B2B46' stroke-opacity='0.15'/%3E%3Cpath d='M19 15L25 20.5L19 26' stroke='%230048FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
        width: 41px;
        height: 41px;
        position: absolute;
        right: -20px;
        top: calc(50% - 20px);
        z-index: 5;
    }
}
div.stages-blocks > div.stage:last-child::after{
    content: none;
}

div.stage-header > span.step-number{
    font-size: 18px;
    font-weight: bold;
    color: rgba(43, 43, 70, 0.15);
}
div.stage-header > span.step-number > b{
    color: rgba(43, 43, 70, 1);
}

div.stage > div.stage-header{
    display: flex;
    justify-content: space-between;
}