#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 {
    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%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    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: 48px;
    line-height: 100%;
}

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

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

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

.scrolling-panel.panel-4 h2 {
    max-width: 80%;
    font-size: 55px;
    margin: 0 0 24px
}

.scrolling-panel.panel-4 ul {
    padding-left: 17px;
}


.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 {
    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 {display: block; height: auto !important;}*/
.scrolling-panel.panel-8 h2 {
    max-width: 541px;
    transform: translateY(-50px);
    margin: 0 0 25px;
}

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

/*.scrolling-panel.panel-9 { height: auto !important;min-height: 0 !important;}*/
.qLeft {
    position: absolute;
    left: -27px;
}

/*.home-logo,*/
/*.animate-title,*/
/*.animate-subtitle,*/
/*.animate-subtitle2,*/
/*.animate-subtitle3,*/
/*.subhead-center,*/
/*.subhead-bottom,*/
/*.sig-photo,*/
/*.sig-container,*/
/*.slider-heading{*/
/*    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;
}

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

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

.content-stretch {
    width: 100%;
}

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

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

.scrolling-panel.panel-8 .text-content .animate-subtitle {
    opacity: 0;
    transform: translateY(-50px);
}

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


.scrolling-panel.panel-10 {
    flex-direction: column;
}

.scrolling-panel.panel-10 .animate-subtitle {
    transform: translateY(-50px);
}

.scrolling-panel.panel-10 .content-stretch {
    margin-bottom: 85px;
}

.bg-fade-layer {
    opacity: 1;
}

/* NEW: Rocket container styles */
.rocket-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 20;
    pointer-events: none;
    overflow: hidden;
}

.rocket-container svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 3;
    pointer-events: none;
}

.rocket-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Slightly smaller than container */
    height: 100%; /* Slightly smaller than container */
    object-fit: cover;
    opacity: 0;
    z-index: 222;
    clip-path: url(#rocket-mask);
}

/* When video is visible, always keep it masked until expanded */
.rocket-container.video-visible video {
    clip-path: url(#rocket-mask);
}

/* Only remove clipping when fully expanded */
.rocket-container.expanded video {
    clip-path: none;
}

/* Hide SVG only when expanded */
.rocket-container.expanded svg {
    opacity: 0;
    z-index: 0;
}

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;*/
/*}*/

.scrolling-panel.tile-stats {
    .box2,
    .box1 {
        p.big-type {
            font-size: 28px;
            line-height: 110%;
        }
    }
}

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

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

.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: 16px;
    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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

.panel-9 .icon {
    max-width: 66px;
    margin: 50px 0 20px;
}

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.panel-1 h1 {
    opacity: 1;
    font-weight: 900 !important;
    font-size: 80px;
    line-height: 110%;
    margin: 40px 0 58px;
    max-width: 90%;
}

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

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

.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: 80%;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
}

.scrolling-panel.intro-panel .grid-cell.yellow p {
    margin-bottom: 0;
}

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

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

.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: 16px;
    font-weight: 400;
    opacity: 0;
}

.panel-9 .animate-subtitle,
.panel-7 .animate-subtitle {
    margin-bottom: 38px !important;
}

.scrolling-panel.panel-9 h3,
.scrolling-panel.panel-7 h3 {
    margin-top: 16px;
    margin-bottom: 0;
}

.scrolling-panel.panel-9 p,
.scrolling-panel.panel-7 p {
    margin-top: 13px;
    margin-bottom: 14px;
    line-height: 120%;
}

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

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

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

.panel-2 .grid-cell.box1 {
    background: #383838 url(/wp-content/uploads/2025/12/Epinephrine-Auto-injector-silo.png) no-repeat center center;
    background-size: 60%;
    width: 100%;
    max-width: 60%;
    min-height: 550px;
    margin: 0 15px 15px auto;
    transform: translateX(-50px);
}

.panel-2 .grid-cell.box2 {
    background: #383838 url(/wp-content/uploads/2025/12/generic-portfolio-thumb.png) no-repeat center center;
    background-size: cover;
    aspect-ratio: 22/13;
}

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

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

.panel-2 .grid-cell.box3 {
    background: #383838 url(/wp-content/uploads/2025/12/Naloxone-HCl-Nasal-Spray-silo.png) no-repeat 85% 75%;
    background-size: 40%;
    /*min-height: 400px;*/
}

/*.panel-2 .grid-cell.box4 {
    background: #383838 url(/wp-content/uploads/2025/12/Investing-parkinsons.png) no-repeat right 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/Exenatide-Injection-silo.png) no-repeat 75% 75%;
    background-size: 65%;
    min-height: 555px;
    margin-left: 15px;
    transform: translateY(50px);
}


.scrolling-panel.panel-2 {
    flex-direction: column !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%;
        }
    }
}

.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: 20px;
    border-radius: 12px;
    min-height: 500px;
}

.tab-content-image {
    background: #232323;
    width: 47%;
    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;
    padding-left: 50px;
    padding-right: 50px;
}

.tab-content-copy p {
    font-size: 16px;
    line-height: 110%;
}

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

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

/* LEFT MENU */
.tabs-menu {
    display: flex;
    flex-direction: column;
    width: 21%;

    .tab-button {
        padding-bottom: 24px;
    }
}

.tab-button, .all {
    background: none;
    border: none;
    color: #bbb;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.tab-button:focus,
.tab-button:focus-visible {
    outline: none;
}

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

.all.mobile {
    display: none;
}

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

.tab-button.active {
    color: #ffea00; /* yellow highlight */
    opacity: 1;
}

/* RIGHT CONTENT AREA */
.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: 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 {
    max-width: 409px;
    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);
}

.tabs-menu a.all,
.tabs-menu .tab-button.active {
    display: flex;
    align-items: baseline;
}

a:focus,
a:focus-visible {
    border: none !important;
    outline: none !important;
    border-top: solid 1px #bbb !important;
}

a.all:focus,
a.all:focus-visible {
    border: none !important;
    outline: none !important;
    border-top: solid 1px #bbb !important;
}


.tabs-menu .tab-button.active:after {
    content: "";
    width: 15px;
    min-width: 15px;
    height: 15px;
    display: block;
    background: url('/wp-content/uploads/2025/12/arrow-002.svg') no-repeat center center;
    background-size: contain;
    font-size: 14px;
    opacity: .8;
    margin-left: 12px;

}

.tabs-menu a.all:after {
    content: "";
    width: 15px;
    min-width: 15px;
    height: 15px;
    display: block;
    background: url('/wp-content/uploads/2025/12/arrow-002.svg') no-repeat center center;
    background-size: contain;
    font-size: 14px;
    opacity: .8;
    margin-left: 12px;
}


@media (max-width: 1023px) {
    .tabs-container {
        flex-direction: column;
        gap: 0;
    }

    .scrolling-panel.panel-10 .content-stretch {
        margin-bottom: 0;
    }

    .all.mobile {
        display: flex !important;
        align-items: baseline;
        border-top: none;
    }

    .all.mobile:after {
        content: "";
        width: 15px;
        min-width: 15px;
        height: 15px;
        display: block;
        background: url('/wp-content/uploads/2025/12/arrow-002.svg') no-repeat center center;
        background-size: contain;
        font-size: 14px;
        opacity: .8;
        margin-left: 12px;
    }


    .all {
        display: none !important;
    }


    .tabs-menu {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: max-content;
    }

    .tabs-menu .tab-button.active {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tabs-menu .tab-button.active::after {
        content: "";
        width: 14px;
        height: 14px;
        display: block;
        background: url('/wp-content/uploads/2025/12/arrow-001.svg') no-repeat center center;
        background-size: contain;
        font-size: 14px;
        opacity: .8;
        margin-left: 12px;
    }

    .tabs-menu.is-dropdown-open .tab-button.active::after {
        content: "";
        transform: rotate(180deg);
    }
}

/* Mobile Styles */
@media (max-width: 768px) {

    header,
    #logo {
        opacity: 1;
    }

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

    .scrolling-panel.panel-8.products-generics .content-section {
        flex-direction: column-reverse;

        img {
            width: 100%;
        }

        .text-content {
            width: 100%;
        }
    }

    .scrolling-panel {
        padding: 30px 20px;
        height: auto;
        min-height: 100vh;
        justify-content: center !important;
    }

    .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.panel-1 h1 {
        max-width: 90%;
        font-size: 32px !important;
        line-height: 120%;
        transform: translateY(-20px);
        margin: 47px 0 20px;
    }

    .scrolling-panel.intro-panel.panel-1 .header p {
        max-width: 100%;
        line-height: 158%;
    }

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

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

    .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: 119px;
    }

    .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;
        /*padding: 12px;*/
        overflow: hidden;
        max-width: 50%;
        height: 119px;
    }

    .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: 24px;
    }

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


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

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

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

    .sig {
        margin: 0;
        max-width: 184px;
        position: absolute;
        left: -28px;
        bottom: -64px;
    }

    .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;
        flex-direction: column;
        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: 24px 0 0;
    }

    .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%;
        margin-top: 4px;
    }

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

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

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

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

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

    .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;
        padding: 12px;
    }

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

    .rocket-container {
        width: 40px;
        height: 53px;
    }

    /* Mobile rocket expanded size */
    .rocket-container.expanded {
        width: 250px;
        height: 250px;
    }

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

    .scrolling-panel.panel-4 ul {
        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%;
    }

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

    .scrolling-panel.panel-2 .content-stretch {
        /*position: absolute;*/
        /*top: 50%;*/
        /*!*transform: translateY(-50%);*!*/
        width: calc(100% - 40px);
        /*z-index: 15;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
    }

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

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

    .grid-row1 .box-container {
        width: 100%;
        margin-top: 50px;
        padding-left: 0 !important;
    }

    .scrolling-panel.panel-2 {
        .grid-row1 {
            & .box-container {
                .grid-cell.box1 {
                    width: 65%;
                    padding-top: 18px;
                    margin-right: 16px;
                }

                .grid-cell.box2 {
                    min-width: 42%;
                    flex: 1;
                    padding: 12px;
                }
            }
        }

        p.big-type {
            font-size: 16px !important;
            line-height: 130% !important;
            margin-bottom: 10px;
            text-shadow: none;
        }

        .grid-row2 {
            flex-direction: column;
            width: 100%;

            .box4,
            .box3 {
                padding: 12px;
            }

            .box3 {
                width: 72%;
                max-width: 80%;
                min-height: auto;
            }

            .box4 {
                min-height: 167px;
                width: 74%;
                margin-left: 26%;
            }
        }
    }

    .scrolling-panel.panel-10 .animate-subtitle {
        margin-bottom: 30px;
    }

    .tabs-menu .tab-button {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .tabs-container .tab-content,
    .tabs-container .content-area {
        flex-direction: column;
    }

    .tabs-container .tab-content h3 {
        font-size: 22px !important;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .tabs-container .tab-content-image {
        width: 100%;
        min-height: 330px;
    }

    .tabs-container .tab-content-copy {
        width: 100%;
        min-height: fit-content;
        padding-left: 10px;
        padding-right: 10px;

        p {
            font-size: 12px;
        }
    }

}


/* Mobile rocket expanded size */
.rocket-container.expanded {
    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;
}

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


/* Tablet adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .scrolling-panel.intro-panel.panel-1 .grid-cell.yellow {

    }

    .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-block {
        width: 48%;
    }
}