* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #62636C;
    scroll-behavior: smooth;
}

body {
    cursor: url("../images/cursor2.png") 24 24, pointer;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    /*overflow: hidden;*/
}

.wow {
    background-color: transparent;
}

@font-face {
    font-family: gothampro;
    src: url("../fonts/gothampro.ttf");
}

@font-face {
    font-family: ManropeLight;
    src: url("../fonts/Manrope/Manrope-Light.ttf");
}

@font-face {
    font-family: ManropeMedium;
    src: url("../fonts/Manrope/Manrope-Medium.ttf");
}

@font-face {
    font-family: ManropeRegular;
    src: url("../fonts/Manrope/Manrope-Regular.ttf");
}

@font-face {
    font-family: ManropeBold;
    src: url("../fonts/Manrope/Manrope-Bold.ttf");
}

@font-face {
    font-family: Prosto;
    src: url("../fonts/Prosto.ttf");
}


.button {
    text-decoration: none;
    border: none;
}

.button:disabled {
    background-color: #e2dfe7;
    cursor: not-allowed;
    color: #8c8484;
    border: none;
}

.progress-container {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
}

.progress-bar {
    width: 0;
    height: 5px;
    background-color: #035DE8;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;

}

::-webkit-scrollbar-thumb {
    background: #035DE8;

}

.mission_block_images_two {
    display: none;
}






