*{
    margin: 0;
    padding: 0;
    outline: 0;
}
.header{
    border-bottom: 1px solid #153f55;
    padding: 25px 0;
}
.logo-section{
    float: left;
}
.logo-section>a{
    display: inline-block;
}
.collection-section{
    float: right;
}
.collection-section >h3{
    color: #ff3300;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    margin: 0;
    padding: 16px 0;
}
.banner-section{
    min-height: 117px;
    padding: 20px;
    background: #283891 url('../images/banner.png')no-repeat center center;
}
.main-wrapper{
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #cdd4da;
}
.info-section{
    text-align: center;
    padding: 40px;
}
.info-section >h2{
    margin: 0;
    font-size: 63px;
    line-height: 65px;
    font-weight: 700;
    color: #000;
}
.info-section >h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #7c7c7c;
    margin: 15px 0 25px;
}
.btn{
    font-weight: 500;
}
.info-section .btn{
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.info-section >p{
    margin-bottom: 0;
    color: #7d7d7d;
    line-height: 22px;
}
.guideline-info-section{
    background-color: #ebebe7;
    padding: 70px 40px 45px;
    position: relative;
}
.guideline-info-section:before{
    content: "";
    width: 100px;
    height: 50px;
    display: block;
    border-radius:0 0 100px 100px;
    background: #fff;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -50px;
    z-index: 3;
}
.guideline-ct{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
.guideline-ct >p{
    margin-bottom: 25px;
}
.collection-list{
    margin: 0;
    padding-left: 20px;
}
.guideline-info-section >h4{
    color: #0e76bc;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 0;
    letter-spacing: 0.2px;
}
.benefit-section{
    padding: 45px 0;
}
.benefit-section >h4{
    color: #153f55;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px;
}
.each-benefit >p{
    margin-bottom: 0;
}
.benefit-list-wrapper{
    display: table;
    width: 100%;
}
.benefit-list-wrapper >div{
    display: table-cell;
    text-align: center;
    padding: 0 22px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    width: 20%;
}
.benefit-list-wrapper >div + div{
    border-left: 1px solid #ebebe7;
}
.each-benefit >img{
    margin-bottom: 15px;
}
.each-benefit >h4{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.footer{
    padding: 25px 45px 60px;
}
.footer-ct >p{
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
.footer-ct >p >a{
    font-weight: 700;
    color: #000;
}