:root {
    --scroll: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

html {
    font-size: 25px;
}

main {
    margin-top: 0px !important;
}

.onevault-home-header {
    background: none;
}


header {
    z-index: 1;
    position: fixed;
    background: white;
    border-bottom: 1px solid rgba(225,225,225);
    top: -1px;
    left: 0;
    width: 100%;
    padding: 0 25%;
    box-sizing: border-box;
}

.brand-link {
    /* width: unset; */
    margin: unset;
}

section {
    box-sizing: border-box;
    background: white;
    min-height: 60vh;
    position: relative;
}

.section-template {
    padding: 100px 20% !important;
}

.homepage-button-primary, .homepage-button-secondary {
    font-family: 'Poppins', sans-serif;
}

.homepage-button-primary {
    background-color: var(--purple-dark);
}

#homepage-banner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background-image: url("/HomepageResources/OGP/Banner.svg");
    overflow: hidden;
    position: relative;
    background-color: var(--blue-med);
    top: 0;
    min-height: 50rem;
    height: 70dvh;
    padding: 30px 25%;
    padding-bottom: 0px;
    background-position: left bottom;
    z-index: 2;
}

.mask-1 {
    mask-image: url("/HomepageResources/OGP/banner_mask.svg");
    mask-size: cover;
    mask-position: left bottom;
}

#homepage-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/HomepageResources/OGP/ogp_banner_foreground.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    pointer-events: none;
}

.banner-left .login-menu {
    display: none;
}

.banner-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#homepage-banner .banner-title {
    position: relative;
    text-align: center;
    max-width: unset;
}

#homepage-section-1 {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    align-items: center;
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    min-height: 40rem;
}

.email-input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.email-submit {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -5px;
}

#homepage-section-2 {
    padding-bottom: 0 !important;

}

#homepage-section-2 .section-heading {
    margin-bottom: 40px;
}

#homepage-section-4 {
    display: flex;
    position: relative;
    background-color: var(--blue-light);
    gap: 0px;
    height: 40rem;
    align-items: center;
}

.banner-left {
    padding-top: 6rem;
}

.banner-image {
    display: flex;
    margin-top: 50px;
    height: 100%;
    align-items: center;
    width: 45%;
    position: relative;
}

    .banner-image > img {
        position: absolute;
        transform: scale(1.2) translateX(13%);
        top: 30px;
    }

.all-features-graphic {
    max-width: 400px;
    width: 100%;
}

.comprehensive-graphic {
    width: 100%;
}

.section-5-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
    width: 100%;
}

.section-5-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

    .section-5-col img {
        height: 150px;
        aspect-ratio: 3/2;
        object-fit: contain;
    }

.review-image-container {
    display: flex;
    align-items: center;
    background-color: var(--blue-light);
}

.review-image {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: contain;
}

#news-section {
    flex-direction: column;
    position: relative;
}

.broadcasts {
    padding: 10px;
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 10px;
    border-radius: 8px;
    background-color: #f5fdff;
    width: 100%;
}

    .broadcasts:hover {
        /* box-shadow: 0px 0px 8px rgba(0,0,0,0.1); */
    }

.b5\:card {
    text-overflow: ellipsis;
    transition: all 100ms ease-in-out;
    text-decoration: none;
    color: black;
    width: max(12vw, 320px);
    height: 250px;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

    .b5\:card:hover {
        filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.5));
    }

.b5\:card-body {
    position: absolute;
    transform: translateY(0%);
    transition: transform 200ms ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    box-sizing: border-box;
}

.b5\:partner-icon {
    height: 50%;
    object-fit: cover;
}

.b5\:card-text {
    opacity: 0;
    transition: all 200ms ease-in-out;
    height: 100%;
    padding: 110px 30px;
}

.b5\:card:hover .b5\:card-body, .b5\:card:hover .b5\:card-text {
    border: none;
    opacity: 100%;
}

.b5\:card:hover .b5\:card-body {
    transform: translateY(-115px);
}

.b5\:card img {
    transition: all 200ms ease-in-out;
    opacity: 1;
}

.b5\:card:hover img {
    opacity: 0;
}

.b5\:card .card-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    border: 1px solid var(--blue-dark);
    outline: 0px !important;
    cursor: default;
}


.all-cards {
/*         display: flex;
    flex-direction: row; */
    display: grid;
    flex-direction: row;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    width: 100%;
}
 @media (max-width: 1920px) {
    header {
        padding: 0;
    }
}
@media (max-width: 1740px) {
    .broadcasts {
        width: 874px !important;
    }

}

@media (max-width: 1275px) {
    .broadcasts {
        width: 652px !important;
    }
}

@media (max-width: 815px) {
    .broadcasts {
        width: 432px !important;
    }
}

@media (max-width: 500px) {
    .broadcasts {
        width: 210px !important;
    }
}

.card-index {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 10px;
}

.index-item {
    background-color: none;
    border: 0.5px solid gray;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

    .index-item.active {
        background-color: gray;
    }

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, min(100%, 35rem));
    width: 100%;
    grid-column-gap: 5rem;
    justify-content: center;
}

.partner-icon {
    height: 100px;
    width: 230px;
    aspect-ratio: 3/2;
    object-fit: contain;
    align-self: center;
    padding: 1rem 2rem;
}

.fade-in-section {
    opacity: 0.2;
    transition: opacity 500ms ease-in-out;
}

.fade-in {
    opacity: 0.2;
    transition: opacity 500ms ease-in-out;
    /* transform: translateY(20px); */
}

.is-visible {
    /* animation: fadeIn 0.5s ease-in-out forwards; */
    opacity: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-section .fade-in:nth-child(1) {
    animation-delay: 0.2s;
}

.fade-in-section .fade-in:nth-child(2) {
    animation-delay: 0.4s;
}

.fade-in-section .fade-in:nth-child(3) {
    animation-delay: 0.6s;
}

.list {
    font-weight: 400;
}

    .list li {
        margin-bottom: 10px;
    }

.module-display {
    width: 100%;
    max-width: 80rem;
    height: 30rem;
    background-color: #fafafa;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}

.module-container {
    width: 112px;
    height: 120px;
    position: relative;
    border-radius: 8px;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    margin-top: -15px;
}

    .module-container:hover, .module-container.expanded {
        background-color: #fafafa;
        box-shadow: 0px 10px 11px 2px rgba(0, 0, 0, 0.1)
    }

        .module-container:hover > img {
            transform: scale(1.05);
        }

.module-box {
    --module-box-transition-speed: 200ms;
    transition: all var(--module-box-transition-speed) ease-in-out;
    padding: 5rem;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    opacity: 0;
    gap: 35px;
    pointer-events: none;
}

    .module-box.expanded {
        border-radius: 15px;
        background-color: #fafafa;
        cursor: default;
        pointer-events: auto;
        opacity: 1;
        transition-delay: var(--module-box-transition-speed);
        pointer-events: all;
    }

.module-container:has(.expanded) {
    background-color: #fafafa;
}

.module-box.expanded.purple, .module-container:has(.expanded.purple) {
    background-color: #f1f5ff;
}

.module-box.expanded.pink, .module-container:has(.expanded.pink) {
    background-color: #fff1f7;
}

.module-box.expanded.green, .module-container:has(.expanded.green) {
    background-color: #dcffe0;
}

.module-box .module-box-content {
    opacity: 0;
    transition: opacity 200ms ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-container::after {
    position: absolute;
    content: attr(data-text);
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    text-align: center;
    width: 100%;
}

.module-container:has(.expanded)::after {
    opacity: 0;
}

.module-box.expanded .module-box-content {
    transition-delay: calc( var(--module-box-transition-speed) );
    opacity: 1;
}

.module-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

    .module-box-header .b5\:btn-close {
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
    }


.module-box-body {
    font-weight: 600;
    display: flex;
}

.banner-text {
    font-size: 3.5rem;
    position: relative;
    width: 16em;
    color: var(--bs-guide);
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 18em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255,255,255,.75);
    }

    to {
        border-right-color: transparent;
    }
}

#homepage-section-3 {
    /* background-color: var(--blue-light); */
    /* background: linear-gradient(white 0%, #f5fdff 10%, #f5fdff 90%, white 100%); */
}

#homepage-section-6 {
    display: none;
}


#faq-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

#fh1 {
    font-size: 3rem;
    font-weight: 800;
}

.contact-us {
    text-align: right;
    font-size: 1.5rem;
}

    .contact-us a, .contact-us-below a {
        color: var(--blue-dark);
        text-decoration: none;
    }

        .contact-us a:visited, .contact-us-below a {
            color: var(--blue-dark);
        }

.contact-us-below {
    text-align: left;
    font-size: 1.5rem;
    align-self: flex-start;
    padding-top: 20px;
}

#faq-section .accordion {
    width: 100%;
}

.faq-button {
    width: 100%;
    font-size: 1.8rem;
    padding: 20px 0px;
    text-align: left;
}

.accordion-body {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 30px 0px;
}


/* Accreditation Monitor Animation */
@keyframes accreditation-monitor-complicance {
    0% {
        transform: translateX(23%) scaleX(0);
    }

    100% {
        transform: translateX(0%) scaleX(1);
    }
}

#monitor-compliance-group > * {
    position: relative;
    clip-path: inset(0% 100% 0% 0%);
}


.module-box.expanded #monitor-compliance-group > * {
    animation: clip-path-horizontal-animation 600ms ease-in-out forwards;
    animation-delay: 200ms;
}

    .module-box.expanded #monitor-compliance-group > *:nth-child(2) {
            animation-delay: 250ms;
        }

    .module-box.expanded #monitor-compliance-group > *:nth-child(2) {
        animation-delay: 310ms;
    }

    .module-box.expanded #monitor-compliance-group > *::after {
        position: absolute;
        left: 0;
        color: red;
        content: counter(num);
    }

@keyframes svg-fade-in {
    0%{opacity: 0;}
    100%{opacity:1}
}

#monitor-popup{
    opacity: 0;
    /* transform: scale(1.2);
    transform-origin: center; */
}

.module-box.expanded #monitor-popup {
    animation: svg-fade-in 400ms ease-in-out forwards;
    animation-delay: 600ms;
}

/* Documents module animation */
@keyframes documents-module-bar {
    0%{
        transform: translateX(7%) scaleX(0);
    }
    100% {
        transform: translateX(0%) scaleX(1);
    }
}

#module-box-svg svg {
    width: 100%;
    height: fit-content;
}

#md-bars-pc-group > * {
    position: relative;
    clip-path: inset(0% 100% 0% 0%);
}


.module-box.expanded #md-bars-pc-group > * {
    animation: clip-path-horizontal-animation 600ms ease-in-out forwards;
    animation-delay: 200ms;
}

.module-box.expanded #md-bars-pc-group > *:nth-child(2n) {
    animation-delay: 300ms;
}

    .module-box.expanded #md-bars-pc-group > *:nth-child(4n) {
        animation-delay: 250ms;
    }

    .module-box.expanded #md-bars-pc-group > *:nth-child(3n) {
        animation-delay: 270ms;
    }

    /* Audit module animation */
.module-box #audit-popup {
    opacity: 0;
}
.module-box.expanded #audit-popup {
    animation: svg-fade-in 400ms ease-in-out forwards;
    animation-delay: 600ms;
}

@keyframes audit-radios {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.module-box.expanded #audit-radios > * {
    opacity: 0;
    animation: audit-radios 200ms ease-in-out forwards;
    animation-delay: 300ms;
}

#audit-radios > *:nth-child(2), #audit-radios > *:nth-child(11), #audit-radios > *:nth-child(15) {
    fill: white;
        stroke: black;
        stroke-width: 2px;

    }

    .module-box.expanded #audit-radios > *:nth-child(6n-4) {
            animation-delay: 300ms;
    }

    .module-box.expanded #audit-radios > *:nth-child(6n-3) {
        animation-delay: 400ms;
    }

    .module-box.expanded #audit-radios > *:nth-child(6n-2) {
        animation-delay: 500ms;
    }

.module-box.expanded #audit-radios > *:nth-child(6n-1) {
    animation-delay: 600ms;
}

.module-box.expanded #audit-radios > *:nth-child(6n) {
    animation-delay: 700ms;
}


    /* Learning Module Animation */
.module-box #learning-popup {
    opacity: 0;
}

.module-box.expanded #learning-popup {
    animation: svg-fade-in 400ms ease-in-out forwards;
    animation-delay: 900ms;
}

#learning-bars-group > *{
    opacity: 0;
}

.module-box.expanded #learning-bars-group > * {
    animation: svg-fade-in 300ms ease-in-out forwards;
    animation-delay: 300ms;
}

.module-box.expanded #learning-bars-group > *:nth-child(3) {
    animation-delay: 450ms;
}

    .module-box.expanded #learning-bars-group > *:nth-child(4) {
        animation-delay: 600ms;
    }

    .module-box.expanded #learning-bars-group > *:nth-child(2) {
        animation-delay: 750ms;
    }

    .section-heading {
        font-size: 3rem;
        color: var(--bs-guide);
        margin-bottom: 3rem;
        font-weight: 600;
        text-align: center;
    }

    .section-heading-text {
        font-size: 2rem;
        color: var(--bs-guide);
        font-weight: 400;
        text-align: left;
    }

    .section-text {
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .module-box-svg svg {
        max-width: 30rem;
    }

#price-section {
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
}
#pricing-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 50px;
}

.pricing-card {
    background-color: var(--blue-light);
    position: relative;
    box-sizing: border-box;
    width: 20rem;
    min-height: 21rem;
    border-radius: 20px;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all 50ms ease-in-out;
    /* border: 1px solid var(--blue-dark); */
    justify-content: space-between;
}

#pricing-cards > .pricing-card:hover {
    /* transform: scale(1.04); */
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    /* border: 2px solid var(--blue-dark); */
}

#pricing-cards > .pc4:hover {
    border: 1px solid white;
}

.card-heading {
    text-align: center;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.card-features {
    align-self: flex-start;
    list-style: circle;
}

    .card-features li {
        margin-bottom: 10px;
        position: relative;
        list-style: none;
    }

    .card-features .feature::before {
        position: absolute;
        left: -15px;
        content: '✓';
    }

    .card-features .not-feature::before {
        position: absolute;
        left: -15px;
        content: 'x';
    }

.card-pricing {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.card-price {
    font-size: 4rem;
}


.sticky-container {
    /* height: 150vh; */
    position: relative;
}

.left, .right {
    /* height: 100%; */
/*         top: 0px;
    position: sticky; */
}

    .right > .accreditation-meter {
    position: sticky;
    top: 25%;
    width: 492px; /*The width of the svg*/
}

    .list-1{}
    .list-2 {
        margin: 10vh 0;
    }

/*         .left > div > div {
        position: sticky;
        top: 25%;
    } */

    #progress_fg {
        clip-path: inset(0% calc(150% - (var(--scrollPercentage) * 2%)) 0% 0%);
        transition: fill 200ms ease-in-out;
    }

    #Dial {
        transform-origin: center;
        --rotate: -88deg;
        transform: rotate(var(--rotate));
        transition: transform 50ms ease-in-out;
    }

    .accreditation-meter {
        position:relative;
    }

    .accreditation-meter::after {
        /* counter-reset: scroll var(--scrollPercentage, 245); */
        content: var(--scrollPercentageString) '%';
        width: 100%;
        font-size: 2rem;
        color: rgb(0, 0, calc(var(--scrollPercentage)*3));
        position: absolute;
        bottom: 35%;
        left: 0;
        text-align: center;   
    }

    .accreditation-meter.accredited::after {
        content: 'Accredited!';
        color: black;
    }
    #progress_fg.accredited {
        clip-path: unset;
        /* fill: #00249B; */
    }

    .accreditation-meter #ellipses_bg {
        transform-origin: center;
        transform: rotateY(180deg);
    }

.fireworks-animation {
    position: absolute;
    top: -55%;
}

.click-here {
    position: absolute;
    bottom: -10px;
}


/* OGP Graphic Animations */

.ogp-graphic {
    position: relative;
    z-index: 1;
}

.ogp-graphic svg {
    position: relative;
    z-index: 1;
}

@keyframes modules_breathing {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0.1
    }
}

#features_bg_boxes > * {
    animation: modules_breathing 2s ease-in-out infinite;
    transform-origin: center;
}

.video-container {
    width: 85%;
}

#video-frame {
    height:0;
    width: 0;
    transform: translateX(50%) translateY(40%);
    transform-origin: 47% 52%;
}

.ogp-graphic.play-button.clicked {
    cursor: unset;
}

.ogp-graphic.play-button.clicked #play_text, .ogp-graphic.play-button.clicked #play, .ogp-graphic.play-button.clicked #ogp-bg-circle  {
    opacity: 0;
}

.ogp-graphic.play-button.clicked #video-frame {
    animation: ogp-vid-open 500ms ease-in-out forwards;
}

.ogp-graphic.play-button.clicked svg {
    pointer-events: none;
}

.ogp-video {
    transition: all 500ms;
    transition-delay: 500ms;
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 0px 00px 10px 10px rgba(0,0,0,0.15);
    margin-top: 20px;
}


/* Reporting module animation */
.module-box.expanded #reports-popup {
    opacity: 0;
    animation: svg-fade-in 400ms ease-in-out forwards;
    animation-delay: 600ms;
}

@keyframes clip-path-horizontal-animation {
    0% {
        clip-path: inset(0% 100% 0% 0%);
    }
    100% {
        clip-path: inset(0% 0% 0% 0%);
    }
}

@keyframes clip-path-vertical-animation {
    0% {
        clip-path: inset(100% 0% 0% 0%);
    }
    100% {
        clip-path: inset(0% 0% 0% 0%);
    }
}

/*     .module-box.expanded #RB_bars_horizontal > * {
    clip-path: inset(0% 100% 0% 0%);
    animation: clip-path-horizontal-animation 500ms ease-in-out forwards;
    animation-delay: 250ms;
}

.module-box.expanded #RB_bars_horizontal > *:nth-child(3n-1) {
    animation-delay: 300ms;
}

.module-box.expanded #RB_bars_horizontal > *:nth-child(3n) {
    animation-delay: 350ms;
} */

.module-box.expanded #RB_bars_vertical > * {
    clip-path: inset(100% 0% 0% 0%);
    animation: clip-path-vertical-animation 500ms ease-in-out forwards;
    animation-delay: 250ms;
}

.module-box.expanded #labels > * {
    clip-path: inset(0% 100% 0% 0%);
    animation: clip-path-horizontal-animation 500ms ease-in-out forwards;
    animation-delay: 500ms;
}

.module-box #pie-chart-main > *, .module-box #pie-chart-highlight, #label-lines {
    opacity: 0;
}
 .module-box.expanded #pie-chart-highlight, .module-box.expanded #label-lines {
    opacity: 1;
    transition: all 600ms ease-in;
    transition-delay: 250ms;
}

.module-box.expanded #pie-chart-main > * {
    transition: all 100ms ease-in;
    opacity: 1;
}

.module-box.expanded #pie-chart-main > *:nth-child(1) {
    transition-delay: 250ms;
}
.module-box.expanded #pie-chart-main > *:nth-child(2) {
    transition-delay: 300ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(3) {
    transition-delay: 350ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(4) {
    transition-delay: 400ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(5) {
    transition-delay: 450ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(6) {
    transition-delay: 500ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(7) {
    transition-delay: 550ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(8) {
    transition-delay: 600ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(9) {
    transition-delay: 650ms;
}

.module-box.expanded #pie-chart-main > *:nth-child(10) {
    transition-delay: 700ms;
}

.module-box.expanded #line-chart {
    clip-path: inset(0% 100% 0% 0%);
    animation: clip-path-horizontal-animation 1s ease-in-out forwards;
    animation-delay: 600ms;
}

.module-box.expanded #reports-popup-bars {
    opacity: 0;
    animation: svg-fade-in 300ms ease-in-out forwards;
    animation-delay: 1.2s
}


/* Banner Animation */
@keyframes banner-group-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes banner-modules-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
.Features_OneSystem_Graphic {
    --animation-time: calc( 240s - ( var(--scroll) * 0.3s ) );
}

.Features_OneSystem_Graphic .modules-icons-group {
    transform-origin: center center;
    animation: banner-group-anim var(--animation-time) linear infinite forwards;
}

.Features_OneSystem_Graphic .module-icon, .Features_OneSystem_Graphic .module-accent {
    transform-origin: center center;
    animation: banner-modules-anim var(--animation-time) linear infinite forwards;
    transform-box: fill-box;
}

.icon-graphic {
    max-width: 85px;
    height: fit-content;
    margin-right: 20px;
}

.trio-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    height: 100%;
    padding-left: 50px;
}

#accreditation-burden {
    background: var(--blue-dark);
    border-radius: 20px;
    padding: 50px 50px 50px 0px;
    align-items: center;
    gap: 0;
    max-width: 1120px;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    color: white;
}

.see-more-container {
    height: 100%;
    width: 100%;
    background: var(--blue-dark);
    border-radius: 20px;
    padding: 15px 15px 0px;
    box-sizing: border-box;
    position: relative;
    color: white;
    overflow: hidden;
}

.see-more-container > div {
    display: grid;
    grid-template-rows: 1fr 45%;
    height: 100%;
    transform: translateY(-33%);
    transition: all 300ms ease-in-out;
}

.see-more-container:has(.active) > div {
    transform: translateY(0%);
}

.see-more-container img, .see-more-container svg {
    max-width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

.see-more-container img.active, .see-more-container svg.active, .see-more-content.active {
    opacity: 1;
}

.see-more-content {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 300ms ease-in-out;
}

.see-more-container:not(:has(.active)) .default {
    opacity: 1;
}

.accreditation li {
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border-radius: 5px;
}

.accreditation li:hover, .accreditation li.active {
    background-color: #f5fdff;
    padding: 0px 10px;
}

.accreditation a {
    transition: all 200ms ease-in-out;
    opacity: 1;
}

.accreditation li:hover > a, .accreditation li.active > a{
    opacity: 0.1;
}

svg.update #update-circle {
    transform-origin: 58%;
    transform-box: fill-box;
    animation: banner-modules-anim 4s linear infinite backwards;
}

.help-cards {
    gap: 30px;
    flex-wrap: wrap;
}


#video-section {
    padding-bottom: 25px !important;
    background: linear-gradient(to bottom,  white 80%, var(--blue-light), var(--blue-light) 50%);
}

#great-software-section {
    background: var(--blue-light);
    text-align: center;
    padding-top: 2rem !important;
    padding-bottom: 13rem !important;

}

#requirementsProvided {
    min-height: 0px;
    padding-top: 20px !important;
    background-color: var(--blue-light);
}

#supportedEveryStep {
    background: url("/HomepageResources/SVG/Banner-background-purple-dark.svg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    color: white;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Breakpoints and media queries */

@media (max-width: 2600px) {
    #whoIsItFor .grid-2 {
        grid-template-columns: repeat(auto-fit, min(100%, 25rem));
    }
}
@media (min-width: 768px) and (max-width: 1750px) {
    .section-template {
        padding: 150px 10% !important;
    }
}

@media (max-width: 1920px) {
    header {
        padding: 0;
    }
}

@media (max-width: 1740px) {
    .broadcasts {
        width: 874px !important;
    }
}

@media (max-width: 1400px) {
    #accreditation-burden {
        padding: 50px;
    }
}

@media (max-width: 1275px) {
    .broadcasts {
        width: 652px !important;
    }

    .banner-image {
        position: absolute;
        opacity: 0.1;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .section-template {
        padding: 100px 2% !important;
    }

    #homepage-banner {
        padding: 2%;
        flex-direction: column;
        align-items: center;
    }

    .banner-left {
        padding-top: 0;
    }

    .banner-right .login-menu {
        display: none;
    }

    .banner-left .login-menu {
        display: flex;
    }

    .email-span {
        display: none;
    }
    .onevault-home-header {
        justify-content: center;
    }
    .onevault-home-header .login-menu {
        display: none;
    }
    .brand-link {
        width: fit-content;
    }
    
    .onevault-brand-svg {
        padding: 0;
    }

    .module-box-content .section-text {
        font-size: 1.2rem;
    }

}

@media (max-width: 815px) {
    .broadcasts {
        width: 432px !important;
    }

    .module-box-svg {
        display: none !important;
    }

    .module-box {
        display: flex;
        padding: 1rem;
    }

    .module-display {
        height: 35rem;
    }
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }

    .section-heading-text {
        font-size: 1.5rem;
    }

    .section-text {
        font-size: 1.2rem;
    }

    .module-box-body {
        grid-template-columns: 1fr;
    }

    .module-box-header {
        flex-direction: column;
    }

    .module-box-header .b5\:btn-close {
        right: 0;
        top: 0;
    }

    .module-container {
        height: fit-content;
        padding-top: 20px;
    }

    .module-container::after {
        display: none;
    }

    .faq-button {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .banner-text {
        font-size: 2.5rem;
        width: 100%;
    }

    .banner-left{
        text-align: center;
    }

    .banner-left .login-menu {
        justify-content: center;
        margin-top: 60px !important;
    }

    .banner-image {
        display: none;
    }
}

@media (max-width: 500px) {
    .broadcasts {
        width: 210px !important;
    }

    .banner-text {
        font-size: 2rem;
    }
}