body#st-site {}

.stm32n6--customer-grid {
;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    justify-content: flex-start;
    text-align: center;
}

.stm32n6--applications-grid {

    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    justify-content: flex-start;
    text-align: center;
}

.stm32n6--applications-item img {
    height: 100px;
}

.stm32n6--applications-item:nth-child(3) img,
.stm32n6--applications-item:last-child img {
    height: 60px;
    margin: 20px 0;
}

.stm32n6--customer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    justify-content: flex-start;
    text-align: center;
}



.ss-card {
    display: flex;
    margin-top: 25px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

.ss-readers {
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-readers:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
}

@media only screen and (min-width: 1083px) {
    .ss-card-left {
        background-color: #03243b;
        padding: 20px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        display: grid;
        place-items: center;
        text-align: center;
        height: 100%;
        width: 220px;
    }
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    height: 100%;
    width: 100%;
}

.ss-card-title {
    color: #3cb4e6 !important;
    font-weight: bold;
    margin-bottom: 5px;
}

.ss-card-title-2 {
    font-weight: bold;
}

.second-card {
    cursor: default !important;
}

.second-card a {
    pointer-events: none !important;
    text-decoration: none !important;
}

.second-card:hover {
    border: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
    pointer-events: none !important;
}

.ss-card-cta {
    text-align: right;
    margin-right: 30px;
    margin-top: -25px;
    margin-bottom: 40px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

.st-link:hover {
    color: #3cb4e6 !important;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}

.ss-readers {
    text-align: center;
    background-color: #03243b;
}

.ss-readers-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px 0;
    padding: 13px;
}

.ss-card-img {
    text-align: center;
}

.ss-card-desc {
    color: #74757c;
    height: inherit;
}

.ss-cards-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ss-card-left-2 {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: auto;
}

.ss-card-left-2:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

@media only screen and (min-width: 1083px) {
    .ss-card-left-2 {
        background-color: #03243b;
        padding: 20px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        display: grid;
        place-items: center;
        text-align: center;
        min-height: 100%;
        width: 220px;
    }
}

.ss-card-2 {
    display: flex;
    margin-top: 25px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card-2:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

.ss-card a:last-child {
    width: 100%;
}

.ss-card-2:hover {
    border-color: #03234b !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%) !important;
    outline: none !important;
    cursor: default !important;
}

@media only screen and (min-width: 1083px) {
    .ss-card-2 {
        display: flex;
        margin-top: 25px;
        width: 105.5%;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }
}



.section {
    margin: 80px 0;
}

.stm32n6--boards-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 350px));
    text-align: center;
    gap: 40px;
    margin-top: 40px;
}

.stm32n6--board * {
    display: block;
}

.stm32n6--board img {
    height: 150px;
    margin: auto;
}

.stm32n6--board img {}

.stm32n6--board a {
    margin-top: 20px;
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-block {
    width: 20%;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {
        width: 25%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-app-card-block {
        width: 20%;
        margin-bottom: 50px;
    }
}


/* apps cards end */

.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}



.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}


/* END LONG CARDS */



.table-portfolio {
    border-top: 1px solid #03234b;
}

.table-portfolio thead tr td {
    font-size: 12px;
    color: #464650;
}

.td-width-100 {
    width: 100px;
}

.table-portfolio tbody tr td {
    text-align: center;
}
/* Discover your portfolio end */

.tabs {
    border-bottom: 2px solid #03234b;

    overflow-x: auto;

}

button.tab-link {
    margin: 0;
    background: transparent;
    outline: unset;
    border: 0;
    color: #03234b;
    padding: 15px;
    font-weight: bold;
}

button.tab-link:hover {
    background: #03234b;
    color: #fff;
}

button.tab-link.active {
    background: #03234b;
    color: #fff;
}

div.tab-pane {
    margin-top: 20px;
}

.st-overview--description img {
    max-width: 550px;
    width: 100%;
    float: right;
}

.section {
    margin: 80px 0;
}

.ss-card-cta-2 {
    text-align: right;
    padding-right: 30px;
}

.section.st-features-section img {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.stm32n6--developmet-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 350px));
    text-align: center;
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}
.section.stm32n6--boards-content {
    justify-content: center;
}
.ss-stm32mpu-wrapper {
    background-color: #f8f8f8;
}

.ss-stm32mpu-section-title {
    padding: 15px 0 0 15px;
}

.ss-stm32mpu-cards {
    display: flex;
    flex-wrap: wrap;
}

.ss-stm32mpu-card {
    width: 25%;
}

.ss-stm32mpu-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
    height: 40px;
}

.ss-stm32mpu-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ss-stm32mpu-img {
    display: grid;
    justify-content: center;
    height: 125px;
}

.ss-stm32mpu-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
}

.ss-button {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.ss-button-yellow {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}
.ss-button-yellow:hover {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffdb33;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}
.ss-button-yellow:active {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #f5ca00;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

@media only screen and (max-width: 768px) {
    .ss-stm32mpu-card-evaluation {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .ss-stm32mpu-card-evaluation {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1083px) {
    .ss-stm32mpu-card-evaluation {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ss-stm32mpu-card-software {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .ss-stm32mpu-card-software {
        width: 25%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1083px) {
    .ss-stm32mpu-card-software {
        width: 25%;
        margin-bottom: 20px;
    }
}

h2.ss-stm32mpu-section-title,
.ss-stm32mpu-title{
    position: relative;
}
h2.ss-stm32mpu-section-title {
    padding-top: 40px;
}
.ss-stm32mpu-card {
    margin-bottom: 40px;
}
/* stm32mpu ecosystem end */
@media (min-width: 641px) and (max-width: 1024px){
    .stm32n6--applications-grid {
        grid-template-columns: repeat(3, minmax(120px, 1fr));
    }
}


@media (max-width: 640px){
    .stm32n6--applications-grid {
        grid-template-columns: repeat(1, minmax(120px, 1fr));
        gap: 20px;
    }
}

@media (min-width: 641px) and (max-width: 1024px){
    .stm32n6--customer-grid {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}


@media (max-width: 640px){
    .stm32n6--customer-grid {
        grid-template-columns: repeat(1, minmax(120px, 1fr));
        gap: 20px;
    }
}

/* benefits start */
.ss-box-container {
    display: flex;
    flex-wrap: wrap;
}

.ss-boxes {
    width: calc(50% - 6px);
    margin: 3px;

}

.ss-yellow-box {
    background-color: #FFD200;
}

.ss-yellow-text {
    color: #03234b;
}

.ss-yellow-title {
    color: #03234b;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.ss-darkblue-box {
    background-color: #03234b;
}

.ss-darkblue-text {
    color: #fff;
}

.ss-darkblue-title {
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.benefits-title {
    height: 55px;
}

.benefits-description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    padding: 5px;
}

.yellow-list {
    color: #03234b;
}
.yellow-list::before {
    color: #03234b !important;
}

.darkblue-list {
    color: #fff;
}
.darkblue-list::before {
    color: #fff !important;
}

@media (max-width: 600px) {
    .ss-boxes {
        width: 100%;
        margin: 3px;

        padding: 5px;
    }
}
/* benefits end */

/* customer */

.stm32-mce-res-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin-top: 30px;
}

.stm32-mce-resitem {
    flex: 0 0 50%;
    padding: 0 15px;
    align-self: normal;
}

.stm32-mce-restext .itemtext-maintitle {
    font-size: 14px;
    margin: 20px 0;
    word-wrap: break-word;
    color: #002052;
    font-weight: bold;
    text-align: center;
}

.stm32-mce-restext .itemtext-description {
    word-wrap: break-word;
    font-size: 11px;
    max-height: 51px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.stm32-mce-resimg {
    text-align: center;
    height: 270px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

.stm32-mce-resimg .vjs-poster {
    background-color: white;
}

.stm32-mce-resimg div.video-js {
    width: 100%;
    height: 100%;
}

.mcu-embedded-sw .fa-check, .sw-development-tools .fa-check {
    color: #002052;
}