body {
    min-width: 200px;
}

#banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    padding: 2em 0;
}

@media only screen and (max-width: 1366px) and (min-height: 450px) {
    #banner {
        min-height: 400px;
    }
}

@media only screen and (max-width: 1366px) and (min-height: 600px) {
    #banner {
        min-height: 500px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 449px) {
    #banner {
        min-height: 200px;
    }
}

#banner::after {
    content: "";
    background: bottom -2px left 50% / contain no-repeat url("images/cloud.3-1b0d668d76ed.svg");
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 768px) {
    #banner::after {
        background-size: 150%;
    }
}

#banner::before {
    content: "";
    background-image: linear-gradient(#ffffff, #0cf);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}


#banner-in {
    z-index: 1;
}

#banner-in > h1 {
    font-size: 4rem;
    font-weight: bold !important;
    color: #333
}

@media only screen and (max-width: 700px) {
    #banner-in > h1 {
        font-size: 3.2rem;
    }
}

#banner-in > h2 {
    margin-bottom: 2em;
    font-size: 1.4rem;
    font-weight: 300 !important;
}

#banner-in > p {
    color: #555;
    opacity: 0.9;
    margin-top: 8px;
    font-weight: 300
}

#sl-wrapper {
    max-width: 900px;
    /*margin: auto;*/
    margin: 3em auto 4em;
    padding: 0 1.8rem;
    visibility: hidden;
}

#sl {
    transform: translateY(-50%);
    /*background-color: #09c;*/
    box-shadow: 0 3px 15px rgb(230, 230, 230);
    padding: 12px;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
}

#sl > .sl-arrow {
    margin: 0 10px;
    transition: margin-left .4s;
}

#sl:hover {
    background-color: white;
}

#sl:hover > .sl-arrow {
    margin-left: 0;
}

#sl .header {
    color: #09c !important;
    margin: 0;
}

@media screen and (min-width: 768px) {
    #sl-wrapper {
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    #sl {
        text-align: center;
        flex-direction: column;
        transform: translateY(10px);
    }
}


#summary-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4em 1em !important;
}

#summary {
    position: relative;
}

@media only screen and (max-width: 991px) {
    #summary {
        max-width: 500px;
    }
}

#summary > .summary-laptop {
    width: 100%;
}

#summary > .character {
    position: absolute;
    transition: top 1s ease;
}

#summary > .character.active {
    top: 42%;
}

#summary > .summary-careers {
    width: 22%;
    top: 46.6%;
    right: 8%
}

#summary > .summary-college {
    width: 25%;
    top: 46.8%;
    right: 36%;
}

#summary > .summary-contest {
    width: 26%;
    top: 46.8%;
    right: 67%;
}

.section-box {
    margin-bottom: 8px;
    border-radius: 10px;
    padding: 20px 20px 20px 0;
    position: relative;
}

.section-box.active {
    color: white;
    background: #09c;
    cursor: pointer;
}

.section-box > h2 {
    line-height: 1;
    font-weight: 700;
    font-size: 1.8em;
}

.section-box > p {
    width: 85%;
    margin: 0;
    line-height: 1.8em !important;
    font-size: small;
}

.section-box > a > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.section-box > p > a {
    box-shadow: 0 1px 0 0 rgba(16, 116, 231, .5)
}

.section-box.active > p > a {
    color: white;
    box-shadow: 0 1px 0 0 #eee;
}

.section-box > .caret-box {
    position: absolute;
    top: calc(50% - 10px);
    left: 5px;
    color: #09c;
}

.section-box.active > .caret-box {
    color: white;
}


#stat-container {
    margin: -5em 0;
    padding: 15em 0;
    background-image: url("images/stat.3-64f943eee077.svg");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    #stat-container {
        background-image: none !important;
        margin: 3em 0 6em;
        padding: 0;
    }
}

.stat-box {
    border-radius: 30px;
    border-top: #ddefff solid 1px;
    /*box-shadow: 0 4px 13px #def9ff;*/
    box-shadow: 0 4px 16px -3px rgba(0, 153, 204, 0.43);
    padding: 40px 0 40px 0 !important;
    background: white;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .stat-box {
        margin: 0 1em;
    }
}

.stat-box > .stat-num {
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
}

.stat-box > h2.stat-info {
    margin: 0 0 0.2em;
}


.grey-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    margin: 15px 25px !important;
    max-width: 60px !important;
    max-height: 50px;
    width: auto !important;
    opacity: 0.6;
}

@media only screen and (min-width: 768px) {
    .images.uni {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.images.uni > .grey-img {
    max-width: 55px !important;
    max-height: 55px;
}

.grey-img:hover {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

.uni-company {
    margin-top: 7em;
}

.uni-company > .grid {
    justify-content: center;
}

.info-left {
    text-align: right;
}

.info-right {
    text-align: left;
}

.info-box > div {
    margin-bottom: 20px;
    font-weight: bolder;
    font-size: 1.7em;
}

.info-right > div {
    border-left: 3px solid #6ea96e;
    padding-left: 20px;
}

.info-left > div {
    border-right: 3px solid #6ea96e;
    padding-right: 20px;
}

.info-box > p {
    font-size: 0.85em;
    max-width: 390px;
}

.info-right > p {
    margin: 0 auto 1em 0;
}

@media only screen and (max-width: 767px) {
    .info-box {
        text-align: center !important;
    }

    .info-box > div {
        display: inline-block;
        border-right: 3px solid #6ea96e;
        border-left: none !important;
        padding-right: 20px;
        padding-left: 0 !important;
    }

    .info-box > p {
        margin: 0 auto 1em !important;
    }
}


.start-now {
    border-radius: 45px;
    box-shadow: 0 0 10px #ccf7ff;
    padding: 50px 0;
    background: white;
}

.start-now > h2 {
    font-weight: bolder;
    font-size: 2rem
}

.start-now > p {
    font-size: 1.2em;
    font-weight: 300
}

.start-now-container {
    background: linear-gradient(rgba(255, 255, 255, 0.13), rgba(0, 204, 255, 0.13));
    padding-bottom: 4em;
    margin-top: 7em;
}

@media only screen and (max-width: 767px) {
    .start-now {
        box-shadow: none;
        border-radius: initial;
        background: none;
    }

    .start-now-container {
        margin-top: 5em;
    }
}
