.section {
    padding: 4rem 0;
    position: relative;
}
.section_self-application {
    padding: 0;
}
.section__edit {
    position: absolute;
    top: 1.25rem;
    right: 0;
    width: 3.2rem;
    height: 3.2rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    background-color: rgba(0, 0, 0, .7);
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    display: none;
}
.section__edit_navigation-bar {
    width: 2.5rem;
    height: 2.5rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.section__edit__icon {
    font-size: 1.2rem;
    color: #FAFAFA;
}
.section__edit__icon_navigation-bar {
    font-size: .8rem;
    color: #FAFAFA;
}
.section:hover .section__edit {
    display: flex;
}
.header-video:hover .section__edit {
    display: flex;
    z-index: 3;
}
.section + .section {
    border-top: 1px solid #e6e9ed;
}
.section__content__title {
    width: 100%;
    margin: 0;
    font-weight: 800;
    font-size: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section__content__title_center,
.section__content__description_center {
    text-align: center;
}
.section__content__description {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.section__content__description * {
    font-size: 1.4rem;
}
.section__content__title + .section__content__description {
    margin-top: 1.5rem;
}
.section__content__subtitle + .section__content__description {
    margin-top: 1.5rem;
}
.section__content__description p {
    margin: 0;
    line-height: 1.8rem;
}
.section__content__description p + p {
    margin-top: .8rem;
}
.section__content__description img {
    max-width: 100%;
    height: auto;
}
.section__content__subtitle {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 600;
    text-align: center;
}
.section__content__subtitle * {
    font-size: 1.6rem;
}
.section__content__title + .section__content__subtitle {
    margin-top: 1.5rem;
}
.section__splitted {
    margin: 0 -15px;
    width: calc(100% + 30px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.section__content__title + .section__splitted {
    margin-top: 2rem;
}
.section__splitted__side-text,
.section__splitted__side-image,
.section__splitted__side-video {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 0 15px;
}
.section__splitted__side-image__image {
    width: 100%;
    height: auto;
    border-radius: .25rem;
}
.section__splitted__side-text {
    font-size: 1.4rem;
    line-height: 2rem;
}
.section__splitted__side-text * {
    font-size: 1.4rem;
}
.section__splitted__side-text p {
    margin: 0;
}
.section__splitted__side-text p + p {
    margin-top: 1.2rem;
}
.button_self-application {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: 1px solid transparent;
    outline: none;
}
.section__content__description__info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
p + p.section__content__description__info {
    margin-top: 1.5rem;
}
.section__content__description__info__single {
    display: block;
}
.section__content__description__info__single i {
    margin-right: .4rem;
}
.section_footer {
    padding: 2rem;
    background-color: #ffffff;
    border-top: 1px solid #E6E9ED;
    display: flex;
    justify-content: center;
}
.section_footer__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #494444;
}
.section_footer__link:hover {
    opacity: .8;
    color: #494444;
}
.section_footer__link__image {
    max-height: 2.5rem;
    padding-left: .6rem;
}
@media (max-width: 1199px) {
    .section:hover .section__edit {
        display: none;
    }
    .section__splitted__side-text,
    .section__splitted__side-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .section__splitted__side-video {
        width: 80%;
        min-width: 80%;
        max-width: 80%;
    }
    .section__splitted__side-text {
        text-align: center;
        font-size: 1.5rem;
    }
    .section__splitted__side-image + .section__splitted__side-text,
    .section__splitted__side-video + .section__splitted__side-text {
        margin-top: 1.5rem;
    }
    .section__splitted__side-text + .section__splitted__side-image,
    .section__splitted__side-text + .section__splitted__side-video {
        margin-top: 1.5rem;
    }
}
@media (max-width: 719px) {
    .section__content__title {
        font-size: 2.2rem;
    }
    .section__splitted__side-video {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .section__content__description__info__single {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: .6rem;
    }

    .section__content__description__info__single i {
        margin-right: .6rem;
    }
}
#applywithlinkedin_button,
#submit_button,
#upload-video-pres,
.categoryButtons a[id^="button_"] {
    font-size: 1rem !important;
}

body #profileCategoriesPanel {
    background: transparent !important;
}

#profileCategoriesPanel {
    margin-bottom: var(--bien-gutter-double);
}