html{
    scroll-behavior: smooth;
}
body{
    font-family: "Lato", sans-serif;
    margin: 0;
    background: #F7F7F7;
    min-width: 900px;
}
nav{
    height: 80px;
    display: flex;
    background: #fff;
}
.container{
    max-width: 960px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}
nav .container{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
nav .menu{
    gap: 20px;
    display: flex;
}
nav .menu a{
    color: #000;
    text-decoration: none;
}
header{
    min-height: calc(100vh - 80px);
    position: relative;
    box-sizing: border-box;
    display: flex;
}
header .container{display: flex;flex-direction: column;align-items: center;justify-content: space-between;margin: 0 auto;}
header h1{
    margin: 0;
    font-size: 40px;
    color: #4E5760;
    text-align: center;
    padding: 10vh 0 0;
}
header h3{
    font-weight: normal;
    margin: 10px 0;
    font-size: 20px;
    color: #ACB291;
    text-align: center;
}
.header-img{}
.right-sec{

}
.left-sec{}
.graphic{}
.mainContent{
    padding: 200px 0 180px;
    background: #fff;
}
.mainContent .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.mainContent h2{
    font-size: 30px;
    margin: 0 auto 20px;
    color: #4E5760;
}
.mainContent p{
    font-size: 20px;
    max-width: 660px;
}
footer{
    padding: 34px 0;
    text-align: center;
    font-size: 14px;
    position:relative;
}
footer .container{
    background: transparent;
    display: flex;
    justify-content: space-between;
}

footer a{
    text-decoration: none;
    margin: 0 10px;
    color: #000;
}
header.banner{
    display: flex;
    text-align: center;
    height: 186px;
    min-height: 186px;
    align-items: center;
}
header.banner .container{
    background: transparent;
    position: relative;
}
header.banner .container h1{
    font-size: 40px;
    margin: 0;
    padding-top: 0;
}
.back-icon{
    position:absolute;
    left: 0;
    top: 20%;
}
.uninstall, .contact, .inner-page, .thanks{
    min-height: calc(100vh - 350px);
    background: #fff;
}
.uninstall .container, .contact .container, .inner-page .container, .thanks .container{
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}
.uninstall h3, .contact h3, .inner-page h3, .thanks h3{
    font-size: 30px;
    margin: 0;
    color: #4E5760;
}
.contact{
    text-align:center;
}
.uninstall h4{
    font-size: 20px;
    font-weight: normal;
    /* margin-top: 0; */
}
.uninstall p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 34px;
}
.uninstall ul.steps{
    padding-left: 0;
    list-style: none;
    font-size: 16px;
}
.uninstall ul.steps li{
    display: flex;
    align-items: center;
}
.uninstall ul.steps li p{
    margin: 8px;
    font-size: 16px;
    font-weight: 400;
}
.contact a{
    color:#000;
    font-size: 24px;
    text-decoration: none;
    display: block;
    margin: 20px 0;
}
.contact p{
    font-size:18px;
    margin-top: 34px;
    line-height: 28px;
}
.inner-page .container{
    display: flex;
    position: relative;
    font-size: 14px;
}
.inner-page .toc {
    position: sticky;
    top: 10px;
    background: #f7f7f7;
    padding: 10px 10px 10px 30px;
    align-self: flex-start;
    min-width: 200px;
    margin-left: 20px;
    font-size: 14px;
    margin-top: 0;
}
.inner-page .toc li{
    margin-bottom:4px;
}
.inner-page .content h4 {
    font-size: 16px;
    margin-top: 30px;
}
.inner-page .content p.bullet {
    margin: 10px 0;
}
.inner-page a{
    color: #4e5760;
    text-decoration: none;
}
.thanks h3{
    text-align: center;
    margin-bottom: 0;
}
.thanks .icon{
    width: 140px;
    margin: 0px auto 31px;
    display: block;
    border-radius: 50%;
}
