.header-2 .nav-sub__menu li a,
.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a,
.section__handoffcustomlink__customlink__content .button__interlink {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.header-2 .nav__item>a,
.header-2 .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pod__wrapper .boxarchives, .pod__wrapper .members {
    width: 50%;
}

@media (max-width: 991px) {
    .pod__wrapper .boxarchives, .pod__wrapper .members {
        width: 100%;
    }
}

.section__handoffcustomlink__customlink__content .button__interlink {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #022d4d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.section__handoffcustomlink__customlink__content .button__interlink:after,
.section__handoffcustomlink__customlink__content .button__interlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: 0;
    background: #005391;
    opacity: 0.6;
    transition: width 0.3s ease-in-out;
}

.section__handoffcustomlink__customlink__content .button__interlink:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover span {
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover:after,
.section__handoffcustomlink__customlink__content .button__interlink:hover:before {
    width: 100%;
}

.section__titlepage {
    margin: 40px 0;
}

.section__titlepage span {
    font-size: 4rem;
    
    color: #022D4D;
    border-bottom: 5px solid #022D4D;
}

@media (max-width: 1200px) {
    .section__titlepage {
        margin-bottom: 3rem;
    }

    .section__titlepage span {
        font-size: 3rem;
        border-bottom: 3px solid #022D4D;
    }
}

@media (max-width: 768px) {
    .section__titlepage {
        margin-bottom: 2.6rem;
    }

    .section__titlepage span {
        font-size: 2.4rem;
        border-bottom: 3px solid #022D4D;
    }
}

.section__handoffcustomlink__customlink__content,
.section__handoffcustomlink__handoff__content,
.section__members__content,
.section__projects__content,
.boxarchives__content,
.section__statistics__archives .boxstatistics__content,
.section__tasksmeeting__contentboxmeetings,
.section__general_info,
.section__tasksmeeting .meetings--content {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.section__handoffcustomlink__customlink__content .title_box,
.section__handoffcustomlink__handoff__content .title_box,
.section__members__content .title_box,
.section__projects__content .title_box,
.boxarchives__content .title_box,
.section__statistics__archives .boxstatistics__content .title_box,
.section__tasksmeeting__contentboxmeetings .title_box,
.section__tasksmeeting .meetings--content .title_box {
    
    font-size: 2rem;
}

.section__handoffcustomlink__customlink__content .buttonViewAll,
.section__handoffcustomlink__handoff__content .buttonViewAll,
.section__members__content .buttonViewAll,
.section__projects__content .buttonViewAll,
.boxarchives__content .buttonViewAll,
.section__statistics__archives .boxstatistics__content .buttonViewAll,
.section__tasksmeeting__contentboxmeetings .buttonViewAll,
.section__tasksmeeting .meetings--content .buttonViewAll {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.section__handoffcustomlink__customlink__content .buttonViewAll:hover,
.section__handoffcustomlink__handoff__content .buttonViewAll:hover,
.section__members__content .buttonViewAll:hover,
.section__projects__content .buttonViewAll:hover,
.boxarchives__content .buttonViewAll:hover,
.section__statistics__archives .boxstatistics__content .buttonViewAll:hover,
.section__tasksmeeting__contentboxmeetings .buttonViewAll:hover,
.section__general_info .buttonViewAll:hover,
.section__tasksmeeting .meetings--content .buttonViewAll:hover {
    color: #cfaa40;
}

.section__handoffcustomlink__customlink__content .buttonViewAll i,
.section__handoffcustomlink__handoff__content .buttonViewAll i,
.section__members__content .buttonViewAll i,
.section__projects__content .buttonViewAll i,
.boxarchives__content .buttonViewAll i,
.section__statistics__archives .boxstatistics__content .buttonViewAll i,
.section__tasksmeeting__contentboxmeetings .buttonViewAll i,
.section__general_info .buttonViewAll i,
.section__tasksmeeting .meetings--content .buttonViewAll i {
    color: #cfaa40;
}

.buttonViewAll i {
    color: #cfaa40;
}

.section__general_info {
    padding: 0!important;
}

.boxarchives__content i.fa.fa-chevron-right {
    color: black;
}

.boxarchives__content .buttonViewAll {
    color: black !important;
}

@media (max-width: 480px) {

    .section__handoffcustomlink__customlink__content .title_box,
    .section__handoffcustomlink__handoff__content .title_box,
    .section__members__content .title_box,
    .section__projects__content .title_box,
    .boxarchives__content .title_box,
    .section__statistics__archives .boxstatistics__content .title_box,
    .section__tasksmeeting__contentboxmeetings .title_box,
    .section__tasksmeeting .meetings--content .title_box {
        font-size: 1.8rem;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll,
    .section__handoffcustomlink__handoff__content .buttonViewAll,
    .section__members__content .buttonViewAll,
    .section__projects__content .buttonViewAll,
    .boxarchives__content .buttonViewAll,
    .section__statistics__archives .boxstatistics__content .buttonViewAll,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll,
    .section__tasksmeeting .meetings--content .buttonViewAll {
        font-size: 12px !important;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll i,
    .section__handoffcustomlink__handoff__content .buttonViewAll i,
    .section__members__content .buttonViewAll i,
    .section__projects__content .buttonViewAll i,
    .boxarchives__content .buttonViewAll i,
    .section__statistics__archives .boxstatistics__content .buttonViewAll i,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll i,
    .section__general_info .buttonViewAll i,
    .section__tasksmeeting .meetings--content .buttonViewAll i {
        font-size: 11px;
    }
}

.section__tasksmeeting .meetings__item {
    display: flex;
    margin-top: 20px;
}

.section__tasksmeeting .meetings__item .time__meeting {
    width: max-content;
    color: #022d4d;
}

.section__tasksmeeting .meetings__item--content {
    width: calc(100% - 94px);
    margin-left: 30px;
    background: #022d4d;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    display: flex;
}

.section__tasksmeeting .meetings__item--right {
    text-align: right;
}

.section__tasksmeeting .pod__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .section__tasksmeeting .pod__wrapper {
        flex-wrap: wrap;
    }
}

.section__general_info-head,
.section__tasksmeeting .boxarchives__head{
    color: #022D4D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section__general_info-head .buttonViewAll {
    position: static!important;
    color:#022D4D;
}

.section__tasksmeeting .boxarchives__head .buttonViewAll {
    color: #022D4D;
}

.section__tasksmeeting .meetings__item--left {
    width: calc(100% - 90px);
}

.section__tasksmeeting .meetings__item--left h3 {
    font-size: 1.7rem;
    
}

.section__tasksmeeting .meetings__item--left p {
    margin-bottom: 7px;
}

.section__tasksmeeting .meetings__item--left p a {
    font-size: 1.4rem;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
}

.section__members__item .buttonstatus,
.section__projects__item .buttonstatus {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cfaa40;
    color: #fff;
    
    border-radius: 10px;
    margin: 15px 0;
}

/*Mixin Responsive*/
.header-2 .nav-sub__menu li a,
.section__handoffcustomlink__customlink__content .button__interlink,
.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.header-2 .nav__item>a,
.header-2 .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section__handoffcustomlink__customlink__content .button__interlink {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #022d4d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.section__handoffcustomlink__customlink__content .button__interlink:after,
.section__handoffcustomlink__customlink__content .button__interlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: 0;
    background: #005391;
    opacity: 0.6;
    transition: width 0.3s ease-in-out;
}

.section__handoffcustomlink__customlink__content .button__interlink:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover span {
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover:after,
.section__handoffcustomlink__customlink__content .button__interlink:hover:before {
    width: 100%;
}

.section__titlepage {
    margin: 40px 0;
}

.section__titlepage span {
    font-size: 4rem;
    
    color: #022D4D;
    border-bottom: 5px solid #022D4D;
}

@media (max-width: 1200px) {
    .section__titlepage {
        margin-bottom: 3rem;
    }

    .section__titlepage span {
        font-size: 3rem;
        border-bottom: 3px solid #022D4D;
    }
}

@media (max-width: 768px) {
    .section__titlepage {
        margin-bottom: 2.6rem;
    }

    .section__titlepage span {
        font-size: 2.4rem;
        border-bottom: 3px solid #022D4D;
    }
}

.section__handoffcustomlink__customlink__content,
.section__handoffcustomlink__handoff__content,
.section__members__content,
.section__projects__content,
.boxarchives__content,
.section__statistics__archives .boxstatistics__content,
.section__tasksmeeting__contentboxmeetings,
.section__general_info,
.section__tasksmeeting .meetings--content {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.boxarchives__content {
    margin-bottom: 50px;
}

.section__handoffcustomlink__customlink__content .title_box,
.section__handoffcustomlink__handoff__content .title_box,
.section__members__content .title_box,
.section__projects__content .title_box,
.boxarchives__content .title_box,
.section__statistics__archives .boxstatistics__content .title_box,
.section__tasksmeeting__contentboxmeetings .title_box,
.section__tasksmeeting .meetings--content .title_box {
    
    font-size: 2rem;
}

.section__handoffcustomlink__customlink__content .buttonViewAll,
.section__handoffcustomlink__handoff__content .buttonViewAll,
.section__members__content .buttonViewAll,
.section__projects__content .buttonViewAll,
.boxarchives__content .buttonViewAll,
.section__statistics__archives .boxstatistics__content .buttonViewAll,
.section__tasksmeeting__contentboxmeetings .buttonViewAll,
.section__tasksmeeting .meetings--content .buttonViewAll {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.section__handoffcustomlink__customlink__content .buttonViewAll:hover,
.section__handoffcustomlink__handoff__content .buttonViewAll:hover,
.section__members__content .buttonViewAll:hover,
.section__projects__content .buttonViewAll:hover,
.boxarchives__content .buttonViewAll:hover,
.section__statistics__archives .boxstatistics__content .buttonViewAll:hover,
.section__tasksmeeting__contentboxmeetings .buttonViewAll:hover,
.section__general_info .buttonViewAll:hover,
.section__tasksmeeting .meetings--content .buttonViewAll:hover {
    color: #cfaa40;
}

.section__handoffcustomlink__customlink__content .buttonViewAll i,
.section__handoffcustomlink__handoff__content .buttonViewAll i,
.section__members__content .buttonViewAll i,
.section__projects__content .buttonViewAll i,
.boxarchives__content .buttonViewAll i,
.section__statistics__archives .boxstatistics__content .buttonViewAll i,
.section__tasksmeeting__contentboxmeetings .buttonViewAll i,
.section__general_info .buttonViewAll i,
.section__tasksmeeting .meetings--content .buttonViewAll i {
    color: #cfaa40;
}

@media (max-width: 480px) {

    .section__handoffcustomlink__customlink__content .title_box,
    .section__handoffcustomlink__handoff__content .title_box,
    .section__members__content .title_box,
    .section__projects__content .title_box,
    .boxarchives__content .title_box,
    .section__statistics__archives .boxstatistics__content .title_box,
    .section__tasksmeeting__contentboxmeetings .title_box,
    .section__tasksmeeting .meetings--content .title_box {
        font-size: 1.8rem;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll,
    .section__handoffcustomlink__handoff__content .buttonViewAll,
    .section__members__content .buttonViewAll,
    .section__projects__content .buttonViewAll,
    .boxarchives__content .buttonViewAll,
    .section__statistics__archives .boxstatistics__content .buttonViewAll,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll,
    .section__tasksmeeting .meetings--content .buttonViewAll {
        font-size: 12px !important;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll i,
    .section__handoffcustomlink__handoff__content .buttonViewAll i,
    .section__members__content .buttonViewAll i,
    .section__projects__content .buttonViewAll i,
    .boxarchives__content .buttonViewAll i,
    .section__statistics__archives .boxstatistics__content .buttonViewAll i,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll i,
    .section__general_info .buttonViewAll i,
    .section__tasksmeeting .meetings--content .buttonViewAll i {
        font-size: 11px;
    }
}

.section__tasksmeeting .meetings__item {
    display: flex;
    margin-top: 20px;
}

.section__tasksmeeting .meetings__item .time__meeting {
    width: max-content;
    color: #022d4d;
}

.section__tasksmeeting .meetings__item--content {
    width: calc(100% - 94px);
    margin-left: 30px;
    background: #022d4d;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    display: flex;
}

.section__tasksmeeting .meetings__item--right {
    text-align: right;
}

.section__tasksmeeting .meetings__item--left {
    width: calc(100% - 90px);
}

.section__tasksmeeting .meetings__item--left h3 {
    font-size: 1.7rem;
    
}

.section__tasksmeeting .meetings__item--left p {
    margin-bottom: 7px;
}

.section__tasksmeeting .meetings__item--left p a {
    font-size: 1.4rem;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
}

.section__members__item .buttonstatus,
.section__projects__item .buttonstatus {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cfaa40;
    color: #fff;
    
    border-radius: 10px;
    margin: 15px 0;
}

.header-2 .nav-sub__menu li a,
.section__handoffcustomlink__customlink__content .button__interlink,
.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.header-2 .nav__item>a,
.header-2 .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section__handoffcustomlink__customlink__content .button__interlink {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #022d4d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.section__handoffcustomlink__customlink__content .button__interlink:after,
.section__handoffcustomlink__customlink__content .button__interlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: 0;
    background: #005391;
    opacity: 0.6;
    transition: width 0.3s ease-in-out;
}

.section__handoffcustomlink__customlink__content .button__interlink:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover span {
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover:after,
.section__handoffcustomlink__customlink__content .button__interlink:hover:before {
    width: 100%;
}

.section__titlepage {
    margin: 40px 0;
}

.section__titlepage span {
    font-size: 4rem;
    
    color: #022D4D;
    border-bottom: 5px solid #022D4D;
}

@media (max-width: 1200px) {
    .section__titlepage {
        margin-bottom: 3rem;
    }

    .section__titlepage span {
        font-size: 3rem;
        border-bottom: 3px solid #022D4D;
    }
}

@media (max-width: 768px) {
    .section__titlepage {
        margin-bottom: 2.6rem;
    }

    .section__titlepage span {
        font-size: 2.4rem;
        border-bottom: 3px solid #022D4D;
    }
}

.section__handoffcustomlink__customlink__content,
.section__handoffcustomlink__handoff__content,
.section__members__content,
.section__projects__content,
.boxarchives__content,
.section__statistics__archives .boxstatistics__content,
.section__tasksmeeting__contentboxmeetings,
.section__general_info,
.section__tasksmeeting .meetings--content {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.section__handoffcustomlink__customlink__content .title_box,
.section__handoffcustomlink__handoff__content .title_box,
.section__members__content .title_box,
.section__projects__content .title_box,
.boxarchives__content .title_box,
.section__statistics__archives .boxstatistics__content .title_box,
.section__tasksmeeting__contentboxmeetings .title_box,
.section__tasksmeeting .meetings--content .title_box {
    
    font-size: 2rem;
}

.section__handoffcustomlink__customlink__content .buttonViewAll,
.section__handoffcustomlink__handoff__content .buttonViewAll,
.section__members__content .buttonViewAll,
.section__projects__content .buttonViewAll,
.boxarchives__content .buttonViewAll,
.section__statistics__archives .boxstatistics__content .buttonViewAll,
.section__tasksmeeting__contentboxmeetings .buttonViewAll,
.section__tasksmeeting .meetings--content .buttonViewAll {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.section__handoffcustomlink__customlink__content .buttonViewAll:hover,
.section__handoffcustomlink__handoff__content .buttonViewAll:hover,
.section__members__content .buttonViewAll:hover,
.section__projects__content .buttonViewAll:hover,
.boxarchives__content .buttonViewAll:hover,
.section__statistics__archives .boxstatistics__content .buttonViewAll:hover,
.section__tasksmeeting__contentboxmeetings .buttonViewAll:hover,
.section__general_info .buttonViewAll:hover,
.section__tasksmeeting .meetings--content .buttonViewAll:hover {
    color: #cfaa40;
}

.section__handoffcustomlink__customlink__content .buttonViewAll i,
.section__handoffcustomlink__handoff__content .buttonViewAll i,
.section__members__content .buttonViewAll i,
.section__projects__content .buttonViewAll i,
.boxarchives__content .buttonViewAll i,
.section__statistics__archives .boxstatistics__content .buttonViewAll i,
.section__tasksmeeting__contentboxmeetings .buttonViewAll i,
.section__general_info .buttonViewAll i,
.section__tasksmeeting .meetings--content .buttonViewAll i {
    color: #cfaa40;
}

@media (max-width: 480px) {

    .section__handoffcustomlink__customlink__content .title_box,
    .section__handoffcustomlink__handoff__content .title_box,
    .section__members__content .title_box,
    .section__projects__content .title_box,
    .boxarchives__content .title_box,
    .section__statistics__archives .boxstatistics__content .title_box,
    .section__tasksmeeting__contentboxmeetings .title_box,
    .section__tasksmeeting .meetings--content .title_box {
        font-size: 1.8rem;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll,
    .section__handoffcustomlink__handoff__content .buttonViewAll,
    .section__members__content .buttonViewAll,
    .section__projects__content .buttonViewAll,
    .boxarchives__content .buttonViewAll,
    .section__statistics__archives .boxstatistics__content .buttonViewAll,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll,
    .section__tasksmeeting .meetings--content .buttonViewAll {
        font-size: 12px !important;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll i,
    .section__handoffcustomlink__handoff__content .buttonViewAll i,
    .section__members__content .buttonViewAll i,
    .section__projects__content .buttonViewAll i,
    .boxarchives__content .buttonViewAll i,
    .section__statistics__archives .boxstatistics__content .buttonViewAll i,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll i,
    .section__general_info .buttonViewAll i,
    .section__tasksmeeting .meetings--content .buttonViewAll i {
        font-size: 11px;
    }
}

.section__tasksmeeting .meetings__item {
    display: flex;
    margin-top: 20px;
}

.section__tasksmeeting .meetings__item .time__meeting {
    width: max-content;
    color: #022d4d;
}

.section__tasksmeeting .meetings__item--content {
    width: calc(100% - 94px);
    margin-left: 30px;
    background: #022d4d;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    display: flex;
}

.section__tasksmeeting .meetings__item--right {
    text-align: right;
}

.section__tasksmeeting .meetings__item--left {
    width: calc(100% - 90px);
}

.section__tasksmeeting .meetings__item--left h3 {
    font-size: 1.7rem;
    
}

.section__tasksmeeting .meetings__item--left p {
    margin-bottom: 7px;
}

.section__tasksmeeting .meetings__item--left p a {
    font-size: 1.4rem;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
}

.section__members__item .buttonstatus,
.section__projects__item .buttonstatus {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cfaa40;
    color: #fff;
    
    border-radius: 10px;
    margin: 15px 0;
}

/*Mixin Responsive*/
.header-2 .nav-sub__menu li a,
.section__handoffcustomlink__customlink__content .button__interlink,
.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.header-2 .nav__item>a,
.header-2 .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section__handoffcustomlink__customlink__content .button__interlink {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #022d4d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.section__handoffcustomlink__customlink__content .button__interlink:after,
.section__handoffcustomlink__customlink__content .button__interlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: 0;
    background: #005391;
    opacity: 0.6;
    transition: width 0.3s ease-in-out;
}

.section__handoffcustomlink__customlink__content .button__interlink:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.section__handoffcustomlink__customlink__content .button__interlink span,
.section__handoffcustomlink__customlink__content .button__interlink a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover span {
    color: #fff;
}

.section__handoffcustomlink__customlink__content .button__interlink:hover:after,
.section__handoffcustomlink__customlink__content .button__interlink:hover:before {
    width: 100%;
}

.section__titlepage {
    margin: 40px 0;
}

.section__titlepage span {
    font-size: 4rem;
    
    color: #022D4D;
    border-bottom: 5px solid #022D4D;
}

@media (max-width: 1200px) {
    .section__titlepage {
        margin-bottom: 3rem;
    }

    .section__titlepage span {
        font-size: 3rem;
        border-bottom: 3px solid #022D4D;
    }
}

@media (max-width: 768px) {
    .section__titlepage {
        margin-bottom: 2.6rem;
    }

    .section__titlepage span {
        font-size: 2.4rem;
        border-bottom: 3px solid #022D4D;
    }
}

.section__handoffcustomlink__customlink__content,
.section__handoffcustomlink__handoff__content,
.section__members__content,
.section__projects__content,
.boxarchives__content,
.section__statistics__archives .boxstatistics__content,
.section__tasksmeeting__contentboxmeetings,
.section__general_info,
.section__tasksmeeting .meetings--content {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.section__handoffcustomlink__customlink__content .title_box,
.section__handoffcustomlink__handoff__content .title_box,
.section__members__content .title_box,
.section__projects__content .title_box,
.boxarchives__content .title_box,
.section__statistics__archives .boxstatistics__content .title_box,
.section__tasksmeeting__contentboxmeetings .title_box,
.section__tasksmeeting .meetings--content .title_box {
    
    font-size: 2rem;
}

.section__handoffcustomlink__customlink__content .buttonViewAll,
.section__handoffcustomlink__handoff__content .buttonViewAll,
.section__members__content .buttonViewAll,
.section__projects__content .buttonViewAll,
.boxarchives__content .buttonViewAll,
.section__statistics__archives .boxstatistics__content .buttonViewAll,
.section__tasksmeeting__contentboxmeetings .buttonViewAll,
.section__tasksmeeting .meetings--content .buttonViewAll {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.section__handoffcustomlink__customlink__content .buttonViewAll:hover,
.section__handoffcustomlink__handoff__content .buttonViewAll:hover,
.section__members__content .buttonViewAll:hover,
.section__projects__content .buttonViewAll:hover,
.boxarchives__content .buttonViewAll:hover,
.section__statistics__archives .boxstatistics__content .buttonViewAll:hover,
.section__tasksmeeting__contentboxmeetings .buttonViewAll:hover,
.section__general_info .buttonViewAll:hover,
.section__tasksmeeting .meetings--content .buttonViewAll:hover {
    color: #cfaa40;
}

.section__handoffcustomlink__customlink__content .buttonViewAll i,
.section__handoffcustomlink__handoff__content .buttonViewAll i,
.section__members__content .buttonViewAll i,
.section__projects__content .buttonViewAll i,
.boxarchives__content .buttonViewAll i,
.section__statistics__archives .boxstatistics__content .buttonViewAll i,
.section__tasksmeeting__contentboxmeetings .buttonViewAll i,
.section__general_info .buttonViewAll i,
.section__tasksmeeting .meetings--content .buttonViewAll i {
    color: #cfaa40;
}

@media (max-width: 480px) {

    .section__handoffcustomlink__customlink__content .title_box,
    .section__handoffcustomlink__handoff__content .title_box,
    .section__members__content .title_box,
    .section__projects__content .title_box,
    .boxarchives__content .title_box,
    .section__statistics__archives .boxstatistics__content .title_box,
    .section__tasksmeeting__contentboxmeetings .title_box,
    .section__tasksmeeting .meetings--content .title_box {
        font-size: 1.8rem;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll,
    .section__handoffcustomlink__handoff__content .buttonViewAll,
    .section__members__content .buttonViewAll,
    .section__projects__content .buttonViewAll,
    .boxarchives__content .buttonViewAll,
    .section__statistics__archives .boxstatistics__content .buttonViewAll,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll,
    .section__tasksmeeting .meetings--content .buttonViewAll {
        font-size: 12px !important;
    }

    .section__handoffcustomlink__customlink__content .buttonViewAll i,
    .section__handoffcustomlink__handoff__content .buttonViewAll i,
    .section__members__content .buttonViewAll i,
    .section__projects__content .buttonViewAll i,
    .boxarchives__content .buttonViewAll i,
    .section__statistics__archives .boxstatistics__content .buttonViewAll i,
    .section__tasksmeeting__contentboxmeetings .buttonViewAll i,
    .section__general_info .buttonViewAll i,
    .section__tasksmeeting .meetings--content .buttonViewAll i {
        font-size: 11px;
    }
}

.section__tasksmeeting .meetings__item {
    display: flex;
    margin-top: 20px;
}

.section__tasksmeeting .meetings__item .time__meeting {
    width: max-content;
    color: #022d4d;
}

.section__tasksmeeting .meetings__item--content {
    width: calc(100% - 94px);
    margin-left: 30px;
    background: #022d4d;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    display: flex;
}

.section__tasksmeeting .meetings__item--right {
    text-align: right;
}

.section__tasksmeeting .meetings__item--left {
    width: calc(100% - 90px);
}

.section__tasksmeeting .meetings__item--left h3 {
    font-size: 1.7rem;
    
}

.section__tasksmeeting .meetings__item--left p {
    margin-bottom: 7px;
}

.section__tasksmeeting .meetings__item--left p a {
    font-size: 1.4rem;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
}

.section__members__item .buttonstatus,
.section__projects__item .buttonstatus {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cfaa40;
    color: #fff;
    
    border-radius: 10px;
    margin: 15px 0;
}

.header-2 {
    background-color: #022d4d;
}

.header-2 .container-master {
    height: 8.3rem;
}

.header-2 .nav__menu,
.header-2 .nav__list {
    height: 100%;
}

.header-2 .nav__list {
    align-items: center;
    justify-content: flex-start;
}

.header-2 .nav__item {
    position: relative;
    height: 100%;
}

.header-2 .nav__item.active>a {
    color: #cfaa40;
}

.header-2 .nav__item>a {
    font-size: 1.6rem;
    color: #fff;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0 9px;
}

.header-2 .nav__item>a:hover {
    background-color: #0c3a63;
}

.header-2 .nav__item>a.active {
    background-color: #0c3a63;
}

.header-2 .nav__item svg {
    margin-top: 3px;
    margin-left: 3px;
}

.header-2 .nav__item.dropdown .nav-sub__menu {
    display: block;
}

.header-2 .nav__item.dropdown svg {
    transform: rotate(-180deg);
}

.header-2 .nav-sub__menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 28rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0.4rem 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-2 .nav-sub__menu li a {
    padding: 1rem 1.2rem;
    color: #022d4d;
    display: block;
}

.header-2 .nav-sub__menu li a:hover {
    background-color: #cfa94052;
}

@media (max-width: 1200px) {
    .header-2 .container-master {
        height: 5.4rem;
    }

    .header-2 .nav__item>a {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .header-2 .container-master {
        height: unset;
        padding: 0;
    }

    .header-2 .nav__list {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.4rem 0;
    }

    .header-2 .nav__item {
        width: 100%;
    }

    .header-2 .nav__item>a {
        padding: 1rem 1.4rem;
        justify-content: space-between;
    }

    .header-2 .nav__item>a:hover {
        background-color: #125285;
    }

    .header-2 .nav__item:not(:last-child) {
        margin-right: 0;
    }

    .header-2 .nav-sub__menu {
        position: unset;
        border: 0;
    }

    .header-2 .nav-sub__menu li a {
        padding: 1rem 2.7rem;
    }
}

.section__tasksmeeting .list__task {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section__tasksmeeting .list__task__item {
    width: max-content;
    background: #cfaa40;
    padding: 5px 10px;
    margin-right: 10px;
}

.section__tasksmeeting .list__task__item a {
    color: #fff;
}

.section__tasksmeeting .list__contenttask__item {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    background: #e6f3fc;
    color: #000;
    padding: 15px;
}

.section__tasksmeeting .list__contenttask__item>div {
    color: #1b68a2;
    font-size: 14px;
    line-height: 22px;
}

.section__tasksmeeting .list__contenttask__item>div p {
    color: #000;
}

.section__tasksmeeting .list__contenttask__item__description {
    margin-bottom: 10px;
}

.section__tasksmeeting .list__contenttask__item__title {
    padding: 0 0 8px 0;
    font-size: 1.7rem;
    
}

.section__tasksmeeting .list__contenttask__item:last-child {
    margin-bottom: 0;
}

.section__statistics__archives {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section__statistics__archives .boxstatistics #myChart {
    max-height: 380px !important;
}

.boxarchives__content {
    border: 0;
}

.boxarchives__content {
    background: #CFAA40;
    color: #000;
}

.boxarchives__content .buttonViewAll {
    color: #fff;
}

.boxarchives__content .buttonViewAll:hover {
    color: #022d4d;
}

.boxarchives__content__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.boxarchives__content__list__item {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    position: relative;
    background: white;
    border: 1px solid #5485F5;
    padding: 20px 20px;
    margin-top: 0;
}

.boxarchives__content__list__item__title {
    padding-bottom: 5px;
    font-size: 16px;
    
    color: #022D4D;
    font-size: 20px;
    font-weight: 700;
}

.boxarchives__content__list__item:hover .boxarchives__content__list__item__title {
    text-decoration: underline!important;
}

.boxarchives__content__list__item .date {
    position: absolute;
    top: 22px;
    right: 16px;
    color: #083251;
    
    text-decoration: underline !important;
}

.boxarchives__content__list__item p.content {
    color: black;
    font-size: 14px;
}

.section__projects {
    margin-top: 30px;
}

.section__projects__list {
    display: flex;
    flex-wrap: wrap;
}

.section__projects__item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    position: relative;
    z-index: 9;
    padding: 15px;
    background: #e6f3fc;
    border-radius: 10px;
    margin-top: 20px;
}

.section__projects__item__name {
    font-size: 1.7rem;
    
}

.section__projects__item .select {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #e5bd40;
    font-size: 20px;
}

.section__projects__item .description {
    font-size: 14px;
    margin-bottom: 15px;
}

.section__projects__item .listMembersProjects {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section__projects__item .listMembersProjects a {
    display: flex;
    margin-right: 3px;
}

.section__projects__item .others {
    position: absolute;
    right: 15px;
    color: #022D4D;
}

.section__projects__item a {
    z-index: 9999;
}

.section__projects__item:last-child {
    margin-right: 0;
}

.section__members {
    margin-top: 30px;
}

.section__members__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.section__members__item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    position: relative;
    z-index: 9;
    background: #022D4D;
    border-radius: 10px;
    padding: 15px;
}

.section__members__item__name {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    
}

.section__members__item .select {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #e5bd40;
    font-size: 20px;
}

.section__members__item a {
    z-index: 9999;
}

.section__members__item:last-child {
    margin-right: 0;
}

.section__members__itemwork {
    position: relative;
    margin-bottom: 15px;
}

.section__members__itemwork__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
}

.section__members__itemwork .buttonviewall {
    top: 0 !important;
    color: #fff !important;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.section__members__itemwork__content {
    color: #fff;
}

.section__members__itemwork:last-child {
    margin-right: 0;
}

.section__handoffcustomlink {
    margin-top: 30px;
    margin-bottom: 80px;
}

.section__handoffcustomlink__handoff__itemhandoff {
    background: #e6f3fc;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
}

.section__handoffcustomlink__handoff__itemhandoff .title__handoff {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section__handoffcustomlink__handoff__itemhandoff .select {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #cfaa40;
    font-size: 20px;
}

.section__handoffcustomlink__customlink__content .button__interlink {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: #022D4D;
    margin-top: 15px;
    text-transform: uppercase;
}

.section__handoffcustomlink__customlink__content .button__interlink span {
    padding: 0;
    font-family: "Averta", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.notes .genenral__info_list--item {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-top: 12px;
    padding: 15px;
    background: #E5F2FB;
}

.notes .genenral__info_list--item:first-child {
    margin-top: 20px;
}

.notes .genenral__info_list--item .title__notes {
    font-size: 16px;
    font-weight: 600;
}

.notes .genenral__info_list--item .title__notes a {
    color: black;
}

.notes .genenral__info_list--item .date {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 600;
}

.notes .genenral__info_list--item p.content {
    color: #022d4d;
    max-height: 60px;
    overflow: hidden;
    opacity: 0.7;
    margin-top: 12px;
    line-height: 17px;
}



.members .members__info_list--item {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-top: 12px;
    padding: 15px;
    background: white;
    border: 1px solid #CFAA40;
}

.buttons.buttons-mobile {
    display: none!important;
    flex-direction: column;
    margin-top: 30px;
}

.buttons.buttons-mobile a,
.buttons.buttons-mobile button{
    width: 100%!important;
    margin-right: 0!important;
}

@media (max-width: 768px) {
    .members .members__info_list--item {
        min-height: 250px;
    }

    .buttons.buttons-desktop {
        display: none!important;
    }

    .buttons.buttons-mobile {
        display: flex!important;
    }
}

.members .members__info_list--item:first-child {
    margin-top: 20px;
}

.members .members__info_list--item .member_name {
    font-size: 20px;
    font-weight: 400;
}

.members .members__info_list--item .member_name a {
    color: black;
}

.members .members__info_list--item .member_name a:hover {
    text-decoration: underline!important;
}

.members .members__info_list--item .chat-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 500;
    cursor: pointer;
    background: #00294A;
    color: white;
    padding: 1px 15px;
}

.members .members__info_list--item .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: #022d4d;
    max-height: 60px;
    overflow: hidden;
    margin-top: 5px;
    line-height: 17px;
    font-size: 12px;
}

.members .members__info_list--item .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.members .members__info_list--item .buttons button,
.members .members__info_list--item .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #022D4D;
    width: 132px;
    height: 40px;
    text-transform: uppercase;
    color: #FFFFFFFF;
    font-size: 14px;
    margin-right: 0;
}

.members .members__info_list--item .content span {
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.content__skill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-color: #CFAA40;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 2px;
}

.members__info_list--item .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0px 15px;
    width: 100%;
}

@media (max-width: 510px) {
    .members__info_list--item .right {
        flex-direction: column;
        align-items: flex-start;
    }
}

.members .title_box {
    color: #022D4D;
    margin-bottom: 0;
    font-weight: 400;
}

.boxarchives h3,
.boxarchives .buttonViewAll {
    margin-bottom: 0;
    font-weight: 400;
}

.buttonviewall {
    top: 0 !important;
    color: #fff !important;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.buttonViewAll-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #E8BE61;
    max-width: 235px;
    height: 40px;
    color: #022D4D;
    font-weight: 700;
    border-radius: 10px;
    margin: 10px auto 0;
}

.buttonViewAll-mobile i {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .buttonViewAll {
        display: none;
    }
    .buttonViewAll-mobile {
        display: flex;
    }
}

.members__info_list--item img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
}

.more-pods {
    border: 1px solid #80808040;
}

.section_my_pods .squre_card {
    color: white;
    background: #022D4D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    margin: 10px 10px !important;
    padding: 20px 30px;
}

.section_my_pods .squre_card:hover {
    background: #ffffff;
    border: 1px solid #CFAA40;
}

.section_my_pods .squre_card:hover .card-title {
    color: #022D4D;
}

.section_my_pods .squre_card:hover .card-text {
    color: #022D4D;
}

.section_my_pods .squre_card:hover .button_card {
    background: #022D4D;
}

.section_my_pods .squre_card .card-title {
    font-size: 18px;
    padding: 10px 0px;
    text-align: start;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.card-h-100 {
    height: 96%;
}

.section_my_pods .squre_card .card-text {
    font-size: 12px;
    font-weight: 100;
    line-height: 25px;
    text-align: start;
    margin-bottom: 10px;
}

.section_my_pods .squre_card .button_card {
    color: white;
    background-color: #CFAA40;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 14px;
    margin: 10px auto;
    cursor: pointer;
    border: 0px;
}


@media (max-width: 480px) {
    .section__projects__item .others {
        display: flex;
        width: 100%;
        position: relative;
        left: 5px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .section__projects__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .section__handoffcustomlink__handoff {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {

    .boxmeetings,
    .boxstatistics {
        margin-bottom: 30px;
    }

    .section__members__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*# sourceMappingURL=task.css.map */