:root {
    --feat_list_border: 1px dashed #dcdcdc;
}

h1 {
    font-family: var(--primaryfont-bold);
}

h2 {
    margin: 0;
    font-size: 44px;
    font-family: var(--primaryfont-bold);
    line-height: 1.2;
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    font-family: var(--primaryfont-semibold);
}


/*  */


/* .anim-sec * {
    transition-duration: 1s;
    transition-property: all;
}

.anim-sec .banner-left,
.anim-sec .banner-right h1,
.anim-sec .banner-right,
.anim-sec .one-line-form,
.solution-wrap .anim-sec h2,
.solution-wrap .anim-sec p,
.features-wrap .anim-sec .heading-wrap h2,
.features-wrap .anim-sec .heading-wrap p,
.features-wrap .anim-sec ul li,
.features-wrap .anim-sec .btn-wrap a,
.why-wrap .anim-sec .why-heading-wrap h2,
.why-wrap .anim-sec .why-heading-wrap p,
.why-wrap .anim-sec ul li,
.demo-wrapper .anim-sec .why-pmp-heading-wrap h2,
.demo-wrapper .anim-sec .why-pmp-heading-wrap p,
.demo-wrapper .anim-sec ul li,
.demo-wrapper .anim-sec .demo-form-wrap,
.customers-wrap.anim-sec h3,
.customers-wrap.anim-sec ul li,
.customers-wrap h2,
.pam-footer-wrap .anim-sec h2,
.pam-footer-wrap .anim-sec p,
.faq-wrap .anim-sec h2,
.faq-wrap .anim-sec ul li {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
}

.anim-sec.ele-cont-view .banner-left,
.anim-sec.ele-cont-view .banner-right h1,
.anim-sec.ele-cont-view .banner-right,
.anim-sec.ele-cont-view .one-line-form,
.solution-wrap .anim-sec.ele-cont-view h2,
.solution-wrap .anim-sec.ele-cont-view p,
.features-wrap .anim-sec.ele-cont-view .heading-wrap h2,
.features-wrap .anim-sec.ele-cont-view .heading-wrap p,
.features-wrap .anim-sec.ele-cont-view ul li,
.features-wrap .anim-sec.ele-cont-view .btn-wrap a,
.why-wrap .anim-sec.ele-cont-view .why-heading-wrap h2,
.why-wrap .anim-sec.ele-cont-view .why-heading-wrap p,
.why-wrap .anim-sec.ele-cont-view ul li,
.demo-wrapper .anim-sec.ele-cont-view .why-pmp-heading-wrap h2,
.demo-wrapper .anim-sec.ele-cont-view .why-pmp-heading-wrap p,
.demo-wrapper .anim-sec.ele-cont-view ul li,
.demo-wrapper .anim-sec.ele-cont-view .demo-form-wrap,
.customers-wrap.anim-sec.ele-cont-view h3,
.customers-wrap.anim-sec.ele-cont-view ul li,
.customers-wrap.anim-sec.ele-cont-view h2,
.pam-footer-wrap .anim-sec.ele-cont-view h2,
.pam-footer-wrap .anim-sec.ele-cont-view p,
.faq-wrap .anim-sec.ele-cont-view h2,
.faq-wrap .anim-sec.ele-cont-view ul li {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
} */

.anim-sec {
    /* margin: 50px 0;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    overflow: hidden; */
    /* Ensure children stay within bounds */
}

.anim-sec>* {
    opacity: 0;
    /* Initial state - hidden */
    transform: translateY(20px);
    /* Move down slightly */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    /* Transition effects */
    /* margin-bottom: 10px; */
    /* padding: 10px; */
    /* background-color: #e0e0e0; */
}

.animate-child {
    opacity: 1;
    /* Visible state */
    transform: translateY(0);
    /* Move back to original position */
}


/*  */

.pmp-banner-wrap {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(175, 37%, 72%, 1);
    background: linear-gradient(135deg, hsla(175, 37%, 72%, 1) 0%, hsla(146, 30%, 86%, 1) 31%, hsla(90, 12%, 90%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(175, 37%, 72%, 1) 0%, hsla(146, 30%, 86%, 1) 31%, hsla(90, 12%, 90%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(175, 37%, 72%, 1) 0%, hsla(146, 30%, 86%, 1) 31%, hsla(90, 12%, 90%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9ED2CE", endColorstr="#D1E6DA", GradientType=1);
}

.pmp-banner-wrap .banner-section {
    /* max-width: 1100px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-left {
    max-width: 580px;
}

.banner-left {
    max-width: calc(100% - 600px);
}

.banner-left h1 {
    font-size: 48px;
    line-height: 1.25;
    margin: 0 0 0;
    color: #000;
    position: relative;
}

.banner-left p {
    font-size: 20px;
    margin: 20px 0 25px;
}

.banner-left .act-btn {
    background: #000;
    border-color: #000;
}

.banner-right p span {
    font-family: var(--primaryfont-bold);
}


/*  */

.banner-right {
    max-width: 420px;
    margin: 0 0 0;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px #aad6d0;
}

.banner-right h3 {
    margin: 0;
    text-align: center;
    font-size: 19px;
}

.const-text {
    color: #626262;
}

.success-message {
    display: none;
}

.success-message p {
    font-size: 26px;
    font-family: var(--primaryfont-bold);
    text-align: center;
    margin: 0;
}

.success-message p a {
    border-bottom: 1px solid;
}

.one-line-wrap .form-group:nth-child(1) {
    width: 340px;
}

.form-group.country-select-box {
    background: transparent;
}


/*  */

.pmp-content-wrap {
    position: relative;
}

.pmp-content-wrap .section {
    padding: 100px 0;
}

.section .customers-wrap {
    padding: 100px 0;
}

.section .solution-wrap {
    padding: 0;
}

.section .features-wrap {
    padding: 100px 0;
}

.section .why-wrap {
    padding: 100px 0;
}


/*  */

.section.customers-wrap {
    padding: 0 0 80px;
    position: relative;
    background: #e3f7f1;
}

.section.customers-wrap:before {
    content: none;
    position: absolute;
    top: -50px;
    bottom: 0;
    z-index: 7;
    width: 100%;
    height: 100px;
    animation-duration: 30s;
}

.customers-wrap .content-wrap {
    position: relative;
    overflow: hidden;
}

.section.customers-wrap .content-wrap:before,
.section.customers-wrap .content-wrap:after {
    content: none;
    position: absolute;
    background-image: linear-gradient(to right, rgb(1 13 45) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.customers-wrap .content-wrap:after {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

.customers-wrap h2 {
    font-size: 24px;
    margin: 0 0 30px;
}

.customers-wrap ul {
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}

.customers-wrap ul li {
    background-image: url(../images/pmp-customers-logo-sprite.png);
    background-size: auto 60px;
    background-repeat: no-repeat;
    height: 60px;
    width: 120px;
    white-space: nowrap;
    margin: 15px 30px;
}

.customers-logo {
    display: block;
    white-space: nowrap;
}

.gb-bbc {
    background-position: 0 0;
}

.gb-kpmg {
    background-position: -120px 0;
}

.gb-dell {
    background-position: -240px 0;
}

.gb-cisco {
    background-position: -360px 0;
}

.gb-noki {
    background-position: -478px 0;
}

.gb-gsa {
    background-position: -596px 0;
}


/*  */

.btn-wrap {
    margin: 0;
}

.act-btn {
    background: #e9152b;
    color: #fff;
    padding: 12px 25px;
    font-size: 17px;
    line-height: 1.4;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: var(--primaryfont-semibold);
    border: 1px solid transparent;
}

a.act-btn.btn-border {
    background: transparent;
    color: #000;
    border: 1px solid;
    margin: 0 20px 0 0;
}

.section.features-wrap {
    position: relative;
    padding: 100px 0;
}

.features-wrap .content-wrap h2 {
    margin: 0 0 20px;
}

.features-wrap .heading-wrap p {
    margin: 0;
}

.features-list-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 40px 0;
    position: relative;
}

.features-list-wrap ul li {
    padding: 25px;
    border: var(--feat_list_border);
    transition-duration: .5s;
    transition-property: all;
}

.features-list-wrap ul li:hover {
    box-shadow: 0 0 10px 5px #f1fdfa;
}

.features-list-wrap ul li p:last-child {
    margin: 0;
}

.features-list-wrap p.link-text-wrap {
    text-align: right
}

.features-list-wrap p.link-text-wrap a {
    background: none;
    color: #138cd6;
    padding: 0 20px 2px 0;
    transition: 0.5s all;
    font-family: var(--primaryfont-semibold);
    position: relative;
}

.features-list-wrap p.link-text-wrap a:after {
    content: '\2794';
    font-size: 17px;
    position: absolute;
    right: 0;
    transition: .5s all;
}

.features-list-wrap p.link-text-wrap a:hover:after {
    transform: translateX(15px);
}

.features-list-wrap ul li h3 {
    margin-top: 15px;
}

.features-list-wrap ul li span {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/home-icons-sprite.png);
    background-size: 450px auto;
    background-repeat: no-repeat;
}

.features-list-wrap ul li:nth-child(2) span {
    background-position: -50px 0;
}

.features-list-wrap ul li:nth-child(3) span {
    background-position: -100px 0;
}

.features-list-wrap ul li:nth-child(4) span {
    background-position: -150px 0;
}

.features-list-wrap ul li:nth-child(5) span {
    background-position: -200px 0;
}

.features-list-wrap ul li:nth-child(6) span {
    background-position: -250px 0;
}

.customers-wrap {
    background: transparent;
    color: #fff;
    margin: 80px 0 0;
}

.section.solution-wrap {
    padding: 0;
    margin: 0 0 0;
    background: #00140E;
}

.solution-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    color: #fff;
    border-radius: 10px;
}

.solution-wrap .content-wrap h2 {
    max-width: 480px;
    font-size: 40px;
    color: #fff;
}

.solution-wrap-text {
    width: calc(100% - 560px);
}

.solution-wrap-text p:last-child {
    margin: 0;
}

.solution-wrap-text p a {
    background: none;
    color: #138cd6;
    padding: 0 20px 2px 0;
    transition: 0.5s all;
    font-family: var(--primaryfont-semibold);
    position: relative;
}

.solution-wrap-text p a:after {
    content: '\2794';
    font-size: 17px;
    position: absolute;
    right: 0;
    transition: .5s all;
}

.solution-wrap-text p a:hover:after {
    transform: translateX(15px);
}

.why-wrap {
    background-color: #00140E;
    color: #fff;
    position: relative;
    z-index: 0;
}

.why-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
}

.why-heading-wrap {
    max-width: 380px;
    width: 100%;
}

.why-heading-wrap h2 {
    color: #fff;
    margin: 0 0 15px;
}

.why-heading-wrap p a {
    background: none;
    color: #138cd6;
    padding: 0 20px 2px 0;
    transition: 0.5s all;
    font-family: var(--primaryfont-semibold);
    position: relative;
}

.why-heading-wrap p a:after {
    content: '\2794';
    font-size: 17px;
    position: absolute;
    right: 0;
    transition: .5s all;
}

.why-heading-wrap p a:hover:after {
    transform: translateX(15px);
}

.why-heading-wrap p:last-child {
    margin: 0;
}

.why-wrap ul {
    display: block;
    margin: 0;
    width: calc( 100% - 440px);
}

.why-wrap ul li {
    padding: 0 0 60px 60px;
    color: #fff;
    position: relative;
}

.why-wrap ul li:last-child {
    padding-bottom: 0;
}

.why-wrap ul li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: calc( 100% + 0px);
    left: 10px;
    top: 11px;
    background: #fff;
}

.why-wrap ul li:last-child:before {
    content: none;
}

.why-wrap ul li h3 {
    color: #35D5A1;
    font-size: 28px;
    font-family: var(--primaryfont-bold);
    margin: 0 0 15px;
}

.why-wrap ul li span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.why-wrap ul li:nth-child(1) span {
    background-position: -360px 0;
}

.why-wrap ul li:nth-child(2) span {
    background-position: -420px 0;
}

.why-wrap ul li:nth-child(3) span {
    background-position: -480px 0;
}

.why-wrap ul li p:last-child {
    margin: 0
}


/*  */

.section.demo-wrapper {
    padding: 100px 0;
    position: relative;
    background: #EBF6F3;
}

.demo-wrapper .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.demo-form-wrap {
    max-width: 500px;
    padding: 40px;
    background: #00140E;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.demo-form-heading {
    text-align: center;
    color: #fff;
    margin: 0;
}

.demo-form-heading h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    line-height: 1;
}

.demo-form-heading p:last-child {
    margin: 0;
}


/*  */

.section.pam-footer-wrap {
    text-align: center;
    padding: 0 !important;
    margin: 80px 0 0;
}

.pam-footer-wrap .content-wrap {
    max-width: 1170px;
    width: 100%;
    padding: 80px;
    background: #00140e;
    color: #fff;
    border-radius: 10px;
}

.pam-footer-wrap h2 {
    margin: 0 0 15px;
    color: #fff;
}

.pam-footer-wrap a.act-btn.btn-border {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.trans-effect~label {
    color: #7c7c7c;
    top: 10px;
    font-size: 14px;
}

span.focus-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.form-group {
    margin: 25px 0;
    background: #fff;
}

.demo-form-wrap .ffw-errmsg {
    /* margin: 0; */
}

.demo-form-wrap #MECountryListing {
    background: #fff;
}

input#btnSubmit {
    margin: 0;
}

.trans-effect~.focus-border:before,
.trans-effect~.focus-border:after,
.trans-effect~.focus-border i:before,
.trans-effect~.focus-border i:after {
    background-color: #012643;
}

.trans-effect:focus~label,
.has-content.trans-effect~label {
    opacity: 0;
}

#demoForm .const-text,
#demoForm #meGDPRMessage {
    color: #fff;
}

#meGDPRMessage {
    padding: 0 0;
    margin: 10px 0 0;
    color: #3c3c3c;
}


/*  */

.why-list-wrap {
    width: calc(100% - 560px);
}

.why-pmp-heading-wrap {
    margin: 0 0 60px;
}

.why-pmp-heading-wrap h2 {
    margin: 0 0 20px;
}

.why-pmp-heading-wrap p:last-child {
    margin: 0;
}

.faq-wrap h2 {
    margin: 0 0 10px;
}

.faq-wrap ul {
    margin: 40px 0 0;
}

.faq-list,
.why-list {
    cursor: pointer;
    border: 1px solid #d8dad9;
    text-align: left;
    padding: 20px 30px;
    margin: 0 0 20px;
    background: #fafafa;
}

.why-list {
    padding: 20px 30px 20px 60px;
    position: relative;
    background: #eefaf7;
}

.why-list:before {
    content: '';
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url(../images/home-icons-sprite.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
}

.why-list:nth-child(1):before {
    background-position: -202px 0;
}

.why-list:nth-child(2):before {
    background-position: -236px -1px;
}

.why-list:nth-child(3):before {
    background-position: -269px -1px;
}

.faq-list.active,
.why-list.active {
    background: #fff;
}

.faq-list h3,
.why-list h3 {
    font-size: 19px;
    padding: 0 30px 0 0;
    position: relative;
    margin: 0
}

.faq-list.active h3:before,
.why-list.active h3:before {
    content: '-';
    right: 5px;
    top: -21px;
}

.faq-list h3:before,
.why-list h3:before {
    content: '+';
    position: absolute;
    top: -15px;
    right: 0;
    bottom: 0;
    font-size: 30px;
    font-family: var(--zf-primary-semibold);
    height: 25px;
    margin: auto;
}

.why-list h3:before {
    content: none;
    top: 0;
    right: 0;
    font-size: 26px;
    transition: .5s all;
    /* background: url(images/right-arrow.svg); */
    width: 20px;
    height: 20px;
}

.why-list.active h3:before {
    content: none;
}

.faq-wrap .faq-list-cont,
.why-list .why-list-cont {
    display: none;
    padding-bottom: 0 !important
}

.faq-wrap .faq-list-cont p:last-child,
.why-list .why-list-cont p:last-child {
    margin: 0;
}

.faq-list:last-child {
    margin: 0;
}

p.clearfix {
    line-height: 0;
}


/*  */

.demo-wrapper .anim-sec ul li {
    transition-duration: .1s;
    transition-property: all;
    transition-delay: .1s !important;
}

.banner-left h1 {
    padding: 60px 0 0;
    font-size: 54px;
    line-height: 1.2;
}

.text-animation {
    display: block;
    position: absolute;
    top: 0;
}

.text-animation span {
    animation: vertical 7.5s linear infinite 0s;
    -ms-animation: vertical 7.5s linear infinite 0s;
    -webkit-animation: vertical 7.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background: #1950BC;
    background: linear-gradient(to right, #1950BC 0%, #A53386 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-animation span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.text-animation span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}


/*Vertical Flip Animation*/

@-webkit-keyframes vertical {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    38% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    45% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.ffw-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -16px;
    position: absolute;
    top: 0;
    font-weight: 300;
    white-space: nowrap;
}

span.focus-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1366px) {
    h2 {
        font-size: 36px;
    }
    .banner-right {
        /* max-width: 500px; */
    }
    .banner-right h1 {
        font-size: 44px;
    }
    .banner-right p {
        font-size: 20px;
    }
    /**/
    .section.features-wrap {
        padding: 100px 0;
    }
    .section.customers-wrap:before {
        top: -40px;
    }
    .solution-wrap .content-wrap h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 992px) {
    .pmp-banner-wrap .banner-section {
        display: block;
    }
    .banner-left {
        /* display: none; */
        max-width: 680px;
        text-align: center;
        margin: 0 auto;
    }
    .banner-right {
        margin: 60px auto 0;
        /* text-align: center; */
        width: 100%;
        max-width: 460px;
    }
    .customers-wrap {
        display: none;
    }
    /**/
    .solution-wrap .content-wrap {
        display: block;
        text-align: center;
    }
    .solution-wrap .content-wrap h2 {
        max-width: 100%;
        text-align: center;
    }
    .solution-wrap-text {
        width: 100%;
        margin: 25px 0 0;
    }
    .features-wrap .content-wrap {
        display: block;
    }
    .features-wrap .content-wrap h2 {
        width: 100%;
        position: unset;
        text-align: center;
    }
    .features-list-wrap {
        width: 100%;
    }
    .features-list-wrap ul {
        margin: 40px 0 60px;
        grid-template-columns: repeat(2, 1fr);
    }
    .section.demo-wrapper {
        padding: 100px 0;
    }
    .demo-wrapper .content-wrap {
        display: block;
    }
    .demo-form-wrap {
        max-width: 480px;
        width: 100%;
        margin: 60px auto 0;
        padding: 40px;
    }
    .why-wrap ul {
        width: 100%;
    }
    .why-wrap .content-wrap {
        display: block;
    }
    .why-heading-wrap {
        max-width: 460px;
        margin: 0 0 40px;
    }
    .why-list-wrap {
        width: 100%;
    }
    .why-pmp-heading-wrap {
        margin: 0 0 40px;
    }
    .banner-left h1 {
        padding: 46px 0 0;
        font-size: 44px;
        line-height: 1.2;
    }
    .text-animation {
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
    }
    .section.pam-footer-wrap {
        margin: 0;
    }
    .pam-footer-wrap .content-wrap {
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-right h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 34px;
    }
    .solution-wrap .content-wrap h2 {
        font-size: 34px;
    }
    .pmp-banner-wrap:before,
    .section.customers-wrap:before {
        content: none;
    }
    .one-line-wrap .form-group:nth-child(1) {
        width: 100%;
    }
    /*      */
    .section.features-wrap,
    .section.demo-wrapper,
    .section.why-wrap,
    .section.faq-wrap {
        padding: 80px 0;
    }
    .section.customers-wrap {
        padding: 80px 0;
    }
    /*      */
    .solution-wrap-text p.btn-wrap a {
        text-align: right;
    }
    .pam-footer-wrap .content-wrap {
        padding: 80px 5%;
    }
}

@media screen and (max-width: 650px) {
    .features-list-wrap ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .features-list-wrap ul:before {
        content: none;
    }
    .features-list-wrap ul li {
        padding: 30px !important;
        border: var(--feat_list_border) !important;
    }
    a.act-btn.btn-border {
        margin: 0 0 10px;
    }
    .pam-footer-wrap a.act-btn {
        margin: 10px 0 0
    }
}


/* .promo-band {
    background: radial-gradient(circle at center, #2B2B2B 0%, #111111 50%, #000000 100%);
} */