#scope-presentation {
    position: relative;
    display: inline-block;
}

#scope-presentation .scope-container {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    transition: all .4s ease-in-out;
    left: 0;
    padding-right: 5px;
    padding-left: 5px;
}

#scope-presentation .caret-left {
    width: 5px;
    position: absolute;
    left: 0;
    border-radius: 8px;
    top: 0;
}

#scope-presentation .caret-right {
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px;
    transition: all .4s ease-in-out;
}

#scope-presentation .caret-left svg,
#scope-presentation .caret-right svg {
    position: absolute;
}

#scope-presentation .caret-left svg {
    top: -13px;
    left: -4.5px;
}

#scope-presentation .caret-right svg {
    bottom: -13px;
    right: -4.5px;
}

#scope-presentation .scope-container .scope {
    transition: opacity .8s ease-in-out;
    position: absolute;
    opacity: 0;
    white-space: nowrap;
}

#scope-placeholder {
    visibility: hidden;
    display: inline-block;
}

#scope-presentation .scope-container .scope.show {
    opacity: 1;
}

.executive {
    background: rgba(130, 135, 255, 0.3);
}
.entrepreneur {
    background: rgba(130, 135, 255, 0.3);
}
.consultant {
    background: rgba(130, 135, 255, 0.3);
}
.team-member {
    background: rgba(130, 135, 255, 0.3);
}
.student {
    background: rgba(0, 168, 130, 0.3);
}
.researcher {
    background: rgba(0, 168, 130, 0.3);
}
.teacher {
    background: rgba(0, 168, 130, 0.3);
}
.department {
    background: rgba(0, 168, 130, 0.3);
}
.thought-leader {
    background: rgba(0, 158, 224, 0.3);
}
.reader {
    background: rgba(0, 158, 224, 0.3);
}
.connoisseur {
    background: rgba(0, 158, 224, 0.3);
}
.influencer {
    background: rgba(0, 158, 224, 0.3);
}
