body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1100px) {
    .pageWidth {
        padding: 0 10px;
    }
}

/* INTRO =============================================================== */
#intro {
    min-height: 680px;
    display: flex;
    justify-content: flex-end;
    margin-top: 89px;
    position: relative;
}

#intro .texture {
    background: url("../../resources/texture_go_bottom_left.svg") no-repeat right bottom;
    background-size: 100% auto;
    width: 44%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

#intro .solution {
    padding: 50px 0 50px 60px;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
}

#intro .solution h1 {
    font-weight: 200;
    font-size: clamp(1.5rem, 4.3vw, 2.4rem);
    line-height: 1.2em;
    color: #fd9a00;
    margin: 0 0 clamp(20px, 2.2vw, 30px) 0;
}

#intro .solution h2 {
    font-weight: 200;
    font-size: clamp(2.2rem, 4.8vw, 3.1rem);
    color: #273347;
    margin: 0 0 clamp(10px, 2.2vw, 15px) 0;
}

#intro .solution h3 {
    font-weight: 200;
    line-height: 1.2em;
    font-size: clamp(1.4rem, 3.8vw, 2.3rem);
    color: #49505B;
    margin: 0 0 clamp(20px, 2.2vw, 30px) 0;
}

#intro .solution h4 {
    font-weight: 200;
    line-height: 1.2em;
    font-size: clamp(1.1rem, 3.0vw, 1.7rem);
    color: #49505B;
    margin: 0 0 50px 0;
}

#intro .solution .actions a {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    transition: all .2s;
}

#intro .solution .actions a:hover {
    background-color: #299b76;
}

#intro .pageWidth {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

#intro .photo {
    width: 44%;
    background: url(intro.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    #intro .solution h1 {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1010px) {
    #intro {
        min-height: 550px;
    }

    #intro .solution {
        padding: 30px 10px 30px 60px;
    }
}

@media screen and (max-width: 800px) {
    #intro {
        margin-top: 0px;
        /* display: block; */
        flex-direction: column-reverse;
        min-height: auto;
    }

    #intro .photo {
        height: 0;
        padding-top: 55%;
        width: 100%;
        position: relative;
        top: 0;
        background-position: center bottom;
        background-size: contain;
    }

    #intro .solution {
        display: block;
        width: 100%;
        padding: 60px 30px 30px 30px;
    }

    #intro .texture {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    #intro .photo {
        padding-top: 65%;
    }
}

@media screen and (max-width: 600px) {
    #intro .solution {
        padding: 50px 20px 20px 20px;
    }

    #intro .pageWidth {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    #intro .solution {
        padding: 40px 0 15px 0;
    }

    #intro .photo {
        padding-top: 65%;
    }

    #intro .solution .actions a {
        font-size: 18px;
        padding: 11px 18px;
    }
}

@media screen and (max-width: 380px) {
    #intro .pageWidth {
        display: block;
        margin-bottom: 20px;
    }

    #intro .photo {
        padding-top: 100%;
    }
}

/* ADVANTAGE =============================================================== */
#advantage {
    background-color: #FFFFFF;
    padding: 180px 0 230px 0;
    position: relative;
}

#advantage .texture {
    background: url("../../resources/texture_go_bottom_right.svg") no-repeat right bottom;
    background-size: 100% auto;
    width: 44%;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

#advantage {
    background-color: #FFFFFF;
    padding: 180px 0 230px 0;
    position: relative;
}

#advantage .wrapper {
    position: relative;
    min-height: 492px;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    z-index: 1;
}

#advantage .wrapper p {
    width: 50%;
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
    box-sizing: border-box;
    padding-right: 30px;
}

#advantage h2 {
    color: #4f4da7;
    font-weight: 200;
    font-size: 47px;
    margin-bottom: 120px;
    text-align: center;
}

#advantage h3 {
    width: 50%;
    font-weight: 400;
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 0;
}

#advantage .photo.notebook {
    background: url(notebook.png) no-repeat center center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 492px;
}

#advantage .photo.tablet {
    background: url(tablet.png) no-repeat center center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 492px;
}

#advantage .pageWidth div ul {
    width: 50%;
}

#advantage .pageWidth div ul li {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 300;
    color: #1b2432;
}

#advantage .pageWidth div ul li strong {
    margin-bottom: 7px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}

#advantage .pageWidth div ul li:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1100px) {
    #advantage .pageWidth {
        /* padding: 0 40px; */
    }
}

@media screen and (max-width: 1010px) {
    #advantage h2 br {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #advantage .pageWidth div .photo {
        width: 50%;
        margin-right: 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px) {
    #advantage h2 {
        font-size: 34px;
        margin-bottom: 50px;
    }

    #advantage .texture {
        width: 50%;
    }

    #advantage .wrapper {
        position: relative;
        min-height: auto;
        display: block;
        align-items: center;
        height: 350px;
    }

    #advantage h3 {
        width: 100%;
    }

    #advantage .wrapper p {
        width: 100%;
    }

    #advantage .photo.notebook {
        right: auto;
        left: auto;
        width: 100%;
        height: 350px;
        background-position-x: center;
        background-size: contain;
    }

    #advantage .photo.tablet {
        right: auto;
        left: auto;
        width: 100%;
        height: 350px;
        background-position-x: center;
        background-size: contain;
    }

    #advantage .wrapper .pageWidth {
        padding-top: 392px;
    }
}

@media screen and (max-width: 640px) {
    #advantage {
        padding: 130px 0 150px 0;
    }

    #advantage .pageWidth div {
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    #advantage h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    #advantage .wrapper, #advantage .photo.notebook, #advantage .photo.tablet {
        height: 220px;
    }

    #advantage .wrapper .pageWidth {
        padding-top: 240px;
    }
}

@media screen and (max-width: 450px) {
    #advantage h2 {
        font-size: 33px;
    }

    #advantage .pageWidth {
        padding: 0 20px;
    }

    #advantage h3 {
        font-size: 21px;
        line-height: 30px;
    }

    #advantage .wrapper p {
        font-size: 17px;
        line-height: 26px;
    }

    #advantage {
        padding: 120px 0 140px 0;
    }
}

@media screen and (max-width: 450px) {
    #advantage h2 {
        font-size: 30px;
    }
}

/* ADVICE =============================================================== */
#advice {
    /* min-height: 680px; */
    background-color: #f8f8f9;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-top: 100px;
}

#advice .solution {
    padding: 50px 0 100px 30px;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    color: #2b3346;
}

#advice .solution h2 {
    font-weight: 300;
    font-size: 60px;
    color: #273347;
    margin-bottom: 15px;
}

#advice h3 {
    font-weight: 200;
    font-size: 40px;
    color: #6A67CE;
    margin: 0 0 30px 0;
}

#advice .solution p {
    font-weight: 200;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 30px 4px;
    color: #49505B;
}

#advice .solution p strong {
    color: #02CEFF;
    font-weight: 300;
}

#advice .solution .actions a {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    margin-top: 20px;
}

#advice .solution .actions a:hover {
    background-color: #299b76;
}

#advice .pageWidth .wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    /* margin:  unset; */
}

#advice .photo {
    width: 50%;
    background: url(advice.png) no-repeat center bottom;
    background-size: contain;
}

#advice .pageWidth a.contact {
    position: absolute;
    right: 10px;
    bottom: -31px;
    z-index: 10;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23FC636B' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
    background-position: 0 0;
    width: 68px;
    height: 62px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#advice .pageWidth a.contact:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23e04d55' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
    background-position: 0 0;
}

@media screen and (max-width: 1000px) {
    #advice .pageWidth .wrapper {
        flex-direction: column-reverse;
    }

    #advice .solution {
        width: 100%;
        padding: 50px 0 30px 0;
    }

    #advice .photo {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 650px) {
    #advice .solution {
        padding-top: 0;
    }
}

/* FEATURES =============================================================== */
#features {
    /* background-color: #f8f8f9; */
    padding: 180px 0 0 0;
    position: relative;
    /* margin-top: 242px; */
}

#features h2 {
    margin: 0 auto 50px auto;
    color: #4f4da7;
    font-weight: 200;
    font-size: 46px;
    text-align: center;
}

#features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

#features ul li {
    width: 32%;
    box-sizing: border-box;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0 35px 40px 35px;
}

#features ul li h3 {
    font-weight: 300;
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #02CEFF;
    color: #6A67CE;
}

#features ul li p {
    font-size: 16px;
    line-height: 22px;
    color: #49505b;
    /* color: #898E95; */
    font-weight: 200;
}

#features ul li p strong {
    font-weight: 300;
    text-transform: uppercase;
}

#features ul li span {
    margin-left: -5px;
}

#features ul li span i {
    font-size: 70px;
    color: #02CEFF;
}

#features .demoAccess {
    text-align: center;
    margin-bottom: 50px;
}

#features .demoAccess a {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    margin-bottom: 80px;
    margin: 0 auto;
    display: inline-block;
}

#features .demoAccess:hover a {
    background-color: #299b76;
}

#features .pageWidth .texture {
    background: url("../../resources/texture_go_bottom_center.svg") no-repeat center bottom;
    background-size: contain;
    display: flex;
    box-sizing: border-box;
    padding-top: 21%;
    height: 0;
    margin: 0 auto 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 1100px) {
    #features .pageWidth {
        padding: 0 20px;
    }
}

@media screen and (max-width: 860px) {
    #features .pageWidth {
        padding: 0 20px;
    }

    #features ul li {
        width: 48%;
        box-sizing: border-box;
        font-weight: 300;
    }

    #features ul li span {
        width: 120px;
        margin-bottom: 10px;
    }

    #features {
        padding: 160px 0 80px 0;
    }
}

@media screen and (max-width: 600px) {
    #features ul {
        flex-direction: column;
    }

    #features ul li {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    #features ul li h3 {
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
    }

    #features ul li h4 {
        font-size: 15px;
    }

    #features ul li p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* SCREENSHOT =======================================================================  */
#screenshot {
    /* 	background-color: #eff0f1; */
    position: relative;
    margin-top: 0;
}

#screenshot .wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
}

#screenshot .pageWidth {
    align-items: center;
    /* color: #eff0f1; */
    text-align: center;
    z-index: 1;
}

#screenshot h2 {
    color: #4f4da7;
    font-weight: 200;
    font-size: 47px;
    margin-bottom: 40px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

#screenshot h3 {
    font-weight: 300;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    /* color: #ffd200; */
    color: #FFFFFF;
    color: #CDCFD7;
}

#screenshot p {
    text-align: left;
    font-size: 22px;
    line-height: 31px;
    font-weight: 200;
    box-sizing: border-box;
    max-width: 780px;
    margin: 0 auto 0 auto;
    /* color: #898E95; */
    color: #49505B;
    text-align: left;
}

#screenshot p strong {
    font-weight: 300;
    color: #02CEFF;
    color: #1AAFD0;
}

#screenshot .photo {
    max-width: 900px;
    height: 402px;
    margin: 0 auto 60px auto;
    background: url(screenshot.jpg) no-repeat center 0;
    background-size: contain;
    position: relative;
    /* box-shadow: 0 4px 10px #00000060; */
}

#screenshot .texture {
    background: url("../../resources/texture_go_top_right.svg") no-repeat right 0;
    background-size: 100% auto;
    width: 44%;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    display: none;
}

@media screen and (max-width: 900px) {
    #screenshot .photo {
        margin: 0 20px 60px auto;
        margin-top: 60px;
    }

    #screenshot .wrapper {
        padding-bottom: 150px;
    }

    #screenshot h2 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 850px) {
    #screenshot p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 700px) {
    #screenshot .wrapper {
        padding: 200px 10px 130px 10px;
    }
}

@media screen and (max-width: 600px) {
    #screenshot .photo {
        margin: 0 20px;
        height: 320px;
        background-position-y: center;
    }

    #screenshot .wrapper {
        padding: 160px 10px 130px 10px;
    }
}

@media screen and (max-width: 550px) {
    #screenshot h2 {
        font-size: 39px;
        margin-bottom: 10px;
    }

    #screenshot h3 {
        font-size: 23px;
    }

    #screenshot .wrapper {
        padding: 150px 0 130px 0;
    }

    #screenshot p {
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (max-width: 450px) {
    #screenshot .photo {
        margin: 0 20px;
        height: 362px;
    }

    #screenshot h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    #screenshot h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 380px) {
    #screenshot .photo {
        height: 339px;
    }
}
