.academy .hero-section {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 20px 40px;
    text-align: center;
    margin-bottom: 90px;
}

.academy .hero-section .hero-content {
    margin-top: 30px;
}

.academy .hero-section .home-title {
    font-weight: 500;
    font-style: normal;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #6C6CFF;
    margin-bottom: 25px;
}

.academy .hero-section .home-description p {
    margin: 0 0 60px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C6CFF;
}

.academy .hero-section .search-bar form.search-form {
    display: flex;
    position: relative;
}

.academy .hero-section .search-bar .search-button {
    display: none;
}

.academy .hero-section .search-bar form.search-form input.search-field {
    width: 100%;
    border: 1px solid #6C6CFF;
    border-radius: 50px;
    padding: 10px 60px 10px 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    height: 62px;
}

.academy .hero-section .search-bar form.search-form input.search-field:focus-visible {
    outline: none;
}

.academy .hero-section .search-bar form.search-form input.search-field::-webkit-search-decoration,
.academy .hero-section .search-bar form.search-form input.search-field::-webkit-search-cancel-button,
.academy .hero-section .search-bar form.search-form input.search-field::-webkit-search-results-button,
.academy .hero-section .search-bar form.search-form input.search-field::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.academy .hero-section .search-bar form.search-form input.search-field::placeholder,
.academy .hero-section .search-bar form.search-form input.search-field:-ms-input-placeholder,
.academy .hero-section .search-bar form.search-form input.search-field::-ms-input-placeholder,
.academy .hero-section .search-bar form.search-form input.search-field::-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.academy .hero-section .search-bar form.search-form button.search-button-icon {
    background: transparent;
    border: none;
    position: absolute;
    padding: 0;
    right: 27px;
    height: 100%;
}

.academy .categories-container {
    padding-bottom: 40px;
}

.academy .categories-container.slick-initialized.slick-slider .slick-list {
    padding: 0 10% 0 0;
}

.academy .categories-container.slick-initialized.slick-slider .slick-list .slick-track {
    display: flex !important;
}

.academy .categories-container .category-container {
    width: 25%;
    margin: 10px 0px 10px 20px;
    padding: 28px 28px 31px;
    background: #FFFFFF;
    /* Brand_WM/Primary Color */
    /*border: 1px solid #6161FF;*/
    border: none;
    border-radius: 8px;
    height: inherit !important;
    /*transition: all 0.3s ease-in-out;*/

}

.academy .categories-container .category-container {
    transition: all 0.6s ease-in-out;
}

.academy .categories-container .category-container a {
    text-decoration: none;
}

.academy .categories-container .category-container .category-image {
    height: auto;
    margin-bottom: 10px;
    min-height: 80px;
    position: relative;
}

.academy .categories-container .category-container .category-image img {
    margin-bottom: 0;
}

.academy .categories-container .category-container .category-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.academy .categories-container .category-container .category-content .title {
    min-height: 105px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.academy .categories-container .category-container .category-content .title span.category-title {
    font-family: 'Poppins';
    font-size: 32px;
    line-height: 51px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.50px;
    color: #000000;
}

.academy .categories-container .category-container .category-content .description {
    padding-bottom: 25px;
    max-width: 240px;
    min-height: 110px;
}

.academy .categories-container .category-container.get-started-with-monday-work-management .category-content .description {
    max-width: 210px;
}

.academy .categories-container .category-container.monday-products .category-content .description {
    max-width: 210px;
}

.academy .categories-container .category-container .category-content .description p {
    font-size: 16px;
    text-align: left;
    margin: 0;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.18px;
    color: #000000;
}

/*.academy .categories-container .category-container.get-started-with-monday-work-management {
    border: 1px solid #6161FF;
}
.academy .categories-container .category-container.dive-deeper-into-monday-work-management {
    border: 1px solid #00CA72;
}
.academy .categories-container .category-container.monday-products {
    border: 1px solid #FB275D;
}
.academy .categories-container .category-container.monday-marketplace-developers {
    border: 1px solid #CAA100;
}*/

.academy .categories-container .category-container.get-started-with-monday-work-management {
    background: #ECEFF8;
    border: 1px solid #ECEFF8;
}
.academy .categories-container .category-container.dive-deeper-into-monday-work-management {
    background: #E2F0E7;
    border: 1px solid #E2F0E7;
}
.academy .categories-container .category-container.monday-products {
    background: #F5EAF0;
    border: 1px solid #F5EAF0;
}
.academy .categories-container .category-container.monday-marketplace-developers {
    background: rgba(255, 204, 0, 0.15);
    border: 1px solid rgba(255, 204, 0, 0.15);
}

.academy .categories-container .category-container.get-started-with-monday-work-management .fixed-icon {
    position: absolute;
    top: 31px;
}

.academy .categories-container .category-container.monday-products .fixed-icon {
    position: absolute;
    top: 22px;
    left: 9px;
}

.academy .categories-container .category-container.get-started-with-monday-work-management img {
    margin-top: -10px;
}

.academy .categories-container .category-container.monday-products img {
    max-width: 70px;
    margin-top: -10px;
}

.academy .categories-container .category-container.get-started-with-monday-work-management .category-image {
    min-height: 80px;
}

.academy .categories-container .category-container.monday-products .category-image {
    min-height: 80px;
}

.academy, .academy p {
    font-family: 'Poppins' !important;
}

.academy .categories-container .category-container .btn {
    display: inline;
    border: none;
    background-color: #6161FF;
    color: white;
    font-weight: 300;
    font-size: 16px;
    padding: 11px 14px;
    border-radius: 24px;
    line-height: 24px;
    cursor: pointer;
    width: fit-content;

}

.academy .categories-container .category-container.dive-deeper-into-monday-work-management .btn {
    background-color: #00CA72;
}
.academy .categories-container .category-container.monday-products .btn {
    background-color: #FB275D;
}
.academy .categories-container .category-container.monday-marketplace-developers .btn {
    background-color: #CAA100;
}

 .contact-support-center {
    padding: 3.5rem 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

 .contact-support-center .contact-us-title {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 120%;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 20px;
}

 .contact-support-center .contact-buttons-inner {
    display: flex;
    gap: 10px;
}

 .contact-support-center a.contact-us-button div.contact-us-button-content {
    background: #000000;
    border-radius: 90px;
    padding: 9px 21px;
    /*padding: 0.7rem 1.8rem 0.7rem 1.8rem;*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.contact-support-center a.contact-us-button div.contact-us-button-content:hover {
    background: rgba(0, 0, 0, 0.7);
}

 .contact-support-center a.contact-help-center {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    padding: 9px 10px;
    margin-left: -10px;
}

 .contact-support-center .contact-help-center-content {
    position: relative;
}

 .contact-support-center a.contact-help-center div.contact-help-center-content img {
    position: absolute;
    transition: all 0.25s ease-in-out;
    transform: translate(90%, 50%);
}

 .contact-support-center a.contact-help-center div.contact-help-center-content:hover img {
    transform: translate(130%, 50%);
}

.academy ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-right: 20px
}

.academy ul.slick-dots li button {
    width: 12px;
    height: 12px;
    color: transparent;
    background: #ffffff;
    border: 1px solid #C5C7D0;
    border-radius: 6px;
    line-height: 1;
    padding: 0em 0em 0em;
}

.academy ul.slick-dots li.slick-active button {
    background: #6161FF;
    border: 1px solid #6161FF;
}

.contact-support-center a.contact-us-button {
    width: fit-content;
}
.contact-support-center a {
    text-decoration: none;
}

.academy .webinars-container {
    text-align: left;
    min-height: 240px;
    padding: 45px 0 20px 24px;
    margin: 0;
    color: #000000;
}

.academy .webinars-container .slick-track {
    display: flex !important;
}

.academy .webinars-container .webinars-inner.slick-initialized.slick-slider .slick-list {
    padding: 0 10% 0 0;
}

.academy .popular-resources-container .popular-resources-inner.slick-initialized.slick-slider .slick-list {
    padding: 0 10% 0 0;
}

.academy .webinars-container .webinars-title h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}

.academy .webinars-container .webinars-title h2 {
    padding-right: 24px;
}

.academy .webinars-container .webinars-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-right: 24px;
}

.academy .webinars-container .webinars-inner {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding-bottom: 20px;
}

.academy .webinars-container .webinars-item {
    width: 50%;
    margin: 10px 20px 10px 0;
    padding: 8px 30px 30px 15px;
    background: #FFFFFF;
    border: 1px solid #6C6CFF;
    border-radius: 8px;
    height: auto;
    min-height: 100px;
    text-align: left;
}

.academy .webinars-container .webinars-item-title,
.academy .webinars-container .previous-webinars-item-title {
    padding: 0;
}

.academy .webinars-container .webinars-item-title h2 {
    font-weight: 600;
    font-size: 22px;
}

.academy .webinars-container .webinars-item-title h3,
.academy .webinars-container .previous-webinars-item-title h3  {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-top: 50px;
}

.academy .webinars-container .previous-webinars-item-title h3 {
    margin-bottom: 10px;
}

.academy .webinars-container .webinars-item-description {
    font-size: 16px;
    padding: 0;
}

.academy .webinars-container .webinars-item .webinar-item {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    /*border-bottom: 1px solid #DCDFEC;*/
    border-bottom: 1px solid #f7f7fd;
    align-items: flex-end;
    padding: 20px 0 20px 0;
    transition: all 0.3s ease-in-out;
}

.academy .webinars-container .webinars-item .webinar-item:hover {
    background-color: #f7f7fd;
    border-bottom: 1px solid #f7f7fd;
    border-radius: 4px;
    color: #6161FF;
}

.academy .webinars-container .webinars-item .webinar-item:last-of-type {
    border-bottom: 1px solid transparent;
}

.academy .webinars-container .webinars-item .webinar-item .webinar-text {
    max-width: 160px;
}

.academy .webinars-container .webinars-item .webinar-item .webinar-link {
    display: inline-block;
    margin-left: auto;
    width: 90px;
}

.academy .webinars-container .webinars-item .webinar-item .webinar-link a {
    font-size: 14px;
    line-height: 21px;
    color: #6C6CFF;
    text-decoration: none;
    position: relative;
}

.academy .webinars-container .webinars-item .webinar-item .webinar-link img {
    position: absolute;
    right: 0;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    transform: translate(180%, 130%);
}

.academy .webinars-container .webinars-item .webinar-item .webinar-link:hover img {
    transform: translate(210%, 130%);
}

/*--------*/

.academy .popular-resources-container {
    min-height: 730px;
    padding: 45px 0 20px 20px;
    margin: 0;
    color: #000000;
}

.academy .popular-resources-container .popular-resources-title h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
}

.academy .popular-resources-container .popular-resources-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
}

.academy .popular-resources-container .popular-resources-inner {
    display: block;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding-bottom: 20px;
    /*gap: 10px;*/
}

.academy .popular-resources-container .popular-resources-inner .post-container {
    margin: 0 14px 0 0;
}

.academy .popular-resources-container .popular-resources-inner .post-container .post-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.265635px;
    color: #000000;
    /*height: 94px;*/
    overflow-y: hidden;
}

.academy .popular-resources-container .popular-resources-inner .post-container .post-image {
    margin-bottom: 32px;
    position: relative;
    background: #6161FF;
    border-radius: 5px;
    overflow: hidden;
}

.academy .popular-resources-container .popular-resources-inner .post-container a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.academy .popular-resources-container .popular-resources-inner .post-container:hover a.link-start-course {
    opacity: 1;
}

.academy .popular-resources-container .popular-resources-inner .post-container a.link-start-course {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.academy .popular-resources-container .popular-resources-inner .post-container a.link-start-course img {
    /*margin-left: 5px;*/
    position: absolute;
    right: 0;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    transform: translate(180%, 140%);
}

.academy .popular-resources-container .popular-resources-inner .post-container a.link-start-course:hover img {
    transform: translate(210%, 140%);
}

.academy .popular-resources-container .popular-resources-inner .post-container a.link-start-course {
    font-size: 14px;
    color: #6161FF;
    position: relative;
}

.academy .popular-resources-container .popular-resources-inner .post-container .post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.265635px;
    color: #323338;
}

.academy .popular-resources-container .popular-resources-inner .post-container a {
    text-decoration: none;
}

.academy .popular-resources-container .popular-resources-inner .post-container .type-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    color: #FFFFFF;
    background: #452AEA;
    width: 100%;
    padding: 3px 20px;
    border-radius: 0 0 5px 5px;
}

.academy .popular-resources-container .popular-resources-item {
    width: 50%;
    margin: 10px;
    padding: 8px 28px 30px 15px;
    background: #FFFFFF;
    border: 1px solid #6C6CFF;
    border-radius: 8px;
    min-height: 100px;
    text-align: left;
}

.academy .dive-deeper-arrow {
    position: absolute;
    top: 22px;
    left: 30px;
    transition: all 0.55s ease-in-out;
}

.academy .categories-container .category-container.dive-deeper-into-monday-work-management:hover .dive-deeper-arrow {
    transform: translate(50%, 60%);
}

.academy .get-started-rocket {
    position: absolute;
    top: 1px;
    left: 27px;
    transition: all 0.55s ease-in-out;
}

.academy .categories-container .category-container.get-started-with-monday-work-management:hover .get-started-rocket {
    transform: translate(8%, -8%);
}

.academy .monday-products-star {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.55s ease-in-out;
}

.academy .categories-container .category-container.monday-products:hover .monday-products-star {
    -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}

.academy .monday-products-scrollbar {
    position: absolute;
    top: 53px;
    left: 30px;
    transition: all 0.55s ease-in-out;
}

.academy .categories-container .category-container.monday-products:hover .monday-products-scrollbar {
    transform: translate(-50%, 0);
}

.academy .monday-marketplace-rectangle-1 {
    position: absolute;
    top: 31px;
    left: 30px;
    transition: all 0.40s ease-in-out;
}

.academy .categories-container .category-container.monday-marketplace-developers:hover .monday-marketplace-rectangle-1 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.academy .monday-marketplace-rectangle-2 {
    position: absolute;
    top: 21px;
    left: 30px;
    transition: all 0.40s ease-in-out;
}

.academy .categories-container .category-container.monday-marketplace-developers:hover .monday-marketplace-rectangle-2 {
    -webkit-transform: rotateZ(-60deg);
    -ms-transform: rotateZ(-60deg);
    transform: rotateZ(-60deg);
}

.submenu-academy .navigation-bar a {
    text-decoration: none;
}

a.logo-academy {
    font-family: Poppins;
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 34px;
    color: #000000;
}

.submenu-academy .navigation-bar .logo {
    margin: auto 1rem;
}

.navigation-bar ul#menu-academy {
    height: 100vh;
    width: 100vw;
    background: #fff;
    display: none;
}

.navigation-bar .menu-academy-container {
    position: absolute;
    z-index: 12;
    left: 0;
    top: 72px;
}

.navigation-bar ul#menu-academy li {
    display: block;
    padding: 20px 0;
    margin: 0 5px 0 0;
    border-bottom: 1px solid #eaeaea;
}

#menu-academy a {
    font-family: Poppins;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 2.0;
}

.menu-academy-container ul#menu-academy > li > a {
    width: fit-content;
    padding: 8px 1.5rem;
    border-radius: 5px;
}


.menu-academy-container ul#menu-academy > li > a:hover {
    width: fit-content;
    /*background: #F0F3FF;*/
    color: #6C6CFF;
}

.menu-academy-container ul#menu-academy > li.current-menu-item > a {
    width: fit-content;
    color: #6C6CFF;
}

.delay-scroll-down.scrolled-down .menu-academy-container ul#menu-academy > li > a:hover {
    width: fit-content;
    background: #F0F3FF;
    color: #6C6CFF;
}

.delay-scroll-down.scrolled-down .menu-academy-container ul#menu-academy > li.current-menu-item > a {
    width: fit-content;
    color: #6C6CFF;
}

.menu-academy-container ul#menu-academy > li.current-menu-item {
    border-bottom: 1px solid #6C6CFF;
}

.delay-scroll-down.scrolled-down .menu-academy-container ul#menu-academy > li.current-menu-item {
    border-bottom: none;
}

.submenu-links-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-left: 0;
}

.submenu-academy .hamburger-container {
    margin: 1.5em 1.6em 1.2em auto;
}

.submenu-item-visit-monday,
.submenu-item-visit-help-center,
.submenu-item-sign-up,
.submenu-item-log-out {
    display: inline-block;
}

.navigation-bar ul#menu-academy li.submenu-item-visit-monday {
    padding: 60px 0 20px;
}

.navigation-bar ul#menu-academy li.submenu-item-visit-monday > a,
.navigation-bar ul#menu-academy li.submenu-item-visit-help-center > a {
    color: #6C6CFF;
}

.navigation-bar ul#menu-academy li.submenu-item-sign-up {
    float: left;
    border: none;
    padding: 25px 0;
    margin-right: 15px;
}

.navigation-bar ul#menu-academy li.submenu-item-sign-up > a {
    background: #6161FF;
    border-radius: 90px;
    padding: 10px 22px;
    color: #ffffff;
    margin: 30px 0 30px 24px;
}

.navigation-bar ul#menu-academy li.submenu-item-log-out {
    border: none;
    margin-top: -27px;
}

.navigation-bar ul#menu-academy li.submenu-item-log-out .sub-menu-link-section {
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
    padding-left: 1.5rem;
}

.navigation-bar ul#menu-academy li.submenu-item-log-out .sub-menu-link-section img {
    position: absolute;
    right: -20px;
}

.search-login-section {
    position: absolute;
    right: 0;
    display: none;
}

.search-login-section a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #545767;
    text-decoration: none;
    margin-right: 48px;
}

.search-login-section .menu-academy-container {
    display: none !important;
}

@media (min-width: 1200px) {

    .navigation-bar .menu-academy-container {
        position: static;
        width: 100%;
    }

    .navigation-bar ul#menu-academy {
        display: inline;
    }

    .navigation-bar ul#menu-academy li {
        display: inline-block;
        padding: 15px 0;
        margin: 0 5px 0 0;
        border: none;
    }

    .submenu-academy .navigation-bar .logo {
        margin: auto 1rem;
    }

    span.short-logo {
        margin-bottom: 3px;
    }

    .submenu-academy .hamburger-container {
        margin: 1.5em 1.6em 1.2em;
    }

    .menu-academy-container ul#menu-academy > li > a {
        padding: 8px 12px;
    }

    .search-login-section a.log-in-button,
    .search-login-section .log-in-button a,
    .search-login-section .log-out-button a {
        padding: 8px 12px;
        border-radius: 5px;
    }

    .search-login-section a.log-in-button:hover,
    .search-login-section .log-in-button a:hover,
    .search-login-section .log-out-button a:hover {
        width: fit-content;
        background: #F0F3FF;
        color: #6C6CFF;
    }

    #menu-academy a {
        font-size: 14px;
        color: #545767;
        line-height: 21px;
    }

    .navigation-bar ul#menu-academy li.submenu-item-visit-monday,
    .navigation-bar ul#menu-academy li.submenu-item-visit-help-center,
    .navigation-bar ul#menu-academy li.submenu-item-sign-up,
    .navigation-bar ul#menu-academy li.submenu-item-log-in,
    .navigation-bar ul#menu-academy li.submenu-item-log-out {
        display: none;
    }

    .header-container.submenu-academy.menu-academy-hidden {
        display: none;
    }

    .search-login-section {
        display: flex;
        align-items: center;
        z-index: 12;
    }

    .submenu-links-section {
        width: 100%;
        margin-left: 120px;
    }

    .search-login-section #menu-register {
        display: flex;
        align-items: center;
    }

    body.scrolled-down .header-container.submenu-academy .submenu-links-section {
        margin-left: 270px;
    }

    .header-container.submenu-academy a.sign-up-button,
    #menu-register .sign-up-button a {
        background: #6C6CFF;
        border-radius: 90px;
        padding: 10px 25px;
        color: #ffffff;
        margin-right: 0.5rem;
        transition: all 0.3s ease-in-out;
    }

    .header-container.submenu-academy a.sign-up-button:hover,
    #menu-register .sign-up-button a:hover {
        background: rgb(60, 73, 217);
        opacity: 0.9;
    }

    .header-container.submenu-academy a.header-search img {
        margin-top: 5px;
    }

    .header-container.main-header {
        /*transition: all 0.3s ease-in-out;*/
    }

    .header-container.submenu-academy {
        height: 57px;
        /*transition: all 0.3s ease-in-out;*/
    }

    .header-container.submenu-academy .navigation-bar {
        height: auto;
        transition: all 0.3s ease-in-out;
    }

    .secondary-menu-active .header-container.submenu-academy {
        top: 72px;
    }

    .admin-bar .header-container.submenu-academy {
        top: 104px;
    }

    .header-container.submenu-academy {
        z-index: 11;
        border-top: 1px solid #F5F6F8;
    }

    .secondary-menu-active.scrolled-start .header-container.submenu-academy {
        border-top: 1px solid white;
    }

    body.scrolled-down .header-container.submenu-academy {
        z-index: 15;
    }

    .secondary-menu-active.scrolled-down .header-container.submenu-academy {
        top: 0;
    }

    .admin-bar.scrolled-down .header-container.submenu-academy {
        top: 32px;
    }

    .secondary-menu-active .header-container.main-header {
        box-shadow: none !important;
        border-bottom: none;
    }

    .secondary-menu-active.scrolled-start .header-container.main-header {
        box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1) !important;
        z-index: 12;
    }

    .secondary-menu-active.scrolled-start.scrolled-down .header-container.main-header {
        box-shadow: none !important;
    }

    .secondary-menu-active.scrolled-down .header-container.main-header {
        box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
    }

    .secondary-menu-active .header-container.main-header {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 500ms ease, transform 500ms ease;
        transition: opacity 500ms ease, transform 500ms ease;
    }

    .secondary-menu-active.scrolled-down .header-container.main-header {
        /*opacity: 0;
        visibility: hidden;*/
        pointer-events: none;
        -webkit-transition: opacity 1000ms ease, transform 1000ms ease-in-out;
        transition: opacity 1000ms ease, transform 1000ms ease-in-out;
    }

    .secondary-menu-active.scrolled-down .header-container.main-header .header-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-transition: opacity 50ms ease, transform 250ms ease;
        transition: opacity 50ms ease, transform 250ms ease;
    }

    .secondary-menu-active .header-container.main-header .header-menu {
        opacity: 0;
        visibility: hidden;
        /*pointer-events: none;*/
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-transition: opacity 10ms ease, transform 250ms ease;
        transition: opacity 10ms ease, transform 250ms ease;
    }

    .secondary-menu-active.delay-scroll-up .header-container.main-header .header-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 10ms ease, transform 250ms ease;
        transition: opacity 10ms ease, transform 250ms ease;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .secondary-menu-active.scrolled-down .header-container.submenu-academy .menu-academy-container {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }

    .secondary-menu-active.scrolled-down .header-container.submenu-academy {
        height: 72px;
    }


    .secondary-menu-active.scrolled-down.delay-scroll-down .header-container.submenu-academy {
        opacity: 1;
        visibility: visible;
    }

    .secondary-menu-active .header-container.submenu-academy .menu-academy-container {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .secondary-menu-active.scrolled-down.delay-scroll-down .header-container.submenu-academy .menu-academy-container {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 500ms ease, transform 250ms ease;
        transition: opacity 500ms ease, transform 250ms ease;
    }

    .secondary-menu-active.delay-scroll-up .header-container.submenu-academy .menu-academy-container {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: opacity 500ms ease, transform 250ms ease;
    }

    .header-container.submenu-academy .logo {
        transition: all 0.3s ease-in-out;
    }

    .header-container.submenu-academy .logo-academy .big-logo,
    .header-container.submenu-academy .search-login-section .log-in-button,
    .header-container.submenu-academy .search-login-section .log-out-button,
    .header-container.submenu-academy .search-login-section .user-avatar-wrap,
    .header-container.submenu-academy .search-login-section .sign-up-button {
        display: none;
    }

    .scrolled-down .header-container.submenu-academy .search-login-section .log-in-button,
    .scrolled-down .header-container.submenu-academy .search-login-section .sign-up-button,
    .scrolled-down .header-container.submenu-academy .search-login-section .log-out-button,
    .scrolled-down .header-container.submenu-academy .search-login-section .user-avatar-wrap,
    .scrolled-down .header-container.submenu-academy .logo-academy .big-logo {
        display: block;
    }

    .scrolled-down .header-container.submenu-academy .logo-academy .short-logo {
        display: none;
    }

    .logout_header_btn {
        display: none !important;
    }

    .navigation-bar .logo a.logo-academy img.big-logo {
        margin-bottom: 7px;
        margin-left: -1px;
        width: 283px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .submenu-links-section {
        margin-left: 150px;
    }

    body.scrolled-down .header-container.submenu-academy .submenu-links-section {
        margin-left: 320px;
    }
}

@media (min-width: 768px) {
    .academy .hero-section {
        text-align: left;
        padding: 0 20px;
        margin-bottom: 0;
    }

    .academy .hero-section .hero-content {
        margin: 73px auto 126px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .academy .hero-section .home-title {
        font-size: 90px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 600;
        line-height: 135px;
        text-align: center;
        color: #6C6CFF;
    }

    .academy .hero-section .home-description p {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #6C6CFF;
        margin: 0 0 25px 0;
        max-width: 780px;
    }

    .academy .hero-section .search-bar form.search-form input.search-field {
        font-size: 18px;
        line-height: 27px;
        padding: 10px 60px 10px 50px;
    }

    .academy .hero-content .search-bar {
        display: flex;
    }

    .academy .hero-section .search-bar form.search-form {
        max-width: 645px;
        min-width: 645px;
    }

    .academy .hero-section .search-bar form.search-form button.search-button-icon {
        right: 27px;
    }

    /* search */

    .submenu-academy .search-bar form.search-form input.search-field {
        font-size: 18px;
        line-height: 27px;
        padding: 10px 60px 10px 50px;
    }

    .submenu-academy .search-bar {
        display: flex;
        visibility: hidden;
        margin-right: 24px;
    }

    .submenu-academy .search-bar form.search-form {
        max-width: 400px;
        min-width: 300px;
    }

    .submenu-academy .search-bar form.search-form button.search-button-icon .search-icon {
        filter: grayscale(100%);
    }

    .submenu-academy .search-bar .search-button:hover {
        cursor: pointer;
        background-color: rgba(108, 108, 255, 0.82);
    }

    .submenu-academy .search-bar .search-button {
        display: none;
    }

    .submenu-academy  .search-bar form.search-form {
        display: flex;
        position: relative;
    }

    .submenu-academy .search-bar .search-button {
        display: none;
    }

    .submenu-academy .search-bar form.search-form input.search-field {
        width: 25px;
        border: 1px solid #C5C7D0;
        border-radius: 50px;
        padding: 10px 10px 10px 10px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
        font-family: 'Poppins';
        position: absolute;
        right: 10px;
        bottom: -20px;
        transition: all 0.8s ease;
    }

    .submenu-academy .search-bar form.search-form input.search-field.active {
        padding: 10px 50px 10px 26px;
        width: 100%;
    }

    .submenu-academy .search-bar form.search-form input.search-field:focus-visible {
        outline: none;
    }

    .submenu-academy .search-bar form.search-form input.search-field::-webkit-search-decoration,
    .submenu-academy .search-bar form.search-form input.search-field::-webkit-search-cancel-button,
    .submenu-academy .search-bar form.search-form input.search-field::-webkit-search-results-button,
    .submenu-academy .search-bar form.search-form input.search-field::-webkit-search-results-decoration {
        -webkit-appearance: none;
    }

    .submenu-academy .search-bar form.search-form button.search-button-icon {
        background: transparent;
        border: none;
        position: absolute;
        padding: 0;
        right: 25px;
        height: 100%;
        bottom: 11px;
    }

    /* end search */

    .academy .categories-container .category-container .category-image {
        min-height: 110px;
    }

    .academy .categories-container .category-container.get-started-with-monday-work-management .category-image {
        min-height: 110px;
    }

    .academy .categories-container .category-container.monday-products .category-image {
        min-height: 110px;
    }

    .academy .categories-container .category-container .category-content .title {
        min-height: 76px;
    }

    .academy .hero-section .search-bar .search-button {
        display: inline;
        border: none;
        background-color: #6C6CFF;
        color: white;
        margin-left: 0.5rem;
        font-weight: 300;
        font-size: 16px;
        padding: 16px 24px;
        border-radius: 59px;
    }

    .academy .hero-section .search-bar .search-button:hover {
        cursor: pointer;
        background-color: rgba(108, 108, 255, 0.82);
    }

    .academy .categories-container {
        display: flex;
        margin: 0 auto;
        max-width: 1440px;
        padding-bottom: 60px;
    }

    .academy .hero-section .search-bar .search-button {
        display: none;
    }

    .academy .categories-container .category-container .category-content .title span.category-title {
        font-size: 24px;
        line-height: 36px;
    }

    .academy .categories-container .category-container.get-started-with-monday-work-management {
        background: #FFFFFF;
        border: 1px solid #6161FF;
    }
    .academy .categories-container .category-container.dive-deeper-into-monday-work-management {
        background: #FFFFFF;
        border: 1px solid #00CA72;
    }
    .academy .categories-container .category-container.monday-products {
        background: #FFFFFF;
        border: 1px solid #FB275D;
    }
    .academy .categories-container .category-container.monday-marketplace-developers {
        background: #FFFFFF;
        border: 1px solid #CAA100;
    }

    .academy .categories-container .category-container.get-started-with-monday-work-management:hover {
        background: #ECEFF8;
        border: 1px solid #ECEFF8;
    }
    .academy .categories-container .category-container.dive-deeper-into-monday-work-management:hover {
        background: #E2F0E7;
        border: 1px solid #E2F0E7;
    }
    .academy .categories-container .category-container.monday-products:hover {
        background: #F5EAF0;
        border: 1px solid #F5EAF0;
    }
    .academy .categories-container .category-container.monday-marketplace-developers:hover {
        background: rgba(255, 204, 0, 0.15);
        border: 1px solid rgba(255, 204, 0, 0.15);
    }

    .contact-support-center {
        padding: 8rem 4rem;
    }

    .contact-support-center .contact-buttons-inner {
        gap: 20px;
    }

    .contact-support-center .contact-us-title {
        letter-spacing: -0.5px;
        color: #FFFFFF;
        font-size: 45px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 3rem;
        padding: 0;
    }

    .contact-support-center a.contact-help-center {
        padding: 0.7rem 0 0.7rem 0;
        margin-left: 0;
    }

    .contact-support-center a.contact-us-button div.contact-us-button-content {
        padding: 0.7rem 1.8rem 0.7rem 1.8rem;
    }

    .academy .webinars-container .webinars-inner {
        display: flex;
    }

    .academy .webinars-container {
        text-align: center;
        padding: 45px 70px;
        margin: 40px 0 20px;
    }

    .academy .webinars-container .webinars-title h2 {
        padding-right: 0;
    }

    .academy .popular-resources-container .popular-resources-inner {
        display: flex;
    }

    .academy .popular-resources-container {
        padding: 45px 70px;
    }

    .academy .popular-resources-container {
        margin: 40px 0 100px;
    }

    .academy .popular-resources-container .popular-resources-inner .post-container {
        flex: 0 25%;
        margin: 0;
    }

    .academy .popular-resources-container .popular-resources-inner .post-container .post-wrap {
        padding: 20px;
        border-radius: 8px;
        transition: all 0.6s ease-in-out;
        height: 100%;
    }

    .academy .popular-resources-container .popular-resources-inner .post-container:hover .post-wrap {
        background-color: #f7f7fd;
    }

    .academy .popular-resources-container .popular-resources-title h2 {
        text-align: center;
    }

    .academy .popular-resources-container .popular-resources-description {
        text-align: center;
        margin-bottom: 70px;
    }

    .academy .popular-resources-container .popular-resources-inner .post-container .type-tag {
        font-size: 14px;
        line-height: 17px;
        padding: 5px 15px 4px;
    }

    .academy .webinars-container .webinars-description {
        margin-bottom: 60px;
        padding-right: 0;
    }

    .academy .webinars-container .webinars-item {
        padding: 28px 22px 20px 22px;
        margin: 10px;
    }

    .academy .webinars-container .webinars-item-title,
    .academy .webinars-container .previous-webinars-item-title {
        padding: 0 50px 0 25px;
    }

    .academy .webinars-container .webinars-item-description {
        padding: 0 30px 0 25px;
    }

    .academy .webinars-container .webinars-item .webinar-item {
        align-items: center;
        padding: 20px 30px 20px 25px;
    }

    .academy .webinars-container .webinars-item .webinar-item .webinar-text {
        max-width: 100%;
    }

    .academy .categories-container .category-container {
        margin: 10px;
    }

    .academy .get-started-rocket {
        top: 1px;
        left: 27px;
    }

    .academy .monday-products-star {
        top: 0;
    }

    .academy .monday-products-scrollbar {
        top: 43px;
    }

    .academy .categories-container .category-container.monday-products .fixed-icon {
        position: absolute;
        top: 12px;
        left: 9px;
    }

    .academy .popular-resources-inner .post-container {
        transition: all 0.6s ease-in-out;
    }

    .academy .popular-resources-inner .post-container:hover {
      /*  background-color: #F5F6F8;
        border-radius: 5px;*/
    }

    .academy .popular-resources-inner .post-container img {
        transition: all 0.6s ease-in-out;
        transform: scale(1.04)
    }

    .academy .popular-resources-inner .post-container:hover img {
        transform: scale(1.0)
    }

}

@media (max-width: 1024px) and (min-width: 768px) {
    .academy .categories-container .category-container {
        padding: 28px 5px 20px 10px;
    }
}
