@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Set up a decent box model on the root element
 */
html {
    box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    box-sizing: inherit;
}

/**
 * Basic styles for links
 */
@keyframes slide-tr-alternate {
    0% {
        transform: translateY(0) translateX(0);
    }
    100% {
        transform: translateY(-10px) translateX(10px);
    }
}
@keyframes slide-br-alternate {
    0% {
        transform: translateY(0) translateX(0);
    }
    100% {
        transform: translateY(10px) translateX(10px);
    }
}
.slide-tr-alternate {
    animation: slide-tr-alternate 1s ease-in-out 0s infinite alternate none;
}

.slide-br-alternate {
    animation: slide-br-alternate 1s ease-in-out 0s infinite alternate none;
}

.scale-in-ver-center-500 {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
}

.scale-in-ver-center-1500 {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1500ms both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1500ms both;
}

.scale-in-ver-center-2500 {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2500ms both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2500ms both;
}

.scale-in-ver-center-3500 {
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3500ms both;
    animation: scale-in-ver-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3500ms both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-11-25 13:37:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}
@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}
.post-type-archive-experience-area .filters,
.post-type-archive-experience-area .section-active-filters {
    display: none;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.site-main {
    position: relative;
}

.wp-block-group.has-background {
    padding: 0;
}

body .wrapper {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 0;
}

@media (max-width: 1023px) {
    body .wrapper {
        padding: 48px 64px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    body .wrapper {
        padding: 48px 32px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .center-on-mobile {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .center-on-mobile .button_group {
        flex-direction: column;
    }
    .center-on-mobile ul, .center-on-mobile ol {
        text-align: left;
    }
}
body .section {
    margin: 96px auto;
}

.section-grey {
    background: #f2f2fa;
}

body .section-top {
    margin-top: 0;
}

body .section-title {
    padding-bottom: 32px;
}
body .section-title.centered {
    text-align: center;
}

.section-head {
    text-align: center;
}
.section-head p, .section-head h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
}
.section-head .numbers {
    margin: 0;
}
.section-head.section-head-dark {
    background: #220F60;
    color: #fff;
}
.section-head.section-head-dark .wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1024px;
    align-items: center;
}
.section-head.section-head-dark .wrapper .header-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-head.section-head-dark h1, .section-head.section-head-dark h2, .section-head.section-head-dark p {
    color: #fff;
}
.section-head.section-head-dark a {
    color: #fff;
    text-decoration: underline;
}
.section-head.section-head-dark a.premium-button {
    text-decoration: none;
}
@media (min-width: 768px) {
    .section-head.section-head-dark {
        background: url("/wp-content/themes/divi-child/images/dots-pink-dark.svg") left bottom no-repeat, url("/wp-content/themes/divi-child/images/dots-blue-dark.svg") right top no-repeat;
        background-color: #220F60;
    }
}
.section-head.section-head-light .wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1024px;
}
@media (min-width: 768px) {
    .section-head.section-head-light {
        background: url("/wp-content/themes/divi-child/images/dots-pink.svg") left center no-repeat, url("/wp-content/themes/divi-child/images/dots-blue.svg") right top no-repeat;
    }
}

@media (min-width: 768px) {
    .section-head-light {
        background: url("/wp-content/themes/divi-child/images/dots-pink.svg") left top no-repeat, url("/wp-content/themes/divi-child/images/dots-blue.svg") right top no-repeat;
    }
}

.section-meta .wrapper {
    padding: 12px 32px;
    display: flex;
    gap: 6px;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 32px 32px 0;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
    width: auto;
}
@media (min-width: 768px) {
    .section-meta .wrapper {
        flex-direction: row;
        gap: 24px;
        margin: 32px auto 0;
        width: fit-content;
    }
}
@media (min-width: 1024px) {
    .section-meta .wrapper {
        margin-top: -30px;
    }
}
.section-meta .wrapper div.date,
.section-meta .wrapper div.reading-time,
.section-meta .wrapper div.event-date,
.section-meta .wrapper div.event-time,
.section-meta .wrapper .event-place {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    margin: 0;
}
.section-meta .wrapper div.date p, .section-meta .wrapper div.date span,
.section-meta .wrapper div.reading-time p,
.section-meta .wrapper div.reading-time span,
.section-meta .wrapper div.event-date p,
.section-meta .wrapper div.event-date span,
.section-meta .wrapper div.event-time p,
.section-meta .wrapper div.event-time span,
.section-meta .wrapper .event-place p,
.section-meta .wrapper .event-place span {
    font-size: 14px !important;
    color: #3B5C7F;
}
.section-meta .wrapper div.date:before,
.section-meta .wrapper div.reading-time:before,
.section-meta .wrapper div.event-date:before,
.section-meta .wrapper div.event-time:before,
.section-meta .wrapper .event-place:before {
    content: url(/wp-content/themes/divi-child/images/calender-alt-2.svg);
    width: 16px;
    height: 16px;
    padding-top: 2px;
}
.section-meta .wrapper div.reading-time:before,
.section-meta .wrapper div.event-time:before {
    content: url(/wp-content/themes/divi-child/images/clock-alt-1.svg);
}
.section-meta .wrapper .event-place:before {
    content: url(/wp-content/themes/divi-child/images/map-marker.svg);
    padding-top: 0;
}

body .columns-layout-1 .wp-block-column p, body .columns-layout-1 .wp-block-column ul, body .columns-layout-1 .wp-block-column ol {
    font-size: 20px;
    line-height: 1.5;
}

body .columns-layout-2 {
    gap: 96px;
}
body .columns-layout-2 .wp-block-column {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
body .columns-layout-2 .wp-block-column p, body .columns-layout-2 .wp-block-column h2, body .columns-layout-2 .wp-block-column h3, body .columns-layout-2 .wp-block-column h4, body .columns-layout-2 .wp-block-column h5 {
    padding-bottom: 0;
}
body .columns-layout-2 .wp-block-column p, body .columns-layout-2 .wp-block-column ul, body .columns-layout-2 .wp-block-column ol {
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 1023px) {
    body .columns-layout-2 {
        gap: 48px;
    }
}
@media screen and (max-width: 980px) {
    body .columns-layout-2 {
        flex-direction: column;
    }
    body .columns-layout-2 .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }
    body .columns-layout-2 .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }
}
@media screen and (max-width: 767px) {
    body .columns-layout-2 .wp-block-column p,
    body .columns-layout-2 .wp-block-column ul,
    body .columns-layout-2 .wp-block-column ol,
    body .columns-layout-1 .wp-block-column p,
    body .columns-layout-1 .wp-block-column ul,
    body .columns-layout-1 .wp-block-column ol {
        font-size: 18px;
        line-height: 1.5;
    }
}
body .columns-layout-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 32px;
}

@media screen and (max-width: 1440px) {
    body .columns-layout-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    body .columns-layout-4 {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}
@media (min-width: 981px) {
    .single-blog-post .section-main .wrapper .section-aside,
    .single-fundamental .section-main .wrapper .section-aside,
    .single-thought-leadership .section-main .wrapper .section-aside,
    .single-success-story .section-main .wrapper .section-aside,
    .single-tribe_events .section-main .wrapper .section-aside,
    .sticky.section-aside {
        top: 220px;
        height: 100%;
        position: sticky;
    }
}
.challenge-solution-section .wp-block-column {
    background: #fff;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
    gap: 0 !important;
}
.challenge-solution-section .wp-block-column h3 {
    padding: 24px 32px !important;
    background: #d1266d;
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 22px;
    width: 100%;
    font-weight: 600;
}
.challenge-solution-section .wp-block-column .content {
    padding: 32px;
}
.challenge-solution-section .wp-block-column .content p {
    padding-bottom: 1em;
}
.challenge-solution-section .wp-block-column .content .wp-block-quote {
    border-left: none;
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}
.challenge-solution-section .wp-block-column .content .wp-block-quote p {
    font-size: 24px;
}
.challenge-solution-section .wp-block-column.solution h3 {
    background: #001FFF;
}

.single-success-story .section-main .wrapper,
.single-blog-post .section-main .wrapper,
.single-fundamental .section-main .wrapper,
.single-thought-leadership .section-main .wrapper,
.single-column-8-4 .section-main .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-success-story .section-main .wrapper .section-content,
.single-blog-post .section-main .wrapper .section-content,
.single-fundamental .section-main .wrapper .section-content,
.single-thought-leadership .section-main .wrapper .section-content,
.single-column-8-4 .section-main .wrapper .section-content {
    font-size: 18px;
    line-height: 1.5em;
}
.single-success-story .section-main .wrapper .section-content p, .single-success-story .section-main .wrapper .section-content ul, .single-success-story .section-main .wrapper .section-content ol,
.single-blog-post .section-main .wrapper .section-content p,
.single-blog-post .section-main .wrapper .section-content ul,
.single-blog-post .section-main .wrapper .section-content ol,
.single-fundamental .section-main .wrapper .section-content p,
.single-fundamental .section-main .wrapper .section-content ul,
.single-fundamental .section-main .wrapper .section-content ol,
.single-thought-leadership .section-main .wrapper .section-content p,
.single-thought-leadership .section-main .wrapper .section-content ul,
.single-thought-leadership .section-main .wrapper .section-content ol,
.single-column-8-4 .section-main .wrapper .section-content p,
.single-column-8-4 .section-main .wrapper .section-content ul,
.single-column-8-4 .section-main .wrapper .section-content ol {
    padding-bottom: 1em;
}
.single-success-story .section-main .wrapper .section-content h2, .single-success-story .section-main .wrapper .section-content h3, .single-success-story .section-main .wrapper .section-content h4, .single-success-story .section-main .wrapper .section-content h5, .single-success-story .section-main .wrapper .section-content h6,
.single-blog-post .section-main .wrapper .section-content h2,
.single-blog-post .section-main .wrapper .section-content h3,
.single-blog-post .section-main .wrapper .section-content h4,
.single-blog-post .section-main .wrapper .section-content h5,
.single-blog-post .section-main .wrapper .section-content h6,
.single-fundamental .section-main .wrapper .section-content h2,
.single-fundamental .section-main .wrapper .section-content h3,
.single-fundamental .section-main .wrapper .section-content h4,
.single-fundamental .section-main .wrapper .section-content h5,
.single-fundamental .section-main .wrapper .section-content h6,
.single-thought-leadership .section-main .wrapper .section-content h2,
.single-thought-leadership .section-main .wrapper .section-content h3,
.single-thought-leadership .section-main .wrapper .section-content h4,
.single-thought-leadership .section-main .wrapper .section-content h5,
.single-thought-leadership .section-main .wrapper .section-content h6,
.single-column-8-4 .section-main .wrapper .section-content h2,
.single-column-8-4 .section-main .wrapper .section-content h3,
.single-column-8-4 .section-main .wrapper .section-content h4,
.single-column-8-4 .section-main .wrapper .section-content h5,
.single-column-8-4 .section-main .wrapper .section-content h6 {
    padding-top: 1em;
}
.single-success-story .section-main .wrapper .section-content,
.single-blog-post .section-main .wrapper .section-content,
.single-fundamental .section-main .wrapper .section-content,
.single-thought-leadership .section-main .wrapper .section-content,
.single-column-8-4 .section-main .wrapper .section-content {
    /********* divi builder reset *********/
}
.single-success-story .section-main .wrapper .section-content .et_pb_section,
.single-blog-post .section-main .wrapper .section-content .et_pb_section,
.single-fundamental .section-main .wrapper .section-content .et_pb_section,
.single-thought-leadership .section-main .wrapper .section-content .et_pb_section,
.single-column-8-4 .section-main .wrapper .section-content .et_pb_section {
    padding: 0 !important;
}
.single-success-story .section-main .wrapper .section-content .et_pb_section .et_pb_row,
.single-blog-post .section-main .wrapper .section-content .et_pb_section .et_pb_row,
.single-fundamental .section-main .wrapper .section-content .et_pb_section .et_pb_row,
.single-thought-leadership .section-main .wrapper .section-content .et_pb_section .et_pb_row,
.single-column-8-4 .section-main .wrapper .section-content .et_pb_section .et_pb_row {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
.single-success-story .section-main .wrapper .section-aside,
.single-blog-post .section-main .wrapper .section-aside,
.single-fundamental .section-main .wrapper .section-aside,
.single-thought-leadership .section-main .wrapper .section-aside,
.single-column-8-4 .section-main .wrapper .section-aside {
    font-size: 16px;
    line-height: 1.5em;
}
.single-success-story .section-main .wrapper .section-aside > div,
.single-blog-post .section-main .wrapper .section-aside > div,
.single-fundamental .section-main .wrapper .section-aside > div,
.single-thought-leadership .section-main .wrapper .section-aside > div,
.single-column-8-4 .section-main .wrapper .section-aside > div {
    border-bottom: 1px solid #f2f2fa;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-top: none;
    padding-top: 0;
}
@media (max-width: 767px) {
    .single-success-story .section-main .wrapper .section-aside div.article-TOC,
    .single-blog-post .section-main .wrapper .section-aside div.article-TOC,
    .single-fundamental .section-main .wrapper .section-aside div.article-TOC,
    .single-thought-leadership .section-main .wrapper .section-aside div.article-TOC,
    .single-column-8-4 .section-main .wrapper .section-aside div.article-TOC {
        display: none;
    }
}
@media (min-width: 768px) {
    .single-success-story .section-main .wrapper,
    .single-blog-post .section-main .wrapper,
    .single-fundamental .section-main .wrapper,
    .single-thought-leadership .section-main .wrapper,
    .single-column-8-4 .section-main .wrapper {
        flex-direction: row;
    }
    .single-success-story .section-main .wrapper > .section-content,
    .single-blog-post .section-main .wrapper > .section-content,
    .single-fundamental .section-main .wrapper > .section-content,
    .single-thought-leadership .section-main .wrapper > .section-content,
    .single-column-8-4 .section-main .wrapper > .section-content {
        width: 50%;
        padding-right: 40px;
        flex-basis: auto;
    }
    .single-success-story .section-main .wrapper .section-aside,
    .single-blog-post .section-main .wrapper .section-aside,
    .single-fundamental .section-main .wrapper .section-aside,
    .single-thought-leadership .section-main .wrapper .section-aside,
    .single-column-8-4 .section-main .wrapper .section-aside {
        width: 50%;
        padding-left: 40px;
        border-left: 1px solid #f2f2fa;
        flex-basis: auto;
    }
}
@media (min-width: 1200px) {
    .single-success-story .section-main .wrapper,
    .single-blog-post .section-main .wrapper,
    .single-fundamental .section-main .wrapper,
    .single-thought-leadership .section-main .wrapper,
    .single-column-8-4 .section-main .wrapper {
        flex-direction: row;
    }
    .single-success-story .section-main .wrapper > .section-content,
    .single-blog-post .section-main .wrapper > .section-content,
    .single-fundamental .section-main .wrapper > .section-content,
    .single-thought-leadership .section-main .wrapper > .section-content,
    .single-column-8-4 .section-main .wrapper > .section-content {
        width: 66.66%;
        padding-right: 40px;
        flex-basis: auto;
    }
    .single-success-story .section-main .wrapper .section-aside,
    .single-blog-post .section-main .wrapper .section-aside,
    .single-fundamental .section-main .wrapper .section-aside,
    .single-thought-leadership .section-main .wrapper .section-aside,
    .single-column-8-4 .section-main .wrapper .section-aside {
        width: 33.33%;
        padding-left: 40px;
        border-left: 1px solid #f2f2fa;
        flex-basis: auto;
    }
}

.wp-block-evb-slider .swiper .swiper-slide .slideContent img {
    border-radius: 4px;
    max-height: 350px;
}

.section-main .section-content ul.modern-footnotes-list li {
    display: flex;
}
.section-main .section-content ul.modern-footnotes-list li:before {
    content: "";
    width: 0;
    min-width: 0;
}

/**
 * Basic typography style for copy text
 */
h1, .h1 {
    font-size: 48px;
    font-weight: bold;
    color: #052744;
}

h2, .h2 {
    font-size: 36px;
    font-weight: bold;
    color: #052744;
}

h3, .h3 {
    font-size: 30px;
    font-weight: bold;
    color: #052744;
}

h4, .h4 {
    font-size: 24px;
    font-weight: bold;
    color: #052744;
}

h5, .h5 {
    font-size: 20px;
    font-weight: bold;
    color: #052744;
}

h6, .h6 {
    font-size: 18px;
    font-weight: bold;
    color: #052744;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 14px;
    }
    p {
        font-size: 18px;
        line-height: 1.5rem;
    }
    .wp-block-table table tbody tr td, .wp-block-table table thead tr th {
        font-size: 16px !important;
        text-align: left;
    }
}
.page-template-page-gutenberg h1 span, .page-template-page-gutenberg h2 span, .page-template-page-gutenberg h3 span,
.post-type-archive-experience-area h1 span,
.post-type-archive-experience-area h2 span,
.post-type-archive-experience-area h3 span,
.post-type-archive-success-story h1 span,
.post-type-archive-success-story h2 span,
.post-type-archive-success-story h3 span,
.post-type-archive-demo-area h1 span,
.post-type-archive-demo-area h2 span,
.post-type-archive-demo-area h3 span,
.post-type-archive-summit-videos h1 span,
.post-type-archive-summit-videos h2 span,
.post-type-archive-summit-videos h3 span,
.single-customers h1 span,
.single-customers h2 span,
.single-customers h3 span {
    color: #001FFF;
}

span.meta, p.meta {
    color: #3B5C7F;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5em;
}

.post-type-archive-resource span.meta,
.category span.meta {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.resource-type {
    background: #d1266d;
    border-radius: 20px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    text-transform: initial;
}
.resource-type.info-sheet {
    background: #d1266d;
}
.resource-type.success-story {
    background: #37af98;
}
.resource-type.on-demand-webinar {
    background: #8B80F9;
}
.resource-type.demonstrator {
    background: #220F60;
}
.resource-type.white-paper {
    background: #d1266d;
}
.resource-type.podcast {
    background: #001FFF;
}
.resource-type.leaflet {
    background: #d1266d;
}
.resource-type.ebook {
    background: #FE7F2D;
}

.meta-pink {
    color: #d1266d;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5em;
}

.subheading {
    color: #d1266d;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px !important;
    line-height: 1.5em;
    text-transform: uppercase;
}
.subheading a {
    color: #d1266d !important;
    text-decoration: none !important;
}

.section-dark .subheading {
    color: #f43d89;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.text-xlarge, .has-x-large-font-size {
    font-size: 20px !important;
    line-height: 1.7;
}

.text-large, .has-large-font-size {
    font-size: 18px !important;
    line-height: 1.7;
}

.text-medium, .has-medium-font-size {
    font-size: 16px !important;
    line-height: 1.7;
}

.text-small, .has-small-font-size {
    font-size: 14px !important;
    line-height: 1.7;
}

.text-xsmall {
    font-size: 12px;
    line-height: 1.7;
}

.section-content h1, .section-content h2, .section-content h3, .section-content h4, .section-content h5, .section-content h6 {
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}
.section-content h1:first-child, .section-content h2:first-child, .section-content h3:first-child, .section-content h4:first-child, .section-content h5:first-child, .section-content h6:first-child {
    padding-top: 0;
}
/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
    overflow: hidden;
    padding: 0; /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

#wpadminbar #wp-admin-bar-et-use-visual-builder {
    display: none !important;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/******************************** top header navi and social media icons ******************************************************/
body.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 39px;
}

#top-header {
    z-index: 1000;
}
#top-header .container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 500;
}
#top-header #et-secondary-menu {
    float: none;
    display: flex;
    font-size: 14px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#top-header #et-secondary-menu #et-secondary-nav {
    min-height: 26px;
}
#top-header #et-secondary-menu #et-secondary-nav > li a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
#top-header .top-header-right {
    float: right;
    margin-right: 0;
    display: flex;
    align-items: center;
}
#top-header .top-header-right .user-menu {
    cursor: pointer;
    font-weight: 500;
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
#top-header .top-header-right .user-menu .user-icon {
    background: white;
    color: #001FFF;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
}
#top-header .top-header-right .user-menu .user-name {
    display: flex;
    gap: 8px;
    align-items: center;
}
#top-header .top-header-right .user-menu .user-name:after {
    content: "";
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/divi-child/images/chevron-down.svg);
}
#top-header .top-header-right .user-menu:hover .user-login-menu {
    visibility: visible;
    opacity: 1;
}
#top-header .top-header-right .user-login-menu {
    background: #fff;
    position: absolute;
    right: 0;
    top: 27px;
    width: max-content;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
#top-header .top-header-right .user-login-menu li a {
    color: #052744;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
#top-header .top-header-right .user-login-menu li a:before {
    content: "";
    background-size: 16px;
    width: 16px;
    height: 16px;
}
#top-header .top-header-right .user-login-menu li a.profile:before {
    background-image: url(/wp-content/themes/divi-child/images/user-alt-1.svg);
}
#top-header .top-header-right .user-login-menu li a.dashboard:before {
    background-image: url(/wp-content/themes/divi-child/images/grid-alt.svg);
}
#top-header .top-header-right .user-login-menu li a.logout:before {
    background-image: url(/wp-content/themes/divi-child/images/exit.svg);
}
#top-header .top-header-right .user-login-menu li a:hover {
    color: #001FFF;
}
#top-header .top-header-right .user-login-menu li:last-child:before {
    content: "";
    display: block;
    border-top: 1px solid #f2f2fa;
}
#top-header .top-header-right a.login {
    display: flex;
    align-items: center;
    gap: 6px;
}
#top-header .top-header-right a.login:before {
    content: "";
    background-image: url(/wp-content/themes/divi-child/images/user-alt-2.svg);
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: block;
}

@media (max-width: 980px) {
    #top-header .container {
        width: 100%;
    }
    #top-header #et-secondary-menu, #top-header #et-secondary-nav {
        display: flex !important;
    }
    #top-header #et-secondary-menu {
        flex-direction: column;
    }
}
#top-header .top-header-right .et-social-icons:after {
    content: "";
    border-right: 1px solid white;
    padding: 0 16px 0 0;
}

#top-header .et-social-icons li {
    vertical-align: top;
}

#top-header .et-social-linkedin a.icon:before {
    font-size: 14px !important;
}

#top-header .et-social-youtube a.icon:before {
    font-size: 16px !important;
}

#top-header .social-medium a.icon:before {
    font-size: 16px !important;
    content: "\f23a";
    font-family: "Font Awesome 5 Brands" !important;
}

.et-social-youtube a.icon:before {
    content: "\e0a3";
}

.et-social-linkedin a.icon:before {
    content: "\e09d";
}

#main-footer {
    font-size: 16px;
    line-height: 1.5em;
}
#main-footer .container {
    padding: 0;
}
@media screen and (max-width: 767px) {
    #main-footer .container {
        padding: 0 32px;
        width: 100%;
    }
}
#main-footer #footer-widgets {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 0;
    padding: 0;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    #main-footer #footer-widgets {
        flex-direction: row;
    }
}
#main-footer #footer-widgets .footer-widget {
    float: none;
    margin: 0 0 48px !important;
    width: 100% !important;
    flex-basis: calc(25% - 43px);
}
#main-footer #footer-widgets .footer-widget p {
    font-size: 16px;
}
#main-footer #footer-widgets .footer-widget:first-child {
    flex-basis: 100%;
    border-bottom: 1px solid rgba(242, 242, 255, 0.3);
    padding: 48px 0;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    #main-footer #footer-widgets .footer-widget:first-child .custom-html-widget {
        flex-direction: row;
        gap: 43px;
    }
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget h2 {
    color: #fff;
    font-size: 30px;
    flex-basis: 50%;
    font-weight: 500;
    line-height: 38px;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget h2 span {
    color: white;
    max-width: 500px;
    display: block;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hbspt-form {
    flex-basis: 50%;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
@media screen and (max-width: 1389px) {
    #main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form {
        flex-direction: column;
    }
}
@media screen and (min-width: 1390px) {
    #main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .hs-submit,
    #main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .hs-form-field {
        width: calc(33% - 10px);
    }
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .hs-submit,
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .hs-form-field {
    margin-bottom: 0;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .legal-consent-container {
    order: 4;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .legal-consent-container .hs-richtext {
    margin: 0;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form .legal-consent-container .hs-richtext p {
    font-size: 11px;
    line-height: 1.3;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form input[type=submit].hs-button {
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none !important;
    font-size: 16px;
    padding: 12px 24px;
    line-height: 24px;
    width: 100%;
}
#main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form input[type=email], #main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form input[type=text], #main-footer #footer-widgets .footer-widget:first-child .custom-html-widget .hs-form select {
    padding: 12px 24px;
    line-height: 24px;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) {
    flex-basis: calc(50% - 43px);
    margin-right: 64px !important;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) .widget_media_image {
    margin-bottom: 4px !important;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) .widget_text {
    margin-bottom: 16px !important;
}
@media screen and (min-width: 768px) {
    #main-footer #footer-widgets .footer-widget:last-child {
        margin-left: 64px !important;
    }
}
#main-footer #footer-widgets .footer-widget .et_pb_widget {
    margin-bottom: 0;
}
#main-footer #footer-widgets .footer-widget .et_pb_widget h2.title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 32px;
}
#main-footer .footer-bottom-container {
    display: flex;
    border-top: 1px solid rgba(242, 242, 255, 0.3);
    justify-content: space-between;
    padding: 32px 0 64px;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    #main-footer .footer-bottom-container {
        flex-direction: row-reverse;
    }
}
#main-footer .footer-bottom-container .bottom-nav li {
    font-weight: normal;
}
#main-footer .footer-bottom-container .bottom-nav li:last-child {
    padding-right: 0;
}

.btn-base {
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    line-height: 1em;
    text-decoration: none !important;
}
.btn-base.link-external:after {
    content: url("/wp-content/themes/divi-child/images/arrow-top-right.svg");
    width: 16px;
    height: 19px;
}
.btn-base#load-more, .btn-base#load-more-posts {
    margin: auto;
}
.btn-base#load-more:before, .btn-base#load-more-posts:before {
    content: url("/wp-content/themes/divi-child/images/load-more.svg");
    width: 20px;
    height: 20px;
}

.btn-primary {
    background: #001FFF;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    background: #0019CC !important;
    border-color: #0019CC !important;
}

.btn-outlined-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn-outlined-white:hover, .btn-outlined-white:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-secondary {
    background: #fff;
    color: #001FFF;
    border: 1px solid #001FFF;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #052744 !important;
    background-color: #DBE0FF !important;
    border-color: #001FFF !important;
}

.btn-tertiary {
    background: #fff;
    color: #220F60;
    border: 1px solid #220F60;
}
.btn-tertiary:hover, .btn-tertiary:focus {
    color: #220F60 !important;
    background-color: #EDE9FC !important;
    border-color: #220F60 !important;
}

.btn-white {
    background: #fff;
    color: #052744;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(34, 15, 96, 0.25);
}

.btn-full-width {
    width: 100%;
}

.btn-small {
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1.5em;
}

.button-text {
    font-size: 16px;
    color: #001FFF;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    gap: 8px;
}
.button-text:after {
    content: url("/wp-content/themes/divi-child/images/arrow-right.svg");
    width: 18px;
    height: 18px;
}
.button-text:hover, .button-text:focus, .button-text a:hover, .button-text a:focus {
    text-decoration: underline;
    color: #001FFF;
}

.btn-book-a-call {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #001FFF;
    padding: 12px 24px;
    outline-color: #001FFF;
    text-decoration: none;
}
.btn-book-a-call:hover, .btn-book-a-call:focus {
    text-decoration: underline;
    color: #001FFF;
}

button[disabled] {
    cursor: not-allowed !important;
    background-color: #E5E7EB !important;
    color: #6B7280 !important;
    filter: none !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.marta-search-btn > a.mega-menu-link {
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-weight: 500 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px 24px 12px 12px;
    line-height: 1em;
    margin-left: 24px;
    text-decoration: none !important;
    background: #DF367C;
    color: #fff;
    background: linear-gradient(90deg, rgb(223, 54, 124) 0%, rgb(151, 71, 255) 100%);
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.marta-search-btn > a.mega-menu-link:before {
    content: "";
    width: 32px;
    background-image: url(/wp-content/themes/divi-child/images/marta-white.gif);
    height: 32px;
    background-size: 32px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.marta-search-btn > a.mega-menu-link:hover {
    background: linear-gradient(90deg, rgb(151, 71, 255) 0%, rgb(223, 54, 124) 100%);
}

.icon-card {
    height: 100%;
}
.icon-card .premium-icon-box-content {
    background: #fff;
    padding: 32px;
    border: 1px solid #f2f2fa;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.icon-card .premium-icon-box-content > [class*=wp-block-premium] {
    flex-grow: 0 !important;
}
.icon-card .premium-icon-box-content h3 {
    font-size: 20px;
    margin-top: 20px;
}
.icon-card .premium-icon-box-content .key-benefits .premium-text-wrap:before {
    content: url("/wp-content/themes/divi-child/images/star-fill.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
}
.icon-card .premium-icon-box-content .premium-button-group {
    margin-top: auto;
}

.icon-card-2 {
    height: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.icon-card-2 > [class*=wp-block-premium] {
    flex-grow: 0 !important;
}
.icon-card-2 h3 {
    margin-top: 20px;
}
.icon-card-2 p, .icon-card-2 ul, .icon-card-2 ol {
    font-size: 20px !important;
}
.icon-card-2 .premium-button-group {
    margin-top: auto;
}

.logo-card {
    height: 100%;
}
.logo-card .premium-icon-box-content {
    background: #fff;
    padding: 32px;
    border: 1px solid #f2f2fa;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.logo-card .premium-icon-box-content > [class*=wp-block-premium] {
    flex-grow: 0 !important;
}
.logo-card .premium-icon-box-content h3 {
    font-size: 20px;
    margin-top: 20px;
}
.logo-card .premium-icon-box-content .wp-block-premium-image {
    margin-bottom: 16px;
}
.logo-card .premium-icon-box-content .wp-block-premium-image img {
    max-height: 40px !important;
    object-fit: contain !important;
}
.logo-card .premium-icon-box-content .premium-button-group {
    margin-top: auto;
}

.info-box {
    border-radius: 8px;
    padding: 24px 32px !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #001FFF url("/wp-content/themes/divi-child/images/dots-pink-dark.svg") right -100px top -100px no-repeat;
}
.info-box h2 {
    color: #fff;
    margin: 0;
}
.info-box a {
    color: #fff;
    font-weight: 600;
    background: url("/wp-content/themes/divi-child/images/arrow-top-right-white-circle.svg") right center no-repeat;
    padding: 10px 0;
}
.info-box a:hover {
    text-decoration: underline;
}

.blog-info-box {
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.blog-info-box h2 {
    font-size: 24px;
}

.logo-cta {
    margin-top: 48px;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    color: #3B5C7F;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transition: transform 0.3s; /* Animation */
}
.logo-cta figure {
    margin-bottom: 0;
}
.logo-cta p {
    font-size: 14px;
    line-height: 1.5em;
}
@media (min-width: 782px) {
    .logo-cta {
        align-items: center;
        flex-direction: row;
    }
    .logo-cta figure {
        padding-right: 24px;
        border-right: 1px solid #f2f2fa;
    }
}
.logo-cta:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    color: #3B5C7F;
}

.step-card .premium-icon-box-content {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.step-card .premium-icon-box-content .number {
    background: #001FFF;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 80px !important;
    line-height: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 32px;
}
.step-card .premium-icon-box-content .number p {
    font-size: 30px;
    line-height: 80px;
}
.step-card h3 {
    font-size: 20px;
    margin-top: 20px;
}

.steps-container {
    justify-content: center;
    gap: 0;
}
@media (min-width: 782px) {
    .steps-container:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        background-color: transparent;
        border-top: 2px dashed #636a98;
        margin-top: 70px;
        opacity: 30%;
    }
}

.steps-container-4 {
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
@media (min-width: 1024px) {
    .steps-container-4 {
        flex-direction: row;
    }
    .steps-container-4:before {
        width: 80%;
        content: "";
        position: absolute;
        height: 1px;
        background-color: transparent;
        border-top: 2px dashed #636a98;
        margin-top: 70px;
        opacity: 30%;
    }
}

.steps-container-5 {
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
@media (min-width: 1024px) {
    .steps-container-5 {
        flex-direction: row;
    }
    .steps-container-5:before {
        width: 75%;
        content: "";
        position: absolute;
        height: 1px;
        background-color: transparent;
        border-top: 2px dashed #636a98;
        margin-top: 70px;
        opacity: 30%;
    }
}

.peer-card {
    background: #fff;
    border-radius: 8px;
    padding: 48px;
}
.peer-card h3 {
    font-size: 24px;
}
.peer-card p {
    font-size: 18px !important;
    color: #052744;
}

.premium-person {
    width: 100%;
    justify-content: center;
}
.premium-person .premium-image {
    width: 120px;
    height: 120px;
    margin: auto !important;
}
.premium-person .premium-section {
    background: none;
}
.premium-person .premium-section h4 {
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 0;
}

.contact-card {
    gap: 0px !important;
}
.contact-card .wp-block-premium-buttons {
    margin-top: auto;
    height: auto;
}
.contact-card .wp-block-premium-buttons .premium-button {
    width: 100%;
    justify-content: space-between;
}

.extended-content-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.extended-content-box .section-main {
    width: 33.33%;
    font-size: 18px;
    line-height: 1.5em;
    padding: 48px 0 48px 48px;
}
.extended-content-box .section-main img {
    margin: 0 0 16px;
}
.extended-content-box .section-aside {
    width: 66.66%;
    background: #fff;
    text-align: left;
    border-left: 1px solid #f2f2fa;
    padding: 48px 48px 8px 48px;
    font-size: 18px;
    line-height: 1.5em;
}
.extended-content-box .section-aside .feature-grid {
    padding: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto;
}
.extended-content-box .section-aside .feature-grid img {
    max-width: none;
    width: 90px;
}
@media (min-width: 768px) {
    .extended-content-box .section-aside .feature-grid {
        flex-direction: row;
        padding: 0 0 40px;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
        max-width: none;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .extended-content-box .section-aside .feature-grid {
        padding: 0 0 40px;
    }
}
.extended-content-box .section-aside .feature-grid .section-content ul {
    padding-left: 0;
}

@media (max-width: 1023px) {
    .extended-content-box .section-main {
        width: 100%;
    }
    .extended-content-box .section-aside {
        width: 100%;
        border-top: 1px solid #f2f2fa;
        border-left: none;
        padding: 32px;
    }
}
figure.wp-block-pullquote {
    font-size: 16px;
    background: #f2f2fa;
    color: #052744;
    border: none;
    border-radius: 4px;
    padding: 0;
    margin: 2em 0;
}
figure.wp-block-pullquote blockquote {
    border: none;
    padding: 32px;
}
figure.wp-block-pullquote blockquote:before {
    content: url("/wp-content/themes/divi-child/images/quote.svg");
    width: 60px;
    height: 42px;
    display: inline-block;
    margin-bottom: 32px;
}
figure.wp-block-pullquote cite {
    font-size: 12px;
    text-transform: none;
    font-style: italic;
}

figure.wp-block-pullquote.quote-dark {
    background: #001FFF;
    color: #fff;
}
figure.wp-block-pullquote.quote-dark blockquote:before {
    content: url("/wp-content/themes/divi-child/images/quote-white.svg");
}

.numbers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin: 2em 0;
}
.numbers .number {
    gap: 0 !important;
}
.numbers .label {
    font-size: 14px !important;
    line-height: 1.5em;
    display: block;
}
.numbers .value {
    line-height: 1em;
    display: inline-block;
    color: #d1266d;
    padding-bottom: 0 !important;
    font-size: 48px !important;
}
@media (min-width: 768px) {
    .numbers {
        align-items: center;
        flex-direction: row;
        text-align: left;
    }
    .numbers .number {
        border-left: 1px solid #f2f2fa;
        align-self: stretch;
        padding-left: 2rem;
    }
    .numbers .number:first-child {
        border: none;
        padding-left: 0;
    }
}

.numbers.centered .label {
    font-size: 18px;
}
.numbers.centered div.value {
    display: block;
    margin: 0 0 16px 0;
}

.numbers.extended {
    gap: 0;
    text-align: left;
}
.numbers.extended > div.wp-block-columns {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 48px;
    margin-bottom: 48px;
    gap: 16px;
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
}
@media (min-width: 768px) {
    .numbers.extended > div.wp-block-columns {
        gap: 48px;
    }
}
.numbers.extended > div.wp-block-columns .number {
    border-left: none;
    padding-left: 0;
}
.numbers.extended > div.wp-block-columns .value {
    font-size: 48px;
}
.numbers.extended > div.wp-block-columns .value-grey {
    color: #9CA3AF;
}
.numbers.extended > div.wp-block-columns .premium-bullet-list .premium-bullet-list {
    gap: 16px;
}
.numbers.extended > div.wp-block-columns .premium-bullet-list .premium-bullet-list .premium-bullet-list__wrapper {
    margin: 0;
}
.numbers.extended > div.wp-block-columns .premium-bullet-list .premium-bullet-list .premium-bullet-list__wrapper .premium-bullet-list__content-wrap {
    align-items: flex-start;
    gap: 12px;
}
.numbers.extended > div.wp-block-columns .premium-bullet-list .premium-bullet-list .premium-bullet-list__wrapper .premium-bullet-list__content-wrap .premium-bullet-list__icon-wrap {
    width: 16px;
}
.numbers.extended > div.wp-block-columns .premium-bullet-list .premium-bullet-list .premium-bullet-list__wrapper .premium-bullet-list__content-wrap .premium-bullet-list__icon-wrap img {
    max-width: 16px;
    margin-top: 4px;
}
.numbers.extended > div.wp-block-columns:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.numbers-block {
    padding: 12px !important;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.numbers-block .value {
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1.1;
    font-size: 32px !important;
}
.numbers-block .label {
    font-size: 14px !important;
    line-height: 1.5em;
}

/***************** numbers colored block ****************/
.number .wp-block-group.number-box {
    padding: 32px;
    border-radius: 8px;
    height: 100%;
}
.number .wp-block-group.number-box > .value {
    display: block;
    color: #fff;
}
.number .wp-block-group.number-box > .value .value {
    color: #fff;
}

.section-main .section-content ul li,
ul.bullet-list li {
    display: table;
    line-height: 1.5em;
}
.section-main .section-content ul li::before,
ul.bullet-list li::before {
    content: "•";
    display: table-cell;
    width: 1.2rem;
    min-width: 1.2rem;
    color: #d1266d;
    font-size: 26px;
    vertical-align: top;
}

ul.wp-block-list li {
    display: table;
    line-height: 1.5em;
}

ul.wp-block-list li::before {
    content: "•";
    display: table-cell;
    width: 1.2rem;
    min-width: 1.2rem;
    color: #DF367C;
    font-size: 26px;
    vertical-align: top;
}

ol.wp-block-list {
    list-style: decimal;
    padding-left: 15px;
}

ul.check-list li {
    display: table;
    line-height: 1.5em;
    text-align: left;
}
ul.check-list li::before {
    content: "" !important;
    display: table-cell;
    width: 2.2rem !important;
    min-width: 2.2rem !important;
    font-size: 0.9em !important;
    background-image: url("/wp-content/themes/divi-child/images/check.svg");
    background-repeat: no-repeat;
    background-size: 1.2em;
    vertical-align: top;
}

.icon-list .premium-bullet-list-block {
    gap: 16px;
}
.icon-list .premium-bullet-list__icon-wrap {
    margin-top: 5px;
}
.icon-list .premium-bullet-list__label-wrap {
    margin-left: 24px;
}
.icon-list .premium-bullet-list__label-wrap .premium-bullet-list__label {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
}
.icon-list .premium-bullet-list__label-wrap .premium-bullet-list__description {
    font-size: 18px;
    line-height: 1.5em;
}

.grid-wrapper {
    margin: 0 auto;
}

.grid-3, .grid-3-wrapper .grid.grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid !important;
    height: auto !important;
    overflow: visible !important;
    max-width: none;
}

.grid.shuffle, .grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid !important;
    height: auto !important;
    overflow: visible !important;
    max-width: none;
}

@media screen and (max-width: 1440px) {
    .grid.shuffle {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1024px) {
    .grid.shuffle, .grid-3, .grid-3-wrapper .grid.grid-4 {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 1439px) {
    .grid-4 {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .grid.shuffle, .grid-4, .grid-3, .grid-3-wrapper .grid.grid-4 {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }
}
.grid-item {
    position: relative !important;
    transform: none !important;
    min-height: 1px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    padding: 24px;
    text-decoration: none;
    opacity: 1;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 16px;
}
.grid-item h2 {
    margin: 0;
    padding: 0;
}
.grid-item > div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}
.grid-item > div .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.grid-item .image-wrapper {
    aspect-ratio: 1/0.5;
    height: auto;
    max-height: max-content;
    min-height: fit-content;
    width: 100%;
    border: 1px solid #f2f2fa;
    border-radius: 4px;
}
.grid-item .image-wrapper img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    border-radius: 4px;
}
.grid-item.success-story .image-wrapper,
.grid-item .logo-image-wrapper {
    background: #f2f2fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.grid-item.success-story .image-wrapper img,
.grid-item .logo-image-wrapper img {
    max-width: 160px;
    max-height: 50px;
    object-fit: contain;
}
.grid-item p, .grid-item ul, .grid-item ol {
    font-size: 16px;
    line-height: 1.5em;
}
.grid-item .btn-sticky {
    margin-top: auto;
}

@media screen and (min-width: 768px) {
    .grid.list-view, .list-view {
        flex-direction: column;
        display: flex !important;
    }
    .grid.list-view .grid-item, .list-view .grid-item {
        width: 100%;
    }
    .grid.list-view .grid-item > div, .list-view .grid-item > div {
        flex-direction: row;
        gap: 2rem;
        width: 100%;
    }
    .grid.list-view .grid-item > div .image-wrapper, .list-view .grid-item > div .image-wrapper {
        width: 33%;
        height: auto;
        min-height: 0;
    }
    .grid.list-view .grid-item > div .content-wrapper, .list-view .grid-item > div .content-wrapper {
        width: 66%;
    }
    .grid.list-view .grid-item > div .btn-full-width, .list-view .grid-item > div .btn-full-width {
        width: fit-content;
        margin-top: 14px;
    }
}
@media screen and (min-width: 1440px) {
    .grid.list-view .grid-item > div .image-wrapper {
        width: 25%;
    }
    .grid.list-view .grid-item > div .content-wrapper {
        width: 75%;
    }
}
.filters {
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    padding: 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.filters select,
.filters input[type=search] {
    padding: 12px 16px 12px 20px;
    border: 1px solid #f2f2fa;
    color: #6B7280;
    border-radius: 8px;
    appearance: none;
    font-size: 16px;
    line-height: 1.5em;
    max-width: 300px;
    width: 100%;
}
.filters ::placeholder {
    opacity: 1; /* Firefox */
    color: #6B7280 !important;
}
.filters ::-ms-input-placeholder {
    color: #6B7280 !important;
}
.filters input:focus,
.filters select:focus {
    color: #052744;
    background-color: #f2f2fa;
}
.filters select {
    background-image: url("/wp-content/themes/divi-child/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.65rem;
    padding-right: 2rem;
}
.filters input[type=search] {
    background-image: url("/wp-content/themes/divi-child/images/search-alt.svg");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 1rem;
    padding-left: 2.2rem;
}
.filters .filter-controls {
    display: flex;
    justify-content: right;
    gap: 20px;
    width: 100%;
}
.filters #grid-toggle-controls {
    display: flex;
    gap: 20px;
}
.filters button {
    background-color: #fff;
    border: 1px solid #f2f2fa;
    border-radius: 8px;
    width: 48px;
    height: 48px;
}
.filters button path {
    fill: #052744;
}
.filters button.active {
    background-color: #001FFF;
    border-color: #001FFF;
    color: #fff;
}
.filters button.active path {
    fill: #fff;
}

@media (max-width: 1490px) {
    .filters select {
        width: 100%;
        max-width: 90%;
        min-width: 80px;
    }
    .filters select#sort-filter {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .filters {
        flex-wrap: wrap;
    }
    .filters select {
        max-width: none;
    }
}
.section-active-filters {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.visible-count {
    font-size: 16px;
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    background-color: #f2f2fa;
    border-radius: 4px;
    padding: 5px 14px;
    font-size: 14px;
    color: #052744;
    line-height: 1.5em;
}

.remove-filter {
    background: url("/wp-content/themes/divi-child/images/close.svg") no-repeat center center;
    border: none;
    margin-left: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}
.remove-filter:hover {
    color: #ff0000;
}

.filters-grid {
    align-items: flex-start;
}
.filters-grid .filter-wrapper {
    width: auto;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 20px;
}
.filters-grid .filter-wrapper select, .filters-grid .filter-wrapper input {
    max-width: none !important;
}
@media (max-width: 1440px) {
    .filters-grid .filter-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1024px) {
    .filters-grid .filter-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .filters-grid .filter-wrapper {
        grid-template-columns: 1fr;
    }
}
.filters-grid .filter-controls {
    width: auto;
}

/*.toc{
  ul{
    li a{
      display:block;
      border-left: 3px solid $white;
      padding: 5px 0 5px 15px;
      &:focus{
        border-color: $pink
      }
    }
  }
  @media (max-width: 767px) {
    display:none;
  }
}*/
.bd_toc_container {
    box-shadow: none;
    margin-bottom: 0 !important;
    border-radius: 0;
}
.bd_toc_container .bd_toc_wrapper {
    padding: 0 !important;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_header {
    background-color: transparent !important;
    border-radius: 0;
    padding: 0 !important;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_header .bd_toc_header_title {
    color: #052744 !important;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li a {
    padding: 5px 0 5px 15px !important;
    border-radius: 0;
    border-left: 3px solid #fff;
}
.bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li.current a {
    border-left: 3px solid #d1266d;
}

.form_dark {
    background: #220F60;
    color: #fff;
}
.form_dark .legal-consent-container,
.form_dark .hsfc-DataPrivacyField {
    color: #fff;
}
.form_dark .legal-consent-container p, .form_dark .legal-consent-container label,
.form_dark .hsfc-DataPrivacyField p,
.form_dark .hsfc-DataPrivacyField label {
    font-size: 14px;
}
.form_dark .legal-consent-container a,
.form_dark .hsfc-DataPrivacyField a {
    color: #fff;
    text-decoration: underline;
}
.form_dark input[type=submit].hs-button,
.form_dark button.hsfc-Button {
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    line-height: 1em;
    text-transform: none !important;
    letter-spacing: 0;
    font-weight: 500;
}
.form_dark input[type=submit].hs-button:hover,
.form_dark button.hsfc-Button:hover {
    letter-spacing: 0;
}
.form_dark input[type=submit].hs-button,
.form_dark button.hsfc-Button {
    width: 100%;
}
.form_dark .hbspt-form form select *,
.form_dark .hs-form-html form select * {
    background: #fff;
    color: #052744;
}
.form_dark h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.form_dark h1 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.form_dark h2 {
    color: #fff !important;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
}
.form_dark p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.form_dark p:last-of-type {
    padding-bottom: 34px;
}
.form_dark .hsfc-RichText p {
    padding-bottom: 0;
    color: #fff !important;
}

.form_overlay {
    padding: 32px;
    color: #fff;
}
.form_overlay h2 {
    color: #fff;
    text-align: center;
}
.form_overlay .hbspt-form,
.form_overlay .hs-form-html {
    max-width: 1024px;
    margin: auto;
}
@media (min-width: 768px) {
    .form_overlay .hbspt-form .hs-form,
    .form_overlay .hs-form-html .hs-form {
        grid-column-gap: 24px;
        grid-row-gap: 4px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        place-items: stretch stretch;
        display: grid;
    }
    .form_overlay .hbspt-form .hs-form .legal-consent-container,
    .form_overlay .hbspt-form .hs-form .hs_recaptcha,
    .form_overlay .hbspt-form .hs-form .hs_submit,
    .form_overlay .hs-form-html .hs-form .legal-consent-container,
    .form_overlay .hs-form-html .hs-form .hs_recaptcha,
    .form_overlay .hs-form-html .hs-form .hs_submit {
        grid-column: 1/span 2;
    }
}
@media (min-width: 768px) {
    .form_overlay {
        padding: 48px 64px;
    }
}
@media (min-width: 1024px) {
    .form_overlay {
        border-radius: 8px;
        margin: 48px auto 96px;
    }
}

.form_light {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    padding: 32px;
}
.form_light .hbspt-form form input.text,
.form_light .hbspt-form form input.title,
.form_light .hbspt-form form input[type=email],
.form_light .hbspt-form form input[type=password],
.form_light .hbspt-form form input[type=tel],
.form_light .hbspt-form form input[type=text],
.form_light .hbspt-form form select,
.form_light .hbspt-form form textarea,
.form_light .hs-form-html form input.text,
.form_light .hs-form-html form input.title,
.form_light .hs-form-html form input[type=email],
.form_light .hs-form-html form input[type=password],
.form_light .hs-form-html form input[type=tel],
.form_light .hs-form-html form input[type=text],
.form_light .hs-form-html form select,
.form_light .hs-form-html form textarea {
    width: 100%;
    color: #052744;
    padding: 12px 20px !important;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    border: 1px solid #f2f2fa;
    border-radius: 4px;
}
.form_light .hbspt-form form select.is-placeholder,
.form_light .hbspt-form form ::placeholder,
.form_light .hs-form-html form select.is-placeholder,
.form_light .hs-form-html form ::placeholder {
    opacity: 1; /* Firefox */
    color: #9CA3AF !important;
}
.form_light .hbspt-form form ::-ms-input-placeholder,
.form_light .hs-form-html form ::-ms-input-placeholder {
    color: #9CA3AF !important;
}
.form_light .hbspt-form form input:focus,
.form_light .hbspt-form form select:focus,
.form_light .hbspt-form form textarea:focus,
.form_light .hs-form-html form input:focus,
.form_light .hs-form-html form select:focus,
.form_light .hs-form-html form textarea:focus {
    color: #052744;
    background-color: #f2f2fa;
}
.form_light .hbspt-form form input.error,
.form_light .hbspt-form form select.error,
.form_light .hbspt-form form textarea.error,
.form_light .hs-form-html form input.error,
.form_light .hs-form-html form select.error,
.form_light .hs-form-html form textarea.error {
    border: 1px solid #cc003f;
}
.form_light .hbspt-form form .legal-consent-container,
.form_light .hs-form-html form .legal-consent-container {
    color: #3B5C7F;
    font-size: 14px;
}
.form_light .hbspt-form form .legal-consent-container p, .form_light .hbspt-form form .legal-consent-container ul,
.form_light .hs-form-html form .legal-consent-container p,
.form_light .hs-form-html form .legal-consent-container ul {
    font-size: 14px;
}
.form_light .hbspt-form form input[type=submit].hs-button,
.form_light .hbspt-form form button.hsfc-Button,
.form_light .hs-form-html form input[type=submit].hs-button,
.form_light .hs-form-html form button.hsfc-Button {
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    line-height: 1em;
    text-transform: none !important;
    letter-spacing: 0;
    font-weight: 500;
}
.form_light .hbspt-form form input[type=submit].hs-button:hover,
.form_light .hbspt-form form button.hsfc-Button:hover,
.form_light .hs-form-html form input[type=submit].hs-button:hover,
.form_light .hs-form-html form button.hsfc-Button:hover {
    letter-spacing: 0;
}
.form_light .hbspt-form form input[type=submit].hs-button,
.form_light .hbspt-form form button.hsfc-Button,
.form_light .hs-form-html form input[type=submit].hs-button,
.form_light .hs-form-html form button.hsfc-Button {
    background: #001FFF;
    color: #fff;
}
.form_light .hbspt-form form input[type=submit].hs-button:hover, .form_light .hbspt-form form input[type=submit].hs-button:focus,
.form_light .hbspt-form form button.hsfc-Button:hover,
.form_light .hbspt-form form button.hsfc-Button:focus,
.form_light .hs-form-html form input[type=submit].hs-button:hover,
.form_light .hs-form-html form input[type=submit].hs-button:focus,
.form_light .hs-form-html form button.hsfc-Button:hover,
.form_light .hs-form-html form button.hsfc-Button:focus {
    background: #0019CC;
    border-color: #0019CC;
}
@media (min-width: 768px) {
    .form_light {
        padding: 48px 64px;
    }
}

.form_light .hbspt-form .submitted-message,
.form_light .hbspt-form .submitted-message h3,
.form_light .hs-form-html .submitted-message,
.form_light .hs-form-html .submitted-message h3 {
    color: #191c24;
    text-align: left;
}

.hbspt-form .hs-form fieldset.form-columns-1 input.text,
.hbspt-form .hs-form fieldset.form-columns-1 input.title,
.hbspt-form .hs-form fieldset.form-columns-1 input[type=email],
.hbspt-form .hs-form fieldset.form-columns-1 input[type=password],
.hbspt-form .hs-form fieldset.form-columns-1 input[type=tel],
.hbspt-form .hs-form fieldset.form-columns-1 input[type=text],
.hbspt-form .hs-form fieldset.form-columns-1 select,
.hbspt-form .hs-form fieldset.form-columns-1 textarea,
.hs-form-html .hs-form fieldset.form-columns-1 input.text,
.hs-form-html .hs-form fieldset.form-columns-1 input.title,
.hs-form-html .hs-form fieldset.form-columns-1 input[type=email],
.hs-form-html .hs-form fieldset.form-columns-1 input[type=password],
.hs-form-html .hs-form fieldset.form-columns-1 input[type=tel],
.hs-form-html .hs-form fieldset.form-columns-1 input[type=text],
.hs-form-html .hs-form fieldset.form-columns-1 select,
.hs-form-html .hs-form fieldset.form-columns-1 textarea {
    width: 100% !important;
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field,
.hbspt-form .hs-form fieldset.form-columns-2 .hs-dependent-field,
.hs-form-html .hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form-html .hs-form fieldset.form-columns-2 .hs-dependent-field {
    width: 100%;
    float: none;
}
.hbspt-form .hs-form fieldset.form-columns-2 .input, .hbspt-form .hs-form fieldset.form-columns-2 input, .hbspt-form .hs-form fieldset.form-columns-2 select,
.hs-form-html .hs-form fieldset.form-columns-2 .input,
.hs-form-html .hs-form fieldset.form-columns-2 input,
.hs-form-html .hs-form fieldset.form-columns-2 select {
    margin-right: 0 !important;
    width: 100% !important;
}
@media screen and (min-width: 768px) {
    .hbspt-form .hs-form fieldset.form-columns-2,
    .hs-form-html .hs-form fieldset.form-columns-2 {
        display: flex;
        gap: 20px;
    }
}

.form-2-columns {
    max-width: 900px;
}

@media screen and (min-width: 480px) {
    .form-2-columns .hs-fieldtype-text,
    .form-2-columns .hs-fieldtype-select {
        width: calc(50% - 12px);
        float: left;
    }
    .form-2-columns .hs-fieldtype-text:nth-child(odd),
    .form-2-columns .hs-fieldtype-select:nth-child(odd) {
        margin-right: 12px;
    }
    .form-2-columns .hs-fieldtype-text:nth-child(even),
    .form-2-columns .hs-fieldtype-select:nth-child(even) {
        margin-left: 12px;
    }
}
.page-template-page-gutenberg .form_dark {
    background: #220F60;
}
.page-template-page-gutenberg .form_dark input[type=submit].hs-button {
    background: #001FFF;
    color: #fff;
}
.page-template-page-gutenberg .form_dark input[type=submit].hs-button:hover, .page-template-page-gutenberg .form_dark input[type=submit].hs-button:focus {
    background: #0019CC;
    border-color: #0019CC;
}
.page-template-page-gutenberg .form_dark input[type=submit].hs-button:hover, .page-template-page-gutenberg .form_dark input[type=submit].hs-button:focus {
    background: #0019CC !important;
    border-color: #0019CC !important;
    color: #fff !important;
}

.form_dark.step_form {
    background: #220F60;
}

.breadcrumbs {
    color: #3B5C7F;
    font-size: 16px;
    margin-bottom: 24px;
}
.breadcrumbs ul li {
    display: inline;
}
.breadcrumbs ul li:after {
    content: ">";
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    margin: 0 8px 0 10px;
}
.breadcrumbs ul li:last-child:after {
    content: "";
}

.section-head-dark .breadcrumbs {
    color: #fff;
    margin-bottom: 0;
}
.section-head-dark .breadcrumbs .breadcrumb {
    background: none;
    justify-content: center;
    margin-bottom: 0;
}
.section-head-dark .breadcrumbs span span:first-child a {
    line-height: 1.6em;
}
.section-head-dark .breadcrumbs span span:first-child a:before {
    content: url(/wp-content/themes/divi-child/images/home-white.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.section-head-dark .breadcrumbs a {
    color: #fff;
}

.section-head-light .breadcrumbs {
    color: #052744;
    margin-bottom: 0;
}
.section-head-light .breadcrumbs .breadcrumb {
    background: none;
    justify-content: center;
    margin-bottom: 0;
}
.section-head-light .breadcrumbs a {
    color: #001FFF;
}

.section-head-light .breadcrumbs .home-icon:before {
    content: url(/wp-content/themes/divi-child/images/home-dark.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 50px;
    max-width: 1024px;
    width: 90%;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.white-popup h2 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}
.white-popup .popup-title {
    padding-bottom: 21px;
}
.white-popup .popup-title:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 90px;
    border-radius: 2px;
    background-color: #001FFF;
    margin-top: 18px;
}
.white-popup img {
    max-width: 100%;
    height: auto;
    display: block;
}
.white-popup .content-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.white-popup .content-wrapper .article-description ul li {
    display: table;
    line-height: 1.5em;
}
.white-popup .content-wrapper .article-description ul li::before {
    content: "•";
    display: table-cell;
    width: 30px;
    min-width: 30px;
    color: #d1266d;
    font-size: 26px;
    vertical-align: top;
}
.white-popup .content-wrapper .article-description ul {
    margin-bottom: 1em;
}
.white-popup .content-wrapper .article-description p {
    margin-bottom: 1em;
    padding-bottom: 0;
}
.white-popup .content-wrapper .article-description h2, .white-popup .content-wrapper .article-description h3, .white-popup .content-wrapper .article-description h4, .white-popup .content-wrapper .article-description h5, .white-popup .content-wrapper .article-description h6 {
    margin-top: 1em;
}
.white-popup .content-wrapper .article-description h3 {
    font-size: 24px;
}
.white-popup .content-wrapper .article-description h4 {
    font-size: 20px;
}
.white-popup .content-wrapper .article-description h5 {
    font-size: 18px;
}
.white-popup .content-wrapper .article-description h6 {
    font-size: 16px;
}
.white-popup .gallery-container {
    position: relative;
    max-width: 50%;
    width: 100%;
}
.white-popup .form_dark {
    padding: 32px;
    border-radius: 8px;
}
.white-popup .form_dark h1 {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .white-popup {
        padding: 32px;
    }
    .white-popup .content-wrapper {
        flex-direction: column;
    }
    .white-popup .content-wrapper .gallery-container,
    .white-popup .content-wrapper .article-description {
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .post-type-archive-experience-area .white-popup .article-description {
        width: 50%;
    }
}
.gallery-main {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
    height: auto;
}

.swiper-container {
    height: auto;
}

.swiper-container.gallery-thumbs {
    padding-bottom: 32px;
}

.gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}
.swiper-slide-active .gallery-title {
    animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    max-width: 61px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.gallery-thumbs .swiper-wrapper .swiper-slide img {
    transition: 0.3s;
    border-radius: 4px;
    width: 60px;
    height: 50px;
    opacity: 0.6;
    border: 2px solid #fff;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-active {
    opacity: 0.9;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img {
    opacity: 1;
    border: 2px solid #001FFF;
    border-radius: 4px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}
.pp-multiple-authors-layout-inline .pp-author-boxes-name {
    font-size: 14px;
}
.pp-multiple-authors-layout-inline .pp-author-boxes-name a {
    color: #3B5C7F;
}

.grid-item .speakers {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f2f2fa;
}
.grid-item .speakers .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode ul.pp-multiple-authors-boxes-ul {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.grid-item .speakers .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode ul.pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li {
    margin-right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    line-height: 1em;
}
.grid-item .speakers .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-avatar img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
}
.grid-item .speakers .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-name {
    font-size: 12px;
}
.grid-item .speakers .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode .pp-author-boxes-name a {
    font-weight: normal !important;
}

.list-view .grid-item .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-inline.multiple-authors-target-shortcode ul.pp-multiple-authors-boxes-ul {
    flex-direction: row;
}

.white-popup .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul {
    flex-wrap: wrap;
    gap: 10px;
}
.white-popup .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li.has-avatar {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}
.white-popup .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li.has-avatar .pp-author-boxes-avatar img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
}
.white-popup .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li.has-avatar .pp-author-boxes-avatar-details {
    display: inline-flex;
    padding-left: 10px;
    flex-direction: column;
}
.white-popup .pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li.has-avatar .pp-author-boxes-avatar-details span {
    line-height: 1em;
}

.logos-carousel {
    padding: 0;
    text-align: center;
}
.logos-carousel .swiper-wrpapper {
    align-items: center;
}
.logos-carousel .logo img {
    height: 24px;
    max-width: 140px;
    opacity: 1;
    transition: filter 0.3s ease;
    filter: grayscale(100%);
    object-fit: contain;
}
.logos-carousel .logo img:hover {
    filter: none;
}
.logos-carousel .swiper-button-prev,
.logos-carousel .swiper-button-next {
    display: none;
}
.logos-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.section-customer-stories-slider {
    overflow: hidden;
}
.section-customer-stories-slider .section-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px !important;
}
.section-customer-stories-slider .section-title h2 {
    color: #fff;
}
.section-customer-stories-slider .section-title .section-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section-customer-stories-slider .section-title .section-aside {
    position: relative;
    display: flex;
    gap: 16px;
}
.section-customer-stories-slider .section-title .section-aside .swiper-button-prev, .section-customer-stories-slider .section-title .section-aside .swiper-button-next {
    background: transparent url("/wp-content/themes/divi-child/images/slider-nav-back.svg") no-repeat 0 0;
    width: 54px;
    left: 0;
    position: relative;
    right: 0;
    height: 54px;
    margin: 0;
    top: 10px !important;
}
.section-customer-stories-slider .section-title .section-aside .swiper-button-prev:hover, .section-customer-stories-slider .section-title .section-aside .swiper-button-next:hover {
    background: transparent url("/wp-content/themes/divi-child/images/slider-nav-back-hover.svg") no-repeat 0 0;
}
.section-customer-stories-slider .section-title .section-aside .swiper-button-next {
    background: transparent url("/wp-content/themes/divi-child/images/slider-nav-next.svg") no-repeat 0 0;
}
.section-customer-stories-slider .section-title .section-aside .swiper-button-next:hover {
    background: transparent url("/wp-content/themes/divi-child/images/slider-nav-next-hover.svg") no-repeat 0 0;
}
.section-customer-stories-slider .customer-stories-slider {
    overflow: visible;
    color: #fff;
}
.section-customer-stories-slider .customer-stories-slider .swiper-wrapper {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 24px;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main {
    background: #fff;
    width: 50%;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-self: stretch;
    padding: 48px;
    text-align: left;
    border-radius: 8px 0 0 8px;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main img {
    max-height: 50px;
    object-fit: contain;
    height: auto;
    width: fit-content;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main .numbers {
    justify-content: left;
    flex-wrap: wrap;
    color: #3B5C7F;
    border-bottom: 1px solid #f2f2fa;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main .numbers .number {
    flex: 1;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main .numbers .number .value {
    font-size: clamp(1.8rem, 0.75vw, 5rem) !important;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main .slide-description {
    color: #3B5C7F;
    line-height: 1.5em;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main .button-text {
    font-size: 1em;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside {
    width: 50%;
    border-radius: 0 8px 8px 0;
    align-self: stretch;
}
.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside img {
    border-radius: 0 8px 8px 0;
}

@media (max-width: 1023px) {
    .section-customer-stories-slider .section-title {
        flex-direction: column;
        text-align: center;
    }
    .section-customer-stories-slider .section-aside {
        justify-content: center;
    }
    .section-customer-stories-slider .customer-stories-slider .swiper-slide {
        flex-direction: column;
    }
    .section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main {
        width: 100%;
        border-radius: 8px 8px 0 0;
        padding: 32px;
    }
    .section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main img {
        margin: auto;
    }
    .section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside {
        width: 100%;
        border-radius: 0 0 8px 8px;
    }
    .section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside img {
        border-radius: 0 0 8px 8px;
    }
}
.swiper-pagination-bullet {
    background-color: #ffffff !important;
    height: 15px !important;
    width: 15px !important;
    opacity: 0.4 !important;
}

.swiper-pagination-bullet-active {
    background-color: #001FFF !important;
    opacity: 1 !important;
}

.review-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 48px 0 48px 0;
    color: #052744;
    display: grid !important;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.review-wrapper .review-item {
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
    border-left: 1px solid #f2f2fa;
}
.review-wrapper .review-item .quote {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
}
.review-wrapper .review-item .cite {
    margin-top: auto;
}
.review-wrapper .review-item .cite .name {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.review-wrapper .review-item .cite .job-title {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
}
.review-wrapper .review-item .logo-container {
    height: 70px;
}
.review-wrapper .review-item .logo-container img {
    object-fit: contain;
    max-height: 70px;
    max-width: 200px;
    margin: auto;
}

@media (max-width: 1023px) {
    .review-wrapper {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 0;
    }
    .review-wrapper .review-item {
        padding: 32px;
    }
}
.section-light .section-customer-stories-slider .section-title h2 {
    color: #052744;
}
.section-light .section-customer-stories-slider .customer-stories-slider {
    color: #052744;
}
.section-light .section-customer-stories-slider .customer-stories-slider .swiper-slide {
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}

.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide {
    background: #fff;
    border-radius: 8px;
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main {
    width: 33.33%;
    font-size: 18px;
    line-height: 1.5em;
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main img {
    margin: 0;
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside {
    width: 66.66%;
    background: #fff;
    text-align: left;
    border-left: 1px solid #f2f2fa;
    padding: 48px 48px 8px 48px;
    font-size: 18px;
    line-height: 1.5em;
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside .feature-grid {
    padding: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto;
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside .feature-grid img {
    max-width: none;
    width: 90px;
}
@media (min-width: 768px) {
    .extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside .feature-grid {
        flex-direction: row;
        padding: 0 0 40px;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
        max-width: none;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside .feature-grid {
        padding: 0 0 40px;
    }
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside .feature-grid .section-content li {
    display: table;
    line-height: 1.5em;
}
.extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside .feature-grid .section-content li::before {
    content: "" !important;
    display: table-cell;
    width: 30px;
    min-width: 30px;
    font-size: 1em !important;
    background-image: url("/wp-content/themes/divi-child/images/check.svg");
    background-repeat: no-repeat;
    background-size: 1.2em;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-main {
        width: 100%;
    }
    .extended.section-customer-stories-slider .customer-stories-slider .swiper-slide .section-aside {
        width: 100%;
        border-top: 1px solid #f2f2fa;
        border-left: none;
        padding: 32px;
    }
}
body .section-kpi .wrapper {
    padding-top: 64px !important;
    padding-bottom: 0 !important;
}
body .section-kpi .wrapper div.column-1 {
    width: 60%;
    flex-basis: auto;
}
body .section-kpi .wrapper div.column-2 {
    width: 40%;
    flex-basis: auto;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
.kpi-grid .premium-countup__wrap {
    aspect-ratio: 1/1;
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}
.kpi-grid .premium-countup__wrap .premium-countup-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    position: relative;
    justify-content: flex-start;
}
.kpi-grid .premium-countup__wrap .premium-countup-content-wrapper .premium-counter {
    margin-bottom: auto !important;
}
.kpi-grid .premium-countup__wrap .premium-countup-content-wrapper .premium-countup__increment,
.kpi-grid .premium-countup__wrap .premium-countup-content-wrapper .premium-countup__suffix {
    font-size: clamp(3rem, 3vw, 4rem);
    font-weight: bold;
    line-height: 1.3em;
}
.kpi-grid .premium-countup__wrap .premium-countup-content-wrapper .wp-block-premium-text {
    padding-right: 32px;
}
.kpi-grid .wp-block-premium-text .premium-text-wrap {
    font-size: clamp(13px, 0.9vw, 19px);
    line-height: 120%;
    color: #fff;
}

@media (max-width: 1399px) {
    body .section-kpi .wrapper div.column-1 {
        width: 50%;
        flex-basis: auto;
    }
    body .section-kpi .wrapper div.column-2 {
        width: 50%;
        flex-basis: auto;
    }
}
@media (max-width: 1199px) {
    body .section-kpi .wrapper {
        flex-direction: column;
    }
    body .section-kpi .wrapper div.column-1 {
        width: 100%;
        flex-basis: auto;
    }
    body .section-kpi .wrapper div.column-2 {
        width: 100%;
        flex-basis: auto;
    }
    .kpi-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}
@media (max-width: 991px) {
    .kpi-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .kpi-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .kpi-grid .premium-countup__wrap .premium-countup-content-wrapper .premium-countup__increment,
    .kpi-grid .premium-countup__wrap .premium-countup-content-wrapper .premium-countup__suffix {
        font-size: 5rem;
    }
    .kpi-grid .wp-block-premium-text .premium-text-wrap {
        font-size: 18px;
    }
}
.section-head.section-title-experience-area {
    margin-bottom: 0;
}
.section-head.section-title-experience-area .wrapper {
    max-width: 1440px;
    padding-top: 96px;
    padding-bottom: 0;
}
.section-head.section-title-experience-area .wrapper h1 {
    margin: 0;
    text-align: left;
}

.grid-wrapper-dashboard {
    background: transparent url("/wp-content/themes/divi-child/images/dashboard-abstract-bg.webp") no-repeat center center;
    background-color: rgba(255, 255, 255, 0.486);
    background-blend-mode: overlay;
    background-size: cover;
    padding: 24px;
    border-radius: 8px;
    margin: 1rem 0;
}
.grid-wrapper-dashboard .grid-item {
    box-shadow: none;
}

.dashboard-grid .grid-item p, .dashboard-grid .grid-item ul, .dashboard-grid .grid-item ol {
    font-size: 14px;
}
.dashboard-grid .grid-item .title {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    height: auto;
}
.dashboard-grid .grid-item .title .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.dashboard-grid .grid-item .title h3 {
    margin: 5px 0 0;
    padding: 0;
}
.dashboard-grid .grid-item .content {
    width: 100%;
    gap: 4px;
}
.dashboard-grid .grid-item .content-empty img {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.dashboard-grid .grid-item.sandbox .title .icon {
    background: transparent url("/wp-content/themes/divi-child/images/sandbox-icon.svg") no-repeat 0 0;
}
.dashboard-grid .grid-item.sandbox .content ul li {
    display: table;
    line-height: 1.5em;
}
.dashboard-grid .grid-item.sandbox .content ul li::before {
    content: "•";
    display: table-cell;
    width: 30px;
    min-width: 30px;
    color: #d1266d;
    font-size: 26px;
    vertical-align: top;
}
.dashboard-grid .grid-item.sandbox .content ul li:before {
    color: #001fff;
}
.dashboard-grid .grid-item.token .title .icon {
    background: transparent url("/wp-content/themes/divi-child/images/token-icon.svg") no-repeat 0 0;
}
.dashboard-grid .grid-item.academy .title .icon {
    background: transparent url("/wp-content/themes/divi-child/images/academy-icon.svg") no-repeat 0 0;
}
.dashboard-grid .grid-item.academy .content {
    gap: 0;
    flex-direction: row;
}
.dashboard-grid .grid-item.academy .content:before {
    content: "";
    background: #220F60;
    background: linear-gradient(180deg, rgb(34, 15, 96) 0%, rgba(34, 15, 96, 0) 100%);
    width: 2px;
    height: 100%;
    display: block;
    position: relative;
    left: 10px;
}
.dashboard-grid .grid-item.academy .content ul li {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.dashboard-grid .grid-item.academy .content ul li::before {
    content: "" !important;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-repeat: no-repeat;
    background-size: 18px;
    margin-top: 2px;
    background-image: url("/wp-content/themes/divi-child/images/checked-round.svg");
}
.dashboard-grid .grid-item.academy .content ul li.unchecked::before {
    background-image: url("/wp-content/themes/divi-child/images/unchecked-round.svg");
}
.dashboard-grid .grid-item.academy .content ul {
    z-index: 2;
}
.dashboard-grid .grid-item.demos .title .icon {
    background: transparent url("/wp-content/themes/divi-child/images/demo-icon.svg") no-repeat 0 0;
}
.dashboard-grid .grid-item.demos .content ul li {
    display: table;
    line-height: 1.5em;
}
.dashboard-grid .grid-item.demos .content ul li::before {
    content: "•";
    display: table-cell;
    width: 30px;
    min-width: 30px;
    color: #d1266d;
    font-size: 26px;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .dashboard-grid {
        grid-row-gap: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .dashboard-grid {
        grid-row-gap: 2rem;
    }
}
.event-countdown {
    display: flex;
    gap: 24px;
    font-size: 36px;
    line-height: 44px;
    color: #d1266d;
    font-weight: bold;
}
.event-countdown div {
    display: flex;
    flex-direction: column;
}
.event-countdown .unit {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
}

.tb-countdown > div {
    margin: 0;
    padding: 0 0.4em 0 0.6em;
    background: none;
}
.tb-countdown .tb-countdown__number {
    font-size: 36px;
    line-height: 44px;
    color: #d1266d;
    font-weight: bold;
}
.tb-countdown .tb-countdown__label {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
}
.tb-countdown .tb-countdown__hours,
.tb-countdown .tb-countdown__minutes {
    position: relative;
}
.tb-countdown .tb-countdown__hours:before,
.tb-countdown .tb-countdown__minutes:before {
    content: ":";
    font-size: 36px;
    line-height: 44px;
    color: #d1266d;
    font-weight: bold;
    left: 0;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .tb-countdown .tb-countdown__number,
    .tb-countdown .tb-countdown__hours:before,
    .tb-countdown .tb-countdown__minutes:before,
    .tb-countdown .tb-countdown__days, .tb-countdown .tb-countdown__hours, .tb-countdown .tb-countdown__minutes, .tb-countdown .tb-countdown__seconds, .tb-countdown .tb-countdown__message {
        font-size: 32px !important;
    }
}

.shortlinks {
    display: inline-flex !important;
    gap: 0;
    font-size: 14px;
    line-height: 1.5em;
    background: #fff;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
    padding: 8px;
    max-width: 1440px;
    z-index: 10;
    margin: -25px 64px 0 !important;
}
.shortlinks .wp-block-button a {
    padding: 8px 24px;
    background: none;
    color: #3B5C7F;
}
.shortlinks .wp-block-button a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("/wp-content/themes/divi-child/images/arrow-down2.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    vertical-align: top;
    margin: 2px 0 0 8px;
}
.shortlinks .wp-block-button a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .shortlinks {
        margin: -25px 32px 0 !important;
    }
}

.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll {
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
    height: auto;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable {
    font-size: 14px;
    line-height: 1.3em;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable thead th {
    background-color: #808FFF;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable thead th p {
    font-size: 14px;
    line-height: 1.3em;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable tbody tr td {
    color: #052744;
    font-size: 14px;
    line-height: 1.3em;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable tbody tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable tbody tr.odd td {
    background: #F2F4FF;
}
.wp-block-wpdatatables-wpdatatables-gutenberg-block .wpDataTables.wpDataTablesWrapper.wdtVerticalScroll table.wpdtSimpleTable.wpDataTable tbody tr.even td {
    background: #D9DDFF;
}

.wp-block-table {
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
    height: auto;
}
.wp-block-table table {
    font-size: 18px;
    line-height: 1.3em;
}
.wp-block-table table thead {
    border-bottom: 0;
}
.wp-block-table table thead th {
    background-color: #001FFF;
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    padding: 12px;
    border: none;
    vertical-align: top;
}
.wp-block-table table thead th p {
    font-size: 18px;
    line-height: 1.3em;
}
.wp-block-table table tbody tr td {
    color: #052744;
    font-size: 18px;
    line-height: 1.3em;
    padding: 12px;
    border: none;
    vertical-align: top;
}
.wp-block-table table tbody tr td p {
    font-size: 18px;
    line-height: 1.3em;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
    background: #F2F4FF;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
    background: #D9DDFF;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 36px 32px;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    width: calc(50% - 16px);
}

.faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.faq-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 8px;
    background: #f2f2fa;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #001FFF;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #052744;
}

.faq-content {
    display: none;
    padding: 18px 0 0 64px;
}

.faq-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #052744;
}

.faq-item.is-open .faq-content {
    display: block;
}

.faq-item.is-open .faq-icon::after {
    opacity: 0;
}

@media (max-width: 991px) {
    .faq-grid {
        flex-direction: column;
    }
    .faq-item {
        padding: 24px;
        width: 100%;
    }
    .faq-content {
        padding-left: 0;
    }
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left {
    max-width: 1200px;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left.ctlb-wrapper:before {
    background: none;
    border-left: 2px dashed #3B5C7F;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .story-time p {
    color: #3B5C7F;
    font-size: 16px;
    font-weight: normal;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .timeline-block-detail {
    width: calc(100% - 84px);
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .timeline-block-detail .story-details:before {
    border-right: 15px solid #fff;
    left: -30px;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .timeline-block-detail .story-details {
    border-left: none !important;
    padding: 32px;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .timeline-block-detail .story-details .story-content h3.ctlb-block-title {
    font-size: 24px;
    line-height: 1.5em;
    color: #052744;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .timeline-block-detail .story-details .story-content p.ctlb-block-desc {
    font-size: 18px;
    line-height: 1.5em;
    color: #052744;
}
.Cool-Content-Timeline .cool-vertical-timeline-body.one-sided.left .done .timeline-content.icon-true .timeline-block-icon {
    background: #37af98;
}

/****************** testimonial-slider ******************/
.testimonial-slider {
    margin: 0 -30px;
    max-width: none;
    overflow-x: clip;
    overflow-y: visible;
}
.testimonial-slider .evssSlider {
    overflow-x: clip;
    overflow-y: visible;
}
.testimonial-slider .swiper-slide {
    height: 90%;
}
.testimonial-slider .swiper-slide .slideContent {
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    padding: 48px;
    background: #fff;
    border-radius: 8px;
}
.testimonial-slider .swiper-slide .slideContent blockquote {
    border-left: 0.25em solid #001fff;
    font-size: 18px;
}
.testimonial-slider .swiper-slide .slideContent blockquote cite {
    margin-top: 16px;
}
.testimonial-slider .swiper-pagination {
    position: relative;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #001fff !important;
    height: 15px !important;
    width: 15px !important;
    opacity: 0.2 !important;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.screenshot-slider .swiper .swiper-slide .slideContent img {
    border-radius: 4px;
    max-height: 350px;
}

/****************** cards-slider ******************/
.cards-slider {
    margin: 0 -30px;
    max-width: none;
    overflow-x: clip;
    overflow-y: visible;
}
.cards-slider .evssSlider {
    overflow-x: clip;
    overflow-y: visible;
}
.cards-slider .swiper-slide {
    height: 90%;
}
.cards-slider .swiper-slide .slideContent h3, .cards-slider .swiper-slide .slideContent p, .cards-slider .swiper-slide .slideContent .wp-block-image {
    margin: 0;
    padding: 0;
}
.cards-slider .swiper-slide .slideContent h3 {
    color: #052744 !important;
}
.cards-slider .swiper-slide .slideContent a {
    margin-top: auto;
    font-size: 16px;
    color: #001FFF;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    gap: 8px;
}
.cards-slider .swiper-slide .slideContent a:after {
    content: url("/wp-content/themes/divi-child/images/arrow-right.svg");
    width: 18px;
    height: 18px;
}
.cards-slider .swiper-slide .slideContent a:hover, .cards-slider .swiper-slide .slideContent a:focus, .cards-slider .swiper-slide .slideContent a a:hover, .cards-slider .swiper-slide .slideContent a a:focus {
    text-decoration: underline;
    color: #001FFF;
}
.cards-slider .swiper-pagination {
    position: relative;
}
.cards-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #001fff !important;
    height: 15px !important;
    width: 15px !important;
    opacity: 0.2 !important;
}
.cards-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.wp-block-premium-tabs .premium-tabs-content .premium-tab-content {
    overflow: visible;
}
.wp-block-premium-tabs.premium-tabs-style-style2 .premium-tabs-nav-list.premium-tabs-vertical {
    border-left: 4px solid #f2f2fa;
}
.wp-block-premium-tabs.premium-tabs-style-style2 .premium-tabs-nav-list.premium-tabs-vertical .premium-tabs-nav-list-item {
    margin-left: -4px;
}
.wp-block-premium-tabs .premium-tab-title-container .premium-tab-desc {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .wp-block-premium-tabs {
        flex-direction: column;
    }
    .wp-block-premium-tabs .wpDataTablesWrapper {
        width: auto;
        margin: 20px 20px 0;
    }
}

.logo-cta {
    margin-top: 48px;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    color: #3B5C7F;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transition: transform 0.3s; /* Animation */
}
.logo-cta figure {
    margin-bottom: 0;
}
.logo-cta p {
    font-size: 14px;
    line-height: 1.5em;
}
@media (min-width: 782px) {
    .logo-cta {
        align-items: center;
        flex-direction: row;
    }
    .logo-cta figure {
        padding-right: 24px;
        border-right: 1px solid #f2f2fa;
    }
}
.logo-cta:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    color: #3B5C7F;
}

.cta-text-button {
    margin-top: 48px;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    color: #3B5C7F;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transition: transform 0.3s; /* Animation */
}
.cta-text-button .premium-button {
    background-color: #001FFF;
    font-size: 14px;
    border-radius: 4px;
    padding: 12px 24px;
    line-height: 1.5em;
    word-break: normal;
    min-width: 175px;
}
.cta-text-button p {
    font-size: 16px;
    line-height: 1.5em;
}
@media (min-width: 782px) {
    .cta-text-button {
        align-items: center;
        flex-direction: row;
    }
}
.cta-text-button:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    color: #3B5C7F;
}

.cta-text-button-dark {
    background: #001FFF;
    color: #fff;
}
.cta-text-button-dark:hover {
    color: #fff;
    background: #001FFF;
}
.cta-text-button-dark .premium-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

/* ----------------------------------------------
* Generated by Gradienty on 2025-11-21 12:54
* animation slide-tr-alternate
* ----------------------------------------
*/
.article-description {
    font-size: 18px;
    color: #3B5C7F;
    line-height: 1.5em;
}
.article-description ul {
    padding: 1em 0;
}

.article-taxonomies {
    border-top: 1px solid #f2f2fa;
    border-bottom: 1px solid #f2f2fa;
    padding: 24px 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.article-taxonomies .article-taxonomies-item {
    color: #3B5C7F;
    display: flex;
}
.article-taxonomies .article-taxonomies-item div.icon:before {
    content: url("/wp-content/themes/divi-child/images/maze.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.article-taxonomies .article-taxonomies-item.use-cases div.icon:before {
    content: url("/wp-content/themes/divi-child/images/flow-chart-alt.svg");
}
.article-taxonomies .article-taxonomies-item.products div.icon:before {
    content: url("/wp-content/themes/divi-child/images/codepen.svg");
}
.article-taxonomies .article-taxonomies-item.industry div.icon:before {
    content: url("/wp-content/themes/divi-child/images/building-alt-1.svg");
}
.article-taxonomies .article-taxonomies-item.solution div.icon:before {
    content: url("/wp-content/themes/divi-child/images/bulb.svg");
}
.article-taxonomies .article-taxonomies-item a {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .article-taxonomies .article-taxonomies-item b {
        display: block;
    }
}

.section-share {
    margin: 24px 0;
}

.section-actions {
    display: flex;
    justify-content: flex-start;
    grid-gap: 20px;
    margin-bottom: 24px;
}

.single-demo-area .section-aside .form_dark {
    padding: 32px !important;
    border-radius: 8px;
}

.post-type-archive-demo-area .grid-item .image-wrapper {
    position: relative;
}
.post-type-archive-demo-area .grid-item .image-wrapper .badge-new {
    background: #d1266d;
    border-radius: 20px;
    right: 10px;
    top: 10px;
    line-height: 20px;
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 4px 12px;
}
.post-type-archive-demo-area .grid-item .image-wrapper .badge-new:before {
    content: url("/wp-content/themes/divi-child/images/star-white.svg");
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: -1px;
}

.single-demo-area .gallery-container {
    width: 100%;
    max-width: 800px;
    padding: 0 32px;
    overflow: hidden;
}
.single-demo-area .gallery-container .gallery-main {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.single-demo-area .gallery-container .gallery-main .swiper-wrapper {
    align-items: flex-start;
}
.single-demo-area .gallery-container .gallery-main .swiper-slide {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.single-demo-area .gallery-container .gallery-main img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.single-demo-area .gallery-container .gallery-thumbs {
    margin-top: 10px;
}
.single-demo-area .gallery-container .gallery-thumbs .swiper-wrapper {
    justify-content: center;
}
.single-demo-area .gallery-container .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 80px;
    height: 60px;
    opacity: 0.5;
    cursor: pointer;
}
.single-demo-area .gallery-container .gallery-thumbs .swiper-wrapper .swiper-slide img {
    object-fit: cover;
}
.single-demo-area .gallery-container .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.single-success-story .section-head .logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
}
.single-success-story .section-head img {
    max-height: 48px;
    width: auto;
}
.single-success-story .section-head .type {
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    align-self: stretch;
    align-content: center;
}
@media (min-width: 768px) {
    .single-success-story .section-head .logos {
        align-items: center;
        flex-direction: row;
        text-align: left;
        gap: 2rem;
    }
    .single-success-story .section-head .logos .type {
        border-left: 1px solid #fff;
        padding-left: 2rem;
    }
}
.single-success-story .section-head .numbers {
    margin: 0 auto;
    max-width: 740px;
}
.single-success-story .section-head .numbers .number {
    border-color: #fff;
}
.single-success-story .section-head.section-head-case-study .wrapper {
    padding: 64px 48px;
}
@media (min-width: 1024px) {
    .single-success-story .section-head.section-head-case-study .wrapper {
        padding: 96px 0 296px;
    }
}

.single-success-story .section-description .wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    font-size: 16px;
    line-height: 1.5em;
}
.single-success-story .section-description .wrapper .section-content .breadcrumbs {
    padding: 24px 32px;
    border-bottom: 1px solid #f2f2fa;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .single-success-story .section-description .wrapper .section-content .breadcrumbs {
        padding: 24px 48px;
    }
}
@media (min-width: 1024px) {
    .single-success-story .section-description .wrapper .section-content .breadcrumbs {
        padding: 24px 40px;
    }
}
.single-success-story .section-description .wrapper .section-content .feature-grid {
    padding: 0 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    max-width: 500px;
    margin: auto;
}
.single-success-story .section-description .wrapper .section-content .feature-grid img {
    max-width: none;
}
@media (min-width: 768px) {
    .single-success-story .section-description .wrapper .section-content .feature-grid {
        flex-direction: row;
        padding: 0 64px 40px;
        align-items: flex-start;
        text-align: left;
        gap: 40px;
        max-width: none;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .single-success-story .section-description .wrapper .section-content .feature-grid {
        padding: 0 0 40px;
    }
}
.single-success-story .section-description .wrapper .section-aside {
    background: #f2f2fa;
    padding: 32px;
    display: flex;
    gap: 40px;
    flex-direction: column;
}
@media (min-width: 768px) {
    .single-success-story .section-description .wrapper .section-aside {
        padding: 48px 64px;
    }
}
@media (min-width: 1024px) {
    .single-success-story .section-description .wrapper .section-aside {
        padding: 40px;
    }
}
@media (min-width: 1024px) {
    .single-success-story .section-description .wrapper {
        flex-direction: row;
        box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
        margin-top: -200px;
        border-radius: 8px;
    }
    .single-success-story .section-description .wrapper .section-content {
        width: 66.66%;
    }
    .single-success-story .section-description .wrapper .section-content .feature-grid {
        padding: 0 40px 40px;
    }
    .single-success-story .section-description .wrapper .section-aside {
        width: 33.33%;
    }
}

.single-success-story .section-foot {
    background: #f2f2fa;
    font-size: 16px;
}
.single-success-story .section-foot .bullet-list {
    margin-bottom: 24px;
}
.single-success-story .section-foot .wrapper .section-content {
    padding-bottom: 48px;
}
@media (min-width: 1024px) {
    .single-success-story .section-foot .wrapper {
        display: flex;
        gap: 64px;
    }
    .single-success-story .section-foot .wrapper .section-content {
        padding-top: 64px;
        width: 50%;
    }
}

.section-content-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 24px;
}
.section-content-top .main-take-away {
    width: 100%;
}
.section-content-top .main-take-away h2 {
    padding-top: 0 !important;
}
.section-content-top .main-take-away ul {
    padding-bottom: 0 !important;
}
.section-content-top .image-wrapper {
    width: 100%;
}
.section-content-top .image-wrapper img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .section-content-top {
        flex-direction: row;
        align-items: center;
    }
    .section-content-top img {
        width: 50%;
    }
}
.section-featured-posts .section-main {
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.section-featured-posts .section-main .section-left {
    width: 70%;
    gap: 32px;
}
.section-featured-posts .section-main .section-right {
    width: 30%;
}

.post-type-archive-summit-videos .white-popup .meta {
    display: block;
    text-align: center;
}
.post-type-archive-summit-videos .white-popup .content-wrapper {
    flex-direction: row-reverse;
}
.post-type-archive-summit-videos .white-popup .article-description {
    width: 50%;
}
.post-type-archive-summit-videos .white-popup .form_overlay {
    margin: 0 auto;
    width: 100%;
}
.post-type-archive-summit-videos .white-popup .form_overlay h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .post-type-archive-summit-videos .white-popup .content-wrapper {
        flex-direction: column;
    }
    .post-type-archive-summit-videos .white-popup .content-wrapper .gallery-container,
    .post-type-archive-summit-videos .white-popup .content-wrapper .article-description {
        max-width: 100%;
        width: 100%;
    }
}
.post-type-archive-summit-videos .white-popup .content-wrapper .article-description ul.pp-multiple-authors-boxes-ul li::before {
    content: "";
    width: 0;
    min-width: 0;
}
.post-type-archive-summit-videos .white-popup .speakers {
    border-bottom: 1px solid #f2f2fa;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
.post-type-archive-summit-videos .white-popup .speakers h3 {
    font-size: 20px;
    padding-bottom: 24px;
}

#tribe-events-content.tribe-blocks-editor {
    margin-bottom: 0;
    padding-bottom: 0;
}
#tribe-events-content.tribe-blocks-editor #tribe-events-footer {
    margin: 0;
}

/* Gate video */
.event-cat-on-demand-webinar .section-video.is-gated {
    display: none;
}

.event-cat-on-demand-webinar .section-video.is-unlocked {
    display: block;
    margin: 48px auto 0;
    width: 80%;
    max-width: 1440px;
}

/* Hide aside after unlock */
.event-cat-on-demand-webinar .section-aside.is-hidden {
    display: none;
}

/* Main full width after unlock */
.event-cat-on-demand-webinar .section-content.full {
    width: 100% !important;
    max-width: 100%;
    border: none !important;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-head.section-head-dark {
        background: url("/wp-content/themes/divi-child/images/dots-blue-dark.svg") right -100px bottom/352px 352px no-repeat, url("/wp-content/themes/divi-child/images/dots-blue-dark.svg") left top/352px 352px no-repeat, url("/wp-content/themes/divi-child/images/Ellipse-11.webp") center top -600px/1200px 1200px no-repeat;
        background-color: #220F60;
    }
}

.event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper {
    max-width: 900px;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper .description-item {
    border-left: 1px solid #f2f2fa;
    padding-left: 24px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper .description-item:first-child {
    border-left: none;
    padding-left: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper .description-item .pp-multiple-authors-wrapper ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 6px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper .description-item .event-date {
    font-weight: bold;
}

.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro,
.event-cat-webinar.single-tribe_events .section-main .event-intro {
    margin: 24px 0;
    background: #f2f2fa;
    padding: 32px 32px 20px;
    border-radius: 8px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro h2,
.event-cat-webinar.single-tribe_events .section-main .event-intro h2 {
    padding: 0 !important;
    font-size: 26px;
    margin-bottom: 24px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro ul li,
.event-cat-webinar.single-tribe_events .section-main .event-intro ul li {
    display: table;
    line-height: 1.5em;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro ul li::before,
.event-cat-webinar.single-tribe_events .section-main .event-intro ul li::before {
    content: "" !important;
    display: table-cell;
    width: 30px;
    min-width: 30px;
    font-size: 1em !important;
    background-image: url("/wp-content/themes/divi-child/images/check.svg");
    background-repeat: no-repeat;
    background-size: 1.2em;
    vertical-align: top;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro ul,
.event-cat-webinar.single-tribe_events .section-main .event-intro ul {
    padding-left: 0;
    padding-bottom: 0 !important;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro ul li,
.event-cat-webinar.single-tribe_events .section-main .event-intro ul li {
    margin-bottom: 12px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .event-intro ul li ul,
.event-cat-webinar.single-tribe_events .section-main .event-intro ul li ul {
    margin-top: 12px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li {
    margin-bottom: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li:before,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li:before {
    content: "";
    width: 0;
    min-width: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-name,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-name {
    padding: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description,
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description p,
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description p,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description p,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description p {
    padding-bottom: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .ppma-author-job_title-profile-data,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .ppma-author-job_title-profile-data {
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image {
    text-align: center;
}
.event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image img,
.event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image img {
    max-width: none;
}

.event-cat-on-demand-webinar.single-tribe_events .section-aside .form_dark {
    padding: 32px !important;
    border-radius: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 479px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
        grid-template-columns: 1fr;
    }
}
/* Gate video */
.event-cat-webinar .section-video.is-gated {
    display: none;
}

.event-cat-webinar .section-video.is-unlocked {
    display: block;
    margin: 48px auto 0;
    width: 80%;
    max-width: 1440px;
}

/* Hide aside after unlock */
.event-cat-webinar .section-aside.is-hidden {
    display: none;
}

/* Main full width after unlock */
.event-cat-webinar .section-content.full {
    width: 100% !important;
    max-width: 100%;
    border: none !important;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .event-cat-webinar.single-tribe_events .section-head.section-head-dark {
        background: url("/wp-content/themes/divi-child/images/dots-blue-dark.svg") right -100px bottom/352px 352px no-repeat, url("/wp-content/themes/divi-child/images/dots-blue-dark.svg") left top/352px 352px no-repeat, url("/wp-content/themes/divi-child/images/Ellipse-11.webp") center top -600px/1200px 1200px no-repeat;
        background-color: #220F60;
    }
}

.event-cat-webinar.single-tribe_events .section-meta .wrapper,
.event-cat-event.single-tribe_events .section-meta .wrapper {
    max-width: 900px;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.event-cat-webinar.single-tribe_events .section-meta .wrapper .description-item,
.event-cat-event.single-tribe_events .section-meta .wrapper .description-item {
    border-left: 1px solid #f2f2fa;
    padding-left: 24px;
}
.event-cat-webinar.single-tribe_events .section-meta .wrapper .description-item:first-child,
.event-cat-event.single-tribe_events .section-meta .wrapper .description-item:first-child {
    border-left: none;
    padding-left: 0;
}
.event-cat-webinar.single-tribe_events .section-meta .wrapper .description-item .pp-multiple-authors-wrapper ul,
.event-cat-event.single-tribe_events .section-meta .wrapper .description-item .pp-multiple-authors-wrapper ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 6px;
}
.event-cat-webinar.single-tribe_events .section-meta .wrapper .description-item .event-date,
.event-cat-event.single-tribe_events .section-meta .wrapper .description-item .event-date {
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper,
    .event-cat-event.single-tribe_events .section-meta .wrapper {
        margin: 48px 64px 0;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper,
    .event-cat-event.single-tribe_events .section-meta .wrapper {
        flex-direction: column;
        padding: 24px;
        margin: 24px 24px 0;
        width: 100%;
    }
    .event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper .description-item,
    .event-cat-event.single-tribe_events .section-meta .wrapper .description-item {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #f2f2fa;
        padding-top: 24px;
    }
    .event-cat-on-demand-webinar.single-tribe_events .section-meta .wrapper .description-item:first-child,
    .event-cat-event.single-tribe_events .section-meta .wrapper .description-item:first-child {
        border-top: none;
        padding-top: 0;
    }
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro,
.event-cat-event.single-tribe_events .section-content .event-intro {
    margin: 24px 0;
    background: #f2f2fa;
    padding: 32px 32px 20px;
    border-radius: 8px;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro h2,
.event-cat-event.single-tribe_events .section-content .event-intro h2 {
    padding: 0 !important;
    font-size: 26px;
    margin-bottom: 24px;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro ul li,
.event-cat-event.single-tribe_events .section-content .event-intro ul li {
    display: table;
    line-height: 1.5em;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro ul li::before,
.event-cat-event.single-tribe_events .section-content .event-intro ul li::before {
    content: "" !important;
    display: table-cell;
    width: 30px;
    min-width: 30px;
    font-size: 1em !important;
    background-image: url("/wp-content/themes/divi-child/images/check.svg");
    background-repeat: no-repeat;
    background-size: 1.2em;
    vertical-align: top;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro ul,
.event-cat-event.single-tribe_events .section-content .event-intro ul {
    padding-left: 0;
    padding-bottom: 0 !important;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro ul li,
.event-cat-event.single-tribe_events .section-content .event-intro ul li {
    margin-bottom: 12px;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .event-intro ul li ul,
.event-cat-event.single-tribe_events .section-content .event-intro ul li ul {
    margin-top: 12px;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li {
    margin-bottom: 0;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li:before,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li:before {
    content: "";
    width: 0;
    min-width: 0;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-name,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-name {
    padding: 0;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description,
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description p,
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description p,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .author-description p,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .pp-author-boxes-description p {
    padding-bottom: 0;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .ppma-author-job_title-profile-data,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .pp-author-boxes-avatar-details .ppma-author-job_title-profile-data {
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image {
    text-align: center;
}
.event-cat-webinar.single-tribe_events .section-main.description-item .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image img,
.event-cat-event.single-tribe_events .section-content .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul .pp-multiple-authors-boxes-li .avatar-image img {
    max-width: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul,
    .event-cat-event.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 479px) {
    .event-cat-on-demand-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul,
    .event-cat-event.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
        grid-template-columns: 1fr;
    }
}
.event-cat-webinar.single-tribe_events .section-aside .form_dark,
.event-cat-event.single-tribe_events .section-aside .form_dark {
    padding: 32px !important;
    border-radius: 8px;
}

@media screen and (max-width: 1023px) {
    .event-cat-webinar.single-tribe_events .section-meta .wrapper {
        margin: 48px 64px 0;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .event-cat-webinar.single-tribe_events .section-meta .wrapper {
        flex-direction: column;
        padding: 24px;
        margin: 24px 24px 0;
    }
    .event-cat-webinar.single-tribe_events .section-meta .wrapper .description-item {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #f2f2fa;
        padding-top: 24px;
    }
    .event-cat-webinar.single-tribe_events .section-meta .wrapper .description-item:first-child {
        border-top: none;
        padding-top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 479px) {
    .event-cat-webinar.single-tribe_events .section-main .pp-multiple-authors-layout-boxed .pp-multiple-authors-boxes-ul {
        grid-template-columns: 1fr;
    }
}
#tribe-events-pg-template, .tribe-events-pg-template {
    margin: 0 auto;
    max-width: none;
    padding: 0;
    margin: 0;
}

.event-cat-event .entry-title {
    display: none;
}
.event-cat-event #tribe-events {
    padding: 0;
}
.event-cat-event .tribe-blocks-editor {
    padding: 0;
}
.event-cat-event .tribe-blocks-editor .tribe_events_cat-event {
    margin: auto;
    max-width: none;
    width: 100%;
}
.event-cat-event .tribe-blocks-editor .tribe-events-back,
.event-cat-event .tribe-blocks-editor .tribe-events-single-event-title {
    display: none;
}
.event-cat-event .tribe-blocks-editor .section-head-dark .tribe-block__events-link {
    padding: 0;
}
.event-cat-event .tribe-blocks-editor .section-head-dark .tribe-block__events-link .tribe-events-c-subscribe-dropdown {
    margin: 0;
}
.event-cat-event .tribe-blocks-editor .section-head-dark .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    min-width: 240px;
    width: 240px;
    padding: 11px 24px;
    color: #fff;
    border-color: #fff;
    background: transparent;
    font-weight: normal;
}
.event-cat-event .tribe-blocks-editor .section-head-dark .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul li {
    display: initial;
}
.event-cat-event .tribe-blocks-editor .section-head-dark .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul li a {
    color: #001FFF;
}
.event-cat-event .tribe-blocks-editor .section-head-dark .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul li:before {
    content: "";
    width: 0;
    min-width: 0;
    display: none;
}
.event-cat-event .tribe-blocks-editor .section-meta {
    position: relative;
    z-index: 20;
}
.event-cat-event .tribe-blocks-editor .section-content .tribe-block__events-link {
    padding: 0;
}
.event-cat-event .tribe-blocks-editor .section-content .tribe-block__events-link .tribe-events-c-subscribe-dropdown {
    margin: 0;
}
.event-cat-event .tribe-blocks-editor .section-content .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    min-width: 240px;
    width: 240px;
    padding: 11px 24px;
    font-weight: normal;
}
.event-cat-event .tribe-blocks-editor .section-content .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul li {
    display: initial;
}
.event-cat-event .tribe-blocks-editor .section-content .tribe-block__events-link .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul li:before {
    content: "";
    width: 0;
    min-width: 0;
    display: none;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-category {
    display: flex;
    color: #3B5C7F;
    margin-bottom: 5px;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-category dd {
    margin-left: 6px;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-category:before {
    content: url("/wp-content/themes/divi-child/images/calender-alt-4.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-url {
    gap: 5px;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-url p {
    font-weight: bold;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-url:before {
    content: url("/wp-content/themes/divi-child/images/world-2.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
}
.event-cat-event .tribe-blocks-editor .tribe-events-section-url a {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: initial;
    font-weight: initial;
    padding: 0;
    min-height: 0;
    color: #001FFF !important;
}
.event-cat-event .tribe-blocks-editor .event-booth {
    display: flex;
    gap: 5px;
}
.event-cat-event .tribe-blocks-editor .event-booth:before {
    content: url("/wp-content/themes/divi-child/images/booth.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue {
    padding: 0;
    border: none;
    max-width: none;
    flex-direction: column;
    margin-top: 12px;
    width: 100%;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta,
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map {
    width: 100%;
    margin-bottom: 24px;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__name {
    display: flex;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__name h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #3B5C7F;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__name:before {
    content: url("/wp-content/themes/divi-child/images/map-marker.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__address {
    color: #3B5C7F;
    padding-left: 30px;
    line-height: 1.5em;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__website {
    margin-top: 8px;
}
.event-cat-event .tribe-blocks-editor .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__website:before {
    content: url("/wp-content/themes/divi-child/images/world-2.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}

/**
 * gw-ask.Martha — Chat UI — Split layout
 * Left: conversation | Right: sources / docs / suggestions / history
 */
/* ── Wrapper ─────────────────────────────────────────────────────────────────── */
.gw-chat-wrapper {
    flex-direction: column;
    display: block;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
    background: #F3F4F6;
    background: url(/wp-content/themes/divi-child/images/dots-pink.svg) left top no-repeat, url(/wp-content/themes/divi-child/images/dots-blue.svg) right top no-repeat, url(/wp-content/themes/divi-child/images/gradient-blue.png) left -393px center no-repeat, url(/wp-content/themes/divi-child/images/gradient-pink.png) right -310px top -310px no-repeat;
    align-items: center;
    padding: 32px 65px 72px;
}

/* ── Hero landing screen ─────────────────────────────────────────────────────── */
.gw-chat-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}
.gw-chat-hero .gw-chat-hero-inner {
    width: 100%;
    max-width: 680px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.gw-chat-hero .gw-chat-hero-avatar {
    height: 96px;
    width: 96px;
}
.gw-chat-hero .gw-chat-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #052744;
    margin: 0 0 10px;
    line-height: 1.15;
}
.gw-chat-hero .gw-chat-hero-title span {
    color: #DF367C;
    background-image: linear-gradient(90deg, #DF367C, #9747FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.gw-chat-hero .gw-chat-hero-subtitle {
    font-size: 18px;
    color: #052744;
    margin: 0 0 32px;
    line-height: 1.5em;
    max-width: 800px;
    padding: 0;
}

.gw-chat-hero-input-wrap,
.gw-chat-input-bar {
    width: 100%;
    max-width: 680px;
}
.gw-chat-hero-input-wrap .gw-chat-input-inner,
.gw-chat-input-bar .gw-chat-input-inner {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #f2f2fa;
    padding: 8px 8px 8px 20px;
    box-shadow: 0 2px 16px rgba(79, 70, 229, 0.08);
    display: flex;
    align-items: center;
    gap: 16px;
}
.gw-chat-hero-input-wrap .gw-chat-input-inner::before,
.gw-chat-input-bar .gw-chat-input-inner::before {
    content: "";
    content: "";
    width: 30px;
    background: url(/wp-content/themes/divi-child/images/stars.svg) no-repeat 0 0;
    height: 30px;
    background-size: 30px;
}
.gw-chat-hero-input-wrap .gw-chat-input,
.gw-chat-input-bar .gw-chat-input {
    flex: 1;
    border: none;
    outline: none !important;
    background: transparent;
    font-size: 1rem;
    color: #052744;
    resize: none;
    padding: 0;
    line-height: 1.5;
}
.gw-chat-hero-input-wrap .gw-chat-input::placeholder,
.gw-chat-input-bar .gw-chat-input::placeholder {
    color: #9CA3AF;
}
.gw-chat-hero-input-wrap .gw-chat-hero-suggestions-label,
.gw-chat-input-bar .gw-chat-hero-suggestions-label {
    font-size: 16px;
    font-weight: 700;
    color: #052744;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.gw-chat-hero-input-wrap .gw-chat-hero-suggestions,
.gw-chat-input-bar .gw-chat-hero-suggestions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.gw-hero-sugg-btn {
    width: 100%;
    background: #fff;
    border: 1px solid #e2e6f3;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #3b4a6b;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    line-height: 1.45;
}
.gw-hero-sugg-btn:hover {
    border-color: #4f46e5;
    background: #f5f4ff;
    color: #4f46e5;
}

/* ── Chat body (shown after first message) ───────────────────────────────────── */
.gw-chat-body {
    display: flex;
    flex: 1;
    min-height: 80vh;
    justify-content: center;
    max-width: 1440px;
    gap: 48px;
    width: 100%;
    align-items: flex-start;
    margin: auto;
}

.gw-chat-persona-bar {
    background: #f4f6fb;
    border-bottom: 1px solid #e8eaf0;
    font-size: 0.78rem;
    color: #6c7a9c;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gw-chat-persona-bar strong {
    color: #001FFF;
}

/* ── LEFT panel ──────────────────────────────────────────────────────────────── */
.gw-chat-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    padding: 32px;
}

/* Scrollable messages area */
.gw-chat-messages {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 0 8px;
    scroll-behavior: smooth;
    gap: 32px;
}

/* ── User + Martha message rows ─────────────────────────────────────────────── */
.gw-chat-row.user {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.gw-chat-row.user .gw-chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #001FFF;
}
.gw-chat-row.user .gw-chat-avatar.user-icon {
    background: #001FFF;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.gw-chat-row.user .gw-chat-bubble-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}
.gw-chat-row.user .gw-chat-name {
    font-size: 14px;
    font-weight: normal;
    color: #052744;
}
.gw-chat-row.user .gw-chat-bubble {
    font-size: 16px;
    font-weight: 700;
    color: #052744;
    line-height: 1.5;
    word-break: break-word;
}
.gw-chat-row.martha {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.gw-chat-row.martha .gw-chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(90deg, #A444E8 0%, #DF367C 100%);
    margin-top: 2px;
}
.gw-chat-row.martha .gw-chat-avatar::before {
    content: "";
    width: 26px;
    background-image: url(/wp-content/themes/divi-child/images/marta-white.gif);
    height: 26px;
    background-size: 26px;
}
.gw-chat-row.martha .gw-chat-bubble-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    width: 100%;
}
.gw-chat-row.martha .gw-chat-name {
    font-size: 14px;
    font-weight: normal;
    color: #052744;
}
.gw-chat-row.martha .gw-chat-bubble {
    font-size: 16px;
    line-height: 24px;
    color: #052744;
    word-break: break-word;
}

/* ── SGE-matching answer typography ──────────────────────────────────────────── */
.gw-chat-bubble p {
    margin: 0;
}

.gw-chat-bubble p:last-child {
    margin-bottom: 0;
}

.gw-chat-bubble ol,
.gw-chat-bubble ul {
    margin: 0.5em 0 1em;
    padding-left: 1.4em;
}

.gw-chat-bubble ol {
    list-style: decimal;
}

.gw-chat-bubble ul {
    list-style: disc;
}

.gw-chat-bubble li {
    margin-bottom: 0.45em;
}

.gw-chat-bubble h1,
.gw-chat-bubble h2,
.gw-chat-bubble h3,
.gw-chat-bubble h4 {
    font-weight: 700;
    line-height: 1.4;
    margin: 2em 0 0.4em;
    color: #052744;
}

.gw-chat-bubble h1 {
    font-size: 1.6em;
}

.gw-chat-bubble h2 {
    font-size: 1.4em;
}

.gw-chat-bubble h3 {
    font-size: 1.2em;
}

.gw-chat-bubble h4 {
    font-size: 1.1em;
}

.gw-chat-bubble strong,
.gw-chat-bubble b {
    font-weight: 700;
}

.gw-chat-bubble em,
.gw-chat-bubble i {
    font-style: italic;
}

.gw-chat-bubble a {
    color: #001FFF;
    text-decoration: none;
    border-bottom: 1px dashed #001FFF;
    transition: border-color 0.15s, color 0.15s;
}
.gw-chat-bubble a:hover {
    color: #0019CC;
    border-bottom-color: #0019CC;
}

.gw-chat-bubble code {
    font-family: "SFMono-Regular", Consolas, monospace;
    font-size: 0.88em;
    background: #f0f2f8;
    padding: 2px 6px;
    border-radius: 4px;
    color: #001FFF;
}

.gw-chat-bubble pre {
    background: #f0f2f8;
    border-radius: 8px;
    padding: 14px 16px;
    overflow-x: auto;
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0.75em 0;
}

.gw-chat-bubble pre code {
    background: none;
    padding: 0;
    color: #1a1a2e;
}

.gw-chat-bubble blockquote {
    border-left: 3px solid #001FFF;
    margin: 0.75em 0;
    padding: 0.5em 1em;
    color: #555;
    font-style: italic;
}

.gw-chat-bubble table {
    border-collapse: collapse;
    width: 100%;
    margin: 0.75em 0;
    font-size: 0.9em;
}

.gw-chat-bubble th,
.gw-chat-bubble td {
    border: 1px solid #e0e4ef;
    padding: 7px 12px;
    text-align: left;
}

.gw-chat-bubble th {
    background: #f4f6fb;
    font-weight: 700;
}

/* ── Thinking process collapse ──────────────────────────────────────────────── */
.gw-thinking-wrap {
    margin-bottom: 16px;
    padding: 16px;
    background-color: #F8F8FC;
    border-radius: 8px;
}

.gw-thinking-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #052744;
    text-align: left;
    width: 100%;
}
.gw-thinking-toggle:before {
    content: "";
    width: 24px;
    background-image: url(/wp-content/themes/divi-child/images/bulb-black.svg);
    height: 24px;
    background-size: 24px;
}

.gw-thinking-chevron {
    margin-left: auto;
    transition: transform 0.2s;
    line-height: 1;
    font-weight: normal;
    color: #052744;
    height: 24px;
    width: 24px;
    background: transparent url(/wp-content/themes/divi-child/images/chevron-down-dark.svg) no-repeat 0 0;
    background-size: 24px;
    transform: rotate(180deg);
}

.gw-thinking-toggle.collapsed .gw-thinking-chevron {
    transform: rotate(0deg);
}

.gw-thinking-body {
    margin-top: 16px;
    border-top: 1px solid rgba(59, 91, 219, 0.15);
    padding-top: 16px;
}
.gw-thinking-body p {
    margin: 0;
}

/* ── Step progress loader ────────────────────────────────────────────────────── */
.gw-chat-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 4px 0;
}

/* Animated dots shown above step 1 while processing */
.gw-chat-steps-dots {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 2px;
}

.gw-chat-steps-dots span {
    width: 8px;
    height: 8px;
    background: #aab4d4;
    border-radius: 50%;
    display: inline-block;
    animation: gw-bounce 1.2s infinite ease-in-out;
}

.gw-chat-steps-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.gw-chat-steps-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

.gw-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding-bottom: 22px;
}

/* Vertical connector line — centred on the 30px circle */
.gw-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 14px; /* (30px circle / 2) - (2px line / 2) */
    top: 32px; /* circle height + 2px gap */
    bottom: 0;
    width: 2px;
    background: #e0e4ef;
    transition: background 0.4s;
}

.gw-step.gw-step-done:not(:last-child)::after {
    background: #001FFF;
}

.gw-step.gw-step-active:not(:last-child)::after {
    background: linear-gradient(to bottom, #001FFF 0%, #e0e4ef 100%);
}

.gw-step:last-child {
    padding-bottom: 0;
}

/* Step circle */
.gw-step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    z-index: 1;
    transition: background 0.35s, color 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.gw-step-pending .gw-step-circle {
    background: #fff;
    border: 2px solid #f2f2fa;
    background: #F9FAFB;
    color: #052744;
}

.gw-step-active .gw-step-circle {
    border: 2px solid #001FFF;
    color: #001FFF;
    box-shadow: 0 0 0 4px rgba(59, 91, 219, 0.15);
    animation: gw-pulse-ring 0.9s ease-in-out infinite;
}

.gw-step-done .gw-step-circle {
    background: #001FFF;
    border: 2px solid #001FFF;
    color: #fff;
}

@keyframes gw-pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 91, 219, 0.35);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(59, 91, 219, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(59, 91, 219, 0);
    }
}
/* Step text */
.gw-step-text {
    padding-top: 5px;
    font-size: 0.9rem;
    line-height: 1.7;
    min-width: 0;
    flex: 1;
    transition: color 0.2s;
}

.gw-step-pending .gw-step-text {
    color: #052744;
}

.gw-step-active .gw-step-text {
    color: #052744;
    font-weight: 700;
}

.gw-step-done .gw-step-text {
    color: #052744;
}

/* ── Typing indicator — used for panel loading dots ──────────────────────────── */
.gw-chat-typing {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 4px 0;
}

.gw-chat-typing span {
    width: 8px;
    height: 8px;
    background: #aab4d4;
    border-radius: 50%;
    display: inline-block;
    animation: gw-bounce 1.2s infinite ease-in-out;
}

.gw-chat-typing span:nth-child(2) {
    animation-delay: 0.2s;
}

.gw-chat-typing span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes gw-bounce {
    0%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-7px);
    }
}
/* ── Streaming cursor ────────────────────────────────────────────────────────── */
.gw-chat-cursor {
    display: inline-block;
    animation: gw-blink 0.6s step-end infinite;
}

@keyframes gw-blink {
    50% {
        opacity: 0;
    }
}
/* ── Error ───────────────────────────────────────────────────────────────────── */
.gw-chat-error {
    margin: 8px 24px;
    padding: 10px 16px;
    background: #fff0f0;
    border: 1px solid #f5c0c0;
    color: #c00;
    border-radius: 8px;
    font-size: 0.88rem;
}

/* ── Input bar ───────────────────────────────────────────────────────────────── */
.gw-chat-input-inner {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.gw-chat-send {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #DF367C;
    background: linear-gradient(90deg, rgb(223, 54, 124) 0%, rgb(151, 71, 255) 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.gw-chat-send:before {
    content: "";
    width: 20px;
    background-image: url(/wp-content/themes/divi-child/images/arrow-right-white.svg);
    height: 20px;
    background-size: 20px;
}

.gw-chat-send:hover {
    background: linear-gradient(90deg, rgb(151, 71, 255) 0%, rgb(223, 54, 124) 100%);
}

.gw-chat-send:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* ── Suggestions bar (below input) ──────────────────────────────────────────── */
.gw-chat-suggestions-bar .gw-chat-suggestions-label {
    font-size: 16px;
    font-weight: 600;
    color: #052744;
    margin-bottom: 16px;
    padding-top: 32px;
}
.gw-chat-suggestions-bar .gw-chat-suggestions-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gw-chat-suggestions-bar .gw-chat-suggestions-list li button {
    width: 100%;
    text-align: left;
    padding: 7px 12px;
    background: #F9FAFB;
    border-radius: 6px;
    font-size: 14px;
    color: #3B5C7F;
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.5em;
    transition: background 0.15s, border-color 0.15s;
}
.gw-chat-suggestions-bar .gw-chat-suggestions-list li button:hover {
    background: #eef1ff;
    border-color: #c5d0ff;
}

/* ── Empty state ─────────────────────────────────────────────────────────────── */
.gw-chat-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding: 40px 20px;
    color: #aaa;
}
.gw-chat-empty .gw-chat-empty-icon {
    font-size: 2.8rem;
}
.gw-chat-empty h3 {
    font-size: 1.1rem;
    color: #555;
    margin: 0;
}
.gw-chat-empty p {
    font-size: 0.88rem;
    margin: 0;
    max-width: 320px;
}

/* ── RIGHT panel ─────────────────────────────────────────────────────────────── */
.gw-chat-right {
    width: 30%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* ── Panel card ──────────────────────────────────────────────────────────────── */
.gw-chat-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.gw-chat-panel .gw-chat-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px 16px;
    font-size: 20px;
    font-weight: 700;
    color: #052744;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #f2f2fa;
}
.gw-chat-panel .gw-chat-panel-header span {
    flex: 1;
}
.gw-chat-panel .gw-chat-panel-header .gw-panel-toggle {
    margin-left: auto;
    transition: transform 0.2s;
    line-height: 1;
    font-weight: normal;
    color: #052744;
    height: 24px;
    width: 24px;
    background: transparent url(/wp-content/themes/divi-child/images/chevron-down-dark.svg) no-repeat 0 0;
    background-size: 24px;
    border: none;
    transform: rotate(180deg);
}
.gw-chat-panel.collapsed .gw-panel-toggle {
    transform: rotate(0deg);
}
.gw-chat-panel.collapsed .gw-chat-panel-body {
    display: none;
}
/* ── Further Reading — Swiper slider ─────────────────────────────────────────── */
.gw-docs-swiper-wrap {
    padding: 24px 32px 32px;
}

.gw-docs-swiper {
    width: 100%;
    overflow: hidden;
}

.gw-doc-card {
    border: 1px solid #f2f2fa;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5em;
    font-size: 16px;
}

.gw-doc-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #052744;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
}
.gw-doc-card-title:hover {
    color: #001FFF;
    text-decoration: underline;
}

.gw-doc-card-link {
    text-decoration: none;
    margin-top: auto;
}
.gw-doc-card-link:hover {
    text-decoration: underline;
}

/* Pagination dots — sits below the swiper, centered */
.gw-docs-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 16px 0 0;
}
.gw-docs-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #9CA3AF !important;
    opacity: 1;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    display: inline-flex;
}
.gw-docs-pagination .swiper-pagination-bullet:hover {
    background: #3B5C7F;
}
.gw-docs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #001FFF !important;
}
.gw-docs-pagination:empty {
    padding: 0;
}

/* Loading state */
.gw-docs-loading {
    display: flex;
    justify-content: center;
    padding: 3px 0px 0;
}

/* Loading dots inside suggestions bar */
.gw-chat-suggestions-list .gw-panel-loading {
    padding: 24px 32px;
}

/* Suggestions list */
.gw-panel-suggestions-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.gw-panel-suggestions-list li button {
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e0e4ef;
    border-radius: 8px;
    font-size: 0.82rem;
    color: #001FFF;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.4;
    transition: background 0.15s, border-color 0.15s;
}
.gw-panel-suggestions-list li button:hover {
    background: #eef1ff;
    border-color: #c5d0ff;
}

/* History list */
#gw-panel-history.gw-chat-panel .gw-chat-panel-body {
    padding: 0;
}

.gw-panel-history-list,
.gw-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #052744;
}
.gw-panel-history-list li,
.gw-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 16px 32px;
    cursor: pointer;
    background: #fff;
}
.gw-panel-history-list li:nth-child(even),
.gw-panel-list li:nth-child(even) {
    background: #F9FAFB;
}
.gw-panel-history-list li:last-child,
.gw-panel-list li:last-child {
    border-radius: 0 0 8px 8px;
}
.gw-panel-history-list li,
.gw-panel-list li {
    /* Loading dots inside panels */
}
.gw-panel-history-list li.gw-panel-loading,
.gw-panel-list li.gw-panel-loading {
    padding: 24px 32px;
}
.gw-panel-history-list li.gw-panel-loading .gw-chat-typing,
.gw-panel-list li.gw-panel-loading .gw-chat-typing {
    padding: 0;
}
.gw-panel-history-list li .gw-history-icon,
.gw-panel-history-list li .gw-panel-icon,
.gw-panel-list li .gw-history-icon,
.gw-panel-list li .gw-panel-icon {
    width: 38px;
    height: 38px;
    background: #F3F4F6 url(/wp-content/themes/divi-child/images/arrow-top-left.svg) no-repeat center center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gw-panel-history-list li .gw-panel-icon,
.gw-panel-list li .gw-panel-icon {
    background: #F3F4F6 url(/wp-content/themes/divi-child/images/arrow-top-right-dark.svg) no-repeat center center;
}
.gw-panel-history-list li .gw-panel-item-text,
.gw-panel-list li .gw-panel-item-text {
    display: flex;
    flex-direction: column;
}
.gw-panel-history-list li .gw-history-text,
.gw-panel-list li .gw-history-text {
    flex: 1;
}
.gw-panel-history-list li .gw-history-date,
.gw-panel-list li .gw-history-date {
    font-size: 12px;
    flex-shrink: 0;
    line-height: 1.8em;
}

.gw-panel-list li {
    cursor: initial;
}
.gw-panel-list li a {
    font-weight: bold;
    color: #052744;
}
.gw-panel-list li a:hover {
    color: #001FFF;
    text-decoration: underline;
}

.gw-history-empty {
    font-size: 0.82rem;
    color: #bbb;
    padding: 4px 0;
}

/* Concept links in the answer */
.gw-chat-bubble a[data-esg-concept-uri] {
    color: #001FFF;
    cursor: pointer;
}

/* ── Paragraph recommender button ────────────────────────────────────────────── */
.gw-para-recommend-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: transparent url(/wp-content/themes/divi-child/images/recommented.svg) no-repeat 0 0;
    background-size: 24px;
    border: none;
    margin-left: 8px;
    transition: background 0.15s, color 0.15s, transform 0.15s;
    line-height: 1;
}
.gw-para-recommend-btn:hover {
    transform: scale(1.15);
}

/* ── Paragraph recommender popup ─────────────────────────────────────────────── */
.gw-popup {
    position: fixed;
    z-index: 9999;
    width: 400px;
    max-width: 100%;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    border-radius: 8px;
}
.gw-popup .gw-popup-inner {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2fa;
    overflow: hidden;
    padding: 24px 32px 32px;
}
.gw-popup .gw-popup-inner .gw-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 12px;
    border-bottom: 1px solid #f2f2fa;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #052744;
}
.gw-popup .gw-popup-inner .gw-popup-header .gw-popup-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #999;
    padding: 0;
    line-height: 1;
}
.gw-popup .gw-popup-inner .gw-popup-header .gw-popup-close:hover {
    color: #333;
}
.gw-popup .gw-popup-inner .gw-popup-body {
    padding: 12px 0 0;
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.5em;
    font-size: 14px;
}
.gw-popup .gw-popup-inner .gw-popup-body .gw-popup-loading {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.gw-popup .gw-popup-inner .gw-popup-body .gw-popup-item .gw-popup-title {
    font-weight: bold;
    font-size: 16px;
    color: #052744;
}
.gw-popup .gw-popup-inner .gw-popup-body .gw-popup-item .gw-popup-title:hover {
    text-decoration: underline;
    color: #001FFF;
}
.gw-popup .gw-popup-inner .gw-popup-empty {
    font-size: 0.82rem;
    color: #aaa;
    margin: 0;
    padding: 4px 0;
}

/* ── Answer action bar (Copy / Share) ───────────────────────────────────────── */
.gw-answer-actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
}
.gw-answer-actions div {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.gw-answer-actions .gw-action-btn {
    width: 38px;
    height: 38px;
    background: #F3F4F6 url(/wp-content/themes/divi-child/images/copy-alt.svg) no-repeat center center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
}
.gw-answer-actions .gw-action-btn:hover {
    background-color: #E5E7EB;
}
.gw-answer-actions .gw-action-btn--success {
    background-color: #DBE0FF;
}
.gw-answer-actions .gw-action-btn.gw-copy-request-link-btn {
    background-image: url(/wp-content/themes/divi-child/images/copy-link.svg);
}

.gw-answer-actions .gw-action-btn.gw-feedback-helpful {
    background-image: url(/wp-content/themes/divi-child/images/like.svg);
}

.gw-answer-actions .gw-action-btn.gw-feedback-unhelpful {
    background-image: url(/wp-content/themes/divi-child/images/dislike.svg);
}

/* ── Share modal (desktop) ───────────────────────────────────────────────────── */
#gw-share-modal {
    z-index: 99999;
    background: #fff;
    border: 1px solid #e0e4ef;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    font-family: inherit;
}
#gw-share-modal .gw-share-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 8px;
    border-bottom: 1px solid #f0f2f8;
    font-size: 0.82rem;
    font-weight: 700;
    color: #052744;
}
#gw-share-modal .gw-share-modal-header .gw-share-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #aaa;
    padding: 0;
    line-height: 1;
}
#gw-share-modal .gw-share-modal-header .gw-share-modal-close:hover {
    color: #333;
}
#gw-share-modal .gw-share-modal-options {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
}
#gw-share-modal .gw-share-modal-options .gw-share-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    font-size: 0.84rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    text-align: left;
    width: 100%;
    transition: background 0.12s;
}
#gw-share-modal .gw-share-modal-options .gw-share-option:hover {
    background: #f5f7ff;
    color: #001FFF;
    text-decoration: none;
}
#gw-share-modal .gw-share-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}
#gw-share-modal .gw-share-icon.gw-share-icon--linkedin {
    background: #0077b5;
}
#gw-share-modal .gw-share-icon.gw-share-icon--twitter {
    background: #000;
}
#gw-share-modal .gw-share-icon.gw-share-icon--facebook {
    background: #1877f2;
}
#gw-share-modal .gw-share-icon.gw-share-icon--email {
    background: #6c7a9c;
    color: #fff;
}
#gw-share-modal .gw-share-icon.gw-share-icon--copy {
    background: #eef1ff;
    color: #001FFF;
}

.gw-share-icon--email svg {
    stroke: #fff;
}

.gw-share-icon--copy svg {
    stroke: #001FFF;
}

/* ── Responsive ──────────────────────────────────────────────────────────────── */
@media (max-width: 1023px) {
    .gw-chat-body {
        flex-direction: column;
    }
    .gw-chat-left {
        width: 100%;
    }
    .gw-chat-right {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .gw-chat-wrapper {
        padding: 48px 32px;
    }
    .gw-chat-wrapper .gw-chat-left {
        width: 100%;
    }
    .gw-chat-wrapper .gw-chat-left .gw-chat-row {
        flex-direction: column;
    }
    .gw-chat-wrapper .gw-chat-right .gw-panel-history-list li, .gw-chat-wrapper .gw-chat-right .gw-panel-list li {
        flex-direction: column;
    }
    .gw-answer-actions {
        flex-direction: column;
    }
}
@media (max-width: 479px) {
    .gw-answer-actions .gw-feedback {
        flex-direction: column;
        align-items: flex-start;
    }
}
.gw-start-new-chat-btn {
    height: auto;
    line-height: 1em;
    border-radius: 4px;
    color: #fff;
    background: #001FFF;
    padding: 15px 24px;
    font-weight: 500;
    transition: all 300ms ease 0ms;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gw-start-new-chat-btn:hover {
    background: #021ac4;
    color: #fff;
    font-weight: 500 !important;
}

#gw-feedback-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99998;
}

#gw-feedback-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(520px, 100vw - 24px);
    z-index: 99999;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.18));
}

#gw-feedback-modal .modal-dialog {
    margin: 0;
}

#gw-feedback-modal .modal-content {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e4ef;
    overflow: hidden;
    box-shadow: none;
}

#gw-feedback-modal .gw-feedback-modal-header,
#gw-feedback-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    background: #f7f8fc;
    border-bottom: 1px solid #e8eaf0;
}

#gw-feedback-modal .modal-title {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #252f4a;
}

#gw-feedback-modal .gw-feedback-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #999;
    padding: 0;
    line-height: 1;
}

#gw-feedback-modal .gw-feedback-modal-close:hover {
    color: #333;
}

#gw-feedback-modal .gw-feedback-modal-body,
#gw-feedback-modal .modal-body {
    padding: 10px 14px;
}

#gw-feedback-modal .text-gray-600 {
    margin: 0 0 10px;
    color: #777;
    font-size: 0.76rem;
    line-height: 1.45;
}

#gw-feedback-modal .form-control,
#gw-feedback-comment {
    width: 100%;
    min-height: 96px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px;
    resize: vertical;
    font: inherit;
}

#gw-feedback-modal .form-control:focus,
#gw-feedback-comment:focus {
    outline: none;
    border-color: #3b5bdb;
    box-shadow: 0 0 0 3px rgba(59, 91, 219, 0.12);
}

#gw-feedback-modal .gw-feedback-modal-actions,
#gw-feedback-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 14px;
    border-top: 1px solid #f0f2f8;
    background: #fff;
}

#gw-feedback-modal .btn {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 7px 12px;
    cursor: pointer;
    background: #fff;
    font: inherit;
}

#gw-feedback-modal .btn-light,
#gw-feedback-modal .gw-feedback-cancel {
    background: #fff;
    color: #111827;
}

#gw-feedback-modal .btn-primary,
#gw-feedback-modal .gw-feedback-submit {
    border-color: #3b5bdb;
    background: #3b5bdb;
    color: #fff;
}

#gw-feedback-modal .btn-primary:hover,
#gw-feedback-modal .gw-feedback-submit:hover {
    background: #2f4dc4;
    border-color: #2f4dc4;
}

/* Use native page modal skin for feedback modal (no custom #gw-feedback-modal overrides). */
.gw-feedback {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 0;
}

.gw-feedback-status {
    font-size: 12px;
    color: #6b7280;
}

.gw-feedback-btn {
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    line-height: 1;
    cursor: pointer;
}

.gw-feedback-btn:disabled {
    opacity: 0.6;
    cursor: default;
}

.gw-action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.gw-action-btn {
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 76px;
    padding: 6px 8px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.gw-action-icon {
    font-size: 15px;
    line-height: 1;
}

.gw-action-label {
    font-size: 11px;
    line-height: 1.1;
}

.gw-action-btn--success {
    border-color: #16a34a;
    color: #166534;
}

#gw-feedback-popup .gw-feedback-popup-note {
    margin: 0 0 8px;
    font-size: 0.76rem;
    color: #777;
    line-height: 1.45;
}

#gw-feedback-popup .gw-feedback-popup-textarea {
    width: 100%;
    min-height: 96px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px;
    resize: vertical;
    font: inherit;
}

#gw-feedback-popup .gw-feedback-popup-textarea:focus {
    outline: none;
    border-color: #3b5bdb;
    box-shadow: 0 0 0 3px rgba(59, 91, 219, 0.12);
}

#gw-feedback-popup .gw-feedback-popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

#gw-feedback-popup .gw-feedback-cancel,
#gw-feedback-popup .gw-feedback-submit {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 7px 12px;
    background: #fff;
    cursor: pointer;
    font: inherit;
}

#gw-feedback-popup .gw-feedback-submit {
    border-color: #3b5bdb;
    background: #3b5bdb;
    color: #fff;
}

#gw-feedback-popup .gw-feedback-submit:hover {
    background: #2f4dc4;
    border-color: #2f4dc4;
}

@media (max-width: 640px) {
    .gw-action-buttons {
        gap: 8px;
    }
    .gw-action-btn {
        min-width: 72px;
    }
}
.thank-you-page-template-default #page-container {
    padding-top: 0 !important;
}
.thank-you-page-template-default #page-container #main-header {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0 !important;
}
.thank-you-page-template-default #page-container #main-header .logo_container {
    position: relative;
}
.thank-you-page-template-default #page-container #et-main-area #main-content {
    background: url(/wp-content/themes/divi-child/images/dots-pink.svg) right top no-repeat, url(/wp-content/themes/divi-child/images/dots-blue.svg) left bottom no-repeat, url(/wp-content/themes/divi-child/images/gradient-blue.png) left -393px center no-repeat, url(/wp-content/themes/divi-child/images/gradient-pink.png) right -310px top -310px no-repeat;
    background-color: #EEF2FF;
    margin: 0 48px 48px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding: 72px 0;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 96px;
    padding: 0 0 96px;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1 {
    width: 50%;
    margin-top: 64px;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 {
    width: 50%;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .wp-block-image img {
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid {
    display: flex;
    flex-direction: column;
    padding-top: 6px;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item {
    padding: 0;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-content: stretch;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div .content-wrapper {
    padding: 24px 32px;
    width: 60%;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div h2 {
    font-size: 16px;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div p {
    display: none;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item .image-wrapper {
    max-height: none;
    width: 40%;
    border: none;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #f2f2fa;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item .image-wrapper img {
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .form_light {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 20px 0 0;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .form_light .hs-form-html {
    margin: 0 !important;
}
.thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .form_light .hs-form-html input {
    max-width: 400px;
}

@media (max-width: 1223px) {
    .thank-you-page-template-default #page-container #et-main-area #main-content {
        flex-direction: column;
        margin: 0 32px 64px;
        padding: 64px 0;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 {
        flex-wrap: wrap;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1,
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 {
        width: 100%;
        align-items: flex-start;
    }
}
@media (max-width: 1023px) {
    .thank-you-page-template-default #page-container #et-main-area #main-content {
        padding: 64px;
    }
}
@media (max-width: 767px) {
    .thank-you-page-template-default #page-container #et-main-area #main-content {
        flex-direction: column;
        margin: 0 32px 32px;
        padding: 32px;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 {
        flex-wrap: wrap;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1,
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 {
        width: 100%;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1 .mixed-posts-vertical .grid .grid-item > div,
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div {
        flex-direction: column;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1 .mixed-posts-vertical .grid .grid-item > div .content-wrapper,
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div .content-wrapper {
        width: 100%;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1 .mixed-posts-vertical .grid .grid-item > div .image-wrapper,
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div .image-wrapper {
        width: 100%;
        border-radius: 4px 4px 0 0;
    }
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-1 .mixed-posts-vertical .grid .grid-item > div .image-wrapper img,
    .thank-you-page-template-default #page-container #et-main-area #main-content .row-1 .column-2 .mixed-posts-vertical .grid .grid-item > div .image-wrapper img {
        border-radius: 4px 4px 0 0;
    }
}
.gutenberg-template .mixed-posts-vertical {
    display: none;
}

.gutenberg-template.form-submitted .mixed-posts-vertical {
    display: block;
}

.gutenberg-template.form-submitted figure.wp-block-image {
    display: none;
}

@media (min-width: 768px) {
    .single-resource .single-resource-template {
        background: radial-gradient(circle farthest-corner at 50% 500px, rgba(0, 31, 255, 0.1) 0%, #ffffff 35%);
    }
    .single-resource .single-resource-template .section-head-light {
        background: url("/wp-content/themes/divi-child/images/dots-pink.svg") left center no-repeat, url("/wp-content/themes/divi-child/images/dots-blue.svg") center top no-repeat;
    }
}
.single-resource .section-head.section-head-light {
    text-align: left;
}
.single-resource .section-head.section-head-light .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
}
.single-resource .section-head.section-head-light .wrapper .section-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    flex-basis: auto;
}
@media (min-width: 768px) {
    .single-resource .section-head.section-head-light .wrapper {
        flex-direction: row;
        align-items: center;
    }
    .single-resource .section-head.section-head-light .wrapper > .section-main {
        width: 50%;
        padding-right: 40px;
    }
    .single-resource .section-head.section-head-light .wrapper .section-aside {
        width: 50%;
        padding-left: 40px;
        flex-basis: auto;
    }
}
@media (min-width: 1200px) {
    .single-resource .section-head.section-head-light .wrapper {
        flex-direction: row;
        align-items: center;
    }
    .single-resource .section-head.section-head-light .wrapper > .section-main {
        width: 66.66%;
        padding-right: 40px;
        flex-basis: auto;
    }
    .single-resource .section-head.section-head-light .wrapper .section-aside {
        width: 33.33%;
        padding-left: 40px;
        flex-basis: auto;
    }
}
.single-resource .section-head.section-head-light .wrapper .section-aside {
    text-align: center;
}
.single-resource .section-head.section-head-light .wrapper .section-aside img {
    max-height: 450px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
}
.single-resource .section-main .wrapper {
    padding-top: 0;
}
.single-resource .section-main .wrapper .section-aside .form_dark {
    padding: 32px !important;
    border-radius: 8px;
}

