@charset "UTF-8";
@import url(https://use.typekit.net/lgv1xst.css);

@media (min-width: 996px) {
    .resizeSlick .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

.pd-block .text--center {
    text-align: center;
    margin: 3% 2%;
}

.showTitle {
    display: block;
}

@media (min-width: 996px) {
    .showTitle {
        display: none;
    }
}

.theme-background {
    background: var(--theme);
}

.theme-cirlce li:before {
    background-color: var(--theme);
}

.theme-title::after {
    color: var(--theme);
}

.theme-txt-color {
    color: var(--theme);
}

.theme-line {
    display: block;
    width: auto;
    position: relative;
}

.theme-line:hover {
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    padding-left: 10px;
    color: var(--theme);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.theme-line:hover:before {
    content: "●";
}

.theme-line--active {
    color: var(--theme);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.theme-line--active:before {
    content: "●";
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.theme-border {
    border: 2px solid var(--theme);
}

.theme-box-border {
    background-color: var(--theme);
    border: 2px solid var(--theme);
}

.highlighColor {
    color: var(--theme);
}

.imgBorder {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
}

.border-gradient {

    border-color: var(--theme);
}

.theme-gradient {
    background: var(--theme);

}

.theme-link {
    color: var(--theme);
    text-decoration: underline;
}

.theme-link:hover,
.theme-link:focus {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    color: var(--theme);
    text-decoration: none;
}

.theme-link--active {
    color: var(--theme);
}

.theme-button {
    display: block;
    max-width: 300px;
    border-bottom: 4px solid #999;
    color: #FFF;
    background-color: #000;
    margin: 0 10px;
    padding: 15px 5px;
    text-align: center;
    cursor: pointer;
}

.theme-button:hover,
.theme-button:focus {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    display: block;
    border-bottom: 4px solid var(--theme);
    background-color: #000;
}

.theme-button--active {
    display: block;
    background-color: #000;
    border-bottom: 4px solid var(--theme);
    color: #ffffff;
}

ul.theme-dots li {
    list-style: none;
}

ul.theme-dots li::before {
    content: "·";
    color: var(--theme);
    font-size: var(--block-text-lg);
    padding-right: 10px;
}

/*storage chart color features*/
.storage__block-text .gbps__bar-colorline {
    background: var(--theme);
}

/*strcture Feature*/
.structure2 .mbBox__nav figure.active::after {
    -webkit-filter: drop-shadow(0 0 10px var(--theme));
    filter: drop-shadow(0 0 10px var(--theme));
    border: 1px solid var(--theme);
    -webkit-animation: none;
    animation: none;
    -webkit-box-shadow: 0 0 5px var(--theme);
    box-shadow: 0 0 5px var(--theme);
}

.structure2 .mbBox__nav figure.active::before {
    background: var(--theme);
}


/*MB Group Banner  Common Style*/
.mbBanner {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    padding: 10%;
}

@media (min-width: 996px) {
    .mbBanner {
        padding: 10% 2%;
    }
}

@media (min-width: 996px) {
    .mbBanner {
        padding: 8%;
    }
}

.mbBanner__tBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}

@media (min-width: 996px) {
    .mbBanner__tBox {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 1200px;
    }
}

.mbBanner__tBox .theme-title {
    float: right;
    font-family: "industry-inc-base", sans-serif;
    font-weight: 300;
    font-size: var(--block-title-xl);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.mbBanner__tBox .theme-title::after {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    content: "////////////////////////";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    left: 0;
}

@media (min-width: 996px) {
    .mbBanner__tBox .theme-title::after {
        bottom: 5px;
        content: "//////////////////////////////////////////////////";
    }
}