.upa_shortprofile_container {
    padding: 0 16px;
}

.upa_shortprofile_container .frame {
    padding: 0 0 30px 0;
}

.upa_shortprofile_container .container {
    --bs-gutter-x: 0;
    max-width: 100% !important;
}

.upa_shortprofile_container .row {
    --bs-gutter-x: 30px;
}

.upa_shortprofile {
    background-color: var(--mg-primary-color-b-super-bright);
    font-size: 16px;
    position: relative;
}

.upa_shortprofile_inner {
    text-align: center;
}

.upa_shortprofile_inner img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 20px;
}

.upa_shortprofile_inner h2,
.upa_shortprofile_inner h3,
.upa_shortprofile_inner h4 {
    font-size: 24px;
    line-height: 1.3;
    padding: 0 30px 0 30px;
    margin-bottom: 0;
}

.upa_shortprofile_img {
    padding: 20px 20px 0 20px;
}

.upa_shortprofile_subtile {
    font-size: 14px;
    margin-bottom: 6px;
    padding: 0 30px;
    text-align: center;
}

.upa_shortprofile_collapse_body {
    display: none;
    padding: 30px;
}

.upa_shortprofile_content_wrapper p,
.upa_shortprofile_content_wrapper ul,
.upa_shortprofile_content_wrapper ol,
.upa_shortprofile_content_wrapper blockquote {
    margin-bottom: 16px;
}

.upa_shortprofile_content_wrapper ul,
.upa_shortprofile_content_wrapper ol {
    padding-left: 20px;
}

.upa_shortprofile_content_wrapper>*:last-child {
    margin-bottom: 0;
}

.upa_shortprofile_content_wrapper ul,
.upa_shortprofile_content_wrapper ol {
    text-align: left;
}

.upa_shortprofile_content_wrapper blockquote {
    position: relative;
    padding: 0 22px;
}

.upa_shortprofile_content_wrapper blockquote:before {
    content: "\201C";
    position: absolute;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    top: 6px;
    left: 0;
    font-family: 'GT-Eesti-LC-Display';
    color: var(--mg-primary-color-a-full);
}

.upa_shortprofile_toggle {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    height: 80px;
}

.upa_shortprofile_toggle:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: var(--mg-primary-color-b-full);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    z-index: 5;
}

.upa_shortprofile_toggle_inner {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
}

.upa_shortprofile_more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upa_shortprofile_toggle_inner a {
    position: relative;
    color: #fff;
    line-height: 1;
    padding: 4px 22px 4px 4px;
    background-color: var(--mg-primary-color-b-full);
}

.upa_shortprofile_toggle_inner a:focus {
    outline: 1px dotted #fff;
}

.upa_shortprofile_toggle_inner a:before {
    transition: 0.5s ease all;
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 14px;
    height: 14px;
    background-image: url(../Img/caret_white.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    margin-top: -7px;
}

.upa_shortprofile_modal .upa_shortprofile_toggle_inner a:before {
    background-image: url(../Img/plus_white.svg);
}

.upa_shortprofile_toggle_inner a:hover {
    color: #fff;
    text-decoration-color: #fff;
}

.upa_shortprofile.upa_shortprofile_open .upa_shortprofile_toggle_inner a:before {
    transform: rotate(180deg);
}

.upa_shortprofile_accordion .upa_shortprofile_text {
    padding: 20px;
}

@media (min-width: 1200px) {
    .upa_shortprofile_container {
        padding: 0;
    }

    .upa_shortprofile_img {
        padding: 30px 30px 0 30px;
    }

    .upa_shortprofile_accordion {
        padding: 40px;
    }

    .upa_shortprofile_accordion .upa_shortprofile_img {
        width: 120px;
        position: absolute;
        left: 40px;
        top: 40px;
        padding: 0;
    }

    .upa_shortprofile_accordion .upa_shortprofile_inner h2,
    .upa_shortprofile_accordion .upa_shortprofile_inner h3,
    .upa_shortprofile_accordion .upa_shortprofile_inner h4 {
        padding-left: 160px;
        text-align: left;
    }

    .upa_shortprofile_accordion .upa_shortprofile_subtile {
        padding-left: 160px;
        text-align: left;
    }

    .upa_shortprofile_accordion .upa_shortprofile_text {
        padding: 20px 0 0 160px;
        text-align: left;
    }
}