@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* ================================
   Section 83002 - Base
================================ */

section[data-cattype="83002"] {
    overflow: hidden;
}

section[data-cattype="83002"] ul.listImage li,
section[data-cattype="83002"] ul.listImage li .wrapper_image {
    width: 150px;
    height: 112px;
    border: none;
}

section[data-cattype="83002"] ul.listImage li {
    margin: 10px;
}

section[data-cattype="83002"] .row {
    display: flex;
    align-items: center;
    padding: 0;
}

section[data-cattype="83002"] .title {
    font-size: 300px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    color: #f6f6f6;
    margin-right: -500px;
    margin-left: -500px;
    margin-bottom: -210px;
    margin-top: -20px;
}

section[data-cattype="83002"] #titleColumn {
    text-align: justify;
    margin-left: -80px;
    margin-right: 100px;
}

section[data-cattype="83002"] .whoweare {
    font-size: 50px;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: capitalize;
    margin-top: -10px;
    color: #071A3D;
}

section[data-cattype="83002"] p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 18px;
    color: #5F6B7A;
}

section[data-cattype="83002"] img {
    border-radius: 30px;
}

section[data-cattype="83002"] .custom-button {
    background-color: #F2B705;
    padding: 15px 60px;
    border-radius: 10px;
    border: 1px solid #F2B705;
    color: #00169F;
    cursor: pointer;
    transition:
        color 0.6s ease,
        background-color 0.6s ease,
        border-color 0.6s ease;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    z-index: 99;
}

section[data-cattype="83002"] .custom-button:hover {
    color: #fff;
    border-color: #00169F;
    background-color: #00169F;
}


/* ================================
   Counter
================================ */

section[data-cattype="83002"] #numbercounter {
    margin-top: 30px;
    padding: 0 90px;
    margin-left: -330px;
}

section[data-cattype="83002"] .counter {
    font-size: 68px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    color: #0D836D;
    margin-bottom: -12px;
}

section[data-cattype="83002"] .description {
    font-family: 'Roboto', Arial, sans-serif;
    color: #5F6B7A;
}


/* ================================
   Animation - Hidden First
================================ */

section[data-cattype="83002"].osp83002-init .osp83002-title-anim,
section[data-cattype="83002"].osp83002-init .osp83002-image-anim,
section[data-cattype="83002"].osp83002-init .osp83002-content-anim,
section[data-cattype="83002"].osp83002-init #numbercounter {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity, transform;
}

section[data-cattype="83002"].osp83002-init .osp83002-title-anim {
    transform: translateY(-40px);
}

section[data-cattype="83002"].osp83002-init .osp83002-image-anim {
    transform: translateX(-70px);
}

section[data-cattype="83002"].osp83002-init .osp83002-content-anim {
    transform: translateX(70px);
}

section[data-cattype="83002"].osp83002-init #numbercounter {
    transform: translateY(40px);
}


/* ================================
   Animation - Active
================================ */

section[data-cattype="83002"].osp83002-active .osp83002-title-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp83002TitleIn 0.9s ease forwards;
    animation-delay: 0.05s;
}

section[data-cattype="83002"].osp83002-active .osp83002-image-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp83002ImageIn 0.9s ease forwards;
    animation-delay: 0.2s;
}

section[data-cattype="83002"].osp83002-active .osp83002-content-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp83002ContentIn 0.9s ease forwards;
    animation-delay: 0.35s;
}

section[data-cattype="83002"].osp83002-active #numbercounter {
    visibility: visible;
    pointer-events: auto;
    animation: osp83002CounterIn 0.9s ease forwards;
    animation-delay: 0.55s;
}


/* ================================
   Keyframes
================================ */

@keyframes osp83002TitleIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes osp83002ImageIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-70px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

@keyframes osp83002ContentIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(70px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

@keyframes osp83002CounterIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

    section[data-cattype="83002"] .row {
        padding: 0 80px;
    }

    section[data-cattype="83002"] #titleColumn {
        margin-left: -20px;
        margin-right: 20px;
    }

    section[data-cattype="83002"] .title {
        font-size: 200px;
        margin-bottom: -147px;
        margin-top: -74px;
    }

    section[data-cattype="83002"] .whoweare {
        font-size: 38px;
    }

    section[data-cattype="83002"] p {
        font-size: 14px;
    }

    section[data-cattype="83002"] .custom-button {
        font-size: 14px;
    }

    section[data-cattype="83002"] .counter {
        font-size: 50px;
    }

    section[data-cattype="83002"] .description {
        font-size: 14px;
    }
}


/* ================================
   Mobile Responsive
================================ */

@media (max-width: 480px) {

    section[data-cattype="83002"] {
        overflow: hidden;
    }

    section[data-cattype="83002"] .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section[data-cattype="83002"] .row {
        display: block;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    section[data-cattype="83002"] .animation-row {
        display: block;
    }

    section[data-cattype="83002"] .col {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    section[data-cattype="83002"] #titleColumn {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    section[data-cattype="83002"] .title {
        font-size: 50px;
    line-height: 1;
    margin-top: -40px;
    margin-bottom: -66px;
    margin-left: -80px;
    margin-right: -80px;
    text-align: center;
    }

    section[data-cattype="83002"] img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 50px auto 15px;
        border-radius: 20px;
    }

    section[data-cattype="83002"] .whoweare {
        font-size: 26px;
        line-height: 1.2;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 12px;
        text-align: center;
    }

    section[data-cattype="83002"] p {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
    }

    section[data-cattype="83002"] .custom-button {
        display: block;
        width: fit-content;
        min-width: 180px;
        margin: -20px auto 0;
        padding: 13px 30px;
        font-size: 15px;
        text-align: center;
    }

    section[data-cattype="83002"] #WhoWeAre {
        margin-top: -105px;
    }

    section[data-cattype="83002"] #numbercounter {
        padding: 0 20px;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    section[data-cattype="83002"] .counter {
        font-size: 38px;
        font-family: 'Roboto', Arial, sans-serif;
    }

    section[data-cattype="83002"] .description {
        font-size: 12px;
    }

    section[data-cattype="83002"].osp83002-init .osp83002-title-anim,
    section[data-cattype="83002"].osp83002-init .osp83002-image-anim,
    section[data-cattype="83002"].osp83002-init .osp83002-content-anim,
    section[data-cattype="83002"].osp83002-init #numbercounter {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(35px);
    }

    section[data-cattype="83002"].osp83002-active .osp83002-title-anim,
    section[data-cattype="83002"].osp83002-active .osp83002-image-anim,
    section[data-cattype="83002"].osp83002-active .osp83002-content-anim,
    section[data-cattype="83002"].osp83002-active #numbercounter {
        visibility: visible;
        pointer-events: auto;
        animation: osp83002MobileIn 0.9s ease forwards;
    }

    section[data-cattype="83002"].osp83002-active .osp83002-title-anim {
        animation-delay: 0.05s;
    }

    section[data-cattype="83002"].osp83002-active .osp83002-image-anim {
        animation-delay: 0.2s;
    }

    section[data-cattype="83002"].osp83002-active .osp83002-content-anim {
        animation-delay: 0.35s;
    }

    section[data-cattype="83002"].osp83002-active #numbercounter {
        animation-delay: 0.55s;
    }
}

@keyframes osp83002MobileIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}