.se-container {
    display: block;
    width: 100%;
    overflow: hidden;
}

.se-slope {
    margin: 0 -200px;
    transform-origin: left center;
    overflow: hidden;
    padding: 0 250px;
}

/*.se-slope:nth-child(odd) {
        background-color: red;
        transform: rotate(3.3deg);
        margin-top: -200px;
    }

    .se-slope:nth-child(even) {
        background: #fff;
        transform: rotate(-3.3deg);
    }*/

.se-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 70vw;
    /*max-width: 1200px;*/
    max-width: 70vw;
    /*padding-left: 250px;
    padding-right: 250px;*/
}

.se-slope:nth-child(odd) .se-content {
    /*transform: rotate(-3.3deg);*/
    color: black;
    padding-top: 100px;
    padding-bottom: 250px;
}

.se-slope:nth-child(even) .se-content {
    /*transform: rotate(3.3deg);*/
    color: #000;
    padding-top: 80px;
    /*padding-bottom: 170px !important;*/
}

#firstContainerSeContent {
    position: relative;
    /*transform: rotate(0);*/
}

#firstContainerLogo {
    margin-top: 80px;
    z-index: -1;
    /*width: 70%;*/
    width: 60%;
    height: auto;
}


#firstContainerTextContainer {
    position: absolute;
    bottom: 250px;
    /*right: 250px;*/
    right: 0px;
    text-align: right;
}

#firstContainerTitleTop {
    /*font-size: 74px;*/
    font-size: 5.5vw;
}

#firstContainerTitleBottom {
    /*font-size: 58px;*/
    font-size: 4.3vw;
}

#firstContainerDateImage {
    max-width: 100%;
    max-height: 190px;
}


.speakersContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10% 0 10%;
}

.speakerContainer {
    flex: 0 0 40%;
    padding: 40px;
}

    .speakerContainer:last-child {
        width: 29% !important;
        padding: 20px;
    }

#secondContainerSeSlope {
    background-color: #2E3092;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
}

    #secondContainerSeSlope > .se-content {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        padding-top: 100px;
        padding-bottom: 300px;
    }

#codeBattleSeSlope {
    background-color: #E80586;
    transform: rotate(3.3deg);
    -webkit-transform: rotate(3.3deg);
    -ms-transform: rotate(3.3deg);
    margin-top: -450px;
}

    #codeBattleSeSlope > .se-content {
        transform: rotate(-3.3deg);
        -webkit-transform: rotate(-3.3deg);
        -ms-transform: rotate(-3.3deg);
        /*padding-bottom: 200px;*/
        padding-bottom: 230px;
        padding-top: 70px;
    }

#contestSeSlope {
    background-color: #E80586;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
}

    #contestSeSlope > .se-content {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        padding-bottom: 210px;
    }



#speakersSliderSeSlope {
    position: relative;
    background-color: #ffca05ff;
    margin-top: -400px;
    transform: rotate(3.3deg);
}

    #speakersSliderSeSlope > .se-content {
        transform: rotate(-3.3deg);
        padding-top: 50px;
        padding-bottom: 170px;
    }


/*SPEAKERS MODAL*/
#myModal {
    font-family: 'AzoSansLight';
    color: #2E3092;
}

    #myModal .modal-dialog {
        /*position: absolute;
        float: left;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 10%;
        margin-bottom: 10%;*/
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}



#myModal .modal-content {
    background-color: #fff100;
}

#modalBackgroundImage {
    position: absolute;
    z-index: 900;
    width: 50vw;
    height: 60vw;
    bottom: 0;
    right: 0;
    transform: translate(40%, 10%);
    max-height: 600px;
    max-width: 500px;
}

#myModal .modal-body {
    z-index: 1000;
    text-align: center;
}

#modalSpeakersCloseButton {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2000;
    transform: translate(50%,-40%);
    border-radius: 100%;
    font-size: 30px;
    opacity: 1;
}



    #modalSpeakersCloseButton .fa-times-circle {
        color: #2E3092;
        background-color: #fff100;
        transition: all ease-in-out 0.5s;
        border-radius: 100%;
        border: 2px solid #fff100;
        text-shadow: none;
    }

        #modalSpeakersCloseButton .fa-times-circle:hover {
            color: #2E3092;
            background-color: #EC008C;
            transition: all ease-in-out 0.5s;
            border-color: #EC008C;
        }

#modalSpeakersImage {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

#modalSpeakersName {
    font-family: 'AzoSansBlack';
    font-size: 30px;
}

#modalSpeakersPresentationTitle {
    font-family: 'AzoSansMedium';
    font-size: 20px;
}

#modalSpeakersShortBio {
    font-size: 16px;
}


#workshopSeSlope {
    background-color: #ec008cff;
    transform: rotate(-3.3deg);
}

    #workshopSeSlope > .se-content {
        transform: rotate(3.3deg);
        padding-top: 70px;
        padding-bottom: 220px;
    }


#timetableSeSlope {
    /*margin-top: -300px;*/
    /*margin-top: -270px;*/
    margin-top: -100px;
    transform: rotate(3.3deg);
}

    #timetableSeSlope > .se-content {
        transform: rotate(-3.3deg);
        padding-top: 40px;
        padding-bottom: 190px;
    }


#appSeSlope {
    background-color: #090a0fff;
    transform: rotate(-3.3deg);
    -webkit-transform: rotate(-3.3deg);
    -ms-transform: rotate(-3.3deg);
}

    #appSeSlope > .se-content {
        background-color: #090a0fff;
        transform: rotate(3.3deg);
        -webkit-transform: rotate(3.3deg);
        -ms-transform: rotate(3.3deg);
    }


/* ======================================================================*/
/*                                                                       */
/* --------------------------- RESPONSIVE -------------------------------*/
/*                                                                       */
/* ======================================================================*/

@media(max-width: 1700px) {
    #codeBattleSeSlope {
        margin-top: -430px;
    }

    #contestSeSlope > .se-content {
        padding-bottom: 240px;
    }

    #workshopSeSlope > .se-content {
        padding-bottom: 240px;
    }
}


@media(max-width: 1500px) {
    #secondContainerSeSlope > .se-content {
        padding-top: 70px;
        padding-bottom: 120px !important;
    }

    #codeBattleSeSlope > .se-content {
        padding-bottom: 160px;
    }

    #contestSeSlope > .se-content {
        padding-bottom: 290px;
    }

    #speakersSliderSeSlope > .se-content {
        padding-top: 30px;
        padding-bottom: 130px;
    }

    #workshopSeSlope > .se-content {
        padding-top: 50px;
        padding-bottom: 240px;
    }

    #timetableSeSlope > .se-content {
        padding-bottom: 140px;
    }
}


/* --- MD ---*/
@media (max-width: 1199px) {
    #firstContainerSeContent {
        /*padding-top: 150px;*/
    }

    #firstContainerTextContainer {
        bottom: 150px;
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 70px;
        padding-bottom: 330px;
    }

    #codeBattleSeSlope > .se-content {
        padding-bottom: 140px;
    }

    #contestSeSlope > .se-content {
        padding-top: 50px;
        padding-bottom: 220px;
    }

    #speakersSliderSeSlope {
        margin-top: -100px;
    }

    #modalBackgroundImage {
        transform: translate(15%, 10%);
    }

    #timetableSeSlope > .se-content {
        padding-top: 20px;
        /*padding-bottom: 100px;*/
    }
}

/* --- SM ---*/
@media (max-width: 991px) {

    .se-content {
        /*max-width: 100%;*/
    }


    #firstContainerSeContent {
        /*padding-top: 170px;*/
    }

    #firstContainerLogo {
        width: 50%;
    }

    #firstContainerTextContainer {
        bottom: 100px;
    }

    #firstContainerTitleTop {
        font-size: 6.7vw !important
    }

    #firstContainerTitleBottom {
        font-size: 5vw !important
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 70px;
        padding-bottom: 290px;
    }

    #codeBattleSeSlope {
        margin-top: -370px;
    }

        #codeBattleSeSlope > .se-content {
            padding-bottom: 100px;
        }

    #contestSeSlope > .se-content {
        padding-bottom: 220px;
    }





    #speakersSliderSeSlope {
        margin-top: -220px;
    }
   

    #workshopSeSlope {
        margin-top: -20px;
    }

        #workshopSeSlope > .se-content {
            padding-bottom: 220px;
        }

    #timetableSeSlope > .se-content {
        /*padding-bottom: 80px;*/
    }
}

/* --- XS ---*/
@media (max-width: 767px) {
    #firstContainerSeContent {
        /*padding-bottom: 150px;*/
    }

    #firstContainerLogo {
        /*width: 100%;*/
        margin-top: 20px;
    }

    .speakerContainer {
        flex: 1 0 100%;
        padding: 50px;
    }

    #firstContainerTitleTop {
        font-size: 7vw !important;
    }

    #firstContainerTitleBottom {
        font-size: 5.5vw !important;
    }

    #firstContainerDateImage {
        width: 80%;
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 70px;
        padding-bottom: 320px;
    }

    #contestSeSlope > .se-content {
        padding-top: 40px;
        padding-bottom: 240px;
    }

    #speakersSliderSeSlope > .se-content {
        padding-bottom: 110px;
    }

    #modalBackgroundImage {
        transform: translate(7%, 10%);
    }

    #myModal .modal-dialog {
        width: 80vw;
    }

    #modalSpeakersName {
        font-size: 20px;
    }

    #modalSpeakersPresentationTitle {
        font-size: 16px;
    }

    #modalSpeakersShortBio {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    #firstContainerSeContent {
        padding-bottom: 100px;
    }

    #firstContainerLogo {
        width: 100%;
    }

    #firstContainerTextContainer {
        position: initial;
        margin-top: 20px;
    }

    #firstContainerTitleTop {
        font-size: 11vw !important;
    }

    #firstContainerTitleBottom {
        font-size: 9vw !important;
    }

    #firstContainerDateImage {
        width: 100%;
    }

    #codeBattleSeSlope {
        margin-top: -350px;
    }

        #codeBattleSeSlope > .se-content {
            padding-bottom: 60px;
        }

    #contestSeSlope > .se-content {
        padding-top: 30px;
        padding-bottom: 250px;
    }

    #timetableSeSlope > .se-content {
        /*padding-bottom: 60px;*/
    }
}

@media(max-width: 420px) {

    .speakerContainer {
        flex: 1 0 100%;
        padding: 20px;
    }
}


@media (min-width: 2000px) {
    .text {
        font-size: 1vw;
    }

    .title {
        font-size: 3vw !important;
        margin-bottom: 2vw;
    }

    .subtitle {
        font-size: 1.4vw !important;
    }

    .presentation {
        font-size: 1vw !important;
    }

    .se-slope {
        /*min-height: 65vh;*/
    }

        .se-slope:nth-child(even) .se-content {
            margin-left: 15vw;
            margin-right: 15vw;
        }

    .firstContainerSeSlope {
        /*height: 110vh !important;*/
        background-size: cover !important;
    }

    #firstContainerSeContent {
        padding-bottom: 200px;
    }

    #firstContainerDateImage {
        max-height: initial;
        width: 100%;
    }

    #secondContainerSeSlope {
        /*height: 50vh;*/
        /*min-height: 1100px;*/
    }

        #secondContainerSeSlope > .se-content {
            padding-top: 150px;
            padding-bottom: 400px;
        }



    #codeBattleSeSlope {
        /*margin-top: -38vh;*/
        margin-top: -550px;
        /*min-height: 48vh;*/
    }

        #codeBattleSeSlope > .se-content {
            padding-bottom: 300px;
        }

    #codeBattleContainer {
        /*margin-top: 5vh !important;*/
        /*margin-top: 0px !important;*/
    }

    #codeBattleDate {
        margin-bottom: 40px !important;
        font-size: 2vw !important;
    }

    .codeBattleText {
        font-size: 6vw !important;
        line-height: 6vw !important;
        margin-left: -1vw;
    }

    #contestSeSlope {
        /*min-height: 900px;*/
    }

        #contestSeSlope > .se-content {
            padding-top: 150px !important;
            /*padding-bottom: 30vh !important;*/
            padding-bottom: 300px !important;
        }

    /*#contestTitleTop {
        margin-top: 40px !important;
    }*/

    .contestBigText {
        font-size: 6vw !important;
        line-height: 6vw !important;
        /*margin-left: -1vw;*/
    }

    .contestMediumText {
        font-size: 2vw !important
    }

    .contestSmallText {
        margin-top: 40px !important;
        font-size: 1.3vw !important;
    }

    #contestPartialContainer > div:first-child {
        justify-content: space-between;
    }

    #speakersSliderSeSlope {
        margin-top: -550px;
    }

        #speakersSliderSeSlope > .se-content {
            padding-bottom: 400px;
        }

    .sliderItemContainer {
        max-width: 33vh !important;
        max-height: 40vh !important;
    }

    #myModal .modal-dialog {
        width: 40vw;
    }

    #modalBackgroundImage {
        max-height: 800px;
        max-width: 700px;
    }


    #modalSpeakersCloseButton {
        font-size: 1.5vw;
    }

        #modalSpeakersCloseButton .fa-times-circle {
            border: 5px solid #fff100;
        }

    #modalSpeakersImage {
        max-height: 500px;
        margin-bottom: 40px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    #modalSpeakersName {
        font-size: 2vw;
    }

    #modalSpeakersPresentationTitle {
        font-size: 1.3vw;
    }

    #modalSpeakersShortBio {
        font-size: 1vw;
    }




    #workshopSeSlope > .se-content {
        padding-top: 10vh;
        padding-bottom: 30vh;
    }

    #timetableSeSlope {
        margin-top: -34vh;
        padding-bottom: 8vh;
    }

    #appSeSlope {
        min-height: initial;
    }

        #appSeSlope > .se-content {
            /*max-width: 48vw;*/
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 90px !important;
            padding-top: 150px !important;
        }

    #qrCodeImage {
        max-width: initial !important;
        min-width: initial !important;
    }

    #storeIconLeftContainer, #storeIconRightContainer {
        width: calc(50% - 10px) !important;
    }

    #storeIconLeft, #storeIconRight {
        max-height: 10vw !important;
        max-width: 15vw !important;
    }

    .downloadAppText {
        padding-top: 0.75vw !important;
    }

    #policySpan a {
        border-bottom: 0.11vw solid white !important;
    }

    .circle_icon {
        height: 3vw !important;
        width: 3vw !important;
        font-size: 1.5vw !important;
        line-height: 1.5vw !important;
        margin-left: 10px;
        padding-top: 0.75vw !important;
    }

    #sponsorsSeContainer {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        margin-top: -100px;
    }

    #sponsorsSeSlope {
        min-height: initial;
    }
}


@media(min-width: 3000px) {
    #firstContainerSeContent {
        padding-bottom: 300px !important;
    }

    #firstContainerTextContainer {
        bottom: 400px !important;
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 200px !important;
        padding-bottom: 550px !important;
    }

    #codeBattleSeSlope {
        margin-top: -750px !important;
    }

        #codeBattleSeSlope > .se-content {
            padding-bottom: 350px;
            padding-top: 150px;
        }

    #contestSeSlope > .se-content {
        padding-top: 200px !important;
        padding-bottom: 350px !important;
    }

    /*#contestTitleTop {
        margin-top: 80px !important;
    }*/

    #speakersSliderSeSlope {
        margin-top: -700px;
    }

        #speakersSliderSeSlope > .se-content {
            padding-top: 100px !important;
            padding-bottom: 700px;
        }
}

@media(min-width: 3600px) {

    #firstContainerTextContainer {
        bottom: 500px !important;
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 250px !important;
        padding-bottom: 600px !important;
    }

    #codeBattleSeSlope {
        margin-top: -800px !important;
    }

        #codeBattleSeSlope > .se-content {
            padding-top: 200px;
            padding-bottom: 400px;
        }

    #contestSeSlope > .se-content {
        padding-top: 250px !important;
        padding-bottom: 450px !important;
    }

    #speakersSliderSeSlope {
        margin-top: -850px;
    }

        #speakersSliderSeSlope > .se-content {
            padding-bottom: 800px;
        }
}

@media(min-width: 4100px) {
    .se-slope {
        margin: 0 -300px;
        padding: 0 350px;
    }

    #firstContainerTextContainer {
        bottom: 700px !important;
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 300px !important;
        padding-bottom: 1200px !important;
    }

    #codeBattleSeSlope {
        margin-top: -1600px !important;
    }

        #codeBattleSeSlope > .se-content {
            padding-top: 300px;
            padding-bottom: 600px;
        }

    #contestSeSlope > .se-content {
        padding-top: 300px !important;
        padding-bottom: 1200px !important;
    }

    /*#contestTitleTop {
        margin-top: 4vw !important;
    }*/

    #speakersSliderSeSlope {
        margin-top: -1600px;
    }

        #speakersSliderSeSlope > .se-content {
            padding-bottom: 1000px;
        }

    #appSeSlope {
        min-height: initial;
    }

        #appSeSlope > .se-content {
            padding-top: 250px !important;
            padding-bottom: 150px !important;
        }

    #storeIconLeftContainer, #storeIconRightContainer {
        width: calc(50% - 15px) !important;
    }
}

@media(min-width: 6000px) {

    #firstContainerTextContainer {
        bottom: 900px !important;
    }

    #secondContainerSeSlope > .se-content {
        padding-top: 400px !important;
        padding-bottom: 1200px !important;
    }

    #codeBattleSeSlope {
        margin-top: -1600px !important;
    }

        #codeBattleSeSlope > .se-content {
            padding-top: 400px;
            padding-bottom: 700px;
        }

    #contestSeSlope > .se-content {
        padding-top: 400px !important;
        padding-bottom: 900px !important;
    }

    /*#contestTitleTop{
        margin-top: 4vw !important;
    }*/

    #speakersSliderSeSlope {
        margin-top: -1600px;
    }

        #speakersSliderSeSlope > .se-content {
            padding-bottom: 1500px;
        }

    #appSeSlope {
        min-height: initial;
    }

        #appSeSlope > .se-content {
            padding-top: 250px !important;
            padding-bottom: 150px !important;
        }

    #storeIconLeftContainer, #storeIconRightContainer {
        width: calc(50% - 15px) !important;
    }
}
