@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-theme-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/aos.css");
@import url("//cdn.adlinktech.com/vendor/css/lity.min.css");
body {
    scroll-behavior: auto;
}
.autoTPE2026 *, .autoTPE2026 ::before, .autoTPE2026 ::after {
    box-sizing: border-box;
}
.navListContent {
    margin: 0px auto;
}
.navList {
    background: linear-gradient(to right, rgb(53, 53, 63) 0%, rgb(34, 35, 40) 100%);
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 100 !important;
}
.dropdown-title {
    display: none;
}
@media (min-width: 1200px) {
    .navList {
        top: 115px;
        border-top: 4px solid rgb(207, 42, 39);
    }
    .navListContent {
        width: 100%;
        margin: 0px auto;
        max-width: 1180px;
    }
    .selected {
        display: none;
    }
    .navList ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: stretch;
    }
    .navList ul li {
        align-content: center;
        cursor: pointer;
    }
    .navList ul li.BoothLocation {
        margin-left: auto;
    }
    .navList ul li a {
        position: relative;
        text-align: center;
        line-height: normal;
        font-weight: 500;
        color: rgb(255, 255, 255);
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 100%;
        width: 100%;
        padding: 0px 20px;
    }
    .navList ul li a.active {
        color: rgb(208, 52, 58);
    }
    .dropdown-selected {
        display: none;
    }
}
@media (max-width: 1200px) {
    .navList {
        top: 0px;
    }
    .dropdown {
        position: relative;
        display: block;
        width: 100%;
    }
    .navList .EOC_container {
        width: 100%;
        max-width: none;
    }
    .selected {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 15px;
        line-height: normal;
        font-weight: 500;
        color: rgb(255, 255, 255);
    }
    .selected::after {
        content: "\f106";
        font-family: FontAwesome;
        height: auto;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 50%;
        color: rgb(255, 255, 255);
        line-height: 1;
        transform: translateY(-50%);
        transition: transform 0.5s, -webkit-transform 0.5s;
        font-size: 120%;
    }
    .selected.open::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .dropdown-list li {
        cursor: pointer;
        padding: 15px 15px 0px;
    }
    .dropdown-list li:last-of-type {
        cursor: pointer;
        padding: 15px;
    }
    .dropdown-list li a {
        display: block;
        color: rgb(0, 0, 0);
    }
    .dropdown-list li.active a {
        color: rgb(208, 52, 58);
        font-weight: 600;
    }
    .dropdown-list li a.RegisterNow {
        color: rgb(225, 0, 2);
        font-weight: bold;
    }
    .dropdown-list {
        list-style: none;
        padding: 0px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: rgb(230, 231, 233);
        margin: 0px;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
}
@media (min-width: 1271px) {
    .navList {
        top: 102px;
    }
}
#sticky-wrapper[style] {
    height: auto;
}
.slick-slide {
    user-select: text;
}
.slick-prev, .slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.slick-prev, .slick-next {
    z-index: 100;
}
.slick-prev::before, .slick-next::before {
    font-family: FontAwesome;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
}
.slick-dots li button::before, .slick-dots li.slick-active button::before {
    color: white;
    font-size: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    bottom: 10px;
}
.autoTPE2026_content {
    margin: 0px auto;
    width: 90%;
    max-width: 1180px;
    position: relative;
}
section {
    padding: 50px 0px;
}
.autoTPE2026 h2, .autoTPE2026 h2 + p {
    text-align: center;
    position: relative;
}
.autoTPE2026 h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.25em;
    height: 3px;
    background-color: rgb(208, 52, 58);
    z-index: 1;
    visibility: visible;
}
[data-aos="baseline"]::after {
    opacity: 0;
    transition: width 0.5s ease-in-out;
    width: 0px;
}
[data-aos="baseline"].aos-animate::after {
    opacity: 1;
    width: 8%;
}
.autoTPE2026 h2, #BoothLocation h2 {
    position: relative;
    font-weight: 500;
    margin: 0px auto 1.5em;
}
.autoTPE2026_hero {
    background-color: rgb(0, 0, 0);
}
.autoTPE2026_slider .autoTPE2026_content {
    display: flex;
    max-width: none;
    font-size: 3vw;
    align-items: flex-end;
}
.autoTPE2026_slider_copy h1, .autoTPE2026_slider_copy p, .autoTPE2026_slider_copy a {
    color: rgb(255, 255, 255);
}
.autoTPE2026_slider_copy img {
    width: 100%;
}
.autoTPE2026_slider_copy h1 {
    font-weight: 600;
    font-size: 280%;
    line-height: normal;
    margin-bottom: 0.5em;
}
.autoTPE2026_slider_copy h1 span {
    display: inline-block;
}
.autoTPE2026_slider_copy p, .autoTPE2026_slider_copy a {
    font-weight: 300;
    line-height: normal;
    font-size: 130%;
}
.autoTPE2026_slider .autoTPE2026_content {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    height: 130vw;
    width: 100%;
    background-color: rgb(51, 51, 51);
}
.autoTPE2026_slider .autoTPE2026_content.slider1 {
    align-items: flex-end;
}
.autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy {
    width: 100%;
    display: flex;
    align-items: center;
}
.autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy h1 {
    width: 100%;
    max-width: 80%;
    padding-right: 7%;
    margin: 0;
    font-size: 440%;
    text-align: left;
}
.autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy p {
    flex: 1;
}
.autoTPE2026_slider .autoTPE2026_content.slider1 {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/slider1_mobile-1.webp");
    background-color: #000;
}
.autoTPE2026_slider .autoTPE2026_content.slider2 {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/slider2_mobile.webp");
}
.autoTPE2026_slider .autoTPE2026_content.slider3 {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/slider3_mobile.webp");
}
.autoTPE2026_slider .autoTPE2026_content .autoTPE2026_slider_copy {
    padding: 5% 5% calc(8% + 15px);
}
.autoTPE2026_slider .autoTPE2026_content.slider2 .autoTPE2026_slider_copy {
    width: 100%;
}
.autoTPE2026_slider .autoTPE2026_content.slider2 .autoTPE2026_slider_copy p, .autoTPE2026_slider .autoTPE2026_content.slider2 .autoTPE2026_slider_copy a {
    font-weight: 300;
    line-height: 1.2;
}
.autoTPE2026_slider .autoTPE2026_content.slider2 .autoTPE2026_slider_copy p {
    margin-bottom: 0.6em;
}
.autoTPE2026_slider .autoTPE2026_content.slider2 .autoTPE2026_slider_copy p strong {
    display: block;
    margin-bottom: 0.2em;
}
.autoTPE2026_slider .autoTPE2026_content.slider3 .autoTPE2026_slider_copy {
    width: 100%;
    line-height: normal;
}
.autoTPE2026_slider .autoTPE2026_content.slider3 a {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1em;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(208, 52, 58);
    background-color: rgb(208, 52, 58);
    font-weight: bold;
    transition: 0.3s ease-out;
    margin-top: 1em;
}
.autoTPE2026_slider .autoTPE2026_content.slider3 a::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 0.5em;
    visibility: visible;
    height: auto;
}
img[alt="noble_machines"] {
    position: absolute;
    right: 1.2%;
    z-index: 2;
    width: 100%;
    max-width: 12%;
}
.autoTPE2026_slider .autoTPE2026_content.slider2 img[alt="noble_machines"] {
    bottom: 20%;
}
#showcaseHighlights {
    background-color: rgb(7, 9, 15);
    position: relative;
    overflow: hidden;
}
#showcaseHighlights .autoTPE2026_content {
    max-width: 1000px;
}
#showcaseHighlights h2 {
    color: rgb(255, 255, 255);
}
#showcaseHighlights h2 + p {
    color: rgb(255, 255, 255);
}
#showcaseHighlights article {
    margin-top: 1.5em;
    padding: 0.2em;
    position: relative;
    border: 2px solid transparent;
    height: 70vw;
    display: flex;
    flex-direction: column;
}
#showcaseHighlights article img[alt="noble_machines"] {
    max-width: 15%;
    bottom: 5%;
}
@keyframes borderAnimation {
    0% {
        background-position: 0% 0%, 0% 50%;
    }
    50% {
        background-position: 0% 0%, 100% 50%;
    }
    100% {
        background-position: 0% 0%, 0% 50%;
    }
}
#showcaseHighlights article::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: rgb(245, 245, 245);
    inset: 0.2em;
    height: auto;
    visibility: visible;
}
#showcaseHighlights article.RoboticsUxV {
    border-color: rgba(56, 193, 237, 0.75);
}
#showcaseHighlights article.SmartManufacturing {
    border-color: rgba(29, 187, 178, 0.75);
}
#showcaseHighlights article.SmartRetail {
    border-color: rgba(252, 179, 51, 0.75);
}
#showcaseHighlights article.Medtech {
    border-color: rgba(20, 192, 217, 0.75);
}
#showcaseHighlights article.AI-Agent {
    border-color: rgba(67, 182, 73, 0.75);
}
#showcaseHighlights article.RoboticsUxV::after {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/RoboticsUxV_mobile.webp");
}
#showcaseHighlights article.SmartManufacturing::after {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/SmartManufacturing_mobile.webp");
}
#showcaseHighlights article.SmartRetail::after {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/SmartRetail_mobile.webp");
}
#showcaseHighlights article.Medtech::after {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/Medtech_mobile.webp");
}
#showcaseHighlights article.AI-Agent::after {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/AI-Agent_mobile.webp");
}
#showcaseHighlights article div {
    padding: 1em;
    display: flex;
    align-items: stretch;
    flex: 1 1 0%;
    text-align: center;
}
#showcaseHighlights h3, #showcaseHighlights ul {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
}
#showcaseHighlights h3 {
    font-weight: 500;
    margin: 0px auto;
    align-content: flex-end;
    font-size: 140%;
    font-style: italic;
}
#showcaseHighlights article h4 {
    position: relative;
    padding: 0.6em 1em;
    font-size: 1em;
    margin: 0px;
}
#showcaseHighlights article h4 img {
    width: 40px;
    position: relative;
    z-index: 2;
}
#showcaseHighlights article h4 strong {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding-left: 10px;
}
#showcaseHighlights article h4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 270px;
    clip-path: polygon(0px 0px, 100% 0px, calc(100% - 30px) 100%, 100% 100%, 0px 100%);
    z-index: 1;
    opacity: 1;
}
#showcaseHighlights article.RoboticsUxV h4::before {
    background: linear-gradient(to right, rgb(56, 192, 237) 0%, rgb(74, 89, 197) 100%);
}
#showcaseHighlights article.SmartManufacturing h4::before {
    background: linear-gradient(to right, rgb(58, 191, 162) 0%, rgb(15, 88, 146) 100%);
}
#showcaseHighlights article.SmartRetail h4::before {
    background: linear-gradient(to right, rgb(241, 177, 93) 0%, rgb(221, 86, 138) 100%);
}
#showcaseHighlights article.Medtech h4::before {
    background: linear-gradient(to right, rgb(20, 192, 217) 0%, rgb(70, 139, 226) 100%);
}
#showcaseHighlights article.AI-Agent h4::before {
    background: linear-gradient(to right, rgb(10, 179, 98) 0%, rgb(6, 43, 121) 100%);
}
.preface {
    text-align: center;
}
.preface .autoTPE2026_content {
    max-width: 1000px;
}
.ourPartners .autoTPE2026_content {
    max-width: 980px;
}
.ourPartners ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    align-items: center;
    justify-content: center;
}
.ourPartners ul li {
    width: calc(100% / 3);
    text-align: center;
    padding: 12px;
}
.ourPartners ul li img {
    max-width: 90%;
}
.ourPartners ul li.Qualcomm img {
    max-width: none;
}
.ourPartners ul li img[alt="auodplusDisplay"] {
    max-width: 75px;
}
.ourPartners ul li img[alt="AMD"] {
    max-width: 100px;
}
.ourPartners ul li img[alt="Intel"] {
    max-width: 74px;
}
.ourPartners ul li img[alt="MediaTek"] {
    max-width: 105px;
}
.ourPartners ul li img[alt="Noble Machines"] {
    max-width: 130px;
}
.ourPartners ul li img[alt="Datasys"] {
    max-width: 100px;
}
.ourPartners ul li img[alt="NXP"] {
    max-width: 70px;
}
#productOffering {
    background-color: rgb(237, 242, 246);
    padding-bottom: 50px;
}
#productOffering ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 0px auto;
    width: 100%;
    max-width: 400px;
}
#productOffering ul li {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding: 10px;
}
#productOffering ul li a {
    border: 4px solid rgb(255, 255, 255);
    padding: 1.5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(4, 16, 24, 0.1) 4px 4px 10px;
}
#productOffering ul li a img {
    margin: 0px auto .25em;
    max-width: 70%;
    transition: 0.3s ease-out;
}
#productOffering ul li a :is(strong, .autoTPE2026_products_slider_copy) {
    display: block;
    text-align: left;
    line-height: normal;
}
#productOffering ul li a strong {
    margin: 0.5em 0px;
    padding-top: 0.75em;
    position: relative;
}
#productOffering ul li a strong::before, #productOffering ul li a strong::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 2px;
    transition: 0.3s ease-out;
}
#productOffering ul li a strong::before {
    width: 100%;
    background: linear-gradient(to right, rgb(59, 134, 208) 0%, rgb(87, 255, 255) 100%);
    z-index: 1;
    opacity: 1;
    left: 0px;
}
#productOffering ul li a strong::after {
    width: 0%;
    background: linear-gradient(to right, rgba(208, 52, 58, 1) 0%, rgba(234, 202, 58, 1) 100%);
    visibility: visible;
    right: 0;
}
#productOffering ul li a .autoTPE2026_products_slider_copy {
    margin-bottom: 1.5em;
    line-height: 1.3;
    font-size: 90%;
}
.autoTPE2026_products_slider_learnMore {
    border: 1px solid rgb(208, 52, 58);
    padding: 15px 25px;
    text-align: center;
    display: inline-block;
    line-height: normal;
    margin: auto auto 0px;
    color: rgb(208, 52, 58);
    font-weight: 500;
    transition: 0.3s ease-out;
}
.autoTPE2026_products_slider_learnMore::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 0.5em;
    visibility: visible;
    height: auto;
}
.ambient-blobs {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.blob {
    position: absolute;
    filter: blur(120px);
    opacity: 0.5;
    border-radius: 50%;
    animation: 20s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite alternate none running floatBlob;
}
.blob-1 {
    width: 45vw;
    height: 45vw;
    background: rgb(42, 8, 69);
    top: -10%;
    left: -10%;
    animation-duration: 25s;
}
.blob-2 {
    width: 40vw;
    height: 40vw;
    background: rgb(0, 78, 146);
    bottom: -20%;
    right: -10%;
    animation-duration: 28s;
    animation-direction: alternate-reverse;
}
.blob-3 {
    width: 35vw;
    height: 35vw;
    background: rgb(0, 210, 255);
    top: 30%;
    left: 60%;
    opacity: 0.3;
    animation-duration: 35s;
}
@keyframes floatBlob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }
    50% {
        transform: translate(15%, 10%) scale(1.1);
    }
    100% {
        transform: translate(-5%, -15%) scale(0.9);
    }
}
canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
html.lity-active {
    overflow: hidden;
}
.lity-container {
    height: 100vh;
    width: 100vw;
}
html.lity-active #BoothLocation {
    padding: 2em;
    height: 100vh;
    display: flex;
    justify-content: center;
    /* Ã§Â§Â»Ã©â„¢Â¤ align-items: center; */
    background: linear-gradient(rgb(210, 235, 249) 0%, rgb(237, 243, 247) 100%);
    overflow-y: auto;
    overflow-x: hidden;
}
#BoothLocation .BoothLocation_content {
    margin: auto; /* Ã¨â€¡ÂªÃ¥â€¹â€¢Ã¥Å¾â€šÃ§â€ºÂ´Ã¯Â¼â€¹Ã¦Â°Â´Ã¥Â¹Â³Ã§Â½Â®Ã¤Â¸Â­Ã¯Â¼Å’Ã¥â€¦Â§Ã¥Â®Â¹Ã©ÂÅ½Ã©Â«ËœÃ¦â„¢â€šÃ¨â€¡ÂªÃ¥â€¹â€¢Ã©â‚¬â‚¬Ã¥â€ºÅ¾Ã©Â â€šÃ§Â«Â¯ */
    width: 100%;
    max-width: 1280px;
}
#BoothLocation h2 {
    text-align: center;
    margin: 0px auto 0.5em;
}
#BoothLocation h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.25em;
    height: 3px;
    background-color: rgb(208, 52, 58);
    z-index: 1;
    visibility: visible;
    transition: width 0.3s ease-out, opacity 0.3s ease-out;
    width: 0px;
    opacity: 0;
}
#BoothLocation h2.animate-underline::after {
    opacity: 1;
    width: 8%;
}
#BoothLocation h2 + p {
    text-align: center;
    margin: 0px auto 1em;
}
#BoothLocation article {
    position: relative;
    margin: 0px auto;
    max-width: 1280px;
}
#BoothLocation article img {
    position: relative;
    z-index: 1;
}
.adlink_logo {
    width: 100%;
    margin: 0 auto .5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.adlink_logo img {
    display: block;
    margin: 0 auto;
    width: 10em;
}
#BoothLocation article figcaption {
    transform: scaleX(-1);
    margin: 0px auto;
    font-size: 90%;
    font-weight: 600;
    line-height: normal;
}
.speech-bubble_content {
    font-size: 14px;
    position: absolute;
    top: 5.5%;
    transform: translate(-50%, 0px);
    left: 46.4%;
    z-index: 2;
    animation: 1.2s ease 0s infinite normal none running bounce;
    background-color: rgb(255, 255, 255);
    border: 0.1em solid rgb(204, 204, 204);
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 0.6em;
    max-width: 13.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, 0px);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translate(-50%, -1em);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
.speech-bubble_content p {
    line-height: normal;
    text-align: center;
    margin-top: 0.5em;
    font-size: 90%;
    padding-right: 1em;
}
.speech-bubble_content strong {
    display: block;
    font-size: 150%;
}
.speech-bubble_content img[alt="Booth"] {
    width: 100%;
    max-width: 6em;
}
.speech-bubble {
    position: relative;
    line-height: normal;
    width: 50%;
}
.speech-bubble::after {
    content: "";
    position: absolute;
    top: calc(50% + 1.7em);
    left: 96%;
    transform: translateX(-50%) rotate(45deg);
    width: 1.5em;
    height: 1.5em;
    background-color: rgb(255, 255, 255);
    border-bottom: 0.15em solid rgb(204, 204, 204);
    border-right: 0.15em solid rgb(204, 204, 204);
    z-index: 5;
    visibility: visible;
}
:root {
    --anim-duration: 1.2s;
    --anim-state: running;
    --c-main: #3B82F6;
}
.walker-container {
    z-index: 20;
    transform: scaleX(-1);
    position: absolute;
    right: 12%;
    bottom: 27%;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    width: 6%;
}
.speech-bubble_content {
    cursor: zoom-in;
}
.speech-bubble_content:hover {
    animation-play-state: paused;
}
/* Booth Ã¦â€Â¾Ã¥Â¤Â§Ã¥Å“â€“Ã¯Â¼Å¡Ã¥â€ºÂºÃ¥Â®Å¡ 980pxÃ¯Â¼Å’Ã¦Â°Â´Ã¥Â¹Â³Ã¥Å¾â€šÃ§â€ºÂ´Ã§Â½Â®Ã¤Â¸Â­ */
.lity-image .lity-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
}
.lity-image .lity-content img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 980px;
}
.lity-wrap::before {
    display: none !important;
}
.walker-sprite {
    width: 42%;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 1px 1px);
}
@keyframes bobbing {
    0%, 50%, 100% {
        transform: translateY(2px) rotate(0deg);
    }
    25%, 75% {
        transform: translateY(-2px) rotate(0deg);
    }
}
@keyframes thigh-front {
    0%, 100% {
        transform: rotate(-30deg);
    }
    50% {
        transform: rotate(30deg);
    }
}
@keyframes thigh-back {
    0%, 100% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(-30deg);
    }
}
@keyframes calf-front {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(65deg);
    }
}
@keyframes calf-back {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(65deg);
    }
    70% {
        transform: rotate(10deg);
    }
}
@keyframes arm-front {
    0%, 100% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(-30deg);
    }
}
@keyframes arm-back {
    0%, 100% {
        transform: rotate(-30deg);
    }
    50% {
        transform: rotate(30deg);
    }
}
@keyframes lower-arm-front {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-45deg);
    }
}
@keyframes lower-arm-back {
    0%, 100% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
}
.anim-part {
    animation-duration: var(--anim-duration);
    animation-play-state: var(--anim-state);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.animate-bob {
    animation-name: bobbing;
}
.animate-leg-front {
    animation-name: thigh-front;
}
.animate-leg-back {
    animation-name: thigh-back;
}
.animate-calf-front {
    animation-name: calf-front;
}
.animate-calf-back {
    animation-name: calf-back;
}
.animate-arm-front {
    animation-name: arm-front;
}
.animate-arm-back {
    animation-name: arm-back;
}
.animate-lower-arm-front {
    animation-name: lower-arm-front;
}
.animate-lower-arm-back {
    animation-name: lower-arm-back;
}
.no-select {
    user-select: none;
    -webkit-user-drag: none;
}
.autoTPE2026_slider .autoTPE2026_slider_copy > * {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
}
.autoTPE2026_slider .autoTPE2026_slider_copy.animate-in > * {
    animation: 0.8s ease 0s 1 normal forwards running autoTPE2026CopyFadeUp;
}
.autoTPE2026_slider .autoTPE2026_slider_copy.animate-in > :nth-child(1) {
    animation-delay: 0.15s;
}
.autoTPE2026_slider .autoTPE2026_slider_copy.animate-in > :nth-child(2) {
    animation-delay: 0.35s;
}
.autoTPE2026_slider .autoTPE2026_slider_copy.animate-in > :nth-child(3) {
    animation-delay: 0.55s;
}
.autoTPE2026_slider .autoTPE2026_slider_copy.animate-in > :nth-child(4) {
    animation-delay: 0.75s;
}
.autoTPE2026_slider .autoTPE2026_slider_copy.animate-in > :nth-child(5) {
    animation-delay: 0.95s;
}
@keyframes autoTPE2026CopyFadeUp {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.scrollbar {
    overflow-x: auto;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.scrollbar::-webkit-scrollbar {
    display: none;
}
@media (max-width: 768px) {
    .autoTPE2026_slider .autoTPE2026_content.slider2 img[alt="noble_machines"] {
        top: 5%;
        left: 5%;
        max-width: 34%;
    }
    #showcaseHighlights article img[alt="noble_machines"] {
        bottom: 3%;
        right: 2%;
        max-width: 32%;
        top: inherit;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider1 {
        align-items: center;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 5%;
        margin-bottom: -50%;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy h1 {
        text-align: center;
        padding: 0;
        max-width: none;
        margin-bottom: 10%;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy p {
        width: 100%;
        max-width: 66%;
    }
    .autoTPE2026 h2, #BoothLocation h2 {
        font-size: 150%;
    }
    html.lity-active #BoothLocation {
        padding: 2em 0;
    }
    #BoothLocation .BoothLocation_content {
        min-width: 0;
        max-width: 100vw;
    }
    #BoothLocation .scrollbar {
        width: 100%;
        max-width: 100%;
        direction: rtl;
    }
    #BoothLocation .scrollbar article {
        display: inline-flex;
        padding-inline: 15px;
        width: 1200px;
        direction: ltr;
        font-size: 3.5vw;
    }
    .speech-bubble::after {
        bottom: 0.2em;
    }
    #BoothLocation h2, #BoothLocation h2 + p {
        padding: 0 15px;
        text-align: center;
    }
    #BoothLocation p span {
        display: inline-block;
    }
    #showcaseHighlights article.RoboticsUxV h3 {
        margin: 0;
    }
}
@media (min-width: 648px) {
    #productOffering ul {
        grid-template-columns: repeat(2, 1fr);
        max-width: 768px;
    }
}
@media (min-width: 768px) {
    .autoTPE2026_slider .autoTPE2026_content.slider2 .autoTPE2026_slider_copy {
        max-width: 60%;
    }
    .autoTPE2026_slider .autoTPE2026_content {
        align-items: center;
        font-size: 1.3vw;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        height: 35.5vw;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider4 .autoTPE2026_slider_copy {
        max-width: 45%;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider1 {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/slider1-1.webp");
    }
    .autoTPE2026_slider .autoTPE2026_content.slider2 {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/slider2.webp");
    }
    .autoTPE2026_slider .autoTPE2026_content.slider3 {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/slider3.webp");
    }
    .autoTPE2026_slider .autoTPE2026_content .autoTPE2026_slider_copy {
        padding: 5%;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider1 .autoTPE2026_slider_copy {
        padding: 0 2.5% 4.4% 22%;
    }
    #showcaseHighlights article {
        height: 220px;
    }
    #showcaseHighlights article::after {
        background-position: right top;
        background-size: cover;
        background-color: rgb(245, 245, 245);
    }
    #showcaseHighlights article.RoboticsUxV::after {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/RoboticsUxV.webp");
    }
    #showcaseHighlights article.SmartManufacturing::after {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/SmartManufacturing.webp");
    }
    #showcaseHighlights article.SmartRetail::after {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/SmartRetail.webp");
    }
    #showcaseHighlights article.Medtech::after {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/Medtech.webp");
    }
    #showcaseHighlights article.AI-Agent::after {
        background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/computex-2026/AI-Agent.webp");
    }
    #showcaseHighlights article div {
        align-items: center;
        text-align: left;
        padding: 2em;
    }
    #showcaseHighlights h3 {
        margin: 0px;
        font-size: 180%;
    }
    .ourPartners ul li {
        width: calc(100% / 4);
    }
    #productOffering ul {
        grid-template-columns: repeat(2, 1fr);
    }
    #productOffering ul li a:hover strong, #productOffering ul li a:hover span {
        color: rgb(68, 68, 68);
    }
    #productOffering ul li a:hover .autoTPE2026_products_slider_learnMore {
        color: rgb(255, 255, 255);
        background-color: rgb(208, 52, 58);
    }
    #productOffering ul li a:hover img {
        transform: scale(1.05);
    }
    #productOffering ul li a:hover strong::before {
        width: 0px;
        opacity: 0;
    }
    #productOffering ul li a:hover strong::after {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    #BoothLocation article {
        font-size: 1.2vw;
    }
}
@media (min-width: 996px) {
    .RegisterNow {
        color: rgb(255, 255, 255);
        background-color: rgb(225, 0, 2);
    }
    .ourPartners ul li {
        width: calc(100% / 7);
    }
}
@media (min-width: 1280px) {
    .autoTPE2026_slider .autoTPE2026_content {
        font-size: 1.1vw;
    }
    .autoTPE2026_slider .autoTPE2026_content.slider3 .autoTPE2026_slider_copy {
        max-width: 55%;
    }
    #productOffering ul {
        grid-template-columns: repeat(3, 1fr);
        max-width: none;
    }
}