/* main */

.main {}


/* hero */

.main .hero {
    background-image: url("/../../images/hero.jpg");
    height: 40em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main .hero .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 10%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}

.main .hero .overlay .title {
    margin-top: 5em;
}

.main .hero .overlay .content {
    margin-top: 5em;
}

.main .hero .overlay .content img {
    width: 10em;
}

.main .hero .overlay .content button {
    margin-top: 1em;
}


/* problem */

.main .problem {
    margin-top: 5em;
    color: #ffffff;
}

.main .problem .details {
    padding-top: 2em;
    padding-bottom: 2em;
}

.main .problem .details h2 {
    font-size: 4em;
}

.main .problem .details img {
    width: 10em;
}

.main .problem .image {
    padding: 0;
    background-image: url("../images/problem.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* solution */

.main .solution {
    margin-top: 5em;
}

.main .solution>.title {}

.main .solution .title h2 {
    font-size: 4em;
}

.main .solution .panel {
    margin-top: 5em;
}

.main .solution .panel .icon {
    margin-bottom: 1em;
}

.main .solution .panel .icon img {
    width: 4em;
}

.main .solution .panel .title {
    font-weight: bold;
    margin-bottom: 1em;
}

.main .solution .panel p {
    padding-left: 5em;
    padding-right: 5em;
    height: 15em;
}

.main .solution .panel button {}


/* explore */

.main .explore {
    margin-top: 5em;
    color: #ffffff;
}

.main .explore .details {
    padding-top: 2em;
    padding-bottom: 2em;
}

.main .explore .details img {
    width: 4em;
}

.main .explore .details h2 {
    margin-bottom: 2em;
}

.main .explore .image {
    padding: 0;
    background-image: url("../images/explore.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* plan */

.main .plan {
    color: #ffffff;
}

.main .plan .details {
    padding-top: 2em;
    padding-bottom: 2em;
}

.main .plan .details img {
    width: 4em;
}

.main .plan .details h2 {
    margin-bottom: 2em;
}

.main .plan .image {
    padding: 0;
    background-image: url("../images/problem.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* go */

.main .go {
    color: #ffffff;
}

.main .go .details {
    padding-top: 2em;
    padding-bottom: 2em;
}

.main .go .details img {
    width: 4em;
}

.main .go .details h2 {
    margin-bottom: 2em;
}

.main .go .image {
    background-color: #ffffff;
    padding: 0;
    background-image: url("../images/notifications.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* contact */

.main .contact {
    margin-top: 5em;
}

.main .contact .details {}

.main .contact .details h2 {
    font-size: 3em;
}

.main .contact .details p {
    margin-top: 1em;
    padding-left: 5em;
    padding-right: 5em;
}

.main .contact .form {
    margin-top: 2em;
}


/* team */

.main .team {
    color: #ffffff;
    margin-top: 2em;
    padding-top: 2em;
}

.main .team>.title {}

.main .team .title h2 {
    font-size: 4em;
}

.main .team .panel {
    margin-top: 5em;
    margin-bottom: 1em;
}

.main .team .panel .icon {
    margin-bottom: 1em;
}

.main .team .panel .icon img {
    width: 10em;
    height: 10em;
}

.main .team .panel .title {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.5em;
}

.main .team .panel .title strong {
    font-size: 2em;
    display: block;
}

.main .team .panel p {
    margin-top: 2em;
    padding-left: 5em;
    padding-right: 5em;
}


/* investor */

.main .investor {
    margin-top: 5em;
}

.main .investor .details {}

.main .investor .details h2 {
    font-size: 3em;
}

.main .investor .details p {
    margin-top: 1em;
    padding-left: 5em;
    padding-right: 5em;
}

.main .investor .form {
    margin-top: 2em;
}
