@media (min-width: 1200px) {
    .wrapper-governance .main-pre-title {
        margin-left: -290px;
    }
    .wrapper-modal article{
        max-width: 1500px;
    }
}

@media (min-width: 1450px) {
    .wrapper-modal .body-modal {
        max-height: 690px;
        overflow: hidden;
    }
}

.wrapper-modal {
    position: fixed;
    inset: 0;
    z-index: 22222;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000d9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.wrapper-modal.show {
    opacity: 1;
    visibility: visible;
}

.wrapper-modal .header-modal {
    position: absolute;
    width: 100%;
    padding: 10px 13px;
}

.wrapper-modal .body-modal {
    max-height: 850px;
    overflow: hidden;
}

.wrapper-modal .body-modal .description {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.wrapper-modal .body-modal .description #user-name {
    font-size: 75px !important;
    font-family: 'river', sans-serif;
    line-height: 95px !important;
    color: #fff;
}

.wrapper-modal .body-modal .description #user-description-2,
.wrapper-modal .body-modal .description #user-description {
    overflow: auto;
    max-height: 550px;
}

.wrapper-modal .body-modal .description #user-description-2 p,
.wrapper-modal .body-modal .description #user-description p {
    font-family: 'pluto_l', sans-serif;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #fff;
}

.wrapper-modal .body-modal .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.wrapper-modal .body-modal .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #36a3fa;
    -webkit-transition: .4s;
    transition: .4s;
}

.wrapper-modal .body-modal input:checked+.slider {
    background-color: #151c58;
}

.wrapper-modal .body-modal .slider.round {
    border-radius: 34px;
}

.wrapper-modal .body-modal input+.slider {
    box-shadow: 0 0 1px #151c58;
}

.wrapper-modal .body-modal .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.wrapper-modal .body-modal .slider.round:before {
    border-radius: 50%;
}

.wrapper-modal .body-modal .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.wrapper-modal .body-modal input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.wrapper-governance .main-pre-title {
    font-family: 'river', sans-serif;
    font-size: 6.25em;
    line-height: 80px;
    color: #151C58;
}

.wrapper-governance h2.main-title {
    font-family: 'pluto_m', sans-serif;
    font-size: 3em;
    line-height: 42px;
    color: #151c58;
    text-align: center;
}

.wrapper-governance article {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 320px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease;
    border-radius: 15px;
    cursor: pointer;
}

.wrapper-governance article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(15, 25, 65, 0) 47%, #0063f570 83%);
    transition: background 0.8s ease;
    z-index: 1;
}

.wrapper-governance article .overlay {
    position: absolute;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.wrapper-governance article .overlay .person-role,
.wrapper-governance article .overlay .container-link {
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.wrapper-governance article .overlay .link {
    border: 1px solid #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    transition: all 0.3s ease !important;
    display: inline-block;
    margin: 10px 0;
    color: #0063f5;
    background-color: #fff;
}

.wrapper-governance article .overlay .link:hover {
    color: #fff;
    background-color: transparent;
}

.wrapper-governance article .overlay .person-role {
    font-size: 1em !important;
    line-height: 20px !important;
}

.wrapper-governance article:hover .overlay .person-role,
.wrapper-governance article:hover .overlay .container-link {
    max-height: 100%;
    opacity: 1;
    transition: all 0.8s ease;
}

.wrapper-governance article:hover::before {
    background: linear-gradient(0deg, #0063f5f2 30%, #0063f57d 80%);
}

.w-custom {
    width: 50%;
}

@media (max-width: 1450px) {
    .wrapper-modal .body-modal .description #user-description-2,
    .wrapper-modal .body-modal .description #user-description {
        overflow: auto;
        max-height: 350px;
    }
}
@media (max-width: 991px) {
    .w-custom {
        width: 100%;
    }

    .wrapper-modal .body-modal .description #user-name {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .wrapper-modal .body-modal .description #user-description-2 p,
    .wrapper-modal .body-modal .description #user-description p {
        font-family: 'pluto_L', sans-serif;
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .wrapper-modal .body-modal .description {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .wrapper-modal .body-modal .description #user-description-2,
    .wrapper-modal .body-modal .description #user-description {
        overflow: auto;
        height: 150px;
    }
}

@media (max-width:768px) {
    .wrapper-modal .body-modal .description #user-description-2 p, .wrapper-modal .body-modal .description #user-description p {
        font-family: 'pluto_l', sans-serif;
        font-weight: 100 !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .wrapper-modal .body-modal .description #user-description-2,
    .wrapper-modal .body-modal .description #user-description {
        overflow: auto;
        height: 175px;
    }
    .wrapper-modal .body-modal{
        max-height: 100% !important;
        min-height: 100%!important;
        overflow: auto!important;
        height: 100%!important;
    }
    .w-custom {
        height: 100%!important;
    }
    .h-100-mobile{
        height: 100%!important;
    }
}