#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;
    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;
}

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

/* Initial animation styles */
.animate-title,
.animate-logo,
.animate-subtitle,
.panel-7 h4 {
    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;
}
a:focus{
    outline: none!important;
    border: none!important;
}
.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: 48px;
    line-height: 100%;
}

.scrolling-panel h4 {
    padding: 30px 7px;
    font-size: 28px;
}

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

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

.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-3 {
    flex-direction: unset;
    padding-top: 100px;
    height: auto;
    padding-left: 75px;
    padding-right: 75px;
}

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

.scrolling-panel.panel-4 {
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
}

.scrolling-panel.panel-4 {
    h2 {
        margin: 0 0 24px
    }

    p {
        line-height: 120%;
    }
}


.scrolling-panel.panel-5 {
    flex-direction: unset;
}

.scrolling-panel.panel-5 h2 {
    font-size: 48px;
}

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

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

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

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

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

.scrolling-panel.panel-8 {
    height: auto !important;
}


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

.scrolling-panel.panel-8 .content-section {
    gap: 18px;

    img {
        opacity: 0;
        transform: translateX(-50px);
    }
}


.scrolling-panel.panel-8 h2 {
    max-width: 850px;
    line-height: 110%;
}

.scrolling-panel.panel-8 {
    padding-top: 100px !important;
    padding-bottom: 20px !important;
}

.scrolling-panel.panel-9 {
    min-height: 0 !important;

    .content-stretch {
        h2 {
            margin-bottom: 35px;
        }
        p {
            font-size: 16px;
            line-height: 110%;
        }
    }


    .product-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .product-block {
        width: 100% !important;
    }
}



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

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



.scrolling-panel.panel-4 .animate-subtitle3 {
    font-size: 48px;
}

a.white-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 22px 12px !important;
    border-radius: 25px !important;
    margin-top: 17px !important;
}

.panel-3 .animate-subtitle,
.panel-3 .animate-subtitle2,
.panel-3 .animate-subtitle3 {
    /*position: absolute;
    top: 50%;*/
    transform: translateY(-50%);
}

.panel-5 .animate-subtitle3 {
    max-width: 535px;
}

.panel-5 .content-stretch p {
    max-width: 777px;
}

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

.content-stretch {
    width: 100%;
}

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

a.learn-more:focus,
.links-list a:focus {
    border: none !important;
    outline: none !important;
}

a.learn-more {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.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-3 .grid-row1,
.panel-3 .grid-row2,
.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;
}

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

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

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

.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-3 .grid-cell, .panel-4 .grid-cell, .panel-6 .grid-cell {
    background: #383838;
    border-radius: 15px;
    padding: 20px;
    opacity: 0;
}

.panel-3 .grid-cell.box1 {
    background: url(/wp-content/uploads/2025/11/veterans.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-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: 0;
    transform: translateX(50px);
}

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

.panel-3 .grid-cell.yellow, .panel-6 .grid-cell.yellow {
    background: #FFDF00;
    margin: 0 15px 0 auto;
    transform: translateX(-50px);
    transform: translateY(50px);
}

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

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

.panel-3 .grid-cell.box3 {
    background: #383838 url(/wp-content/uploads/2025/11/believe-quality.png) no-repeat right bottom;
    background-size: cover;
}

.panel-3 .grid-cell.box4 {
    background: #383838 url(/wp-content/uploads/2025/11/caring-patients.jpg) no-repeat right bottom;
    background-size: cover;
    transform: translateY(50px);
}

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

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

.panel-3 .grid-cell.box4 {
    min-height: 555px;
    margin-left: 15px;
}

.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-5 .header-centered {
    margin: 50px 0 0 0;
}

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

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

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

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

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

.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 {
    margin-right: 20px;
    opacity: 0;
    transform: translateX(-50px);
}

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

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

.scrolling-panel.signature-panel {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.scrolling-panel.signature-panel h2 {
    max-width: 80%;
    font-size: 48px;
    margin: 0 0 65px;
    line-height: 105%;
    opacity: 0;
    transform: translateY(-50px);
}

.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-grid.white {
    gap: 30px;
}

.product-block {
    width: 24%;
    padding: 20px;
    text-align: center;
    border: none;
    background: #383838;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

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

.product-grid.white .product-block {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.product-grid.white .product-block h3 {
    color: #000 !important;
    /*font-size: 28px !important;*/
    margin: 0 0 12px;
    line-height: 110%;
}

.product-block .product-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.product-block .product-info .blue-btn {
    white-space: nowrap;
    padding: 6px 16px !important;
    font-size: 14px !important;
}

.product-block .product-image {
    display: flex;
    width: 100%;
    /*min-height: 140px;*/
    height: auto;
    align-items: flex-end;
    justify-content: center;
    margin: 0px auto 15px;
    padding: 7% 0 0 7%;
    height: 100%;
    align-items: center;
}

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

.icon {
    vertical-align: middle;
    width: 100%;
}

.panel-7 .icon {
    max-width: 66px;
    margin: 50px 0 15px;
}

a.blue-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 32px !important;
    border-radius: 25px !important;
}

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

.scrolling-panel.intro-panel .header {
    margin-bottom: 40px;
}

.scrolling-panel.intro-panel h1 {
    opacity: 1;
    font-weight: 900 !important;
    font-size: 80px;
    line-height: 110%;
    margin: 40px 0 36px;
    max-width: 1177px;
}

.scrolling-panel.intro-panel .header p {
    max-width: 720px;
    font-size: 18px;
    line-height: 115%;
    margin-bottom: 20px;
    max-width:551px ;
}

.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: 210px 0 15px auto;
    width: 74%;
    border-radius: 12px;
    padding: 30px 20px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    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;
    opacity: 0;
}

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

.scrolling-panel.intro-panel p.big-type {
    font-size: 60px;
    line-height: 86%;
}

.scrolling-panel.intro-panel p {
    line-height: 115%;
}

.scrolling-panel.intro-panel .grid-cell.yellow .big-type {
    margin-bottom: 75px;
}


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

.scrolling-panel.intro-panel .grid-cell.box2 {
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20vw;
}

.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: 20px;
    font-weight: 400;
    opacity: 0;
    line-height: 120%;
}

.panel-7 .animate-subtitle {
    margin-bottom: 64px !important;
}

.panel-7.products-panel .product-grid {
    margin-bottom: 80px !important;
}
.panel-7.products-panel h4 {
    line-height: 140%;
}

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

.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 {
    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-content p {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.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: 50%;
    opacity: 0;
}

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

.video-block {
    position: relative;
}

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

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

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

.infographic-panel .infographic {
    max-height: 100%;
    transform: translateX(50px);
}

.infographic-panel .infographic img {
    max-height: 100%;
}

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

.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: 0;
    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: #000000;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tabs-container .content-area {
    transform: translateX(50px);
    opacity: 0;
}

.tabs-container .tabs-menu {
    transform: translateX(-50px);
    opacity: 0;
}

.tab-content-copy p {
    line-height: 120%;
    margin-bottom: 20px;
}

.tab-content h3 {
    color: #FFDF00 !important;
}

.tabs-container {
    display: flex;
    gap: 4rem;
    width: 100%;
}

/* LEFT MENU */
.tabs-menu {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 30%;
    align-items: flex-start;
}

.scrolling-panel .tabs-menu h4 {
    color: #9D9C9C !important;
    padding: 0;
    margin-bottom: 10px;
}

.tab-button, .all {
    display: inline-block;
    background: url(/wp-content/uploads/2025/12/link-arrow-yellow.svg) no-repeat right center;
    background-size: 15px;
    border: none;
    color: #bbb;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    padding: 12px 30px 12px 0;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.all {
    color: #ffea00 !important;
    opacity: 1;
}
.all-wrapper {
    padding-top: 12px;
    border-top: solid 1px #bbb;
}

.all:focus,
.all:focus-visible,
.tab-button:focus,
.tab-button:focus-visible {
    outline: none !important;
    border: none !important;
}

.all-divider {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #bbb;
    display: block;
    width: 100%;
}

.tab-button:hover {
    color: #fff;
    opacity: 1;
}

.tab-button.active {
    color: #ffea00; /* yellow highlight */
    font-weight: bold;
}

/* RIGHT CONTENT AREA */
.content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

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


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


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

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

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

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

/* 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: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
}

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

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

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


/* Mobile Styles */
@media (max-width: 768px) {
    header,
    #logo {
        opacity: 1;
    }

    a.blue-btn {
        padding: 12px 16px !important;
        width: 100%
    }

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

    .subhead-bottom a.blue-btn {
        width: auto;
    }

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

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

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

    .scrolling-panel p.big-type {
        font-size: 24px;
        margin-bottom: 0;
    }

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

    .scrolling-panel.intro-panel {
        min-height: auto !important;
        padding-bottom: 50px;
    }

    .scrolling-panel.intro-panel .intro-grid .grid-column1 .box-container {
        max-height: none !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;
    }

    .scrolling-panel.intro-panel h1 {
        max-width: 90%;
        font-size: 32px !important;
        line-height: 120%;
        transform: translateY(-20px);
        margin: 0 0 15px;
    }

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

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

    .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: 50%;
        margin: 15px 0 0 auto;
        padding: 15px 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 143px;
    }

    .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: 18px;
        margin: 0;
    }

    .scrolling-panel.intro-panel .grid-cell.box2 {
        margin-top: 15px;
        border-radius: 12px;
        padding: 12px;
        overflow: hidden;
        max-width: 50%;
        height: 143px;
        position: relative;
    }

    .scrolling-panel.intro-panel .grid-cell.box2 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        object-fit: cover;
    }

    .scrolling-panel.intro-panel .grid-cell.box2 p.big-type {
        font-size: 32px;
        line-height: 120%;
    }

    .scrolling-panel.intro-panel .grid-cell.box2 p {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0;
    }

    .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;
    }

    .scrolling-panel.products-panel {
        padding: 30px 20px;
    }

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

    .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: 0 !important;
        gap: 0;
    }

    .panel-7.products-panel .product-grid {
        margin-bottom: 0 !important;
    }

    .sig-photo-wrapper {
        min-height: 109px;
        max-height: 109px;
        aspect-ratio: 1 / 1;
        margin-right: 15px;
    }

    .sig-photo {
        max-width: 100% !important;
        /* transform: translate(0, 0) !important; */
        display: block;
        border-radius: 12px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .panel-7.products-panel h4 {
        font-size: 24px;
        line-height: 120%;
    }

    .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: 20px 0 5px;
    }

    .ui-accordion .ui-accordion-header:not(:first-child) {
        border-top: 2px solid #383838 !important
    }

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

    .scrolling-panel.products-panel .product-block .top-wrapper p {
        margin-bottom: 16px;
    }

    .panel-5 .animate-subtitle3 {
        margin-top: 130px;
    }

    .scrolling-panel.news-panel .content-section img {
        height: 100%;
        aspect-ratio: 350/421;
    }

    .scrolling-panel.panel-8 {
        min-height: 80vh;
    }

    .scrolling-panel .tab-content-copy .copy-toggle {
        font-size: 16px;
        text-decoration: none;
        padding-right: 25px;
        position: relative;
        min-width: 100px;
    }

    .scrolling-panel .tab-content-copy .copy-toggle:after {
        content: '';
        position: absolute;
        background: url(/wp-content/uploads/2025/12/arrow-white-001.svg) no-repeat right center;
        background-size: 15px;
        right: 0;
        top: 50%;
        width: 15px;
        height: 15px;
        transform: translateY(-50%);
        transition: transform 0.25s ease;
    }

    .scrolling-panel .text-info {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .scrolling-panel .text-info.is-open .copy-toggle:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .scrolling-panel.panel-9 {
        .content-stretch {

            h2 {
                margin-bottom: 30px !important;
            }

            p {
                line-height: 150%;
                margin-bottom: 25px;
            }
        }
        .product-grid {
            grid-template-columns: repeat(1, 1fr) !important;
            gap: 20px;

            .product-block {
                h3 {
                    font-size: 16px !important;
                    margin: 0 0 5px;
                    line-height: 120%;
                }
                .blue-btn {
                    padding: 6px 16px !important;
                    font-size: 12px !important;
                    width: auto;
                    margin-top: 6px !important;
                }
            }
        }
    }

    .scrolling-panel.panel-10 {
        min-height: auto;

        .tabs-container{
            flex-direction: column-reverse;

            .tabs-menu {
                width: 100%;

                h4 {
                    font-size: 20px;
                }

                .tab-button {
                    font-size: 16px;
                    padding: 0 30px 2px 0;
                }

                .all-wrapper {
                    margin-top: 26px;
                }
            }
        }
    }

    .scrolling-panel.panel-8.products-specialty .content-section {
        flex-direction: column-reverse;
        .text-content {
            width: 100%;

            h2 {
                margin-bottom: 25px;
            }
        }

            img {
                width: 100%;
            }

    }


    .scrolling-panel.panel-3 {
        padding: 30px 20px;
        min-height: auto !important;
    }

    .scrolling-panel.panel-3 h2 {
        max-width: 100%;
        font-size: 24px !important;
        margin-bottom: 50px;
        line-height: 120%;
    }

    .scrolling-panel.accordion .accordion-photo {
        display: none;
    }

    .scrolling-panel.panel-3 .content-stretch {
        width: 100%;
        position: relative;
    }

    .scrolling-panel.accordion .accordion-info {
        width: 100%;
    }

    .ui-accordion .ui-accordion-header .ui-icon {
        width: 16px;
        height: 10px;
    }

    .ui-accordion .ui-accordion-header {
        font-size: 18px !important;
        line-height: 110%;
        padding: 16px 0 !important;
    }

    .infographic-panel .header, .infographic-panel .infographic {
        width: 100%;
    }

    .ui-accordion-content p {
        font-size: 12px !important;
        line-height: 100%;
    }

    .ui-accordion .ui-accordion-content {
        padding-left: 0 !important;
    }

    .panel-3 .grid-row1,
    .panel-3 .grid-row2 {
        flex-direction: column;
        width: 100%;
    }

    .panel-3 .grid-row1 .box-container {
        width: 100%;
    }

    .panel-3 .grid-cell.box1 {
        max-width: 62%;
        min-height: 175px;
        margin: 0 0 15px auto;
    }

    .panel-3 .grid-cell.yellow {
        max-width: 35%;
        margin: 0 0 15px auto;
        padding: 12px;
    }

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

    .panel-3 .grid-cell.yellow p.big-type {
        font-size: 32px;
    }

    .panel-3 .grid-row2 {
        width: 100%;
        margin: 0;
    }

    .panel-3 .grid-row2 .grid-cell {
        width: 100%;
        margin: 0 0 15px;
        min-height: 175px;
    }

    .panel-3 .grid-cell.box3 {
        max-width: 80%;
        margin-right: 0;
    }

    .panel-3 .grid-cell.box4 {
        max-width: 72%;
        margin-left: 28%;
    }

    .panel-3 .grid-cell p.big-type {
        font-size: 20px;
    }

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

    .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;
    }

    .infographic-panel .header {
        margin: 0;
    }

    .scrolling-panel.panel-4 {
        padding: 30px 20px;
        flex-direction: column;
        justify-content: center;
        flex-wrap: unset;
    }

    .scrolling-panel.panel-4 img {
        border-radius: 12px;
    }

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

    a.white-btn {
        width: 100% !important;
    }

    .minimap.desktop {
        display: none;
    }

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

    .minimap.mob-photo {
        aspect-ratio: 305/254;
        object-fit: cover;
    }

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

    .scrolling-panel.panel-5 {
        padding: 30px 20px;
        flex-direction: column;
    }

    .scrolling-panel.panel-5 h2 {
        font-size: 32px !important;
    }

    .panel-5 .header,
    .panel-5 .infographic {
        width: 100%;
    }

    .panel-5 .infographic {
        transform: translateX(-10px) !important;
    }

    .panel-5 .infographic h3 {
        font-size: 24px !important;
        margin: 30px 0 10px;
    }

    .panel-5 .infographic .animate-subtitle3.simplify,
    .panel-5 .infographic .animate-subtitle3.together {
        margin-top: 90px;
    }

    .panel-5 .infographic p {
        font-size: 16px;
        line-height: 120%;
    }


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

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

    .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%;
    }

    .scrolling-panel.news-panel .content-section {
        flex-direction: column-reverse;
    }

    .scrolling-panel.news-panel .content-section img,
    .scrolling-panel.news-panel .content-section .text-content {
        width: 100%;
    }

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

    .scrolling-panel.news-panel h2 br {
        display: none;
    }

    .tab-content-copy {
        min-height: auto;
    }
    .tab-content-copy .text-wrapper {
        overflow: hidden;
        max-height: 40px;
        transition: max-height 250ms ease;
    }

    .tab-content-copy .text-info.is-open .text-wrapper {
    }

    .tab-content-copy .copy-toggle {
        margin-top: 8px;
        background: transparent;
        border: 0;
        padding: 0;
        color: inherit;
        font: inherit;
        text-decoration: underline;
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .tab-content-copy .text-wrapper {
        max-height: none !important;
        overflow: visible !important;
    }
    .tab-content-copy .copy-toggle {
        display: none;
    }
}

@media (max-width: 1024px) {
    .scrolling-panel.panel-9 {
        .product-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

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

    .scrolling-panel h2,
    .scrolling-panel.panel-4 h2 {
        font-size: 45px;
    }

    .scrolling-panel.panel-4 h2 {
        max-width: 100%;
    }

    .panel-3 .grid-cell.box1 {
        max-width: 70%;
    }

    .panel-3 .grid-cell.yellow {
        max-width: 40%;
    }

    /*.product-grid {*/
    /*    gap: 48px;*/
    /*}*/

    /*.product-block {*/
    /*    width: 48%;*/
    /*}*/
}