.hero-banner {
    -webkit-animation: 0.6s ease-in-out 0.3s showIntroShot1;
    animation: 0.6s ease-in-out 0.3s showIntroShot1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes showIntroShot1 {
    0% {
        opacity: 0;
        -webkit-transform: perspective(700px) translate3d(200px, 300px, 200px);
        transform: perspective(700px) translate3d(200px, 300px, 200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(700px) translate3d(0px, 0px, 0px);
        transform: perspective(700px) translate3d(0px, 0px, 0px);
    }
}

.icon-block {
    background: rgba(241, 242, 242, 0.2);
    color: #ffffff;
}

.bg_msecondary {
    background-color: #39b5e6;
}

.map-bg::before {
    opacity: 0.05 !important;
}

circuit-bg {
    position: relative;
}

.circuit-bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/circuit_pattern.svg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    opacity: 0.03;
}

@media (max-width: 991.98px) {
    .circuit-bg::before {
        background-size: 100%;
    }
}


.wrapper {
    padding-bottom: 90px;
}

.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(57,181,230), transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(57,181,230);
    border-right: 1px solid rgb(57,181,230);
}

.div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-left: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
    border-radius: 0 0 8px 8px;
}

.div-stopper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    background-color: white;
    border-left: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: goldenrod;
    border: 1px solid rgb(48,49,51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #39b5e6;
}

#webcasts a {
    text-decoration: none !important;
}


.card-deck-cust .card {
    margin-bottom: 15px;
}

@media (min-width: 900px) {
    .card-deck-cust {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck-cust .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-hover-bg:hover {
    /*border-right: 1px solid rgb(57,181,230);*/
    border: 1px solid #ffffff !important;
    border-radius: 4px;
    background-color: transparent !important;
    color: #ffffff;
}

.card-hover a {
    color: #ffffff !important;
}

.mb-19 {
    margin-bottom: 1.9rem !important;
}

.text-pop {
    color: #39b5e6;
}

#catalog a {
    text-decoration: none !important;
}


.mchp-colorstripe-container {
    margin-top: 5px;
}

    .mchp-colorstripe-container .colorstripe-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
        grid-template-rows: 1fr;
        gap: 0 3px
    }

        .mchp-colorstripe-container .colorstripe-grid-container .main-bar {
            height: 7px;
        }

            .mchp-colorstripe-container .colorstripe-grid-container .main-bar.orange-bar {
                background-color: #f68d2e;
            }

            .mchp-colorstripe-container .colorstripe-grid-container .main-bar.blue-bar {
                background-color: #41b6e6;
            }

            .mchp-colorstripe-container .colorstripe-grid-container .main-bar.green-bar {
                background-color: #6cc24a;
            }

.mchp-colorstripe-pt, mchp-colorstripe-py {
    padding-top: 1.3rem !important;
}

.header-bg {
    background-image: url("../img/mchp-brandingelement-rgb2.png") !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-size: 135px !important;
}

.header {
/*    background-color: transparent !important;*/
}

@media only screen and (max-width: 1390px) {
    .navbar-brand {
        margin-left: 110px ;
    }
}