* {
    margin: 0px;
    padding: 0px;
    /* overflow: hidden; */
    /* scrollbar-width: none; */
    /* -ms-overflow-style: none; */
    /* IE and Edge */
}

/* *::-webkit-scrollbar {
    display: none;
} */

@media screen {
    .cisco-40-exibit-main #preloader {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

    .cisco-40-exibit-main #preloader video,
    .cisco-40-exibit-main #preloader img {
        display: block;
    }
}

@media print {

    .cisco-40-exibit-main #preloader,
    .cisco-40-exibit-main #preloader video,
    .cisco-40-exibit-main #preloader img {
        visibility: hidden;
        display: none;
    }
}

.cisco-40-exibit-main #preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.cisco-40-exibit-main #preloader video,
.cisco-40-exibit-main #preloader img {
    display: block;
}

.cisco-40-exibit-main #preloader,
.cisco-40-exibit-main #preloader video,
.cisco-40-exibit-main #preloader img {
    visibility: hidden;
    display: none;
}

a {
    text-decoration: none !important;
}

body {
    background-color: #f2f2f2;
}

header.header {
    z-index: unset;
}

a.back-to-top-link {
    display: none;
}

.cisco-40-exibit-main {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100vh;
    min-height: max-content;
}

/* Homepage */
.qr-code-container {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #00000080;
}

.qr-code {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 95px;
}

button#qr-close-btn {
    width: max-content;
    height: max-content;
    border: 0px;
    background: transparent;
    align-self: end;
    position: absolute;
    top: -53px;
    right: -53px;
    cursor: pointer;
}

.qrcode-container {
    background: #fff;
    padding: 32px 0px;
    border-radius: 8px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode-text {
    color: #1B1C1D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 135%;
    width: 210px;
}

.cisco-40-exibit-container {
    background: linear-gradient(180deg, #0d274c 50%, #00BCEB 115%);
    padding-top: 30px;
    padding-bottom: 80px;
    min-height: 100%;
    box-sizing: border-box;
}

.top-qr-code {
    width: calc(100% - 24px);
    display: flex;
    justify-content: end;
    margin-right: 24px;
}

.qr-btn {
    background: transparent;
    border: 0px;
    cursor: pointer;
}

.top-qr-code img {
    width: 20px;
    height: 20px;
}

.main-content {
    margin: 0px 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.cisco-animation {
    width: 224px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cisco-animation video {
    width: 100%;
}

.cisco-animation img {
    width: 100%;
}

.page-title {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
    max-width: 612px;
}

.author-content {
    display: flex;
    padding: 64px 24px 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(13, 39, 76, 0.00) 0%, #00BCEB 300%);
    max-width: 536px;
    position: relative;
    margin-top: 24px;
}

.author-image {
    display: flex;
    width: 80px;
    padding: 3px 6px 0px 6px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    border-radius: 80px;
    border: 8px solid #00274D;
    background: linear-gradient(327deg, #0D274C 35.26%, #00BCEB 141.07%);
    overflow: hidden;
}

.author-comment {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.author-name {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.author-designation {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.64;
}

.page-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.page-mini-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.begin-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 0px;
    border-radius: 48px;
    background: #0070D2;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
}

.begin-btn:hover,
.begin-btn:focus {
    background: #0051AF;
}

.jump-to-favorite {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.64;
}

.slide-jump-link {
    width: 130px;
    height: 75px;
}

.slide-jump-links {
    display: flex;
    width: 682px;
    justify-content: center;
    gap: 8px;
    margin-bottom: 80px;
}

.slide-jump-link-btn {
    background: transparent;
    border: 0px;
    cursor: pointer;
}

.slide-jump-link-btn img {
    width: 130px;
    height: 75px;
    border-radius: 4px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.slide-jump-link-btn img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.slide-jump-link-btn p {
    visibility: hidden;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-top: 8px;
}

.era-thumbnail-year {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
}

.slide-jump-link-btn:hover p,
.slide-jump-link-btn:focus p {
    visibility: visible;
}

/* Brightcove video player styling */
.newsroom-c-media-player {
    width: 100%;
    height: auto;
	position: relative;
}

.newsroom-c-media-player__container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Maintains 16:9 aspect ratio */
    overflow: hidden;
	position: relative;
}

.newsroom-c-media-player__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsroom-c-media-player__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills container without distortion */
}

.newsroom-c-media-player__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

/* Ensure Brightcove video element stays contained */
.newsroom-c-media-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Slideshow carousel */
.mySlides:nth-of-type(1) {

    background: linear-gradient(115deg, #00274D 20%, rgba(0, 188, 235, 0.4) 45%, rgba(0, 188, 235, 0.4) 60%, rgba(0, 188, 235, 0) 100%), url('../images/compressed/Era_1970s_1980s.jpg') no-repeat center;
    background-size: cover;
    animation: 5s linear 0s 1 zoonAnimate;
}

.mySlides:nth-of-type(2) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1986_AGS_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(3) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1989.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(4) {

    background: linear-gradient(115deg, #00274D 20%, rgba(0, 188, 235, 0.4) 45%, rgba(0, 188, 235, 0.4) 60%, rgba(0, 188, 235, 0) 100%), url('../images/compressed/1990s-2000s.jpg') no-repeat center;
    background-size: cover;
    animation: 5s ease-in-out 0s 1 zoonAnimate;
}

.mySlides:nth-of-type(5) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1992_Cisco-3000.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(6) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1993.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(7) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1995_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(8) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1996_Alternate.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(9) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_1997_Alternate-1.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(10) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2001_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(11) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2002_Access-Point_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(12) {

    background: linear-gradient(115deg, #00274D 20%, rgba(0, 188, 235, 0.4) 45%, rgba(0, 188, 235, 0.4) 60%, rgba(0, 188, 235, 0) 100%), url('../images/compressed/Era_2004_2010.jpg') no-repeat center;
    background-size: cover;
    animation: 5s ease-in-out 0s 1 zoonAnimate;
}

.mySlides:nth-of-type(13) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2004_CRS-1.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(14) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2004.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(15) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2006_TelePresence-Meeting.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(16) {

    background: linear-gradient(115deg, #00274D 20%, rgba(0, 188, 235, 0.4) 45%, rgba(0, 188, 235, 0.4) 60%, rgba(0, 188, 235, 0) 100%), url('../images/compressed/Era_2010-2020_Update.jpg') no-repeat center;
    background-size: cover;
    animation: 5s ease-in-out 0s 1 zoonAnimate;
}

.mySlides:nth-of-type(17) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2009_UCS.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(18) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2009_NEXUS_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(19) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2010s_IOT_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(20) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2010s_Cisco-Webex_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(21) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2010s_security_innovations.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(22) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2011.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(23) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2012.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(24) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2017_Catalyst-9000.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(25) {

    background: linear-gradient(115deg, #00274D 20%, rgba(0, 188, 235, 0.4) 45%, rgba(0, 188, 235, 0.4) 60%, rgba(0, 188, 235, 0) 100%), url('../images/compressed/Era_2020-present_Update.jpg') no-repeat center;
    background-size: cover;
    animation: 5s ease-in-out 0s 1 zoonAnimate;
}

.mySlides:nth-of-type(26) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2019_SiliconOne-AI_Update.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(27) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Era_2020s_Collaboration-in-the-era-of-hybrid-work-and-AI.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(28) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2024_splunk.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(29) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2024_Hypershield.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(30) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2025_AI_defense.jpg') no-repeat center;
    background-size: cover;
}

.mySlides:nth-of-type(31) {

    background: linear-gradient(182deg, #00274D 0%, rgba(0, 188, 235, 0.50) 17%, rgba(0, 188, 235, 0) 25%, rgba(0, 188, 235, .1) 45%, rgba(0, 188, 235, 0.35) 60%, rgba(0, 39, 77, 0.9) 95%), url('../images/compressed/Year_2025_Cisco_Live_Keynote.jpg') no-repeat center;
    background-size: cover;
}

.mySlides {
    display: none;
    height: 200px;
    background: linear-gradient(120deg, #00274D 20%, #00BCEB00 140%);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* z-index: 1; */
    /* height: calc(100vh - 160px); */
    height: 100%;
    padding: 160px 0px 0px 64px;
    flex-direction: row;
    justify-content: space-between;
    height: 100vh;
	overflow: hidden;
	overflow-y: auto;
    /* animation: 2s ease-in-out 0s 1 zoonAnimate; */
}

@keyframes zoonAnimate {
    0% {
        background-size: 115%;
        /* opacity: 0; */
    }

    /* 50% {
        background-size: 125%;
        /* opacity: 1;
    } */

    100% {
        background-size: 100%;
        /* opacity: 1; */
    }
}

.slide-era-desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 684px;
}

.slide-era-links {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.explore-era button {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    background: #FFF;
    border: 0px;
    color: #1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
}

.explore-era button:hover,
.explore-era button:focus {
    background: #0051AF;
    color: #FFF;
}

.era-change-div {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.next-era button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: transparent;
    border: 0px;
    cursor: pointer;
    display: flex;
    align-items: end;
    gap: 8px;
}

.prev-era button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: transparent;
    border: 0px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.separator-line {
    color: #fff;
    font-size: 16px;
}

.slide-era-num {
    align-self: end;
    color: #FFF;
    font-size: 110px;
    font-style: normal;
    font-weight: 250;
    margin-bottom: 20px;
    margin-right: 40px;
    opacity: 0;
    letter-spacing: 0px;
	white-space: nowrap;
    animation: 5s ease-in-out 0s 1 slide-era-num-animation;
}

@keyframes slide-era-num-animation {
    0% {
        transform: translateY(100%);
        opacity: 1;
    }

    20% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* .mySlides{
    height: calc(100vh - 160px) !important;
} */

img {
    vertical-align: middle;
}

/* Slideshow container */
.cisco-40-exibit-slideshow-container {
    position: fixed;
    /* position: relative; */
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    margin: auto;
    display: none;
    width: 100%;
    /* max-width: 1440px; */
    background: black;

}

.slideshow-content {
    position: relative;
    display: none;
}

.cisco-40-exibit-slideshow-container,
.slideshow-content {
    height: 100vh;
}

.slides-parent {
    height: calc(100vh - 150px);
}

.slideshow-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 24px;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    position: relative;
    z-index: 2;
}

.slideshow-top-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.cisco-logo>a {
    height: 100%;
    display: block;
}

.mobile-burger-menu,
.mobile-close-menu {
    display: none;
    width: 24px;
    height: 24px;
}

.cisco-newsroom a,
.cisco-40-years-homepage a {
    color: #fff;
}

.slideshow-top-right {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.slideshow-top-right-first {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

img.slideshow-menu-icon {
    width: 20px;
}

/* Styles for the loading spinner in video modals */
.video-loading-spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    /* Light gray border for the spinner */
    border-top: 5px solid #3498db;
    /* Blue top border to create the spinning effect */
    border-radius: 50%;
    /* Makes the spinner circular */
    animation: spin 1s linear infinite;
    /* Applies the spinning animation */
}

/* Hide the spinner once the video is loaded */
.video-modal-video[loaded]+.video-loading-spinner {
    display: none;
}

/* Keyframes for the spinning animation */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    transition: 0.6s ease;
    z-index: 2;
    /* height: 62px; */
    /* width: 54px; */
    overflow: hidden;
    display: flex;
    filter: drop-shadow(0px 0px 6px rgba(0, 39, 77, 0.2))
        /* Dark blue shadow */
        drop-shadow(0px 0px 8px rgba(0, 188, 235, 0.1));
    /* Subtle cyan glow */
}

.prev:hover img,
.next:hover img,
.prev:focus img,
.next:focus img {
    filter: drop-shadow(0px 0px 7px rgba(0, 39, 77, 0.3)) drop-shadow(0px 0px 9px rgba(0, 188, 235, 0.2));
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    justify-content: end;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    /* position: absolute; */
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.slideshow-dots-jump {
    position: relative;
    z-index: 2;
}

.dot-jump-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    /* overflow: hidden; */
    position: relative;
    /* 24px */
}

.eradot {
    width: 10px;
    height: 10px;
}

.dot>span {
    position: absolute;
    width: max-content;
    top: -250%;
    left: -350%;
    color: #1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 100px;
    visibility: hidden;
    padding: 8px;
    height: auto;
    background: #fff;
    z-index: 99;
    transform: scale(0);
}

.active {
    width: 20px;
    height: 20px;
    background: #00BCEB;
}

.dot:hover span,
.dot:focus span {
    visibility: visible;
    transform: scale(1);
}

.eradot>span {
    position: absolute;
    width: max-content;
    top: -110%;
    left: -380%;
}

.eradot:nth-of-type(1)>span {
    top: -110%;
    left: -190%;
}

.dot.active>span {
    top: -30%;
    left: -70%;
}

.eradot.dot.active>span {
    top: -30%;
    left: -110%;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.myslides-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.myslides-bottom {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.myslides-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    justify-content: end;
}

.myslides-bottom-right {
    display: flex;
    padding: 40px 24px;
    padding-bottom: 0px;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px 8px 0px 0px;
    background: #FFF;
    position: relative;
    height: 205px;
    align-self: end;
    margin-right: 24px;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s linear;
	max-height: 550px;
}

.tall-content {
	overflow-y: auto !important;
}

.slide-year-name {
    padding: 16px 24px;
    border-radius: 100px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 250;
    width: max-content;
    line-height: 100%;
    padding-bottom: 8px;
}

.slide-year-title {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 250;
    margin-bottom: 40px;
    /* letter-spacing: -8px; */
    /* line-height: 80%; */
}

.slide-era-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
}

.slide-modal-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    max-height: 40px;
}

.video-open {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #F4F5F7;
    color: #0070D2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    border: 0px;
    min-width: 160px;
}

.video-open:hover,
.video-open:focus,
.videoBtnActive {
    color: #fff;
    background: #0070D2;
}

.video-play-img {
    width: 16px;
    height: 16px;
    background: url('../images/play-blue-icon.svg') no-repeat center;
}

.video-open:hover .video-play-img,
.video-open:focus .video-play-img {
    background: url('../images/play-white-icon.svg') no-repeat center;
}

.video-modal-popup {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    cursor: auto;
    display: none;
}

.video-modal-overlay {
    height: 100%;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-inner {
    width: 80%;
    max-width: 1200px;
    height: max-content;
    position: relative;
}

.video-modal-video {
    width: 100%;
    border-radius: 8px;
}

.video-modal-close {
    all: unset;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    background: #F4F5F7;
    border-radius: 50%;
    transition: all 0.1s linear;
}
.video-modal-close svg {
    display: block;
}
.video-modal-close path {
    transition: all 0.1s linear;
    stroke: #0070D2;
}
.video-modal-close:hover, .video-modal-close:focus, .video-modal-close:focus-visible {
    background: #0070D2;

}
.video-modal-close:hover path, .video-modal-close:focus path{
    stroke: #fff;
}
.videoModalActive {
    display: block;
}

.audio-section {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.audio-open {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #F4F5F7;
    color: #0070D2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    border: 0px;
}

.audio-play-img {
    width: 24px;
    height: 24px;
    background: url('../images/audio-blue-icon.svg') no-repeat center;
}

.audio-pause-img {
    width: 24px;
    height: 24px;
    background: url('../images/pause-white-icon.svg') no-repeat center;
}

.audio-open:hover,
.audio-open:focus,
.audioBtnActive {
    color: #fff;
    background: #0070D2;
}

.audio-open:hover .audio-play-img,
.audio-open:focus .audio-play-img {
    background: url('../images/audio-white-icon.svg') no-repeat center;
}

audio.audio-modal-audio {
    width: 92%;
    display: none;
}

audio::-webkit-media-controls-enclosure {
    background: transparent;
}

audio.audio-modal-audio::-webkit-media-controls-panel {
    flex-direction: row-reverse;
    max-height: 40px;
}

audio.audio-modal-audio::-webkit-media-controls-play-button,
audio.audio-modal-audio::-webkit-media-controls-current-time-display,
audio.audio-modal-audio::-webkit-media-controls-time-remaining-display {
    display: none;
}

audio.audio-modal-audio::-webkit-media-controls-current-time-display {
    display: block;
}

.slider-arrow {
    width: calc(100% - 75px);
    text-align: center;
    position: absolute;
    bottom: 0px;
    height: 80px;
    background: linear-gradient(0deg, white 30%, transparent);
    display: flex;
    align-content: end;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-arrow-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    transition: all 0.5s linear;
}

.slider-arrow-active {
    position: absolute
}

.slide-year-audio-play-text {
    padding: 16px;
    color: var(--Text-gray-80, #606162);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 8px;
    background: #F4F5F7;
    display: none;
}

.slide-year-content {
    color: #1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.slide-year-content li {
    margin-left: 24px;
}

.finalSlide-parent {
    padding: 120px 24px 0px 24px;
    height: calc(100vh - 120px);
    background: linear-gradient(180deg, #0d274c 50%, #00BCEB 115%);
    height: 100%;
}

.final-slide {
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 100%;
}

.final-slide-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.final-slide-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 135%;
    margin-bottom: 24px;
}

.final-slide-subtitle,
.final-slide-content,
.final-slide-subtext {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.final-slide-content {
    margin-left: 24px;
}

.back-to-begining {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    background: #FFF;
    color: #1B1C1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: 0px;
    width: max-content;
    cursor: pointer;
}

.back-to-begining:hover,
.back-to-begining:focus {
    color: #fff;
    background: #0051AF;
}

.final-slide-right {
    width: 100%;
}

.final-slide-video {
    width: 100%;
    margin-top: 100px;
}

.final-slide a {
    color: #00BCEB;
}

.final-slide a:hover,
.final-slide a:focus {
    color: #00BCEB;
    text-decoration: underline !important;
}


/* Media Queries Starts Here */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main-content {
        margin: 0px 48px;
    }

    .page-title {
        max-width: unset;
    }

    .author-content {
        max-width: unset;
    }

    .slide-jump-link-btn {
        display: flex;
        flex-direction: column;
        /* gap: 8px; */
    }

    .slide-jump-link-btn p {
        visibility: visible;
        /* text-align: left; */
    }

    .mySlides {
        padding-left: 48px;
        padding-right: 48px;
        height: 100vh;
		flex-direction: column;
		overflow-x: hidden;
		overflow-y: auto;
    }

    .slide-era-num {
        font-size: 110px;
        margin-bottom: 20px;
        margin-right: 0px;
        letter-spacing: 0px;
    }

    .myslides-bottom {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: space-between;
        height: 100%;
    }

    .myslides-bottom-right {
        margin-right: 0px;
        width: unset;
    }

    .final-slide {
        flex-direction: column;
        gap: 60px;
    }

    .final-slide-video {
        margin-top: 0px;
        /* margin-bottom: 120px; */
    }

    .final-slide-right{
        padding-bottom: 120px;
    }

    .cisco-40-exibit-slideshow-container,
    .slideshow-content,
    .slides-parent {
        height: unset;
    }

    .cisco-40-exibit-slideshow-container {
        overflow: scroll;
		background-color: #00BCEB;
    }

    .slider-arrow {
        position: fixed;
        bottom: 0px;
    }

    .slider-arrow {
        width: calc(100% - 148px);
    }

    .finalSlide-parent {
        height: max-content;
    }

    .slide-year-content {
        margin-bottom: 80px;
    }

    .mySlides:nth-of-type(1) {
        background: linear-gradient(164deg, #00274D 28.44%, rgba(0, 188, 235, 0.00) 98.4%), url('../images/tablet/Tablet_Era_1970s-1980s.jpg') no-repeat center;
        background-size: cover;
        animation: 5s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(2) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1986.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(3) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1989.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(4) {
        background: linear-gradient(164deg, #00274D 28.44%, rgba(0, 188, 235, 0.00) 98.4%), url('../images/tablet/Tablet_Era_1990s-2000s.jpg') no-repeat center;
        background-size: cover;
        animation: 5s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(5) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1992_Cisco-3000.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(6) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1993_Cisco-2500-Series.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(7) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1995_Catalyst-5000.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(8) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1996_PIX-501.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(9) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_1997_IP-Telephony.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(10) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2001_VPN-3002.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(11) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2002_Aironet-1100.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(12) {
        background: linear-gradient(164deg, #00274D 28.44%, rgba(0, 188, 235, 0.00) 98.4%), url('../images/tablet/Tablet_Era_2004-2011.jpg') no-repeat center;
        background-size: cover;
        animation: 5s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(13) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2004_CRS-1.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(14) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2004_2800-Series.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(15) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2006_TelePresence.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(16) {
        background: linear-gradient(164deg, #00274D 28.44%, rgba(0, 188, 235, 0.00) 98.4%), url('../images/tablet/Tablet_Era_2010-2020.jpg') no-repeat center;
        background-size: cover;
        animation: 5s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(17) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2009_UCS.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(18) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2009_NEXUS.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(19) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2010s_Ruggedized-IOT.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(20) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2010s_Cisco-Webex_Update.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(21) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2010s-security.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(22) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2011_Cisco-CIUS.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(23) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2012_Cisco-Meraki.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(24) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2017_Catalyst-9000.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(25) {
        background: linear-gradient(164deg, #00274D 28.44%, rgba(0, 188, 235, 0.00) 98.4%), url('../images/tablet/Tablet_Era_2020-present.jpg') no-repeat center;
        background-size: cover;
        animation: 5s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(26) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2019_SiliconOne.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(27) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2020s_Collaboration.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(28) {
        background: linear-gradient(168deg, #00274D 0%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2024_splunk.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(29) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2024-Hypershield.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(30) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2025-AI-Defense.jpg') no-repeat center;
        background-size: cover;
    }
	
	.mySlides:nth-of-type(31) {
        background: linear-gradient(168deg, #00274D 29.09%, rgba(0, 188, 235, 0.00) 99%), url('../images/tablet/Tablet_Year_2025_Cisco_Live_Keynote.jpg') no-repeat center;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        margin: 0px 16px;
    }

    .page-title {
        max-width: unset;
        font-size: 32px;
    }

    .author-content {
        max-width: unset;
    }

    .author-comment {
        font-size: 16px;
    }

    .page-subtitle,
    .page-mini-subtitle {
        font-size: 16px;
        text-align: left;
    }

    .begin,
    .begin button {
        width: 100%;
    }

    .slide-jump-links {
        flex-direction: column;
        width: 100%;
    }

    .slide-jump-link {
        width: 100%;
    }

    .era-thumbnail-text {
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 2px;
    }

    .era-thumbnail-year {
        text-align: left;
    }

    .slide-jump-link-btn p {
        padding-top: 0px;
    }

    .slide-jump-link-btn {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .slide-jump-link-btn p {
        visibility: visible;
        text-align: left;
    }

    .mySlides {
        padding: 117px 16px 0px 16px;
		flex-direction: column;
    }

    .slide-era-title {
        font-size: 24px;
    }

    .slide-era-links {
        flex-direction: column-reverse;
    }

    .era-change-div {
        display: flex;
        flex-direction: row;
        gap: 24px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .explore-era,
    .explore-era button {
        width: 100%;
    }

    .slide-era-num {
        font-size: 50px;
        margin-bottom: 0px;
        margin-right: 10px;
        margin-left: 0px;
        letter-spacing: 0px;
    }

    .myslides-bottom {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: space-between;
        height: 100%;
    }

    .slide-year-title {
        font-size: 48px;
        letter-spacing: -3px;
    }

    .myslides-bottom-right {
        margin-right: -5px;
        width: calc(100% + 10px);
        /* height: 100%; */
        /* overflow: scroll; */
    }

    .slide-year-content {
        padding-bottom: 80px;
    }

    .slider-arrow {
        position: fixed;
        bottom: 0px;
    }

    button.video-open,
    .audio-section,
    .audio-open {
        width: 100%;
    }

    .slide-modal-buttons {
        display: grid;
        grid-template-columns: 49% 49%;
        max-height: unset;
    }

    button.video-open,
    .audio-open {
        height: 40px;
    }

    .audio-section {
        display: flex;
        flex-direction: column;
        height: max-content;
    }

    audio.audio-modal-audio {
        width: calc(100vw - 32px);
        display: none;
        margin-left: -48vw;
        margin-top: 8px;
    }

    .audio-open {
        width: 100%;
    }

    .slideshow-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px;
        height: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
        position: relative;
        z-index: 3;
        background: #00274d;
    }

    .slideshow-top-left {
        width: 100%;
        padding-right: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 40px;
        justify-content: space-between;
    }

    .cisco-logo {
        height: 48px;
    }

    .cisco-logo img {
        height: 100%;
    }

    .mobile-burger-menu {
        display: block;
        cursor: pointer;
    }

    .slideshow-top-right {
        display: none;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        margin-top: 48px;
        height: calc(100vh - 48px);
        width: 100vw;
        /* margin-left: -24px; */
        /* background: #00274d; */
        background: linear-gradient(180deg, #00274d 45%, #00BCEB 145%);
    }

    .slideshow-top-right-first {
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 100%;
    }

    .slideshow-top-right-first>div {
        height: 80px;
        padding: 0px 16px;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        display: flex;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-left: 0px;
        border-right: 0px;
    }

    .slideshow-menu-qrcode-icon {
        align-self: baseline;
        margin-left: 24px;
        margin-bottom: 24px;
    }

    .slideshow-menu-icon {
        width: 64px !important;
        height: 64px;
    }

    .finalSlide-parent {
        overflow: scroll;
    }

    .final-slide {
        flex-direction: column;
        gap: 32px;
    }

    .final-slide-video {
        margin-top: 0px;
        /* margin-bottom: 75px; */
    }

    .final-slide-right{
        padding-bottom: 75px;
    }

    .mySlides:nth-of-type(1) {
        background: linear-gradient(163deg, #00274D 39.06%, rgba(0, 188, 235, 0.00) 110.79%), url('../images/mobile/Mobile_Era_1970s-1980s_Update.jpg') no-repeat center;
        background-size: cover;
        animation: 3s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(2) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1986_Update.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(3) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1989.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(4) {
        background: linear-gradient(163deg, #00274D 39.06%, rgba(0, 188, 235, 0.00) 110.79%), url('../images/mobile/Mobile_Era_1990s-2000s_Update.jpg') no-repeat center;
        background-size: cover;
        animation: 3s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(5) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1992_Cisco-3000.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(6) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1993.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(7) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1995.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(8) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1996.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(9) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_1997_Alternate-1.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(10) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2001.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(11) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2002_Alternate-1.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(12) {
        background: linear-gradient(163deg, #00274D 39.06%, rgba(0, 188, 235, 0.00) 110.79%), url('../images/mobile/Mobile_Era_2004-2011_Update.jpg') no-repeat center;
        background-size: cover;
        animation: 3s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(13) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2004_Alternate_Cisco-CRS.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(14) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2004.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(15) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2006_TelePresence-Meeting.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(16) {
        background: linear-gradient(163deg, #00274D 39.06%, rgba(0, 188, 235, 0.00) 110.79%), url('../images/mobile/Mobile_Era_2010-2020_Update.jpg') no-repeat center;
        background-size: cover;
        animation: 5s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(17) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2009_UCS.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(18) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2009_NEXUS_Update.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(19) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2010s_IOT.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(20) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2010s_Cisco-Webex_Update-V4.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(21) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2010s_security.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(22) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2011.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(23) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2012.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(24) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2017_Catalyst-9000.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(25) {
        background: linear-gradient(163deg, #00274D 39.06%, rgba(0, 188, 235, 0.00) 110.79%), url('../images/mobile/Mobile_Era_2020-present_Update.jpg') no-repeat center;
        background-size: cover;
        animation: 3s ease-in-out 0s 1 zoonAnimate;
    }

    .mySlides:nth-of-type(26) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2019_SiliconOne-AI.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(27) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2020.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(28) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2024_splunk.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(29) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2024_Hypershield.jpg') no-repeat center;
        background-size: cover;
    }

    .mySlides:nth-of-type(30) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2025_AI_defense.jpg') no-repeat center;
        background-size: cover;
    }
	
	.mySlides:nth-of-type(31) {
        background: linear-gradient(177deg, #00274D 16.8%, rgba(0, 188, 235, 0.00) 50%), url('../images/mobile/Mobile_Year_2025_Cisco_Live_Keynote.jpg') no-repeat center;
        background-size: cover;
    }

    @keyframes zoonAnimate {
        0% {
            background-size: 125%;
            /* opacity: 0; */
        }

        /* 50% {
            background-size: 125%;
            /* opacity: 1;
        } */

        100% {
            background-size: 100%;
            /* opacity: 1; */
        }
    }

}

#back-to-top-link,
#fw-footer-newsroom,
header.header,
.newsroom-component.newsroom-xf.newsroom-component--dark-transparent-top.aem-GridColumn.aem-GridColumn--default--12 {
    display: none;
}