#unsubscribemain .main-title.loaded {
    animation: fadeInFromTop 300ms ease-in 500ms forwards;
}

#unsubscribemain .on-load-anim .main-title {
    opacity: 0;
}
#unsubscribemain .main-title {
    background-position: center center;
    background-size: cover;
}

#unsubscribemain .main-title .top {
    background-color: #06a94e;
    background-position: center;
    background-size: cover;
}


@media screen and (min-width: 60.0625em){
    #unsubscribemain .main-title .top .inner {
        padding-top: 120px;
    }
}

@media screen and (min-width: 40.0625em){
    #unsubscribemain .main-title .top .inner {
        padding-top: 61px;
    }
}

#unsubscribemain .main-title .top .inner {
    background: rgba(6,169,78,.9) !Important;
    padding: 53px 0 7.2917%;
}

@media screen and (min-width: 64em){
    #unsubscribemain .main-title .top .wrapper {
        padding: 20px 15px 40px;
    }
}
#unsubscribemain .main-title .top .wrapper {
    max-width: 730px;
    padding: 15px;
}
#unsubscribemain .main-title .wrapper {
    max-width: 700px;
}
#unsubscribemain .center {
    margin: 0 auto;
    text-align: center;
}
#unsubscribemain .wrapper {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

#unsubscribemain .main-title .top h1 {
    color: #fff;
    margin: 0;
}

#unsubscribemain .main-title h1 {
    margin-bottom: .35em;
}

@media screen and (min-width: 64em){
    #unsubscribemain .main-title h1 {
        font-size: 34px;
        font-size: 3.4rem;
    }
}

@media screen and (min-width: 80em){
    #unsubscribemain .main-title h1 {
        font-size: 50px;
        font-size: 5rem;
    }
}


#unsubscribemain .main-title .bottom {
    background-color: #fff;
    position: relative;
}

#unsubscribemain .title-cover-top {
    background: url(../images/title-cover-top-svg.svg) bottom center/100% 100% no-repeat;
    bottom: 100%;
    height: 0;
    left: 0;
    margin-bottom: -1px;
    padding-bottom: 7.2917%;
    position: absolute;
    right: 0;
}

@media (max-width: 360px){
    #unsubscribemain .wrapper {
        padding: 0;
    }
}