/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/fitur/style.css ***!
  \*************************************************************************************************************************************************************************/
.fitur-stage img {
    height:450px;
    width:100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    max-width: 100% !important;
    display: none;
    margin-bottom: 65px;
}

.fitur-stage img.active {
    display: block;
}

.fitur-header {
    display: flex;       
}

.fitur-header-name {
    flex:1;
    border-bottom: 3px solid #3565FC;
    text-align: center;
    padding:8px;
    font-weight: 700;
}

.fitur-header-menu-wrapper {
    flex:1;
    border-bottom: 3px solid #868E96;
    text-align: center;
    position: relative;    
    padding:8px;
    cursor: default;
}

.fitur-header-menu-wrapper:hover .fitur-list-menu,
.fitur-header-menu-wrapper:focus .fitur-list-menu {
    display: block;
    opacity: 1;
}

.fitur-header-menu-label {    
    color:#868E96;    
    font-weight: 600;    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fitur-header-menu-label svg path,
.fitur-header-menu-label svg path {
    stroke:#868E96;
}

.fitur-list-menu {
    position: absolute;
    top:calc( 100% + 3px );    
    left:0;
    width:100%;
    padding:0 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #47474740;    
    background-color: #ffffff;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    transition:all 0.2s ease 0s;
}

.fitur-header .fitur-title {
    flex:1;
    font-weight: 700;
    border-bottom: 1px solid #DEE2E6;
    text-align: center;
    padding:8px 16px;
    cursor: pointer;
    position: relative;                    
    color:#DEE2E6;
}

.fitur-header .fitur-title:before {
    content:'';
    position: absolute;
    left:0;
    bottom:-3px;
    width:100%;
    height:3px;
    background-color: transparent;
    transition: all 0.2s ease 0s;
}

.fitur-header .fitur-title:hover,
.fitur-header .fitur-title:focus {
    color:#868E96;
}

.fitur-header .fitur-title:hover:before,
.fitur-header .fitur-title:focus:before {
    background-color: #7aa2fd;
}

.fitur-header .fitur-title.active {    
    color:#212529;
}

.fitur-header .fitur-title.active:before {
    background-color: #3565FC;
}

.fitur-contents .fitur-content {
    padding:50px 0 24px;
    display: none;
}

.fitur-contents .fitur-content > .link-arrow:last-child {
    margin-top:37px;
}

.fitur-contents .fitur-content.active {
    display: block;
}

.fitur-contents p {
    color:#868e96;
}

@media( max-width:767px ) {

    .fitur-stage img {
        height: auto;
    }

    .fitur-contents .fitur-content {
        padding:24px 0;
    }
}



/*# sourceMappingURL=style-index.css.map*/