@charset "utf-8";
@import "https://cdn.adlinktech.com/Template/BaseStyles/font-awesome.min.css";
@import url("//cdn.adlinktech.com/vendor/css/aos.css");
/* .navList ***************************************************/
.sticky-wrapper.is-sticky {
    height: 64px;
}
.navListContent {
    margin: 0 auto;
}
.navList {
    width: 100%;
    z-index: 400 !important;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .25);
    background-color: #1e262d;
}
.dropdown-title {
    display: none;
}
/*********************/
@media (min-width: 1200px) {
    .navList {
        top: 115px;
    }
    .navListContent {
        width: 100%;
        margin: 0 auto;
        max-width: 1100px;
    }
    .selected {
        display: none;
    }
    .navList ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: stretch;
    }
    .navList ul li {
        width: 100%;
        align-content: center;
        cursor: pointer;
    }
    .navList ul li a {
        position: relative;
        text-align: center;
        line-height: normal;
        font-weight: 500;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 94%;
        width: 100%;
        color: rgba(255, 255, 255, .4);
    }
    .navList ul li a:hover {
        color: #fff;
    }
    .navList ul li a.active, .navList ul li a.AskanADLINK-Expert.active {
        background-color: #008ad0;
        color: #fff;
    }
    .dropdown-selected {
        display: none;
    }
    .navList ul li a.AskanADLINK-Expert {
        background-color: #008ad0;
        padding: 0 2em;
        white-space: nowrap;
    }
}
/* Mobile styles */
@media (max-width: 1199.98px) {
    .navList {
        top: 0;
    }
    .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: #fff;
    }
    .selected::after {
        content: "\f107";
        font-family: 'FontAwesome';
        height: auto;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 50%;
        color: #fff;
        line-height: 1;
        transform: translateY(-50%);
        transition: transform .5s, -webkit-transform .5s;
        font-size: 120%;
    }
    .selected.open::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .dropdown-list li {
        cursor: pointer;
        padding: 15px 15px 0;
    }
    .dropdown-list li:last-of-type {
        cursor: pointer;
        padding: 15px;
    }
    .dropdown-list li a {
        display: block;
        color: #000;
    }
    .dropdown-list li.active a {
        color: #008ad0;
        font-weight: 600;
    }
    .dropdown-list {
        list-style: none;
        padding: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #e6e7e9;
        margin: 0;
        width: 100%;
    }
}
@media (min-width: 1271px) {
    .navList {
        top: 102px;
    }
}
/*** ****************************************************************/
dl, dt, dd {
    width: 100%;
    margin: 0;
}
.IPC * {
    line-height: 1.35;
}
.IPC *, .IPC *::before, .IPC *::after {
    box-sizing: border-box;
}
picture, figure {
    display: block;
    margin: 0 auto;
}
.IPC h2 {
    text-align: center;
    margin: 0 auto 1em;
    font-weight: 500;
    color: #008ad0;
    font-size: 225%;
    line-height: normal;
}
.IPC img {
    width: 100%;
}
.IPC_content {
    margin: 0 auto;
    width: calc(100% - 25px);
    max-width: 1100px;
    padding: 0;
}
.IPC section {
    padding: 50px 0;
}
.links {
    cursor: pointer;
}
/*** ****************************************************************/
.overview {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/Industrial_Motherboards_SBCs/overview_bg.webp");
}
.overview .IPC_content {
    max-width: 1366px;
}
.overview h2 {
    margin: 0 auto 1em;
}
.overview h2 + p {
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    max-width: 1080px;
    font-size: 90%;
}
ul.feature-badges {
    list-style: none;
    margin: 0 auto;
    display: grid;
    column-gap: 0.9375em;
    grid-template-columns: repeat(4, 1fr);
    padding-inline: 76px;
}
ul.feature-badges li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1.2em;
    background-color: #313940;
}
ul.feature-badges li img {
    max-width: 3.125em;
}
ul.feature-badges li p {
    margin: 0;
    line-height: normal;
    padding-left: .5em;
    color: #fff;
    font-size: 100%;
}
.overview figure {
    margin: 2em auto 0;
}
/*** ****************************************************************/
.one-stop {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/Industrial_Motherboards_SBCs/one-stop_bg.webp");
}
.one-stop :is(h2, h4) {
    color: #fff !important;
    padding: 0 15px;
}
.one-stop .IPC_content {
    max-width: 976px;
}
.showcase-container {
    position: relative;
    width: 100%;
}
.showcase-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/Industrial_Motherboards_SBCs/shape.svg);
    z-index: 2;
    opacity: .79;
}
.showcase-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    height: auto;
    visibility: visible;
    z-index: 1;
}
.center-product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    max-width: 34%;
}
.shape-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4em 1em;
    z-index: 5;
}
.panel {
    padding: 0 1.6em;
    display: flex;
    align-items: center;
    aspect-ratio: 3 / 1.06;
}
.panel img {
    transition: 0.3s ease-in-out;
}
.panel-left {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1.5em;
}
.panel-left.top {
    padding-right: 1.3em;
}
.panel-left.top .img-placeholder {
    max-width: 24%;
}
.panel-left.middle .img-placeholder {
    max-width: 29%;
}
.panel-left.bottom {
    padding-right: 130px;
}
.panel-left.bottom .img-placeholder {
    max-width: 41%;
}
.panel-right {
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1.3em;
}
.panel-right.top {
    padding: 0;
}
.panel-right.top .img-placeholder {
    max-width: 28%;
}
.panel-right.middle {
    margin-left: auto;
}
.panel-right.middle .img-placeholder {
    max-width: 31%;
}
.panel-right.bottom {
    padding-left: 130px;
}
.panel-right.bottom .img-placeholder {
    max-width: 56%;
}
.content-text h3 {
    font-size: 140%;
    color: #111827;
    margin-bottom: 6px;
    font-weight: 500;
}
.content-text p {
    font-size: 90%;
    color: #4b5563;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
}
.img-placeholder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
}
.one-stop-shape {
    opacity: .79;
}
.one-stop h4 {
    font-weight: 500;
    text-align: center;
    font-size: 116%;
    padding-top: 1.8em;
    margin: 0;
    animation: pulse-glow 2s ease-in-out infinite alternate;
}
@keyframes pulse-glow {
    0% {
        text-shadow:
            1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 229, 255, 0.4), 0 0 8px rgba(0, 229, 255, 0.2);
        opacity: 0.9;
    }
    100% {
        text-shadow:
            1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 5px #00e5ff, 0 0 15px #00e5ff, 0 0 25px rgba(0, 229, 255, 0.8), 0 0 40px rgba(21, 118, 197, 0.8), 0 0 60px rgba(21, 118, 197, 0.5);
        opacity: 1;
    }
}
/*** ****************************************************************/
.product-offering {
    padding-bottom: 0 !important;
}
ul.product-list {
    list-style: none;
    margin: 2.4em auto 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
    max-width: 1280px;
    width: 100%;
    text-align: center;
}
ul.product-list:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 4em;
}
ul.product-list li {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/Industrial_Motherboards_SBCs/ProductOffering.webp");
    transition: 0.3s ease-in-out;
}
ul.product-list li h3 {
    margin: 0 auto;
    font-size: 108%;
    font-weight: 500;
    padding: 1em 0;
}
/*** ****************************************************************/
.AskanADLINKExpert {
    padding: 50px 0 0 !important;
}
/*** ****************************************************************/
.industrial-apps {
    padding-bottom: 0 !important;
}
.industrial-apps .IPC_content {
    max-width: 1180px;
}
.industry-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3em;
    margin: 2em auto 0;
}
.industry-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.card-image-wrap {
    width: 100%;
    overflow: hidden;
}
.card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.card-body {
    flex-grow: 1;
    padding: 1.5em;
    border-top: 6px solid #1682c5;
    display: flex;
    flex-direction: column;
    position: relative;
}
.card-body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background-color: #242b33;
    transition: 0.3s ease-in-out;
    visibility: visible;
}
.card-body :is(h3, ul) {
    position: relative;
    z-index: 3;
}
.card-title {
    font-size: 134%;
    font-weight: 700;
    margin-bottom: .3em;
    color: #222222;
    line-height: normal;
}
.industry-card.dark-theme .card-title {
    color: #ffffff;
}
.feature-list {
    list-style: none;
    margin: 0;
}
.feature-item {
    position: relative;
    margin-bottom: .3em;
    font-size: 95%;
    color: #666666;
    line-height: normal;
    padding-left: .5em;
    font-weight: 500;
}
.industry-card.dark-theme .feature-item {
    color: #d1d5db;
}
.feature-item::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 992px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
}
/*******************************************************/
#AskanADLINKExpert {
    background-color: #edf0f5;
    padding: 50px 0 !important;
}
/*******************************************************/
#R26040116464462085 ul.slides .slick-prev {
    left: 0;
}
#R26040116464462085 ul.slides .slick-next {
    right: 0;
}
#R26040116464462085 ul.slides .slick-track {
    display: flex !important;
}
#R26040116464462085 ul.slides .slick-slide {
    height: auto !important;
    display: flex !important;
}
#R26040116464462085 ul.slides .slick-slide > div {
    display: flex;
    width: 100%;
}
#R26040116464462085 .itemBox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #eceef2;
}
#R26040116464462085 {
    padding: 50px 0px;
}
#R26040116464462085 h2 {
    text-align: center;
    font-weight: 500;
    line-height: normal;
    color: #0070c0;
    font-size: 213%;
    margin: 0px auto 1em !important;
}
#R26040116464462085 .wrapper.outerWidth[style] {
    margin: 0 auto;
    width: auto !important;
    max-width: 1210px;
}
#C26040116470546441[style] {
    width: 100% !important;
}
#R26040116464462085 .activeWrap {
    background-color: transparent !important;
}
#R26040116464462085 .defaultWrap > .activeWrap .alignCenter {
    display: block;
}
#R26040116464462085 .defaultWrap {
    display: flex;
    flex-wrap: wrap;
}
#R26040116464462085 ul.slides li {
    transition: 0.3s ease-in-out;
    margin: 0;
    padding: 0 10px 10px;
}
#R26040116464462085 ul.slides li * {
    transition: all .3s ease-out;
}
#R26040116464462085 *::after {
    display: none;
}
#R26040116464462085 ul.slides li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #edf0f5;
    max-width: 1005px;
}
#R26040116464462085 ul.slides li img + p {
    background-color: #008ad0;
    margin: 0 0 15px;
    height: 6px;
    width: 100%;
}
#R26040116464462085 ul.slides, #R26040116464462085 ul.slides h3, #R26040116464462085 ul.slides p {
    font-size: 95%;
    padding: 0 1.5em;
    line-height: normal;
    width: 100%;
}
#R26040116464462085 ul.slides li h3 {
    font-weight: 500;
    color: #d0343a;
    width: 100%;
}
#R26040116464462085 ul.slides strong {
    display: inline-block;
    padding: 14px 36px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    margin: auto 0 20px 1.5em;
    background-color: #008ad0;
}
#R26040116464462085 ul.slides strong + p {
    display: none;
}
#R26040116464462085 .cta_btn_ghost_red {
    color: #00c7fd !important;
    border-color: #00c7fd !important;
}
.scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.scrollbar::-webkit-scrollbar {
    display: none;
}
/*** ****************************************************************/
@media screen and (min-width: 768px) and (max-width: 1190px) {
    .overviewScroll article {
        font-size: 1.125vw;
    }
}
@media screen and (max-width: 996px) {
    ul.product-list li {
        width: 250px;
    }
    .overview h2 {
        padding: 0 15px;
    }
    .overview .IPC_content {
        width: 100%;
        padding: 0 !important;
    }
    ul.feature-badges {
        width: 1120px;
    }
    ul.feature-badges li br {
        display: none;
    }
    .overview figure {
        width: 1120px;
        padding: 0 15px;
    }
    .product-offering .IPC_content {
        width: 100%;
        padding: 0 !important;
    }
    ul.product-list {
        display: inline-flex;
        flex-wrap: nowrap;
        padding-inline: 15px;
        width: auto;
        max-width: none;
    }
    ul.product-list:after {
        display: none;
    }
    #R26040116464462085 .wrapper {
        width: 100% !important;
    }
    #R26040116464462085 ul.slides {
        transform: none !important;
        transition: none !important;
        margin: 0 auto;
    }
    #R26040116464462085 ul.slides li {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
    }
    #R26040116464462085 .scrollbar ul.slides {
        display: inline-flex;
        gap: 15px;
        flex-wrap: nowrap;
        padding-inline: 15px;
        width: auto;
    }
    #R26040116464462085 .scrollbar ul.slides > li {
        width: 280px !important;
        /*
        scroll-snap-coordinate: center;
        scroll-snap-align: center;
*/
    }
    #R26040116464462085 ul.slides li {
        margin-bottom: 20px;
    }
    #R26040116464462085 ul.slides li:last-of-type {
        margin-bottom: 0;
    }
    #R26040116464462085 {
        padding: 30px 0px 50px;
    }
}
.Nolink {
    pointer-events: none;
}
.hero-banner.hero-slider-26051315281412306-1 {
    position: relative;
}
.hero-banner.hero-slider-26051315281412306-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/Industrial_Motherboards_SBCs/light.gif");
    mix-blend-mode: screen;
}
@media screen and (max-width: 980px) {
    .showcase-container {
        width: 976px;
        margin-inline-start: 15px;
        margin-inline-end: 15px;
    }
    .one-stop .IPC_content {
        width: 100%;
        padding: 0 !important;
    }
    .one-stop .scrollbar article {
        display: inline-flex;
    }
}
@media (max-width: 768px) {
    .industry-card :is(h3, li), .industry-card .card-body :is(h3, ul) {
        color: #fff;
    }
}
@media screen and (min-width: 768px) {
    .card-body::after {
        height: 0;
    }
    .panel:hover img {
        transform: scale(1.1);
    }
    ul.product-list {
        position: relative;
        z-index: 5;
    }
    ul.product-list li:hover {
        transform: scale(1.05);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    }
    .industry-card:hover .card-image-wrap img {
        transform: scale(1.1);
    }
    .industry-card:hover :is(h3, li) {
        color: #fff !important;
    }
    .industry-card:hover .card-body::after {
        height: 100%;
    }
    .industry-card:hover .card-body :is(h3, ul) {
        color: #fff;
    }
}
@media (min-width: 996px) {
    #R26040116464462085 ul.slides {
        padding: 0 2em;
    }
    #R26040116464462085 ul.slides li:hover .itemBox {
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    }
    #R26040116464462085 ul.slides li:hover figure:before {
        width: 0;
    }
}