/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap');


* {
    font-family: 'Nunito', sans-serif !important;
    box-sizing: border-box;
}

.regular {
    font-weight: 300;
}

.logo-link {
    display: block;
    max-width: 186px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem 0;
    background-color: #f4f4f4;
}

body {
    width: 100% !important;
    margin: auto;
}

@media screen and (max-width: 746px) {
    .logo-wrapper {
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }

    #hero {
        padding-left: 0 !important;
    }

    .pageText {
        font-size: 14px !important;
    }

    .sectionTitle {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    h3 {
        font-size: 28px !important;
    }
}

.logo {
    max-width: 186px;
}

.logo-samsung {
    max-width: 154px;
}

#cheil {
    width: 100%;
    margin: 0 auto;
    border: none;
}

#cheil .container {
    max-width: 90%;
    margin: 0 auto;
}

#cheil .sectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    color: #000000;
    margin: 0;
    text-align: center;
}

#cheil .sectionTitle.white {
    color: #ffffff;
}

#cheil .sectionTitle.left {
    text-align: left;
}

#cheil .pageText {
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}

#cheil .pageText.white {
    color: #ffffff;
}

#cheil .cta,
#cheil .cta-small {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    background-color: #000000;
    padding: 10px 28px;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    text-decoration: none;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    letter-spacing: .9px !important;
}

#cheil .cta-small {
    font-size: 14px;
    letter-spacing: .9px !important;
}

#cheil .cta:hover,
#cheil .cta:focus,
#cheil .cta-small:hover,
#cheil .cta-small:focus {
    color: #eee;
    background-color: #555;
    border-color: #555;
}

#cheil .cta:focus,
#cheil .cta-small:focus {
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
}

#cheil .cta.white,
#cheil .cta-small.white {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

#cheil .cta.white:hover,
#cheil .cta.white:focus,
#cheil .cta-small.white:hover,
#cheil .cta-small.white:focus {
    color: #555;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #555;
}

#cheil .cta.black-white,
#cheil .cta-small.black-white {
    border-color: #ffffff;
}

#cheil br.show-mobile {
    display: none;
}

@media(max-width: 425px) {
    #cheil .sectionTitle {
        font-size: 30px;
        line-height: 38px;
    }

    #cheil .pageText {
        font-size: 16px;
        line-height: 24px;
    }

    #cheil br.show-mobile {
        display: block;
    }
}