.header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
.header_sticky {
    background: #2f2f2f;
}
@media (min-width: 992px) {
    .header {
        border-bottom: 1px solid rgba(255,255,255, 1);
    }
}


.up24_intro {
    background-color: #2939DB;
}
.up24_intro__title {
    font-size: 83px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    font-family: "SangBleu", sans-serif;
    z-index: 5;
    position: relative;
}
.up24_intro__btn {
    color: #01477D;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    width: 387px;
    height: 60px;
    line-height: 59px;
    border-radius: 50px;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 5;
    position: relative;
}
.up24_intro__btn img {
    vertical-align: middle;
    padding-left: 12px;
}
.up24_intro__recording {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-left: 35px;
    z-index: 5;
    position: relative;
}
.up24_intro__recording img {
    vertical-align: middle;
    padding-left: 5px;
}

.up24_intro__box {
    border: 2px solid #fff;
    height: 150px;
    width: auto;
    display: inline-block;
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
    z-index: 5;
}

.up24_intro__box_col {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.up24_intro__box_col__inside {
    height: 50%;
}
.up24_intro__box_col__inside, .up24_intro__box_col:nth-of-type(3) {
    padding: 15px 15px 15px 20px;
    font-size: 20px;
    line-height: 22px;
}
.up24_intro__box_col__inside:nth-of-type(1) {
    border-bottom: 2px solid #fff;
}
.up24_intro__box_col:nth-of-type(1) {
    width: 200px;
}
.up24_intro__box_col:nth-of-type(2) {
    width: 280px;
    border-left: 2px solid #fff;
}
.up24_intro__box_col:nth-of-type(3) {
    width: 225px;
    border-left: 2px solid #fff;
    background: #01827E;
    font-family: "SangBleu", sans-serif;
}
.up24_intro__box_col:nth-of-type(1) .up24_intro__box_col__inside:nth-of-type(1) {
    font-family: "SangBleu", sans-serif;
}
.up24_intro__box_col:nth-of-type(2) .up24_intro__box_col__inside:nth-of-type(2) {
    font-family: "SangBleu", sans-serif;
}

.up24_intro__blueCircle {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}
.up24_intro__author {
    position: absolute;
    bottom: 0;
    max-width: 323px;
    max-height: 481px;
    z-index: 1;
}
@media (min-width: 992px) { 
    .up24_intro__author {
        right: 0;
    }
    .up24_intro__blueCircle {
        left: 44%;
    }
    .up24_intro__box_col:nth-of-type(2) {
        width: 250px;
    }
    .up24_intro__box_col:nth-of-type(3) {
        width: 205px;
    }
}
@media (min-width: 1200px) { 
    .up24_intro__author {
        right: 30px;
    }
    .up24_intro__blueCircle {
        left: 50%;
    }
    .up24_intro__box_col:nth-of-type(2) {
        width: 280px;
    }
    .up24_intro__box_col:nth-of-type(3) {
        width: 225px;
    }
}

.up24_intro__blueCircle_mob {
    display: none;
}

@media (max-width: 991px) {
    .up24_intro__blueCircle {
        display: none;
    }
    /* .up24_intro {
        padding-top: 92px;
        padding-bottom: 37px;
    } */
    .up24_intro__title {
        font-size: 40px;
    }
    .up24_intro__btn {
        font-size: 20px;
        color: #018B7E;
        height: 49px;
        line-height: 48px;
        width: auto;
        max-width: 233px;
        padding: 0 20px;
    }
    .up24_intro__btn img {
        padding-left: 5px;
        content: url("/volunteering/assets/images/2024/volunteering/arrow_green_mob.svg");
    }
    .up24_intro__recording {
        font-size: 16px;
        margin-left: 10px;
    }

    .up24_intro__box {
        border: 1px solid #fff;
        height: auto;
        width: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 28px;
    }
    .up24_intro__box_col {
        display: inline-block;
    }
    .up24_intro__box_col__inside {
        height: auto;
        width: 100%;
    }
    .up24_intro__box_col__inside, .up24_intro__box_col:nth-of-type(3) {
        padding: 15px;
        font-size: 16px;
        line-height: 120%;
    }

    .up24_intro__box_col__inside:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }
    .up24_intro__box_col:nth-of-type(1) {
        width: 40%;
        min-height: 150px;
    }
    .up24_intro__box_col:nth-of-type(2) {
        width: 60%;
        border-left: 1px solid #fff;
        min-height: 150px;
    }
    .up24_intro__box_col:nth-of-type(3) {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #fff;
        background: #01827E;
        font-family: "SangBleu", sans-serif;
    }
    .up24_intro__box_col:nth-of-type(1) .up24_intro__box_col__inside:nth-of-type(1), .up24_intro__box_col:nth-of-type(2) .up24_intro__box_col__inside:nth-of-type(1) {
        min-height: 70px;
    }

    .up24_intro__blueCircle_mob {
        position: absolute;
        top: initial;
        left: 0;
        bottom: 0;
        display: block;
        z-index: 2;
    }
    .up24_intro__author {
        position: static;
        /* max-height: 281px; */
        width: 70%;
        margin-top: 20px;
        z-index: 5;
        position: relative;
    }
}



.up24_about {
    margin-top: 90px;
    margin-bottom: 91px;
}
.up24_about__col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.up24_about__col:nth-of-type(1) {
    padding-right: 19px;
    font-family: "SangBleu", sans-serif;
    font-size: 40px;
    line-height: 110%;
    font-weight: 500;
    color: #fff;
}
.up24_about__col:nth-of-type(2) {
    padding-left: 28px;
    font-size: 25px;
    line-height: 120%;
    color: #fff;
    border-left: 2px solid #fff;
    padding-bottom: 50px;
}
.up24_about__wrap {
    padding-bottom: 11px;
    border-bottom: 2px solid #fff;
}

@media (max-width: 991px) {
    .up24_about {
        margin-top: 50px;
        margin-bottom: 55px;
    }
    .up24_about__col {
        width: 100%;
    }
    .up24_about__col:nth-of-type(1) {
        padding-right: 16px;
        font-size: 20px;
        line-height: 105%;
        padding-bottom: 30px;
    }
    .up24_about__col:nth-of-type(2) {
        padding-left: 0;
        padding-right: 16px;
        font-size: 16px;
        line-height: 120%;
        color: #fff;
        border-left: 0;
        padding-bottom: 0;
        padding-top: 30px;
        border-top: 1px solid #EAEAEA;
    }
    .up24_about__wrap {
        padding-bottom: 0;
        border-bottom: 0;
        border-right: 1px solid #EAEAEA;
    }
}


.up24_whom {
    margin-bottom: 80px;
}
.up24_whom__label {
    font-family: "SangBleu", sans-serif;
    font-size: 75px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    float: left;
}
.up24_whom__text {
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    width: 50%;
    float: right;
    padding: 31px 17px 31px 27px;
    border: 2px solid #fff;
    /* background:rgb(1, 139, 126); */
    background-color: #2939DB;
}
@media (max-width: 991px) {
    .up24_whom {
        margin-bottom: 56px;
    }
    .up24_whom__label {
        float: none;
        font-size: 45px;
        margin-bottom: 25px;
    }
    .up24_whom__text { 
        width: 100%;
        float: none;
        font-size: 20px;
        border: 1px solid #fff;
        padding: 22px 15px 22px 25px;
    }
}


.up24_experts {
    margin-bottom: 101px;
}
.up24_experts__label {
    font-family: "SangBleu", sans-serif;
    font-size: 75px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    display: block;
}
.up24_experts__text2 {
    float: left;
}
.up24_experts__text {
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    width: 48.1%;
    float: right;
    padding-top: 200px;
}
.up24_experts__notice {
    font-family: "SangBleu", sans-serif;
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    padding-top: 280px;
}
.up24_experts__wrap {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 61px;
}
.up24_experts__border{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 88px;
    border-bottom: 2px solid #fff;
}
.up24_experts__text__mob {
    display: none;
}

@media (max-width: 991px) {
    .up24_experts {
        margin-bottom: 45px;
    }
    .up24_experts__border {
        display: none;
    }
    .up24_experts__text2 {
        float: none;
    }
    .up24_experts__label { 
        font-size: 45px;
    }
    .up24_experts__notice {
        font-size: 16px;
        padding-top: 38px;
    }
    .up24_experts__text {
        font-size: 16px;
        width: 90%;
        float: none;
        font-weight: 400;
        padding-top: 18px;
        padding-left: 22px;
        padding-right: 14px;
        padding-bottom: 6px;
        margin-top: 25px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .up24_experts__text__mob {
        display: block;
        position: absolute;
        left: 0;
    }
    .up24_experts__wrap {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}


.swiper-wrapper__experts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 40px;
    column-gap: 12px;
}

.up24_experts__box {
    position: relative;
}
@media (min-width: 992px) { 
    .up24_experts__box {
        width: 32.4%;
    }
}
.up24_experts_author {
    width: 100%;
}
.up24_experts_fio {
    font-family: "SangBleu", sans-serif;
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    padding-top: 27px;
}
.up24_experts_bio {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
    padding-top: 5px;
}
.up24_experts_desc {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
    padding-top: 19px;
    padding-right: 10px;
    padding-bottom: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    align-self: stretch;
    display: none;
}
.up24_experts_desc p {
    padding-bottom: 10px;
}
.up24_experts_desc p:last-child {
    padding-bottom: 0;
}
.up24_experts_bio__icon {
    vertical-align: middle;
    cursor: pointer;
}
.up24_experts_bio__icon_minus {
    display: none;
}
.up24_experts_inside {
    display: none;
}

@media (max-width: 991px) {
    .swiper-wrapper__experts {
        flex-direction:initial;
        flex-wrap: initial;
        justify-content: initial;
        align-items: initial;
        row-gap: initial;
    }
    .up24_experts__box {
        /* width: inherit; */
        /* width: 100% !important; */
        border-top: 1px solid #fff;
        /* border-bottom: 1px solid #fff; */
        padding-top: 30px;
        padding-bottom: 30px;
        align-self: stretch;
    }
    .up24_experts_author {
        width: 45%;
        display: inline-block;
    }
    .up24_experts_bio__icon {
        display: none !important;
    }
    .up24_experts_desc {
        display: none !important;
    }
    .up24_experts_fio {
        font-size: 16px;
        padding-top: 0;
    }
    .up24_experts_bio {
        font-size: 12px;
        padding-top: 10px;
    }
    .up24_experts_info {
        display: inline-block;
        width: 50%;
        padding-left: 12px;
    }
    .up24_experts_inside {
        display: block;
        font-size: 16px;
        line-height: 120%;
        font-weight: 400;
        color: #fff;
        padding-top: 15px;
    }
    .up24_experts_inside p {
        padding-bottom: 10px;
    }
    .up24_experts_inside p:last-child {
        padding-bottom: 0;
    }
}


.up24_experts_request {
    display: inline-block;
    padding: 12px 85px 12px 100px;
    outline: none;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    font-size: 25px;
    color: #2F2F2F;
    background-color: #fff;
    margin-top: 65px;
}
.up24_experts_request img {
    vertical-align: middle;
    padding-left: 10px;
}
.up24_experts_request__text {
    display: inline-block;
    padding-left: 25px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 25px;
}
.up24_experts_request__text img {
    vertical-align: middle;
    padding-left: 7px;
}
@media (max-width: 991px) {
    .up24_experts_request {
        padding: 10px 10px 10px 15px;
        font-size: 18px;
        margin-top: 10px;
    }
    .up24_experts_request img {
        padding-left: 2px;
        width: 22px;
    }
    .up24_experts_request__text {
        font-size: 15px;
        padding-left: 7px;
    }
    .up24_experts_request__text img {
        padding-left: 5px;
    }
}

.up24_shedule {
    margin-bottom: 96px;
}
.up24_shedule__label {
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    font-size: 75px;
    color: #fff;
    line-height: 100%;
    padding-bottom: 60px;
}
.up24_shedule__box {
    border: 2px solid #fff;
}
.up24_shedule__menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.up24_shedule__point {
    cursor: pointer;
    flex-grow: 1;
    background: #2939DB;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-decoration: underline;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.up24_shedule__point:last-child {
    border-right: 0;
}
.up24_shedule__point.active {
    background: #ffffff;
    color: #2939DB;
}
.up24_shedule__point .up24_shedule__point_desk {
    display: none;
}
.up24_shedule__point .up24_shedule__point_mob {
    display: block;
}
.up24_shedule__point.active .up24_shedule__point_desk {
    display: block;
}
.up24_shedule__point.active .up24_shedule__point_mob {
    display: none;
}

.up24_shedule__col {
    display: flex;
    flex-direction: row;
}
.up24_shedule__inside {
    padding: 35px 15px 40px 30px; 
}
.up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1), .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1) {
    width: 39.4%;
    border-right: 2px solid #fff;
}
.up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(2), .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(2) {
    width: 60.2%;
}
.up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1) {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
.up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(2) {
    font-size: 25px;
    font-weight: 400;
    line-height: 135%;
    color: #fff;
}

.up24_shedule__col:nth-of-type(1) {
    min-height: 140px;
    border-bottom: 2px solid #fff;
    font-size: 30px;
    font-family: "SangBleu", sans-serif;
    line-height: 110%;
    color: #fff;
}
.up24_shedule__col:nth-of-type(2) {
    min-height: 500px;
}

.up24_shedule__photo {
    height: 72px;
    margin-right: 21px;
}

.up24_shedule__inside__text {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.up24_shedule__inside__text li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 25px;
}
.up24_shedule__inside__text li:nth-child(odd):before {
    content: "✧"; 
    padding-right: 17px;
}
.up24_shedule__inside__text li:nth-child(even):before {
    content: "✦"; 
    padding-right: 17px;
}
.up24_shedule__inside__text li:last-child {
    padding-bottom: 0;
}

.up24_shedule__board {
    display: none;
}
.up24_shedule__board.active {
    display: block;
}

@media (max-width: 991px) {

    .up24_shedule {
        margin-bottom: 50px;
    }
    .up24_shedule__label {
        font-size: 45px;
        padding-bottom: 25px;
    }
    .up24_shedule__box {
        border: 1px solid #fff;
    }
    .up24_shedule__point {
        font-size: 16px;
        height: 43px;
        border-bottom: 1px solid #fff;
        width: 25%;
    }
    .up24_shedule__point:nth-of-type(4) {
        border-right: 0;
    }

    /* .up24_shedule__board:nth-of-type(8) .up24_shedule__col .up24_shedule__inside:nth-of-type(1) {
        display: none;
    }
    .up24_shedule__board:nth-of-type(9) .up24_shedule__col .up24_shedule__inside:nth-of-type(1) {
        display: none;
    } */
    /* .up24_shedule__board:nth-of-type(8) .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(2) {
        border-bottom: 0;
    }
    .up24_shedule__board:nth-of-type(9) .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(2) {
        border-bottom: 0;
    } */

    .up24_shedule__col {
        display: flex;
        flex-direction: column;
    }
    .up24_shedule__inside {
        padding: 15px 15px 15px 15px; 
    }
    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1) {
        font-size: 16px;
        font-weight: 500;
        order: 2;
        width: 40%;
        border-right: 0;
        line-height: 120%;
        height: 65px;
    }
    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(2) {
        font-size: 20px;
        font-weight: 500;
        order: 1;
        width: 100%;
        line-height: 120%;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1) {
        font-size: 16px;
        font-weight: 500;
        width: 60%;
        border-right: 0;
        margin-left: 40%;
        margin-top: -65px;
        line-height: 120%;
        height: 65px;
    }
    .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(2) {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        width: 100%;
        border-right: 0;
        border-top: 1px solid #fff;
    }
    .up24_shedule__photo {
        display: none;
    }

    .up24_shedule__col:nth-of-type(1) {
        min-height: auto;
        border-bottom: 0;
    }
    .up24_shedule__col:nth-of-type(2) {
        min-height: auto;
    }

    .up24_shedule__inside__text li {
        padding-left: 1em;
        text-indent: -1em;
    }
    .up24_shedule__inside__text li:nth-child(odd):before {
        content: "✧"; 
        padding-right: 4px;
    }
    .up24_shedule__inside__text li:nth-child(even):before {
        content: "✦"; 
        padding-right: 4px;
    }

    .up24_shedule__point .up24_shedule__point_desk {
        display: none !important;
    }
    .up24_shedule__point .up24_shedule__point_mob {
        display: block !important;
    }
}


.up24_shedule__btn {
    text-decoration: underline;
    border-top: 2px solid #fff;
    cursor: pointer;
    padding: 25px 15px 25px 30px; 
    font-family: "SangBleu", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.up24_shedule__btn img.up24_shedule__btn__icon {
    vertical-align: middle;
    transition: all 0.3s ease-out;
    margin-left: 15px;
    width: 23px;
    height: 23px;
}
.up24_shedule__btn img.up24_shedule__btn__icon_minus {
    display: none;
}
@media (max-width: 991px) {
    .up24_shedule__btn {
        font-size: 16px;
        border-top: 1px solid #fff;
        padding: 7px 15px 7px 15px; 
    }
    .up24_shedule__btn img.up24_shedule__btn__icon {
        vertical-align: middle;
        /* padding-left: 10px; */
        width: 15px;
        margin-left: 10px;
    }
}

.up24_shedule__accordion {
    display: none;
}
.up24_shedule__accordion_wrap {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #fff;
}
.up24_shedule__accordion__inside {
    padding: 25px 10px 25px 30px; 
}
.up24_shedule__accordion_col:nth-of-type(1) {
    width: 66%;
    border-right: 2px solid #fff;
}
.up24_shedule__accordion_col:nth-of-type(2) {
    width: 34%;
}
.up24_shedule__accordion_col:nth-of-type(1) > .up24_shedule__accordion__inside:nth-of-type(1) {
    background: #2939DB;
    border-bottom: 2px solid #fff;
}

.up24_shedule__accordion_col:nth-of-type(1) > .up24_shedule__accordion__inside:nth-of-type(2) {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.up24_shedule__accordion_col:nth-of-type(1) .up24_shedule__accordion_inside_col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border-left: 2px solid #fff;
}

.up24_shedule__accordion_col:nth-of-type(1) .up24_shedule__accordion_inside_col  .up24_shedule__accordion__inside:nth-of-type(1) {
    border-bottom: 2px solid #fff;
}
.up24_shedule__accordion_col:nth-of-type(1) .up24_shedule__accordion_inside_col  .up24_shedule__accordion__inside:nth-of-type(2) {
    background: #2939DB;
}

.up24_shedule__accordion_col:nth-of-type(2) .up24_shedule__accordion__inside:nth-of-type(2) {
    border-top: 2px solid #fff;
}

.up24_shedule__accordion__title {
    font-size: 30px;
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    line-height: 110%;
    color: #fff;
}
.up24_shedule__accordion__title2 {
    font-size: 25px;
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
.up24_shedule__accordion__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}
.up24_shedule__accordion__text2 {
    font-family: "SangBleu", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}

@media (max-width: 991px) {
    .up24_shedule__accordion_wrap {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #fff;
    }
    .up24_shedule__accordion__inside {
        padding: 15px 15px 15px 15px; 
    }
    .up24_shedule__accordion_col:nth-of-type(1) {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .up24_shedule__accordion_col:nth-of-type(2) {
        width: 100%;
    }
    .up24_shedule__accordion_col:nth-of-type(1) > .up24_shedule__accordion__inside:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }
    .up24_shedule__accordion_col:nth-of-type(1) .up24_shedule__accordion_inside_col {
        border-left: 1px solid #fff;
    }
    
    .up24_shedule__accordion_col:nth-of-type(1) .up24_shedule__accordion_inside_col  .up24_shedule__accordion__inside:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }
    .up24_shedule__accordion_col:nth-of-type(2) .up24_shedule__accordion__inside:nth-of-type(2) {
        border-top: 1px solid #fff;
    }

    .up24_shedule__accordion_col:nth-of-type(2) .up24_shedule__accordion__inside:nth-of-type(1) {
        padding-bottom: 15px !important;
    }

    .up24_shedule__accordion__title {
        font-size: 16px;
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
        line-height: 110%;
        color: #fff;
    }
    .up24_shedule__accordion__title2 {
        font-size: 16px;
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
    }
    .up24_shedule__accordion__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        color: #fff;
        padding: 0 !important;
        padding-top: 15px !important;
    }
    .up24_shedule__accordion__text2 {
        font-family: "SangBleu", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        padding: 0 !important;
    }
    .up24_shedule__accordion__text span, .up24_shedule_span_custom {
        font-size: initial !important;
    }
}
    


.up24_document {
    background: #018B7E;
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 76px;
}
.up24_document__label {
    font-family: "SangBleu", sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding-bottom: 70px;
}
.up24_document__certs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 2px solid #fff;
}
.up24_document__certs_col:nth-of-type(1) {
    border-right: 2px solid #fff;
    font-family: "SangBleu", sans-serif;
}
.up24_document__certs_col:nth-of-type(2) {
    background: #01477D;
}
.up24_document__certs_col {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}
.up24_document__certs_col p {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    padding-left: 20px;
    word-wrap: break-word;
}
.up24_document__footer {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    padding: 16px 154px 28px 25px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: 18px;
}
.up24_document__footer span {
    font-family: "SangBleu", sans-serif;
}
.up24_document__certs_col img {
    height: 122px;
}

@media (max-width: 991px) { 
    .up24_document {
        margin-bottom: 45px;
        padding-top: 30px;
        padding-bottom: 48px;
    }
    .up24_document__label {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .up24_document__certs {
        /* flex-direction: column; */
        border: 1px solid #fff;
    }
    .up24_document__certs_col:nth-of-type(1) {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .up24_document__certs_col:nth-of-type(2) {
        background: #01477D;
    }
    .up24_document__certs_col {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 15px;
    }
    .up24_document__certs_col img {
        height: 66px;
    }
    .up24_document__certs_col p {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        padding-left: 25px;
    }
    .up24_document__footer {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        padding: 6px 15px 15px 15px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin-top: 10px;
    }
}

.up24_document__middle {
    background: #01477D;
    padding: 0 115px 30px 25px;
    border: 2px solid #fff;
}
.up24_document__middle:nth-of-type(2) {
    margin-top: 37px;
    border-bottom: 0;
}
.up24_document__middle_title{
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
    padding-top: 51px;
    color: #fff;
    font-family: "SangBleu", sans-serif;
}
.up24_document__middle_text {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    padding-top: 30px;
}

@media (max-width: 991px) { 
    .up24_document__middle {
        background: #01477D;
        padding: 0 24px 20px 15px;
        border: 1px solid #fff;
    }
    .up24_document__middle:nth-of-type(2) {
        margin-top: 16px;
    }
    .up24_document__middle_title{
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        padding-top: 17px;
        color: #fff;
        font-family: "SangBleu", sans-serif;
    }
    .up24_document__middle_text {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        padding-top: 14px;
    }
}

.up24_document__btn {
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding-top: 25px;
}
.up24_document__btn_icon {
    margin-left: 12px;
    vertical-align: middle;
}
.up24_document__btn_minus {
    display: none;
}
.up24_document__accordion {
    position: relative;
    margin-right: -90px;
    display: none;
}
.up24_document__accordion_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 2px solid #fff;
    width: 100%;
    margin-top: 36px;
}
.up24_document__accordion_col {
    width: 33.33%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "SangBleu", sans-serif;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    min-height: 90px;
}
.up24_document__accordion_col:nth-of-type(1), .up24_document__accordion_col:nth-of-type(4) {
    background: #006651;
}
.up24_document__accordion_col:nth-of-type(2) {
    background: #9A4687;
}
.up24_document__accordion_col:nth-of-type(5) {
    background: #2F4497;
}
.up24_document__accordion_col:nth-of-type(3), .up24_document__accordion_col:nth-of-type(6) {
    border-right: 0;
}
.up24_document__accordion_col:nth-of-type(4), .up24_document__accordion_col:nth-of-type(5), .up24_document__accordion_col:nth-of-type(6) {
    border-bottom: 0;
}


@media (max-width: 991px) { 
    .up24_document__btn {
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        padding-top: 20px;
        white-space: nowrap;
    }
    .up24_document__btn_icon {
        margin-left: 5px;
        vertical-align: middle;
        width: 15px;
    }
    .up24_document__accordion_col {
        width: 33.33%;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        padding: 8px 7px;
        font-size: 12px;
        font-family: "SangBleu", sans-serif;
        line-height: 120%;
        font-weight: 500;
        color: #fff;
        min-height: 80px;
    }
    .up24_document__accordion {
        position: relative;
        margin-left: -15px;
        margin-right: -24px;
        margin-bottom: -20px;
    }
    .up24_document__accordion_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #fff;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        width: 100%;
        margin-top: 20px;
    }
}








.up24_study {
    margin-bottom: 0;
    padding-bottom: 62px;
}
.up24_study__caption {
    font-family: "SangBleu", sans-serif;
    font-size: 45px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    padding-bottom: 30px;
}
.up24_study__caption_bullet {
    vertical-align: middle;
    margin-top: -15px;
    margin-right: 15px;
}

.up24_study__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.up24_study__box:nth-of-type(1) .up24_study__item {
    width: 100%;
    height: auto;
}
.up24_study__box:nth-of-type(2) .up24_study__item {
    width: 100%;
    height: auto;
}
.up24_study__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: flex-start;
    flex-grow: 1;
    background-color: #fff;
    padding: 17px 30px 17px 12px;
    position: relative;
    border-bottom: 1px solid #2F2F2F;
}
.up24_study__label {
    font-size: 20px;
    line-height: 110%;
    color: #2F2F2F;
    font-weight: 500;
}
.up24_study__label i {
    font-family: "SangBleu", sans-serif;
}
.up24_study__text {
    font-size: 14px;
    color: #2F2F2F;
    line-height: 120%;
    font-weight: 500;
}
.up24_study__text a {
    color: #2F2F2F;
}
.up24_study__label span, .up24_study__text span {
    font-family: "SangBleu", sans-serif;
}
.up24_study__number {
    position: absolute;
    right: 15px;
    bottom: 8px;
    font-family: "SangBleu", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #2F2F2F;
    z-index: 10;
}
.up24_study__item_1 {
    min-height: 85px;
}
.up24_study__item_2 {
    min-height: 125px;
}
.up24_study__item_3 {
    min-height: 115px;
}
.up24_study__item_4 {
    min-height: 138px;
}
.up24_study__item_5 {
    min-height: 157px;
}


@media (min-width: 992px) {
    .up24_study {
        margin-bottom: 0;
        padding-bottom: 62px;
    }
    .up24_study__caption {
        font-size: 75px;
        padding-bottom: 60px;
    }
    .up24_study__box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .up24_study__box:nth-of-type(1) .up24_study__item {
        width: 50%;
        height: 126px;
        border-bottom: 2px solid #2F2F2F;
    }
    .up24_study__box:nth-of-type(2) .up24_study__item {
        border-bottom: 0;
    }
    .up24_study__box:nth-of-type(1) .up24_study__item:nth-of-type(1) {
        border-right: 2px solid #2F2F2F;
    }
    .up24_study__box:nth-of-type(2) .up24_study__item:nth-of-type(2) {
        border-left: 2px solid #2F2F2F;
        border-right: 2px solid #2F2F2F;
    }
    .up24_study__box:nth-of-type(2) .up24_study__item {
        width: 33.333%;
        height: 245px;
    }
    .up24_study__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between; 
        align-items: flex-start;
        flex-grow: 1;
        background-color: #fff;
        padding: 22px 25px;
        position: relative;
    }
    .up24_study__label {
        font-size: 25px;
        line-height: 120%;
        color: #2F2F2F;
        font-weight: 500;
    }
    .up24_study__label i {
        font-family: "SangBleu", sans-serif;
    }
    .up24_study__text {
        font-size: 15px;
        color: #2F2F2F;
        line-height: 120%;
        font-weight: 500;
    }
    .up24_study__text a {
        color: #2F2F2F;
    }
    .up24_study__label span, .up24_study__text span {
        font-family: "SangBleu", sans-serif;
    }
    .up24_study__number {
        position: absolute;
        right: 22px;
        bottom: 20px;
        font-family: "SangBleu", sans-serif;
        font-size: 35px;
        font-weight: 500;
        color: #2F2F2F;
        z-index: 10;
    }
}
@media (max-width: 991px) {
    .up24_study__box:nth-of-type(1) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .up24_study__item_2 {
        border-left: 1px solid #2F2F2F;
    }
    .up24_study__item_2 .up24_study__text {
        padding-top: 15px;
    }
}

.up24_study__infobox {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 10px;
    padding: 20px 30px 25px 10px;
    text-align: center;
}
.up24_study__infobox_caption {
    font-family: "SangBleu", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 110%;
    font-weight: 500;
}
.up24_study__infobox_link {
    font-size: 14px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}

@media (min-width: 992px) {
    .up24_study__infobox {
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        margin-top: 10px;
        padding: 20px 15px 25px 24px;
    }
    .up24_study__infobox_caption {
        font-family: "SangBleu", sans-serif;
        font-size: 25px;
        color: #fff;
        line-height: 110%;
        font-weight: 500;
    }
    .up24_study__infobox_link {
        font-size: 15px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
    }
}



.up24_form {
    background-image: url(/strategy/assets/images/2024/strategy/back_form.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-bottom: 99px;
}
.up24_form__wrap {
    display: flex;
    flex-direction: row;
}
.up24_form__col {
    width: 50%;
}
.up24_form__col:nth-of-type(1) {
    padding-right: 20px;
}
.up24_form__text {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
}
.up24_form__text img {
    vertical-align: middle;
    margin-left: 5px;
}
.up24_form__caption {
    font-family: "SangBleu", sans-serif;
    font-size: 55px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding-bottom: 35px;
}
.up24_form__btn {
    font-size: 25px;
    color: #2F2F2F;
    font-weight: 500;
    width: 100%;
    height: 67px;
    line-height: 66px;
    text-align: center;
    outline: none;
    border-radius: 30px;
    display: block;
    border: 0;
    cursor: pointer;
    background: #fff;
    margin-top: 45px;
}
.up24_form__btn:hover {
    background: #f8f8f8;
}
.up24_form__input {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    background: transparent;
    border-bottom: 0;
    outline: none;
    display: block;
    padding-left: 42px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    height: 60px;
}
.up24_form__input::placeholder {
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 400;
}
#up24_form__email {
    border-bottom: 2px solid #fff;
}
.up24_form__checkbox {
    margin-right: 7px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.up24_form__checkbox:before {
    background-image: url("/assets/images/2024/checkbox_1.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 10;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.up24_form__checkbox:checked:before {
    background-image: url("/assets/images/2024/checkbox_2.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 10;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.up24_form__label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    display: block;
}
.up24_form__label:nth-of-type(1) {
    margin-top: 15px;
}
.up24_form__label:nth-of-type(2) {
    margin-top: 9px;
}
.up24_form__label a {
    color: #fff;
}
.up24_form .error {
    font-size: 15px;
    color: red;
}


@media (max-width: 991px) {
    .up24_form {
        background-image: url(/strategy/assets/images/2024/strategy/mobile/back_form.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: 31px;
        padding-bottom: 54px;
        margin-bottom: 66px;
    }
    .up24_form__wrap {
        display: flex;
        flex-direction: column;
    }
    .up24_form__col {
        width: 100%;
    }
    .up24_form__col:nth-of-type(1) {
        padding-right: 0;
    }
    .up24_form__btn { 
        font-size: 20px;
        height: 49px;
        line-height: 48px;
        margin-top: 35px;
    }
    .up24_form__caption {
        font-family: "SangBleu", sans-serif;
        font-size: 30px;
        color: #fff;
        line-height: 100%;
        font-weight: 500;
        padding-bottom: 26px;
    }
    .up24_form__text {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
    .up24_form__input {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        background: transparent;
        border-bottom: 0;
        outline: none;
        display: block;
        padding-left: 16px;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        width: 100%;
        height: 60px;
        border-radius: 0;
    }
    .up24_form__input::placeholder {
        color: #f1f1f1;
        font-size: 14px;
        font-weight: 400;
    }
    #up24_form__email {
        border-bottom: 1px solid #fff;
    }
}

.up24_cases {
    margin-bottom: 100px;
}
.up24_cases__label {
    font-family: "SangBleu", sans-serif;
    font-size: 75px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding-bottom: 80px;
}
.up24_cases__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 2px solid #fff;
}
.up24_cases__col {
    width: 50%;
    background: #01477D;
    padding: 31px 20px 31px 25px;
}
.up24_cases__col:nth-of-type(1), .up24_cases__col:nth-of-type(2) {
    border-bottom: 2px solid #fff;
}
.up24_cases__col:nth-of-type(1), .up24_cases__col:nth-of-type(3) {
    border-right: 2px solid #fff;
}
.up24_cases__title {
    font-family: "SangBleu", sans-serif;
    font-size: 25px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}
.up24_cases__text {
    font-size: 25px;
    color: #fff;
    line-height: 120%;
    font-weight: 400;
    padding-top: 30px;
    display: block;
}
.up24_cases__title_icon {
    display: none;
}

@media (max-width: 991px) {
    .up24_cases {
        margin-bottom: 50px;
    }
    .up24_cases__label {
        font-family: "SangBleu", sans-serif;
        font-size: 45px;
        color: #fff;
        line-height: 100%;
        font-weight: 500;
        padding-bottom: 35px;
    }
    .up24_cases__wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #fff;
    }
    .up24_cases__col {
        width: 100%;
        background: #01477D;
        padding: 20px;
        position: relative;
    }
    .up24_cases__col:nth-of-type(1), .up24_cases__col:nth-of-type(2), .up24_cases__col:nth-of-type(3) {
        border-bottom: 1px solid #fff;
    }
    .up24_cases__col:nth-of-type(1), .up24_cases__col:nth-of-type(3) {
        border-right: 0;
    }
    .up24_cases__title {
        font-family: "SangBleu", sans-serif;
        font-size: 20px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .up24_cases__text {
        font-size: 16px;
        color: #fff;
        line-height: 120%;
        font-weight: 400;
        padding-top: 15px;
        display: none;
    }
    .up24_cases__title_icon {
        display: inline-block;
        vertical-align: middle;
        transform: rotate(180deg);
        position: absolute;
        top: 25px;
        right: 15px;
        transition: all 0.3s ease-out;
    }
    .up24_cases__title.active .up24_cases__title_icon {
        transform: rotate(0);
    }
}



.up24_structure__job {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.up24_structure__job_col:nth-of-type(1), .up24_structure__job_col:nth-of-type(3)  {
    width: 100%;
}
.up24_structure__job_col:nth-of-type(2), .up24_structure__job_col:nth-of-type(4)  {
    width: 100%;
}

.up24_structure__job_col:nth-of-type(3) {
   align-self: flex-end;
   width: auto;
}
.up24_structure__job_label {
    font-size: 30px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
}
.up24_structure__job_text {
    font-size: 14px;
    color: #fff;
    line-height: 125%;
}
.up24_structure__job_record {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}
.up24_structure__job_record_icon {
    vertical-align: middle;
    margin-left: 5px;
}
.up24_structure__job_btn {
    font-size: 20px;
    font-weight: 500;
    outline: none;
    border: 0;
    background-color: #fff;
    border-radius: 30px;
    color: #2F2F2F;
    width: 100%;
    padding: 18px 0;
    cursor: pointer;
}
.up24_structure__job_btn img {
    vertical-align: middle;
    padding-left: 5px;
}
.up24_structure__job_btn:hover {
    background-color: #eaeaea;
}

@media (max-width: 991px) {
    .up24_structure__job_btn {
        margin-top: 15px;
    }
    .up24_structure__job_record {
        margin-top: 20px;
    }
    .up24_structure__job_text {
        margin-top: 20px;
    }
    .up24_structure__job_btn img {
        width: 22px;
    }
}

@media (min-width: 992px) {
    .up24_structure__job {
        margin-bottom: 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .up24_structure__job_col:nth-of-type(1), .up24_structure__job_col:nth-of-type(3)  {
        width: 50%;
    }
    .up24_structure__job_col:nth-of-type(2), .up24_structure__job_col:nth-of-type(4)  {
        width: 50%;
    }
    .up24_structure__job_col:nth-of-type(3), .up24_structure__job_col:nth-of-type(4)  {
        margin-top: 40px;
    }
    .up24_structure__job_col:nth-of-type(3) {
        align-self: center;
    }
    .up24_structure__job_label {
        font-size: 45px;
        color: #fff;
        line-height: 100%;
        font-weight: 500;
        font-family: "SangBleu", sans-serif;
    }
    .up24_structure__job_text {
        font-size: 25px;
        color: #fff;
        line-height: 120%;
    }
    .up24_structure__job_record {
        font-size: 21px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
    }
    .up24_structure__job_record_icon {
        vertical-align: middle;
        margin-left: 5px;
    }
    .up24_structure__job_btn {
        font-size: 25px;
        font-weight: 500;
        outline: none;
        border: 0;
        background-color: #fff;
        border-radius: 30px;
        color: #2F2F2F;
        width: 100%;
        padding: 18px 0;
        cursor: pointer;
    }
    .up24_structure__job_btn:hover {
        background-color: #eaeaea;
    }
}





.up24_choosen {
    background-image: url(/volunteering/assets/images/2024/volunteering/background_image_custom2.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 100px;
}
.up24_choosen__title {
    font-family: "SangBleu", sans-serif;
    font-size: 75px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding-left: 85px;
    padding-bottom: 56px;
}
.up24_choosen__title::before {
    content:"✹";
    position: absolute;
    left: 30px;
}
.up24_choosen_wrap {
    display: flex;
    flex-direction: row;
}
.up24_choosen_col {
    width: 50%;
}
.up24_choosen__text1 {
    font-size: 30px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
    padding-right: 50px;
}
.up24_choosen__text2 {
    font-family: "SangBleu", sans-serif;
    font-size: 25px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}
.up24_choosen__author {
    width: 170px;
    height: 170px;
    display: inline-block;
}
.up24_choosen__author_name {
    font-family: "SangBleu", sans-serif;
    font-size: 25px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}
.up24_choosen__author_job {
    font-size: 20px;
    color: #fff;
    line-height: 120%;
    font-weight: 400;
}
.up24_choosen__author_fio {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 25px;
}



@media (min-width: 992px) {
    .up24_choosen__author_block {
        margin-top: -180px;
    }
}


@media (max-width: 991px) {
    .up24_choosen {
        background-image: url(/volunteering/assets/images/2024/volunteering/background_image_custom2__mob.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        padding-top: 35px;
        padding-bottom: 35px;
        margin-bottom: 50px;
    }
    .up24_choosen__title {
        font-family: "SangBleu", sans-serif;
        font-size: 30px;
        color: #fff;
        line-height: 100%;
        font-weight: 500;
        padding-left: 35px;
        padding-bottom: 30px;
    }
    .up24_choosen_wrap {
        display: flex;
        flex-direction: column;
    }
    .up24_choosen_col {
        width: 100%;
    }
    .up24_choosen__text1 {
        font-size: 16px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
        padding-right: 50px;
    }
    .up24_choosen__text2 {
        font-family: "SangBleu", sans-serif;
        font-size: 16px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
        padding-left: 30px;
        padding-top: 25px;
    }
    .up24_choosen__author {
        width: 94px;
        height: 94px;
        display: inline-block;
    }
    .up24_choosen__author_name {
        font-family: "SangBleu", sans-serif;
        font-size: 16px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .up24_choosen__author_job {
        font-size: 12px;
        color: #fff;
        line-height: 120%;
        font-weight: 400;
    }
    .up24_choosen__author_fio {
        display: inline-block;
        vertical-align: bottom;
        padding-left: 15px;
    }
    .up24_choosen__author_block {
        padding-top: 30px;
    }
}

















.up24_connections {
    margin-bottom: 90px;
}
.up24_connections__wrap {
    display: flex;
    flex-direction: row;
    border: 2px solid #fff;
}
.up24_connections__col {
    width: 50%;
    height: 620px;
    padding: 44px 46px 40px 44px;
    position: relative;
}
.up24_connections__col:nth-of-type(1) {
    background-color: #01477D;
    border-right: 2px solid #fff;
}
.up24_connections__title {
    font-family: "SangBleu", sans-serif;
    font-size: 55px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}
.up24_connections__title::before {
    content: "";
    position: absolute;
    height: 2px;
    left: -44px;
    margin-top: 75px;
    width: 240px;
    border-bottom: 2px solid #fff;
}
.up24_connections__text {
    font-size: 25px;
    color: #fff;
    line-height: 120%;
    font-weight: 400;
}
.up24_connections__col:nth-of-type(1) .up24_connections__text {
    position: absolute;
    bottom: 40px;
}
.up24_connections__col:nth-of-type(2) {
    background-image: url(/volunteering/assets/images/2024/volunteering/background_image_custom_new.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}
@media (max-width: 991px) {
    .up24_connections {
        margin-bottom: 55px;
    }
    .up24_connections__wrap {
        display: flex;
        flex-direction: column;
        border: 1px solid #fff;
    }
    .up24_connections__col {
        width: 100%;
        height: auto;
        padding: 22px 18px 22px 18px;
        position: relative;
    }
    .up24_connections__col:nth-of-type(1) {
        background-color: #01477D;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .up24_connections__title {
        font-family: "SangBleu", sans-serif;
        font-size: 30px;
        color: #fff;
        line-height: 100%;
        font-weight: 500;
        position: relative;
        white-space: nowrap;
    }
    .up24_connections__title::before {
        content: "";
        position: absolute;
        height: 2px;
        left: -18px;
        margin-top: 45px;
        width: 28%;
        border-bottom: 2px solid #fff;
    }
    .up24_connections__text {
        font-size: 16px;
        color: #fff;
        line-height: 120%;
        font-weight: 400;
    }
    .up24_connections__col:nth-of-type(1) .up24_connections__text {
        position: static;
        padding-top: 42px;
    }
    .up24_connections__col:nth-of-type(2) {
        background-image: url(/volunteering/assets/images/2024/volunteering/background_image_custom_new.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        min-height: 457px;
    }
}

.how-faq__item {
    border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
    .how-faq__item {
        border-bottom: 2px solid #fff;
    }
}





.full-time {
    margin-bottom: 47px;
  }
  
  @media (min-width: 768px) {
    .full-time {
      margin-bottom: 80px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time {
      margin-bottom: 80px;
    }
  }
  
  .full-time__title {
    font: normal 500 30px/105% "SangBleu", sans-serif;
    letter-spacing: -2.52px;
    margin-bottom: 22px;
  }
  
  @media (min-width: 768px) {
    .full-time__title {
      font-size: 40px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time__title {
      font-size: 60px;
      margin-bottom: 19px;
    }
  }
  
  .full-time__title span {
    color: #CFE196;
  }
  
  .full-time__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  @media (min-width: 768px) {
    .full-time__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  
  @media (min-width: 992px) {
    .full-time__footer {
      border: 4px solid #fff;
    }
  }
  
  .full-time__btn {
    font: normal 500 16px/22px "SangBleu", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    color: #fff;
    padding: 0 40px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-bottom: 2px solid #fff;
  }
  
  @media (min-width: 768px) {
    .full-time__btn {
      font-size: 18px;
      border-right: 4px solid #fff;
      height: 75px;
      border-bottom: none;
    }
  }
  
  @media (min-width: 992px) {
    .full-time__btn {
      font-size: 26px;
    }
  }
  
  .full-time__btn:hover {
    color: #fff;
    background: rgba(255, 173, 227, 0.9);
    text-decoration: none;
  }
  
  .full-time__btn:hover span {
    text-decoration: none;
  }
  
  .full-time__btn--second:hover {
    background: #2F4497;
  }
  
  .full-time__btn--third:hover {
    background: #D55941;
  }
  
  .full-time__caption {
    font: normal 500 16px/22px "SangBleu", sans-serif;
    background: #CEE196;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #231F20;
    padding: 0 12px;
  }
  
  @media (min-width: 768px) {
    .full-time__caption {
      font-size: 18px;
      height: 75px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 32px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time__caption {
      font-size: 22px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  
  .full-time-slider {
    margin-bottom: 38px;
  }
  
  @media (min-width: 768px) {
    .full-time-slider {
      margin-bottom: 68px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-slider {
      margin-bottom: 100px;
    }
  }
  
  .full-time-slider .slick-list {
    overflow: visible;
    margin: 0 -20px;
  }
  
  .full-time-slider .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .full-time-slider .slick-slide {
    height: inherit !important;
    margin: 0 20px;
  }
  
  .full-time-slider .slick-slide > div {
    height: 100%;
  }
  
  .full-time-slider__item {
    height: 100%;
  }
  
  .full-time-slider .slider__nav {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -70px;
    margin-bottom: 40px;
    display: none;
  }
  
  @media (min-width: 768px) {
    .full-time-slider .slider__nav {
      margin-bottom: 50px;
      margin-top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .full-time-slider .slider__nav button {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 20px;
    height: 20px;
  }
  
  .full-time-slider .slider__nav button:before {
    width: 15px;
    height: 15px;
    border-width: 2px !important;
  }
  
  .full-time-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    height: 100%;
  }
  
  .full-time-first__img {
    margin-left: -20vw;
    max-height: 268px;
  }
  
  @media (min-width: 768px) {
    .full-time-first__img {
      max-height: 429px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-first__img {
      max-height: 529px;
    }
  }
  
  .full-time-first__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top;
  }
  
  .full-time-first__content {
    border: 1px solid #fff;
    border-left: none;
    padding: 10px 10px 10px 0;
    min-width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  @media (min-width: 768px) {
    .full-time-first__content {
      padding: 30px 40px 30px 23px;
      max-width: 475px;
      min-width: auto;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-first__content {
      border: 2px solid #fff;
      border-left: none;
    }
  }
  
  .full-time-first__caption {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.75px;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .full-time-first__caption {
      margin-bottom: 30px;
      font-size: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-first__caption {
      font-size: 15px;
      margin-bottom: 40px;
    }
  }
  
  .full-time-first__text {
    color: #CEE196;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.75px;
  }
  
  @media (min-width: 768px) {
    .full-time-first__text {
      font-size: 16px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-first__text {
      font-size: 25px;
    }
  }
  
  .full-time-first__text p {
    margin-bottom: 15px;
  }
  
  @media (min-width: 768px) {
    .full-time-first__text p {
      margin-bottom: 20px;
    }
  }
  
  .full-time-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    height: 100%;
  }
  
  .full-time-second__content {
    padding: 11px 10px 11px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-width: 175px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  @media (min-width: 576px) {
    .full-time-second__content {
      min-width: 275px;
    }
  }
  
  @media (min-width: 768px) {
    .full-time-second__content {
      padding: 32px 50px 32px 23px;
      min-width: 475px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-second__content {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }
  }
  
  .full-time-second__img {
    max-height: 268px;
  }
  
  @media (min-width: 768px) {
    .full-time-second__img {
      max-height: 429px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-second__img {
      max-height: 529px;
    }
  }
  
  .full-time-second__img img {
    height: 100%;
  }
  
  .full-time-second__text {
    font: normal 400 12px/120% "SangBleu", sans-serif;
    letter-spacing: -0.75px;
  }
  
  @media (min-width: 768px) {
    .full-time-second__text {
      font-size: 16px;
    }
  }
  
  @media (min-width: 992px) {
    .full-time-second__text {
      font-size: 22px;
    }
  }
  
  .full-time-second__text p {
    margin-bottom: 12px;
  }
  
  @media (min-width: 768px) {
    .full-time-second__text p {
      margin-bottom: 20px;
    }
  }
  
  .full-time-second__text i {
    font-style: italic;
  }















.up24_questions {
    margin-bottom: 40px;
}
.up24_questions__caption {
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    .up24_questions {
        margin-bottom: 100px;
    }
    .up24_questions__caption {
        font-size: 75px;
        padding-bottom: 55px;
    }
}
.how-faq__head, .how-faq__content {
    padding-left: 0 !important;
}

.up24_faq__btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "SangBleu", sans-serif;
    margin-top: 20px;
}
.up24_faq__btn span {
    text-decoration: underline;
    cursor: pointer;
}
.up24_faq__more, .up24_faq__minus {
    display: none;
}
.up24_faq__icon {
    vertical-align: middle;
    padding-left: 15px;
    cursor: pointer;
}
@media (min-width: 992px) {
    .up24_faq__btn {
        margin-top: 40px;
        font-size: 24px;
    }
}




























/* FOOTER Update */
.footer__map__mobile {
    display: none;
}

@media (max-width: 991px) {
    .footer__map__mobile {
        display: block;
        margin-bottom: 24px;
    }
    .footer__map__mobile img {
        width: 100%;
    }
}