.bck-color-f2f4f5 {
    background-color: #f2f4f5;
}

@media (max-width: 992px) {   
    .d-max-lg-none {
        display: none !important;
    }
}

@media (max-width: 768px) {   
    .d-max-md-none {
        display: none !important;
    }
    .index-se-display {
        display: block !important;
    }

}

.index-se-display {
    display: none;
}

.index-se-wrapper {
    padding: 140px 0 40px 0;
    background-color: #FFF;
}

.index-se-container {
    max-width: 1200px;
    margin: auto;
}

.index-se-header {
    font-weight: 900;
    font-style: italic;
    font-size: 26px;
}

.index-se-input-group {
    border: 1px solid #454C54;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
}

.index-se-input {
    border: none !important;
}

.index-se-as {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 40px;
    border-left: 1px solid #454C54;
    margin: 3px 0 3px 0;
}

.index-se-img {
    height: 160px;
}

.index-se-forbes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-se-forbes-img {
    width: 100%;
    height: auto;
    margin-left: 1rem;
}

.list-border-external {
    border: 1px solid #707070;
}

.border-none {
    border: none !important;
}

.min-height-625 {
    min-height: 625px;
}

.height-8pct {
    height: 8%;
}

.height-16pct {
    height: 16%;
}

.height-17pct {
    height: 17%;
}

.height-76pct {
    height: 76%;
}

.height-92pct {
    height: 92%;
}

.banner-interval {
    background-color: #fff;
}

.background-wrapper {
    background-color: #fff;
}

@media (min-width: 992px) {
    .index-se-forbes-img {
        width: 70%;
    }
}
