/* PUBLIC PAGES COMMON CSS */
.public-pages-wrapper {
    overflow: hidden;
    padding: 3em 0;
}

.public-pages-wrapper.public-background-image,
body:has(.public-breadcrumbs) .content-detail-wrap {
    background: url(../img/public-background.webp) no-repeat center -2.4vw;
    background-size: 200% auto;
}

body.logged-in:has(.public-breadcrumbs) .content-detail-wrap {
    background: transparent;
}

.public-pages-wrapper.training-wrapper {
    padding: 0;
}

.public-pages-container {
    max-width: 107.5em;
    margin: 0 auto;
    padding: 0 1em;
    position: relative;
    width: 100%;
}

.public-pages-container .home-building-blocks-wrap .public-pages-container {
    padding: 0;
}

.public-pages-container h1 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.0556em;
    max-width: 11.6em;
}

.public-pages-container h1.has-text-align-center {
    max-width: 100%;
}

.public-pages-container p {
    color: #626262;
    font-size: .875em;
    line-height: 1.75em;
    max-width: 63.5em;
    margin: 0.5em 0;
}

.public-pages-container p a,
a {
    color: #DE2516;
}


.public-pages-container p.has-text-align-center {
    margin-left: auto;
    margin-right: auto;
}

.public-pages-container p b,
.public-pages-container p strong {
    color: #2D2D2D;
}

.public-pages-container .text-white b,
.public-pages-container .text-white strong {
    color: inherit;
}

/* .public-pages-container p a {
    color: inherit;
    text-decoration: none;
} */

.insights-banner-content .content-head-breadcrumbs a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.public-pages-head {
    margin-bottom: 2em;
}

.public-page-heading {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 1em;
    margin: 0.2em 0 0.175em;
}

.public-desc {
    color: #626262;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.text-dark {
    color: #2d2d2d;
}

.opicity-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0;
    border-radius: 1.875em;
    color: #fff;
}

.slick-dots {
    align-items: center;
    display: flex !important;
    gap: 0.2em;
    justify-content: center;
    list-style-type: none;
    position: relative;
    padding: 0;
    top: 1em;
    width: 100%;
}

.slick-dots li {
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    height: 6px;
    width: 6px;
}

.member-about-slider .slick-dots {
    top: 0;
}

.member-about-slider .slick-dots li {
    background: #546e8f;
}

.slick-dots li.slick-active {
    background: #de2516;
}

.slick-dots button {
    display: none;
}

.radio-button {
    appearance: none;
    border: 2px solid #bababa;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    height: 1.25em;
    position: relative;
    transition: all 0.3s ease;
    width: 1.25em;
    min-width: 1.25em;
}

.radio-button:checked {
    border: 2px solid #de2516;
}

.radio-button::after {
    background: red;
    bottom: 0;
    border-radius: 50%;
    content: "";
    opacity: 0;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    width: 8px;
}

.radio-button:checked::after {
    opacity: 1;
}

hr {
    border-color: #d9d9d9;
    opacity: 1;
}

/* Custome ScrollBar */

body *::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F4F4F4;
}

body *::-webkit-scrollbar {
    background-color: #F4F4F4;
    border-radius: 10px;
    width: 4px;
}

body *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #DDDADA;
}


/* PUBLIC NAVBAR DESIGN */
.public-navbar {
    background: #052455;
    align-items: center;
    display: flex;
    left: 0;
    min-height: 3.25em;
    overflow: hidden;
    position: fixed;
    padding: 0 1em;
    top: 0;
    width: 100%;
    z-index: 6;
}

.public-navbar.active {
    background: #052455;
}

.admin-bar .public-navbar {
    margin-bottom: -3.25em;
    position: sticky;
    top: 0;
}

.public-navbar::after {
    background: radial-gradient(36.03% 33.7% at 50% 36.27%, #0e559e 0%, #052455 100%);
    content: "";
    height: 50em;
    left: 0;
    position: absolute;
    top: -5em;
    transition: .25s;
    width: 100%;
    z-index: -1;
}

.home .public-navbar:not(.active)::after {
    opacity: 0;
}
.public-navbar.cart .navbar-right-menu{
    flex-direction: row;
}
.navbar-container {
    max-width: 100em;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.navbar-row {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.navbar-row,
.navbar-menu,
.navbar-right-menu {
    align-items: center;
    display: flex;
}

.navbar-right-menu {
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}

.navbar-menu .nav-link {
    gap: 1em;
}

.navbar-logo {
    left: 0;
    margin: auto;
    max-width: 7.5em;
    position: absolute;
    right: 0;
    top: 0.6em;
}

.nav-link {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.875em;
    font-weight: 600;
    gap: 0.625em;
    line-height: 1em;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.nav-link:focus,
.nav-link:focus-visible {
    color: #fff;
}

.nav-link svg {
    min-width: 2em;
    height: 2em;
    width: 2em;
}

body:has(.nav-link:hover) .public-navbar .navbar-menu .nav-link,
body:has(.nav-link:hover) .public-navbar .navbar-right-menu .nav-link,
body:has(.nav-link:hover) .public-navbar .navbar-right-menu .become-member-btn,
body:has(.become-member-btn:hover) .public-navbar .navbar-right-menu .nav-link,
body:has(.become-member-btn:hover) .public-navbar .navbar-menu .nav-link {
    opacity: 0.5;
}

.nav-link:hover {
    color: #fff;
    opacity: 1 !important;
}

.become-member-btn {
    border-radius: 50em;
    border: 1.5px solid #fff;
    background: #de2516;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    padding: 0.8125em 1.445em;
    transition: all 0.2s ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.progress {
    border-radius: 10em;
    background: #d9d9d9;
    height: 4px;
}

.progress-bar {
    border-radius: 10em;
    background: #de2516;
}

/* MENU MODAL DESIGN */
.menu-modal {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 0;
    z-index: 7;
}

.admin-bar .menu-modal {
    height: calc(100% - 2.875em);
    top: 2.875em;
}

.menu-modal.active {
    display: block !important;
    width: 100%;
}

.modal-close-btn {
    animation: CloseBtn 0.5s forwards;
    align-items: center;
    border-radius: 80em;
    background: #de3131;
    border: 0;
    display: flex;
    height: 1.75em;
    justify-content: center;
    top: 0.875em;
    position: absolute;
    right: 0.75em;
    width: 1.75em;
}

@keyframes CloseBtn {
    0% {
        left: -100%;
    }

    100% {
        left: auto;
    }
}

.modal-close-btn svg {
    height: 0.75em;
    width: 0.75em;
}

.menu-modal-body {
    animation: slideInRight 0.5s forwards;
    background: #fff;
    border-radius: 0 1.875em 1.875em 0;
    height: 100%;
    max-width: 30em;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: calc(100% - 1.25em);
}

@keyframes slideInRight {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.menu-modal-scrollbar {
    height: calc(100vh - 8em);
    overflow-y: auto;
    padding: 3.875em 1.875em 1.25em;
}

.navbar-modal-menu-row {
    align-items: flex-start;
    display: block;
    gap: 5em;
}

.navbar-modal-menu-col {
    flex-basis: 100%;
    width: 100%;
}

.menu-item-column {
    margin: 0;
}

.menu-item-heading {
    display: block;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 1.2em;
}

.menu-item-heading a,
a.menu-item-heading {
    color: #2D2D2D;
    text-decoration: none;
}

.menu-item-heading a span,
a.menu-item-heading span {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1em;
}

.sub-menu-list {
    animation: subMenuList 0.5s forwards;
    background: #fff;
    border-radius: 0 1.875em 1.875em 0;
    display: none;
    height: 100%;
    max-width: 30em;
    padding: 3.875em 1.875em 1.25em;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 1.25em);
}

@keyframes subMenuList {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.sub-menu-list ul {
    height: calc(100vh - 6em);
    overflow-y: auto;
}

.sub-menu-list.active {
    display: block !important;
}

.sub-menu-list ul li a {
    color: #2d2d2d;
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 2.12em;
    text-decoration: none;
}

.sub-menu-list ul li a small {
    color: #626262;
    font-size: 0.75em;
}

.menu-back-btn {
    align-items: center;
    border-radius: 7em;
    border: 1px solid #bdbdbd;
    background: transparent;
    color: #626262;
    display: flex;
    font-weight: 500;
    font-size: 0.875em;
    gap: 0.5em;
    left: 1.875em;
    padding: 0.25em 0.594em;
    position: absolute;
    top: 1em;
}

.menu-modal-body .become-member-btn {
    max-width: calc(100% - 3em);
    margin: auto;
}

/* PUBLIC FOOTER DESIGN */
.public-footer {
    background: #fff;
    width: 100%;
}

.footer-section {
    background: radial-gradient(58.45% 55.82% at 51.74% 50%, #0d4279 0%, #052455 100%);
    color: #fff;
    padding: 2.5em 0;
}

.footer-section *,
.footer-section .public-pages-container * {
    color: #fff;
}

.footer-section button {
    font-size: 1em;
}

.become-member-div {
    margin-bottom: 3.75em;
}

.become-member-div p {
    margin-bottom: 1.25em;
    max-width: 18em;
}

.footer-links-list {
    margin-bottom: 1.5em;
    text-align: center;
}

.footer-links-list a {
    color: #c5dbf0 !important;
    display: inline-block;
    line-height: 1.1em;
    margin-bottom: 0.6em;
    text-decoration: none;
}

.footer-links-list a:hover,
.footer-links-list a.text-white {
    color: #fff !important;
}

.footer-links-list b {
    display: block;
    margin-bottom: 1em;
}

.footer-contact-info {
    padding: 1.4375em 0 2.125em;
}

.footer-contact-info a {
    font-weight: 400;
}

.social-links {
    gap: 1.75em;
}

.footer-upcoming-licens {
    min-width: auto;
}

.footer-upcoming-licens .register-date {
    width: fit-content;
}

.footer-links:nth-child(8) {
    margin-top: 3.75em;
}

.public-footer-copyright {
    margin-top: 3.75em;
}

.public-footer-copyright .public-desc {
    font-size: 0.625em;
    font-weight: 400;
}

.public-footer-copyright a {
    position: relative;
    text-decoration: none;
}

.public-footer-copyright .privacy-policy::after {
    content: "|";
    display: inline-block;
    margin: 0 0.5em;
    position: relative;
}

/* microsoft-investment-section */
.microsoft-investment-section {
    padding: 4.375em 0;
}

.microsoft-investment-row {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
}

.microsoft-investment-content {
    flex-basis: 100%;
    padding: 0 1em 1.75em;
}

.microsoft-investment-content .insights-slider-heading {
    max-width: 7em;
}

.microsoft-investment-logo {
    align-items: center;
    border: 0.05em solid #d9d9d9;
    display: flex;
    flex-basis: 50%;
    height: 10.625em;
    justify-content: center;
    margin-top: -1px;
    position: relative;
    padding: 1em;
}

.microsoft-investment-logo {
    border-right: 0;
}

.microsoft-investment-content-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    padding-top: 2.5em;
}

.microsoft-investment-content-heading {
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1em;
    max-width: 6em;
    margin: 0 auto 0.4165em;
    text-align: center;
}

.microsoft-investment-content-row .public-desc {
    font-size: 0.875em;
    margin: auto;
    max-width: 18.287em;
    text-align: center;
}

/* INSIGHTS PAGES DESIGN */
.insights-pages-wrapper {
    background: #fff;
    padding: 5em 0 3em;
}

.insights-pages-container {
    max-width: 107.5em;
    margin: 0 auto;
    padding: 0 1em;
    width: 100%;
}

.page-back-button {
    align-items: center;
    border-radius: 7em;
    border: 1px solid #bdbdbd;
    background: transparent;
    color: #2d2d2d;
    display: flex;
    font-weight: 500;
    font-size: 1em;
    gap: 0.5em;
    margin-right: 1em;
    padding: 0.3125em 0.791em;
    text-decoration: none;
}

.insights-pages-head {
    margin-bottom: 3em;
}

.insights-pages-head .about-page-heading {
    margin: 0.3em 0 0.2em;
}

.insights-pages-head .about-desc {
    max-width: 46em;
}

.insights-buttons-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.insights-pages-wrapper .about-desc {
    margin-bottom: 1.5em;
}

/* ROADMAPS PAGE DESIGN */
.roadmaps-list-row {
    align-items: flex-start;
    display: block;
    margin-bottom: 4em;
}

.roadmaps-img-card {
    border-radius: 0.875em;
    background: linear-gradient(126deg, #3b4389 -10.82%, #8664b5 27.97%, #4591dc 81.36%);
    max-width: 21em;
    overflow: hidden;
    margin-bottom: 1em;
}

.roadmaps-img {
    background: #dedede;
    border-radius: 0.75em;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 119.3% 0 0 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.roadmaps-img-card img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.roadmaps-img-card-content {
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    padding: 1.5em;
    top: 0;
    width: 100%;
    z-index: 1;
}

.roadmaps-img-card-content h3 {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.2em;
}

.roadmaps-bg-vector img {
    top: calc(50% - 36.6%);
    left: 7%;
}

.roadmaps-content {
    max-width: 58.5em;
}

.roadmaps-list-heading {
    color: #2d2d2d;
    font-size: 1.875em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0 0 0.5em;
}

/* ANALYST REPORTS PAGE */
.analyst-reports-section {
    padding: 2em 0;
}

.analyst-reports-list-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
    max-width: 108em;
}

.analyst-reports-card {
    border-radius: 1.125em;
    min-height: 15em;
    width: 100%;
}

.analyst-reports-card .arrow-icon {
    position: absolute;
    right: 1.125em;
    top: 1.125em;
}

.analyst-reports-card .card-flex {
    max-width: 86%;
}

.atlas-members-card {
    background: #de3131;
    border-color: #de3131;
}

.atlas-members-card .card-title {
    color: #fff;
    max-width: 85%;
}

.atlas-members-card button {
    color: #fff;
    border-color: #fff !important;
    padding: 0.945em 0.5em;
}

/* INFOGRAPHICS PAGE DESIGN */
.infographic-list-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.75em 0.75em;
}

.infographic-list-row .card {
    border-radius: 1.25em;
    margin: 0;
    width: 100%;
}

.infographic-list-row .card .card-title {
    max-width: 13.75em;
}

.infographic-list-row .card .infographics-image {
    border-radius: 1em;
}

.licensing-reference-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.75em 0.75em;
    margin-bottom: 2em;
    max-width: 73.125em;
}

.licensing-reference-list .about-desc b {
    color: #2d2d2d;
}

/* KITS COLLECTIONS DESIGN */
.kits-collections-section .card {
    border-radius: 1.25em;
}

.kits-collections .card-img-wrap.red-overlay::after,
.kits-collections .card-img-wrap.blue-overlay::after,
.kits-collections .card-img-wrap.green-overlay::after,
.kits-collections .card-img-wrap.dark-blue-overlay::after {
    opacity: 0;
}

.kits-collections-section .card.kits-collections {
    flex: 100%;
}

.kits-collections-section .card.kits-collections.atlas-members-card {
    padding: 1.25em 1.125em;
}

.kits-collections .kit-card-badge {
    top: 1.1em;
    right: 1.5em;
}

/* PODCASTS PAGE DESIGN */
.podcasts-page-wrapper .index-page-content-head {
    margin-top: 1.75em;
}

body:has(.index-page-content-head .index-page-content-head-image .index-page-content-head-thumbnail img) .podcasts-page-wrapper .index-page-content-head .index-page-content-head-image+.index-page-content-head-content {
    max-width: 46em;
}

.podcasts-page-wrapper .index-page-content-body {
    max-width: 64.5em;
}

.podcasts-page-wrapper .results-sort-wrap select {
    border: 1px solid #cecece;
    padding: 0.7464em 2.5em 0.7464em 0.7142em;
}

.podcasts-page-wrapper .external-logo-link-wrap {
    gap: 2em;
}

/* WEBINARS PAGE DESIGN */
.webinars-page-wrapper .webinar-description {
    max-width: 38.5em;
}

.webinars-page-wrapper .index-page-content-body {
    max-width: 68.75em;
}

.webinars-page-wrapper .index-page-content-body .podcast-episode-player-controls .play {
    bottom: 0;
    height: 1.875em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.875em;
    z-index: 1;
}

.webinars-page-wrapper .index-page-content-body .podcast-episode-player-controls .play svg {
    height: 1em;
    width: 1em;
}

/* PUBLIC BLOG PAGE DESIGN */
.card.blog-card {
    border-radius: 1.25em;
    display: flex;
    margin: 0;
    padding: 0;
}

.blog-image {
    border-radius: 1.25em;
    padding: 63.556% 0 0 0;
}

.card.blog-card .blog-card-body {
    gap: 2.875em;
    padding: 1.25em 1.375em !important;
}

.blog-page-head {
    align-items: center;
    display: flex;
    gap: 2em;
    justify-content: space-between;
}

.blog-page-head .author {
    align-items: center;
    display: none;
    width: auto;
}

.blog-page-head .author .author-image {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    margin: 0 3.125em 0 0;
}

.blog-page-head .author .author-description {
    max-width: 18em;
}

.podcasts-page-wrapper .blog-page-head .index-page-content-head .index-page-content-head-content {
    max-width: 38.5em;
}

/* CONTACT PAGE DESIGN */
.contact-subscription-section {
    padding: 3em 0;
}

.contact-card-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
}

.contact-card {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #d1d1d1;
    border-radius: 1.875em;
    color: #2d2d2d;
    padding: 0;
}

.contact-card-body {
    border-top: 1px solid #d9d9d9;
    padding: 2em;
}

.contact-card-border {
    background: #c4c4c4;
    height: 1.625em;
    width: 100%;
}

.contact-card-heading {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.08em;
    margin: 0;
}

.subscribe-price-div {
    padding: 1.875em 0;
}

.subscribe-price {
    font-size: 2.375em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
    max-width: 6em;
}

.price-desc {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2em;
}

.subscription-details {
    padding: 2.5em 0 0;
}

.contact-card-body ul li:not(:last-child) {
    margin-bottom: 0.625em;
}

.contact-card-body ul li:last-child {
    margin-bottom: 0;
}

.contact-digital-heading {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
    max-width: 19em;
}

.contact-digital-price {
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
}

.contact-card-second-body {
    display: flex;
    gap: 1.5em;
    flex-direction: column;
}

.infographic-contact-card .contact-card-border {
    background: #1d5cb9;
}

.infographic-contact-card .custom-button {
    background: #1d5cb9;
    border-color: #1d5cb9;
    transition: all 0.2s ease-in-out;
}

.infographic-contact-card .custom-button:hover {
    background: #124ca2;
    border-color: #124ca2;
}

.analyst-report-contact-card .contact-card-border {
    background: #de3131;
}

.licensing-reference-contact-card .contact-card-border {
    background: #198623;
}

.licensing-reference-contact-card .custom-button {
    background: #198623;
    border-color: #198623;
    transition: all 0.2s ease-in-out;
}

.licensing-reference-contact-card .custom-button:hover {
    background: #116419;
    border-color: #116419;
}

.contact-card button {
    padding-left: 1em;
    padding-right: 1em;
}

.contact-form-section {
    padding: 1.5em 0;
    color: #2d2d2d;
}

.contact-from-heading {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 1em;
}

.contact-form-row {
    display: block;
}

.contact-form-group {
    margin-bottom: 1em;
}

.contact-form-group label {
    color: #2d2d2d;
    display: block;
    font-size: 1.25em;
}

.contact-form-group .public-desc {
    font-size: 1.125em;
    color: #626262;
}

.contact-form-wrap {
    max-width: 43.125em;
}

/* INSIGHTS PAGE DESIGN */
body:has(.insights-wrapper) .public-navbar::after {
    display: none;
}

body:has(.insights-wrapper) .public-navbar {
    background: transparent;
}

body:has(.insights-wrapper) .public-navbar.active::after {
    display: block;
}

.insights-wrapper {
    background: #fff;
    overflow-x: hidden;
}

.insights-banner {
    background: #0b1d39;
    color: #fff;
    overflow: hidden;
    padding: 7em 0;
    position: relative;
}

.insights-banner::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(9, 125, 203, 0.6) 0%, rgba(0, 41, 102, 0.6) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.insights-banner-vector {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.insights-banner .public-pages-container {
    position: relative;
    z-index: 2;
}

.insights-banner-row {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 2.625em 0;
}

.insights-banner h1,
.public-pages-container .insights-banner h1 {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.075em;
    margin-bottom: 0.3056em;
    max-width: max-content;
}

.insights-banner .insights-banner-content .public-desc {
    color: #9fb7dd;
    margin-bottom: 1.75em;
}

.insights-banner .content-head-breadcrumbs {
    color: #fff;
    margin-bottom: 1em;
}

.insights-banner-content {
    max-width: 100%;
}

.insights-mobile-column {
    max-width: 48.375em;
    position: relative;
    padding: 1em 1em 0;
    text-align: center;
    width: 100%;
}

.insights-mobile-column .phone-img {
    max-width: 100%;
}

.insights-banner-card {
    padding: 1.25em;
    position: absolute;
    top: -1%;
    text-align: left;
    left: 0;
}

.insights-banner-card .card-title {
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    margin: 0 0 0.5em;
}

.insights-banner-card .card-desc {
    color: #dbdbdb;
    font-size: 0.75em;
}

.authors-analysts-card {
    max-width: 15.5625em;
}

.authors-analysts-card .card-author {
    gap: 0;
    margin-bottom: 0.4375em;
}

.authors-analysts-card .card-author .card-author-image {
    border: 1px solid #05090f;
    flex: 0 0 2.5em;
    height: 2.5em;
    width: 2.5em;
}

.authors-analysts-card .card-author .card-author-image:not(:first-child) {
    margin-left: -1.25em;
}

.webinars-card {
    max-width: 16.6875em;
    left: auto;
    right: 0;
    top: auto;
    bottom: 32.1%;
}

.webinars-card .card-body {
    align-items: flex-start;
    display: flex;
    gap: 1em;
}

.webinars-card .directions-icon {
    height: 3.286em;
    width: 3.286em;
}

.insights-banner .member-about-slider {
    margin-top: -66%;
}

.insights-banner .member-about-slider .index-page-slider .slick-arrow {
    background: #de2516;
}

.insights-banner .member-about-slider .card {
    background: rgba(17, 28, 47, 0.7) !important;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.insights-banner .member-about-slider .member-about-card .card-desc {
    color: #b3bbc8;
}

.insights-banner .member-about-slider .member-about-card .card-desc b {
    color: #fff;
}

.get-started-section {
    padding: 1em 0 2em;
    position: relative;
}

.get-started-row {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse;
    gap: 3.125em;
    max-width: 81em;
    margin: auto;
}

.get-started-form {
    width: 100%;
}

.email-form {
    position: relative;
}

.email-form input {
    border: 1px solid #bdbdbd;
    border-radius: 50em;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 1em;
    margin-bottom: 0.8125em;
    outline: none;
    padding: 0.688em 1.125em;
    width: 100%;
}

.get-started-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.get-started-content .public-desc {
    color: #fff;
}

.get-started-content p.public-desc {
    max-width: 23em;
    order: 2;
}

.get-started-heading {
    font-size: 5em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0.125em;
    max-width: 5em;
    order: 1;
    position: relative;
}

.get-started-heading span {
    color: #9fb7dd;
}

.get-started-content .microsoft-information-detail-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 1em;
    max-width: 36em;
    margin-top: 1.25em;
    order: 3;
}

.insights-banner .about-bg-vector.insights-dots-banner-vector {
    bottom: 14%;
    max-width: fit-content;
    transform: scale(1.1) rotate(5.299deg);
    top: auto;
    width: 67em;
}

.banner-shap-vector {
    bottom: -1px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.insights-slider-section {
    padding-top: 2.8125em;
    padding-bottom: 2.8125em;
}

.insights-slider-row {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.5em 8.125em;
}

.insights-slider-content {
    max-width: 100%;
    min-width: 100%;
}

h2.insights-slider-heading {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 1em;
    padding: 0;
}

.insights-slider-content .public-desc {
    margin-bottom: revert;
}

.insights-slider-content button {
    color: #2d2d2d;
    display: none;
    font-size: 1em;
    min-width: auto;
}

.insights-page-sliders {
    flex: 0 0 100%;
    width: 100%;
}

.insights-page-sliders .webinar-actions .learn-more-btn {
    border: 1.5px solid #c8c8c8;
    padding: 0.71em 1.5em;
    margin: 0.71em auto 0;
}

.insights-page-sliders.insights-page-without-sliders {
    flex: auto;
    width: 100%;
}

.insights-page-sliders .card.infographic {
    margin: 0 0.8125em 0 0;
}

.insights-page-sliders .card.roadmap {
    flex-basis: 11.875em;
    margin: 0 1.25em 0 0;
    position: relative;
    width: 11.875em;
}

.insights-page-sliders #roadmaps .slick-track {
    align-items: center;
}

.insights-page-sliders .card.roadmap .card-img-wrap {
    filter: drop-shadow(0px 3.697px 27.729px rgba(0, 0, 0, 0.1));
}

.roadmaps-download-card {
    animation: downloadCard 0.5s ease-out;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 10px 25px 0px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1.875em;
    display: none;
    flex-direction: row;
    gap: 1.875em;
    min-width: 32.75em;
    position: absolute;
    top: -5.9em;
    right: 13%;
    z-index: 1;
}

@keyframes downloadCard {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.roadmaps-download-card .card-title {
    color: #2d2d2d;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0;
}

.roadmaps-download-card button {
    font-size: 1em;
    white-space: nowrap;
}

.analyst-reports-filter {
    align-items: center;
    display: none;
    gap: 1em;
    justify-content: flex-end;
    margin-bottom: 2em;
}

.analyst-reports-filter .form-group {
    max-width: 14.5em;
    width: 100%;
}

.analyst-reports-filter label {
    color: #757575;
    display: block;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.analyst-reports-filter select {
    border: 1px solid rgba(217, 217, 217, 0.87);
    background-color: rgba(244, 244, 244, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.9995%204.94675L10.0725%200.8735C10.211%200.735167%2010.3851%200.664333%2010.5947%200.661C10.8042%200.657833%2010.9815%200.728667%2011.1265%200.8735C11.2713%201.0185%2011.3437%201.19417%2011.3437%201.4005C11.3437%201.60683%2011.2713%201.7825%2011.1265%201.9275L6.63225%206.42175C6.53858%206.51525%206.43983%206.58125%206.336%206.61975C6.23217%206.65825%206.12%206.6775%205.9995%206.6775C5.879%206.6775%205.76683%206.65825%205.663%206.61975C5.55917%206.58125%205.46042%206.51525%205.36675%206.42175L0.872498%201.9275C0.734165%201.789%200.663332%201.61492%200.659999%201.40525C0.656833%201.19575%200.727665%201.0185%200.872499%200.8735C1.0175%200.728666%201.19317%200.65625%201.3995%200.65625C1.60583%200.65625%201.7815%200.728666%201.9265%200.8735L5.9995%204.94675Z%22%20fill%3D%22%23A6A6A6%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #2d2d2d;
    cursor: pointer;
    font-size: 1em;
    padding: 0.75em 2em 0.75em 0.875em;
    width: 100%;
}

.border-select-control {
    background-color: transparent !important;
    color: #606060 !important;
    font-weight: 700;
    padding: 0.5em 2em 0.5em 0.875em !important;
}

.analyst-reports-filter .area-select {
    position: relative;
}

.area-select-icon {
    left: 0.7em;
    position: absolute;
    top: 1.8em;
    z-index: 1;
}

.analyst-reports-filter .area-select select {
    padding: 0.75em 2em 0.75em 3em;
}

.read-more-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 1;
}

.insights-slider-section .insights-page-sliders .webinar-event {
    border: 0;
    border-radius: 1.25em;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    display: block;
    gap: 1em;
    max-width: 48.4375em;
    margin: 0 0 1.25em;
}

.insights-slider-section .insights-page-sliders .webinar-event .webinar-details .webinar-actions,
.home-wrapper .insights-page-sliders .webinar-event .webinar-details .webinar-actions {
    display: flex;
    gap: 0.75em;
    margin-top: 2em;
}

.insights-slider-section .insights-page-sliders .webinar-event .webinar-details .webinar-actions a,
.home-wrapper .insights-page-sliders .webinar-event .webinar-details .webinar-actions a {
    border: 1px solid #dedede;
    border-radius: 5em;
    color: #757575;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.5em;
    max-width: 10em;
    padding: 0.608em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.insights-slider-section .insights-page-sliders .webinar-event .webinar-details .webinar-actions a:hover,
.home-wrapper .insights-page-sliders .webinar-event .webinar-details .webinar-actions a:hover {
    border-color: #000;
}

.insights-slider-section .insights-page-sliders .webinar-event .webinar-details a svg {
    min-width: 2.375em;
    position: relative;
    z-index: 2;
}

.insights-slider-section .insights-page-sliders .webinar-event .webinar-details .webinar-actions .register-fill,
.home-wrapper .insights-page-sliders .webinar-event .webinar-details .webinar-actions .register-fill {
    max-width: 11.929em;
}

.register-fill {
    background: #de2516;
    border: 1px solid #de2516;
    color: #fff !important;
}

.register-fill:hover {
    border-color: #c21d10 !important;
    background: #c21d10 !important;
}

.podcasts-play-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25em;
}

.podcasts-play-list .card-title {
    font-size: 1.125em;
    max-width: 22.61em;
    line-height: 1.22em;
}

.insights-slider-section .insights-page-sliders .webinar-event .webinar-image {
    border: 0;
    flex: 0 0 6.25em;
    height: 5.625em;
    width: 6.25em;
}

.analyst-reports-slider-section .slick-track .card {
    flex: 0 0 17em;
    min-height: 21.25em;
    width: 17em;
}

.insights-slider-section .card.infographic {
    flex-basis: 14.75em;
    width: 14.75em;
}

.insights-slider-section .insights-page-sliders .webinar-event .podcast-episode-player-controls span.play svg {
    height: 1.5em;
    width: 1.5em;
}

/* TRAINING PAGE DESIGN */
.training-wrapper .about-bg-vector {
    z-index: 1;
}

.training-section-padding {
    padding-bottom: 5em;
}
@media (min-width: 1200px) and (max-width: 1560px) {
  .training-section-padding .author {    
    width: calc(20% - 1.8em);
  }
}

.training-banner {
    padding: 5.5em 0 8em;
}

.training-banner .training-page-content {
    max-width: 60.5em;
}

.training-banner .training-page-content p {
    color: #fff;
}

.training-banner-heading {
    margin: 0.2em 0 0.45em !important;
}

.training-banner-heading span {
    color: #9fb7dd;
    display: block;
}

.training-banner .public-desc {
    max-width: 32.8125em;
}

.training-review {
    align-items: center;
    display: flex;
    margin-bottom: 2.5em;
}

.training-review p {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1em;
    margin: 0 !important;
}

.dot {
    background: #ffffff;
    border-radius: 50%;
    display: block;
    height: 3px;
    margin: 0 0.875em;
    width: 3px;
}

.star-rating:not(:first-child) {
    display: inline-block;
    margin-left: -0.7em;
}

.training-course-card {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

.training-course-card.active {
    display: block;
}

.training-course-card-mobile {
    border-top: 1px solid #d3d3d3;
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    padding: 0.875em 1em;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.training-course-card-mobile button {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.training-course-card-mobile button p {
    color: #fff;
    font-size: 1em;
    line-height: normal;
    margin: 0;
}

.course-card {
    bottom: 0;
    border-radius: 1.5em 1.5em 0 0;
    border: 0;
    box-shadow: 4px 30px 40px 10px rgba(0, 0, 0, 0.08);
    color: #2d2d2d;
    left: 0;
    max-height: calc(100vh - 2em);
    overflow-y: auto;
    position: absolute;
    padding-top: 1.5em !important;
    width: 100%;
}

.course-card .alert-modal-close-btn.btn-close {
    height: 1.25em !important;
    right: 0.5em;
    top: 0.5em;
    width: 1.25em !important;
}

.training-course-card.active .course-card {
    animation: bottomToTop 0.5s ease-out forwards;
    min-width: auto;
}

@keyframes bottomToTop {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.course-card-body {
    padding: 1.25em;
}

.course-player {
    background: #d9d9d9;
    border-radius: 1.7em;
    margin-bottom: 0.6875em;
    overflow: hidden;
    padding: 0 0 62.12%;
    position: relative;
}

.course-player .play {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.course-player img {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.course-player::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    width: 100%;
}

.licens-price-row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.25em;
}

.licens-price-row .licens-price-heading {
    max-width: 11em;
}

.licens-price-heading {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.56em;
}

.licens-course-price {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1em;
}

.courses-card-label {
    position: relative;
}

.courses-card-label input {
    left: 0.75em;
    position: absolute;
    top: 0.9em;
}

.courses-card {
    align-items: flex-start;
    display: flex;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    gap: 0.75em;
    margin-bottom: 0.625em;
    padding: 0.75em 0.75em 0.75em 2.5em;
}

.courses-card-label input:checked+.courses-card {
    border: 1.5px solid #de2516;
}

.courses-card input {
    top: 0.1em;
}

.courses-card .public-desc {
    color: #2d2d2d;
    display: block;
    font-weight: 600;
}

.course-date,
.courses-card .public-desc.course-date {
    color: #626262;
    font-weight: 400;
}

.courses-card-label .public-desc.course-date {
    display: none;
}

.training-course-list .courses-card-label input[type="radio"]:checked+label .course-date {
    display: block;
}

.agenda-section-card {
    bottom: 5%;
    display: none;
    left: auto;
    right: 8%;
    z-index: 1;
}

.agenda-section-card.sticky-side {
    position: fixed !important;
    top: auto;
    bottom: 2em;
    right: calc(50% - 810px);
    left: auto;
    animation: course-card-small-version 0.5s ease-out forwards;
}

@keyframes course-card-small-version {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.agenda-section-card .custom-button {
    min-width: auto;
}

.agenda-section {
    max-width: 67.8125em;
}

.register-buttons-row {
    gap: 0.75em;
    margin-top: 2em;
}

.register-buttons-row .custom-secondary-btn {
    min-width: auto;
}

.register-buttons-row .custom-secondary-btn svg {
    min-width: 1.223em;
}

.register-buttons-row .custom-button {
    margin: 0;
    width: 100%;
}

.lbc-drop-down {
    min-width: 15.5em;
}

.agenda-section.content-detail .accordion-section {
    border-radius: 1.25em;
}

.agenda-section .accordion-header::before,
.FAQ-section .accordion-header::before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cmask%20id%3D%22mask0_13442_16708%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url%28%23mask0_13442_16708%29%22%3E%3Cpath%20d%3D%22M11%2013H6C5.71667%2013%205.47917%2012.9042%205.2875%2012.7125C5.09583%2012.5208%205%2012.2833%205%2012C5%2011.7167%205.09583%2011.4792%205.2875%2011.2875C5.47917%2011.0958%205.71667%2011%206%2011H11V6C11%205.71667%2011.0958%205.47917%2011.2875%205.2875C11.4792%205.09583%2011.7167%205%2012%205C12.2833%205%2012.5208%205.09583%2012.7125%205.2875C12.9042%205.47917%2013%205.71667%2013%206V11H18C18.2833%2011%2018.5208%2011.0958%2018.7125%2011.2875C18.9042%2011.4792%2019%2011.7167%2019%2012C19%2012.2833%2018.9042%2012.5208%2018.7125%2012.7125C18.5208%2012.9042%2018.2833%2013%2018%2013H13V18C13%2018.2833%2012.9042%2018.5208%2012.7125%2018.7125C12.5208%2018.9042%2012.2833%2019%2012%2019C11.7167%2019%2011.4792%2018.9042%2011.2875%2018.7125C11.0958%2018.5208%2011%2018.2833%2011%2018V13Z%22%20fill%3D%22%23EC0E1D%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    height: 1.05em;
    right: 2%;
    top: 44%;
    width: 1.05em;
}

.agenda-section .accordion-header[aria-expanded="true"]::before,
.FAQ-section .accordion-header[aria-expanded="true"]::before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cmask%20id%3D%22mask0_13442_16805%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url%28%23mask0_13442_16805%29%22%3E%3Cpath%20d%3D%22M6%2013C5.71667%2013%205.47917%2012.9042%205.2875%2012.7125C5.09583%2012.5208%205%2012.2833%205%2012C5%2011.7167%205.09583%2011.4792%205.2875%2011.2875C5.47917%2011.0958%205.71667%2011%206%2011H18C18.2833%2011%2018.5208%2011.0958%2018.7125%2011.2875C18.9042%2011.4792%2019%2011.7167%2019%2012C19%2012.2833%2018.9042%2012.5208%2018.7125%2012.7125C18.5208%2012.9042%2018.2833%2013%2018%2013H6Z%22%20fill%3D%22%23DE2516%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
}

.agenda-section .accordion-header,
.FAQ-section .accordion-header {
    padding: 1.277777em 3.4em 1.277777em 1em;
}

.accordion-title {
    color: #2d2d2d;
    font-size: 1.22222em;
    font-weight: 700;
    line-height: 1.25em;
}

.agenda-section .accordion-header[aria-expanded="true"]+.accordion-body,
.FAQ-section .accordion-header[aria-expanded="true"]+.accordion-body {
    max-height: max-content;
}

.agenda-section .accordion-body,
.FAQ-section .accordion-body {
    background: transparent;
}

.agenda-section .accordion-body p,
.agenda-section .accordion-body li,
.FAQ-section .accordion-body p,
.FAQ-section .accordion-body li {
    color: #626262;
}

/* FAQs SECTION DESIGN */
.FAQ-section-row {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 4.375em;
}

.faq-accordion-section {
    border-radius: 0 !important;
    border-width: 0 0 1px 0 !important;
    break-inside: avoid;
    margin: 0 !important;
}

.faq-accordion-section:last-child {
    border: 0 !important;
}

.faq-accordion-section .accordion-header,
.faq-accordion-section .accordion-body {
    padding-left: 0 !important;
    margin: 0 !important;
}

/* REVIEWS */
.reviews-section {
    position: relative;
    padding-top: 5em;
    margin-top: -5em;
}

.reviews-filter {
    align-items: center;
    border-radius: 50em;
    background: rgba(244, 244, 244, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    left: 0;
    margin: 0 0 0 auto;
    padding: 0.25em;
    position: absolute;
    right: 0;
    top: 6em;
    width: fit-content;
}

.reviews-filter-button {
    background: transparent;
    border: 0;
    border-radius: 8em;
    color: #626262;
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.725em;
    padding: 0.495em 1em;
    transition: background-color 0.5s ease, color 0.5s ease;
    white-space: nowrap;
}

.reviews-filter-button.active,
.reviews-filter-button:hover {
    background: #de2516;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

.training-section-padding .insights-slider-heading {
    margin-bottom: 0.6em;
}

/* LANDING PAGE DESIGN */
.home-banner {
    padding: 16em 0 6em;
}

.hero-banner-video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.home-banner h1,
.microsoft-teams-heading {
    font-size: 3.125em;
}

.main-page-banner-list {
    display: flex;
    margin-bottom: 8.125em;
}

.main-page-banner-list-desc {
    display: flex;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3285em;
    position: relative;
}

.main-page-banner-list-desc:not(:first-child)::before {
    background: #fff;
    content: "";
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 2em;
    width: 1px;
}

.main-page-banner-list-desc:nth-child(1) {
    max-width: 9.8em;
}

.main-page-banner-list-desc:nth-child(2) {
    max-width: 14.5em;
}

.main-page-banner-list-desc:nth-child(3) {
    max-width: 21.3em;
}

.home-building-blocks-wrap {
    position: relative;
    z-index: 1;
}

.home-building-blocks-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
}

.home-builing-blocks {
    border-radius: 1.625em;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 1.25em;
    position: relative;
}

.home-builing-blocks .directions-badge {
    margin: -0.5em;
}

.home-builing-blocks .index-page-slider-all {
    display: inline-block;
    margin-top: 1.5em;
}

.home-builing-blocks .card-title {
    margin: 0.458em 0 1.25em;
    font-size: 1.25em;
}

.home-builing-blocks .card-date {
    font-size: 0.928em;
}

.home-builing-blocks .card-date.stretched-link {
    font-size: 0.75em;
}

.home-builing-blocks .arrow-icon {
    bottom: 1.25em;
    position: absolute;
    right: 1.25em;
}

.home-builing-blocks .arrow-icon svg {
    width: 0.625em;
}

.atlas-membership-section {
    margin-bottom: 5em;
}

.atlas-membership-laptop-wrap {
    position: relative;
    padding-top: 9em;
    margin: 3em 0 0;
}

.analyst-card-div {
    position: absolute;
    right: 0;
    top: 0%;
}

.atlas-membership-laptop-wrap .analyst-reports-card {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: -10px 30px 30px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0;
    min-height: 0;
    max-width: 100%;
    width: 100%;
}

.atlas-membership-laptop-wrap .card-bottom-text,
.atlas-membership-laptop-wrap .card-date {
    font-size: 0.75em;
}

.atlas-membership-laptop-wrap .card-new-badge {
    font-size: 0.625em;
}

.analyst-player-div {
    bottom: 19%;
    left: -13%;
    max-width: 31.25em;
    position: absolute;
    width: 100%;
}

.analyst-player-card {
    border-radius: 8em;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: -10px 30px 30px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.25em 1.25em 1.25em 1.875em;
}

.home-wrapper .insights-page-sliders .webinar-event {
    max-width: 100%;
}

.home-wrapper .insights-page-sliders .webinar-event .webinar-actions a {
    min-width: 6.215em;
}

.home-wrapper .insights-page-sliders .webinar-event .webinar-actions .register-fill {
    min-width: 9em;
}

.advisory-services-section {
    overflow: hidden;
    padding: 5em 0 5em;
    position: relative;
}

.advisory-services-section .public-pages-container {
    position: relative;
    z-index: 1;
}

.advisory-services-section h2 {
    max-width: 10em;
    margin-bottom: 0.7em;
}

.advisory-services-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 1.5em;
}

.advisory-services-content {
    border-left: 1px solid #d9d9d9;
    padding: 0 0;
    position: relative;
    margin: 0 0 2em;
}

.advisory-services-content .card-flex {
    gap: 1.5em;
}

.advisory-services-desc,
.public-pages-container .home-public-desc {
    font-size: 1em;
    line-height: 1.7em;
}

.advisory-services-desc {
    position: relative;
}

.advisory-services-content::before {
    background: #de2516;
    content: "";
    height: 5em;
    left: -0.1px;
    position: absolute;
    width: 2px;
}

.microsoft-teams-section {
    color: #fff;
    padding: 12.5em 0 13.5em;
    text-align: center;
}

.microsoft-teams-heading {
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 0.3em;
}

.microsoft-teams-section .public-desc {
    max-width: 29.5em;
    margin: auto;
}

.microsoft-teams-section .card-text {
    color: #bfcfe8;
    display: block;
    font-weight: 500;
    margin-bottom: 0.8em;
}

.team-mask-image-wrap {
    background: url("../img//team-mask-vector.webp");
    background-size: cover;
    background-position: top center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-wrapper .training-section-padding .author-image {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto 1.5em;
}

.home-wrapper .authors-slider-section {
    margin-top: -5em;
}

.advisory-services-title {
    font-weight: 600;
    font-size: 1.5em;
}

.home-cards-heading {
    padding: 0 0 1em;
}

.home-info-section .insights-slider-content button {
    display: block;
}

.home-info-section .insights-slider-content .public-desc {
    margin-bottom: 1.375em;
}

.insights-slider-section.home-info-section .insights-page-sliders .webinar-event {
    display: flex;
}

.home-building-blocks-wrap {
    margin: -6em 0 0em;
    padding: 0 0 5em;
}

.atlas-membership-laptop-wrap .analyst-report-title {
    font-size: 0.8125em;
    max-width: 10em;
}

.atlas-membership-laptop-wrap .analyst-player-div,
.atlas-membership-content .custom-button {
    display: none;
}

.atlas-membership-laptop-wrap .analyst-reports-card .card-title {
    font-size: 1.25em;
}

.atlas-membership-laptop-wrap .analyst-card-div {
    max-width: 15.125em;
    width: 22.25em;
    left: 0;
    right: auto;
}

.atlas-membership-laptop-wrap .custom-button {
    display: block;
    margin: 1.875em 0 0 0;
}

.atlas-membership-section .home-public-desc {
    margin-bottom: 1.375em;
}

.public-home-flex-card {
    display: flex;
}

.public-home-flex-card .learn-more-btn {
    font-size: 0.75em;
    padding: 0.49em 1.08em;
    margin: -0.9em 0px 0 0;
    border: 1px solid #dedede;
    border-radius: 5em;
    color: #757575;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.home-info-section .webinar-actions .learn-more-btn:hover {
    border-color: #000;
}

.public-home-flex-card .webinar-actions {
    display: inline-flex;
}

/* PUBLIC SEARCH PAGE DESIGN */
.public-search-page .resultsManagmentSection .resultsHeading {
    font-size: 1.25em;
}

.public-search-page .resultsManagmentSection .report-info {
    color: #626262;
    font-size: 1em;
    margin: 0;
}

.public-search-page .resultsManagmentSection .index-page-content-list-item-text {
    color: #626262;
}

.public-search {
    position: relative;
    margin: 0 auto 1em;
    max-width: 35.625em;
    width: 100%;
}

/* DEFAULT PAGE TEMPLATE */
body.page-template-default:not(.home) {
    background: #fff;
    padding-top: 3.25em;
}

body.page-template-default.admin-bar:not(.home) {
    padding-top: 0;
}

.public-page-wrapper {
    display: block;
    margin: 3em 0;
    position: relative;
    width: 100%;
}

.public-page-center {
    display: block;
    margin: 0 auto;
    max-width: 102em;
    padding: 0 1em;
    position: relative;
    width: 100%;
}

.public-page-title {
    color: #2D2D2D;
    display: block;
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.056em;
    margin: 0 0 .25em 0;
    max-width: 14.125em;
    position: relative;
}

/* AUTHORE MODAL */

.author-modal .modal-dialog {
    max-width: 53.75em;
}

.author-modal .modal-dialog .modal-body {
    display: block;
    max-height: calc(100vh - 2em);
    overflow-y: auto;
}

.author-detail {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 1em;
}

.author-detail .author {
    min-width: 15.3125em;
}

.author-detail .author-name {
    color: #2D2D2D;
    font-size: 1.25em;
    font-weight: 700;
}

.author-detail .author-sub-name {
    color: #2D2D2D;
    font-size: 1em;
    font-weight: 500;
}

.author-detail .author-description {
    font-size: 1em;
    line-height: 1.75em;
    margin-bottom: 1em;
}

/* // FORM DESIGN  */
.gform-theme--foundation {
    margin-bottom: 6.25em;
}

.gform_wrapper.gform-theme--foundation .gform_fields {
    gap: 22px 14px;
}

.contact-form-wrap .gform_wrapper.gform-theme--foundation .gform_fields {
    display: flex;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield .gform-grid-col {
    position: relative;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield.gfield_visibility_hidden,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield.gfield_visibility_hidden .gform-grid-col {
    position: absolute;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield:not(.gfield--type-captcha) label {
    color: #626262;
    clip: inherit;
    clip-path: inherit;
    font-weight: 700;
    height: auto;
    left: .5em;
    overflow: visible;
    padding: 0 .5em;
    pointer-events: none;
    position: absolute;
    top: 0.7em;
    transition: all .3s ease;
    width: auto;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield.gfield--type-textarea label {
    top: 6%;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield input:focus+label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield:has(input:focus) label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield:has(input:not(:placeholder-shown)) label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield input:not(:placeholder-shown)+label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield textarea:focus+label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield:has(textarea:focus) label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield:has(textarea:not(:placeholder-shown)) label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield textarea:not(:placeholder-shown)+label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield select.gfield_select+label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield:has(select.gfield_select) label {
    background: #fff;
    color: #606060;
    font-weight: 500;
    top: -8px;
    left: 8px;
    font-size: 12px;
    z-index: 1;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield input[type="checkbox"]+label,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield input[type="radio"]+label {
    background: transparent;
    font-size: 1em;
    position: inherit;
    padding: 0;
    pointer-events: auto;
    cursor: pointer;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield label .gfield_required {
    display: none;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield input::placeholder,
.gform_wrapper.gform-theme--foundation .gform_fields .gfield textarea::placeholder {
    opacity: 0;
}

.gform_wrapper.gform-theme--foundation .gfield .ginput_password,
.gform_wrapper.gform-theme--foundation .gfield input,
.gform_wrapper.gform-theme--foundation .gfield select,
.gform_wrapper.gform-theme--foundation .gfield textarea {
    border: 1px solid #cecece;
    border-radius: 4px;
    box-shadow: none;
    color: #313131;
    font-size: 1em;
    font-weight: 700;
    font-family: "Figtree", Arial, sans-serif;
    min-height: 43px;
    outline: none;
    padding: 0em 1em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.gform_wrapper.gform-theme--foundation .gfield.gfield_error .ginput_password,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error input,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error select,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error textarea {
    border-color: #DE3131;
    background-color: #FFE9E9;
    color: #DE3131;
}

.gform_wrapper.gform-theme--foundation .gfield .ginput_password::placeholder,
.gform_wrapper.gform-theme--foundation .gfield input::placeholder,
.gform_wrapper.gform-theme--foundation .gfield select::placeholder,
.gform_wrapper.gform-theme--foundation .gfield select .gf_placeholder,
.gform_wrapper.gform-theme--foundation .gfield textarea::placeholder {
    color: #626262;
}

.gform_wrapper.gform-theme--foundation .gfield.gfield_error .ginput_password::placeholder,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error input::placeholder,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error select::placeholder,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error select .gf_placeholder,
.gform_wrapper.gform-theme--foundation .gfield.gfield_error textarea::placeholder {
    color: #DE3131;
}

.gform_wrapper.gform-theme--foundation .gfield textarea {
    padding: 0.858em 1.22em;
}

.gform_wrapper.gform-theme--foundation .gfield select {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.9995%204.54306L10.0725%200.469813C10.211%200.331479%2010.3851%200.260646%2010.5948%200.257313C10.8043%200.254146%2010.9815%200.324979%2011.1265%200.469813C11.2713%200.614813%2011.3438%200.790479%2011.3438%200.996812C11.3438%201.20315%2011.2713%201.37881%2011.1265%201.52381L6.63225%206.01806C6.45142%206.19873%206.2405%206.28906%205.9995%206.28906C5.7585%206.28906%205.54758%206.19873%205.36675%206.01806L0.872499%201.52381C0.734166%201.38531%200.663332%201.21123%200.659999%201.00156C0.656833%200.792062%200.727665%200.614812%200.872499%200.469812C1.0175%200.324978%201.19317%200.252562%201.3995%200.252562C1.60583%200.252562%201.7815%200.324978%201.9265%200.469812L5.9995%204.54306Z%22%20fill%3D%22%23606060%22%2F%3E%3C%2Fsvg%3E');
    line-height: 2.6em;
}

.gform_wrapper.gform-theme--foundation .validation_message {
    color: #DE3131;
}

body .gform_wrapper.gform-theme--foundation .gform-footer input[type="submit"].button.gform_button {
    background: #DE3131;
    border-radius: 50em;
    border: 1px solid #DE3131;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    outline: none;
    padding: 0.695em 1em;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

body .gform_wrapper.gform-theme--foundation .gform-footer input[type="submit"].button.gform_button:hover {
    background: #c21d10;
    border-color: #c21d10;
}

.contact-form-section .gform-footer {
    justify-content: flex-end;
}

.gchoice {
    align-items: center;
}

.gform_wrapper.gform-theme--foundation .gfield .gfield-choice-input[type="checkbox"],
.gform_wrapper.gform-theme--foundation .gfield .gchoice .gfield-choice-input[type="checkbox"],
.gform_wrapper.gform-theme--foundation .gfield .gfield-choice-input[type="radio"],
.gform_wrapper.gform-theme--foundation .gfield .gchoice .gfield-choice-input[type="radio"] {
    border: 1px solid #cecece;
    border-radius: 2px;
    box-shadow: none;
    height: 17px;
    min-height: auto;
    max-height: 17px;
    outline: none;
    padding: 0;
    width: 17px;
}

.gform_wrapper.gform-theme--foundation .gfield-choice-input[type="checkbox"]::before,
.gform_wrapper.gform-theme--foundation .gfield-choice-input[type="radio"]::before {
    align-items: center;
    background: #de3131;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: center;
    height: 17px;
    width: 17px;
}

.gform_wrapper.gform-theme--foundation .gfield .gfield-choice-input[type="radio"],
.gform_wrapper.gform-theme--foundation .gfield .gchoice .gfield-choice-input[type="radio"],
.gfield-choice-input[type="radio"]::before,
.gform_wrapper.gform-theme--foundation .gfield-choice-input[type="radio"]::before {
    border-radius: 50%;
}

.gform_wrapper.gform-theme--foundation .gfield-choice-input[type="radio"]::before {
    background: transparent;
    box-shadow: 0px 0px 0px 5px #de3131 inset;
}

.gform_wrapper.gform-theme--foundation .gform-field-label {
    color: #606060;
    font-size: 1em;
    font-weight: 500;
}

.disable-forms .gform_wrapper {
    opacity: 0.6;
    pointer-events: none;
}


/* wp-block-list */

.wp-block-list {
    list-style-type: none;
    padding: 0;
}

.wp-block-list li,
.content-detail ul.wp-block-list li {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cmask%20id%3D%22mask0_14624_9205%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url%28%23mask0_14624_9205%29%22%3E%3Cpath%20d%3D%22M7.93556%2010.6175L6.19331%208.87506C6.08944%208.77131%205.95887%208.71819%205.80163%208.71569C5.6445%208.71331%205.51156%208.76644%205.40281%208.87506C5.29419%208.98381%205.23987%209.11556%205.23987%209.27031C5.23987%209.42506%205.29419%209.55681%205.40281%209.66556L7.461%2011.7237C7.59662%2011.8592%207.75481%2011.927%207.93556%2011.927C8.11631%2011.927%208.2745%2011.8592%208.41012%2011.7237L12.5827%207.55112C12.6865%207.44725%2012.7396%207.31669%2012.7421%207.15944C12.7445%207.00231%2012.6914%206.86938%2012.5827%206.76063C12.474%206.652%2012.3422%206.59769%2012.1875%206.59769C12.0327%206.59769%2011.901%206.652%2011.7922%206.76063L7.93556%2010.6175ZM9.00131%2016.1328C8.01581%2016.1328%207.0895%2015.9458%206.22237%2015.5718C5.35525%2015.1978%204.601%2014.6902%203.95962%2014.0491C3.31825%2013.408%202.81044%2012.6541%202.43619%2011.7873C2.06206%2010.9206%201.875%209.9945%201.875%209.00912C1.875%208.02362%202.062%207.09731%202.436%206.23019C2.81%205.36306%203.31756%204.60881%203.95869%203.96744C4.59981%203.32606%205.35375%202.81825%206.2205%202.444C7.08725%202.06987%208.01331%201.88281%208.99869%201.88281C9.98419%201.88281%2010.9105%202.06981%2011.7776%202.44381C12.6447%202.81781%2013.399%203.32538%2014.0404%203.9665C14.6817%204.60763%2015.1896%205.36156%2015.5638%206.22831C15.9379%207.09506%2016.125%208.02112%2016.125%209.0065C16.125%209.992%2015.938%2010.9183%2015.564%2011.7854C15.19%2012.6526%2014.6824%2013.4068%2014.0413%2014.0482C13.4002%2014.6896%2012.6462%2015.1974%2011.7795%2015.5716C10.9127%2015.9457%209.98669%2016.1328%209.00131%2016.1328Z%22%20fill%3D%22%23DE2516%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0.47em;
    background-repeat: no-repeat;
    color: #626262;
    font-family: Figtree, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    padding: 5px 0 5px 1.6875em;
}

.wp-block-list.wp-block-bullet-list li,
.content-detail ul.wp-block-list.wp-block-bullet-list li,
ol.wp-block-list li {
    background: transparent;
    position: relative;
}

ol.wp-block-list {
    padding-left: 1em;
}

ol.wp-block-list li {
    list-style-type: decimal;
    padding: 5px 0 5px 0.5em;
}

.wp-block-list.wp-block-bullet-list li::before,
.content-detail ul.wp-block-list.wp-block-bullet-list li::before {
    border-radius: 50%;
    background: #626262;
    content: '';
    height: 5px;
    left: 0.8em;
    position: absolute;
    top: 0.85em;
    width: 5px;
}

.content-detail ul.wp-block-list li {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%225.50781%22%20cy%3D%225%22%20r%3D%224%22%20stroke%3D%22%23DE3131%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0px 0.77em;
    padding: 5px 0 5px 1.2875em;
}

.wp-block-list li a,
.content-detail ul.wp-block-list li a {
    color: #DE2516;
}

div[class^="wp-block-"]:last-child {
    margin-bottom: 0 !important;
}

body.home {
    background: #fff;
}

.home #main {
    overflow: hidden;
}

.truncated-content {
    background: #fff;
}

.truncated-content .content-detail {
    position: relative;
}

.truncated-content .content-detail .membership-box,
.truncated-content .content-detail .content-head {
    position: relative;
    z-index: 1;
}

.truncated-content .content-detail::after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 12.6%, #FFF 68.44%);
    bottom: 0;
    height: 30.5em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

body:has(.membership-box) .content-detail::after {
    bottom: 21%;
}


/* pagination design */


.page-link,
.page-link:hover {
    color: #08356e;
}

.active>.page-link,
.page-link.active {
    background: #08356e;
    border-color: #08356e;
    color: #fff;
}

.infographic-section .pagination {
    padding-top: 3em;
}

.shere-modal-body input {
    color: #313131;
    font-size: 1em;
    font-weight: 700;
    padding: 0.5rem 1rem;
}

.shere-modal-body .custom-button {
    font-size: 1em;
    min-width: 7.5em;
    padding: 0.5em 2em;
}

.social-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    margin-top: 2.25em;
}

.social-icons.a2a_kit .a2a_svg {
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid #313131;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.social-icons .a2a_svg svg {
    height: auto;
    width: 1.25em;
}

.a2a_svg svg path {
    fill: #313131;
}

.home-wrapper .training-section-padding .author:last-child {
    margin: 0 !important;
}


.contact-info-section {
    margin-bottom: 10em;
}

.contact-info-section h1 {
    color: #313131;
    margin: 0 0 0.8em;
}

.contact-info-section .form-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 3em;
}

.contact-info-section button {
    font-size: 1em;
}

.floating-label {
    position: relative;
    margin-bottom: 20px;
}

body .floating-label label.error,
body .floating-label input:focus+label.error {
    color: #DE3131;
    font-size: 0.75em;
    font-weight: 500;
}

.floating-label input,
.floating-label select {
    color: #313131;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: 700;
    border: 1px solid #CECECE;
    border-radius: 5px;
    outline: none;
    background: transparent;
    appearance: none;
}

.floating-label input[readonly],
.floating-label select[readonly] {
    color: #959595;
}

.floating-label .dropdown-arrow {
    position: absolute;
    top: 1.3em;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>') no-repeat center;
    background-size: contain;
}

.floating-label label:not([class="error"]) {
    position: absolute;
    top: 1.3em;
    left: 1em;
    color: #606060;
    transform: translateY(-50%);
    transition: 0.3s;
    font-weight: 700;
    font-size: 1em;
    pointer-events: none;
}

.floating-label input:focus+label:not([class="error"]),
.floating-label input:focus+.error+div+label:not([class="error"]),
.floating-label input:focus+.error+label:not([class="error"]),
.floating-label input:not(:placeholder-shown)+label:not([class="error"]),
.floating-label input:not(:placeholder-shown)+.error+div+label:not([class="error"]),
.floating-label input:not(:placeholder-shown)+.error+label:not([class="error"]) {
    top: 0.1em;
    font-size: 12px;
    color: #606060;
    font-weight: 500;
    background: white;
    padding: 0 5px;
}

#change-password-form input {
    padding-right: 3em;
}

.toggle-password {
    position: absolute;
    right: 0.6em;
    top: 0.55em;
}

.toggle-password .fa {
    cursor: pointer;
    height: 1.5em;
    width: 1.5em;
}

.toggle-password .fa::before {
    display: none;
}

.toggle-password .fa.fa-eye {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%205C5.63636%205%202%2012%202%2012C2%2012%205.63636%2019%2012%2019C18.3636%2019%2022%2012%2022%2012C22%2012%2018.3636%205%2012%205Z%22%20stroke%3D%22%23606060%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015Z%22%20stroke%3D%22%23606060%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}

.toggle-password .fa.fa-eye-slash {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20%2014.8335C21.3082%2013.3317%2022%2012%2022%2012C22%2012%2018.3636%205%2012%205C11.6588%205%2011.3254%205.02013%2011%205.05822C10.6578%205.09828%2010.3244%205.15822%2010%205.23552M12%209C12.3506%209%2012.6872%209.06015%2013%209.17071C13.8524%209.47199%2014.528%2010.1476%2014.8293%2011C14.9398%2011.3128%2015%2011.6494%2015%2012M3%203L21%2021M12%2015C11.6494%2015%2011.3128%2014.9398%2011%2014.8293C10.1476%2014.528%209.47198%2013.8524%209.1707%2013C9.11386%2012.8392%209.07034%2012.6721%209.04147%2012.5M4.14701%209C3.83877%209.34451%203.56234%209.68241%203.31864%2010C2.45286%2011.1282%202%2012%202%2012C2%2012%205.63636%2019%2012%2019C12.3412%2019%2012.6746%2018.9799%2013%2018.9418%22%20stroke%3D%22%23606060%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}

#password-requirements-box {
    border-radius: 0.875em;
    border: 0px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    bottom: 4em;
    padding: 0.75em;
    left: 1em;
    position: absolute;
    width: fit-content;
    z-index: 1;
}

#password-requirements-box::before {
    content: '';
    border-radius: 4px;
    background: #ffffff;
    height: 4.2em;
    left: 1em;
    position: absolute;
    bottom: 0;
    transform: rotate(-135deg);
    width: 4.2em;
    z-index: -1;
}

#password-requirements {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#password-requirements li {
    color: #606060;
    font-size: 0.875em;
    font-weight: 500;
    padding: 0.1em 0;
}

#password-requirements li[style="color: green;"],
#password-requirements li[style="color: red;"] {
    color: #606060 !important;
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    padding-left: 1.5em;
    padding-left: 1.5em;
}

#password-requirements li[style="color: green;"] {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27%3E%3Cpath fill=%27%23198623%27 d=%27M6.936 9.618 5.193 7.874a.54.54 0 0 0-.391-.16.53.53 0 0 0-.4.16.54.54 0 0 0-.162.395q0 .232.163.396l2.058 2.058a.65.65 0 0 0 .475.203.65.65 0 0 0 .474-.203l4.173-4.173a.54.54 0 0 0 .16-.392.53.53 0 0 0-.16-.398.54.54 0 0 0-.396-.163.54.54 0 0 0-.395.163zM8 15.133a6.9 6.9 0 0 1-2.779-.561 7.2 7.2 0 0 1-2.262-1.523 7.2 7.2 0 0 1-1.524-2.262A6.9 6.9 0 0 1 .875 8.01q0-1.478.561-2.779a7.2 7.2 0 0 1 1.523-2.263A7.2 7.2 0 0 1 5.22 1.444 6.9 6.9 0 0 1 7.999.883q1.478 0 2.779.56a7.2 7.2 0 0 1 2.262 1.523 7.2 7.2 0 0 1 1.524 2.262q.561 1.3.561 2.779a6.9 6.9 0 0 1-.561 2.778 7.2 7.2 0 0 1-1.523 2.263 7.2 7.2 0 0 1-2.261 1.524 6.9 6.9 0 0 1-2.779.56%27/%3E%3C/svg%3E');
}

#password-requirements li[style="color: red;"] {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27%3E%3Cpath fill=%27%23DE2516%27 d=%27M6.936 9.618 5.193 7.874a.54.54 0 0 0-.391-.16.53.53 0 0 0-.4.16.54.54 0 0 0-.162.395q0 .232.163.396l2.058 2.058a.65.65 0 0 0 .475.203.65.65 0 0 0 .474-.203l4.173-4.173a.54.54 0 0 0 .16-.392.53.53 0 0 0-.16-.398.54.54 0 0 0-.396-.163.54.54 0 0 0-.395.163zM8 15.133a6.9 6.9 0 0 1-2.779-.561 7.2 7.2 0 0 1-2.262-1.523 7.2 7.2 0 0 1-1.524-2.262A6.9 6.9 0 0 1 .875 8.01q0-1.478.561-2.779a7.2 7.2 0 0 1 1.523-2.263A7.2 7.2 0 0 1 5.22 1.444 6.9 6.9 0 0 1 7.999.883q1.478 0 2.779.56a7.2 7.2 0 0 1 2.262 1.523 7.2 7.2 0 0 1 1.524 2.262q.561 1.3.561 2.779a6.9 6.9 0 0 1-.561 2.778 7.2 7.2 0 0 1-1.523 2.263 7.2 7.2 0 0 1-2.261 1.524 6.9 6.9 0 0 1-2.779.56%27/%3E%3C/svg%3E');
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.checkbox-container label {
    font-size: 16px;
    color: #333;
}

.checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: red;
    margin-right: 10px;
}

.public-search-main {
    padding: 6em 0;
}

.public-search-main .resultsContainer,
.public-search-main .about-container {
    max-width: 96.25em;
}

.interests-list {
    padding-top: 3em;
}

.interests-list h6 {
    margin-bottom: 1.5em;
}

.interests-list .col-lg-5 {
    margin-bottom: 3em;
}

.public-search-main .resultsContainer .mobileFilterBar,
.public-search-main .about-container .mobileFilterBar {
    top: 3.2em;
}

.public-pages-container .gform_wrapper {
    max-width: 43.75em;
}

.public-alert.new-user-alert {
    top: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 4;
}

.public-alert.new-user-alert .alert-banner {
    border: 0;
    border-radius: 0;
    background: #343434;
    font-size: 1em;
    margin: 0;
    padding: 1em;
}

.public-alert.new-user-alert .alert-banner a {
    font-size: inherit;
}

.public-search-main .resultsManagmentCard .report-date-save {
    border-radius: 100px;
    border: 1.5px solid #D9D9D9;
    font-size: 0.75em;
    padding: 0.334em 1.093em;
}

body:has(.public-alert) {
    padding-top: 5em;
}

body:has(.public-alert) .public-navbar {
    top: 5em;
}

div.gform_confirmation_message {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 1.75em;
}

.gform_confirmation_message h2 {
    font-size: 1.75em;
    margin: auto;
    font-weight: 700;
    line-height: 1;
    margin-bottom: -0.5em;
}

/* Custome Template */

.insights-banner .member-about-slider .member-about-card .card-desc P,
.insights-banner .member-about-slider .member-about-card .card-desc P strong {
    color: #b3bbc8;
}

body.page-template-template-custom {
    background: #fff;
}

.custom-video-card {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.5em;
    border-bottom: 1px solid #d9d9d9;
    padding: 2em 0;
}

.row:nth-last-child(2) .custom-video-card {
    border: 0;
}

.custom-video-card .thumbnail {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    max-width: 30em;
    width: 100%;
}

.custom-video-card .thumbnail .youtube-thumb-img {
    border-radius: 0 !important;
}

.custom-video-card .thumbnail a {
    background: #d9d9d9;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    display: block;
}

.custom-video-card img {
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.custom-video-card .podcast-episode-wrap {
    width: 100%;
    border: unset !important;
    margin: 0 !important;
    padding: 0;
}

.custom-video-card .podcast-episode-wrap P {
    margin: 0;
}

.index-page-content-head-image {
    display: none;
}

body:has(.index-page-content-head .index-page-content-head-image .index-page-content-head-thumbnail img) .index-page-content-head-image {
    display: block;
}

body:has(.index-page-content-head .index-page-content-head-content h1) .webinar-event-flex .directions-badge {
    display: none;
}

.star-custom-wrap {
    position: relative;
    width: 80px;
    margin-top: -27px;
    margin-left: 5px;
}

.star-custom {
    width: 100%;
    position: absolute;
    white-space: nowrap;
}

.star-custom.value {
    width: 80%;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.star-custom svg {
    width: 11px;
}

.deep-dives-card .content-detail-sidebar-outline-link {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.deep-dives-card .content-detail-sidebar-outline-link:hover {
    color: #ff0000;

}

.deep-dives-card .h3-class {
    padding-left: 20px;
    font-weight: normal;
    font-size: 16px;


}

.deep-dives-card .content-detail-sidebar-outline-title {
    font-size: 22px !important;
    line-height: 26px;
    margin-bottom: 30px;

}

.deep-dives-card {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 28px 1px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 28px 1px rgba(153, 153, 153, 1);
    box-shadow: 0px 1px 39px rgb(153 153 153 / 36%);
    overflow: hidden;
}

body:has(#publicHeader) .privat-breadcrumbs,
body:has(#publicHeader) .public-breadcrumbs .content-head-navigation-action-wrap,
body:has(#publicHeader) .public-breadcrumbs .word-count {
    display: none;
}

body:has(#publicHeader) .public-breadcrumbs {
    display: block !important;
}

body:has(#publicHeader) .public-breadcrumbs .content-head-navigation {
    margin: 0 0 1em;
}

body:has(#publicHeader) .public-breadcrumbs .content-head-navigation p {
    color: #2D2D2D;
    font-weight: 500;
}

body:has(#publicHeader) .public-deep-content .content-detail-sidebar-item {
    position: absolute;
    padding: 0;
    top: 0;
}

body:has(#publicHeader) .public-deep-content .content-detail-sidebar-item::before {
    display: none;
}

body:has(#publicHeader) .public-deep-content .content-detail-sidebar-item .content-detail-sidebar-outline {
    margin: 0;
}

.children-roadmap .children-roadmap-img {
    border-radius: 8px;
    background: #DEDEDE;
    height: 0;
    min-width: 3.125em;
    overflow: hidden;
    padding-top: 3.75em;
    position: relative;
    width: 3.125em;
}

.children-roadmap .children-roadmap-img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.children-roadmap-title a {
    color: #606060;
    font-size: 0.875em;
}

.Windows .children-roadmap-title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.children-roadmap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}

.home-building-blocks-wrap+.wp-block-columns-is-layout-flex {
    margin: 0 !important;
}

.connect-modal .modal-header {
    position: absolute;
    right: 0;
    border: 0;
    z-index: 1;
}

.connect-modal .shere-modal-body .gform_heading {
    margin-bottom: 3.125em;
}

.wp-container-core-columns-is-layout-2>.wp-block-column {
    min-width: inherit;
}

#definition-popover {
    display: none;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0.75em;
    position: absolute;
    padding: 1em 2em;
    max-width: 23.125em;
}

#definition-popover::after {
    content: '';
    background: #fff;
    box-shadow: -8px -9px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0.25em;
    height: 1.5em;
    width: 1.5em;
    top: -0.7em;
    transform: rotate(45deg);
    position: absolute;
}

#popover-title {
    font-size: 1.125em;
    font-weight: 700;
    color: #313131;
    line-height: 32px;
}

#popover-body {
    color: #313131;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 32px;
}

#popover-body p {
    display: inline-block;
    margin: 0 !important;
}

#popover-body p a {
    color: #313131;
    font-weight: 700;
}

.public-search-main #search-modal {
    max-height: calc(100dvh - 2.875em);
    position: absolute;
    top: 0;
}

.footer-links-list b a {
    margin: 0;
    color: #fff !important;
}

.recaptcha-modal #formIframe {
    height: calc(100vh - 15em);
}

.recaptcha-modal.confirmation-shown #formIframe {
    height: auto !important;
    margin: 0 !important;
}

.recaptcha-modal.confirmation-shown .modal-header {
    padding: 0 !important;
}

.recaptcha-modal.confirmation-shown .modal-header .modal-title {
    display: none;
}

.cart-create-accout {
    margin: 0 auto 0;
}

.create-account-wrap {
    position: relative;
    padding-bottom: 30px;
}

.create-account-wrap #organizer-fields,
.create-account-wrap .mail-otp-section {
    width: 100%;
}

.create-account-wrap #organizer-fields {
    max-width: 43.125em;
}

.create-account-wrap .mail-otp-section {
    max-width: 70.35em;
    text-align: center;
    margin: 0 auto 0;
}

.create-account-wrap h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.create-account-wrap .thank-you-wrapper {
    text-align: center;
    padding: 40px;
}

.create-account-wrap .thank-you-wrapper p {
    margin: 0 auto;
}

.create-account-wrap .navigate-signin {
    text-align: center;
    margin-top: 1.5em;
}

.create-account-wrap .sign-text {
    margin: 1.125em auto 0;
    color: #474747;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 26px;
}

.create-account-wrap .sign-text a {
    color: inherit;
}

.create-account-wrap .btn,
.create-account-wrap button {
    font-size: 1.125em;
    margin: auto;
    max-width: 18.3895em;
    width: 100%;
}

.create-account-wrap .error,
.lnfo-list .error {
    color: red !important;
    font-size: 12px;
    display: block;
    line-height: 14px;
    position: relative;
    left: 10px;
    bottom: -5px;
}

.create-account-wrap .floating-label {
    margin-bottom: 25px;
}

.create-account-wrap .country-drop label {
    background: #fff;
    color: #606060;
    font-weight: 500;
    top: 1px;
    left: 12px;
    font-size: 12px;
    z-index: 1;
    padding: 0 4px;
}
.create-account-back {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1.125em;
    cursor: pointer;
    transition: all 0.4s;
    color: #2D2D2D;
    font-size: 1.125em;
    font-weight: 700;
    gap: 0.7em;
    margin-bottom: 2.225em;
}

.create-account-wrap .create-account-back {
    margin-bottom: 4.166666em;
}

.create-account-wrap .loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: calc(50% + 45px);
    top: calc(50% - 7px);
}
.mail-otp-section .form-group {
    max-width: 31em;
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cart-main {
    padding-bottom: 6em;
}
.cart-main .col-lg-8 {
    max-width: 981px;
}
.cart-main .account-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 25px 30px;
}
.cart-main .justify-content-space-between{
    justify-content: space-between;
}
.cart-main .account-status-des {
    max-width: 440px;
    width: 100%;
}
.cart-main h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 2px;
}
.cart-main h3 {
    font-size: 1.375em;
    color: #2D2D2D;
    font-weight: 600;
    margin: 0 0 2px;
}
.cart-main p {
    margin-bottom: 0;
}
.cart-main .standard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-top: 46px;
}
.cart-main .account-status + .standard {
    margin-top: 56px;
}
.cart-main .standard .price {
    display: flex;
    align-items: center;
}
.cart-main .standard .price .custom-secondary-btn {
    padding: 0.5em 1.062em;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-right: 21px;
    min-width: auto;
}
.cart-main .standard .price div {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}
.cart-main .research {
    margin-top: 25px;
}
.cart-main .research .analyst-reports-filter {
    max-width: 22.25em;
}
.cart-main .research .research-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}
.cart-main .research .research-one p {
    max-width: 348px;
    width: 100%;
    font-weight: 500;
    line-height: 22px;
}
.cart-main .research .research-text {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-right: 60px;
}
.cart-main .lnfo-list-wrap {
    margin-top: 30px;
    padding: 0;
}
.cart-main .lnfo-list {
    list-style: none;
    padding: 15px 20px;
    background-color: #F2F2F2;
    border-radius: 20px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    justify-content: space-between;
    position: relative;
}
.cart-main .lnfo-list .d-flex {
    flex-wrap: wrap;
    gap: 0.5em;
}
.lnfo-form {
    padding: 1.25em 0;
    width: 100%;
}
.lnfo-form-wrap {
    text-align: end;
    display: flex;
    justify-content: flex-end;
}
.lnfo-form-wrap .event-content-button{
    border: unset;
    box-shadow: none;
    max-width: fit-content;
    width: fit-content;
    min-width: 9em;
}
.lnfo-form-wrap .custom-secondary-btn{
    border: 1px solid #bdbdbd;
    background: #ffffffb3;
    border-radius: 8em;
    color: #757575;
    font-size: 0.875em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-right: 4px;
    min-width: auto;
    width: auto;
}

.lnfo-form .floating-label input {
    background: #ffffff;
}
.lnfo-form .floating-label label {
    background: linear-gradient(0deg, #ffffff, rgb(0 0 0 / 0%));
}
.cart-main .lnfo-des {
    color: #606060;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cart-main .lnfo-des svg {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    margin-bottom: 1px;
}
.cart-main .lnfo {
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
    margin-right: 20px;
    font-weight: 700;
}
.cart-main .btn-lnfo {
    text-decoration: none;
    color: #2D2D2D;
    background-color: #DCDCDC;
    border: 0;
    padding: 7.5px 22px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
}
.cart-main .order-summary {
    background-color: #F2F2F2;
    padding: 35px 30px;
    border-radius: 24px;
    max-width: 411px;
    margin-left: auto;
}
.cart-main .order-summary h3 {
    margin-bottom: 30px;
}
.cart-main .order-list-wrap {
    padding: 0;
}
.cart-main .order-list-item {
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    color: #626262;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.cart-main .order-list-item.active {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2D2D2D;
}

.cart-main .order-list-item > div {
    max-width: 50%;
    width: 100%;
}
.cart-main .price {
    text-align: end;
}
.cart-main .check-out-btn {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    margin-top: 170px;
}
.cart-main .order-credit-card li div {
    max-width: 14em;
    width: auto;
}
.cart-main .order-credit-card li div:first-child {
    color: #626262;
    font-size: 14px;
}
.cart-main .check-out-btn .custom-button {
    width: 100%;
}
.cart-main .estimated-total {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 30px;
}
.cart-main .estimated-total > div {
    max-width: 50%;
    width: 100%;
}
.cart-main .estimated-total .price {
    text-align: end;
}
.cart-main .estimated-total .price span {
    font-size: 14px;
    line-height: 16px;
    color: #626262;
    display: block;
    margin-top: 3px;
    max-width: 105px;
    margin-left: auto;
}
.check-lnfo-list .btn-lnfo.info-btn-t{
    background-color: transparent;
    padding: 0;
}
.remove-cart .modal-header{
    padding-bottom: 0.7em;
}
.remove-cart .modal-body{
    max-width: 80%;
    width: 100%;
    margin:  0 auto;
}
.order-summary.mt-86{
    margin-top: 86px;
}

.lnfo-form {
  display: none;
  transition: all 0.3s ease;
}


.lnfo-form  .floating-label input:focus + label:not([class="error"]),
.lnfo-form  .floating-label input:focus + .error + div + label:not([class="error"]),
.lnfo-form  .floating-label input:focus + .error + label:not([class="error"]),
.lnfo-form  .floating-label input:not(:placeholder-shown) + label:not([class="error"]),
.lnfo-form  .floating-label input:not(:placeholder-shown) + .error + div + label:not([class="error"]),
.lnfo-form  .floating-label input:not(:placeholder-shown) + .error + label:not([class="error"]) {
 
    background: #F2F2F2;
 
}

.lnfo-form.show {
  display: block;
}
.microsoft-training{
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    
}
.microsoft-training-one{
 display: flex;
    justify-content: space-between; 
}
.microsoft-training .w-200{
    min-width: 180px;
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2em;
}
.microsoft-training .w-200 >div.price{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    font-weight: 600;
}
.microsoft-training .w-200 >div a{
    margin-left: auto;
}
.microsoft-training .w-200 >div{
    text-align: end;

}
.microsoft-training .research-one p {
    max-width: 505px !important;
}
.training-listing{
    margin-top: 40px;
}
.training-listing ul{
    padding-left: 24px; 
}
.training-listing ul li{
    list-style: none;
    position: relative;
    /* padding-right: 4em; */
    padding: 5px 0;
}
.training-listing ul li::after{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #DE2516;
    border-radius: 50%;
    position: absolute; 
    left: -24px;
    top: 9px;
}
 
.training-listing ul li::before{
    content: "";
    width: 7px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: -20px;
    top: 13px;
    z-index: 2;
    transform: rotate(-45deg);
}

.microsoft-training .training-listing ul li {
    color: #626262;
}

.microsoft-training .training-listing ul li b {
    color: #2D2D2D;
    line-height: 1.3;
    display: inline-block;
}

.cart-main h1 {
    margin-top: 0;
    margin-bottom: 0.4em;
}

.thank-you-page h1 {
    margin-bottom: 0.15em;
}

.account-status-des p {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 20px;
    max-width: 27em;
}

.account-status-des p a {
    color: #626262;
    text-underline-position: under;
}

.account-status .event-content-button,
.microsoft-training .event-content-button {
    font-size: 0.875em;
    padding: 0.75em 2em;
    width: 13.358em;
    box-shadow: initial;
}

.cart-main .research .filter-checkbox {
    background-size: 0.7em;
    border-radius: 0.3em;
    position: initial;
    margin-right: 0.5em;
}

.remove-cart .modal-dialog {
    max-width: 34.5em;
    text-align: center;
}

.remove-cart h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin: auto;
}

.remove-cart .modal-body {
    padding-bottom: 1em;
}

.payment-information {
    margin-top: 8.5em;
}

.thank-you-page .payment-information {
    margin-top: 24px;
}

.payment-information-card {
    margin-bottom: 3.75em;
}

.payment-information-heading {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

.payment-information .public-desc {
    color: #606060;
    font-weight: 500;
    line-height: 22px;
}

.payment-information .form-group {
    margin-bottom: 1.5em;
}

.payment-information .form-group span {
    color: #606060;
    font-size: 11px;
    font-weight: 500;
    line-height: 28px;
}

.payment-information .form-group .radio-btn {
    color: #313131;
    font-size: 1em;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 0 2.5em 0.8em 0;
}

.payment-information-card .lnfo-form-wrap button {
    max-width: 18.39em;
    width: 100%;
}

.image-wrap.no-img {
    border-radius: 12px;
    background: #D9D9D9;
    min-height: 115px;
    width: 100%;
}

.public-rgb-block.color-red .section-inner-blocks h1 {
    margin: 36px 0 29.5px;
}

.public-rgb-block .wp-block-separator + p + h3.wp-block-heading + p {
    font-size: 16px;
    color: #2D2D2D;
    margin: 0 0 11px;
}

.membership-pricing .wp-block-column:first-child .wp-block-im-blocks-public-public-rgb h2 {
    margin-top: 68px;
}

.membership-pricing .wp-block-column h2 {
    margin-bottom: 0.2em;
}

.membership-pricing .wp-block-column h2 + p {
    line-height: normal;
}

.research .image-wrap img {
    border-radius: 10px;
}


/* Media */

@media (max-width:1200px) {
    .training-listing ul li {
        padding-right: 0;
    }
    .create-account-wrap .create-account-back {
        margin-bottom: 3.5em;
    }
    .microsoft-training {
        padding: 20px;
    }
}

@media (max-width:992px) {
    .roadmap-wrap-row.roadmap-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .roadmap-wrap-row.roadmap-wrap .card.roadmap {
        width: 100%;
    }

    .training-course-card {
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(8px);
        bottom: 0 !important;
        -webkit-backdrop-filter: blur(8px);
        display: none;
        height: 100%;
        left: 0 !important;
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 7;
        max-width: 100% !important;
    }

    .webinar-image .play {
        height: 1.875em;
        width: 1.875em;
    }

    .webinar-image .play svg {
        height: 9px;
        width: 7px;
    }
    .order-summary.mt-86,
    .payment-information {
        margin-top: 2em;
    }
    .microsoft-training,
    .payment-information-card {
        margin-bottom: 2em;
    }
    .cart-main h3 {
        font-size: 1.125em;
    }
    .create-account-wrap .create-account-back {
        margin-bottom: 3em;
    }
    .cart-main .order-summary {
        max-width: 100%;
        margin-top: 2em;
    }
    .wp-block-column:has(.public-rgb-block) {
        flex-basis: auto !important;
    }
    .wp-block-column figure, .wp-block-column .custom-youtube-embed {
        max-width: 100%;
    }
    .wp-block-column figure img {
        object-fit: contain;
    }
}

@media (max-width:768px) {

    .page-template-template-my-atlas.licensing-reference-section .card.glossary,
    .page-template-template-my-atlas.licensing-reference-section .analyst-reports-list-row .analyst-report.analyst-reports-card.atlas-members-card {
        flex-basis: calc(50% - 0.7em);
        width: calc(50% - 0.7em);
    }

    .card.blog-card {
        flex-basis: calc(50% - 0.7em);
        width: calc(50% - 0.7em);
    }

    .insights-banner .member-about-slider .index-page-slider {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .insights-banner .member-about-slider .index-page-slider .slick-arrow,
    .insights-page-sliders .slick-arrow {
        display: none !important;
    }

    .training-section-padding .index-page-slider {
        padding: 0 0 1.625em 1em;
    }

    .training-section-padding .index-page-slider .slick-arrow {
        display: none !important;
    }

    .home-banner {
        padding: 11em 0 13em;
    }

    .main-page-description {
        display: block;
    }

    .home-banner .training-banner-heading {
        margin: 0 0 0.2em !important;
    }

    .roadmap-wrap-row.roadmap-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .create-account-back,
    .create-account-wrap .create-account-back {
        margin-bottom: 1.9em ;
    }
    .create-account-back {
        font-size: 1em;
    }
    .cart-main .research .row {
        flex-direction: column;
        gap: 1em;
    }
    .cart-main .research .row>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .cart-main .research .row>*.col-2 {
        max-width: 14em;
    }
    .microsoft-training {
        padding: 15px;
    }
    .cart-main .lnfo-list-wrap {
        margin-top: 15px;
    }
    .cart-main .research .research-one,
    .microsoft-training .w-200 {
        margin-bottom: 0;
    }
    .cart-main .research {
        margin-top: 2em;
    }
}

@media (max-width: 720px) {
    .cart-main .account-status {
        flex-direction: column;
        padding: 18px 20px;
        align-items: flex-start;
    }
    .cart-main .account-status .event-content-button {
        margin-top: 20px;
        width: 100%;
    }
    .cart-main .standard {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 25px;
        padding-bottom: 2em;
    }
    .cart-main .standard .price {
        margin-top: 20px;
    }
    .cart-main .research .research-one {
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-main .research .research-text {
        margin: 20px 0 0 0;
    }
    .cart-main .lnfo {
        margin-right: 0;
    }
    .cart-main .check-out-btn {
        margin-top: 100px;
    }
    .cart-main .order-summary{
        padding: 20px;
        margin-top: 2em;
    }
    .cart-main .account-status div{
        width: 100%;
    }
    .order-summary.mt-86{
        margin-top: 20px;
    }
    .microsoft-training-one {
        flex-direction: column;
    }
    .microsoft-training .w-200 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-top: 2em;
    }
    .microsoft-training .w-200 >div.price {
        margin: 0;
    }
    .microsoft-training .w-200 >div {
        width: 100%;
    }
    .microsoft-training .w-200 >div a {
        margin-left: 0;
    }
}

@media screen and (max-width:600px) {
    .recaptcha-modal #formIframe {
        height: calc(100vh - 15em) !important;
    }
}


@media (max-width: 575px) {
    .microsoft-investment-logo:nth-child(even) {
        border-left: 0;
    }

    .home-building-blocks-wrap {
        margin: -6em 0 0em;
    }

    .home-building-blocks-inner {
        gap: 0.625em;
    }

    .insights-slider-section.home-info-section .insights-page-sliders .webinar-event {
        display: block;
    }

    .insights-slider-section.home-info-section .insights-page-sliders .webinar-event .webinar-details .webinar-actions {
        justify-content: end;
    }

    .advisory-services-wrap {
        padding-top: 3.3125em;
    }

    .advisory-services-content {
        border-left: 0px solid #d9d9d9;
        margin: 0 0 3em;
    }

    .advisory-services-content::before {
        display: none;
    }

    .about-bg-vector {
        top: 7em;
        transform: scale(2.5);
    }

    /* PUBLIC SEARCH PAGE DESIGN */
    .public-search-page .resultsManagmentSection {
        margin-top: 4.75em;
    }

    .roadmap-wrap-row.roadmap-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp-block-button,
    .media-content-image {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
    .create-account-wrap .btn, .create-account-wrap button {
        max-width: 100%;
    }
    .payment-information-card .lnfo-form-wrap button {
        max-width: 100%;
    }
}

@media (max-width:425px) {

    .page-template-template-my-atlas.licensing-reference-section .card.glossary,
    .card.blog-card,
    .page-template-template-my-atlas.licensing-reference-section .analyst-reports-list-row .analyst-report.analyst-reports-card.atlas-members-card {
        flex-basis: 100%;
        width: 100%;
    }

    /* HOME PUBLIC PAGE */
    .atlas-membership-laptop-wrap {
        padding-top: 13em;
    }

    /* ANALYST REPORTS PAGE */
    .analyst-reports-card {
        width: calc(50% - 0.7em);
    }

    /* HOME PUBLIC PAGE */
    .atlas-membership-laptop-wrap {
        padding-top: 11em;
    }

    .roadmap-wrap-row.roadmap-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 575px) {
    .microsoft-investment-logo {
        flex-basis: 33.33%;
    }

    .microsoft-investment-logo:nth-child(3n + 2) {
        border-left: 0;
    }

    .microsoft-investment-row {
        margin: 0;
    }

    .microsoft-investment-content-row {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 4em;
    }

    /* ROADMAPS PAGE DESIGN */
    .roadmaps-img-card {
        flex-basis: 15.3125em;
        width: 15em;
        min-width: auto;
    }

    .microsoft-investment-content-heading {
        margin: 0 0 0.4165em;
        text-align: left;
    }

    .microsoft-investment-content-row .public-desc {
        margin: 0;
        text-align: left;
    }

    /* INFOGRAPHICS PAGE DESIGN */
    .infographic-list-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .licensing-reference-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2em 3em;
    }

    /* KITS COLLECTIONS DESIGN */
    .kits-collections-section .card.kits-collections {
        flex: 0 1 calc(49.6% - 0.5em);
    }

    /* INSIGHTS PAGE DESIGN */
    .get-started-content .microsoft-information-detail-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* LANDING PAGE DESIGN */
    .home-banner h1,
    .microsoft-teams-heading {
        font-size: 3.5em;
    }

    .advisory-services-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-building-blocks-wrap {
        margin: -4.5em 0 0em;
    }

    .advisory-services-content {
        padding: 0 1.225em;
    }

    .advisory-services-wrap {
        padding: 3em 0 0;
    }

    .shere-modal-body .custom-button {
        width: fit-content;
    }

    .interests-list .col-lg-5 {
        margin-bottom: 5.625em;
    }


}

@media (min-width: 600px) {
    .email-form button {
        position: absolute;
        top: 0;
        right: 0;
        min-width: auto;
    }

    .insights-banner .member-about-slider {
        margin-top: -50%;
    }

    /* LANDING PAGE DESIGN */
    .home-building-blocks-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Authore Modal */

    .author-detail {
        gap: 2.25em;
        padding: 0 2.5em 2.5em;
    }

    body:has(.public-alert) {
        padding-top: 3.5em;
    }

    body:has(.public-alert) .public-navbar {
        top: 3.5em;
    }


}

@media (min-width: 601px) {
    .admin-bar .public-navbar {
        position: fixed;
        top: 2.875em;
    }

    body.page-template-default.admin-bar:not(.home) {
        padding-top: 3.25em;
    }

    body .gform_wrapper.gform-theme--foundation .gform-footer input[type="submit"].button.gform_button {
        padding: 0.688em 2em;
        width: fit-content;
    }

    .public-search-main .resultsContainer .mobileFilterBar,
    .public-search-main .about-container .mobileFilterBar {
        top: 3.2em;
    }
}

@media (min-width: 640px) {
    .contact-form-wrap .gform_fields {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .contact-form-wrap .gform_fields .gfield {
        width: calc(50% - 7px);
    }

    .contact-form-wrap .gform_fields .gfield#field_4_21,
    .contact-form-wrap .gform_fields .gfield#field_4_20,
    .contact-form-wrap .gform_fields .gfield#field_4_11 {
        width: 100%;
    }

    .contact-form-wrap .gform_fields .gfield#field_4_10 {
        width: calc(55.7975% - 7px);
    }

    .contact-form-wrap .gform_fields .gfield#field_4_1 {
        width: calc(57.537% - 7px);
    }

    .contact-form-wrap .gform_fields .gfield#field_4_4,
    .contact-form-wrap .gform_fields .gfield#field_4_22 {
        width: calc(42.755% - 7px);
    }

    .contact-form-wrap .gform_fields .gfield#field_4_5 {
        width: calc(42.4% - 7px);
    }

    .contact-form-wrap #field_4_23,
    .contact-form-wrap #field_4_24 {
        max-width: 45.0725%;
    }

    .public-rgb-block a.wp-block-button__link {
        padding: .8125em 1em;
    }

    .wp-block-column:has(.public-rgb-block) {
        min-width: 275px;
    }

    .wp-container-core-columns-is-layout-1:has(.public-rgb-block) {
        flex-wrap: wrap !important;
    }
}

@media (min-width: 768px) {

    /* PUBLIC PAGES COMMON CSS */
    .public-pages-wrapper {
        padding: 4em 0;
    }

    .public-pages-wrapper.public-background-image,
    body:has(.public-breadcrumbs) .content-detail-wrap {
        background-size: 150% auto;
        background-position: center -1.8vw;
    }

    .public-pages-container {
        padding: 0 1.875em;
    }

    .public-pages-container h1 {
        font-size: 2.75em;
    }

    .insights-banner h1,
    .public-pages-container .insights-banner h1 {
        font-size: 2.6875em;
    }

    .public-page-heading {
        font-size: 3em;
    }

    /* PUBLIC FOOTER DESIGN */
    .public-footer-row {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        gap: 5em 2em;
        justify-content: space-between;
    }

    .footer-upcoming-licens {
        flex: 0 0 calc(50% - 1em);
        order: 1;
        width: calc(50% - 1em);
    }

    .footer-links {
        flex: 1 0 calc(32.5% - 1em);
        width: calc(32.5% - 1em);
    }

    .footer-links:nth-child(2) {
        order: 3;
    }

    .footer-links:nth-child(3) {
        order: 4;
    }

    .footer-links:nth-child(4) {
        order: 5;
    }

    .footer-links:nth-child(8) {
        flex: 0 0 calc(50% - 1em);
        order: 2;
        width: calc(50% - 1em);
    }

    .slick-dots {
        display: none !important;
    }

    .roadmaps-img-card {
        flex-basis: 15.3125em;
        min-width: 15.3125em;
        margin-bottom: 0;
    }

    .public-navbar {
        display: block;
        padding: 0 1.875em;
    }

    .navbar-row {
        flex-direction: row;
        gap: 1.5em;
        justify-content: inherit;
    }

    .navbar-right-menu {
        gap: 1em;
        flex-direction: inherit;
        width: auto;
    }

    .navbar-menu .nav-link {
        padding: 2em 1.5em;
    }

    .navbar-logo {
        max-width: 7.5em;
        margin: 0;
        position: inherit;
    }

    .navbar-modal-menu-row {
        display: flex;
        gap: 7.625em;
    }

    .navbar-modal-menu-col {
        flex-basis: 50%;
        width: 50%;
    }

    .menu-item-column:not(:last-child) {
        margin: 0 0 2em;
    }

    .sub-menu-list ul li a {
        color: #626262;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0.3em;
    }

    .navbar-modal-menu-row {
        display: flex;
        gap: 3em;
    }

    .navbar-modal-menu-col {
        flex-basis: 50%;
        width: 50%;
    }

    .sub-menu-list ul li a {
        color: #626262;
        font-size: 1em;
        font-weight: 500;
        line-height: 1em;
        margin-bottom: 0.8em;
    }

    .menu-modal {
        left: auto;
        right: 0;
    }

    .menu-modal-body {
        border-radius: 2em 0 0 2em;
        left: auto;
        max-width: 46em;
        right: -100%;
    }

    @keyframes slideInRight {
        0% {
            right: -100%;
        }

        100% {
            right: 0;
        }
    }

    .menu-modal-scrollbar {
        height: 100%;
        padding: 3em 3.125em 1em;
    }

    .modal-close-btn {
        height: 3em;
        position: fixed;
        right: 1em;
        top: 1em;
        width: 3em;
    }

    @keyframes CloseBtn {
        0% {
            right: -100%;
        }

        100% {
            right: 1em;
        }
    }

    .modal-close-btn svg {
        height: 1.4375em;
        width: 1.4375em;
    }

    .menu-item-heading {
        font-size: 1.375em;
        line-height: 1em;
        margin-bottom: 0.5em;
    }

    .sub-menu-list {
        display: block;
        max-width: 15em;
        position: initial;
        padding: 0;
    }

    .sub-menu-list ul {
        height: auto;
    }

    .become-member-btn {
        border: 1.5px solid #fff;
        background: transparent;
        font-size: 0.75em;
        line-height: 1.5em;
        padding: 0.61em 1.445em;
    }

    /* INSIGHTS PAGES DESIGN */
    .insights-pages-wrapper {
        padding: 9em 0 4em;
    }

    .footer-section button {
        font-size: 0.875em;
    }

    .footer-links-list {
        margin-bottom: 3.4375em;
        text-align: left;
    }

    .footer-contact-info {
        padding: 2.5em 0 1em;
    }

    .become-member-div {
        margin-bottom: 2em;
    }

    .footer-links:nth-child(8) {
        margin-top: 0;
    }

    .public-footer-copyright .public-desc {
        font-size: 0.875em;
    }

    .public-footer-copyright .privacy-policy::after {
        display: none;
    }

    .public-footer-copyright {
        margin-top: 3em;
    }

    /* microsoft-investment-section */
    .microsoft-investment-content {
        flex-basis: 66.66%;
        padding: 0 4.375em 3.125em 0;
    }

    .microsoft-investment-logo {
        flex-basis: 33.33%;
        height: 13em;
    }

    .microsoft-investment-logo:nth-child(3n) {
        border-left: 0;
    }

    .microsoft-investment-logo:nth-child(3n + 2) {
        border-left: 0.05em solid #d9d9d9;
    }

    /* ROADMAPS PAGE DESIGN */
    .insights-pages-container {
        padding: 0 1.875em;
    }

    .roadmaps-list-row {
        display: flex;
        gap: 1.55em;
    }

    .insights-buttons-group {
        gap: 1em;
    }

    /* ANALYST REPORTS PAGE */
    .analyst-reports-card {
        width: 14.25em;
    }

    /* INFOGRAPHICS PAGE DESIGN */
    .infographic-list-row,
    .licensing-reference-list {
        grid-template-columns: repeat(3, 1fr);
    }

    /* KITS COLLECTIONS DESIGN */
    .kits-collections-section .card.kits-collections {
        flex: 0 1 calc(33.13% - 0.75em);
    }

    /* CONTACT PAGE DESIGN */
    .contact-subscription-section {
        padding: 4em 0;
    }

    .contact-card-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 2em;
    }

    /* INSIGHTS PAGE DESIGN */
    .insights-banner-vector {
        left: auto;
        right: 6.5em;
    }

    .insights-banner-row {
        flex-direction: row;
    }

    .insights-mobile-column {
        padding: 3em 0 0;
        width: 65%;
    }

    .insights-mobile-column .phone-img {
        max-width: 71.1%;
    }

    .insights-banner .member-about-slider {
        margin-top: -36%;
    }

    .insights-banner .member-about-slider .member-about-card {
        margin: 2.125em 3.1875em 2.125em 0;
    }

    .insights-slider-content .public-desc {
        margin-bottom: 1.375em;
    }

    .insights-slider-content button {
        display: block;
    }

    .insights-banner-card {
        left: auto;
        top: 1.2%;
        right: 6%;
    }

    .insights-banner-content {
        margin: 3em 0 0 0;
        max-width: 29.2375em;
    }

    .insights-banner-card .card-title {
        font-size: 1em;
        line-height: 1.125em;
    }

    .insights-banner-card .card-desc {
        font-size: 0.875em;
    }

    .webinars-card {
        bottom: auto;
        right: -4%;
        top: calc(50% - 21%);
    }

    .email-form input {
        font-size: 1.125em;
        margin: 0;
        padding: 0.8612em 8em 0.8612em 1.4em;
    }

    .email-form button {
        font-size: 1.125em;
        padding: 0.8612em 1.736em;
    }

    .get-started-section {
        padding: 1em 0 4em;
        position: relative;
    }

    .insights-page-sliders .card.roadmap {
        flex-basis: 15em;
        margin: 0 1.5em 0 0;
        position: relative;
        width: 15em;
    }

    .insights-page-sliders .card.roadmap.slick-current.slick-active+.slick-active {
        flex-basis: 19em;
        overflow: visible;
        width: 19em;
    }

    .insights-page-sliders .card.roadmap.slick-current.slick-active+.slick-active .roadmaps-download-card {
        display: flex;
    }

    /* TRAINING PAGE DESIGN */
    .training-banner {
        padding: 6em 0 10em;
    }

    .reviews-filter {
        display: flex;
        top: 4.7em;
    }

    /* LANDING PAGE DESIGN */
    .home-banner {
        padding: 11em 0 5em;
    }

    .home-banner h1,
    .microsoft-teams-heading {
        font-size: 4em;
    }

    .main-page-description {
        display: none;
    }

    .home-building-blocks-wrap {
        padding: 0 0 5em;
        margin: -6.5em 0 0em;
    }

    .atlas-membership-content .custom-button {
        display: block;
    }

    .atlas-membership-laptop-wrap .custom-button {
        display: none;
    }

    /* DEFAULT PAGE TEMPLATE */
    body.page-template-default:not(.home),
    body.page-template-default.admin-bar:not(.home) {
        padding-top: 4.375em;
    }

    .public-page-wrapper {
        margin: 4em 0;
    }

    .public-page-center {
        max-width: 103.75em;
        padding: 0 1.875em;
    }

    .public-page-title {
        font-size: 2.9375em;
    }

    .insights-banner .insights-banner-content .public-desc {
        max-width: 22.938em;
    }

    .card.blog-card {
        flex-basis: calc(33% - 0.7em);
        width: calc(33% - 0.7em);
    }

    .public-search-main .resultsContainer .mobileFilterBar,
    .public-search-main .about-container .mobileFilterBar {
        top: 4.3em;
    }

    .custom-video-card {
        flex-direction: row;
    }

    .public-pages-container p {
        margin: 1em 0;
    }

}

@media (min-width: 783px) {
    .admin-bar .public-navbar {
        top: 2em;
    }

    .admin-bar .menu-modal {
        height: calc(100vh - 2em);
        top: 2em;
    }
}

@media (min-width: 992px),
print and (min-width: 992px) {
    .wp-block-column:has(.public-rgb-block.color-green) {
        max-width: initial;
        margin-top: 0;
    }

    /* PUBLIC PAGES COMMON CSS */
    .public-pages-wrapper {
        padding: 5.25em 0;
    }

    .public-pages-wrapper.public-background-image,
    body:has(.public-breadcrumbs) .content-detail-wrap {
        background-size: 100% auto;
        background-position: center -1.2vw;
    }

    .public-pages-container {
        padding: 0 1.875em;
    }

    .insights-banner-content {
        margin: 8em 0 0 0;
    }

    .public-pages-container h1 {
        font-size: 3.5em;
    }

    .insights-banner h1,
    .public-pages-container .insights-banner h1 {
        font-size: 3.125em;
    }

    .public-pages-container p {
        font-size: 1em;
    }

    .insights-mobile-column {
        width: 40%;
    }

    .public-page-heading {
        font-size: 3em;
        line-height: 1em;
    }

    .navbar-row {
        gap: 1.5em;
    }

    .navbar-menu .nav-link {
        padding: 3em 1.5em;
    }

    .navbar-right-menu {
        gap: 1.375em;
    }

    .navbar-logo {
        max-width: 100%;
    }

    .become-member-btn {
        font-size: 0.875em;
    }

    .nav-link {
        font-size: 0.875em;
    }

    .nav-link svg {
        min-width: 1.575em;
        height: 1.575em;
        width: 1.575em;
    }

    .navbar-modal-menu-row {
        display: flex;
        gap: 7.625em;
    }

    .navbar-modal-menu-col {
        flex-basis: 100%;
        width: 100%;
        column-count: 2;
    }

    .menu-item-column:not(:last-child) {
        margin: 0 0 3em;
    }

    .sub-menu-list ul li a {
        color: #626262;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.1em;
        margin-bottom: 0.6em;
    }

    .menu-modal-body {
        border-radius: 5em 0 0 5em;
        max-width: 53.8125em;
    }

    .menu-modal-scrollbar {
        padding: 6em 7.125em 1em;
    }

    .modal-close-btn {
        top: 1.75em;
        right: 2.5em;
    }

    @keyframes CloseBtn {
        0% {
            right: -100%;
        }

        100% {
            right: 2.5em;
        }
    }

    .navbar-modal-menu-row {
        gap: 7.625em;
    }

    /* PUBLIC FOOTER DESIGN */
    .footer-section {
        padding: 5em 0;
    }

    .footer-links {
        flex: inherit;
        width: auto;
    }

    .microsoft-investment-section {
        padding: 6.625em 0;
    }

    /* microsoft-investment-section */
    .microsoft-investment-content {
        flex-basis: 50%;
    }

    .microsoft-investment-content p {
        font-size: 1.125em;
    }

    .microsoft-investment-logo {
        flex-basis: 25%;
        height: 15em;
    }

    .microsoft-investment-logo:nth-child(4n) {
        border-left: 0;
    }

    .microsoft-investment-logo:nth-child(3n) {
        border-left: 0.05em solid #d9d9d9;
    }

    .microsoft-investment-content-row {
        grid-template-columns: repeat(4, 1fr);
    }

    /* INSIGHTS PAGES DESIGN */
    .insights-pages-wrapper {
        padding: 10em 0 5em;
    }

    .insights-pages-head {
        gap: 4em;
        margin-bottom: 3em;
    }

    .insights-buttons-group {
        gap: 1.5em;
    }

    /* ROADMAPS PAGE DESIGN */
    .roadmaps-list-row {
        align-items: center;
        gap: 2.125em;
    }

    /* INFOGRAPHICS PAGE DESIGN */
    .infographic-list-row {
        grid-template-columns: repeat(4, 1fr);
    }

    .licensing-reference-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 3em;
    }

    .webinars-page-wrapper .index-page-content-body .podcast-episode-player-controls .play {
        height: 2.875em;
        width: 2.875em;
    }

    /* KITS COLLECTIONS DESIGN */
    .kits-collections-section .card.kits-collections {
        flex: 0 1 calc(33.03% - 0.6667em);
    }

    .blog-page-head {
        max-width: 87.5em;
    }

    .blog-page-head .author .author-image {
        min-width: 12em;
        padding: 12em 0 0 0;
        margin: 0 1em 0 0;
        width: 12em;
    }

    .blog-page-head .author {
        display: flex;
    }

    .contact-subscription-section {
        padding: 4.5em 0;
    }

    .contact-from-heading {
        font-size: 2.5em;
    }

    .contact-from-heading {
        margin-bottom: 1.5em;
    }

    .contact-form-row {
        display: flex;
        gap: 7em;
    }

    .contact-form-group {
        margin-bottom: 3.25em;
    }

    /* INSIGHTS PAGE DESIGN */
    .analyst-reports-slider-section .index-page-slider {
        width: 100% !important;
    }

    .analyst-reports-slider-section .slick-track {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25em;
        transform: inherit !important;
        width: 100% !important;
    }

    .analyst-reports-slider-section .slick-track::before,
    .analyst-reports-slider-section .slick-arrow {
        display: none !important;
    }

    .analyst-reports-slider-section .slick-track .card {
        min-height: auto;
        width: 100% !important;
    }

    .analyst-reports-slider-section .slick-track .card .card-title {
        font-size: 1.125em;
    }

    .analyst-reports-slider-section .slick-track .card .card-flex {
        gap: 1em;
        max-width: 100%;
    }

    /* INSIGHTS PAGE DESIGN */
    .get-started-section {
        padding: 4em 0 8em;
    }

    .get-started-row {
        flex-direction: row;
        gap: 4em;
    }

    .get-started-content {
        display: block;
        width: 44.4%;
    }

    .get-started-heading {
        font-size: 8em;
        line-height: 1em;
        margin: 0.2125em 0 0.375em;
        max-width: 100%;
        right: 126%;
        white-space: nowrap;
    }

    .get-started-form {
        margin-bottom: 3.7em;
    }

    .insights-slider-section {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .roadmaps-slider-section {
        padding: 0;
    }

    .roadmaps-slider-section .index-page-slider {
        padding-top: 6em !important;
        padding-bottom: 4em !important;
    }

    .insights-slider-row {
        flex-direction: row;
        gap: 1.5em 3em;
    }

    .insights-slider-content {
        max-width: 21.125em;
        min-width: 21.125em;
    }

    .insights-page-sliders .index-page-slider {
        margin-left: 0;
        padding: 0 0 1px;
        width: calc(100% + 2em);
    }

    .insights-page-sliders {
        flex: 0 0 calc(100% - 24.3em);
        width: calc(100% - 24.3em);
    }

    .analyst-reports-slider-section .slick-track {
        grid-template-columns: repeat(2, 1fr);
    }

    .insights-page-sliders .licensing-reference-list {
        gap: 2em 3em;
        grid-template-columns: repeat(2, 1fr);
    }

    .analyst-reports-filter {
        display: flex;
    }

    .podcasts-play-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .get-started-content .microsoft-information-detail-list {
        gap: 0 1em;
    }

    .analyst-reports-slider-section .slick-track .card:hover .read-more-overlay {
        display: flex;
    }

    .insights-slider-section .card.infographic {
        flex-basis: 20.55em;
        width: 20.55em;
    }

    .insights-slider-section .insights-page-sliders .webinar-event {
        display: flex;
    }

    .insights-banner .about-bg-vector.insights-dots-banner-vector {
        max-width: 100%;
        width: 100%;
    }

    /* TRAINING PAGE DESIGN */
    .training-course-card-mobile {
        display: none;
    }

    .training-banner {
        padding: 8em 0 8em;
    }

    .training-section-padding {
        padding-bottom: 9.375em;
    }

    .training-course-card {
        background: transparent;
        display: block;
        margin-top: -30em;
        min-width: 26em;
        position: relative;
        z-index: 2;
    }

    .course-card {
        border-radius: 1.5em;
        max-height: none;
        position: initial;
        padding: 0 !important;
        width: auto;
    }

    .FAQ-section-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-filter-button {
        padding: 0.495em 2.715em;
    }

    .training-course-card::after {
        display: none;
    }

    .training-agendas-section {
        position: relative;
    }

    /* LANDING PAGE DESIGN */
    .home-banner {
        padding: 15em 0 7em;
    }

    .home-banner h1,
    .microsoft-teams-heading {
        font-size: 5em;
    }

    .home-wrapper .insights-slider-content {
        max-width: 36.5625em;
    }

    .home-wrapper .insights-slider-content .insights-slider-heading {
        max-width: 6em;
    }

    .home-wrapper .insights-slider-content .analyst-report-title {
        font-size: 1.25em;
    }

    .home-building-blocks-wrap {
        padding: 0 0 0em;
        margin: -6.5em 0 9.375em;
    }

    .advisory-services-section {
        padding: 9.375em 0 9.375em;
    }

    .advisory-services-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .advisory-services-content {
        margin: 0 0 0em;
    }

    .home-building-blocks-wrap {
        margin: -6.5em 0 9.375em;
    }

    .atlas-membership-section {
        margin-bottom: 9.375em;
        display: block;
    }

    .home-wrapper .authors-slider-section {
        margin-top: -6em;
    }

    .atlas-membership-wrap {
        display: flex;
    }

    .atlas-membership-content {
        max-width: 34.875em;
        width: 100%;
    }

    .atlas-membership-content p {
        max-width: 28.625em;
        margin-bottom: 2.375em;
    }

    .atlas-membership-laptop-wrap {
        padding-top: 11em;
    }

    .home-info-section .webinar-event .webinar-title {
        font-size: 1.25em;
    }

    .atlas-membership-laptop-wrap .analyst-player-div {
        display: block;
    }

    .atlas-membership-laptop-wrap .analyst-player-div {
        bottom: -5%;
    }

    .atlas-membership-laptop-wrap {
        margin: 0em 0 0;
    }

    .atlas-membership-laptop-wrap .analyst-card-div {
        right: 0;
        left: auto;
    }

    .agenda-section-card {
        display: block;
        min-width: 30.5em;
    }

    .agenda-section {
        max-width: calc(100% - 510px);
    }

    .agenda-section-card.sticky-side {
        right: calc(50% - 47%);
    }

    /* PUBLIC SEARCH PAGE DESIGN */
    .public-search {
        margin: 0 auto 2.85em;
    }

    /* DEFAULT PAGE TEMPLATE */
    body.page-template-default:not(.home),
    body.page-template-default.admin-bar:not(.home) {
        padding-top: 6.125em;
    }

    .public-page-wrapper {
        margin: 5em 0;
    }

    .public-page-center {
        max-width: 105em;
        padding: 0 2.5em;
    }

    .public-page-title {
        font-size: 3.625em;
    }


    /* Author Modal */

    .author-modal .modal-dialog .modal-content {
        border-radius: 3.75em;
    }

    .author-modal .modal-dialog .modal-content .btn-close {
        height: 2em !important;
        right: 1.875em;
        top: 1.75em;
        width: 2em !important;
    }

    .author-detail {
        align-items: flex-start;
        flex-direction: row;
        gap: 3.25em;
        padding: 0 3.5em 3.5em;
    }

    .author-detail .author-name {
        font-size: 1.875em;
    }

    .public-search-main {
        padding: 8em 0;
    }

    .menu-item-search {
        display: none;
    }

    body .public-pages-container .training-course-card:not(.training-wrapper .training-course-card) {
        height: auto;
        top: 0 !important;
        right: 1.875em !important;
    }

    .public-pages-wrapper.training-wrapper+.wp-block-columns {
        min-height: 21em;
        max-width: 83%;
    }

    body:has(.public-sidebar) .wp-container-core-columns-is-layout-2 .wp-block-column[style="flex-basis:33.33%"] {
        display: flex;
        align-items: flex-start;
    }

}

@media (min-width: 1200px),
print and (min-width: 1200px) {

    .insights-page-sliders .index-page-slider {
        width: calc(100% + 8em);
    }

    /* PUBLIC PAGES COMMON CSS */
    .public-pages-wrapper {
        padding: 6.25em 0;
    }

    .public-pages-container {
        padding: 0 3.125em;
    }

    .public-pages-container h1 {
        font-size: 4.25em;
    }

    .public-page-heading {
        font-size: 3.75em;
    }

    .navbar-row {
        gap: 2em;
    }

    .public-navbar {
        padding: 0 3.125em;
    }

    .navbar-menu .nav-link {
        padding: 2.5em 2em;
    }

    .nav-link {
        font-size: 1em;
    }

    /* PUBLIC FOOTER DESIGN */
    .public-footer-row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 3em;
    }

    .footer-upcoming-licens .register-date {
        font-size: 0.875em;
    }

    .become-member-div {
        margin-bottom: 3.75em;
    }

    .footer-upcoming-licens,
    .footer-links:nth-child(2),
    .footer-links:nth-child(3),
    .footer-links:nth-child(4),
    .footer-links:nth-child(8) {
        order: inherit;
        width: auto;
    }

    .microsoft-investment-content-row {
        padding-top: 4.8125em;
    }

    .microsoft-investment-content-heading {
        font-size: 2.25em;
        max-width: 6.9em;
        margin: 0 0 0.3em;
    }

    .microsoft-investment-content-row .public-desc {
        font-size: 1.125em;
        max-width: 14.4em;
    }

    /* INSIGHTS PAGES DESIGN */
    .insights-pages-wrapper {
        padding: 12em 0 6em;
    }

    .insights-pages-container {
        padding: 0 3.125em;
    }

    .insights-pages-head {
        margin-bottom: 4em;
    }

    .insights-pages-wrapper .about-desc {
        margin-bottom: 2.375em;
    }

    .footer-links-list a {
        font-size: 0.875em;
    }

    /* ROADMAPS PAGE DESIGN */
    .roadmaps-list-heading {
        font-size: 2.5em;
        line-height: 2em;
        margin: 0 0 0;
    }

    .licensing-reference-list {
        gap: 2em 8.375em;
    }

    /* KITS COLLECTIONS DESIGN */
    .kits-collections-section .card.kits-collections {
        flex: 0 1 calc(25% - 5.9995em);
        min-width: 16.2em;
    }

    /* PUBLIC BLOG PAGE DESIGN */
    .card.blog-card {
        flex-basis: 21em;
        width: 21em;
    }

    .card.blog-card .blog-card-body .card-title {
        font-size: 1.125em;
        margin-top: 0.25em;
    }

    .blog-page-head .author .author-image {
        min-width: 14em;
        margin: 0 2em 0 0;
        padding: 14em 0 0 0;
        width: 14em;
    }

    /* CONTACT PAGE DESIGN */
    .contact-subscription-section {
        padding: 5em 0;
    }

    .contact-card-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 2em;
    }

    .contact-digital-price {
        font-size: 1.625em;
    }

    .contact-from-heading {
        font-size: 3em;
    }

    .contact-form-row {
        gap: 15.25em;
    }

    /* INSIGHTS PAGE DESIGN */
    .webinars-card {
        max-width: 23.25em;
        right: -4%;
    }

    .insights-banner-content {
        margin: 0;
        padding: 12.875em 0 0;
    }

    .insights-mobile-column {
        width: 100%;
    }

    .insights-banner h1,
    .public-pages-container .insights-banner h1 {
        font-size: 3.5625em;
    }

    .insights-slider-section .insights-page-sliders .webinar-event .podcast-episode-player-controls span.play {
        height: 3.875em;
        width: 3.875em;
    }

    .insights-slider-section .insights-page-sliders .webinar-event .podcast-episode-player-controls span.play svg {
        height: 1.875em;
        width: 1.875em;
    }

    .insights-slider-section {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .roadmaps-slider-section {
        padding: 0;
    }

    .roadmaps-slider-section .index-page-slider {
        padding-top: 6em !important;
        padding-bottom: 4em !important;
    }

    .insights-slider-row {
        gap: 1.5em 5em;
    }

    .insights-page-sliders .index-page-slider {
        width: calc(100% + 2em);
    }

    .insights-page-sliders {
        flex: 0 0 calc(100% - 25em);
        width: calc(100% - 25em);
    }

    .analyst-reports-slider-section .slick-track {
        grid-template-columns: repeat(2, 1fr);
    }

    .insights-page-sliders .licensing-reference-list {
        gap: 2em 3em;
        grid-template-columns: repeat(3, 1fr);
    }

    .podcasts-play-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .get-started-content .microsoft-information-detail-list {
        gap: 0 5.625em;
    }

    .get-started-heading {
        font-size: 8em;
        line-height: 1em;
    }

    h2.insights-slider-heading {
        font-size: 3em;
    }

    .get-started-section {
        padding: 6em 0 16em;
    }

    .insights-page-sliders .card.roadmap {
        flex-basis: 18.875em;
        margin: 0 2.7em 0 0;
        position: relative;
        width: 18.875em;
    }

    .insights-page-sliders .card.roadmap.slick-current.slick-active+.slick-active {
        flex-basis: 25.4875em;
        overflow: visible;
        width: 18.875em;
    }

    .insights-page-sliders .card.roadmap {
        flex-basis: 17em;
        margin: 0 2.7em 0 0;
        position: relative;
        width: 17em;
    }

    .insights-page-sliders .card.roadmap.slick-current.slick-active+.slick-active {
        flex-basis: 21em;
        overflow: visible;
        width: 21em;
    }

    .insights-page-sliders .card.roadmap.slick-current.slick-active+.slick-active .roadmaps-download-card {
        display: flex;
    }

    .roadmaps-download-card .card-title {
        font-size: 1.25em;
    }

    /* TRAINING PAGE DESIGN */
    .course-player.podcast-episode-player-controls button.play {
        height: 3.75em;
        width: 3.75em;
    }

    /* TRAINING PAGE DESIGN */
    .training-banner {
        padding: 9em 0 9em;
    }

    .course-card-body {
        padding: 2.25em;
    }

    .reviews-filter {
        margin-left: auto;
        top: 5.2em;
    }

    /* LANDING PAGE */
    .home-banner h1,
    .insights-banner.home-banner h1 {
        font-size: 6.25em;
        margin: 0 0 0.22em !important;
    }

    .main-page-banner-list-desc:not(:first-child)::before {
        margin: 0 2.75em;
    }

    .main-page-banner-list-desc {
        font-size: 1.5em;
        line-height: 1.3285em;
    }

    .atlas-membership-laptop-wrap .analyst-reports-card .card-flex {
        gap: 3.9em;
    }

    .atlas-membership-laptop-wrap .analyst-reports-card .card-new-badge {
        font-size: 1em;
    }

    .atlas-membership-laptop-wrap .analyst-reports-card .card-title {
        font-size: 2em;
    }

    .atlas-membership-laptop-wrap .analyst-reports-card .card-date,
    .atlas-membership-laptop-wrap .analyst-reports-card .card-bottom-text {
        font-size: 1.125em;
    }

    .analyst-report-title {
        font-size: 1.125em;
        max-width: 10em;
    }

    .analyst-player-card .podcast-episode-player-controls .play {
        height: 3em;
        width: 3em;
    }

    .microsoft-teams-section .public-desc,
    .public-pages-container .home-public-desc {
        font-size: 1.125em;
        line-height: 1.6667em;
    }

    .microsoft-teams-section .card-text {
        font-size: 1.25em;
    }

    .home-wrapper .training-section-padding .author-name {
        font-size: 1.375em;
    }

    .home-wrapper .training-section-padding .author-description {
        font-size: 1em;
    }

    .home-wrapper .training-section-padding .author {
        margin: 0 5em 0 0;
        width: 15.25em;
    }

    .home-wrapper .training-section-padding .author-image {
        height: 15.25em;
        width: 15.25em;
    }

    .advisory-services-section {
        padding: 15em 0 9.6875em;
    }

    .home-building-blocks-wrap {
        margin: -6.5em 0 9.375em;
    }

    .advisory-services-content .custom-secondary-btn {
        font-size: 1em;
    }

    .advisory-services-wrap {
        padding-top: 4em;
    }

    .advisory-services-content .card-flex {
        gap: 2.5em;
    }

    .home-building-blocks-wrap {
        margin: -6.5em 0 16.25em;
    }

    .atlas-membership-section {
        margin-bottom: 14.6875em;
    }

    .microsoft-teams-heading {
        font-size: 5.625em;
    }

    .microsoft-teams-section {
        padding: 14em 0 17em;
    }

    .home-wrapper .authors-slider-section {
        margin-top: -8.4em;
    }

    .analyst-card-div {
        top: -12%;
    }

    .home-builing-blocks {
        border-radius: 1.875em;
        padding: 1.875em;
    }

    .home-builing-blocks .directions-badge {
        margin: -1.1em;
    }

    .home-builing-blocks .arrow-icon {
        bottom: 2em;
        right: 1.875em;
    }

    .home-builing-blocks .card-title {
        margin: 0.55em 0 0.4em;
        font-size: 1.5em;
    }

    .home-builing-blocks .arrow-icon svg {
        width: 0.75em;
    }

    .home-info-section .webinar-event .webinar-title {
        font-size: 1.5em;
    }

    .advisory-services-title {
        font-size: 1.875em;
    }

    .atlas-membership-laptop-wrap .analyst-player-div {
        bottom: 0%;
    }

    .atlas-membership-laptop-wrap .analyst-card-div {
        max-width: 22.25em;
        width: 22.25em;
    }

    .atlas-membership-laptop-wrap .analyst-report-title {
        font-size: 1.125em;
    }

    .agenda-section-card.sticky-side {
        right: calc(50% - 46%);
    }

    .home-building-blocks-inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 1em;
    }

    /* DEFAULT PAGE TEMPLATE */
    body.page-template-default:not(.home),
    body.page-template-default.admin-bar:not(.home) {
        padding-top: 6em;
    }

    .public-page-wrapper {
        margin: 6em 0;
    }

    .public-page-center {
        max-width: 106.25em;
        padding: 0 3.125em;
    }

    .public-page-title {
        font-size: 4.3125em;
    }

    body .gform_wrapper.gform-theme--foundation .gform-footer input[type="submit"].button.gform_button {
        font-size: 1.125em;
        min-width: 10.278em;
    }

    .infographic-section .pagination {
        max-width: 65.5em;
    }

    .atlas-membership-laptop-wrap .analyst-reports-card {
        padding: 2.5em;
    }

    body .public-pages-container .training-course-card:not(.training-wrapper .training-course-card) {
        right: 3.125em !important;
    }

    .cart-main .research .research-one .custom-button {
        min-width: auto;
    }
}

@media (min-width: 1400px),
print and (min-width: 1400px) {

    /* PUBLIC PAGES COMMON CSS */
    .public-pages-wrapper {
        padding: 7.25em 0;
    }

    .public-pages-container {
        padding: 0 3.75em;
    }

    .public-pages-container h1 {
        font-size: 5em;
    }

    .insights-banner h1,
    .public-pages-container .insights-banner h1 {
        font-size: 4em;
    }

    .public-page-heading {
        font-size: 5em;
    }

    .navbar-row {
        gap: 1.9em;
    }

    .public-navbar {
        padding: 0 3.75em;
    }

    .navbar-menu .nav-link {
        padding: 2.25em 1.9em;
    }

    .nav-link {
        font-size: 1.25em;
    }

    .navbar-right-menu .nav-link {
        font-size: 1em;
    }

    /* PUBLIC FOOTER DESIGN */
    .footer-upcoming-licens .register-date {
        font-size: 1em;
    }

    .footer-upcoming-licens {
        min-width: 21.75em;
    }

    .footer-links-list a {
        font-size: 1em;
    }

    /* microsoft-investment-section */
    .microsoft-investment-content {
        flex-basis: 40%;
    }

    .microsoft-investment-logo {
        flex-basis: 20%;
        height: 17.875em;
    }

    .microsoft-investment-logo:nth-child(5n) {
        border-left: 0;
    }

    .microsoft-investment-logo:nth-child(4n) {
        border-left: 0.05em solid #d9d9d9;
    }

    /* INSIGHTS PAGES DESIGN */
    .insights-pages-wrapper {
        padding: 14em 0 8.125em;
    }

    .insights-pages-container {
        padding: 0 3.75em;
    }

    .insights-pages-head {
        margin-bottom: 5.3125em;
    }

    /* ANALYST REPORTS PAGE */
    .analyst-reports-section {
        padding: 2em 0;
    }

    .analyst-reports-card {
        min-height: 21.25em;
    }

    .licensing-reference-section .analyst-reports-card {
        min-height: auto;
    }

    /* INFOGRAPHICS PAGE DESIGN */
    .infographic-list-row {
        grid-template-columns: repeat(5, 1fr);
    }

    /* KITS COLLECTIONS DESIGN */
    .kits-collections-section .card.kits-collections {
        flex: 0 1 calc(27% - 5.9995em);
        min-width: 19em;
    }

    .blog-page-head .author .author-image {
        min-width: 16.3125em;
        margin: 0 3.125em 0 0;
        padding: 16.3125em 0 0 0;
        width: 16.3125em;
    }

    /* CONTACT PAGE DESIGN */
    .contact-subscription-section {
        padding: 5.9375em 0;
    }

    .contact-card-row {
        gap: 3.125em;
    }

    .contact-card-body {
        padding: 3.125em;
    }

    .contact-card-heading {
        font-size: 1.75em;
    }

    .subscribe-price {
        font-size: 3em;
    }

    .contact-digital-price {
        font-size: 2em;
    }

    .contact-digital-heading {
        font-size: 1.25em;
    }

    .contact-from-heading {
        font-size: 3.75em;
    }

    .contact-from-heading {
        margin-bottom: 2em;
    }

    /* INSIGHTS PAGE DESIGN */
    .webinars-card {
        right: -13%;
    }

    .insights-slider-section {
        padding-top: 5.9375em;
        padding-bottom: 5.9375em;
    }

    .roadmaps-slider-section {
        padding: 0;
    }

    .roadmaps-slider-section .index-page-slider {
        padding-top: 5.9375em !important;
        padding-bottom: 5.9375em !important;
    }

    .insights-slider-row {
        gap: 1.5em 8.125em;
    }

    .insights-page-sliders {
        flex: 0 0 calc(100% - 27.9em);
        width: calc(100% - 27.9em);
    }

    .analyst-reports-slider-section .slick-track {
        grid-template-columns: repeat(3, 1fr);
    }

    .insights-page-sliders .licensing-reference-list {
        gap: 2em 8.375em;
    }

    h2.insights-slider-heading {
        font-size: 3.75em;
        line-height: 1em;
    }

    .get-started-section {
        padding: 9.75em 0 22em;
    }

    .get-started-heading {
        font-size: 10em;
    }

    .get-started-row {
        gap: 7em;
    }

    .roadmaps-download-card {
        right: auto;
        left: 3.8125em;
    }

    /* TRAINING PAGE DESIGN */
    .training-banner {
        padding: 9em 0 14em;
    }

    .reviews-filter {
        margin: auto;
        top: 5.4em;
    }

    .public-pages-wrapper.training-wrapper+.wp-block-columns {
        max-width: 100%;
    }

    /* LANDING PAGE DESIGN */
    .home-wrapper .insights-slider-row {
        gap: 1.5em 13.5em;
    }

    .advisory-services-wrap {
        padding-top: 7.1875em;
    }

    .advisory-services-content {
        padding: 0 2.225em;
    }

    .microsoft-teams-section {
        padding: 17.3125em 0 22.125em;
    }

    .analyst-reports-card .card-flex {
        gap: 4em;
    }

    .advisory-services-content .custom-secondary-btn {
        font-size: 1.125em;
    }

    .atlas-membership-laptop-wrap .analyst-player-div {
        bottom: 19%;
    }

    /* DEFAULT PAGE TEMPLATE */
    body.page-template-default:not(.home),
    body.page-template-default.admin-bar:not(.home) {
        padding-top: 6.875em;
    }

    .public-page-wrapper {
        margin: 7em 0;
    }

    .public-page-center {
        max-width: 107.5em;
        padding: 0 3.75em;
    }

    .public-page-title {
        font-size: 5em;
    }

    .home-wrapper .slider-height-fix .index-page-slider {
        margin-left: calc((100vw - 100%) / -2);
        padding-left: calc((100vw - 100%) / 2);
        width: 100vw;
    }

    .home-building-blocks-inner {
        gap: 1.5em;
    }

    .contact-info-section h1 {
        color: rgba(0, 0, 0, 1);
        font-size: 5em;
        margin: 0px 0 0.75em;
    }

    .public-search-main {
        padding: 11.6em 0;
    }

    body .public-pages-container .training-course-card:not(.training-wrapper .training-course-card) {
        right: 3.75em !important;
    }

}

@media (min-width: 1500px),
print and (min-width: 1500px) {

    /* PUBLIC FOOTER DESIGN */
    .public-footer-row {
        gap: 4em;
    }

    /* INSIGHTS PAGE DESIGN */
    .webinars-card {
        right: -24%;
    }

    /* LANDING PAGE DESIGN */
    .advisory-services-title {
        font-size: 2.25em;
        margin-bottom: 0.4445em;
    }
}

@media (min-width: 1525px),
print and (min-width: 1525px) {
    .infographic-section .pagination {
        max-width: 88em;
    }
}

@media (min-width: 1600px),
print and (min-width: 1600px) {
    .public-footer-row {
        gap: 7em;
    }

    .agenda-section-card.sticky-side {
        right: calc(50% - 800px);
    }
}

@media (min-width: 1920px),
print and (min-width: 1920px) {
    .insights-page-sliders .index-page-slider {
        width: calc((100% + 8em) + ((100vw - 120em) / 2));
    }
}
.leave-tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
 
.leave-tooltip-wrapper .tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
 
.leave-tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
 
.floating-label input {
  transition: border-color 0.3s ease;
}
 
.floating-label input:focus {
  border-color: #007bff;
}

.admin-bar .i-agree-error-flag{top:142px}.i-agree-error-flag{text-align:center;width:100%;position:fixed;background-color:#DE3131;z-index:33;top:110px;left:0;color:#fff;font-size:16px;font-weight:600;padding:10px 20px;display:none}.i-agree-error-flag.shake-text{display:inline-block;animation:unset;color:#fff}@media(max-width:1400px){.i-agree-error-flag{top:96px}.admin-bar .i-agree-error-flag{top:127px}}@media(max-width:991px){.i-agree-error-flag{top:70px}.admin-bar .i-agree-error-flag{top:98px}}@media(max-width:768px){.i-agree-error-flag{top:52px}.admin-bar .i-agree-error-flag{top:52px}}

@keyframes popText {
    0%, 100% {
        transform: translateX(0);
        color: inherit;
    }
    20%, 60% {
        transform: translateX(-5px);
    }
    40%, 80% {
        transform: translateX(5px);
    }
    50% {
        color: #d9534f;
    }
    }

    .shake-text {
    animation: popText 1.8s ease; 
    color: #de3131;
    }

    .shake-text input {
    border: 1px solid #de3131;
    }
   #menu-cart-icon {
    position: relative;
    }
    #menu-cart-icon::after {
        content: "";
        background-color: #de3131;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        position: absolute;
        right: 2px;
        top: 1px;
    }
    #menu-cart-icon.navigation-right-link::after {
        right: 22px;
        top: 35px;
    }
    @media (max-width:1200px) {
        #menu-cart-icon.navigation-right-link::after {
            right: 15px;
            top: 30px;
        }
    }
    @media (max-width:991px) {
        #menu-cart-icon.navigation-right-link::after {
            top: 20px;
        }
    }
@media (max-width:768px){.im-embed-directions-infographic.float-left,.im-embed-directions-infographic.float-right,.is-style-float-left,.is-style-float-right{max-width:40vw}}.membership-pricing{flex-wrap:wrap!important}.membership-pricing .wp-block-column:first-child .wp-block-im-blocks-public-public-rgb::before{background:#062658}.membership-pricing .wp-block-column:first-child .wp-block-im-blocks-public-public-rgb .wp-block-button__link.wp-element-button{background:#062658;border:1px solid #062658}.membership-pricing .wp-block-column:first-child .wp-block-im-blocks-public-public-rgb .wp-block-button__link.wp-element-button:hover{background:rgba(6,38,88,.9);border:1px solid rgba(6,38,88,.9)}.membership-pricing .wp-block-column:first-child .wp-block-im-blocks-public-public-rgb .wp-block-list li{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23062658' d='M6.936 9.618L5.193 7.874a.54.54 0 0 0-.391-.16.53.53 0 0 0-.4.16.54.54 0 0 0-.162.395q0 .232.163.396l2.058 2.058a.65.65 0 0 0 .475.203.65.65 0 0 0 .474-.203l4.173-4.173a.54.54 0 0 0 .16-.392.53.53 0 0 0-.16-.398.54.54 0 0 0-.396-.163.54.54 0 0 0-.395.163zM8 15.133a6.9 6.9 0 0 1-2.779-.561 7.2 7.2 0 0 1-2.262-1.523 7.2 7.2 0 0 1-1.524-2.262A6.9 6.9 0 0 1 .875 8.01q0-1.478.561-2.779a7.2 7.2 0 0 1 1.523-2.263A7.2 7.2 0 0 1 5.22 1.444 6.9 6.9 0 0 1 7.999.883q1.478 0 2.779.56a7.2 7.2 0 0 1 2.262 1.523 7.2 7.2 0 0 1 1.524 2.262q.561 1.3.561 2.779a6.9 6.9 0 0 1-.561 2.778 7.2 7.2 0 0 1-1.523 2.263 7.2 7.2 0 0 1-2.261 1.524 6.9 6.9 0 0 1-2.779.56'/%3E%3C/svg%3E")}.membership-pricing .wp-block-column:nth-child(2) .wp-block-im-blocks-public-public-rgb::before{background:#004697}.membership-pricing .wp-block-column:nth-child(2) .wp-block-im-blocks-public-public-rgb .wp-block-button__link.wp-element-button{background:#004697;border:1px solid #004697}.membership-pricing .wp-block-column:nth-child(2) .wp-block-im-blocks-public-public-rgb .wp-block-button__link.wp-element-button:hover{background:rgba(0,70,151,.9);border:1px solid rgba(0,70,151,.9)}.membership-pricing .wp-block-column:nth-child(2) .wp-block-im-blocks-public-public-rgb .wp-block-list li{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23004697' d='M6.936 9.618L5.193 7.874a.54.54 0 0 0-.391-.16.53.53 0 0 0-.4.16.54.54 0 0 0-.162.395q0 .232.163.396l2.058 2.058a.65.65 0 0 0 .475.203.65.65 0 0 0 .474-.203l4.173-4.173a.54.54 0 0 0 .16-.392.53.53 0 0 0-.16-.398.54.54 0 0 0-.396-.163.54.54 0 0 0-.395.163zM8 15.133a6.9 6.9 0 0 1-2.779-.561 7.2 7.2 0 0 1-2.262-1.523 7.2 7.2 0 0 1-1.524-2.262A6.9 6.9 0 0 1 .875 8.01q0-1.478.561-2.779a7.2 7.2 0 0 1 1.523-2.263A7.2 7.2 0 0 1 5.22 1.444 6.9 6.9 0 0 1 7.999.883q1.478 0 2.779.56a7.2 7.2 0 0 1 2.262 1.523 7.2 7.2 0 0 1 1.524 2.262q.561 1.3.561 2.779a6.9 6.9 0 0 1-.561 2.778 7.2 7.2 0 0 1-1.523 2.263 7.2 7.2 0 0 1-2.261 1.524 6.9 6.9 0 0 1-2.779.56'/%3E%3C/svg%3E")}.membership-pricing .section-inner-blocks{height:100%;position:relative;padding-bottom:165px}.membership-pricing .section-inner-blocks .wp-block-button{position:absolute;left:0;right:0;bottom:30px}.membership-pricing .wp-block-column:nth-child(3) .wp-block-im-blocks-public-public-rgb .wp-block-button{float:left;width:48%;margin-right:2%}.membership-pricing .wp-block-column:nth-child(3) .wp-block-im-blocks-public-public-rgb .is-style-outline{left:unset;right:0}.membership-pricing .wp-block-column:nth-child(3) .wp-block-im-blocks-public-public-rgb .is-style-outline .wp-block-button__link.wp-element-button{border-color:#005fcc;color:#005fcc;padding:14.26px 10px}.membership-pricing .has-text-align-center{clear:both;position:absolute;left:0;right:0;bottom:0}.membership-pricing .section-inner-blocks p{margin:0}.membership-pricing .section-inner-blocks ul{margin-top:25px}.membership-pricing .section-inner-blocks h2{margin-top:40px}