#headerWrapper{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom:1px #E1E3EA solid;
    background: #fff;
}

#headerWrapper .flexBox{
    height: 84px;
}

#headerWrapper .logo{
    width: 150px;
}

#headerWrapper .mobileMenuBtn,
#headerWrapper .mobileMenu{
    display: none;
}

#headerWrapper .menuBox a{
    margin:0px 16px;
    font-size: 1.6em;
    color: rgba(15, 28, 56, 0.7);
}

#headerWrapper .menuBox a:hover{
    color: #0F1C38;
    font-weight: 600;
}

#headerWrapper .menuBox a::after {
    content: attr(title);
    display: flex;
    font-weight: 600;
    height: 0px;
    visibility: hidden;
}

#headerWrapper .contactBtn{
    width: auto;
    padding:0px 20px;
    height: 44px;
    background: #A083DE;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
}

#footerWrapper .topBox{
    background: #A083DE;
    padding:50px 0px;
}

#footerWrapper .topBox .item{
    padding-left: 76px;
    color: #fff;
}

#footerWrapper .topBox .item img{
    position: absolute;
    left: 0px;
    top:50%;
    transform: translateY(-50%);
}

#footerWrapper .topBox .item h3{
    font-size: 1.8em;
    font-weight: 600;    
    margin-bottom: 4px;
}

#footerWrapper .topBox .item span{
    display: block;
    font-size: 1.4em;
    font-weight: 500;
}

#footerWrapper .middleBox{
    background: #E8DDFF;
    padding:50px 0px 66px;
}

#footerWrapper .middleBox .flexBox{
    align-items: flex-start;
}

#footerWrapper .middleBox p{
    font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #0F1C38;
}

#footerWrapper .middleBox .leftBox img{
    width: 150px;
    display: block;
    margin-bottom: 94px;
}

#footerWrapper .middleBox .leftBox .btnBox{
    width: 358px;   
}

#footerWrapper .middleBox .leftBox .btnBox form{
    width: 100%;
    padding-right: 108px;
}

#footerWrapper .middleBox .leftBox .btnBox form input{
    width: 100%;
    height: 44px;
    border: 1px #D8D8E5 solid;
    outline: none;
    border-radius: 5px;
    background: #fff;
    padding: 0px 15px;
    font-size: 1.6em;
}

#footerWrapper .middleBox .leftBox .btnBox form button{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 98px;
    height: 44px;
    border-radius: 5px;
    color: #fff;
    background: #0F1C38;
    font-size: 1.6em;
    font-weight: 500;
    border: none;
    outline: none;
}

#footerWrapper .middleBox .leftBox .btnBox form input::placeholder{
    color: #878787;
}

#footerWrapper .middleBox h4{
    font-size: 1.6em;
    font-weight: 600;
    color: #0F1C38;
    margin-bottom: 30px;
}

#footerWrapper .middleBox .rightBox > a{
    font-size: 1.8em;
    color: #0F1C38;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
}

#footerWrapper .middleBox .rightBox .iconBox a{
    width: 32px;
    margin-right: 24px;
}

#footerWrapper .bottomBox{
    background: #0F1C38;
    padding:20px 0px;
    font-family: 'Atkinson Hyperlegible';
}

#footerWrapper .bottomBox p{
    font-size: 1.6em;
    color: rgba(255, 255, 255, 0.5);
}

#footerWrapper .bottomBox a{
    margin-left: 40px;
    color: #fff;
    font-size: 1.6em;
}

@media screen and (max-width:1220px){
    #footerWrapper .topBox{
        padding:50px 0px 0px;
    }

    #footerWrapper .topBox .item{
        width: 50%;
        margin-bottom: 50px;
    }   
}

@media screen and (max-width:1040px){
    #headerWrapper .flexBox{
        height: 62px;
    }

    #headerWrapper .logo{
        width: 120px;
    }

    #headerWrapper .mobileMenuBtn{
        display: block;
    }

    #headerWrapper .menuBox,
    #headerWrapper .contactBtn{
        display: none;
    }

    #headerWrapper .mobileMenu{
        padding:16px;
    }

    #headerWrapper .mobileMenu ul li{
        margin-bottom: 20px;
        font-size: 1.4em;
    }

    #headerWrapper .mobileMenu ul li a{
        color:rgba(15, 28, 56, 0.7);
    }

    #footerWrapper .topBox{
        padding:40px 0px 0px;
    }    

    #footerWrapper .topBox .item{
        padding-left: 66px;
        margin-bottom: 40px;
    }

    #footerWrapper .topBox .item img{
        width: 50px;
    }

    #footerWrapper .topBox .item h3 {
        font-size: 1.6em;
        margin-bottom: 4px;
    }

    #footerWrapper .middleBox{
        padding:40px 0px 50px;
    }

    #footerWrapper .middleBox .flexBox .leftBox{
        width: 100%;
        margin-bottom: 50px;
    }

    #footerWrapper .middleBox .leftBox img{
        width: 120px;
        margin-bottom: 16px;
    }

    #footerWrapper .middleBox p{
        font-size: 1.4em;
    }

    #footerWrapper .middleBox .rightBox > a{
        font-size: 1.4em;
        margin-top: -4px;
    }

    #footerWrapper .middleBox .flexBox .leftBox p br{
        display: none;
    }

    #footerWrapper .middleBox .leftBox .btnBox{
        width: 100%;
    }

    #footerWrapper .middleBox .leftBox .btnBox form input,
    #footerWrapper .middleBox .leftBox .btnBox form button{
        height: 40px;
        font-size: 1.4em;
    }

    #footerWrapper .middleBox h4{
        margin-bottom: 20px;
    }

    #footerWrapper .middleBox .rightBox .iconBox a{
        margin-right: 16px;
    }

    #footerWrapper .bottomBox p{
        font-size: 1.4em;
    }

    #footerWrapper .bottomBox a{
        margin-left: 24px;
        font-size: 1.4em;
    }
}

@media screen and (max-width:670px){
    #footerWrapper .topBox .item{
        width: 100%;
    }

    #footerWrapper .bottomBox{
        text-align: center;
        padding:22px 0px;
    }
    
    #footerWrapper .bottomBox p{
        width: 100%;
        margin-bottom: 12px;
    }

    #footerWrapper .bottomBox .flexBox div{
        width: 100%;
    }

    #footerWrapper .bottomBox a{
        margin-left: 0px;
        margin:0px 12px;
    }

    #footerWrapper .bottomBox a:first-child:after{
        content: '';
        display: block;
        position: absolute;
        right: -14px;
        top:50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.3);
        height: 12px;
        width: 1px;
    }
}