<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  */
/* Universal CSS */
/*  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: AdobeClean-Light;
    src: url('https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/fonts/AdobeClean-Light.otf');
}

@font-face {
    font-family: AdobeClean-Regular;
    src: url('https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/fonts/AdobeClean-Regular.otf');
}

@font-face {
    font-family: AdobeClean-Bold;
    src: url('https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/fonts/AdobeClean-Bold.otf');
}

@font-face {
    font-family: AdobeClean-Medium;
    src: url('https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/fonts/AdobeClean-Medium.otf');
}

html,
body {
    height: auto !important;
}

/*  */
/* Header / Navigation */
/*  */
.mac-adobe-header {
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid #EAEAEA;
    justify-content: start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 5;
}

.mac-adobe-header .mac-adobe-header-nav {
    display: flex;
    width: 100%;
    max-width: 1600px;
    height: 74px;
    max-height: 74px;
    margin: 0 auto;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.mac-adobe-header .mac-adobe-header-nav div:last-child {
    width: 100%;
}

.mac-adobe-header-logo {
    margin-right: 120px;
}

.mac-adobe-header-logo img {
    max-width: 200px !important;
    display: block;
}

.mac-adobe-header-logo .icon {
    display: none;
    color: #000;
    font-size: 20px;
    outline: none;
}

.mac-adobe-header ul {
    display: flex;
    list-style: none;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}

.mac-adobe-header ul li {
    margin-right: 46px;
    padding: 0;
}

.mac-adobe-header ul li:last-child {
    margin: 0;
    margin-left: auto;
}

.mac-adobe-header ul li:last-child a {
    background-color: #3571DE;
    border-radius: 18px;
    outline: none;
}

.mac-adobe-header ul li a {
    font-family: AdobeClean-Regular;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    position: relative;
    border: 0;
}

.mac-adobe-header ul li a:hover {
    color: #3571DE;
}

.mac-adobe-header ul li:last-child a:hover {
    background-color: #0d66d0;
}

.mac-adobe-header ul li:last-child a {
    color: #ffffff;
    font-family: AdobeClean-Bold;
    display: inline-block;
    padding: 7px 20px 9px;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-header .mac-adobe-header-nav {
        max-width: 1200px;
    }

    .mac-adobe-header-logo {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1240px) {
    .mac-adobe-header .mac-adobe-header-nav {
        max-width: 100%;
    }

    .mac-adobe-header-logo {
        margin-right: 40px;
    }

    .mac-adobe-header ul li {
        margin-right: 25px;
    }

    .menu-main-menu-container {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .mac-adobe-header .mac-adobe-header-nav {
        max-width: 100%;
    }

    .mac-adobe-header-logo {
        margin-right: 40px;
    }

    .mac-adobe-header ul li {
        margin-right: 25px;
    }

    .mac-adobe-header-logo .icon {
        display: block;
    }

    .mac-adobe-header-logo {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-main-menu-container {
        display: none;
    }

    .mac-adobe-header .mac-adobe-header-nav div:last-child {
        position: absolute;
        top: 75px;
        z-index: 9;
        left: 0;
        background-color: #FAFAFA;
    }

    .mac-adobe-header ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .mac-adobe-header ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .mac-adobe-header ul li a {
        display: block;
        padding: 15px 20px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .mac-adobe-header ul li:last-child {
        margin: 0;
        width: 100%;
        padding: 15px 20px;
    }

    .mac-adobe-header ul li:last-child a {
        display: inline-block;
        width: auto;
    }
}

/*  */
/* Banner */
/*  */
.mac-adobe-home-banner {
    display: flex;
    height: 600px;
    max-height: 600px;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 74px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mac-adobe-home-banner&gt;video {
    position: absolute;
    top: 50%;
    width: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    object-fit: cover;
    outline: inset;
}

.mac-adobe-home-banner&gt;video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

.mac-adobe-home-banner&gt;video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

.mac-adobe-home-banner&gt;video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.mac-adobe-home-banner&gt;div {
    display: flex;
    width: 100%;
    /* max-width: 1600px; */
    /* padding: 0 20px; */
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content {
    padding-right: 30px;
    z-index: 1;
    height: 100%;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content p {
    font-size: 18px;
    line-height: 22px;
    font-family: AdobeClean-Regular;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul {
    padding: 0
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li {
    display: inline-block;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li a {
    display: block;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    font-weight: 400;
    outline: none;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li a:hover {
    background-color: #0d66d0;
    border: 2px solid #0d66d0;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li:first-child a {
    margin-right: 20px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li:last-child a {
    margin-right: 0px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li:nth-child(2) a {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li:nth-child(2) a:hover {
    background-color: rgb(255, 255, 255, 0.25);
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos {
    background-color: #ADADAD;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
    padding-top: 0;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos li a {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: 10px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos li:last-child a {
    margin-right: 0px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos li a img {
    max-width: 45px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-video {
    /* width: 100%;
    max-width: 676px;
    position: relative; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.mac-adobe-home-banner .mac-adobe-home-banner-video svg {
    position: absolute;
    top: 53%;
    left: 49%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    width: 100%;
    height: 1080px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-video svg path {
    cursor: pointer;
}

.mac-adobe-home-banner .mac-adobe-home-banner-video video {
    width: 100%;
    max-width: 676px;
    margin: 0;
    padding: 0;
    display: block;
    border: 26px solid #BCBCBC;
    border-radius: 26px;
    display: none;
}

.fluid-width-video-wrapper {
    padding-top: 420px !important;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    width: 100% !important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-header .btn-close {
    background: #ccc url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    border-radius: 50% !important;
    float: right !important;
    margin: -60px !important;
    margin-left: 100% !important;
    padding: 8px !important;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-header {
    border-bottom: none !important;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-home-banner&gt;div {
        /* max-width: 1200px; */
    }

    /* .mac-adobe-home-banner .mac-adobe-home-banner-video {
        max-width: 570px;
    } */
}

@media screen and (max-width: 1300px) {
    .fluid-width-video-wrapper {
        padding-top: 300px !important;
    }
}

@media screen and (max-width: 1100px) {
    .mac-adobe-home-banner {
        /* background: linear-gradient(45deg, rgba(13, 13, 13, 0.9) 0%, rgba(67, 67, 67, 0.7) 100%), url(https://www.adobevideopartner.com/wp-content/uploads/2023/04/banner-img.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .mac-adobe-home-banner.mac-adobe-home-banner-center-center.homepage-banner {
        /* background: linear-gradient(45deg, rgba(13, 13, 13, 0.9) 0%, rgba(67, 67, 67, 0.7) 100%), url(https://www.adobevideopartner.com/wp-content/uploads/2023/04/banner-img.jpg) !important; */
        background-position: center center !important;
    }

    .mac-adobe-home-banner.inner-pages-banner.mac-adobe-home-banner-center-center {
        background-position: center center !important;
    }

    .mac-adobe-home-banner&gt;video,
    .mac-adobe-home-banner .mac-adobe-home-banner-video svg {
        display: none !important;
    }

    .mac-adobe-home-banner&gt;div {
        flex-direction: column;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content {
        padding: 0;
        margin-bottom: 40px;
        width: 100%;
        /* max-width: 900px; */
        text-align: center;
    }

    /* .mac-adobe-home-banner .mac-adobe-home-banner-video {
        max-width: 700px;
    } */
}

@media screen and (max-width: 768px) {
    .mac-adobe-home-banner .mac-adobe-home-banner-content {
        margin-bottom: 0;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content ul li {
        display: inline-flex;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content ul li:first-child a {
        margin-right: 10px;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-video {
        display: none;
    }

    /* .mac-adobe-home-banner .mac-adobe-home-banner-video svg {
        width: 50px;
    } */
    .mac-adobe-home-banner .mac-adobe-home-banner-content ul li a {
        font-size: 16px;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-video video {
        border: 15px solid #BCBCBC;
        border-radius: 15px;
    }

    /* .mac-adobe-home-banner {
        height: auto;
        max-height: auto;
        padding: 50px 0;
    } */

    .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .fluid-width-video-wrapper {
        padding-top: 55% !important;
    }

    .modal-header .btn-close {
        margin-left: 97% !important;
    }
}

/*  */
/* Under banner section */
/*  */
.mac-adobe-home-under-banner {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 139px; */
    /* border-bottom: 1px solid #EAEAEA; */
    /* margin-bottom: 60px; */
    padding: 25px 0;
}

.mac-adobe-home-under-banner&gt;div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.mac-adobe-home-under-banner&gt;div img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* .mac-adobe-home-under-banner&gt;div img:last-child {
    width: 528px;
    max-width: 40%;
} */

.mac-adobe-home-under-banner&gt;div svg {
    height: auto;
    width: auto !important;
    max-width: 45% !important;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-home-under-banner&gt;div {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1100px) {
    /* .mac-adobe-home-under-banner {
        height: 90px;
    } */
}

@media screen and (max-width: 768px) {
    .mac-adobe-home-under-banner {
        height: auto;
        padding: 20px 0;
    }

    .mac-adobe-home-under-banner&gt;div {
        flex-direction: column;
    }

    .mac-adobe-home-under-banner&gt;div img {
        width: 100% !important;
        max-width: 400px !important;
    }

    .mac-adobe-home-under-banner&gt;div svg {
        width: 100% !important;
        max-width: 400px !important;
    }

    /* .mac-adobe-home-under-banner&gt;div img:first-child {
        margin-bottom: 30px;
    } */
}

/*  */
/* Joint inovation section */
/*  */
.mac-adobe-home-joint-section {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
}

.mac-adobe-home-joint-section&gt;div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
}

.mac-adobe-home-joint-section&gt;div&gt;div {
    position: relative;
    width: 100%;
    max-width: 440px;
    border: 1px solid #BCBCBC;
    border-radius: 5px 5px 0 0;
}

.mac-adobe-home-joint-section&gt;div&gt;div::after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 8px;
    bottom: -1px;
    left: -1px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.mac-adobe-home-joint-section&gt;div div div {
    margin-bottom: 60px;
}

.mac-adobe-home-joint-section&gt;div div img {
    border-radius: 5px 5px 0 0;
    margin-bottom: 40px;
    width: 100%;
}

.mac-adobe-home-joint-section&gt;div div h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.mac-adobe-home-joint-section&gt;div div p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 0 20px;
    min-height: 60px;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-home-joint-section&gt;div {
        max-width: 1200px;
    }

    .mac-adobe-home-joint-section&gt;div::after {
        width: calc(100% - 200px);
    }

    .mac-adobe-home-joint-section&gt;div div {
        max-width: 370px;
    }
}

@media screen and (max-width: 1240px) {
    .mac-adobe-home-joint-section&gt;div {
        width: calc(100% - 50px);
        margin: 0 auto;
    }

    .mac-adobe-home-joint-section&gt;div div {
        max-width: 280px;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-home-joint-section&gt;div {
        flex-direction: column;
        padding: 50px 0;
        height: auto;
    }

    .mac-adobe-home-joint-section&gt;div div {
        max-width: 700px;
        margin-bottom: 50px;
    }

    .mac-adobe-home-joint-section&gt;div div p {
        margin-bottom: 40px;
    }

    .mac-adobe-home-joint-section&gt;div div:last-child {
        margin-bottom: 0;
    }

    .mac-adobe-home-joint-section&gt;div::after {
        display: none;
    }

    .mac-adobe-home-joint-section&gt;div div::after {
        display: block;
        height: 4px;
    }
}

/*  */
/* Partner Directory */
/*  */
.mac-adobe-partner-directory {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}

.mac-adobe-partner-directory&gt;div {
    width: 100%;
    max-width: 870px;
    border-radius: 5px;
    padding: 60px 30px;
    box-sizing: border-box;
    border: 1px solid #B7B7B7;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}

.mac-adobe-partner-directory&gt;div h3 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    color: #000000;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}

.mac-adobe-partner-directory&gt;div a {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #000000;
    margin-top: 30px;
    font-weight: 400;
    outline: none;
}

.mac-adobe-partner-directory&gt;div a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.mac-adobe-partner-directory&gt;div&gt;div {
    display: flex;
    flex-direction: column;
}

.mac-adobe-partner-directory&gt;div&gt;div ul {
    list-style: none;
    padding: 0;
}

.mac-adobe-partner-directory&gt;div&gt;div ul li:first-child {
    margin-bottom: 20px;
}

.mac-adobe-partner-directory&gt;div&gt;div ul div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mac-adobe-partner-directory&gt;div&gt;div ul p {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Medium;
    color: #2C2C2C;
    font-weight: 600;
    margin: 0;
}

.mac-adobe-partner-directory&gt;div&gt;div ul p span {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    font-weight: 400;
}

@media screen and (max-width: 1240px) {
    .mac-adobe-partner-directory&gt;div {
        max-width: 800px;
        margin: 0 auto;
    }

    .mac-adobe-partner-directory&gt;div&gt;div {
        max-width: 740px;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-partner-directory&gt;div {
        display: flex;
        flex-direction: column;
        padding: 50px;
        height: auto;
    }

    .mac-adobe-partner-directory&gt;div h3 {
        width: 100%;
        max-width: 100%;
        border: 0px;
        text-align: center;
        padding-top: 0;
    }

    .mac-adobe-partner-directory&gt;div&gt;div {
        max-width: 800px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .mac-adobe-partner-directory&gt;div {
        max-width: calc(100% - 50px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-partner-directory&gt;div&gt;div ul img {
        margin-left: 0px;
        margin-right: 30px;
        width: 50px;
        height: 50px;
    }

    .mac-adobe-partner-directory&gt;div&gt;div ul div {
        align-items: start;
    }

    .mac-adobe-partner-directory&gt;div a {
        font-size: 16px;
    }
}

/*  */
/* Grow your business */
/*  */
.mac-adobe-grow-your-business {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
}

.mac-adobe-grow-your-business&gt;div {
    width: 100%;
    max-width: 1092px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.mac-adobe-grow-your-business&gt;div h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}

.mac-adobe-grow-your-business&gt;div&gt;div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mac-adobe-grow-your-business&gt;div&gt;div ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 680px;
    margin: 0 auto;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul {
    width: 100%;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li {
    margin: 0 auto;
    max-width: 680px;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;ul {
    flex-direction: row;
    margin: 0 auto;
    border-bottom: 2px solid #EAEAFA;
    display: flex;
    width: fit-content;
    padding: 0;
    margin-bottom: 30px;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;ul li {
    position: relative;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;ul li button {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;ul li button:hover {
    color: #000000;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;ul li.active button {
    color: #000000;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;ul li.active::after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #74B8E2;
    bottom: -2px;
    left: 0;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div {
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

#mac-adobe-grow-your-business-partners,
#mac-adobe-grow-your-business-customers {
    display: none;
    padding: 0;
}

#mac-adobe-grow-your-business-partners {
    display: block;
}

#mac-adobe-grow-your-business-partners li {
    max-width: 680px;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li div {
    display: flex;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li img {
    width: 55px;
    height: 55px;
    margin-right: 30px;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #2C2C2C;
    font-family: AdobeClean-Medium;
    font-weight: 600;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li:last-child p {
    margin: 0;
}

.mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li p span {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #2C2C2C;
    font-family: AdobeClean-Regular;
    font-weight: 400;
}

@media screen and (max-width: 1240px) {
    .mac-adobe-grow-your-business&gt;div {
        max-width: calc(100% - 50px);
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-grow-your-business&gt;div {
        flex-direction: column;
    }

    .mac-adobe-grow-your-business&gt;div h2 {
        max-width: 100%;
        font-size: 36px;
        line-height: 46px;
        margin: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .mac-adobe-grow-your-business&gt;div&gt;div&gt;div {
        padding: 50px;
    }
}

/*  */
/* Pick a Partner */
/*  */
.mac-adobe-pick-partner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    background-color: #000000;
    padding: 70px 0;
    position: relative;
}

.mac-adobe-pick-partner::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.mac-adobe-pick-partner&gt;div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.mac-adobe-pick-partner&gt;div&gt;div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin-bottom: 40px;
}

.mac-adobe-pick-partner&gt;div&gt;div:first-child h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Regular;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.mac-adobe-pick-partner&gt;div&gt;div:first-child img {
    border-radius: 18px;
    width: 100%;
    max-width: 840px;
}

.mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    flex-wrap: wrap;
}

.mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div {
    flex-basis: 33.33%;
    background-color: #F2F7FA;
    width: 100%;
    max-width: 440px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    box-sizing: border-box;
}

.mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-regular;
    font-weight: 400;
    color: #292929;
    margin: 0;
}

.mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div a {
    display: block;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #fff;
    background-color: #3571de;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571de;
    font-weight: 400;
    outline: none;
    margin-top: 20px;
}

.mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div a:hover {
    background-color: #0d66d0;
    border: 2px solid #0d66d0;
}

.mac-adobe-pick-partner a {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
    margin-top: 40px;
    font-weight: 400;
    outline: none !important;
}

.mac-adobe-pick-partner a:hover {
    text-decoration: underline;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-pick-partner&gt;div {
        max-width: 1200px;
    }

    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div {
        max-width: 375px;
    }
}

@media screen and (max-width: 1240px) {
    .mac-adobe-pick-partner&gt;div {
        max-width: calc(100% - 50px);
        margin: 0 auto;
    }

    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div {
        max-width: 350px;
        padding: 20px;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-pick-partner&gt;div&gt;div:first-child {
        flex-direction: column;
    }

    .mac-adobe-pick-partner&gt;div&gt;div:first-child h2 {
        max-width: 700px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 36px;
        line-height: 46px;
    }

    .mac-adobe-pick-partner a {
        margin-top: 20px;
    }

    .mac-adobe-pick-partner&gt;div&gt;div:first-child img,
    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div {
        max-width: 700px;
        margin-bottom: 30px;
    }

    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes {
        flex-direction: column;
    }

    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div {
        padding: 30px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes div h3 {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-pick-partner&gt;div&gt;div.mac-adobe-pick-partner-boxes a {
        font-size: 16px;
    }
}

/*  */
/* Customer Stories */
/*  */
.mac-adobe-customer-stories {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
    background-color: #F8F8F8;
}

.mac-adobe-customer-stories&gt;div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px;
    box-sizing: border-box;
    height: 540px;
    border-radius: 18px;
    background-image: url(https://www.adobevideopartner.com/wp-content/uploads/2023/04/customer-stories-bg-commas.svg);
    background-repeat: no-repeat;
    background-position: 6% 20%;
}

.mac-adobe-customer-stories&gt;div h3 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Regular;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-ss-slider-1 {
    min-height: auto !important;
}

.mac-adobe-customer-stories .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    position: relative;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-ss-control-bullet {
    margin-top: 20px;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-font-0eb25bd94a35c6a07e64d44f5393e022-hover {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    max-width: 900px;
    position: relative;
    font-weight: 400;
}

.mac-adobe-customer-stories #n2-ss-1item7::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/inverted-commas-top.svg);
}

.mac-adobe-customer-stories a {
    color: #000000;
    font-size: 19px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    outline: none !important;
    margin-top: 30px;
    text-decoration: none;
}

.mac-adobe-customer-stories a:hover {
    text-decoration: underline;
    color: #000000;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-font-cc5fbf66a7fbf23ecea08e47b503cebe-hover {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Bold;
    color: #2C2C2C;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    max-width: 900px;
    position: relative;
    font-weight: 400;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-style-3f794b0fc8aa4dc308678a6798eab980-dot {
    margin: 6px;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-style-3f794b0fc8aa4dc308678a6798eab980-dot {
    padding: 7px;
    background: #B1B1B1;
    border-color: #B1B1B1;
}

.mac-adobe-customer-stories div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active,
.mac-adobe-customer-stories div#n2-ss-1 .n2-style-3f794b0fc8aa4dc308678a6798eab980-dot:HOVER {
    background: #000000;
    border-color: #000000;
}

.mac-adobe-customer-stories div.n2-ss-layer::after {
    content: '';
    position: absolute;
    width: 144px;
    height: 97px;
    background-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/home/images/mac-adobe-customer-stories-inverted-commas-top.svg);
    background-repeat: no-repeat;
    top: -45px;
    left: -14px;
}

.mac-adobe-customer-stories div#n2-ss-1 .n2-font-cc5fbf66a7fbf23ecea08e47b503cebe-hover:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 56px;
    background-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/home/images/mac-adobe-customer-stories-inverted-commas-bottom.svg);
    bottom: -20px;
}

.mac-adobe-customer-stories&gt;div div p:first-child {
    display: block;
    margin-bottom: 50px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
}

.mac-adobe-customer-stories&gt;div div img {
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
    max-height: 100px !important;
    width: auto !important;
    max-width: 200px !important;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-customer-stories&gt;div {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1240px) {
    .mac-adobe-customer-stories&gt;div {
        max-width: calc(100% - 50px);
        margin: 0 auto;
        padding: 50px;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-customer-stories&gt;div {
        height: auto;
    }

    .mac-adobe-customer-stories div#n2-ss-1 .n-uc-0uXxAZBbKIq1 {
        padding: 0;
    }

    .n2-ss-slider .n2-ss-layer-with-background {
        height: auto !important;
    }

    .mac-adobe-customer-stories div#n2-ss-1 .n2-style-3f794b0fc8aa4dc308678a6798eab980-dot {
        padding: 5px;
    }

    .mac-adobe-customer-stories div#n2-ss-1 .n2-font-0eb25bd94a35c6a07e64d44f5393e022-hover {
        font-size: 18px;
        line-height: 24px;
    }

    .mac-adobe-customer-stories div#n2-ss-1 .n2-font-cc5fbf66a7fbf23ecea08e47b503cebe-hover {
        font-size: 14px;
        line-height: 20px;
    }
}

/*  */
/* Join our ecosystem */
/*  */
.mac-adobe-home-join-ecosystem-top-section {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    font-weight: 400;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img {
    max-width: 690px;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section div:first-child {
    max-width: 500px;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos {
    width: 100%;
    background-image: url(https://www.adobevideopartner.com/wp-content/uploads/2023/04/400-partners-Home-page.png);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    align-items: center;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study {
    margin-bottom: 130px;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos {
    background-image: '';
    display: flex;
    justify-content: center;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div {
    background-color: rgba(236, 236, 252, 0.9);
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div {
    background: none;
    text-align: center;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p {
    padding: 150px 0;
    margin: 0;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p span {
    font-size: 100px;
    font-family: AdobeClean-Bold;
    color: #000000;
    opacity: 50%;
    text-align: center;
    padding: 0;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1.2;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p span:last-child {
    font-size: 66px;
}

.mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p span:first-child::after {
    content: '+';
    font-size: 60px;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div h2 {
    font-size: 36px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    text-align: center;
    padding: 0;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 46px;
    margin-bottom: 10px;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div p {
    font-size: 18px;
    font-family: AdobeClean-Regular;
    color: #ffffff;
    text-align: center;
    padding: 0;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div a {
    display: inline-block;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    font-weight: 400;
    outline: none;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div a:hover {
    background-color: #0d66d0;
    border: 2px solid #0d66d0;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study {
    position: relative;
}

/* .mac-adobe-home-join-ecosystem.home-page-featured-case-study:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
} */

.mac-adobe-user-stories:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

@media screen and (max-width: 1600px) {
    .mac-adobe-home-join-ecosystem-top-section {
        max-width: 1200px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img {
        max-width: 550px;
    }
}

@media screen and (max-width: 1300px) {
    .mac-adobe-home-join-ecosystem-top-section {
        max-width: 1000px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img {
        max-width: 500px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-home-join-ecosystem h2 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 40px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos {
        background-size: 90%;
    }

    .mac-adobe-home-join-ecosystem-top-section {
        max-width: 900px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img {
        max-width: 400px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-home-join-ecosystem h2 {
        max-width: calc(100% - 50px);
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos {
        background-size: 120%;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p span {
        font-size: 70px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p span:first-child::after {
        font-size: 50px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-logos div p span:last-child {
        font-size: 40px;
    }

    .mac-adobe-customer-stories&gt;div {
        padding: 50px 0;
    }

    .mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li p {
        font-size: 18px;
        line-height: 24px;
    }

    .mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li p span {
        font-size: 14px;
        line-height: 20px;
    }

    .mac-adobe-grow-your-business&gt;div&gt;div&gt;div {
        padding: 25px;
    }

    .mac-adobe-grow-your-business&gt;div&gt;div&gt;div ul li img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    #mac-adobe-grow-your-business-partners,
    #mac-adobe-grow-your-business-customers {
        width: auto;
    }

    .mac-adobe-home-join-ecosystem-top-section {
        max-width: 900px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img {
        padding-left: 0px;
    }

    .mac-adobe-home-join-ecosystem-top-section {
        flex-direction: column;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section img,
    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section div:first-child {
        max-width: 100%;
        width: 100%;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section div:first-child {
        margin-bottom: 25px;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section h2 {
        margin: 0;
        max-width: 100%;
        margin-bottom: 15px;
        line-height: 1;
        text-align: center;
    }

    .mac-adobe-home-join-ecosystem .mac-adobe-home-join-ecosystem-top-section p {
        margin: 0;
        text-align: center;
    }

    .mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div a {
        font-size: 16px;
    }
}

/*  */
/* Get started */
/*  */
.mac-adobe-get-started {
    height: 350px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-top: 1px solid #B4B4B4;
    position: relative;
}

.mac-adobe-get-started::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.mac-adobe-get-started h3 {
    color: #000000;
    font-family: AdobeClean-Bold;
    font-size: 36px;
    margin-bottom: 45px;
    font-weight: 400;
}

.mac-adobe-get-started ul {
    padding: 0;
}

.mac-adobe-get-started ul li {
    display: inline-block;
}

.mac-adobe-get-started ul li a {
    display: block;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #ffffff;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    outline: none;
}

.mac-adobe-get-started ul li:first-child a {
    margin-right: 20px;
}

.mac-adobe-get-started ul li:first-child a:hover {
    background-color: #0d66d0;
    border: 2px solid #0d66d0;
}

.mac-adobe-get-started ul li:last-child a {
    background-color: #ffffff;
    border: 2px solid #000000;
    color: #000000;
}

.mac-adobe-get-started ul li:last-child a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.page-template-front-page .mac-adobe-get-started {
    display: none;
}

@media screen and (max-width: 1250px) {
    .mac-adobe-get-started {
        padding: 0 20px;
    }

    .mac-adobe-get-started h3 {
        text-align: center;
    }

    .mac-adobe-get-started ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .mac-adobe-get-started ul li:first-child a {
        margin-right: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-get-started {
        padding: 40px 10px;
    }

    .mac-adobe-get-started h3 {
        font-size: 36px;
        line-height: 42px;
    }
}

/*  */
/* Footer section */
/*  */
.mac-adobe-footer-section {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.mac-adobe-footer-upper-section {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 80px;
}

.mac-adobe-footer-upper-section div {
    display: flex;
    flex-direction: column;
}

.mac-adobe-footer-upper-section div div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mac-adobe-footer-upper-section h3 {
    color: #4B4B4B;
    font-size: 15px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    margin-bottom: 8px;
    font-weight: 600;
}

.mac-adobe-footer-upper-section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.mac-adobe-footer-upper-section&gt;div:last-child ul:last-child {
    flex-direction: row;
    margin-right: 20px;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}

.mac-adobe-footer-upper-section&gt;div:last-child ul:last-child li a {
    margin-right: 10px;
    display: inline-block;
}

.mac-adobe-footer-upper-section&gt;div:last-child ul:last-child li img {
    width: 20px;
    height: 20px;
}

.mac-adobe-footer-upper-section&gt;div:last-child ul:last-child li:last-child img {
    margin-right: 0px;
}

.mac-adobe-footer-upper-section ul li {
    margin-bottom: 0px;
    line-height: 1.4;
}

.mac-adobe-footer-upper-section ul li a {
    text-decoration: none;
    color: #4B4B4B;
    font-size: 12px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    outline: none;
    padding: 4px 0;
    display: block;
}

.mac-adobe-footer-upper-section ul li a:hover {
    color: #999999;
}

/* Footer middle section */
.mac-adobe-footer-middle-section {
    display: flex;
    width: 100%;
    max-width: 1400px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 8px 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.mac-adobe-footer-middle-section p {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 12px;
    font-family: AdobeClean-Regular;
    display: flex;
    align-items: center;
    font-weight: 400;
    outline: none;
    text-align: center;
    margin: 0;
    display: block;
}

.mac-adobe-footer-middle-section p a {
    color: #4b4b4b;
    text-decoration: underline;
    outline: none;
    font-size: 12px;
    font-family: AdobeClean-Regular;
}

/* Footer lower section */
.mac-adobe-footer-lower-section {
    display: flex;
    height: 120px;
    width: 100%;
    border-top: 0px solid #b4b4b4;
}

.mac-adobe-footer-lower-section&gt;div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.mac-adobe-footer-lower-section ul {
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: end;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}

.mac-adobe-footer-lower-section ul li {
    position: relative;
    display: contents;
}

.mac-adobe-footer-lower-section ul li::after {
    content: '/';
    color: #4B4B4B;
    font-size: 11px;
    font-family: AdobeClean-Regular;
    margin: 0 7px;
    font-weight: 400;
}

.mac-adobe-footer-lower-section ul:first-child li::after {
    content: '';
}

.mac-adobe-footer-lower-section ul li:last-child::after {
    display: none;
}

.mac-adobe-footer-lower-section ul li a {
    text-decoration: none;
    color: #4B4B4B;
    font-size: 11px;
    font-family: AdobeClean-Regular;
    display: flex;
    align-items: center;
    font-weight: 400;
    outline: none;
}

.mac-adobe-footer-lower-section ul li.disabled-link a {
    color: #4B4B4B;
    pointer-events: none;
    font-weight: 300;
    font-family: AdobeClean-Light;
}

.mac-adobe-footer-lower-section ul li a:hover {
    color: #999999;
}

.mac-adobe-footer-lower-section ul li a img {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
}

.mac-adobe-footer-lower-section ul:last-child li a img {
    width: 20px;
    margin-right: 5px;
}

@media screen and (max-width: 1100px) {
    .mac-adobe-footer-lower-section {
        height: auto;
        padding: 30px 0;
    }

    .mac-adobe-footer-lower-section&gt;div {
        flex-direction: column;
        align-items: flex-start;
    }

    .mac-adobe-footer-lower-section ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .mac-adobe-footer-lower-section ul:first-child {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 650px) {
    .mac-adobe-footer-upper-section {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mac-adobe-footer-upper-section&gt;div {
        margin-bottom: 10px
    }
}

/* 
###########
Partners landing page css updates
###########
*/
.single-data_partner #single-header,
.search-results #single-header,
.search-no-results #single-header,
.search-results #single-header {
    background: #F8F8F8;
    position: relative;
    min-height: 450px;
    margin-bottom: 140px;
    padding-top: 40px;
    margin-top: 74px;
}

.search-no-results #single-header,
.search-results #single-header {
    min-height: 250px;
    margin-bottom: 20px;
}

.search-no-results #single-header .back-button,
.search-results #single-header .back-button {
    font-family: AdobeClean-Regular !important;
    color: #000 !important;
    font-size: 14px;
    line-height: 20px;
}

.search-no-results #single-header .back-button:hover,
.search-results #single-header .back-button:hover {
    text-decoration: underline;
}

.single-data_partner .wrapper,
.search-results #single-header .wrapper,
.search-no-results .wrapper {
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search-results #single-header .wrapper,
.search-no-results .wrapper {
    flex-direction: column;
}

.single-data_partner #single-header .wrapper {
    flex-direction: column;
    position: unset;
}

.single-data_partner #single-header h3,
.search-no-results #single-header h1 {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 40px;
    font-family: AdobeClean-Regular !important;
    color: #000 !important;
}

.single-data_partner #single-header h3 img {
    width: 100%;
    max-width: 400px;
    max-height: 200px;
}

.single-data_partner #single-header h2 {
    margin-bottom: 20px;
}

.single-data_partner #single-header a,
.search-results #single-header a {
    color: #000000;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
}

.single-data_partner #single-header h2:last-child,
.search-results #single-header h1:last-child {
    margin-bottom: 0;
    max-width: 80%;
    text-align: center;
}

.single-data_partner #single-header h2:last-child p,
.search-results #single-header h1:last-child {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.search-results #single-header h1:last-child {
    font-family: AdobeClean-Regular;
    color: #000 !important;
}

.single-data_partner #single-header .back-button,
.search-results #single-header .back-button,
#single-header .back-button {
    margin-bottom: 100px !important;
    background: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/back-button.svg) no-repeat 0 2px !important;
    background-size: 15px 12px !important;
    padding-left: 23px !important;
    background-position: left center !important;
    outline: none;
}

.cls-1,
.cls-2 {
    stroke: #000000;
}

.single-data_partner #single-header .back-button:hover,
.search-results #single-header .back-button:hover {
    text-decoration: underline;
}

.single-data_partner #page-content {
    color: #707070;
    font-family: AdobeClean-Regular;
    padding: 0 40px;
    padding-left: 0;
    max-width: 900px;
}

.single-data_partner .wrapper p,
.single-data_partner .wrapper&gt;div {
    font-family: AdobeClean-Regular;
    color: #2c2c2c !important;
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: 650px;
    width: 100%;
    /* margin: 10px 0 !important; */
}

.single-data_partner .wrapper div.wp-video {
    max-width: 600px;
    margin: 0;
}

.mac-partners-single-header {
    position: absolute;
    bottom: -70px;
    background: #000;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mac-partners-single-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.single-data_partner #single-header .wrapper p,
.single-data_partner #single-header .wrapper h2 a {
    color: #ffffff;
    font-size: 24px;
    line-height: 35px;
}

.single-data_partner #sidebar {
    max-width: 450px;
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 5px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
}

.single-data_partner #sidebar .sidebar-item {
    color: #2c2c2c;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    margin: 0;
}

.single-data_partner #page-content h1,
.single-data_partner #page-content h2,
.single-data_partner #page-content h3 {
    color: #000000;
    font-family: AdobeClean-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.single-data_partner #page-content h2 a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(https://www.adobevideopartner.com/wp-content/uploads/2023/04/website-icon-popout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    margin-left: 5px;
}

.single-data_partner #page-content h4 {
    color: #000000;
    font-family: AdobeClean-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.single-data_partner #page-content h1 {
    font-family: AdobeClean-Bold;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 30px;
}

.single-data_partner #page-content a {
    display: inline-block;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    outline: none;
    /* margin-top: 10px; */
    text-decoration: underline;
}

.single-data_partner #page-content a.mejs-volume-slider {
    display: none;
}

.single-data_partner #page-content a:hover {
    color: #2c2c2c;
    text-decoration: underline;
}

.single-data_partner #page-content a svg {
    margin-left: 10px;
}

.single-data_partner #page-content a svg path {
    fill: #2c2c2c;
}

.single-data_partner #page-content a:hover svg path {
    fill: #3571DE;
}

.single-data_partner #sidebar {
    font-family: AdobeClean-Regular;
    color: #707070;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 100px;
}

.single-data_partner #sidebar h3 {
    font-family: AdobeClean-Medium;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

#sidebar .resources .resource h3 {
    font-family: AdobeClean-Bold;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.single-data_partner #sidebar a {
    display: inline-block;
    margin-top: 5px;
    color: #2C2C2C !important;
    text-decoration: underline !important;
    outline: none;
    font-family: AdobeClean-Regular;
    font-weight: 400;
}

.single-data_partner #sidebar .mac-custom-link-sidebar {
    margin: 0;
}

.single-data_partner #sidebar .mac-custom-link-sidebar a {
    margin: 0 !important;
    text-decoration: none !important;
    position: relative;
}

.single-data_partner #sidebar .mac-custom-link-sidebar a:hover {
    text-decoration: underline !important;
}

.single-data_partner #sidebar .mac-custom-link-sidebar a::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 101%;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(https://www.adobevideopartner.com/wp-content/uploads/2023/04/website-icon-popout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    margin-left: 5px;
}

.single-data_partner #sidebar .siddbar-item,
.single-data_partner #sidebar .side-bar-item {
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    flex-direction: column;
    margin: 20px 0 !important;
    padding-bottom: 20px;
}

.single-data_partner #sidebar .side-bar-item:last-child {
    border-bottom: 0;
}

.single-data_partner #page-content {
    margin-bottom: 100px;
}

.single-data_partner #page-content ul {
    margin: 0;
    list-style: none;
    list-style-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/check-mark-ul.svg);
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    color: #2c2c2c;
}

.single-data_partner #page-content ul li {
    padding-left: 5px;
    line-height: 30px;
    color: #2c2c2c;
}

.single-data_partner #sidebar ul {
    margin: 0;
    list-style: none;
    list-style-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/check-mark-ul.svg);
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    color: #2c2c2c;
    font-family: AdobeClean-Regular;
}

.single-data_partner #sidebar ul li {
    padding-left: 5px;
    line-height: 30px;
    color: #2c2c2c;
    font-family: AdobeClean-Regular;
}

.single-data_partner #sidebar .resources .resource img {
    width: 100%;
    max-width: 150px;
    float: none;
}

.single-data_partner #sidebar .resources .resource {
    float: none;
    display: flex;
    flex-direction: row;
}

.single-data_partner .wrapper div.resource {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.single-data_partner .wrapper div.resource img {
    margin-right: 20px;
    width: 100%;
    max-width: 150px !important;
    height: 100%;
    border: 1px solid #BCBCBC;
}

.single-data_partner .wrapper div.resource p {
    margin: 10px 0 !important;
}

.single-data_partner .wrapper div.resource a {
    text-decoration: underline !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 1600px) {

    .single-data_partner .wrapper,
    .search-results #single-header .wrapper,
    .search-no-results .wrapper {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1300px) {

    .single-data_partner .wrapper,
    .search-results #single-header .wrapper,
    .search-no-results .wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .single-data_partner #page-content {
        max-width: 700px;
    }

    .single-data_partner .wrapper div.wp-video {
        max-width: 500px;
    }
}

@media screen and (max-width: 950px) {
    .single-data_partner .wrapper div.wp-video {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .single-data_partner #page-content {
        max-width: 100%;
    }

    .single-data_partner .wrapper {
        flex-direction: column;
    }

    .single-data_partner #page-content {
        padding-right: 0;
    }

    .single-data_partner #sidebar {
        width: 100%;
        max-width: 100%;
    }

    .single-data_partner #sidebar .resources .resource {
        flex-direction: column;
    }

    .single-data_partner #sidebar .resources .resource img {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .single-data_partner .wrapper p {
        max-width: 100%;
    }

    .single-data_partner #single-header .wrapper div {
        max-width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .mac-partners-single-header {
        padding: 20px;
    }

    .single-data_partner .wrapper div.wp-video {
        max-width: 400px;
    }
}

@media screen and (max-width: 600px) {
    .single-data_partner .wrapper div.resource {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .single-data_partner .wrapper div.resource img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .single-data_partner .wrapper div.wp-video {
        max-width: 300px;
    }
}

/* Landing page partners */
.page-template-partners-home #results .wrapper,
#results .wrapper {
    max-width: 1400px;
    box-sizing: border-box;
}

.page-template-partners-home #results .wrapper .inner,
#results .wrapper .inner {
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-template-partners-home #results .wrapper .inner::after,
#results .wrapper .inner::after {
    height: 0;
    width: 31%;
    content: "";
}

.page-template-partners-home #results .wrapper .inner&gt;a,
#results .wrapper .inner&gt;a {
    flex-basis: 33.33%;
    width: 100%;
    max-width: 400px;
    outline: none;
}

.page-template-partners-home #results .wrapper .inner&gt;a .partner,
#results .partner {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    height: auto !important;
}

#results .partner {
    border: 1px solid #95989A !important;
}

.page-template-partners-home #results .wrapper .inner&gt;a .partner div,
#results .partner div {
    height: 240px;
    background-color: #F8F8F8;
    margin-bottom: 40px !important;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.search-no-results #results .wrapper .inner {
    width: 100%;
    text-align: center;
}

.search-no-results #results .wrapper p {
    color: #000000;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    margin: 0 auto;
}

/*  */
/* Customer Stories */
/*  */
.mac-adobe-home-banner.inner-pages-banner {
    height: 600px;
    max-height: 600px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.mac-adobe-home-under-banner.inner-pages-under-banner {
    /* background-color: #F8F8F8; */
    height: 150px;
}

.mac-adobe-home-under-banner.inner-pages-under-banner h3 {
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    position: relative;
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.mac-adobe-home-under-banner.inner-pages-under-banner h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 10px;
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.mac-adobe-home-under-banner.inner-pages-under-banner h3 span {
    position: relative;
    /* display: inline-block;
    margin-right: 10px;
    padding-right: 20px; */
}

.mac-adobe-home-under-banner.inner-pages-under-banner h3 span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.mac-adobe-home-under-banner.inner-pages-under-banner h3 span::after {
    content: '|';
    position: absolute;
    right: -4px;
    color: #707070;
    display: none
}

.mac-adobe-home-under-banner.inner-pages-under-banner h3 span:last-child:after {
    content: '';
}

.mac-adobe-customer-stories-section {
    display: flex;
    align-items: center;
}

.mac-adobe-customer-stories-section&gt;div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
    row-gap: 30px;
}

.mac-adobe-customer-stories-section&gt;div::after {
    height: 0;
    width: 31.6%;
    content: "";
}

.mac-adobe-customer-stories-section&gt;div&gt;a {
    flex-basis: 33.33%;
    width: 100%;
    max-width: 440px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-flex;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
    width: 100%;
    max-width: 440px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    background-color: #ffffff;
}

.mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content tag {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.mac-adobe-customer-stories-section.main-customer-stories&gt;div&gt;a&gt;div {
    max-height: 560px;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child {
    position: relative;
    height: 180px;
    max-height: 180px;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}

.mac-adobe-customer-stories-section.main-customer-stories&gt;div&gt;a&gt;div&gt;div:first-child {
    height: 280px;
    max-height: 280px;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(44, 44, 44, 0.7); */
    z-index: 0;
    transition: all 0.2s;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    background-color: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div:hover&gt;div:first-child::after {
    opacity: 1;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child div {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child div img {
    width: auto;
    max-width: 220px;
    max-height: 70px;
    position: relative;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child div {
    transition: all 0.4s;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child div:first-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 14px);
    top: 7px;
    right: 23px;
    background-color: #B9B9B9;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div div:first-child img {
    margin-right: 50px;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:last-child {
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:last-child p {
    margin: 0;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
    box-sizing: border-box;
    color: #2C2C2C;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:last-child p:first-child {
    min-height: 200px;
    border-bottom: 1px solid #BABABA;
    padding-top: 20px;
}

.mac-adobe-customer-stories-section.main-customer-stories&gt;div&gt;a&gt;div&gt;div:last-child p:first-child {
    min-height: auto;
    border-bottom: 1px solid #BABABA;
    padding: 10px 0 20px 0;
}

.mac-adobe-customer-stories-section.main-customer-stories&gt;div&gt;a&gt;div&gt;div:last-child h3 {
    font-family: AdobeClean-Bold;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:last-child p:last-child {
    padding-bottom: 10px;
}

.mac-adobe-customer-stories-section.main-customer-stories&gt;div&gt;a&gt;div&gt;div:last-child p:last-child {
    padding: 0;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    transition: box-shadow .3s ease-in-out;
}

/* .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div:hover&gt;div:first-child::after {
    opacity: 0;
    transition: all 0.4s;
}
.mac-adobe-customer-stories-section&gt;div&gt;a&gt;div:hover&gt;div:first-child div {
    opacity: 0;
    transition: all 0.4s;
} */
@media screen and (max-width: 1600px) {
    .mac-adobe-customer-stories-section&gt;div {
        max-width: 1200px;
    }

    .mac-adobe-customer-stories-section&gt;div::after {
        height: 0;
        width: 33.33%;
        content: "";
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
        max-width: 375px;
    }
}

@media screen and (max-width: 1400px) {
    .mac-adobe-home-under-banner&gt;div {
        max-width: 1000px;
    }

    .mac-adobe-customer-stories-section&gt;div {
        max-width: 1000px;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
        max-width: 310px;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div&gt;div:first-child div img {
        max-width: 100px;
        max-height: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .mac-adobe-customer-stories-section&gt;div {
        max-width: 900px;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
        max-width: 280px;
    }
}

@media screen and (max-width: 1000px) {
    .mac-adobe-customer-stories-section&gt;div {
        max-width: 100%;
        padding: 0 20px;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a {
        flex-basis: 50%;
        max-width: 49%;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-home-under-banner.inner-pages-under-banner {
        display: none;
    }

    .mac-adobe-home-banner.inner-pages-banner {
        margin-bottom: 80px;
    }

    .mac-adobe-home-banner.inner-pages-banner {
        height: 400px;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a {
        flex-basis: 50%;
        max-width: 49%;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mac-adobe-customer-stories-section&gt;div&gt;a {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .mac-adobe-customer-stories-section&gt;div&gt;a&gt;div {
        width: 100%;
        max-width: 100%;
    }
}

/*  */
/* Featured Events */
/*  */
.mac-adobe-customer-stories-section.mac-adobe-featured-events-section&gt;div&gt;a&gt;div&gt;div:last-child h3 {
    font-family: AdobeClean-Bold;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}

.mac-adobe-customer-stories-section.mac-adobe-featured-events-section&gt;div&gt;a&gt;div&gt;div:last-child p:nth-child(2) {
    min-height: 200px;
    border-bottom: 1px solid #BABABA;
    padding-top: 20px;
}

.mac-adobe-customer-stories-section.mac-adobe-featured-events-section&gt;div&gt;a&gt;div&gt;div:last-child p:last-child {
    padding-bottom: 10px;
}

/*  */
/* Thankyou page */
/*  */
.mac-adobe-thakyou-page {
    margin: 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mac-adobe-thakyou-page&gt;div {
    font-family: AdobeClean-Regular;
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 100px;
    width: 1350px;
    margin: 0 auto;
    text-align: center;
}

.mac-adobe-thakyou-page&gt;div h3 {
    font-family: AdobeClean-Bold;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.mac-adobe-thakyou-page&gt;div button {
    font-family: AdobeClean-Regular;
    background-color: #007E50;
    color: #ffffff;
    font-size: 19px;
    margin: 0 auto;
    padding: 15px;
    border: 0px;
    margin-bottom: 25px;
}

.mac-adobe-thakyou-page&gt;div div {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    max-width: 770px;
    margin: 0 auto;
}

.mac-adobe-thakyou-page&gt;div div h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Medium;
    font-weight: 500;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #CBCBCB;
}

.mac-adobe-thakyou-page&gt;div div p {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #000000;
    padding: 10px 30px;
    padding-left: 80px;
    padding-bottom: 40px;
    text-align: left;
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}

.mac-adobe-thakyou-page&gt;div div p span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #0F0F0F;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    left: 20px;
}

.mac-adobe-thakyou-page&gt;div p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    padding: 30px 10px;
    max-width: 770px;
    margin: 0 auto;
}

.mac-adobe-thakyou-page&gt;div a {
    display: inline-block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #000000;
    font-weight: 400;
    outline: none;
}

.mac-adobe-thakyou-page&gt;div a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.mac-adobe-thakyou-page&gt;div p a {
    display: inline;
    border: none;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
}

.mac-adobe-thakyou-page&gt;div p a:hover {
    background-color: transparent;
    text-decoration: underline;
}

@media screen and (max-width: 1400px) {
    .mac-adobe-thakyou-page {
        margin: 130px 20px;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-thakyou-page&gt;div {
        padding: 60px 30px;
    }

    .mac-adobe-thakyou-page&gt;div a {
        font-size: 16px;
    }
}

/* Benefits and Requirements */
.mac-adobe-customer-first-partner-centric {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
    padding: 0 20px;
}

.mac-adobe-customer-first-partner-centric&gt;div {
    width: 100%;
    max-width: 1400px;
    padding: 60px 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
}

.mac-adobe-customer-first-partner-centric&gt;div h3 {
    font-family: AdobeClean-Bold;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
}

.mac-adobe-customer-first-partner-centric&gt;div img {
    width: 80%;
}

.mac-adobe-why-adobe-video-partner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
    padding: 0 20px;
}

.mac-adobe-why-adobe-video-partner&gt;div {
    width: 100%;
    max-width: 1400px;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8F8;
}

.mac-adobe-why-adobe-video-partner&gt;div h3 {
    font-family: AdobeClean-Bold;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.mac-adobe-why-adobe-video-partner&gt;div&gt;p {
    font-family: AdobeClean-Regular;
    font-size: 18px;
    line-height: 22px;
    color: #2C2C2C;
    margin: 0;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
}

.mac-adobe-why-adobe-video-partner&gt;div&gt;div {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}

.mac-adobe-why-adobe-video-partner&gt;div&gt;div::after {
    height: 0;
    width: 33.33%;
    content: "";
}

.mac-adobe-why-adobe-video-partner&gt;div&gt;div p {
    font-family: AdobeClean-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500;
}

.mac-adobe-why-adobe-video-partner&gt;div&gt;div div {
    flex-grow: 1;
    width: 33%;
}

.mac-adobe-benefits-and-requirements {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
    padding: 0 20px;
}

.mac-adobe-benefits-and-requirements&gt;div {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;ul {
    margin: 0;
    list-style: none;
    /* margin-bottom: 120px; */
}

.mac-adobe-benefits-and-requirements .nav-tabs {
    border: 0;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;ul li {
    border-bottom: 2px solid #D9D9D9;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;ul li a {
    font-family: AdobeClean-Regular !important;
    font-size: 14px;
    padding: 10px 12px !important;
    color: #707070 !important;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    border: 0px !important;
    transition: none !important;
    line-height: 20px !important;
    appearance: none;
    -webkit-appearance: none;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;ul li a.active {
    border: 0px !important;
    border-bottom: 2px solid #83B6DE !important;
    /* font-family: AdobeClean-Bold !important; */
    color: #000000 !important;
    font-weight: 400;
    margin-bottom: -2px;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;ul li a:hover {
    color: #000000 !important;
}

/* .mac-adobe-benefits-and-requirements&gt;div&gt;ul li a {
    font-family: AdobeClean-Regular;
    text-decoration: none;
    outline: none;
    color: #000000;
} */
/* .mac-adobe-benefits-and-requirements&gt;div&gt;ul li.active a {
    font-family: AdobeClean-Bold;
    font-weight: 700;
} */
.mac-adobe-benefits-and-requirements&gt;div&gt;div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #F8F8F8;
    border-radius: 5px; */
}

.mac-adobe-benefits-and-requirements&gt;div&gt;div&gt;div {
    text-align: center;
    background-color: #F8F8F8;
    width: 100%;
    padding-bottom: 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mac-adobe-benefits-and-requirements .tab-content {
    width: 100%;
    text-align: left;
    background-color: transparent;
    padding-bottom: 0px;
    border-radius: 0;
}

.mac-adobe-benefits-and-requirements .tab-content .active {
    display: block;
}

.mac-adobe-benefits-and-requirements .tab-content .fade.in {
    opacity: 1;
}

.mac-adobe-benefits-and-requirements .tab-pane&gt;p {
    /* position: absolute;
    top: 100px;
    left: 0;
    right: 0; */
    text-align: center;
    font-family: AdobeClean-Regular;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #2C2C2C;
    padding: 40px;
    margin: 0;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div {
    width: 100%;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    background-color: #F8F8F8;
    padding-top: 60px;
    /* border-radius: 5px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div {
    width: 50%;
    position: relative;
    padding: 0 40px;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div:first-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #333;
    right: 0;
    top: 0;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div h3 {
    font-size: 36px;
    font-family: AdobeClean-Bold;
    line-height: 46px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div ul {
    margin: 0;
    list-style: none;
    list-style-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/check-mark-ul.svg);
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    color: #2c2c2c;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div ul li {
    padding-left: 5px;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div ul li a {
    font-size: 14px;
    line-height: 20px;
    display: inline;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;div a {
    font-family: AdobeClean-Regular;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    outline: none;
    display: block;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;div a:hover {
    text-decoration: underline;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;div a.mac-button-type {
    display: inline-block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #000000;
    margin: 30px 0;
    font-weight: 400;
}

.mac-adobe-benefits-and-requirements&gt;div&gt;div a.mac-button-type:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1000px) {
    .mac-adobe-benefits-and-requirements .nav.nav-tabs {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {

    /* .mac-adobe-benefits-and-requirements .tab-pane&gt;p {
        top: 80px;
    } */
    .mac-adobe-benefits-and-requirements&gt;div&gt;ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 16px 10px;
        background-color: #E1E1E1;
        width: 100%;
    }

    .mac-adobe-benefits-and-requirements&gt;div&gt;ul::-webkit-scrollbar {
        display: none;
    }

    .mac-adobe-benefits-and-requirements&gt;div&gt;ul li {
        /* width: 100%;
        text-align: center; */
        border: 1px solid #D9D9D9;
        margin-left: 12px;
        border-radius: 5px;
        background-color: #ffffff;
    }

    .mac-adobe-benefits-and-requirements&gt;div&gt;ul li a {
        padding: 5px 12px !important;
        white-space: nowrap;
    }

    .mac-adobe-benefits-and-requirements&gt;div&gt;ul li a.active {
        border-bottom: 0 !important;
        margin: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 5px !important;
    }

    .mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div {
        flex-direction: column;
    }

    .mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div {
        width: 100%;
        padding: 0;
        padding: 0 20px;
    }

    .mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div:first-child {
        margin-bottom: 40px;
    }

    .mac-adobe-benefits-and-requirements .tab-content&gt;div&gt;div&gt;div:first-child::after {
        display: none;
    }

    .mac-adobe-why-adobe-video-partner&gt;div&gt;div:after {
        display: none;
    }

    .mac-adobe-why-adobe-video-partner&gt;div&gt;div div {
        width: 50%;
    }

    .mac-adobe-customer-first-partner-centric&gt;div img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .mac-adobe-why-adobe-video-partner&gt;div&gt;div div {
        width: 100%;
    }
}

/* partners page */
.desktop-filter {
    position: relative;
}

#filter .filter-terms {
    max-height: 500px;
    margin-top: 30px;
    max-width: 320px;
    width: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 1;
    overflow: auto;
    left: 150px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 1px solid #000057;
}

#filter .filter-terms.open {
    display: flex;
    max-height: 700px;
    margin-top: 0;
    width: 320px;
    top: 39px;
    max-height: 500px;
}

#filter #filter-business-category {
    /* left: 30px !important; */
    left: 201px !important;
}

#filter #filter-supported-products {
    /* left: 372px !important; */
    left: 542px !important;
}

#filter #filter-regions {
    left: 714px !important;
}

#filter .filter-terms li {
    width: 100%;
    color: #585858;
    font-family: AdobeClean-Regular;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    font-weight: 400;
    padding-left: 0;
    padding-right: 30px;
}

#filter .filter-terms li:hover {
    color: #b4b4b4;
}

#filter .filter-terms label {
    border: 0px;
    top: 6px;
    background-color: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#filter .filter-terms input[type="checkbox"]:checked+label {
    background: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/check-2.svg) no-repeat center;
    background-size: 10.82px 7.72px;
    cursor: pointer;
}

.search_section,
#site-search,
#filter {
    background: #F8F8F8 !important;
}

#site-search {
    display: none;
}

.search_section .audio p {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    color: #2C2C2C;
    font-weight: 400;
    margin: 50px 0 0 !important;
    text-align: center;
}

#site-search form {
    border: 1px solid #000057;
    border-radius: 8px;
    padding: 0 15px 0 15px;
}

.searchform button.searchsubmit {
    background: none !important;
    box-shadow: none;
    margin-top: 1px !important;
    left: 0;
    padding-left: 0;
}

.searchform button.searchsubmit .fas.fa-search {
    color: #B4B4B4;
    font-size: 30px;
    line-height: 37px;
}

.searchform input[type="text"],
.searchform input[type="search"] {
    height: 50px !important;
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #B4B4B4;
    padding: 5px;
    padding-left: 50px;
}

#filter {
    padding-bottom: 50px;
}

#filter #filter-taxonomies li {
    border: 1px solid #000057;
    width: 320px;
    height: 45px;
    border-radius: 8px;
    color: #B4B4B4;
    font-size: 18px;
    line-height: 30px !important;
    font-family: AdobeClean-Regular;
    padding: 6px;
    padding-left: 20px;
    position: relative;
}

#filter #filter-taxonomies li:first-child {
    margin-left: 0;
}

#filter #filter-taxonomies li .fas {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
}

#filter #filter-taxonomies li .fas.fa-times {
    display: none;
    cursor: pointer;
}

#filter #filter-taxonomies li.open .fas.fa-times {
    display: block;
}

#filter #filter-taxonomies li.open .fas.fa-angle-down {
    display: none;
}

#filter #filter-taxonomies li.open {
    color: #2C2C2C;
}

#filter #filter-taxonomies {
    padding: 0;
}

#filter select {
    font-size: 18px;
    line-height: 30px !important;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    padding: 14px 12px;
}

.home-carousel {
    height: 600px !important;
    max-height: 600px !important;
    padding: 0 !important;
}

ol.home-carousel-indicators {
    display: none;
}

.home-carousel-top {
    font-size: 48px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content {
    height: 100%;
}

.home-carousel .carousel {
    display: flex;
    width: 100%;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 0 20px;
}

.carousel-item {
    height: 100% !important;
}

.home-carousel .carousel-inner {
    display: flex;
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

#filter .filter-terms input[type="checkbox"]:checked+label {
    background: url(https://www.adobevideopartner.com/wp-content/uploads/2023/03/filter-checkmark.svg) no-repeat center !important;
    background-position: right 10px top !important;
    padding-left: 0 !important;
    padding-right: 30px !important;
    width: 100%;
    border: 0;
}

.alph-pag li {
    font-size: 18px;
    line-height: 24px !important;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #000057;
    width: 60px;
    height: 28px;
    border-radius: 30px;
    border-color: #000057;
    cursor: pointer;
}

.alph-pag li.active {
    background: #000057;
    color: #fff;
}

#results {
    padding: 50px 40px 70px 40px;
}

#results .alph-pag {
    margin-bottom: 50px;
}

#results .partner h2,
#results .partner h2 p {
    font-size: 16px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #707070;
    padding: 0 20px;
    margin: 0;
    min-height: 150px;
}

#results .partner div img {
    max-height: 160px;
    max-width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1150px) {
    #filter .wrapper {
        max-width: 700px !important;
        padding: 0;
    }

    #filter #filter-taxonomies li {
        width: 335px;
        margin-bottom: 20px;
    }

    #filter .filter-terms {
        max-width: 335px;
    }

    #filter .filter-terms.open {
        width: 335px;
    }

    #filter #filter-business-category {
        left: 4px !important;
    }

    #filter #filter-supported-products {
        left: 361px !important;
    }

    #filter #filter-regions.filter-terms.open {
        top: 103px;
    }

    #filter #filter-regions {
        left: 191px !important;
    }
}

@media screen and (max-width: 767px) {
    .alph-pag li {
        margin-bottom: 10px;
    }
}

/*  */
/* Resources center page */
/*  */
/* Resources center page */
/* Product Information &amp; Community Links */
.mac-product-information-community-links {
    background-color: #F8F8F8;
    padding: 80px 20px;
    margin-bottom: 90px;
}

.mac-product-information-community-links&gt;div {
    display: flex;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
}

.mac-product-information-community-links&gt;div&gt;h3 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

.mac-product-information-community-links&gt;div&gt;div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div {
    flex-basis: 50%;
    width: 100%;
    max-width: 600px;
    padding: 35px 30px;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    margin-bottom: 10px;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    margin: 0;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div p a {
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    text-decoration: none;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    outline: none;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div p a:hover {
    text-decoration: underline;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div p a::after {
    content: '|';
    position: absolute;
    right: 0;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div p a:last-child:after {
    display: none;
}

/* Request exclusive section  */
.mac-adobe-request-exclusive {
    margin-bottom: 90px;
}

.mac-adobe-request-exclusive&gt;div {
    margin-bottom: 90px;
    width: 100%;
    max-width: 1300px;
    padding: 60px 20px;
    background-color: #F8F8F8;
    border-radius: 20px;
    margin: 0 auto;
}

.mac-adobe-request-exclusive&gt;div h3 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

.mac-adobe-request-exclusive&gt;div a {
    display: table;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #000000;
    margin-top: 30px;
    font-weight: 400;
    outline: none;
}

.mac-adobe-request-exclusive&gt;div a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

/* &lt;!-- Tabs section --&gt; */
.mac-adobe-partners-customers {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.mac-adobe-partners-customers&gt;div&gt;ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #707070;
    list-style: none;
    margin-bottom: 80px;
}

.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-item.show .nav-link,
.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link {
    padding: 10px 30px;
}

.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-item.show .nav-link,
.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link.active {
    border: 1px solid #707070;
    background-color: #fff;
    border-bottom-color: #fff;
    margin-bottom: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link {
    outline: none;
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #000000;
    border: 0px;
    appearance: none;
    -webkit-appearance: none;
}

.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link:hover {
    color: #444;
}

.mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link.active {
    font-family: AdobeClean-Bold;
    font-weight: 400;
}

.mac-adobe-partners-customers&gt;div&gt;div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 40px;
    border: 0;
}

.mac-adobe-partners-customers&gt;div&gt;div ul li {
    border-bottom: 2px solid #D9D9D9;
}

.mac-adobe-partners-customers&gt;div&gt;div ul li a {
    font-family: AdobeClean-Regular !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border: 0px !important;
    margin-bottom: 0px !important;
    color: #000000 !important;
    font-weight: 400;
    transition: none !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.mac-adobe-partners-customers&gt;div&gt;div ul li a:hover {
    color: #444 !important;
}

.mac-adobe-partners-customers&gt;div&gt;div ul li a.active {
    font-family: AdobeClean-Bold !important;
    font-weight: 400;
    margin-bottom: -2px !important;
    border-bottom: 2px solid #83B6DE !important;
}

.mac-adobe-partners-customers&gt;div&gt;div.tab-content {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
}

.mac-adobe-partners-customers-tabs-top-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mac-adobe-partners-customers-tabs-top-section&gt;div {
    border: 1px solid #BCBCBC;
    position: relative;
    width: 100%;
    max-width: 425px;
    padding: 50px 20px;
    margin-bottom: 80px;
}

.mac-adobe-partners-customers-tabs-top-section&gt;div::after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: 8px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.mac-adobe-partners-customers-tabs-top-section&gt;div a {
    display: table;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #000000;
    margin-top: 30px;
    font-weight: 400;
    outline: none;
}

.mac-adobe-partners-customers-tabs-top-section&gt;div a:hover {
    background-color: rgba(0, 0, 0, 0.25)
}

.mac-adobe-partners-customers-tabs-top-section&gt;div h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.mac-adobe-partners-customers-tabs-top-section&gt;div p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    margin: 0;
    text-align: center;
    height: 150px;
    max-height: 350px;
}

.mac-adobe-partners-customers-tabs-bottom-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mac-adobe-partners-customers-tabs-bottom-section::after {
    height: 0;
    width: 32%;
    content: "";
}

.mac-adobe-partners-customers-tabs-bottom-section&gt;a {
    flex-basis: 33.33%;
    width: 100%;
    max-width: 440px;
    padding: 35px 30px;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    position: relative;
    text-decoration: none;
    outline: none;
}

.mac-adobe-partners-customers-tabs-bottom-section&gt;a:focus {
    outline: none;
}

.mac-adobe-partners-customers-tabs-bottom-section&gt;a h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}

.mac-adobe-partners-customers-tabs-bottom-section&gt;a p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    margin: 0;
    color: #2C2C2C;
}

.mac-adobe-partners-customers-tabs-bottom-section&gt;a img {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 30px;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-partners-customers&gt;div&gt;div.tab-content {
        max-width: 1200px;
    }

    .mac-adobe-partners-customers-tabs-top-section&gt;div {
        max-width: 370px;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a {
        max-width: 370px;
    }

    .mac-product-information-community-links&gt;div {
        max-width: 1200px;
    }

    .mac-product-information-community-links&gt;div&gt;div&gt;div {
        max-width: 570px;
    }

    .mac-adobe-request-exclusive&gt;div {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1300px) {
    .mac-adobe-partners-customers&gt;div&gt;div.tab-content {
        max-width: 900px;
        padding: 0;
    }

    .mac-adobe-partners-customers-tabs-top-section&gt;div {
        max-width: 285px;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a {
        max-width: 285px;
    }

    .mac-product-information-community-links&gt;div {
        max-width: 900px;
        padding: 0;
    }

    .mac-product-information-community-links&gt;div&gt;div&gt;div {
        max-width: 435px;
    }

    .mac-adobe-request-exclusive&gt;div {
        max-width: 900px;
        padding: 20px;
    }
}

@media screen and (max-width: 1250px) {

    /* .mac-adobe-partners-customers-tabs-top-section&gt;div a, .mac-adobe-request-exclusive&gt;div a {
        font-size: 16px;
        line-height: 20px;
    } */
    .mac-adobe-partners-customers-tabs-bottom-section&gt;a {
        border: 1px solid #9B9B9B;
    }

    .mac-adobe-partners-customers-tabs-top-section&gt;div {
        border-top-left-radius: 1px solid #9B9B9B !important;
        border-top-right-radius: 1px solid #9B9B9B !important;
    }
}

@media screen and (max-width: 1000px) {
    .mac-adobe-partners-customers&gt;div&gt;ul {
        display: flex !important;
    }

    .mac-adobe-partners-customers&gt;div&gt;div.tab-content {
        max-width: 700px;
        padding: 0;
    }

    .mac-adobe-partners-customers-tabs-top-section&gt;div {
        max-width: 220px;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a {
        max-width: 220px;
    }

    .mac-product-information-community-links&gt;div {
        max-width: 700px;
        padding: 0;
    }

    .mac-product-information-community-links&gt;div&gt;div&gt;div {
        max-width: 340px;
    }

    .mac-adobe-request-exclusive&gt;div {
        max-width: 700px;
        padding: 20px;
    }

    .mac-adobe-partners-customers&gt;div&gt;div ul {
        display: flex !important;
    }

    /* .mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 12px;
    } */
}

@media screen and (max-width: 767px) {
    .mac-adobe-partners-customers&gt;div&gt;ul {
        margin-bottom: 40px;
    }

    .mac-adobe-partners-customers&gt;div&gt;div.tab-content {
        padding: 0 20px;
    }

    .mac-adobe-partners-customers-tabs-top-section {
        flex-direction: column;
    }

    .mac-adobe-partners-customers-tabs-top-section&gt;div {
        max-width: 100%;
        margin-bottom: 30px;
        padding: 30px 20px;
    }

    .mac-adobe-partners-customers&gt;div&gt;div ul {
        margin: 50px 0 25px;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 16px 10px;
        background-color: #E1E1E1;
    }

    .mac-adobe-partners-customers&gt;div&gt;div ul::-webkit-scrollbar {
        display: none;
    }

    .mac-adobe-partners-customers&gt;div&gt;div ul li {
        border: 1px solid #D9D9D9;
        margin-left: 12px;
        border-radius: 5px;
        background-color: #ffffff;
    }

    .mac-adobe-partners-customers&gt;div&gt;div ul li a {
        white-space: nowrap;
        font-size: 12px !important;
        padding: 5px 12px;
    }

    .mac-adobe-partners-customers&gt;div&gt;div ul li a.active {
        border-bottom: 0 !important;
        margin: 0 !important;
        padding-bottom: 0;
        margin-bottom: 5px !important;
    }

    .mac-adobe-partners-customers&gt;div&gt;.nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        line-height: 20px;
    }

    /* .mac-adobe-partners-customers-tabs-top-section&gt;div h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    } */
    .mac-adobe-partners-customers-tabs-top-section&gt;div p {
        height: auto;
        font-size: 14px;
        line-height: 20px;
    }

    .mac-adobe-partners-customers-tabs-top-section&gt;div a,
    .mac-adobe-request-exclusive&gt;div a {
        padding: 2px 12px 4px;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a p {
        font-size: 14px;
        line-height: 20px;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a img {
        max-width: 18px;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a {
        flex-basis: 50%;
    }

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a {
        max-width: 49%;
        padding: 35px 26px 20px 20px;
        margin-bottom: 2%;
    }

    .mac-product-information-community-links&gt;div&gt;h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .mac-product-information-community-links {
        padding: 40px 20px;
    }

    .mac-product-information-community-links&gt;div&gt;div&gt;div {
        padding: 20px;
        max-width: 49%;
        border-width: 1px;
        margin-bottom: 2%;
    }

    .mac-product-information-community-links&gt;div&gt;div&gt;div p,
    .mac-product-information-community-links&gt;div&gt;div&gt;div p a {
        font-size: 14px;
        line-height: 20px;
    }

    .mac-adobe-request-exclusive {
        padding: 0 20px;
    }

    .mac-adobe-request-exclusive&gt;div h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {

    .mac-adobe-partners-customers-tabs-bottom-section&gt;a,
    .mac-product-information-community-links&gt;div&gt;div&gt;div {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 5%;
    }
}

/* FAQ Section */
.mac-adobe-join-now-faq {
    display: flex;
    width: 100%;
    margin-bottom: 130px;
}

.mac-adobe-join-now-faq&gt;div {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mac-adobe-join-now-faq&gt;div h3 {
    font-family: AdobeClean-Bold;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
    color: #000000;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button,
.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button a {
    position: relative;
    background-color: transparent;
    font-family: AdobeClean-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    outline: none;
    padding-left: 60px;
    font-weight: 400;
    text-decoration: none;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button:hover {
    background-color: #f4f4f4;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button a {
    padding: 0 7px;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button a:hover {
    text-decoration: underline;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button::after {
    position: absolute;
    left: 20px;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button:not(.collapsed):hover {
    background-color: transparent;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-body,
.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-body a {
    text-align: left;
    padding-left: 60px;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 0;
    border: 0;
    text-decoration: none;
    color: #323232;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 20px;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-body a {
    padding-left: 0;
    text-decoration: underline;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item {
    border: 0;
    border-top: 1px solid #707070;
}

.mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #707070;
}

/* Form join now */
.mac-adobe-join-now-form {
    display: flex;
    width: 100%;
    margin-bottom: 130px;
}

.mac-adobe-join-now-form&gt;div {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    padding: 4% 8%;
}

.mac-adobe-join-now-form&gt;div form, .uacf7-form-4761 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mac-adobe-join-now-form&gt;div form .mb-3 {
    width: 48%;
    padding: 0;
}

.mac-adobe-join-now-form&gt;div form .mb-3.mb-full {
    width: 100%;
}

.mac-adobe-join-now-form&gt;div&gt;div {
    margin-bottom: 60px;
}

.mac-adobe-join-now-form&gt;div h3 {
    font-family: AdobeClean-Bold;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}

.mac-adobe-join-now-form&gt;div h4 {
    font-family: AdobeClean-Bold;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}

.mac-adobe-join-now-form&gt;div form label span,
.mac-adobe-join-now-form&gt;div form select {
    font-family: AdobeClean-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
}

.mac-adobe-join-now-form&gt;div form input,
.mac-adobe-join-now-form&gt;div form select {
    font-family: AdobeClean-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    height: 48px;
    border: 1px solid #B1B1B1;
}

.mac-adobe-join-now-form .wpcf7-not-valid-tip {
    font-family: AdobeClean-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #f91101;
}

.mac-adobe-join-now-form .wpcf7 form .wpcf7-response-output {
    font-family: AdobeClean-Regular;
    font-size: 16px;
    line-height: 20px;
}

.mac-adobe-join-now-form textarea.form-control {
    height: 135px;
    border: 1px solid #B1B1B1;
}

.mac-adobe-join-now-form .switch-field {
    padding: 2em;
    overflow: hidden;
}

.mac-adobe-join-now-form .switch-title {
    margin-bottom: 0.5em;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item {
    position: relative;
    margin: 0;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item-label {
    float: left;
    font-family: AdobeClean-Regular;
    font-size: 16px;
    line-height: 20px;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item-label {
    display: inline-block;
    background-color: #efefef;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 0.5em 1em;
    border: 0.05em solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item-label:hover {
    cursor: pointer;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap input:checked+span.wpcf7-list-item-label {
    background-color: #007ac2;
    color: white;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item-label:first-of-type {
    border-radius: 3px 0 0 3px;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item-label:last-of-type {
    border-radius: 0;
    line-height: 1;
}

.mac-adobe-join-now-form [data-class="wpcf7cf_group"] {
    width: 100%;
}

.mac-adobe-join-now-form .form-check {
    padding: 0;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item.first span {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mac-adobe-join-now-form .switch-field .wpcf7-form-control-wrap span.wpcf7-list-item.last span {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.mac-adobe-join-now-form .wpcf7-submit.btn {
    display: inline-block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #000000;
    margin: 10px 0 0;
    font-weight: 400;
}

.mac-adobe-join-now-form .wpcf7-submit.btn:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.mac-adobe-join-now-form .cf7-field-wrapper.cf7-button-field {
    display: flex;
    align-items: center;
}

.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus {
    box-shadow: none !important;
}

@media screen and (max-width: 1400px) {

    .mac-adobe-join-now-form,
    .mac-adobe-join-now-faq {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {

    .mac-adobe-join-now-form,
    .mac-adobe-join-now-faq {
        padding: 0;
    }

    .mac-adobe-join-now-form&gt;div h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .mac-adobe-join-now-form&gt;div form .mb-3 {
        width: 100%;
    }

    .mac-adobe-join-now-form&gt;div&gt;div {
        margin-bottom: 20px;
    }

    .mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button a {
        display: contents;
    }

    /* .mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button,
    .mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button a {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
    } */
    /* .mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-body,
    .mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-body a {
        font-size: 16px;
        line-height: 24px;
    } */
    .mac-adobe-join-now-faq&gt;div&gt;div.accordion-flush .accordion-item .accordion-button::after {
        top: 18px;
    }
}

.page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner.inner-pages-banner {
    background-repeat: repeat !important;
    /* background-position: 0 0 !important; */
    background-size: 100% auto !important;
    /*adjust s value for speed*/
    animation: animatedBackground 500s linear infinite;
    margin: 0;
    margin-top: 74px;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: 0 10000px;
    }
}

.page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content {
    width: 100%;
    padding: 0;
}

/* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
    color: #000000;
    opacity: 0.5;
    text-align: center;
    font-size: 100px;
    line-height: 120px;
    margin: 0;
    font-family: AdobeClean-Bold;
    font-weight: 400;
}

.page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1::after {
    content: '+';
    font-size: 60px;
} */

/* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content p {
    color: #000000;
    opacity: 0.5;
    text-align: center;
    font-size: 66px;
    line-height: 76px;
    margin: 0;
    font-family: AdobeClean-Regular;
} */

@media screen and (max-width: 1600px) {

    .page-template-partners-home #results .wrapper .inner,
    #results .wrapper .inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-template-partners-home #results .wrapper .inner&gt;a,
    #results .wrapper .inner&gt;a {
        max-width: 375px;
    }
}

@media screen and (max-width: 1300px) {

    .page-template-partners-home #results .wrapper .inner,
    #results .wrapper .inner {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-template-partners-home #results .wrapper .inner&gt;a,
    #results .wrapper .inner&gt;a {
        max-width: 280px;
    }

    #results .partner div img {
        max-height: 120px;
        max-width: 220px;
    }
}

@media screen and (max-width: 1100px) {
    .page-template-resource-center-page .mac-adobe-home-banner .mac-adobe-home-banner-content p {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {

    .page-template-partners-home #results .wrapper .inner,
    #results .wrapper .inner {
        max-width: 700px;
        margin: 0 auto;
    }

    .page-template-partners-home #results .wrapper .inner&gt;a,
    #results .wrapper .inner&gt;a {
        flex-basis: 50%;
        max-width: 48%;
    }

    #results .partner div img {
        max-height: 120px;
        max-width: 220px;
    }

    #filter #filter-taxonomies li {
        margin-bottom: 20px;
    }

    /* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
        font-size: 48px;
        line-height: 70px;
    }
    .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content p {
        font-size: 22px;
        line-height: 30px;
    } */
}

@media screen and (max-width: 768px) {
    #results {
        padding: 50px 0 70px 0px;
    }

    .page-template-partners-home #results .wrapper .inner,
    #results .wrapper .inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .page-template-partners-home #results .wrapper .inner&gt;a,
    #results .wrapper .inner&gt;a {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    .page-template-partners-home #results .wrapper .inner&gt;a .partner,
    #results .partner {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #results .partner div img {
        max-height: 120px;
        max-width: 220px;
    }

    /* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1::after {
        font-size: 50px;
    } */

    /* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content p {
        font-size: 40px;
        line-height: 50px;
    } */

    #filter .desktop-filter {
        display: none;
    }

    #filter .mobile-filter {
        display: block;
    }

    #filter .mobile-filter label {
        width: 100%;
        text-align: center;
        font-family: AdobeClean-Regular;
        color: #000000;
        margin: 20px 0 10px;
    }
}

.current-menu-item a {
    font-family: AdobeClean-Bold !important;
    font-weight: 400 !important;
}

.mac-adobe-header ul li.current-menu-item a:hover {
    color: #000;
}

.current-menu-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    left: 0;
    top: 44px;
}

.mac-adobe-header ul li:last-child.current-menu-item a::after {
    display: none;
}

.mac-adobe-header ul li:last-child.current-menu-item a:hover {
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .current-menu-item a::after {
        display: none;
    }
}

.mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content {
    padding: 0 !important;
    width: 100% !important;
}

.mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p {
    max-width: 40% !important;
}

.page-template-partners-home-php .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p {
    max-width: 100% !important;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p {
        max-width: 60% !important;
    }

    .page-template-partners-home-php .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
    .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p {
        max-width: 100% !important;
    }

    .page-template-partners-home-php .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p {
        max-width: 100% !important;
    }
}

.mac-adobe-inner-pages-heading-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.mac-adobe-inner-pages-heading-section h3 {
    margin-bottom: 60px;
    color: #000000;
    font-family: AdobeClean-Bold;
    font-size: 36px;
    font-weight: 400;
}

.mac-adobe-home-banner-video-icon {
    display: none;
}

.mac-adobe-home-banner-video-icon.show-icon {
    display: block;
}

iframe#player {
    width: 100%;
    height: 550px;
}

@media screen and (max-width: 768px) {
    .mac-adobe-inner-pages-heading-section {
        padding: 0 20px;
    }

    .mac-adobe-inner-pages-heading-section h3 {
        text-align: center;
    }
}

/*  */
/* Partner logos page */
/*  */
.mac-adobe-thakyou-page.partner-logos-page&gt;div {
    padding: 100px;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div&gt;h3 {
    text-align: left;
    margin-bottom: 40px;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div h4 {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div ul {
    margin: 0;
    list-style: none;
    list-style-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/check-mark-ul.svg);
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    color: #2c2c2c;
    margin-bottom: 40px;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div ul:last-child {
    margin-bottom: 0;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div ul li {
    padding-left: 5px;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div ul li a {
    text-decoration: none;
    display: inline;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    outline: none;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.mac-adobe-thakyou-page.partner-logos-page&gt;div&gt;div ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .mac-adobe-thakyou-page.partner-logos-page&gt;div {
        padding: 60px 20px;
    }
}

/* 404 */
.not-found-page&gt;div a {
    text-decoration: none;
    padding: 0 !important;
    border: 0 !important;
}

.not-found-page&gt;div a:hover {
    background-color: transparent;
    text-decoration: underline;
}

/*  */
/* Floating Banner */
/*  */
.mac-adobe-floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    width: 85%;
    padding: 20px;
}

.mac-adobe-floating-banner&gt;div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9999FF;
    border-radius: 36px;
    padding: 25px;
}

.mac-adobe-floating-banner&gt;a {
    position: absolute;
    right: 40px;
    top: 35px;
    display: inline-block;
    outline: none !important;
}

.mac-adobe-floating-banner&gt;a i {
    color: #222222;
    font-size: 18px;
}

.mac-adobe-floating-banner .content-floating-banner h3 {
    font-size: 24px;
    line-height: 1.25;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.mac-adobe-floating-banner .content-floating-banner p {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-left: 8px;
}

.mac-adobe-floating-banner .cta-floating-banner {
    padding-left: 28px;
}

.mac-adobe-floating-banner .cta-floating-banner a {
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
    line-height: 18px;
    font-family: AdobeClean-Bold;
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    font-weight: 400;
    outline: none;
    border-radius: 15px;
    min-height: 30px;
    padding: 4px 13px;
}

.mac-adobe-floating-banner .cta-floating-banner a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 1200px) {
    .mac-adobe-floating-banner {
        width: 100%;
    }

    .mac-adobe-floating-banner&gt;div {
        flex-direction: column;
        border-radius: 15px;
    }

    .mac-adobe-floating-banner .content-floating-banner p,
    .mac-adobe-floating-banner .cta-floating-banner {
        padding: 0;
    }

    .mac-adobe-floating-banner .content-floating-banner p {
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .mac-adobe-floating-banner&gt;a {
        right: 28px;
        top: 28px;
    }

    .mac-adobe-floating-banner .content-floating-banner h3,
    .mac-adobe-floating-banner .content-floating-banner p {
        text-align: center;
    }
}

.no-results-match {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Bold;
    color: #2C2C2C;
    font-weight: 400;
    margin: 50px 0 0 !important;
    text-align: center;
    width: 100%;
}

/*  */
/* Case study */
/*  */
.mac-adobe-home-banner.case-study-banner {
    height: 600px;
    max-height: 600px;
    margin-bottom: 60px;
}

.mac-adobe-home-banner.case-study-banner.no-under-banner-section {
    height: 750px;
    max-height: 750px;
    margin-bottom: 60px;
}

.mac-adobe-home-banner.case-study-banner&gt;div {
    flex-direction: column;
    text-align: center;
}

.mac-adobe-home-banner.case-study-banner .mac-adobe-home-banner-content h1 {
    margin-bottom: 10px;
}

.mac-adobe-home-banner.inner-pages-banner.case-study-banner .mac-adobe-home-banner-content p {
    margin: 0 auto;
    margin-bottom: 40px;
}

.mac-adobe-banner-logos {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.mac-adobe-banner-logos img {
    max-width: 170px;
}

.mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    border-top: 2px solid #707070;
    height: 150px;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
}

.mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos {
    gap: 100px;
}

.mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos img {
    max-width: 170px;
    max-height: 30px;
}

.case-study-under-banner {
    background-color: #000;
    margin-top: -60px;
    margin-bottom: 60px;
    border: 0px;
    border-top: 1px solid #707070;
}

.case-study-under-banner&gt;div {
    flex-direction: column;
    gap: 20px;
}

.case-study-under-banner&gt;div p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    color: #fff;
}

.case-study-under-banner&gt;div img {
    max-width: 120px !important;
    height: fit-content;
}

.mac-adobe-case-study-container {
    display: flex;
    align-items: center;
    width: 100%;
    ;
    margin-bottom: 60px;
}

.mac-adobe-case-study-container&gt;div {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
    gap: 40px;
}

.mac-adobe-case-study-container h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    color: #000000;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 20px;
}

.mac-adobe-case-study-container h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: AdobeClean-Bold;
    color: #2C2C2C;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 15px;
}

.mac-adobe-case-study-container p {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 14px;
}

.mac-adobe-case-study-container div p:last-child {
    margin-bottom: 40px;
}

.mac-adobe-case-study-container p a {
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    text-decoration: underline;
    outline: none;
}

.mac-adobe-case-study-container blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.mac-adobe-case-study-container blockquote p {
    font-family: AdobeClean-Bold;
    font-size: 24px;
    line-height: 36px;
    color: #2C2C2C;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 20px 2vw;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    text-align: center;
}

.mac-adobe-case-study-container blockquote p strong {
    font-family: AdobeClean-Bold;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 20px;
}

.mac-adobe-case-study-container blockquote p em {
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin-top: 0px;
    font-style: italic;
}

.mac-adobe-case-study-container p img {
    width: 100%;
}

.mac-adobe-case-study-container .wp-video {
    width: 100% !important;
    margin-bottom: 14px;
    padding: 10px 0;
}

.mac-adobe-case-study-container .mejs-container, .mac-adobe-case-study-container .mejs-container .mejs-controls, .mac-adobe-case-study-container .mejs-embed, .mac-adobe-case-study-container .mejs-embed body {
    width: 100% !important
}

/*.mac-adobe-case-study-container p a:hover {*/
/*    text-decoration: none;*/
/*}*/
/* Side navigation */
.mac-adobe-case-study-section-two-sidenav {
    min-width: 415px;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 30px 50px;
}

.mac-adobe-case-study-section-two-sidenav ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    margin-bottom: 30px;
}

.mac-adobe-case-study-section-two-sidenav ul a {
    font-size: 18px;
    line-height: 30px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    text-decoration: none;
    outline: none;
}

.mac-adobe-case-study-section-two-sidenav ul a:hover {
    text-decoration: underline;
}

/* Section Three */
.mac-adobe-case-study-section-three&gt;div {
    flex-direction: column;
    gap: 20px;
}

.mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(1) {
    width: 100%;
    border-radius: 12px;
    text-align: center;
    background-color: #F8F8F8 !important;
    padding: 30px;
}

.mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(1) img {
    width: 100%;
    max-width: 1250px;
}

.mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(1) h3 {
    margin-bottom: 20px;
}

.mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(2) {
    width: 100%;
}

.mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(2) p, .mac-adobe-case-study-container p.caption {
    max-width: 1250px;
    margin: 0 auto;
    color: #7b7b7b;
    text-align: center;
}

.mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(2) p a, .mac-adobe-case-study-container p.caption a {
    color: #7b7b7b;
}

/* Section Four */
.mac-adobe-case-study-section-four&gt;div {
    flex-direction: column;
    gap: 0;
}

.mac-adobe-case-study-section-four&gt;div div {
    position: relative;
}

a#case-study-video-playbutton {
    text-decoration: none;
    outline: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    width: fit-content;
}

.case-study-section-four-videobox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin-bottom: 80px;
}

.mac-adobe-case-study-section-four .case-study-section-four-leftright-content {
    display: flex;
    flex-direction: column;
}

.mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 40px;
}

.mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div img {
    align-self: flex-start;
}

.mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div:nth-child(odd) {
    flex-direction: row-reverse;
}

.mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div p:last-child {
    margin-bottom: auto;
}

.mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div:last-child {
    margin: 0;
}

a#case-study-video-playbutton img {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 1600px) {
    .mac-adobe-case-study-container&gt;div {
        max-width: 1200px;
    }

    .mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(2) p, .mac-adobe-case-study-container p.caption {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1300px) {
    .mac-adobe-case-study-container&gt;div {
        max-width: 900px;
    }

    .mac-adobe-case-study-section-two-sidenav {
        padding: 30px;
        min-width: 350px;
    }

    .mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div img {
        max-width: 300px;
    }
}

@media screen and (max-width: 1100px) {
    .mac-adobe-home-banner.case-study-banner .mac-adobe-home-banner-content {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .mac-adobe-case-study-section-two-sidenav {
        display: none;
    }

    .mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div,
    .mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div:nth-child(odd) {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .mac-adobe-case-study-section-four .case-study-section-four-leftright-content&gt;div img {
        max-width: 100%;
        margin: 0 auto;
    }

    .mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos {
        gap: 40px
    }

    .mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos img {
        max-width: 90px;
    }

    .mac-adobe-case-study-container {
        padding: 0 30px;
        margin-bottom: 40px;
    }

    a#case-study-video-playbutton img {
        width: 70px;
        height: 70px;
    }

    .case-study-section-four-videobox {
        margin-bottom: 60px;
    }

    .case-study-under-banner&gt;div img {
        max-width: 120px !important;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-home-under-banner.inner-pages-under-banner.case-study-under-banner {
        display: block;
    }

    .mac-adobe-home-banner.case-study-banner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .mac-adobe-home-banner.case-study-banner {
        height: auto;
    }

    .mac-adobe-home-under-banner.inner-pages-under-banner.case-study-under-banner .mac-adobe-banner-logos {
        flex-direction: row;
    }

    .case-study-under-banner&gt;div img:first-child {
        margin: 0 !important;
    }

    .case-study-under-banner&gt;div img {
        max-width: 100px !important;
        height: auto;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    .mac-adobe-banner-logos {
        flex-direction: column;
        gap: 30px;
    }

    .mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos {
        flex-direction: row;
    }

    .mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) {
        height: 100px;
    }

    .mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos {
        gap: 25px
    }

    .mac-adobe-home-banner.case-study-banner&gt;div:nth-child(2) .mac-adobe-banner-logos img {
        max-width: 50px;
    }

    .mac-adobe-banner-logos img {
        max-width: 150px;
    }

    .mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(1) {
        background-color: transparent !important;
        padding: 0;
    }

    .mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(1) img {
        padding: 20px;
        background-color: #f8f8f8;
    }

    .mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(1) h3 {
        text-align: left;
    }

    .mac-adobe-case-study-container.mac-adobe-case-study-section-two {
        margin-bottom: 0;
    }

    .case-study-section-four-videobox {
        margin-bottom: 40px;
    }

    .mac-adobe-case-study-section-three&gt;div&gt;div:nth-child(2) p, .mac-adobe-case-study-container p.caption {
        padding: 0;
        text-align: left;
    }

    .mac-adobe-case-study-container blockquote p {
        font-size: 18px;
        line-height: 26px;
    }

    .mac-adobe-case-study-container blockquote p strong {
        font-size: 14px;
        line-height: 24px;
    }

    .mac-adobe-case-study-container blockquote p em {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 560px) {
    .mac-adobe-home-under-banner.inner-pages-under-banner.case-study-under-banner {
        display: flex;
    }

    .mac-adobe-home-under-banner.inner-pages-under-banner.case-study-under-banner .mac-adobe-banner-logos {
        gap: 5%;
        justify-content: center;
    }

    .case-study-under-banner&gt;div img {
        max-width: 20% !important;
    }
}

/* Home page icons clickable */
.mac-adobe-home-under-banner&gt;div svg {
    width: 100%;
}

.mac-adobe-home-under-banner&gt;div svg a {
    outline: none;
}

/* Partner Form */
.page-template-partner-form .menu-main-menu-container,
.page-template-partner-admin .menu-main-menu-container {
    display: none;
}

.partner_form_section_one label {
    font-family: AdobeClean-Regular;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.partner_form_section_one input {
    margin-bottom: 20px;
    font-family: AdobeClean-Regular !important;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.partner_form_section_one input.btn {
    display: block;
    font-size: 19px !important;
    font-family: AdobeClean-Bold !important;
    color: #ffffff !important;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    font-weight: 400;
    outline: none;
    width: auto;
    margin: 20px auto;
}

.partner_form_section_one h1 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Bold;
    color: #000000;
    font-weight: 400;
    margin-bottom: 40px;
}

.partner_form_section_one h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-family: AdobeClean-Bold;
    color: #000000;
    font-weight: 400;
}

.partner_form_section_one p,
.partner_form_section_one li {
    font-size: 14px;
    line-height: 18px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    font-weight: 400;
}

.partner_form_section_one li {
    margin-bottom: 10px;
}

.partner_form_section_one li a,
.page-template-partner-form .thirdSection a {
    margin-bottom: 10px;
    font-family: AdobeClean-Regular;
    color: #2c2c2c;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    outline: none;
}

.partner_form_section_one li ul {
    margin-top: 10px;
    list-style: circle;
}

.partner_form_section_one li li {
    margin-bottom: 10px;
}

.partner_form_section_one .col-md-12 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
}

.partner_form_section_one .mac-adobe-customer-stories-section&gt;div {
    margin-bottom: 0;
}

.firstSection.partner_form_section_one .mac-adobe-customer-stories-section a,
.thirdSection .mac-adobe-customer-stories-section a {
    margin-bottom: 0;
}

.partner_form_section_two label {
    font-family: AdobeClean-Regular;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.partner_form_section_two #page-content label {
    max-width: 70%;
}

.partner_form_section_two h1 label {
    font-family: AdobeClean-Regular;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: 650px;
    width: 100%;
}

.partner_form_section_two .partner_form_submit_btn, .postPreviewBox .partner_form_submit_btn {
    max-width: 1600px;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 20px;
    height: 75px;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 75px;
}

.partner_form_section_two input.btn, .postPreviewBox .partner_form_submit_btn input.btn {
    color: #ffffff;
    font-family: AdobeClean-Bold;
    display: inline-block;
    padding: 7px 20px 9px;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
    background-color: #3571DE;
    border-radius: 18px;
    outline: none;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    position: relative;
    width: auto;
}

.partner_form_section_two textarea {
    height: auto;
    font-family: AdobeClean-Regular;
    font-size: 14px;
    line-height: 20px;
}

.partner_form_section_two input,
.partner_form_section_two textarea,
.partner_form_section_two select {
    margin-bottom: 15px;
}

.partner_form_section_two #page-content .form-control {
    max-width: 70%;
    font-family: AdobeClean-Regular !important;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.partner_form_resources_tile {
    padding: 20px;
    border: 1px solid #707070;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 70%;
    margin-bottom: 20px;
    position: relative;
}

.partner_form_resources_tile:last-child {
    margin-bottom: 0px;
}

.partner_form_resources_tile .form-control {
    max-width: 100% !important;
}

.partner_form_resources_tile i.fa-circle-xmark {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    color: #3571de;
    background: #fff;
    cursor: pointer;
}

.single-data_partner .partner_form_section_two #sidebar h3 {
    margin-bottom: 10px;
}

.single-data_partner .partner_form_section_two #sidebar label {
    margin-bottom: 10px;
}

.single-data_partner .partner_form_section_two #sidebar&gt;div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BFBFBF;
}

.single-data_partner .partner_form_section_two #sidebar&gt;div:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.single-data_partner .partner_form_section_two #sidebar&gt;div:nth-last-child(2) {
    border-bottom: 0px;
}

label.error {
    color: #E30909 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}

.partner_form_section_two h1 label.error {
    color: #E30909 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin-top: -8px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
    max-width: 650px;
    width: 100%;
}

.partner_form_section_two label.error {
    display: inline-block;
}

@media screen and (max-width: 1600px) {
    .partner_form_section_two .partner_form_submit_btn, .postPreviewBox .partner_form_submit_btn {
        max-width: 1200px;
    }
}

/* Partner Form Admin */
.page-template-partner-admin .adminTable {
    margin: 150px 0 60px;
}

.page-template-partner-admin .adminTable thead {
    background-color: #ECECFC;
    font-weight: 600;
    text-align: center;
}

.page-template-partner-admin .adminTable tbody tr:nth-child(even) {
    background-color: #F8F8F8;
}

.page-template-partner-admin .adminTable tbody {
    text-align: center;
}

.page-template-partner-admin .adminTable tbody tr td:nth-child(1) {
    width: 100px;
}

.page-template-partner-admin .adminTable tbody tr td:nth-child(2) {
    text-align: left;
}

.page-template-partner-admin .adminTable tbody tr td:nth-child(3) {
    width: 150px;
}

.page-template-partner-admin .adminTable tbody tr td:nth-child(4) {
    width: 150px;
}

.page-template-partner-admin .adminTable tbody tr td ul {
    padding: 0;
    list-style: none;
    text-align: left;
}

/*multi select*/
select.form-control {
    height: 90px;
}

.form-control {
    font-family: AdobeClean-Regular !important;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.single-data_partner #page-content a {
    display: inline-block;
}

#page-content input.btn-info,
#page-content button.btn-info {
    color: #ffffff;
    font-family: AdobeClean-Bold;
    display: inline-block;
    padding: 7px 20px 9px;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
    background-color: #3571DE;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    position: relative;
    width: auto;
    margin-top: 10px;
}

.fa-solid.fa-xmark {
    cursor: pointer;
}

.display_avpp_inner_company_logo {
    color: #fff;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    margin: 0 !important;
}

.chosen-container-multi .chosen-choices {
    display: list-item !important;
    padding: 10px !important;
}

.chosen-container-multi .chosen-choices li {
    line-height: 13px !important;
    padding: 3px 20px 3px 5px !important;
}

.chosen-container-multi .chosen-drop .result-selected {
    color: #ccc !important;
}

.chosen-container-multi .chosen-results,
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0 !important;
    padding: 0 !important;
}

.chosen-container-multi .chosen-choices {
    padding: 5px !important;
}

.chosen-container .chosen-results li {
    line-height: 15px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3571DE !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3571DE), color-stop(90%, #3571DE)) !important;
    background-image: linear-gradient(#3571DE 20%, #3571DE 90%) !important;
    color: #fff !important;
}

.btn.btn-outline-secondary,
.btn.btn-outline-secondary:hover {
    padding: 9px 10px;
    width: auto;
    margin: 0;
    margin-left: -34px !important;
    height: fit-content;
    background: #3571de;
    border: 0;
}

.page-template-partner-admin {
    padding-top: 120px !important;
}

.btn.modal_btn,
.btn.modal_btn:hover {
    color: #ffffff;
    font-family: AdobeClean-Bold;
    display: inline-block;
    padding: 7px 40px 9px;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
    background-color: #3571DE;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    position: relative;
    width: auto;
    margin-top: 10px;
}

.btn.modal_btn:nth-child(1) {
    margin-right: 10px;
    background-color: #777777;
}

.modal-content.modal_bg {
    background: #fff !important;
}

.display_avpp_company_logo {
    margin-right: 10px;
}

#display_avpp_company_logo,
#display_avpp_inner_company_logo {
    display: block;
    max-width: 100px !important;
    max-height: 50px !important;
    margin-bottom: 10px !important;
    padding: 4px !important;
    border: 1px solid #ced4da !important;
}

#display_avpp_inner_company_logo {
    border: 1px solid #aeaeae !important;
}

/*#display_company_overview_logo, #display_adobe_integration_overview_logo, #display_key_differentiators_logo {*/
/*    max-width: 65% !important;*/
/*    max-height: 300px !important;*/
/*    margin-bottom: 10px !important;*/
/*    padding: 4px !important;*/
/*    border: 1px solid #ced4da !important;*/
/*}*/
/*#display_company_overview_logo img, #display_adobe_integration_overview_logo img, #display_key_differentiators_logo img {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/
/*.partner_form_resources_tile.single-resource-section img {*/
/*    max-width: 100% !important;*/
/*    max-height: 300px !important;*/
/*    margin-bottom: 10px !important;*/
/*    padding: 4px !important;*/
/*    border: 1px solid #ced4da !important;*/
/*}*/
.choose_file_display_box img,
.choose_file_display_box iframe,
.choose_file_display_box video {
    /*width:100%;*/
    max-width: 350px !important;
    /*height:auto;*/
    max-height: 300px !important;
    margin-bottom: 10px !important;
    padding: 4px !important;
    border: 1px solid #ced4da !important;
}

.choose_file_display_box iframe {
    width: 100%;
}

@media screen and (max-width: 1300px) {

    .choose_file_display_box img,
    .choose_file_display_box iframe,
    .choose_file_display_box video {
        /*width:100%;*/
        max-width: 240px !important;
        /*height:auto;*/
        max-height: 300px !important;
        margin-bottom: 10px !important;
        padding: 4px !important;
        border: 1px solid #ced4da !important;
    }
}

.fa-solid.fa-xmark {
    color: #fff;
    font-size: 16px;
    background: #3571de;
    padding: 6px 10px;
    margin-right: 5px;
    border-radius: 5px;
}

/*.companyIntegrationLinks .input-group, .companyIntegrationLinks input,*/
/*.companyOverviewLinks .input-group, .companyOverviewLinks input,*/
/*.keydifferentiatorsLinks .input-group, .keydifferentiatorsLinks input{*/
/*    margin-bottom: 3px !important;*/
/*}*/
.companyOverviewLinks,
.companyOverviewLinks .mb-3 {
    margin-bottom: 0 !important;
}

.addmorelinks {
    margin-top: -10px !important;
}

#product_texonomy_term_chosen {
    display: block;
    max-width: 70%;
}

.chosen-container-multi .chosen-choices {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    margin-bottom: 20px !important;
    font-family: AdobeClean-Regular !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.partner_addition #sidebar video {
    max-width: 85% !important;
    max-height: 200px !important;
    margin-bottom: 10px !important;
    padding: 4px !important;
    border: 1px solid #ced4da !important;
}

.choose_file_display_box {
    display: flex;
    align-items: center;
}

/*.choose_file_display_box iframe {*/
/*    max-width: 100% !important;*/
/*    max-height: 300px !important;*/
/*    margin-bottom: 10px !important;*/
/*    padding: 4px !important;*/
/*    border: 1px solid #ced4da !important;*/
/*}*/
#showPreviewBox {
    margin-right: 10px;
}

.postPreviewBox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-y: auto;
}

.approved-circle {
    color: #30C6FD;
    font-size: 14px;
}

.rejected-circle {
    color: #E30909;
    font-size: 14px;
}

.approve-button-check {
    color: #07B71B;
    font-size: 16px;
}

.reject-button-cross {
    color: #E30909;
    font-size: 16px;
}

.manage-status {
    margin: 10px;
}

.manage-status .fa-solid.fa-xmark {
    color: #E30909;
    font-size: 16px;
    background: transparent;
    padding: 0px;
    margin-right: 0px;
    border-radius: 0px;
}

.note-tooltip {
    overflow: auto !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    position: absolute !important;
}

.note-editable p {
    max-width: 100% !important;
}

.note-popover.bottom {
    display: none !important;
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
    display: none !important;
}

.note-modal-footer {
    height: 56px !important;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    max-width: 70% !important;
    margin-bottom: 20px !important;
}

#sidebar .note-editor.note-airframe,
#sidebar .note-editor.note-frame {
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

.single-data_partner .partner_form_section_two #single-header h1 img {
    width: auto;
    max-width: 200px !important;
    max-height: 100px !important;
}

#single-header h1 img {
    width: 100% !important;
    height: 100% !important;
    max-width: 350px !important;
    max-height: 100px !important;
}

.chosen-container .chosen-drop {
    top: calc(100% - 20px) !important;
}

label#company_overview_desc_err {
    color: #E30909 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
}

/*.note-editor.note-frame .note-status-output {*/
/*    display: none !important;*/
/*}*/
/*.note-editor.note-airframe .note-status-output, .note-editor.note-frame .note-status-output {*/
/*    height: auto !important;*/
/*}*/
/*.note-statusbar{display:none;}*/
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-family: AdobeClean-Regular !important;
    text-transform: capitalize;
    color: #2c2c2c;
}

span[data-bs-toggle="tooltip"] {
    padding: 5px;
}

.tooltip-inner {
    background-color: #222 !important;
    opacity: 1 !important;
    font-family: AdobeClean-Regular !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 16px !important
}

.progress-bar {
    font-family: AdobeClean-Regular !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 16px !important
}

.tooltip-arrow::before {
    border-right-color: #222 !important;
}

.postPreviewBox ul li {
    /*text-transform: capitalize !important;*/
}

#page-content p img,
#page-content p video {
    width: 100%;
}

#avpp_partner_admin_table_wrapper,
#avpp_existing_partner_admin_table_wrapper {
    margin-bottom: 100px;
}

div.dt-buttons&gt;.dt-button:first-child {
    font-size: 19px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #ffffff;
    background: #3571DE !important;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE !important;
    outline: none;
}

div.dt-buttons&gt;.dt-button:hover:not(.disabled),
div.dt-buttons&gt;div.dt-button-split .dt-button:hover:not(.disabled) {
    font-size: 19px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #ffffff;
    background: #0d66d0 !important;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE !important;
    outline: none;
}

.single-data_partner .partner_form_section_two #sidebar&gt;div {
    position: relative;
}

.single-data_partner .partner_form_section_two #sidebar label.error {
    position: absolute;
    bottom: 10px;
    left: 0;
}

label#avpp_company_logo-error {
    bottom: 0px;
    margin-bottom: 0px;
}

.single-data_partner .partner_form_section_two #sidebar #avpp_hq_address-error {
    position: absolute;
    bottom: 40px;
    left: 0;
}

body.page #single-header h1 #avpp_inner_company_logo {
    margin-bottom: 0px;
}

.classForErrorMsg {
    position: relative;
}

.classForErrorMsg label.error {
    position: absolute;
    bottom: -24px;
    left: 0;
}

.classForErrorMsg .chosen-container .chosen-drop {
    top: 100% !important;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td,
table.dataTable.nowrap td a {
    font-family: AdobeClean-Regular !important;
    color: #2C2C2C !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

table.dataTable.nowrap td a {
    text-decoration: underline !important;
    outline: none !important;
}

table.dataTable.nowrap td a i.fa-pencil {
    color: #3571DE !important;
    outline: none !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate a {
    font-family: AdobeClean-Regular !important;
    color: #2C2C2C !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.table&gt;:not(:last-child)&gt;:last-child&gt;* {
    border-bottom-color: #ccc !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    font-size: 14px;
    font-family: AdobeClean-Regular !important;
    font-weight: 400;
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none;
    border-radius: 5px;
    border: 0px solid #3571DE !important;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    font-size: 14px;
    font-family: AdobeClean-Regular !important;
    font-weight: 400;
    color: #ffffff !important;
    background: #3571DE !important;
    text-decoration: none;
    border-radius: 5px;
    border: 0px solid #3571DE !important;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    font-size: 14px;
    font-family: AdobeClean-Regular !important;
    font-weight: 400;
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none;
    border-radius: 5px;
    border: 0px solid #3571DE !important;
    outline: none;
}

.chosen-container .chosen-drop ul li {
    font-size: 14px !important;
    font-family: AdobeClean-Regular !important;
    font-weight: 400 !important;
    color: #2C2C2C !important;
}

.single-data_partner .partner_form_section_two #page-content .progress {
    width: 70%;
    margin-top: -10px;
}

#loaderBar {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#loaderBar img {
    width: 100%;
    max-width: 300px;
}

/* Password protected page */
.post-password-form {
    padding: 4% 8%;
    margin: 0 auto;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
    width: 100%;
    max-width: 800px;
    background-color: #f8f8f8 !important;
}

.post-password-form p input {
    font-family: AdobeClean-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    height: 48px;
    padding: .375rem .75rem;
    border: 1px solid #b1b1b1;
}

.post-password-form [type=submit]:not(:disabled) {
    font-size: 19px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #ffffff;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    outline: none;
    margin-top: 10px;
}

.post-password-form p {
    display: flex;
    flex-direction: column;
}

.post-password-form p:nth-child(1) {
    color: #000000;
    font-family: AdobeClean-Bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    max-width: 90%;
}

/* Creative cloud botton section home page */
.mac-adobe-home-joint-section {
    flex-direction: column;
}

.mac-adobe-home-joint-section&gt;div a {
    color: #ffffff;
    font-family: AdobeClean-Bold;
    display: inline-block;
    padding: 7px 20px 9px;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
    background-color: #3571DE;
    border-radius: 18px;
    outline: none;
    text-decoration: none;
}

.mac-adobe-home-joint-section&gt;div a:hover {
    background-color: #0d66d0;
}

.mac-adobe-home-joint-section&gt;div:nth-child(2) {
    flex-direction: column;
    margin-top: 60px;
}

.mac-adobe-home-joint-section&gt;div:nth-child(2) p {
    font-size: 18px;
    line-height: 24px;
    font-family: AdobeClean-Regular;
    color: #2C2C2C;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
}

@media screen and (max-width: 1150px) {
    .mac-adobe-home-joint-section&gt;div:nth-child(2) {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    #single-header .mac-partners-single-header h1 img {
        width: 100% !important;
        height: auto !important;
        max-width: 300px !important;
        max-height: none !important;
    }
}

/* If "Download on Adobe Exchange" is blank link hide it */
div#page-content a[href=''] {
    display: none;
}

/* Temp partnre page */
/* DJ */
.page-template-temp-partner-page .uacf7-step.step-content.step-start button.uacf7-next {
    display: block;
    font-size: 19px !important;
    font-family: AdobeClean-Bold !important;
    color: #ffffff !important;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    font-weight: 400;
    outline: none;
    width: auto;
    margin: 20px auto;
    margin-bottom: 100px;
}

.page-template-temp-partner-page .wpcf7-form label {
    padding: 0 !important;
}

.page-template-temp-partner-page .wpcf7 .cf7-field-wrapper span.label, .page-template-temp-partner-page .wpcf7 .cf7-field-wrapper label span {
    font-family: AdobeClean-Regular;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0.2rem;
    display: block;
}

.page-template-temp-partner-page .wpcf7 .mac-partners-single-header .cf7-field-wrapper span.label, .page-template-temp-partner-page .wpcf7 .mac-partners-single-header .cf7-field-wrapper label span {
    color: #ffffff !important;
}

.page-template-temp-partner-page .wpcf7 .cf7-field-wrapper .custom-checkbox span.label, .page-template-temp-partner-page .wpcf7 .cf7-field-wrapper .custom-checkbox label span {
    display: inline-block;
}

.page-template-temp-partner-page .wpcf7-form input, .page-template-temp-partner-page .wpcf7-form textarea {
    margin-bottom: 20px !important;
    font-family: AdobeClean-Regular !important;
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    min-height: auto !important;
    max-width: 100% !important;
}

.page-template-temp-partner-page .wpcf7 input[type="file"] {
    padding: 5px !important;
}

.page-template-temp-partner-page .wpcf7-not-valid-tip, .page-template-temp-partner-page .wpcf7 .cf7-field-wrapper label span.wpcf7-not-valid-tip {
    color: #E30909 !important;
    font-family: AdobeClean-Regular !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}

.page-template-temp-partner-page .partner_form_section_two #page-content label {
    width: 100%;
    max-width: 100%;
}

.page-template-temp-partner-page .menu-main-menu-container {
    display: none;
}

.page-template-temp-partner-page .partner_form_section_two input.btn, .page-template-temp-partner-page .postPreviewBox .partner_form_submit_btn input.btn {
    margin: 0px !important;
    margin-right: 10px !important;
    color: #fff !important;
    font-family: AdobeClean-Bold !important;
    font-size: 14px !important;
}

.page-template-temp-partner-page .partner_form_section_two input.btn:hover, .page-template-temp-partner-page .postPreviewBox .partner_form_submit_btn input.btn:hover {
    background-color: #3571DE !important;
}

.page-template-temp-partner-page .partner_form_section_two input.btn:last-child, .page-template-temp-partner-page .postPreviewBox .partner_form_submit_btn input.btn:last-child {
    margin-right: 0px !important;
}

.page-template-temp-partner-page .uacf7-step.step-content button.uacf7-prev {
    display: none;
    font-size: 14px !important;
    font-family: AdobeClean-Bold !important;
    color: #ffffff !important;
    background-color: #3571DE;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571DE;
    font-weight: 400;
    outline: none;
    width: auto;
    margin: 20px auto;
}

.page-template-temp-partner-page .single-data_partner #single-header, .page-template-temp-partner-page .mac-adobe-home-banner.inner-pages-banner {
    margin-top: 43px;
}

.page-template-temp-partner-page .wpcf7-spinner {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
}

.page-template-temp-partner-page .wpcf7-spinner::before {
    content: 'Please wait while your content is getting uploaded.';
    position: absolute;
    background-image: url(https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/loader.svg);
    top: 50%;
    left: 50%;
    width: 200px;
    height: 250px;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation: none;
    background-color: transparent !important;
    text-align: center;
    font-family: AdobeClean-Regular !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 22px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-temp-partner-page .wpcf7-list-item {
    display: block;    
}

.page-template-temp-partner-page .wpcf7-form input[type="checkbox"] {
    margin: 0 !important;
}

.page-template-temp-partner-page .wpcf7 form.invalid .wpcf7-response-output {
    font-family: AdobeClean-Bold !important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 120px;
    margin: 0 auto;
    max-width: 1200px;
    color: #E30909 !important;
}

.wpcf7-form-control.wpcf7-checkbox {
    margin-bottom: 20px;
    display: block;
}

.asItis {
    white-space: pre-wrap;
}

.postPreviewBox img[src=""], .postPreviewBox video[src=""], .postPreviewBox a[href=""]{
    display: none !important;
}

/* DJ */
/* Temp partner page ends */

/******
Changes for event
******/
/* User stories */
.mac-adobe-user-stories {
    display: flex;
    align-items: center;
    width: 100%;
    /* margin-bottom: 130px; */
    padding: 70px 0 90px;
    position: relative;
    background: rgb(163,163,255);
    background: linear-gradient(180deg, rgba(163,163,255,1) 0%, rgba(234,234,255,1) 100%);
}

.mac-adobe-user-stories&gt;div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.mac-adobe-user-stories&gt;div h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: AdobeClean-Regular;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mac-adobe-user-stories&gt;div p.homeSecDesc {
    font-size: 18px;
    line-height: 22px;
    font-family: AdobeClean-Regular;
    color: #2c2c2c;
    margin: 0 auto;
    margin-bottom: 60px;
    font-weight: 400;
}

.mac-adobe-user-stories&gt;div&gt;div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    flex-flow: row wrap;
    align-items: stretch;
    gap: 11px;
}

.mac-adobe-user-stories&gt;div&gt;div.thisisforpage:after {
    content: "";
    flex: auto;
}

.mac-adobe-user-stories&gt;div&gt;div&gt;a {
    flex-basis: 33.33%;
    background-color: #f2f7fa;
    width: 100%;
    max-width: 440px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /* border: 1px solid #BCBCBC; */
    text-decoration: none;
    outline: none;
    margin-bottom: 30px
}

.mac-adobe-user-stories&gt;div&gt;div&gt;a:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    transition: box-shadow .3s ease-in-out;
}

.mac-adobe-user-stories&gt;div&gt;div&gt;a img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

/* .mac-adobe-user-stories&gt;div&gt;div&gt;a img.static_image_for_hover {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    scale: 1.2;
    z-index: 1;
} */

/* .mac-adobe-user-stories&gt;div&gt;div&gt;a:hover img.static_image_for_hover {
    display: none;
} */

.mac-adobe-user-stories&gt;div&gt;div&gt;a p {
    font-size: 18px;
    line-height: 22px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    color: #2C2C2C;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
}

.mac-adobe-user-stories&gt;div&gt;div&gt;a h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    color: #2C2C2C;
    padding: 20px;
    margin: 0;
    padding-top: 0;
    /* background: rgba(173, 173, 173, 0.6); */
}

.mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a h4 {
    padding-top: 20px;
}

.mac-adobe-user-stories &gt; div &gt; a {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #2c2c2c;
    background-color: transparent;
    text-decoration: none;
    margin-top: 40px;
    font-weight: 400;
    outline: none !important;
}

.mac-adobe-user-stories &gt; div &gt; a:hover {
    text-decoration: underline;
    color: #2c2c2c;
}



.thisisforpage .hidden {
    display: none;
  }
  
  .pagination-container {
    width: calc(100% - 2rem);
    max-width: 1500px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 40px;
  }
  
  .pagination-number,
  .pagination-button{
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
  }
  
  .pagination-number:hover,
  .pagination-button:not(.disabled):hover {
    opacity: 0.7
  }
  
  .pagination-number.active {
    color: #fff;
    background: #0085b6;
  }

.pagination-container button {
    overflow: hidden;
    background-image: url(../assets/images/slider-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 70px;
}

.pagination-container button.disabled {
    opacity: 0.2
}

.pagination-container button#prev-button {
    transform: rotate(180deg);
}


/* @media (max-width: 1150px) { 
    .simple-pagination {
        display: none !important;
    }

    .mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a {
        display: block !important;
    }
} */

@media screen and (max-width: 1600px) {
    .mac-adobe-user-stories&gt;div&gt;div&gt;a {
        max-width: 375px;
    }
    
    .mac-adobe-user-stories&gt;div&gt;div {
        max-width: 1200px;
    }

    .pagination-container {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1310px) {
    .mac-adobe-user-stories&gt;div&gt;div.simple-pagination {
        max-width: 92%;
    }
}

@media screen and (max-width: 1240px) {
    .mac-adobe-user-stories&gt;div&gt;div&gt;a {
        max-width: 350px;
    }
    
    .mac-adobe-user-stories&gt;div {
        max-width: calc(100% - 50px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1185px) {
    .mac-adobe-user-stories&gt;div&gt;div {
        gap: 0px;
    }
}

@media screen and (max-width: 1150px) {
    .mac-adobe-user-stories&gt;div&gt;div {
        flex-direction: column;
        align-items: center;
    }
    
    .mac-adobe-user-stories&gt;div&gt;div&gt;a {
        max-width: 700px;
        margin-bottom: 30px;
    }

    .pagination-container {
        display:none;
    }

    .thisisforpage .hidden {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .mac-adobe-user-stories&gt;div&gt;div&gt;a h4 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .mac-adobe-user-stories&gt;div&gt;div&gt;a p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* mac-adobe-new-home-joint-section */
.mac-adobe-user-stories.mac-adobe-new-home-joint-section {
    background: #F2F7FA;
    padding: 70px 0;
    position: relative;
}

/* .mac-adobe-user-stories.mac-adobe-new-home-joint-section &gt; div::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: rgb(235, 32, 23);
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
} */

.mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a {
    position: relative;
    overflow: hidden;
    background: #E6EAEC;
}

/* .mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a:after {
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index:1;
} */

.mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a:before {
    position: absolute;
    content:'';
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url('https://www.adobevideopartner.com/wp-content/themes/nozama-lite-child/assets/images/video-play-button-icon.svg');
    width: 31px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    transition: all .2s ease-in-out;
    transform-origin: center;
}

.mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a:hover:before {
    scale:1.2;
}

.mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a h4 {
    /* position: absolute; */
    /* top: 77%; */
    z-index: 2;
    color: #070707;
    min-height: 120px;
}

.mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a span {
    /* background-color: #8C8CDD; */
    /* top: 0; */
    /* right: 20px; */
    /* position: absolute; */
    /* z-index: 2; */
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: AdobeClean-Bold;
    color: #2c2c2c;
    /* max-width: 120px; */
    /* text-align: center; */
}

@media screen and (max-width: 1150px) {
   .mac-adobe-user-stories.mac-adobe-new-home-joint-section&gt;div&gt;div&gt;a h4 {
        top: auto;
        bottom: 0;
    } 
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div a.only_link_text {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    margin-top: 40px;
    font-weight: 400;
    outline: none !important;
    border: 0;
    padding: 0;
    width: max-content;
}

.mac-adobe-home-join-ecosystem.home-page-featured-case-study .mac-adobe-home-join-ecosystem-logos div a.only_link_text:hover {
    text-decoration: underline;
    color: #fff;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

/******
End of Changes for event
******/


/******
Changes made for the banner and the resource page on July 2024 
******/
.mac-adobe-home-banner.inner-pages-banner, .mac-adobe-home-banner {
    background: rgb(155,155,253);
    background: linear-gradient(0deg, rgba(155,155,253,1) 0%, rgba(255,255,255,1) 100%);
    max-height: 380px;
    margin-bottom: 90px;
}

.mac-adobe-inner-pages-heading-section h3 {
    margin-bottom: 50px;
    padding: 0 20px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content {
    padding: 0;
    margin-bottom: 20px;
}

.carousel-indicators {
    margin: 0 !important;
    margin-bottom: -20px !important;
    bottom: 30px !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content h1, .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p, .mac-adobe-home-banner .mac-adobe-home-banner-content p {
    color: #2C2C2C;
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.mac-adobe-home-banner.mac-adobe-home-banner-center-center {
    margin-bottom: 0;
}

.mac-adobe-home-banner.mac-adobe-home-banner-center-center.inner-pages-banner {
    margin-bottom: 90px;
    padding: 0 20px;
}

.mac-adobe-home-banner&gt;div {
    display: block;
}

.mac-adobe-home-under-banner {
    padding: 30px 0;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: transparent;
}

.mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content tag {
    color: #2C2C2C;
}

.mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul {
    margin: 0;
    margin-top: 40px;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content ul li a, .mac-adobe-home-banner .mac-adobe-home-banner-content ul li a:hover {
    border: 0px;
}

.page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner.inner-pages-banner {
    animation: none;
}

/* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
    color: #000;
    opacity: .5;
     text-align: center; 
     font-size: inherit; 
     line-height: inherit; 
     margin: 0 auto;
     font-weight: 400; 
} */

/* Resources page */
.mac-adobe-build-market-connect-section {
    display: flex;
    align-items: left;
    width: 100%;
    margin-bottom: 90px;
    padding: 0 20px;
    flex-direction: column;
    gap: 40px;
}

.mac-adobe-build-market-connect-section &gt; div {
    position: relative;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-self: stretch;
    justify-content: center;
}

.mac-adobe-build-market-connect-section &gt; div.tag_us_on_social {
    align-items: center;
}

.mac-adobe-build-market-connect-section &gt; div &gt; p {
    margin-bottom: 0px;
    color: #2c2c2c;
    font-size: 20px;
    line-height: 25px;
    font-family: AdobeClean-Medium;
    font-weight: 400;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul {
    display: flex;
    padding: 0;
    box-sizing: border-box;
    justify-content: end;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul li {
    position: relative;
    display: contents;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul li a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 11px;
    font-family: AdobeClean-Regular;
    display: flex;
    align-items: center;
    font-weight: 400;
    outline: none;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul li a:hover {
    color: #999;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul li a img {
    display: block;
    height: 38px;
    width: 38px;
    border-radius: 4px;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul li:after {
    content: '';
    color: #4b4b4b;
    font-size: 11px;
    font-family: AdobeClean-Regular;
    margin: 0 7px;
    font-weight: 400;
}

.mac-adobe-build-market-connect-section &gt; div &gt; ul li:last-child::after {
    display: none;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div {
    border: 1px solid #E2E2E2;
    padding: 40px 20px;
    width: 33.33%;
    flex: 1;
    position: relative;
    align-items: center;
    text-align: center;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    left: 0;
    background: #eb2017;
    background: linear-gradient(90deg, rgba(235, 32, 23, 1) 0%, rgba(240, 90, 34, 1) 14.2857142857%, rgba(246, 146, 30, 1) 28.5714285714%, rgba(255, 212, 26, 1) 42.8571428571%, rgba(112, 190, 84, 1) 57.1428571429%, rgba(60, 132, 197, 1) 71.4285714286%, rgba(158, 110, 174, 1) 85.7142857143%, rgba(217, 88, 159, 1) 100%);
}

.mac-adobe-build-market-connect-section &gt; div &gt; div ul {
    text-align: left;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div img {
    margin-bottom: 20px;
    max-width: 88px;
    max-height: 88px;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: AdobeClean-Bold;
    font-weight: 400;
    margin-bottom: 10px;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div p {
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 20px;
    line-height: 25px;
    font-family: AdobeClean-Medium;
    font-weight: 400;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div ul {
    color: #2c2c2c;
    font-size: 20px;
    line-height: 30px;
    font-family: AdobeClean-Regular;
    font-weight: 400;
    border-top: 1px solid #E2E2E2;
    padding: 20px;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div ul li {
    margin-bottom: 10px;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div ul a, .mac-adobe-build-market-connect-section &gt; div &gt; div ul a:hover, .mac-adobe-build-market-connect-section &gt; div &gt; div ul a:focus {
    color: #3471DE;
    text-decoration: none;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-family: AdobeClean-Regular;
}

.mac-adobe-build-market-connect-section &gt; div &gt; div ul a:hover {
    text-decoration: underline;
}

.mac-product-information-community-links {
    background-color: #F2F2FF;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div {
    border: 0px;
}

.mac-product-information-community-links&gt;div&gt;div {
    gap: 20px;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div {
    margin-bottom: 0;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div h4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mac-product-information-community-links&gt;div&gt;div&gt;div h4 img {
    width: 50px;
    height: 50px;
}

/* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content p {
    font-size: 36px;
    line-height: 45px;
    color: #2C2C2C;
    opacity: 1;
} */

/* .page-template-partners-home.page-template-partners-home-php .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
    font-size: 46px;
    line-height: 56px;
    color: #2C2C2C;
    opacity: 1;
} */


@media screen and (max-width: 1600px) {
    .mac-adobe-build-market-connect-section&gt;div {
        max-width: 1200px;
    }
}


/* New slider update 06082024 */
.carousel-item &gt; div {
    max-width: 1600px;
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.carousel-item.carousel-item-with-image {
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%;
}

.carousel-item.carousel-item-with-image &gt; div {
    padding-right: 50%;
    text-align: left;
}

.carousel-item p, .carousel-item h1 {
    text-align: center;
    display: block;
}

.carousel-item.carousel-item-with-image p, .carousel-item.carousel-item-with-image h1, .carousel-item.carousel-item-with-image a {
    text-align: left;
    display: block;
}

.carousel-item p.tagline {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.carousel-item a {
    display: inline-block;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #fff;
    background-color: #3571de;
    text-decoration: none;
    padding: 7px 20px 9px;
    border-radius: 50px;
    border: 2px solid #3571de;
    font-weight: 400;
    outline: none;
    outline: none;
}

.carousel-item a:hover {
    background-color: #0d66d0;
    border: 2px solid #0d66d0;
    color: #fff;
}

.mac-adobe-home-banner .mac-adobe-home-banner-content a {
 display: inline-block;
}

@media screen and (max-width: 1600px) {
    .carousel-item &gt; div {
        max-width: 1200px;
    }

    .carousel-item.carousel-item-with-image&gt;div {
        padding-right: 30%;
    }
}

@media screen and (max-width: 767px) {
    .mac-adobe-home-banner .mac-adobe-home-banner-content h1, .mac-adobe-home-banner.inner-pages-banner .mac-adobe-home-banner-content p, .mac-adobe-home-banner .mac-adobe-home-banner-content p, .mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos {
        margin-bottom: 10px;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .carousel-item.carousel-item-with-image&gt;div {
        padding-right: 0;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content a {
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }

    .mac-adobe-home-banner .mac-adobe-home-banner-content ul.mac-adobe-home-banner-productlogos li a {
        margin-top: 0;
    }

    .carousel-item.carousel-item-with-image p, .carousel-item.carousel-item-with-image h1, .carousel-item.carousel-item-with-image a {
        text-align: center;
    }

    .mac-adobe-build-market-connect-section&gt;div {
        flex-direction: column;
    }

    .mac-adobe-build-market-connect-section&gt;div&gt;div {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mac-product-information-community-links&gt;div&gt;div&gt;div {
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
    }

    .mac-adobe-build-market-connect-section&gt;div&gt;p {
        text-align: center;
    }

    .mac-adobe-build-market-connect-section&gt;div&gt;ul {
        justify-content: center;
    }
}

.mac-adobe-build-market-connect-section-column {
    padding-bottom: 1px;
}

.mac-adobe-home-under-banner&gt;div {
    display: flex;
    flex-direction: column;
}

.mac-adobe-home-under-banner&gt;div a {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: AdobeClean-Bold;
    color: #3571de;
    background-color: transparent;
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 400;
    outline: none !important;
}

.mac-adobe-home-under-banner&gt;div a:hover {
    text-decoration: none;
    color: #0d66d0;
}

/* casestudy template */
.mac-adobe-home-banner.mac-adobe-home-banner-center-center.inner-pages-banner {
    margin-bottom: 90px;
    padding: 0 20px;
    max-height: 380px;
}
.page-template-casestudy-template .mac-adobe-home-banner.case-study-banner .mac-adobe-home-banner-content h1,
.page-template-casestudy-template-new10aug2023 .mac-adobe-home-banner.case-study-banner .mac-adobe-home-banner-content h1,
.page-template-casestudy-template .mac-adobe-home-banner.inner-pages-banner.case-study-banner .mac-adobe-home-banner-content p,
.page-template-casestudy-template-new10aug2023 .mac-adobe-home-banner.inner-pages-banner.case-study-banner .mac-adobe-home-banner-content p {
    color: #fff;
}

.page-template-casestudy-template .mac-adobe-home-banner.mac-adobe-home-banner-center-center.inner-pages-banner, .page-template-casestudy-template-new10aug2023 .mac-adobe-home-banner.mac-adobe-home-banner-center-center.inner-pages-banner {
    margin-bottom: 61px;
}

.page-template-casestudy-template .mac-adobe-home-banner .mac-adobe-home-banner-content, .page-template-casestudy-template-new10aug2023 .mac-adobe-home-banner .mac-adobe-home-banner-content {
    height: auto;
    justify-content: center;
}

.page-template-casestudy-template .mac-adobe-home-banner&gt;div, .page-template-casestudy-template-new10aug2023 .mac-adobe-home-banner&gt;div {
    display: flex;
    height: auto;
}</pre></body></html>