#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-top: 4px solid #FFDF00;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

body, html {
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    /*font-family: sans-serif;*/
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

.scrolling-panel {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 30px;
    will-change: transform, opacity;
}

.scrolling-panel.news-panel {
    display: block;
    height: auto !important;
    padding-right: 0 !important;
    min-height: 80vh;
}

.home-logo {
    max-width: 300px;
    margin-top: 30px;
}

/* Initial animation styles */
.animate-title,
.animate-logo,
.animate-subtitle,
.animate-block{
    opacity: 0;
    transform: translateY(50px);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: .7;
}

#logo {
    opacity: 1;
}

.home-logo {
    display: block;
    margin: 0 100px 0 auto;
}

.scrolling-panel {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
    overflow: hidden;
}

.scrolling-panel.black {
    background: #000;
}

.scrolling-panel.black * {
    color: #FFF;
}

.scrolling-panel.white {
    background: #FFF;
}

.scrolling-panel.white * {
    color: #000;
}

.scrolling-panel.black .yellow * {
    color: #000;
}

.scrolling-panel.yellow {
    background: #FFDF00;
}

.scrolling-panel.yellow * {
    color: #000;
}

.scrolling-panel h1 {
    font-weight: 700 !important;
    font-size: 90px;
    line-height: 100%;
}

.scrolling-panel h2 {
    font-weight: 700 !important;
    font-size: 55px;
    line-height: 100%;
}

.subhead-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 20;
    padding: 0 50px;
}

.subhead-bottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 20;
    padding: 0 50px;
    display: flex;
    gap: 10px;
}

.subhead-center h2, .subhead-bottom h2 {
    font-weight: 700 !important;
    font-size: 55px;
    line-height: 100%;
    text-shadow: 3px 3px 5px black;
}


.scrolling-panel.panel-8,
.scrolling-panel.panel-4 {
    flex-direction: unset;
    justify-content: flex-start;
    align-content: center;
}


.scrolling-panel.infographic-panel {
    .header {
        h2 {
            max-width: 80%;
            font-size: 48px;
            line-height: 105%;
            margin: 0 0 16px
        }
    }

    p {
        font-size: 16px;
        line-height: 120%;
    }
}

.scrolling-panel.panel-4 {
    .content-wrapper {
        display: flex;
        align-items: flex-start;
    }

    .header {
        width: 51%;
        margin-right: 0;
        padding-right: 30px;

        p {
            max-width: 70%;
        }

        .white-btn {
            margin-top: 5px;
            padding-top: 17px;
            padding-bottom: 16px;
            font-weight: 600;
            border-radius: 100px;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    .infographic {
        width: auto;
        flex: 1;

        h3 {
            font-size: 36px !important;
            line-height: 110%;
            margin-bottom: 16px;
            margin-top: 70px;

            &:first-child {
                margin-top: 0;
            }
        }
    }
}

.scrolling-panel.panel-8 {
    .infographic {
        width: 50%;
        text-align: end;
    }

    .header {
        width: 100%;
        flex: 1;
        margin-right: 0;
        padding-left: 9%;
        max-width: 800px;

        h2 {
            max-width: 100%;
            margin-bottom: 24px;
        }

        p {
            margin-bottom: 30px;
        }

        .blue-btn {
            margin-right: 16px;
        }

        .white-btn {
            border: 1px solid #000;
        }

        .blue-btn,
        .white-btn {
            font-size: 16px !important;
            font-weight: 600;
            padding-top: 16px;
            padding-bottom: 16px;
            border-radius: 100px;
            padding-left: 24px;
            padding-right: 24px;
        }
    }
}

.scrolling-panel.tile-stats {
    flex-direction: column !important;

    .box1 {
        p.big-type {
            font-size: 28px;
            line-height: 110%;
        }
    }

    .grid-cell.yellow {
        p.big-type {
            font-size: 60px;
            line-height: 110%;
            margin-bottom: 80px;
        }

        p {
            font-size: 16px;
            line-height: 120%;
            margin-bottom: 0;
        }
    }


    .black-btn {
        font-size: 14px !important;
        line-height: 100%;
        font-weight: 600;
        padding-left: 13px;
        padding-right: 13px;
    }

    .grid-row2 {
        margin-top: 16px;
    }

    .content-stretch {
        h2 {
            font-size: 40px;
            line-height: 100%;
            margin-bottom: 25px;
        }

        p {
            font-size: 16px;
            line-height: 120%;
            margin-bottom: 31px;

        }

        .blue-btn {
            font-weight: 600;
            font-size: 16px !important;
            padding-top: 15px;
            padding-bottom: 15px;
            border-radius: 100px;
        }
    }


}

.scrolling-panel.panel-2 {
    flex-direction: column !important;
    flex-wrap: nowrap !important;

    .grid-row1 {

        .content-stretch {
            h2 {
                width: 100%;
            }
        }

        .box-container {
            align-items: flex-end;
            padding-left: 24px;

            .grid-cell.box1 {
                margin: 0;
                width: 55%;
                aspect-ratio: 10/9;
                min-height: auto;
                margin-right: 16px;
            }

            .grid-cell.box2 {
                width: 42%;
                flex: 1;
            }
        }
    }

    .grid-row2 {
        width: 75%;
        align-items: flex-start;

        .box3 {
            margin-right: 16px;
            aspect-ratio: 3 / 2;
            width: 40%;
            flex: 1;
        }

        .box4 {
            margin-right: 0px;
            margin-left: 0;
            aspect-ratio: 69 / 49;
            width: 55%;
            min-height: auto;
        }

        p.big-type {
            font-size: 28px;
            line-height: 110%;
        }
    }
}


.scrolling-panel.panel-6 {
    display: block;
}

.scrolling-panel.panel-6 .grid-column-container {
    width: 100%;
}

.scrolling-panel.panel-7 {
    display: block;
    height: auto !important;
}

.scrolling-panel.panel-7 h2 {
    max-width: 950px;
    margin-top: 100px;
}

.scrolling-panel.panel-7 .blue-btn {
    opacity: 0;
}

.qLeft {
    position: absolute;
    left: -27px;
}

.home-logo,
.animate-title,
.animate-subtitle,
.animate-subtitle2,
.subhead-center,
.subhead-bottom,
.sig-photo,
.sig-container,
.slider-heading {
    opacity: 0;
    transform: translateY(-50px);
}

.panel-1.usa .animate-subtitle {
    opacity: 1;
    transform: translateY(-50px);
}

.myPostSlider,
.scrolling-panel.panel-7 .content-stretch p,
.scrolling-panel.panel-2.responsibility.tile-stats .animate-subtitle,
.scrolling-panel.panel-2.responsibility.tile-stats .content-stretch p,
.scrolling-panel.panel-2.responsibility.tile-stats .grid-cell.box4 {
    opacity: 0;
    transform: translateY(50px);
}

.extra-copy {
    opacity: 0;
}

.slider-nav,
.scrolling-panel.panel-2.responsibility.tile-stats .grid-cell.box3,
.scrolling-panel.panel-2.responsibility.tile-stats .grid-cell.box1 {
    opacity: 0;
    transform: translateX(50px);
}

.sig-photo {
    transform: translateX(-50px);
}

.sig-container {
    transform: translateX(50px);
}

.content-stretch {
    width: 100%;
}

.scrolling-panel.content-stretch p {
    opacity: 0;
    transform: translateY(50px);
}

.scrolling-panel.panel-8.innovating .content-section img {
    opacity: 0;
    transform: translateX(-50px);
}

.scrolling-panel.panel-8.innovating .text-content {
    opacity: 0;
    transform: translateX(50px);
}

.bg-fade-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/10/dotmatrix.png') repeat center center;
    background-size: default;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.yellow-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    /*background: url('/wp-content/uploads/2025/10/dotmatrix-yellow.svg') no-repeat center center;
    background-size: contain;*/
    border-radius: 50%;
    background: #FFDF00;
    overflow: hidden;
    opacity: 0;
    z-index: 20;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.yellow-dot video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.highlight, .highlight-white {
    display: inline-block;
    position: relative;
    color: white;
    background-image: linear-gradient(to right, #f9d923 100%, #f9d923 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: color 0.2s ease;
}

.highlight-white {
    color: black;
    background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%);
}

.panel-6 .grid-row1,
.panel-6 .grid-row2 {
    display: flex;
}

.panel-6 .grid-column2 {
    width: 50%
}

.panel-6 .grid-column1.second {
    width: 70%
}

.panel-6 .grid-column2.second {
    width: 30%
}

.grid-column-container {
    width: 100%;
}

.grid-row1 .content-stretch {
    width: 40%;
}

.grid-row1 .box-container {
    width: 60%;
    display: flex;
    align-items: flex-end;
}

.panel-6 .grid-row2 {
    margin: 0;
    align-items: flex-start;
}

.panel-6 .grid-row1 {
    width: 70%;
    margin: 0 0 15px;
    align-items: flex-end;
}

.panel-6 .grid-cell.box1 {
    background: url(/wp-content/uploads/2025/11/believe-quality.png) no-repeat center center;
    background-size: cover;
    width: 70%;
    min-height: 550px;
    margin: 00;
    transform: translateX(50px);
}

.grid-cell.box1 p {
    width: 100%;
}

.panel-6 .grid-cell.yellow {
    margin: 0 0 0 15px;
    width: 40%;
    /*max-width: 50%;*/
}

.panel-6 .grid-cell.box3,
.panel-6 .grid-cell.box4 {
    width: 100%;
    /*min-height: 400px;*/
    margin: 0 auto 15px 0;
    transform: translateX(50px);
}


.panel-6 .grid-cell.yellow {
    transform: translateX(-50px);
    transform: translateY(50px);
}

.panel-6 .grid-cell.box3 {
    background: #383838 url(/wp-content/uploads/2025/11/believe-solutions.png) no-repeat top center;
    background-size: cover;
    max-width: 60%;
    min-height: 390px;
    margin: 0 0 0 15px;
    transform: translateX(-50px);
}

.panel-6 .grid-cell.box4 {
    background: #383838 url(/wp-content/uploads/2025/11/believe-innovation.png) no-repeat top center;
    background-size: cover;
    transform: translateX(50px);
    transform: translateY(50px);
    max-width: 40%;
    min-height: 170px;
    margin: 0;
}

.panel-6 .content-stretch {
    position: absolute;
    width: 46%;
    top: 120px;
}

.scrolling-panel p {
    font-size: 22px;
}

.scrolling-panel p.big-type {
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);*/
}

.scrolling-panel .yellow p.big-type {
    text-shadow: none;
}

.scrolling-panel p.big-type.rating {
    font-size: 55px;
    background: url(/wp-content/uploads/2025/10/star.svg) no-repeat right center;
    padding-right: 75px;
    background-size: 40%;
    display: inline-block;
    margin: 0 0 70px;
}

.pill-mask {
    position: absolute;
    bottom: 15px;
    width: 80%;
}

.signature {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sig {
    margin-left: -60px;
    opacity: 0;
    transform: translateX(50px);
}

.sigbox {
    max-width: 40%;
    margin: 50px 0 0 auto;
    display: block;
}

.sigbox.fullwidth {
    max-width: 100%;
    width: 100%;
    margin: 50px 0 0;
}

.sig-photo { /*max-width: 200px;*/
    margin-right: 20px;
}

.sig-photo.mobile-photo,
.minimap.mob-photo {
    display: none;
}

.map-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.map-container img {
    width: 100%;
}

.header-centered {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: 20;
    text-align: center;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    justify-content: space-around;
    margin: 80px 0 0;
    opacity: 0;
}

.product-block {
    width: 24%;
    padding: 20px;
    text-align: center;
    border: none;
    background: #383838;
    border-radius: 40px;
}

.product-block h3 {
    color: #fff !important;
    font-size: 24px !important;
}

.product-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 140px;
}

.icon {
    vertical-align: middle;
}

.scrolling-panel.intro-panel {
    display: block;
    height: auto !important;
}

.scrolling-panel.intro-panel h1 {
    font-weight: 700 !important;
    font-size: 80px;
    line-height: 110%;
    margin: 40px 0 -16px;
}

.scrolling-panel.intro-panel .header p {
    max-width: 700px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    opacity: 0;
}

.scrolling-panel.intro-panel .intro-grid {
    display: flex;
    justify-content: space-between;
}

.scrolling-panel.intro-panel .intro-grid .grid-column1 {
    width: 34%;
}

.scrolling-panel.intro-panel .intro-grid .grid-column2 {
    width: 65%;
    opacity: 0;
}

.scrolling-panel.intro-panel .grid-cell.yellow {
    background: #FFDF00;
    margin: 250px 0 15px auto;
    width: 70%;
    border-radius: 12px;
    padding: 20px;
    opacity: 0;
}

.scrolling-panel.intro-panel .grid-cell.grey {
    background: #383838;
    margin: 0 0 0 auto;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    opacity: 0;
}

.scrolling-panel.intro-panel .grid-cell.white {
    background: #FFFFFF;
    margin: 0 0 0 auto;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    opacity: 0;
}

.scrolling-panel.intro-panel .grid-cell.white * {
    color: #000000;
    text-shadow: none;
}

.scrolling-panel.intro-panel p.big-type {
    font-size: 42px;
    margin-bottom: 100px;
}

.scrolling-panel.intro-panel .grey p.big-type {
    font-size: 42px;
    margin-top: 30px;
}

.scrolling-panel.intro-panel .grid-cell.box2 {
    text-align: right;
    opacity: 0;
}

.scrolling-panel.intro-panel .intro-grid img {
    width: 100%;
}

.scrolling-panel.intro-panel .intro-grid .box-container {
    position: relative;
}

.scrolling-panel.intro-panel .intro-grid .photo-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80%;
    padding: 20px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .7);
}

.scrolling-panel.intro-panel .intro-grid p.photo-quote {
    font-size: 20px;
    font-weight: 700;
}

.scrolling-panel.intro-panel .intro-grid p.photo-citation {
    font-size: 18px;
    font-weight: 300;
}

.scrolling-panel.products-panel p {
    max-width: 700px;
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
}

.scrolling-panel.products-panel .product-block {
    width: 32%;
    padding: 0;
    text-align: left;
    border: none;
    background: #000000;
    border-radius: 0;
}

.bg-fade-layer.products {
    background: url('/wp-content/uploads/2025/11/bg-products.svg') repeat top center;
}

.scrolling-panel.photo-gallery {
    display: block;
    height: auto !important;
}

.scrolling-panel.photo-gallery h1 {
    font-weight: 700 !important;
    font-size: 78px;
    line-height: 115%;
    margin: 150px 0 0;
}

.scrolling-panel.photo-gallery .header p {
    max-width: 700px;
    font-size: 18px;
    font-weight: 300;
}

.scrolling-panel.photo-gallery .photo-grid {
    display: flex;
    justify-content: space-between;
}

.scrolling-panel.photo-gallery .photo-grid .grid-column1 {
    width: 24%;
}

.scrolling-panel.photo-gallery .photo-grid .grid-column2 {
    width: 75%;
}

.scrolling-panel.photo-gallery .grid-cell.yellow {
    background: #FFDF00;
    margin: 160px 0 15px auto;
    width: 70%;
    border-radius: 12px;
    padding: 20px;
}

.scrolling-panel.photo-gallery p.big-type {
    font-size: 42px;
    margin-top: 50px;
}

.scrolling-panel.photo-gallery .grid-cell.box2 {
    text-align: right;
}

.scrolling-panel.photo-gallery .photo-grid img {
    width: 100%;
}

.scrolling-panel.photo-gallery .photo-grid .box-container {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
}

.scrolling-panel.photo-gallery .photo-grid .photo-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80%;
    padding: 20px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .7);
}

.scrolling-panel.photo-gallery .photo-grid .photo-caption *, .scrolling-panel.tile-stats .photo-caption * {
    color: #FFF;
}

.scrolling-panel.photo-gallery .photo-grid p.photo-quote {
    font-size: 20px;
    font-weight: 700;
}

.scrolling-panel.photo-gallery .photo-grid p.photo-citation {
    font-size: 18px;
    font-weight: 300;
}

.scrolling-panel.photo-gallery .header {
    display: flex;
    margin: 100px 0 30px;
}

.scrolling-panel.photo-gallery .header p {
    opacity: 0;
    transform: translateX(50px);
}

.scrolling-panel.photo-gallery .header .blue-btn {
    margin: 20px 0 0;
}

.scrolling-panel.photo-gallery .grid-cell {
    background: transparent;
    border-radius: 15px;
    width: 100% !important;
    padding: 0;
    margin: 0;
    min-height: 0;
}

.scrolling-panel.photo-gallery .grid-cell.box1 {
    margin: 0 0 19px;
}

.tile-stats .grid-column1 {
    width: 50%
}

.tile-stats .grid-column2 {
    width: 50%
}

.tile-stats .grid-column1.second {
    width: 70%
}

.tile-stats .grid-column2.second {
    width: 30%
}

.tile-stats .grid-cell {
    background: #383838;
    border-radius: 15px;
    width: 40%;
    padding: 20px;
    opacity: 0;
}

/*.tile-stats .grid-cell.box1 {*/
/*    background: url(/wp-content/uploads/2025/12/benefits.png) no-repeat center center;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    min-height: 550px;*/
/*    margin: 0 0 15px 15px;*/
/*    transform: translateX(50px);*/
/*}*/
/*.tile-stats .grid-cell.yellow {*/
/*    background: #FFDF00;*/
/*    max-width: 30%;*/
/*    margin: 0 15px 0 auto;*/
/*    transform: translateX(-50px);*/
/*    transform: translateY(50px);*/
/*}*/

/*.tile-stats .grid-cell.box3,*/
/*.tile-stats .grid-cell.box4 {*/
/*    width: 100%;*/
/*    min-height: 400px;*/
/*    margin: 0 auto 15px 0;*/
/*    transform: translateX(50px);*/
/*}*/

/*.tile-stats .grid-cell.yellow {*/
/*    transform: translateX(-50px);*/
/*    transform: translateY(50px);*/
/*}*/
/*.tile-stats .grid-cell.box3 {*/
/*    max-width: 60%;*/
/*    min-height: 250px;*/
/*    margin: 350px 0 0 auto;*/
/*    transform: translateX(-50px);*/
/*}*/
/*.tile-stats .grid-cell.box4 {*/
/*    background: #ECECEC;*/
/*    transform: translateX(50px);*/
/*    transform: translateY(50px);*/
/*    max-width: 50%;*/
/*    min-height: 170px;*/
/*    margin: 0 0 0 15px;;*/
/*}*/
.tile-stats .content-stretch {
    /*position: absolute;
    width: 46%;
    top: 120px;*/
    /*width: 40%;*/
    padding-right: 20px;
}

/*.tile-stats .content-stretch p {*/
/*    opacity: 0;*/
/*    transform: translateY(50px);*/
/*}*/

.scrolling-panel.accordion {
    flex-direction: unset;
    display: block;
    height: auto;
}

.scrolling-panel.accordion .accordion-container {
    display: flex;
}

.scrolling-panel.accordion .accordion-info {
    margin: 0 30px 0 0;
    transform: translateX(-50px);
}

.scrolling-panel.accordion .accordion-photo {
    transform: translateX(50px);
}

.scrolling-panel.accordion .accordion-info, .scrolling-panel.accordion .accordion-photo {
    width: 45%;
    opacity: 0;
}

.scrolling-panel.accordion .animate-subtitle3 {
    opacity: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-block {
    position: relative;
}

.video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.scrolling-panel.panel-2 {
    flex-direction: unset;
    padding-top: 100px;
    height: auto;
}

.scrolling-panel.panel-2 h2 {
    max-width: 70%;
    font-size: 45px;
}

.scrolling-panel.panel-2 .grid-row1 h2 {
    max-width: 100%;
}

.panel-2 .grid-row1,
.panel-2 .grid-row2 {
    display: flex;
}

.panel-2 .grid-row1 .grid-cell.box1 {
    max-width: 100%;
    margin: 0 15px 0 auto;
}

.panel-2 .grid-row2 {
    width: 80%;
    margin: 15px 15px 0 auto;
}

.panel-2 .grid-cell {
    background: #383838;
    border-radius: 15px;
    /*width: 40%;*/
    padding: 20px;
    opacity: 0;
}

.panel-2 .grid-cell.box1 {
    background: url(/wp-content/uploads/2026/01/supporting-patients1.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 60%;
    min-height: 550px;
    margin: 0 15px 15px auto;
    transform: translateX(-50px);
}

.panel-2 .grid-cell.yellow {
    background: #FFDF00;
    /*max-width: 30%;*/
    margin: 0 15px 0 auto;
    transform: translateX(-50px);
    transform: translateY(50px);
}

.panel-2 .grid-cell.box3,
.panel-2 .grid-cell.box4 {
    width: 100%;
    /*min-height: 400px;*/
    margin: 0 auto 15px 0;
    transform: translateX(50px);
}

.panel-2 .grid-cell.box3 {
    background: #383838;
    background-size: cover;
}

.panel-2 .grid-cell.box4 {
    background: #383838 url(/wp-content/uploads/2026/01/supporting-patients2.png) no-repeat left bottom;
    background-size: cover;
    transform: translateY(50px);
}

.panel-2 .grid-cell.box3, .panel-2 .grid-cell.box4 {
    width: 100%;
    margin: 0 auto 15px 0;
}

.panel-2 .grid-cell.box3 {
    max-height: 300px;
}

.panel-2 .grid-cell.box4 {
    background: #383838 url(/wp-content/uploads/2025/12/image-010.png) no-repeat left bottom;
    background-size: cover;
    min-height: 555px;
    margin-left: 15px;
    position: relative;

    .caring-for-patients {
        position: relative;
    }
}

.panel-2 .grid-cell.box4:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.3) 30%,
            rgba(0, 0, 0, 0) 100%
    );
}

.infographic-panel .header-centered {
    margin: 50px 0 0 0;
}

/*.infographic-panel .header {*/
/*    margin: 0 30px 0 0;*/
/*    transform: translateX(-50px);*/
/*}*/

.infographic-panel .infographic {
    transform: translateX(50px);
}

.infographic-panel .header, .infographic-panel .infographic {
    width: 45%;
    opacity: 0;
}

.panel-8.infographic-panel .header {
    transform: translateX(50px);
}

.panel-8.infographic-panel .infographic {
    transform: translateX(-50px);
}

.content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-content.active {
    display: flex;
    gap: 15px;
    align-items: center;
}

.tab-content-image, .tab-content-copy {
    padding: 20px;
    border-radius: 12px;
    min-height: 500px;
}

.tab-content-image {
    background: #232323;
    width: 40%;
    display: flex;
    align-items: center;
}

.tab-content-image img {
    max-height: 280px;
    margin: 0 auto;
}

.tab-content-copy {
    background: #383838;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-content-copy p {
    font-size: 18px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Toggle wrapper */
.toggle-switch {
    position: relative;
    display: inline-flex;
    background: #333;
    border-radius: 25px;
    width: 280px;
    margin-bottom: 40px;
    padding: 5px;
    overflow: hidden;
}

/* Slider background that moves */
.toggle-switch .slider {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    background: #f0f0f0;
    border-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 1;
}

/* Buttons */
.toggle-switch button {
    flex: 1;
    border: none;
    padding: 10px 20px;
    background: transparent;
    color: #FFF !important;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    transition: color 0.25s ease;
}

.toggle-switch button:focus {
    outline: none;
}

.toggle-switch button.active {
    color: #000 !important;
}

/* Animate slider to the right */
.toggle-switch.patients-active .slider {
    transform: translateX(100%);
}

/* Content layout */
.content-section {
    display: flex;
    gap: 40px;
    width: 100%;
}

.content-section img {
    width: 45%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.text-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.text-content p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Links with arrow */
.links-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.links-list li {
    margin-bottom: 18px;
    font-size: 1rem;
}

.links-list a {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.links-list a:hover {
    text-decoration: underline;
}

.links-list a .arrow {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.links-list a:hover .arrow {
    transform: translateX(4px);
}


/* Mobile Styles - Add to existing <style> section */
@media (max-width: 768px) {
    /* Header adjustments */
    header,
    #logo {
        opacity: 1;
    }

    .home-logo {
        max-width: 150px;
        margin: 20px 0 0 51%;
    }

    /* Base panel styles */
    .scrolling-panel {
        padding: 30px 20px;
        height: auto;
        min-height: 100vh;
    }

    /* Typography */
    .scrolling-panel h1 {
        font-size: 48px !important;
        line-height: 110%;
        margin-bottom: 30px;
    }

    .scrolling-panel h2 {
        font-size: 32px !important;
        line-height: 110%;
    }

    .scrolling-panel p {
        font-size: 16px;
    }

    .scrolling-panel {
        p.big-type {
            font-size: 16px !important;
            line-height: 130%;
            margin-bottom: 0;
        }

        .grid-cell.box1 .black-btn {
            font-size: 12px !important;
            line-height: 100%;
            margin-top: 18px;
        }
    }


    .scrolling-panel .grid-cell.yellow p.big-type {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }

    .scrolling-panel p.big-type.rating {
        font-size: 40px;
        padding-right: 60px;
        background-size: 50px;
        margin: 0 0 30px;
    }

    .scrolling-panel.panel-7.products-panel p {
        opacity: 0;
    }

    /* Intro Panel (About page) */
    .scrolling-panel.intro-panel h1 {
        font-size: 32px !important;
        line-height: 120%;
        transform: translateY(-20px);
        margin: 120px 0 -16px;
    }

    .scrolling-panel.intro-panel .header p {
        font-size: 16px;
        max-width: 100%;
    }

    .scrolling-panel.intro-panel .intro-grid {
        flex-direction: column;
        margin-top: 110px;
    }

    .scrolling-panel.intro-panel .intro-grid .grid-column1 {
        order: 2;
    }

    .scrolling-panel.intro-panel .intro-grid .grid-column2 {
        order: 1;
    }

    .scrolling-panel.intro-panel .intro-grid .grid-column2 .box-container {
        width: 89%;
        margin-left: 11%;
    }

    .scrolling-panel.intro-panel .intro-grid .grid-column1 .box-container {
        display: flex;
        max-height: 120px;
        column-gap: 7px;
    }

    .scrolling-panel.intro-panel .intro-grid .grid-column1,
    .scrolling-panel.intro-panel .intro-grid .grid-column2 {
        width: 100%;
    }

    .scrolling-panel.intro-panel .grid-cell.yellow {
        width: 45%;
        margin: 15px 0 0 auto;
        padding: 15px 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .scrolling-panel.intro-panel .grid-cell.yellow p {
        font-size: 12px;
        margin: 0;
    }

    .scrolling-panel.intro-panel .grid-cell.yellow p.big-type {
        font-size: 32px;
        margin: 0;
    }

    .scrolling-panel.intro-panel .grid-cell.box2 {
        margin-top: 15px;
        border-radius: 12px;
        overflow: hidden;
        max-width: 60%;
    }

    .scrolling-panel.intro-panel .intro-grid .photo-caption {
        position: absolute;
        bottom: 8px;
        left: 12px;
        width: calc(100% - 24px);
        padding: 15px;
    }

    .scrolling-panel.intro-panel .intro-grid p.photo-quote {
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
    }

    .scrolling-panel.intro-panel .intro-grid p.photo-citation {
        font-size: 12px;
        margin-bottom: 0;
    }

    /* Products Panel */
    .scrolling-panel.products-panel {
        padding: 30px 20px;
    }

    .scrolling-panel.products-panel .content-stretch h2 {
        font-size: 32px !important;
        margin-bottom: 30px;
    }

    .scrolling-panel.products-panel p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .scrolling-panel.products-panel .blue-btn,
    .scrolling-panel.panel-6 .blue-btn {
        display: inline-block;
        width: 100%;
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 14px 20px 14px !important;
        border-radius: 30px !important;
    }

    .scrolling-panel.panel-6 .blue-btn {
        margin-top: 32px !important;
    }

    .product-grid {
        margin: 30px 0 0;
        gap: 48px;
    }

    .scrolling-panel.products-panel .product-block,
    .product-block {
        width: 100%;
    }

    .scrolling-panel.products-panel .product-block h3,
    .product-block h3 {
        font-size: 24px !important;
        margin: 15px 0 5px;
    }

    .scrolling-panel.products-panel .product-block p,
    .product-block p {
        font-size: 16px;
        margin: 0;
        line-height: 120%;
    }

    .product-icon {
        height: 60px;
        margin-bottom: 10px;
    }

    .icon {
        max-height: 50px;
        width: auto;
    }


    .pill-mask {
        width: 60%;
        max-width: 150px;
    }

    /* Mobile overlay for video backgrounds */
    .mobile-overlay {
        position: absolute;
        inset: 0;
        background: #000;
        opacity: 0.3;
        z-index: 1;
    }

    .subhead-bottom {
        bottom: 30px;
        padding: 0 20px;
    }

    .subhead-bottom h2 {
        font-size: 18px !important;
    }

    .subhead-bottom a {
        font-size: 14px;
    }

    .scrolling-panel.panel-8 {
        flex-direction: column-reverse !important;

        .header {
            padding-left: 0;

            .blue-btn {
                width: 100%;
            }
        }
    }

    /* Panel 4  */
    .scrolling-panel.panel-8,
    .scrolling-panel.panel-4 {
        padding: 30px 20px;
        flex-direction: column;
        justify-content: center;

        .content-wrapper {
            flex-direction: column;
        }

        .header {
            width: 100%;
            padding-right: 0;
            margin-bottom: 30px;

            h2, p {
                max-width: 100% !important;
                line-height: 120%;
            }

            .white-btn {
                width: 100%;
                font-size: 16px !important;
            }
        }

        .infographic {
            width: 100%;

            h3 {
                font-size: 24px !important;
                line-height: 120%;
                margin-bottom: 16px;
                margin-top: 45px;
            }
        }

        /*h2 {*/
        /*    max-width: 100%;*/
        /*    font-size: 24px !important;*/
        /*    margin-bottom: 30px;*/
        /*}*/
    }

    .scrolling-panel.panel-2 {
        & .grid-row1 {
            flex-direction: column !important;

            .blue-btn {
                width: 100%;
            }

            .box-container {
                margin-top: 20px;
                padding-right: 0;
                width: 100%;
                padding-left: 0;

                .grid-cell.box1 {
                    width: 55%;
                    padding-top: 18px;
                    margin-right: 16px;
                    padding-left: 12px;
                    padding-right: 12px;
                }

                .grid-cell.box2 {
                    margin-right: 0;
                    padding-left: 12px;
                    padding-right: 12px;
                }
            }
        }

        & .grid-row2 {
            width: 100%;
            margin: 16px 0 0;
            flex-direction: column;

            .grid-cell.box3 {
                margin-left: 0;
                max-width: 83%;
                aspect-ratio: 33 / 19;
                width: 100%;
                padding-left: 12px;
                padding-right: 12px;
            }

            .grid-cell.box4 {
                min-height: 167px;
                width: 72%;
                margin-left: 28%;
                padding-left: 12px;
                padding-right: 12px;
            }

            .content-stretch {
                width: 100%;
            }

            .black-btn {
                margin-top: 18px;
            }
        }
    }

    .box4 {
        width: 100%;
    }


    .qLeft {
        position: static;
    }

    .signature {
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
    }

    .sig-photo.desktop,
    .minimap.desktop {
        display: none;
    }

    .sig-photo.mobile-photo,
    .minimap.mob-photo {
        display: block;
        border-radius: 12px;
    }

    .minimap.mob-photo {
        aspect-ratio: 350/444;
        object-fit: cover;
    }

    .sig-photo {
        max-width: 109px;
        margin-right: 15px;
        transform: translate(0, 0) !important;
    }

    .sig-container {
        width: auto;
        text-align: left;
    }

    .sig-container p {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0;
    }

    .sig {
        margin: 0;
        max-width: 120px;
        position: absolute;
        left: -40px;
        bottom: -100px;
    }

    /* Panel 2 - American company */
    .scrolling-panel.panel-2 {
        padding: 20px;
        min-height: 100vh;
    }

    .scrolling-panel.panel-2 .content-stretch {
        width: 100%;
        /*    position: absolute;*/
        /*    top: 50%;*/
        /*    transform: translateY(-50%);*/
        /*    width: calc(100% - 40px);*/
        /*    z-index: 15;*/
    }

    .scrolling-panel.panel-2 h2 {
        font-size: 24px !important;
        text-align: left;
        margin: 0;
    }

    .yellow-dot {
        width: 250px;
        height: 250px;
    }

    .subhead-center {
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 40px);
        padding: 0 20px;
        text-align: center;
    }

    .subhead-center h2 {
        font-size: 32px !important;
    }

    /* Panel 6 - Photo Gallery */
    .scrolling-panel.photo-gallery {
        padding: 30px 20px;
    }

    .scrolling-panel.photo-gallery h1 {
        font-size: 48px !important;
        margin: 100px 0 30px;
    }

    .scrolling-panel.photo-gallery .header {
        flex-direction: column;
        margin: 50px 0 30px;
    }

    .scrolling-panel.photo-gallery .header h2 {
        font-size: 32px !important;
        margin-bottom: 20px;
    }

    .scrolling-panel.photo-gallery .header p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .scrolling-panel.photo-gallery .header .blue-btn {
        margin: 0 0 30px;
    }

    .scrolling-panel.photo-gallery .photo-grid {
        flex-direction: column;
    }

    .scrolling-panel.photo-gallery .photo-grid .grid-column1,
    .scrolling-panel.photo-gallery .photo-grid .grid-column2 {
        width: 100%;
    }

    .scrolling-panel.photo-gallery .photo-grid .grid-column2 {
        order: 1;
    }

    .scrolling-panel.photo-gallery .photo-grid .grid-column1 {
        order: 2;
    }

    .scrolling-panel.panel-6 .photo-grid .grid-column1 {
        display: flex;
        column-gap: 12px;
    }

    .scrolling-panel.photo-gallery .photo-grid .box-container {
        margin-bottom: 15px;
    }

    .scrolling-panel.photo-gallery .photo-grid .photo-caption {
        bottom: 35px;
        left: 12px;
        width: calc(100% - 24px);
        padding: 12px;
    }

    .scrolling-panel.photo-gallery .photo-grid p.photo-quote {
        font-size: 16px;
        line-height: 120%;
    }

    .scrolling-panel.photo-gallery .photo-grid p.photo-citation {
        font-size: 12px;
        line-height: 120%;
    }

    .scrolling-panel.photo-gallery .grid-cell {
        margin: 0 0 15px;
    }

    .scrolling-panel.tile-stats .grid-column-container {
        width: 100%;
    }

    /* Panel 8 - News Panel */
    .scrolling-panel.news-panel {
        padding: 30px 20px;
    }

    .scrolling-panel.news-panel h2,
    .scrolling-panel.panel-8 h2 {
        font-size: 32px !important;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

/* Tablet adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .scrolling-panel .grid-cell.yellow p.big-type, .scrolling-panel .grid-cell.grey p.big-type {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }


    .grid-row1 {
        flex-direction: column !important;

        .box-container {
            width: 100%;
            align-items: flex-end;
            padding-left: 0 !important;
        }

        .content-stretch {
            width: 100%;
            padding-right: 0;
        }
    }
}


