/*

16px = 1rem
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem

sm (small devices)
@media (max-width: 575px) {}
@media (min-width: 576px) {}

md (medium devices)
@media (max-width: 767px) {}
@media (min-width: 768px) {}

lg (large devices)
@media (max-width: 991px) {}
@media (min-width: 992px) {}

xl (extra large devices)
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}

xxl (extra extra large devices)
@media (max-width: 1399px) {}
@media (min-width: 1400px) {}
*/

.container {
    max-width: 1600px;
}

@font-face {
    font-family: 'Objectivity-Regular';
    src: url('../fonts/Objectivity-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Objectivity-Bold';
    src: url('../fonts/Objectivity-Bold.otf') format('opentype');
}

body {
    font-family: "Objectivity-Regular", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Objectivity-Bold", sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #00343f;
}

h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1.5rem;
}

main ul {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

main #content > :is(p, ul):last-child {
    margin-bottom: 0;
}

a {
    color: #b5d334;
    text-decoration: none;
}

    a:hover {
        color: #b5d334;
        text-decoration: underline;
    }

td.noWrap {
    white-space: nowrap;
}

td.maxWidth {
    width: 100%;
}

td.valignMiddle {
    vertical-align: middle;
}

/* buttons */
.btn-primary {
    background-color: #b1f727 !important;
    border: 2px solid #b1f727 !important;
    color: #000 !important;
    border-radius: 0 !important;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #fff !important;
        border: 2px solid #fff !important;
        color: #000 !important;
        text-decoration: none !important;
    }

    .btn-primary.white {
        background-color: #fff !important;
        border: 2px solid #fff !important;
        color: #000 !important;
    }

        .btn-primary.white:hover {
            background-color: #b1f727 !important;
            border: 2px solid #b1f727 !important;
            color: #000 !important;
        }

/* Bootstrap Extension - Partially Disable Class image-responsive */
main .img-not-fluid {
    display: inline-block;
}

/* Bootstrap Extension - Reset Content Image Sizes */
@media (max-width: 991px) {
    main .img-fluid {
        width: auto !important;
        height: auto !important;
    }
}

/* Input */
.required-field {
    display: none;
}

.inputErr {
    background-color: #ffe5e5;
}

.btn.submit-loader {
    color: transparent !important;
    background: #fff url("/images/submit-loader.gif") center center no-repeat !important;
}

/* Input */
input[type=checkbox] {
    vertical-align: top;
    margin-top: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    margin-left: 4px;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.required-field {
    display: none;
}

/* Header */
header {
    height: CALC(40vh);
}

body.home header {
    height: 100vh;
}

header .vegas-content {
    height: 100%;
}

header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This is the key: covers the area, crops edges if needed, keeps aspect ratio */
    z-index: 0;
}

/* top */
#top {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,0.9);
    border-bottom: 1px solid;
    z-index: 9999;
}

    #top .logo {
        height: 80px;
        transition: all ease-in 250ms;
    }

body.scroll #top .logo {
    height: 50px;
}

#visual {
    position: relative;
}

    #visual .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top:80px;
    }
        body.home #visual .info {
            margin-top:0;
        }


            #visual .info h2.CTA-text {
                text-align: center;
                font-size: 3rem;
                color: #fff;
                text-shadow: 1px 1px 2px #000;
            }

            body.home #visual .info h2.CTA-text {
                font-size: 4rem;
            }

            @media (max-width: 767px) {
                #visual .info h2.CTA-text {
                    font-size: 2rem;
                }

                body.home #visual .info h2.CTA-text {
                    font-size: 2rem;
                }
            }

            #visual .info .CTA-button {
                margin-top: 20px;
                animation-delay: 500ms;
            }

                #visual .info .CTA-button .btn-primary {
                    font-size: 1rem;
                    font-weight: bold;
                    padding-bottom: 0;
                }

            body.home #visual .info .CTA-button .btn-primary {
                font-size: 1rem;
            }
            /* NAV */
            .nav-open {
                position: absolute;
                right: 15px;
                top: 20px;
            }

            body.scroll .nav-open {
                top: 10px;
            }

            a.nav-open {
                color: #fff;
                font-size: 3rem;
                transition: all ease-in 250ms;
            }

            body.scroll a.nav-open {
                font-size: 2rem;
            }

            a.nav-open:hover {
                color: #b5d334;
            }

            .sidenav {
                position: fixed;
                right: 0;
                top: 0;
                width: 420px;
                height: 100%;
                padding-top: 80px;
                padding-left: 40px;
                padding-right: 30px;
                background-color: rgba(0, 52, 63, 0.95);
                z-index: 9999;
                overflow-x: hidden;
                transition: 0.5s;
                left: 100vw;
            }

                .sidenav ul {
                    list-style: none;
                    padding-left: 0;
                    margin: 0;
                }

                .sidenav li {
                    position: relative;
                }
                /* ==================== MENU ROW ==================== */
                .sidenav .menu-row {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    position: relative;
                }

                    .sidenav .menu-row .arrow {
                        margin-left: auto;
                        order: 2;
                    }
                /* ===================== ALL NAV LINKS ===================== */
                .sidenav .nav-link {
                    color: #fff;
                    text-decoration: none;
                    white-space: nowrap;
                    flex: 1;
                    order: 1;
                }
                /* Top Level */
                .sidenav > ul > li.nav-item .nav-link {
                    padding: 8px 15px 8px 30px;
                    font-size: 1.5rem;
                    font-weight: 600;
                }
                /* Sub Level (Level 2) */
                .sidenav .sub-menu > li.subnav-item .nav-link {
                    padding: 6px 15px 6px 35px;
                    font-size: 1.05rem;
                    font-weight: 500;
                }
                /* Sub-Sub Level (Level 3+) */
                .sidenav .sub-menu .sub-menu .nav-link {
                    padding: 5px 15px 5px 45px;
                    font-size: 0.9rem;
                    font-weight: 400;
                    color: #ddd;
                }
                /* ===================== HOVER + ACTIVE (All levels) ===================== */
                .sidenav a.nav-link:hover,
                .sidenav a.nav-link.active {
                    color: #b1f727 !important;
                }
                /* ===================== OPEN STATE (Only Top & Sub) ===================== */
                /* Top Level: highlight when open */
                .sidenav > ul > li.nav-item.open > .menu-row .nav-link {
                    color: #b1f727 !important;
                }
                /* Sub Level (Level 2 only): highlight when open */
                .sidenav .sub-menu > li.subnav-item.open > .menu-row .nav-link {
                    color: #b1f727 !important;
                }
                /* ===================== ARROWS - Same behavior as text ===================== */
                /* Default arrow color */
                .sidenav a.arrow {
                    padding: 8px 12px;
                    font-size: 1.4rem;
                    color: #fff;
                    transition: transform 0.3s ease, color 0.2s ease;
                    cursor: pointer;
                    flex-shrink: 0;
                    margin-right: 5px;
                }

                .sidenav .sub-menu a.arrow {
                    font-size: 1.15rem;
                    padding: 5px 10px;
                }
                /* Arrow on hover */
                .sidenav a.arrow:hover {
                    color: #b1f727;
                }
                /* Arrow when parent is open (Top & Sub levels) */
                .sidenav > ul > li.nav-item.open > .menu-row .arrow,
                .sidenav .sub-menu > li.subnav-item.open > .menu-row .arrow {
                    color: #b1f727;
                }
                /* Arrow when the item itself is active */
                .sidenav li.open > .menu-row .arrow,
                .sidenav a.nav-link.active + .arrow,
                .sidenav .menu-row .arrow.open {
                    color: #b1f727;
                }

                .sidenav a.arrow.open {
                    transform: rotate(90deg);
                }
                /* Submenu Container */
                .sidenav ul.sub-menu {
                    padding-left: 20px;
                    margin-top: -4px;
                    display: none;
                }
                /* Show submenus */
                .sidenav li.open > ul.sub-menu,
                .sidenav .sub-menu li.open > ul.sub-menu {
                    display: block !important;
                }
                /* Nav Close */
                .sidenav .nav-close {
                    position: absolute;
                    top: 15px;
                    right: 25px;
                    font-size: 4rem;
                    color: #fff;
                }
            /* Content */
            main {
                margin-top: 40px;
                margin-bottom: 40px;
            }
            /* special */
            .block {
                background-color: #293150;
                padding: 15px;
                color: #fff;
            }

                .block h3 {
                    color: #fff;
                }

                .block p:last-of-type {
                    margin-bottom: 0;
                }
            /* ==================== Panels ==================== */
            .panel {
                position: relative;
                overflow: hidden;
                border-radius: 16px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
                height: 100%;
                padding: 40px 40px 80px 40px;
                transition: all 350ms ease-out;
            }

                .panel:hover {
                    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
                    transform: translateY(-8px);
                }

                .panel img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transition: transform 450ms ease-out, filter 450ms ease-out;
                }

                .panel:hover img {
                    transform: scale(1.15);
                    filter: brightness(1.08) contrast(1.05);
                }

            .panel-content {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.75);
                backdrop-filter: blur(10px);
                color: #fff;
                padding: 20px;
                transition: all 350ms ease-out;
                border-top: 1px solid rgba(255,255,255,0.3);
            }

            .panel:hover .panel-content {
                background: rgba(0, 0, 0, 0.75);
                backdrop-filter: blur(16px);
                color: #fff;
            }

            .panel-content h3.panel-title {
                font-size: 1.6rem;
                font-weight: 600;
                margin-bottom: 0;
                color: #ffffff;
                text-shadow: 0 1px 4px rgba(0,0,0,0.6);
                transition: all 350ms ease-out;
            }

            .panel:hover .panel-content h3.panel-title {
                color: #fff;
            }

            .panel-rest {
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                transform: translateY(15px);
                transition: all 380ms cubic-bezier(0.4, 0.0, 0.2, 1);
                padding-top: 0;
            }

            .panel:hover .panel-rest {
                max-height: 200px;
                opacity: 1;
                transform: translateY(0);
                padding-top: 12px;
            }

            .panel-rest .btn-primary {
                margin-top: 15px;
                width: 100%;
                line-height: 1.5;
            }
            /* =============== PARALLAX =============== */
            .parallax-container {
                position: relative;
                overflow: hidden;
                height: 50vh; /* Try 45vh ~ 55vh */
                min-height: 380px;
                background: #111;
            }

            .parallax-background {
                position: absolute;
                top: -35%;
                left: 0;
                width: 100%;
                height: 170%; /* Increased a bit because container is shorter */
                will-change: transform;
                transform: translateY(0);
                z-index: 1;
            }

                .parallax-background img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }

            .parallax-content {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 100%;
                z-index: 9999;
            }
            /* Media */
            .item {
                margin-bottom: 30px;
                transition: all 200ms ease-in;
            }

                .item.animation .item-wrapper {
                    margin-top: 50px;
                    opacity: 0.25;
                }

                .item.animation.in-view .item-wrapper {
                    margin-top: 0;
                    opacity: 1;
                    transition: all 200ms ease-in;
                }

            .item-wrapper {
                position: relative;
                border: 1px solid #ccc;
                height: 100%;
                margin-bottom: 24px;
                transition: all 200ms ease-in;
            }

                .item-wrapper:hover {
                    transform: scale(1.05);
                    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
                }

            .item-content {
                padding: 0 15px 15px 15px;
            }

            .item .date {
                padding: 10px;
                background-color: RGBA(0,0,0, 0.8);
                font-weight: bold;
                color: #fff;
                text-align: right;
            }

                .item .date img.logo {
                    height: 20px;
                    float: left;
                    border: none;
                }

            .item h4 {
                margin-top: 15px;
            }

            .item .link {
                position: absolute;
                left: 15px;
                bottom: 15px;
            }

            a.item:hover {
                text-decoration: none;
            }
            /* Content - Pagination */
            .pagination .page-item .page-link {
                border-color: #ccc;
                color: #1b98cc;
                text-decoration: none;
            }

                .pagination .page-item .page-link:hover {
                    background-color: #1b98cc;
                    color: #fff;
                }

            .pagination .page-item.disabled .page-link {
                color: #ccc;
            }

            .pagination .page-item.active .page-link {
                background-color: #d01d30;
                color: #fff;
            }

            #parallax {
                position: relative;
                overflow: hidden;
                height: 30vh;
                min-height: 380px;
                background: #111;
            }

                #parallax video {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover; /* This is the key: covers the area, crops edges if needed, keeps aspect ratio */
                    z-index: 0;
                }
            /* Footer */
            footer {
                padding: 40px 0 40px 0;
                background-color: #000;
                color: #fff;
            }

                footer h3 {
                    color: #fff;
                }

                footer a {
                    color: #fff;
                }

                    footer a:hover {
                        color: #fff;
                        text-decoration: underline;
                    }

                footer div.logo {
                    display: flex;
                    flex-direction: row;
                }

                    footer div.logo img {
                        height: 50px;
                        margin-right: 20px;
                    }
                /* Custom styling for text inputs */
                footer .form-control {
                    background-color: #000 !important;
                    color: #fff !important;
                    border: none !important;
                    border-top: 2px solid #fff !important;
                    border-radius: 0 !important;
                    padding: 0.5rem 0.75rem;
                    transition: border-bottom-color 0.3s ease;
                }

                    footer .form-control::placeholder {
                        color: #ccc;
                        opacity: 1;
                    }

                    footer .form-control:focus {
                        background-color: #000;
                        color: #fff;
                        border-top: 2px solid #0d6efd; /* Bootstrap primary blue, or change to #fff */
                        box-shadow: none !important;
                        outline: none;
                    }
            /* Special */
            .align-bottom {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
            }
            /* Overlay */
            #overlay {
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background: rgba(0,0,0,0.6);
                display: none;
            }
            /* Loader */
            #loader {
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background: url('/images/ajax-loader.gif') center center no-repeat rgba(255,255,255,0.9);
            }
            /* Cookie Alert */
            #cookie-alert {
                position: fixed;
                bottom: 0;
                padding: 20px;
                width: 100%;
                background-color: #eee;
                text-align: center;
            }

            @media (max-width: 991px) {
                #cookie-alert {
                    padding-bottom: 50px;
                }
            }

            .slide-in-blurred-top {
                -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
                animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
            }
            /* ----------------------------------------------
 * Generated by Animista on 2026-5-14 9:50:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
            /**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
            @-webkit-keyframes slide-in-blurred-top {
                0% {
                    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
                    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
                    -webkit-transform-origin: 50% 0%;
                    transform-origin: 50% 0%;
                    -webkit-filter: blur(40px);
                    filter: blur(40px);
                    opacity: 0;
                }

                100% {
                    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
                    transform: translateY(0) scaleY(1) scaleX(1);
                    -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
                    -webkit-filter: blur(0);
                    filter: blur(0);
                    opacity: 1;
                }
            }

            @keyframes slide-in-blurred-top {
                0% {
                    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
                    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
                    -webkit-transform-origin: 50% 0%;
                    transform-origin: 50% 0%;
                    -webkit-filter: blur(40px);
                    filter: blur(40px);
                    opacity: 0;
                }

                100% {
                    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
                    transform: translateY(0) scaleY(1) scaleX(1);
                    -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
                    -webkit-filter: blur(0);
                    filter: blur(0);
                    opacity: 1;
                }
            }
