.ovic-training-program-section__head {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.ovic-vision-and-missions-section__head::before,
.ovic-training-program-section__head::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.ovic-training-program-section__head figure {
    display: inline-block;
    margin: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.ovic-training-program-section__head figure img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.ovic-training-program__list {
    list-style: none;
    padding: 0 0 0 41px;
    margin: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
    overflow: hidden;
}

.ovic-training-program__elm + .ovic-training-program__elm {
    margin-top: 15px;
}

.ovic-training-program__link {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}

.ovic-training-program__link:hover {
    color: var(--main-color-hover);
}

.ovic-vision-and-missions-section:hover .ovic-vision-and-missions-section__head::before,
.ovic-vision-and-missions-section.--activated .ovic-vision-and-missions-section__head::before,
.ovic-training-program-section.--activated .ovic-training-program-section__head::before,
.ovic-training-program-section:hover .ovic-training-program-section__head::before {
    opacity: .9;
}

.ovic-training-program-section__title {
    display: block;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 33px 0 42px;
}

@media (max-width: 1199px) {
    .ovic-training-program__link {
        font-size: 16px;
        font-weight: 400;
    }

    .ovic-training-program__elm + .ovic-training-program__elm {
        margin-top: 5px;
    }

    .ovic-training-program-section__title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .ovic-training-program__list {
        padding-left: 15px;
    }

    .ovic-training-program__link {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.3;
    }

    .ovic-training-program-section__title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .ovic-training-program-section__title {
        padding: 10px 0 10px;
    }
}

/*********************** vision and mission ***********************/
.ovic-vision-and-missions-section {
    background-color: #ffffff;
}

.ovic-vision-and-missions-section__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: var(--main-color);
    font-weight: 700;
    margin: 0;
    border-top: 3px solid var(--main-color);
    padding: 27px 0;
}

.ovic-vision-and-missions-section__head {
    overflow: hidden;
    padding-bottom: 116.19032%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.ovic-vision-and-missions-section__head figure {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    justify-content: center;
    align-items: center;
}

.ovic-vision-and-missions-section__head img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ovic-vision-and-missions__list {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    display: none;
    position: absolute;
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
}

.ovic-vision-and-missions__list li + li {
    margin-top: 17px;
}

.ovic-vision-and-missions__text {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    display: block;
}

.ovic-vision-and-missions-section.--activated .ovic-vision-and-missions__list,
.ovic-vision-and-missions-section:hover .ovic-vision-and-missions__list,
.ovic-training-program-section.--activated .ovic-training-program__list,
.ovic-training-program-section:hover .ovic-training-program__list {
    display: flex;
}

@media (max-width: 767px) {
    .ovic-vision-and-missions-section__head::before{
        -webkit-transition: opacity 0.5s ease-out 0s;
        -moz-transition: opacity 0.5s ease-out 0s;
        -ms-transition: opacity 0.5s ease-out 0s;
        -o-transition: opacity 0.5s ease-out 0s;
        transition: opacity 0.5s ease-out 0s;
    }
    .ovic-vision-and-missions-section .ovic-vision-and-missions__elm.intro-y {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        opacity: 0 !important;
        animation: none !important;
    }

    .ovic-vision-and-missions__elm.intro-y {
        -webkit-transition: opacity 0.8s ease-out 0.11111s !important;
        -moz-transition: opacity 0.8s ease-out 0.11111s !important;
        -ms-transition: opacity 0.8s ease-out 0.11111s !important;
        -o-transition: opacity 0.8s ease-out 0.11111s !important;
        transition: opacity 0.8s ease-out 0.11111s !important;
    }

    .ovic-vision-and-missions__elm.intro-y:nth-child(2) {
        -webkit-transition: opacity 0.7s ease-out 0.22222s !important;
        -moz-transition: opacity 0.7s ease-out 0.22222s !important;
        -ms-transition: opacity 0.7s ease-out 0.22222s !important;
        -o-transition: opacity 0.7s ease-out 0.22222s !important;
        transition: opacity 0.7s ease-out 0.22222s !important;
    }

    .ovic-vision-and-missions__elm.intro-y:nth-child(3) {
        -webkit-transition: opacity 0.6s ease-out 0.33333s !important;
        -moz-transition: opacity 0.6s ease-out 0.33333s !important;
        -ms-transition: opacity 0.6s ease-out 0.33333s !important;
        -o-transition: opacity 0.6s ease-out 0.33333s !important;
        transition: opacity 0.6s ease-out 0.33333s !important;
    }

    .ovic-vision-and-missions__elm.intro-y:nth-child(4) {
        -webkit-transition: opacity 0.5s ease-out 0.44444s !important;
        -moz-transition: opacity 0.5s ease-out 0.44444s !important;
        -ms-transition: opacity 0.5s ease-out 0.44444s !important;
        -o-transition: opacity 0.5s ease-out 0.44444s !important;
        transition: opacity 0.5s ease-out 0.44444s !important;
    }

    .ovic-vision-and-missions__elm.intro-y:nth-child(5) {
        -webkit-transition: opacity 0.4s ease-out 0.55555s !important;
        -moz-transition: opacity 0.4s ease-out 0.55555s !important;
        -ms-transition: opacity 0.4s ease-out 0.55555s !important;
        -o-transition: opacity 0.4s ease-out 0.55555s !important;
        transition: opacity 0.4s ease-out 0.55555s !important;
    }

    .ovic-vision-and-missions__elm.intro-y:nth-child(6) {
        -webkit-transition: opacity 0.8s ease-out 0.66666s !important;
        -moz-transition: opacity 0.8s ease-out 0.66666s !important;
        -ms-transition: opacity 0.8s ease-out 0.66666s !important;
        -o-transition: opacity 0.8s ease-out 0.66666s !important;
        transition: opacity 0.8s ease-out 0.66666s !important;
    }

    .ovic-vision-and-missions-section.--activated .ovic-vision-and-missions__elm.intro-y {
        opacity: 1 !important;
    }

    .ovic-vision-and-missions-section__head {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .ovic-vision-and-missions-section .ovic-vision-and-missions__list {
        display: flex;
        position: static;
    }

    .ovic-vision-and-missions-section__head figure {
        top: 38px;
        bottom: 80px;
    }

    .ovic-vision-and-missions-section__head img {
        width: 36%;
        object-fit: contain;
    }
}

/*********************************************
* deploy intro x animation
**********************************************/
.ovic-zoom-in {
    cursor: pointer;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.ovic-zoom-in:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

@-webkit-keyframes intro-x-animation {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes intro-x-animation {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes intro-y-animation {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes intro-y-animation {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes intro-x-animation {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes intro-x-animation {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes intro-y-animation {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes intro-y-animation {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

* > .intro-x:first-child {
    transform: translateX(50px);
}

* > .intro-x:first-child {
    z-index: 49;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

* > .intro-y:first-child {
    transform: translateY(50px);
}

* > .intro-y:first-child {
    z-index: 49;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

* > .intro-x:nth-child(2) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(2) {
    z-index: 48;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

* > .intro-y:nth-child(2) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(2) {
    z-index: 48;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

* > .intro-x:nth-child(3) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(3) {
    z-index: 47;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

* > .intro-y:nth-child(3) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(3) {
    z-index: 47;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

* > .intro-x:nth-child(4) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(4) {
    z-index: 46;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

* > .intro-y:nth-child(4) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(4) {
    z-index: 46;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

* > .intro-x:nth-child(5) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(5) {
    z-index: 45;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

* > .intro-y:nth-child(5) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(5) {
    z-index: 45;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

* > .intro-x:nth-child(6) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(6) {
    z-index: 44;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

* > .intro-y:nth-child(6) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(6) {
    z-index: 44;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

* > .intro-x:nth-child(7) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(7) {
    z-index: 43;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

* > .intro-y:nth-child(7) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(7) {
    z-index: 43;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

* > .intro-x:nth-child(8) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(8) {
    z-index: 42;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

* > .intro-y:nth-child(8) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(8) {
    z-index: 42;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

* > .intro-x:nth-child(9) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(9) {
    z-index: 41;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

* > .intro-y:nth-child(9) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(9) {
    z-index: 41;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

* > .intro-x:nth-child(10) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(10) {
    z-index: 40;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

* > .intro-y:nth-child(10) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(10) {
    z-index: 40;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

* > .intro-x:nth-child(11) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(11) {
    z-index: 39;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

* > .intro-y:nth-child(11) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(11) {
    z-index: 39;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

* > .intro-x:nth-child(12) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(12) {
    z-index: 38;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

* > .intro-y:nth-child(12) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(12) {
    z-index: 38;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

* > .intro-x:nth-child(13) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(13) {
    z-index: 37;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

* > .intro-y:nth-child(13) {
    transform: translateY(50px);
}

* > .intro-y:nth-child(13) {
    z-index: 37;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    animation: intro-y-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

* > .intro-x:nth-child(14) {
    transform: translateX(50px);
}

* > .intro-x:nth-child(14) {
    z-index: 36;
    opacity: 0;
    position: relative;
    -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    animation: intro-x-animation 0.4s ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

* > .intro-y:nth-child(14) {
    transform: translateY(50px);
}