#pearl-type-slider {
    overflow: none;
    padding: 1rem 0
}

#pearl-type-slider .slider-title {
    text-align: center;
    margin: 1rem auto;
    padding-bottom: 1rem
}

#pearl-type-slider .slider-title h2 {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin: 0
}

#pearl-type-slider .slider-title h2._updating {
    opacity: 0
}

#pearl-type-slider .slider-title h2._updated {
    opacity: 1
}

#pearl-type-slider .slider {
    display: block;
    max-width: 50rem;
    margin: 0 auto;
    background: #e6e6e6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3)
}

#pearl-type-slider .slider .slider-bar {
    display: block;
    margin: auto;
    max-width: 80%
}

@media (min-width: 769px) and (max-width: 1023px) {
    #pearl-type-slider .slider .slider-bar {
        max-width: 85%
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    #pearl-type-slider .slider .slider-bar {
        max-width: 85%
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .slider {
        max-width: 100%
    }
}

#pearl-type-slider .options {
    max-width: 45rem;
    margin: auto
}

#pearl-type-slider .options .layout {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#pearl-type-slider .options .option {
    position: relative;
    width: 7.5rem
}

#pearl-type-slider .options .option .label {
    cursor: pointer;
    text-align: center;
    margin-top: 1rem;
    z-index: -1
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .options .option .label {
        margin-top: 2rem
    }
}

#pearl-type-slider .options .option .label span {
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    display: block
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .options .option .label span {
        font-size: 1rem
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .options .option .label ._hidden-mobile {
        display: none
    }
}

#pearl-type-slider .options .option._active .label span {
    color: #4C7FA6
}

#pearl-type-slider .slider-description {
    display: block;
    text-align: center;
    max-width: 48rem;
    margin: 1rem auto
}

#pearl-type-slider .slider-description p {
    font-size: 0.75rem
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .slider-description p {
        font-size: 1rem
    }
}

#pearl-type-slider .slider-description p._updating {
    opacity: 0
}

#pearl-type-slider .slider-description p._updated {
    opacity: 1
}
