/* Custom Styles */

@media(min-width:768px){

body, .page, .main-content {
  overflow: visible !important;
}
/*one*/
div#section-1768141360447 {
    position: sticky;
    top: 0px;
    z-index: 0;
    transition: transform 0.4s 
ease;
    will-change: transform;
}
/*two*/

div#section-1768141368622 {
    position: sticky;
    top: 38px;
    z-index: 1;
    transition: transform 0.4s ease;
    will-change: transform;
}

/*three*/
div#section-1768141376346 {
    position: sticky;
    top: 75px;
    z-index: 2;
    transition: transform 0.4s ease;
    will-change: transform;
}

/*Four*/
div#section-1768141387681 {
    position: sticky;
    top: 111px;
    z-index: 3;
    transition: transform 0.4s ease;
    will-change: transform;
}

/*five*/
div#section-1768141397148 {
    position: sticky;
    top: 147px;
    z-index: 4;
    transition: transform 0.4s ease;
    will-change: transform;
}


/*six*/
div#section-1768141410510 {
    position: sticky;
    top: 38px;
    z-index: 5;
    transition: transform 0.4s ease;
    will-change: transform;
}


/*Seven*/
div#section-1768141420098 {
    position: sticky;
    top: 75px;
    z-index: 6;
    transition: transform 0.4s ease;
    will-change: transform;
}


/*eight*/
div#section-1768141428759 {
    position: sticky;
    top: 112px;
    z-index: 7;
    transition: transform 0.4s ease;
    will-change: transform;
}

/*Nine*/
div#section-1768141954935 {
    position: sticky;
    top: 149px;
    z-index: 8;
    transition: transform 0.4s ease;
    will-change: transform;
}


div#section-1768141954935 ~ div[id^="section-"] {
    position: relative !important;
    top: auto !important;
    z-index: 999 !important;
    transform: none !important;
}

}





