:root { --primary-color: #0d5c91; --secondary-color: #294e95; --danger-color: #df2826; --lenovo-red: #e1251b; --light-purple-color: #d9c1d8; --deep-purple-color: #4d144a; --med-purple-color: #7a126b; --dark-blue: #11184f; --pale-blue-color: #c9d0f0; --pale-purple-color: #f1e1ed; } * { -moz-box-sizing: border-box; box-sizing: border-box; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight:700; } a { text-decoration: underline; color: #fff; } a:hover, a:focus { text-decoration: none; color: var(--pale-blue-color); } a.text-black { color: #000; } a.cta-link { font-weight: 700; text-decoration-color: var(--lenovo-red); text-underline-offset: 5px; } .eyebrow { font-size: 14px; text-transform: uppercase; letter-spacing: -0.16px; line-height: 140%; font-weight: 700; margin-bottom: .5em; } .small, small { line-height: 1.5; } .invert { filter: invert(1); } @media (prefers-reduced-motion: no-preference) { html, body { scroll-behavior: smooth; } } :target { scroll-margin-top: 100px; } html { scroll-behavior: smooth; } html, body { margin: 0; padding: 0; min-height: 100%; } h1, h2, h3, h4, h5 { font-weight: 700 !important; } html::-webkit-scrollbar:horizontal, body::-webkit-scrollbar:horizontal { display: none; height: 0; } body { font: 16px/24px "Lato", Helvetica, Arial, sans-serif; position: relative; margin: 0; min-height: 100vh; position: relative; } .container { max-width: calc(100% - 64px); } .container-3xl, .container-4xl, .container-5xl { width: 100%; padding-right: var(--bs-gutter-x, .75rem); padding-left: var(--bs-gutter-x, .75rem); margin-right: auto; margin-left: auto; } .disclaimer { font-size: 10px; line-height: 1.25em; margin: 1em 0; } @media (max-width: 767px) { .container { max-width: calc(100% - 12px); } } @media (min-width: 1600px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-3xl { max-width: 1440px; } } .navbar-custom { width: 100%; padding: 20px; position: fixed; z-index: 1000; } .navbar-custom:has(.show-bg) { z-index: 1002; } .navbar-custom .container-fluid { width: 100%; border-radius: 12px; padding: 10px; background: transparent; color: #fff; } .navbar-custom .container-fluid img { filter: invert(1); } .navbar-custom .container-fluid.show-bg { backdrop-filter: blur(8px); width: 100%; border-radius: 12px; padding: 12px; background: linear-gradient( 31deg, rgba(255, 255, 255, .9) 14%, rgba(255, 255, 255, .6) 27.1832%, rgba(255, 255, 255, .78) 40.6184%, rgba(255, 255, 255, .7) 80.6402%, rgba(255, 255, 255, .9) 86.0295%, rgba(255, 255, 255, .6) 100% ); color: #000; display: block !important; filter: drop-shadow(1px 1px 2px #00000066); } .navbar-custom .container-fluid.show-bg img { filter: invert(0); } .navbar-custom .container-fluid.show-bg a.btn { color: #000; border: 1px solid #000; } .navbar-custom .twces-logo { height: 48px; } .navbar-custom .menu-item { padding: 12px 0; color: #fff; text-decoration: underline; text-decoration-color: #e1251b00; text-decoration-thickness: 2px; text-underline-offset: 5px; transition: all .3s ease; font-weight: 400; font-size: 16px; line-height: 1.2; margin: 2px 0; text-align: right; } .navbar-custom .menu-item:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--lenovo-red); text-decoration-thickness: 2px; text-underline-offset: 10px; transition: all .3s ease; } .navbar-custom .container-fluid.show-bg .menu-item { color: #000; } .navbar-custom .hamburger-menu { cursor: pointer; transition: all .3s ease; position: relative; overflow: hidden; } .navbar-custom .hamburger-menu img { transition: transform .3s ease, opacity .3s ease; } .navbar-custom .hamburger-menu.active img { transform: rotate(90deg); opacity: 0; } .navbar-custom .hamburger-menu::after { content: "x"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); opacity: 0; transition: transform .3s ease, opacity .3s ease; font-size: 24px; font-weight: bold; color: inherit; width: 1.75rem; height: 1.75rem; } .navbar-custom .social-media:has(.hamburger-menu.active) { position: relative; } .navbar-custom .hamburger-menu.active::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 1; background: linear-gradient( 31deg, rgba(255, 255, 255, .9) 14%, rgba(255, 255, 255, .6) 27.1832%, rgba(255, 255, 255, .78) 40.6184%, rgba(255, 255, 255, .7) 80.6402%, rgba(255, 255, 255, .9) 86.0295%, rgba(255, 255, 255, .6) 100% ); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border-radius: 20px; box-shadow: 0 15px 40px rgba(0, 0, 0, .15); } .navbar-custom .dropdown-menu { position: absolute; top: 100%; right: 0; width: max-content; padding: 20px 20px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: all .3s ease; z-index: 1001; background: #fff; border: none; border-radius: 12px; } .navbar-custom .dropdown-menu.show { transform: translateY(0); opacity: 1; visibility: visible; } .navbar-custom .dropdown-menu .menu-item { padding: 12px 0; color: var(--deep-purple-color); text-decoration: none; display: block; transition: all .3s ease; font-weight: 600; font-size: 20px; line-height: 1.2; border-radius: 8px; margin: 2px 0; text-align: right; } .navbar-custom .dropdown-menu .menu-item:last-child { margin-bottom: 0; } .navbar-custom .dropdown-menu .menu-item:hover { color: var(--med-purple-color); text-decoration: underline; } .navbar-custom .social-media { position: relative; display: flex; align-items: center; gap: 15px; } .navbar-custom .social-media .social-icon { display: inline-flex; align-items: center; justify-content: center; padding: 8px; transition: all .3s ease; border-radius: 50%; } .navbar-custom .social-media .social-icon:hover { background: rgba(255, 255, 255, .1); transform: translateY(-2px); } .navbar-custom .social-media .social-icon img { filter: invert(1); transition: filter .3s ease; } .navbar-custom .container-fluid.show-bg .social-media .social-icon img { filter: invert(0); } .navbar-custom .social-media:has(.hamburger-menu.active) .social-icon img, .navbar-custom .social-media:has(.hamburger-menu.active) .hamburger-menu::after { filter: invert(0); color: #000; } #tech-world-25 { background: linear-gradient(135deg, #330d32 0%, #0f0f33 50%, #330d32 100%); } .btn-white { color: #000; background-color: #fff; border: 1px solid #fff; } .btn-white:hover, .btn-white:active, .btn-white:focus { background-color: var(--pale-blue-color); } .btn-outline-white { color: #fff; background-color: transparent; border: 1px solid #fff; } .btn-outline-white:hover { background-color: #fff; color: #000; } .btn-blue { color: #fff; background-color: var(--primary-color); border: none; } .btn-purple { color: #fff; background-color: var(--med-purple-color); border: none; border: 2px solid #ffffff00; } .btn-purple:hover, .btn-purple:active, .btn-purple:focus { background-color: var(--deep-purple-color); color: #fff; border: 2px solid #fff; } img.play-icon { width: 12px; height: auto; } .intro-logo { opacity: 1; z-index: 5; position: relative; } .intro-logo.intro-logo-sphere { height: 25px; } .intro-logo.intro-logo-ces { height: 18px; } .cesLogo { opacity: .8; z-index: 5; position: relative; } .section-blade { position: relative; min-height: 100vh; width: 100%; } .section-blade.gradient-bg { background-image: url("https://p4-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-techworld25-expect-bg.jpg"); background-size: cover; background-position: center; } .animatedText span.visible { opacity: 1; } .event-location { margin: 0; max-width: 45rem; } #hero-blade { padding: 0; position: relative; overflow: hidden; width: 100vw; aspect-ratio: 16 / 9; max-height: 100vh; } #hero-blade h1 { font-size: 2.5rem; font-weight: bold; } @media (max-width: 1280px) { #hero-blade {max-height: unset} } @media (max-width: 991px) { #hero-blade h1 { font-size: 2rem; } } #hero-blade .info-block { position: absolute; top: 72vh; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 20; } .background-parallax img { position: absolute; top: 0; left: 0; width: 100%; height: auto; min-height: 100vh; object-fit: cover; will-change: transform; transition: transform .1s ease-out; } @keyframes cloudSway { 0% { transform: translateX(-52%); } 50% { transform: translateX(0%); } 100% { transform: translateX(-52%); } } .section-title { font-size: clamp(24px, 5vw, 36px); font-weight: bold; margin-bottom: 20px; line-height: 1em; } .bg { position: absolute; bottom: 0; left: 0; opacity: 1; z-index: 1; pointer-events: none; } #intro-blade { padding: 120px 0; position: relative; } @media (max-width: 991px) { #intro-blade { padding: 60px 0; } .background-parallax img { min-height: auto; } } #speakers { z-index: 1; padding: 100px 0 0; position: relative; } .bg-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } @keyframes flowBackground { 0% { transform: translate(0, -50%); } 100% { transform: translate(-50%, -50%); } } #speakers .speakers-content { z-index: 2; position: relative; } #speakers .speakers-content .sticky { position: sticky; top: 200px; padding: 10px; font-weight: bold; } #speakers .speakers-content .speaker-block { margin-bottom: 20px; } #speakers .speakers-content .speaker-block .speaker-name { font-size: 24px; font-weight: bold; margin-top: 10px; margin-bottom: .25rem; } #speakers .speakers-content .speaker-block .speaker-title { font-size: 1rem; line-height: 1.25rem; } #speakers .speakers-content .speaker-block { will-change: transform, opacity; opacity: 0; transform: translateY(64px) rotateY(-180deg); transition: opacity .8s ease-out, transform .8s ease-out; perspective: 1000px; } #speakers .speakers-content .speaker-block.visible { opacity: 1; transform: translateY(0) rotateY(0); } #speakers .speakers-content .speaker-block.see-more { cursor: pointer; } #speakers .speakers-content .speaker-slider .speaker-block { opacity: 1; transform: translateY(0) rotateY(0); } #speakers .speaker-slider { display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scrollbar-width: none; } #speakers .speaker-slider::-webkit-scrollbar { display: none; } .btn-close { background-image: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/close-x.svg"); background-size: cover; width: 8px; height: 8px; margin-right: 0 !important; } #speaker-modal .modal-dialog { height: 95vh; width: 66vw; max-width: 100vw; margin-left: auto; margin-right: 1.7rem; transform: translateX(100%) scale(0.7); opacity: 0; transition: transform .6s ease-out, opacity .6s ease-out; } #speaker-modal.show .modal-dialog { transform: translateX(0) scale(1); opacity: 1; } #speaker-modal .modal-backdrop { transition: opacity .6s ease-out; } #speaker-modal .modal-header { border: none; } #speaker-modal .modal-title { display: none; } #speaker-modal .modal-content { border-radius: 20px; height: 100%; padding: 10px; } #event-info .event-info-content .sticky { position: sticky; top: 200px; padding: 10px; margin-bottom: 200px; font-weight: bold; } #what-to-expect { background-color: #f7f7f7; position: relative; height: fit-content; } #what-to-expect .what-to-expect-slider { position: sticky; top: 0; height: 100vh; } #what-to-expect .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; opacity: 0; transition: opacity .5s ease-in-out; align-items: center; flex-direction: row; pointer-events: none; } #what-to-expect .slide.active, #what-to-expect .slide.previous { opacity: 1; pointer-events: auto; } #what-to-expect .slide.previous { z-index: 1; } #what-to-expect .slide.active { z-index: 2; } #what-to-expect .slide-wrapper { display: flex; align-items: center; height: 100%; width: 100%; } #what-to-expect .slide-content { position: relative; z-index: 2; width: 100%; opacity: 0; transform: translateY(20px); transition: opacity .5s ease-in-out, transform .5s ease-in-out; } #what-to-expect .slide.active .slide-content { opacity: 1; transform: translateY(0); } #what-to-expect .fade-down, #what-to-expect .fade-up { transition: opacity .5s ease-in-out, transform .5s ease-in-out; } #what-to-expect .slide:not(.active) .fade-down, #what-to-expect .slide:not(.active) .fade-up { opacity: 0; } #what-to-expect .slide:not(.active) .fade-down { transform: translateY(-20px); } #what-to-expect .slide:not(.active) .fade-up { transform: translateY(20px); } #what-to-expect .slide-content { position: relative; z-index: 2; width: 100%; } #what-to-expect .content-wrapper { color: #fff; background-color: rgba(0, 0, 0, .6); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); padding: 30px; border-radius: 12px; } #what-to-expect .content-wrapper.right { margin-left: auto; } #what-to-expect .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 1; pointer-events: none; } #what-to-expect .bg img { width: 100%; height: 100%; object-fit: cover; } #what-to-expect img.ai-icon { max-width: 85%; } @media (max-width: 991px) { #what-to-expect .slide-wrapper { align-items: end; } #what-to-expect .slide-content { margin-bottom: 42px; } } #what-to-expect.hybrid-ai { position: relative; min-height: 100vh; padding: 100px 0 50px; } #what-to-expect.hybrid-ai-content { height: 100%; padding-top: 50px; } #what-to-expect.hybrid-ai .container { height: 100%; } #what-to-expect.hybrid-ai .content-wrapper { position: relative; z-index: 2; justify-content: space-between; height: 100%; background: none; backdrop-filter: none; color: unset; padding: unset; } #what-to-expect.hybrid-ai .content-wrapper .row { background: rgba(255, 255, 255, .6); backdrop-filter: blur(22px); border-radius: 12px; padding: 30px; } #what-to-expect.hybrid-ai .content-wrapper .row.text-white { background: rgba(0, 0, 0, .6); } #what-to-expect.hybrid-ai .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 1; pointer-events: none; } #what-to-expect.hybrid-ai .bg img { width: 100%; height: 100%; object-fit: cover; } .shrink-blade { height: 300vh; position: relative; } .shrink-blade .bg { position: sticky; width: 100%; height: 100vh; z-index: 0; transition: transform .1s ease-out, opacity .3s ease-out; will-change: transform; overflow: hidden; } .shrink-blade .bg.at-bottom { position: absolute; } .shrink-blade .bg img, .shrink-blade .bg video { width: 100%; height: 100%; object-fit: cover; transform-origin: center center; } .shrink-blade .slide-content { position: sticky; top: calc(50% - 200px); z-index: 10; opacity: 1 !important; transition: opacity .3s ease-out; display: block; border-radius: 12px; margin-bottom: 25vh; } .shrink-blade .slide-content.right { margin-left: auto; } .shrink-blade .slide-content.left { margin-right: auto; } .shrink-blade .content-wrapper { display: block; min-height: 300vh; position: relative; } @media (max-width: 991px) { .shrink-blade { height: auto; } .shrink-blade .content-wrapper { min-height: auto; } .shrink-blade .slide-content { opacity: 1  !important; padding: 0; top: 38vh; } } .shrink-blade .content-wrapper .numb-box { background-color: #fff; color: #000; border-radius: 12px; text-align: center; padding: 12px; flex: 1 1 0; min-width: 0; } .shrink-blade .content-wrapper .numb-box .number { font-size: 22px; font-weight: bold; margin-bottom: 6px; } .shrink-blade .content-wrapper .numb-box .label { font-size: 12px; line-height: 1em; } .shrink-blade .logo.logo-f1 { max-height: 55px; } .logo.logo-fifa, .shrink-blade .logo.logo-fifa-v2 { max-height: 125px; } #ces { z-index: 1; padding: 100px 0; position: relative; } #ces .gallery-content { z-index: 2; position: relative; } #ces .gallery-content .container { border-radius: 12px; } #ces .image-rotate { padding: 0; overflow: hidden; } #ces .image-rotate .rotate-image:not(:first-child) { display: none; } #ces .rotate-image { object-fit: cover; height: 100%; width: auto; } #agendas .img-fluid { height: 150px; width: 260px; object-fit: cover; margin: auto 0; } #agendas .agenda-block.visible { opacity: 1; transform: translateY(0) rotateX(0); } #sponsors { z-index: 1; padding: 100px 0 50px; position: relative; } @media (max-width: 991px) { #sponsors { padding: 50px 0 50px; } } #footer { z-index: 1; padding: 50px 0 0px; font-size: .8rem; } #footer .footer-content { z-index: 1; display: flex; justify-content: space-between; align-items: center; color: #fff; } #footer .footer-content a { color: #fff; padding: 0 12px; } #footer .footer-content .dot { font-size: 20px; } #footer .footer-content a.social-icon { filter: invert(1); } .fade-in { opacity: 0; transform: translateY(100px); transition: opacity .8s ease-out, transform .8s ease-out; } .fade-in.visible { opacity: 1; transform: translateY(0); } .hero-fade-in-item { opacity: 0; transform: translateY(25px); transition: opacity .5s ease-out, transform .5s ease-out; } .hero-fade-in-item.visible { opacity: 1; transform: translateY(0); } .hero-fade-in-item.center { opacity: 0; transform: translateX(-50%) translateY(150px); transition: opacity 1.2s ease-out, transform 1.2s ease-out, scale .8s ease-out; scale: .9; } .hero-fade-in-item.center.visible { opacity: 1; transform: translateX(-50%) translateY(0); scale: 1; } .lenovo-logo-block { position: fixed; bottom: 0; right: 0; z-index: 100; } .lenovoLogo { width: 38px; margin-bottom: 38px; } @media (max-width: 991px) { #hero-blade { padding: 0; height: auto !important; aspect-ratio: unset; padding-top: 55vw; padding-bottom: 150px; max-height: auto !important; background: #000; } #hero-blade .background-parallax { height: calc(100vh - 142px); } #hero-blade .background-parallax .layer-cloud { height: auto; } #hero-blade .info-block { position: absolute; text-align: center; z-index: 20; top: unset; bottom: 50px; left: 50%; transform: translateX(-50%); } #event-info .event-info-content .sticky { position: static; top: auto; transform: none; margin: auto; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; } #what-to-expect .slide { align-items: end; } #what-to-expect .content-wrapper { margin-left: 0; } .shrink-blade { justify-content: start; padding: 0; min-height: auto; overflow: visible; } .shrink-blade .bg { position: relative; height: auto; min-height: 60vh; top: auto; transform: none  !important; opacity: 1  !important; z-index: 0; } .shrink-blade .bg.at-bottom { position: relative; } .shrink-blade .bg img, .shrink-blade .bg video { height: auto; min-height: 60vh; } .shrink-blade .slide-content { position: relative; z-index: 1; width: 100%; background-color: transparent; top: auto  !important; transform: none  !important; margin-bottom: unset; } #speakers { padding: 0; } #speakers .speaker-slider { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); display: flex; padding-left: 24px; padding-right: 24px; scroll-padding-left: 24px; scroll-padding-right: 24px; } #speakers .speaker-slider .speaker-block { flex: 0 0 40%; max-width: 40%; } #speakers .speaker-slider .speaker-block img.img-fluid { width: 100%; object-fit: cover; } #speakers .row.d-none.d-md-flex { display: none  !important; } #speakers .h-100 { height: auto  !important; } #speakers .speakers-content .sticky { position: static; top: auto; transform: none; margin: auto; display: flex; align-items: center; justify-content: center; flex-direction: column; height: auto; padding-bottom: 20px; } .padding-control { padding: 32px  !important; } .shrink-blade .content-wrapper { padding: 0; } #ces { padding: 0 0 32px; margin-top: 0; position: relative; z-index: 5; } .min-vh-100 { min-height: unset  !important; } .position-fixed.top-0.start-0 { position: absolute  !important; } .lenovoLogo { width: 32px; margin-bottom: 32px; } #agendas .img-fluid { height: 130px; width: 180px; object-fit: cover; margin: auto 0; } #footer { padding-top: 50px  !important; } .arrow-down-icon { display: none; } } @media (min-width: 768px) and (max-width: 991px) { #speakers .speaker-slider.d-md-none { display: flex  !important; } } @media (max-width: 767px) { .navbar-custom { position: relative; z-index: 1002; } .navbar-custom .container-fluid { padding: 0; } .navbar-custom .container-fluid.show-bg { background: none; } #hero-blade { height: auto; } .navbar-custom .social-media { align-items: end; } #hero-blade .info-block { position: relative; margin-top: 42vh; } .shrink-blade { padding: 0px; } #footer .footer-content { flex-direction: column; text-align: left; gap: 12px; align-items: start; } #footer .footer-content a { padding: 0 10px; } #footer .footer-content a:first-child { padding-left: 0; } #agendas .img-fluid { border-radius: 12px 0 0 12px; } } @media (min-width: 768px) and (max-width: 991px) { #speakers .speaker-slider .speaker-block { flex: 0 0 50%; max-width: 25%; } #speakers .speaker-slider .speaker-block img.img-fluid { height: 260px; } } body #inside_holder { display: none  !important; } .modal-iFrame { width: 100%; padding: 0; margin: 0; } .modal-header { position: absolute; z-index: 100; width: 100%; } .arrow-down-icon { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-size: 24px; color: #fff; z-index: 100; } .arrow-down-icon.sticky { position: sticky; top: 50vh; bottom: 20px; text-align: center; transform: translateX(0px); } .arrow-down-icon.invert { filter: invert(1); } .scroll-down { cursor: pointer; } a.hero-promo { color: #fff; text-decoration: none; } a.hero-promo:hover { text-decoration: underline; } @media (max-width: 1199px) { #hero-blade .info-block { top: 65vh; } #hero-blade .event-sponsors, #hero-blade .event-partners { zoom: .75; } } @media (max-width: 991px) { .intro-logos { bottom: 90px; } } @media (max-width: 767px) { .navbar-custom .twces-logo { height: 42px; } .social-media a.btn { font-size: .8rem; } #hero-blade .info-block { top: unset; bottom: 100px; } #hero-blade { padding-bottom: 215px; } #hero-blade .event-sponsors { width: 100%; bottom: 80px !important; margin-left: 0 !important; } .intro-logos { bottom: 170px; } } .card { padding: 24px; border-radius: 12px; } .card16 { border-radius: 16px; } .card-purple1 { background: #4d144a; } .card-purple2 { background: #7a126b66; } .card-white1 { background: #ffffffbb; backdrop-filter: blur(22px); padding: 2rem; } .card-white2 { background: #ffffffcc; backdrop-filter: blur(22px); padding: 2rem; } .card-darken { background: #00000066; } .card-slide-content { background-color: rgba(0, 0, 0, .4); backdrop-filter: blur(22px); padding: 2rem; } .border-radius-12 { border-radius: 12px; } .bg-white { background: #fff; } .bg-gr-deep-ambition-s2 { background: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-smarterGradient_deep_ambition_s2.jpg"); background-size: 101% 100%; } .bg-gr-twces-1 { background: url("https://p1-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-smartGradient-twces-1.jpg"); background-size: 100% 100%; } .bg-gr-twces-2 { background: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-smartGradient-twces-2.jpg"); background-size: cover; background-position: center; } .bg-gr-pale-curious-s2 { background: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-smartGradient-pale-curious-s2.jpg"); background-size: 100% 100%; } .bg-fixed { background-attachment: fixed; } #twces-giveaway .hero a { color: var(--pale-blue-color); } #twces-giveaway .hero > .container { min-height: 60vh; text-align: center; align-content: center; } #twces-giveaway h4 { font-weight: 400 !important; } #iFrame_responsive { border: none; box-sizing: border-box; width: 100%; min-width: 280px; max-width: 1920px; height: 500px; } @media (max-width: 991px) { #twces-giveaway #iFrame_responsive { margin-top: 5vw; } } @media (max-width: 767px) { #twces-giveaway .twces-logo { height: 35px !important; } #twces-giveaway #iFrame_responsive { height: 575px !important; margin-top: 75vw; } } .carousel-wrapper { position: relative; padding: 0 !important; } .carousel-viewport { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; padding: 0 20px; scroll-padding-left: 20px; scroll-padding-right: 20px; } .carousel-viewport::-webkit-scrollbar { display: none; } .carousel-track { display: flex; gap: 0; transition: none; } .speaker-carousel-item { flex: 0 0 calc(100% / 7); text-align: left; padding: 10px; padding-bottom: 0; margin-bottom: 0; line-height: 1.25; width: calc(100% / 7.05); } .speaker-carousel-item img { width: 100%; border-radius: 12px; } .speaker-carousel-item p { margin-top: 8px; font-size: .9rem; font-weight: 300; } .carousel-btn { background: none; color: #fff; border: 1px solid #fff; width: 28px; height: 28px; border-radius: 8px; cursor: pointer; padding: 0; } .carousel-btn img { width: 16px; filter: invert(1); margin: 4px auto; } .carousel-btn:hover { background: #fff; } .carousel-btn:hover img { filter: unset; } .carousel-controls { width: 100%; padding: 0 28px; } .carousel-arrows { flex-shrink: 0; } .carousel-btn.left { left: -20px; } .carousel-btn.right { right: -20px; } .progress { height: 2px; } .progress-bar { width: 0%; transition: width .4s ease; background: var(--lenovo-red); } @media (max-width: 992px) { .speaker-carousel-item { flex: 0 0 calc(33.333% - 15px); width: calc(33.33% - 15px); } } @media (max-width: 576px) { .speaker-carousel-item { flex: 0 0 calc(50% - 15px); width: calc(50% - 15px); } } #contact .container { padding-left: 0; padding-right: 0; } #contact div.card { aspect-ratio: 6 / 1; min-height: 200px; max-width: 100%; overflow: hidden; } #contact div.card .overlay { position: absolute; margin: -24px 0 0 0; display: block; width: 100%; height: 100%; background: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-twces-alpha.svg"); background-size: contain; background-position: 50%; z-index: 1; opacity: .2; mix-blend-mode: color-burn; left: 50%; transform: translateX(-50%); } #contact div.card .content { z-index: 10; height: 100%; } @media (max-width: 992px) { #contact div.card { aspect-ratio: unset; } #contact div.card .overlay { background-size: cover; } } .hero-video-placeholder { position: relative; width: 100%; aspect-ratio: 16 / 9; cursor: pointer; background-color: #000; overflow: hidden; border-radius: 12px; } .hero-video-placeholder img { width: 100%; height: 100%; object-fit: cover; } .hero-video-placeholder iframe { width: 100%; height: 100%; border: 0; display: block; } .hero-video-placeholder .play-overlay { position: absolute; inset: 0; display: flex; align-items: end; justify-content: left; background: rgba(0,0,0,0.25); } .hero-video-placeholder .play-overlay::before { content: ""; width: 42px; height: 32px; background: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-twces-play-btn.png") no-repeat 60% / contain; background-size: 36%; background-color: #ffffffaa; border-radius: 6px; backdrop-filter: blur(10px); margin: auto 16px 16px auto; } .hero-video-placeholder .play-overlay:hover::before { background-color: #fff; } .hero-background.hero-video-mute { opacity: .3; } iframe#heroVideo { width: 100vw; aspect-ratio: 16 / 9; } .hero-background.play, .hero-background.play iframe#heroVideo { height: 100%; width: 100%; aspect-ratio: unset; } .hero-opacity-5 { display: block; width: 100vw; aspect-ratio: 16 / 9; max-height: 100vh; background: linear-gradient(0deg, #000000cc 20%, #00000088 60%); position: absolute; top: 0; left: 0; } #hero-blade .hero-overlay .info-block { top: 50%; left: 50%; transform: translate(-50%, 0%); } @media (max-width: 991px) { .hero-background { padding: 100px 32px 0; height: unset !important; width: 100%; position: relative; } iframe#heroVideo { height: unset !important; aspect-ratio: 16/9; width: 100% !important; border-radius: 12px; } .hero-background.play, .hero-background.play iframe#heroVideo { height: 100%; width: 100%; aspect-ratio: 16 / 9; } #hero-blade .hero-overlay .info-block { position: relative; bottom: unset; margin-top: 22px; } .navbar-custom .container-fluid, .hero-overlay.d-none { display: block !important; } .hero-opacity-5 { display: none; } a#btn-hero-vid-touch { position: absolute; left: 50px; bottom: 20px; } } @media (max-width: 767px) { .hero-background { padding-top: 32px; } } .row-livestream { min-height: 100vh; } #post-event-hero { padding: 100px 0 10px; } #post-event-hero iframe#heroVideo { width: 100%; } #heroVidChps { height: 600px; overflow-y: scroll; } @media (max-width: 1599px) { #heroVidChps { height: 39.25vw; } } @media (max-width: 991px) { #heroVidChps { height: 250px; } #heroVidChps .heroVidChapter { padding: 16px; } } #heroVidChps .heroVidChapter { cursor: pointer; } #heroVidChps .heroVidChapter:hover { background: #00000099; } #heroVidChps .heroVidChapter.active { background: var(--light-purple-color); color: #000 !important; } #heroVidChps .heroVidChapter .btn-play, #heroVidChps .heroVidChapter.active .btn-play { display: none; } #heroVidChps .heroVidChapter:hover .btn-play { display: flex; width: 20px; height: 20px; border-radius: 50%; padding: 0; justify-content: center; align-items: center; padding-left: 3px; filter: invert(1); } #heroVidChps .heroVidChapter .btn-play img { width: 10px; filter: invert(1); } #heroVidChps .heroVidChapter .btn-play:hover img { filter: invert(0); } #heroVidChps .heroVidChapter .speakers { display: none; } #heroVidChps .heroVidChapter.active .speakers { display: flex; } #heroVidChps .heroVidChapter .speakers img { width: 42px; height: auto; border-radius: 50%; } #heroVidChps .heroVidChapter .speakers p { line-height: 1.125em; } #heroVidChps h5, #post-event-hero #heroVidChps p { margin-bottom: 0; } .fade-in-1 { opacity: 0; transform: translateY(100px); transition: opacity .5s ease-out, transform .5s ease-out; } .fade-in-2 { opacity: 0; transform: translateY(100px); transition: opacity .75s ease-out, transform .75s ease-out; } .fade-in-3 { opacity: 0; transform: translateY(100px); transition: opacity 1s ease-out, transform 1s ease-out; } .fade-in-4 { opacity: 0; transform: translateY(100px); transition: opacity 1.25s ease-out, transform 1.25s ease-out; } .border-left-1 { border-left: .5px solid #fff; } #announcements img { border-radius: 12px; z-index: 10; } #announcements .sticky-top { padding-top: 130px; z-index: 10; } #announcements .announcements-block { padding-top: 25%; } #announcements .announcement { margin: 120px auto; } #announcements h2, #announcements h3 { border-bottom: 1px solid #fff; padding-bottom: 26px; margin-bottom: 26px; } #announcements .announcement ul { list-style-type: disc; padding-left: 1rem; } #announcements .announcement ul li { margin-bottom:.6em; } #announcements .announcement { opacity: .3; transition: opacity 120ms linear; will-change: opacity; } .video-carousel { display: flex; gap: 16px; overflow-x: auto; padding: 8px 2px 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .video-carousel::-webkit-scrollbar { height: 8px; } .video-carousel::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.25); border-radius: 99px; } .video-carousel .video-card { flex: 0 0 23%; min-width: 220px; scroll-snap-align: start; cursor: pointer; color: #fff; } @media (max-width: 991px) { .video-carousel .video-card { flex-basis: 45%; } } @media (max-width: 575px) { .video-carousel .video-card { flex-basis: 75%; } } .video-carousel .video-thumb { position: relative; border-radius: 6px; overflow: hidden; background: #000; aspect-ratio: 16 / 9; } .video-carousel .video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } .video-carousel .video-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.25); } .video-carousel .video-thumb::before { content: ""; position: absolute; width: 28px; height: 28px; right: 12px; bottom: 12px; background: url("https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-twces-play-btn.png") no-repeat 65% / contain; background-size: 50%; z-index: 2; transition: transform .2s ease, opacity .2s ease; opacity: .75; background-color: #fff; border-radius: 6px; } .video-carousel .video-card:hover .video-thumb::before { opacity: 1; } .video-carousel .video-title { margin: 10px 0 0; font-size: .95rem; line-height: 1.2; font-weight: 600; } .video-modal-player { width: 100%; aspect-ratio: 16 / 9; background: #000; } .video-modal-player iframe { width: 100%; height: 100%; display: block; border: 0; } .video-carousel-wrapper { width: 100%; } #videoCarousel { scroll-behavior: smooth; } .video-carousel-controls .progress { height: 2px; } .video-carousel { -ms-overflow-style: none; scrollbar-width: none; } .video-carousel::-webkit-scrollbar { display: none; } .modal { background: #000000aa; backdrop-filter: blur(6px); } .gallery-carousel-wrapper { width: 100%; } .gallery-carousel-viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; border-radius: 12px; } .gallery-carousel-viewport::-webkit-scrollbar { display:none; } .gallery-carousel-track { display: flex; } .gallery-slide { flex: 0 0 100%; scroll-snap-align: start; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; background: #ffffffbb; backdrop-filter: blur(22px); border-radius: 12px; padding: 24px; } .gallery-slide-media { border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 9; background: #000; } .gallery-slide-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .gallery-slide-text { color: #000; display: flex; flex-direction: column; justify-content: center; } .gallery-carousel-arrows .carousel-btn { border: 1.5px solid #999; } .gallery-carousel-arrows .carousel-btn img { filter: invert(0); } .gallery-carousel .progress { height: 1.5px; background-color: #999; } @media (max-width: 991px) { .gallery-slide { grid-template-columns: 1fr; } } #heroVideoContainer { width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden; } #heroVideoContainer > img, #heroVideoContainer > iframe, #heroVideoContainer picture, #heroVideoContainer picture > img { width: 100%; height: 100%; display: block; border: 0; object-fit: cover; } #hero-blade { position: relative; } #hero-blade .hero-background { position: absolute; inset: 0; padding: 0  !important; z-index: 1; } #hero-blade.is-playing .hero-background { z-index: 1000; } #hero-blade .hero-placeholder, #hero-blade .hero-video-host iframe { width: 100%; height: 100%; display: block; border: 0; object-fit: cover; object-position: center; } #hero-blade .hero-video-host iframe { aspect-ratio: 16 / 9; } @media (max-width: 991px) { #hero-blade .hero-placeholder, #hero-blade .hero-video-host iframe { height: auto; } } #hero-blade .hero-video-host { position: absolute; inset: 0; z-index: 2; display: none; } #hero-blade.is-playing .hero-placeholder { display: none; } #hero-blade.is-playing .hero-video-host { display: block; } #hero-blade.is-playing .hero-overlay { display: none; } @media (max-width: 991px) { #hero-blade.is-playing .hero-overlay {display: unset} } #countdown { font-size: 20px; position: absolute; left: 50%; transform: translateX(-50%); } #countdown span { display: inline-block; min-width: 30px; text-align: center; } @media (max-width: 991px) { #countdown { font-size: 14px; margin-top: 10px; text-align: left; } #countdown span { min-width: 20px; } } @media (max-width: 575px) { #countdown { top: 75px; } } .sr-only {display: none !important} .bottomStickyDock {display: none !important}
