:root{
    --fixed-margin-size: 3rem;
    font-size: 1.1rem;
    --project-btn-color-1: rgb(114, 0, 255);
    --project-btn-hover-color-1: rgb(114, 71, 177);
    --project-btn-color-2: rgb(0, 255, 170);
    --project-btn-hover-color-2: rgb(85, 213, 168);
    --project-alert-bg-color: rgba(255, 0, 0, 0.75);
}
@font-face {
    font-family: 'BaiJamjuree-Bold';
    src: url('../fonts/BaiJamjuree-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'BaiJamjuree-Medium';
    src: url('../fonts/BaiJamjuree-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'BaiJamjuree-Light';
    src: url('../fonts/BaiJamjuree-Light.ttf');
    font-display: swap;
}
.text-1-3{
    font-size:1.3rem;
}
.cursor-pointer{
    cursor: pointer;
}
html {
    background-color: #26292d;
}
body {
    font-family: BaiJamjuree-Medium, sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
}
p,a,h1,h2,h3,h4,h5,h6{
    margin: 0 !important;
}
b, strong, .fw-bold  {
    font-family: BaiJamjuree-Bold, sans-serif;
}
.fmt{
    margin-top: var(--fixed-margin-size) !important;
}
.fmb{
    margin-bottom: var(--fixed-margin-size) !important;
}
.fpt{
    padding-top: var(--fixed-margin-size) !important;
}
.fpb{
    padding-bottom: var(--fixed-margin-size) !important;
}
.f-bold, .fw-bold{
    font-family: BaiJamjuree-Bold, sans-serif !important;
}
.f-ligth, .fw-light{
    font-family: BaiJamjuree-Light, sans-serif !important;
}
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.btn-custom-1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--project-btn-color-1);
    --bs-btn-border-color: var(--project-btn-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:var(--project-btn-hover-color-1);
    --bs-btn-hover-border-color: var(--project-btn-hover-color-1);
    --bs-btn-focus-shadow-rgb: 77,43,138;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--project-btn-color-1);
    --bs-btn-active-border-color: var(--project-btn-color-1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(77,43,138, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--project-btn-color-1);
    --bs-btn-disabled-border-color: var(--project-btn-color-1);
}
.btn-outline-custom-1 {
    --bs-btn-color: var(--project-btn-color-1);
    --bs-btn-border-color: var(--project-btn-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--project-btn-color-1);
    --bs-btn-hover-border-color: var(--project-btn-color-1);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--project-btn-color-1);
    --bs-btn-active-border-color: var(--project-btn-color-1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--project-btn-color-1);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--project-btn-color-1);
    --bs-gradient: none;
}
.btn-custom-2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--project-btn-color-2);
    --bs-btn-border-color: var(--project-btn-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:var(--project-btn-hover-color-2);
    --bs-btn-hover-border-color: var(--project-btn-hover-color-2);
    --bs-btn-focus-shadow-rgb: 77,43,138;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--project-btn-color-2);
    --bs-btn-active-border-color: var(--project-btn-color-2);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(77,43,138, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--project-btn-color-2);
    --bs-btn-disabled-border-color: var(--project-btn-color-2);
}
.btn-outline-custom-2 {
    --bs-btn-color: var(--project-btn-color-2);
    --bs-btn-border-color: var(--project-btn-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--project-btn-color-2);
    --bs-btn-hover-border-color: var(--project-btn-color-2);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--project-btn-color-2);
    --bs-btn-active-border-color: var(--project-btn-color-2);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--project-btn-color-2);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--project-btn-color-2);
    --bs-gradient: none;
}
.custom-alert-1 {
    --bs-alert-color: white;
    --bs-alert-bg: var(--project-alert-bg-color);
    --bs-alert-border-color: var(--project-alert-bg-color);
    --bs-alert-link-color: white;
    font-family: BaiJamjuree-Bold, sans-serif;
}

.short-text{
    white-space: nowrap;
    width: 100%;                   
    overflow: hidden;              
    -o-text-overflow: ellipsis;    
    text-overflow:    ellipsis;    
}
form label.required:after {
    content: "*";
    font-size: 1em;
    margin: 0.3em;
    position: relative;
    top: -2px;
    color: red;
}
.img-cover{
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
}
.text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.color-unset{
    color:unset;
}
.navbar-box .nav .nav-item:not(:last-child) {
    border-right: 1px solid black;
}
.navbar-box .nav li.nav-item{
    line-height: 1px!important;
}
.navbar-box .nav ul.dropdown-menu{
    line-height: var(--bs-body-line-height);
}

.navbar-box .nav .nav-item:last-child {
    padding-right: 0 !important;
}


@media all and (min-width: 992px) {

    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{
        display: none;
        position: absolute;
        left:100%;
        top:-7px;
    }
    .dropdown-menu .submenu-left{
        right:100%;
        left:auto;
    }
    .dropdown-menu .submenu-right{
        right:100% !important;
        left: unset;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}



@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem;
        margin-right:0.7rem;
        margin-bottom: .5rem;
    }

}



@media (max-width: 575.98px) {

}


@media (min-width: 576px) and (max-width: 767.98px) {

}


@media (min-width: 768px) and (max-width: 991.98px) {

}


@media (min-width: 992px) and (max-width: 1199.98px) {

}


@media (min-width: 1200px) {

}



@font-face { font-family: 'IBM Plex Sans'; src: url('../fonts/IBMPlexSans-Light.ttf'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('../fonts/IBMPlexSans-Regular.ttf'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('../fonts/IBMPlexSans-Medium.ttf'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('../fonts/IBMPlexSans-SemiBold.ttf'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Light.ttf'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Regular.ttf'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Medium.ttf'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-SemiBold.ttf'); font-weight: 600; font-display: swap; }



:root {
    --plx-red:       #df3027;
    --plx-red-dark:  #b8261e;
    --plx-teal:      #578593;
    --plx-dark:      #111827;
    --plx-leg-dark:  #151e2d;
    --plx-oswald:    'Oswald', sans-serif;
    --plx-ibm:       'IBM Plex Sans', sans-serif;
    --plx-assets:    'dist/plx_assets/';
}


body { font-family: var(--plx-ibm); }


.plx-captcha-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 1rem;
    max-width: 847px;
}
.plx-captcha-row .g-recaptcha {
    flex: 0 0 304px;
    width: 304px;
    min-height: 78px;
}
.plx-captcha-row .plx-cta-submit {
    flex: 1 1 auto;
    margin: 0;
}
@media (max-width: 600px) {
    .plx-captcha-row { justify-content: center; }
    .plx-captcha-row .plx-cta-submit { flex: 0 0 100%; }
}

.grecaptcha-badge { z-index: 9000 !important; }


.plx-cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    background: #13263c;
    color: #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
}
.plx-cookie-banner[hidden] { display: none; }
.plx-cookie-text {
    flex: 1 1 60%;
    min-width: 240px;
}
.plx-cookie-link {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 4px;
    font-weight: 600;
}
.plx-cookie-link:hover { color: #df3027; }
.plx-cookie-btns {
    display: flex;
    gap: 8px;
    margin-left: auto;
}
.plx-cookie-btn {
    border: none;
    padding: 10px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s, background-color 0.2s;
    font-family: inherit;
}
.plx-cookie-accept {
    background-color: #df3027;
    color: #ffffff;
}
.plx-cookie-accept:hover { background-color: #b32820; }
.plx-cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.plx-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}
@media (max-width: 600px) {
    .plx-cookie-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .plx-cookie-btns {
        margin-left: 0;
        justify-content: center;
    }
}


.plx-svc-modal {
    --bs-modal-bg: #ffffff;
    --bs-modal-color: #13263c;
    --bs-modal-border-radius: 14px;
}
.plx-svc-modal .modal-content {
    background-color: #ffffff !important;
    color: #13263c !important;
    border: none;
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    
    max-height: 85vh;
}

.plx-svc-modal.plx-svc-modal-fixed-height .modal-content {
    height: 80vh;
    max-height: 720px;
}
.plx-svc-modal .modal-body {
    flex: 1 1 auto;
    overflow-y: scroll;
    min-height: 0;
    scrollbar-gutter: stable;
    padding-top: 0 !important;  
}

.plx-svc-modal-intro {
    padding-top: 28px;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eef0f3;
    color: #2c3e50;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.95rem, 1vw, 17px);
    line-height: 1.75;
}
.plx-svc-modal-intro p { margin: 0 0 1em 0 !important; color: #2c3e50; }
.plx-svc-modal-intro p:last-child { margin-bottom: 0 !important; }
.plx-svc-modal .modal-body::-webkit-scrollbar { width: 8px; }
.plx-svc-modal .modal-body::-webkit-scrollbar-track { background: transparent; }
.plx-svc-modal .modal-body::-webkit-scrollbar-thumb { background: #d0d4d9; border-radius: 4px; }
.plx-svc-modal .modal-body::-webkit-scrollbar-thumb:hover { background: #b0b7be; }
.plx-svc-modal .modal-header {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 24px 32px 20px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}
.plx-svc-modal .modal-header::after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -2px;
    width: 60px;
    height: 4px;
    background: #df3027;
    border-radius: 999px;
}
.plx-svc-modal-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.25rem, 1.7vw, 1.85rem);
    font-weight: 700;
    color: #13263c !important;
    letter-spacing: -0.4px;
    margin: 0 !important;
    line-height: 1.2;
}
.plx-svc-modal .modal-body {
    background-color: #ffffff;
    padding: 28px 32px 32px;
    color: #2c3e50;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.95rem, 1vw, 17px);
    line-height: 1.75;
}
.plx-svc-modal .modal-body p {
    margin: 0 0 1em 0 !important;
    color: #2c3e50;
}
.plx-svc-modal .modal-body ul,
.plx-svc-modal .modal-body ol {
    padding-left: 1.5em;
    margin: 0 0 1.2em 0;
}
.plx-svc-modal .modal-body li {
    margin-bottom: 0.4em;
    color: #2c3e50;
}
.plx-svc-modal .modal-body li::marker { color: #df3027; }
.plx-svc-modal .modal-body h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.1rem, 1.25vw, 1.3rem);
    font-weight: 700;
    color: #13263c !important;
    margin: 1.5em 0 0.6em 0 !important;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #f0f2f5;
}
.plx-svc-modal .modal-body h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.1vw, 1.15rem);
    font-weight: 600;
    color: #13263c !important;
    margin: 1.2em 0 0.4em 0 !important;
}
.plx-svc-modal .modal-body strong { font-weight: 600; color: #13263c; }
.plx-svc-modal .modal-body a {
    color: #df3027;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.plx-svc-modal .modal-body a:hover { color: #b32820; }
.plx-svc-modal-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
}
.plx-svc-modal-loading .spinner-border { color: #df3027; }
.plx-svc-modal .btn-close {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
}
.plx-svc-modal .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.modal-backdrop.show { opacity: 0.55; }


.plx-svc-modal-tabs {
    list-style: none;
    margin: 0 -32px 1.5rem -32px;
    padding: 28px 32px 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 0;
    border-bottom: 2px solid #eef0f3;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff !important;
    box-shadow: 0 6px 14px -8px rgba(0, 0, 0, 0.18);
}

.plx-svc-modal-intro + .plx-svc-modal-tabs {
    padding-top: 12px;
}
.plx-svc-modal-tabs li {
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 130px;
    max-width: 220px;
    display: flex;
}
.plx-svc-modal-tab {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #6c757d;
    padding: 10px 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.85rem, 0.95vw, 1rem);
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    margin-bottom: -2px;
    transition: color 0.18s, border-color 0.18s, background-color 0.18s;
    border-radius: 4px 4px 0 0;
    width: 100%;
    text-align: center;
}
.plx-svc-modal-tab:hover {
    color: #13263c;
    background-color: rgba(19, 38, 60, 0.04);
}
.plx-svc-modal-tab.active {
    color: #df3027;
    border-bottom-color: #df3027;
    font-weight: 600;
    background-color: transparent;
}
.plx-svc-modal-panes { padding-top: 0.25rem; }
.plx-svc-modal-pane {
    display: none;
}
.plx-svc-modal-pane.active { display: block; }
@media (max-width: 600px) {
    .plx-svc-modal .modal-header { padding: 16px 18px; }
    .plx-svc-modal .modal-body { padding: 18px 18px 22px; }

    
    .plx-svc-modal-tabs {
        margin: 0 -18px 1rem -18px;
        padding: 12px 18px 0 18px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        gap: 0;
    }
    .plx-svc-modal-tabs::-webkit-scrollbar { display: none; }
    
    .plx-svc-modal-tabs::after {
        content: "";
        position: sticky;
        right: 0;
        flex: 0 0 18px;
        width: 18px;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #ffffff 100%);
        pointer-events: none;
    }
    .plx-svc-modal-tabs li {
        flex: 0 0 auto;
        min-width: 0;
        max-width: none;
        scroll-snap-align: start;
    }
    .plx-svc-modal-tab {
        padding: 8px 14px;
        font-size: 0.85rem;
        white-space: nowrap;
        width: auto;
    }
}


.navbar-toggler {
    flex-shrink: 0;
    padding: 6px 8px;
    box-shadow: none !important;
}
.navbar-toggler:focus { box-shadow: none !important; }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2313263c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 28px;
    height: 28px;
    display: inline-block;
}


#offcanvasExample .offcanvas-header img,
#offcanvasExample .offcanvas-header .img-fluid {
    max-height: 40px !important;
    max-width: 140px !important;
    width: auto !important;
    height: auto !important;
}
#offcanvasExample .offcanvas-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e9ecef;
}
#offcanvasExample .offcanvas-body { padding: 8px 0; }
.plx-mobile-nav {
    margin: 0;
    padding: 0;
}
.plx-mobile-nav li {
    border-bottom: 1px solid #f0f0f0;
}
.plx-mobile-nav li:last-child {
    border-bottom: none;
}
.plx-mobile-nav a {
    display: block;
    padding: 14px 24px;
    color: #13263c;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.2s, background-color 0.2s;
}
.plx-mobile-nav a:hover,
.plx-mobile-nav a:focus {
    color: #df3027;
    background-color: #f9f9f9;
}
.plx-mobile-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 8px 12px 8px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 8px;
}


.plx-lang-switch,
.plx-mobile-lang { display: none !important; }


.plx-lang-switch {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    font-size: 0.72rem;
    line-height: 1;
    user-select: none;
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 10;
    background: rgba(255,255,255,0.95);
    padding: 3px 6px;
    border-radius: 0 0 4px 4px;
}
.plx-lang-link {
    color: #6c757d;
    text-decoration: none;
    padding: 2px 4px;
    transition: color 0.2s;
    letter-spacing: 0.5px;
}
.plx-lang-link:hover { color: #13263c; }
.plx-lang-link.active {
    color: #df3027;
    font-weight: 700;
}
.plx-lang-sep { color: #ced4da; font-size: 0.7rem; }



.plx-header {
    background: #fff;
    padding: 44px 0;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.plx-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #212529;
    gap: clamp(10px, 1.25vw, 24px);
    flex-shrink: 1;
    min-width: 0;
}
.plx-logo-separator {
    width: 1px;
    height: clamp(32px, 2.5vw, 48px);
    background-color: #13263c;
    display: block;
    flex-shrink: 0;
}
.plx-logo-link img { max-height: clamp(28px, 2.4vw, 42px); width: auto; }
.plx-logo-texts { display: flex; flex-direction: column; min-width: 0; }
.plx-logo-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(16px, 1.78vw, 31px);
    font-weight: 400;
    letter-spacing: clamp(0.5px, 0.1vw, 2px);
    line-height: 1.15;
    color: #13263c;
    margin: 0 !important;
    white-space: nowrap;
}
.plx-logo-sub {
    font-family: "Oswald", sans-serif;
    font-size: clamp(10px, 0.9vw, 15px);
    font-weight: 400;
    letter-spacing: clamp(1px, 0.17vw, 4px);
    line-height: 1.25;
    color: #13263c;
    margin: 0 !important;
    white-space: nowrap;
}
.plx-nav { gap: 0; margin: 0; padding: 0; list-style: none; justify-content: flex-end; flex-wrap: nowrap; flex-shrink: 0; }
.plx-nav .nav-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(13px, 1.05vw, 20px);
    font-weight: 400;
    color: #13263c !important;
    padding: 0.2rem clamp(0.45rem, 0.8vw, 1rem) !important;
    border-right: 1px solid #dee2e6;
    line-height: 1;
    white-space: nowrap;
}
.plx-nav .nav-item:last-child .nav-link { border-right: none; }
.plx-nav .nav-link:hover { color: var(--plx-red) !important; }


.plx-hero {
    position: relative;
    display: block;
}
.plx-hero-img {
    display: block;
    width: 100%;
    height: auto;
}
.plx-hero-content-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}
.plx-hero-content {
    text-align: right;
}
.plx-hero-content h1 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.4rem, 2.4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.25;
    color: #13263c;
    margin-bottom: 1rem !important;
}
.plx-hero-content p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #3c5c6a;
    text-align: right;
    margin-bottom: 1.5rem !important;
    line-height: 1.4;
}
.btn-plx-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 60px;
    border-radius: 30px;
    background-color: #578593;
    border: 1px solid #ffffff;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.2s;
}
.btn-plx-hero:hover { opacity: 0.85; }


.plx-section-gap {
    height: 14vw;
    background: #ffffff;
}


.plx-container {
    width: 100%;
    padding-left: 1.6%;
    padding-right: 1.25%;
}



.plx-services {
    padding: 6.9vw 0 8.75vw;
    background: #fff;
}

.plx-svc-row {
    row-gap: 5.78vw;
    justify-content: center;
}
.plx-section-heading {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1px;
    color: #13263c;
    text-align: center;
    margin-bottom: 0 !important;
}

.plx-red-rec {
    display: block;
    width: 192px;
    height: 11px;
    object-fit: fill;
    margin: 6px auto 5rem;
}

.plx-service-card {
    display: block;
    text-decoration: none !important;
    color: #333 !important;
    transition: transform 0.2s;
}
.plx-service-card:hover { transform: translateY(-3px); }


.plx-svc-card-wrap {
    position: relative;
    padding-top: 8px;
    max-width: 300px;
    margin: 0 auto;
}


.plx-svc-top-rect {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 141px;
    height: 45px;
    border-radius: 5px;
    background-color: #df3027;
    z-index: 0;
}


.plx-svc-inner {
    position: relative;
    z-index: 1;
    aspect-ratio: 257 / 178;
    width: 100%;
    background-color: #f1f1f1;
    border: 0.5px solid #b7b7b7;
    border-radius: 15px;
    filter: drop-shadow(-2.598px 1.5px 4.5px rgba(148,148,148,0.75));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 12px 8px;
}

@media (max-width: 991.98px) {
    .plx-svc-inner {
        aspect-ratio: auto;
        height: 200px;
    }
}
@media (max-width: 575.98px) {
    .plx-svc-inner {
        height: 170px;
    }
}

.plx-svc-icon {
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 65%;
    object-fit: contain;
    display: block;
}

.plx-service-card span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(14px, 1.4vw, 22px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #13263c;
    text-align: center;
    display: block;
    width: 92%;
}



.plx-about {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    border-top: 2px solid rgba(180,185,190,0.6);
    border-bottom: 2px solid rgba(180,185,190,0.6);
}

.plx-about-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.plx-about-inner { position: relative; z-index: 1; }

.plx-about-text-col {
    padding: 3.65vw 3vw 3.65vw 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.plx-about-label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #13263c;
    display: block;
    margin-bottom: 0.2rem !important;
    line-height: 1;
}

.plx-about-red-rect {
    display: block;
    width: clamp(80px, 10vw, 192px);
    height: clamp(5px, 0.57vw, 11px);
    object-fit: fill;
    margin-bottom: 2.5vw;
    margin-left: 0;
}

.plx-about p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #13263c;
    text-align: left;
    line-height: 1.6;
    max-width: 744px;
    padding-left: 4vw;
    margin-bottom: 24px !important;
}


.plx-leg-red-rect {
    display: block;
    width: clamp(140px, 14.6vw, 280px);
    height: clamp(6px, 0.6vw, 12px);
    object-fit: fill;
    margin-bottom: 0;
}

.plx-leg-body-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-left: -70px;
    margin-top: -28px;
}
.plx-leg-click-icon {
    display: block;
    height: 68px;
    width: auto;
    flex-shrink: 0;
}


.plx-legislation {
    padding: 9.1vw 0 8.75vw;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    position: relative;
    border-top: 2px solid rgba(180,185,190,0.6);
    border-bottom: 2px solid rgba(180,185,190,0.6);
}
.plx-legislation-overlay { display: none; }
.plx-leg-inner { position: relative; z-index: 2; }


.plx-leg-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.plx-leg-logo { max-height: 55px; margin-bottom: 16px; display: block; }


.plx-leg-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
}


.plx-leg-brand {
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.4rem, 3.2vw, 50px);
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.1;
    color: #13263c;
    text-align: center;
    margin-bottom: 0 !important;
}

.plx-leg-sub {
    font-family: "Oswald", sans-serif;
    font-size: clamp(0.8rem, 1.6vw, 25px);
    font-weight: 300;
    letter-spacing: 7px;
    line-height: 1;
    color: #13263c;
    text-align: center;
    margin-bottom: 0 !important;
}

.plx-leg-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #13263c;
    text-align: left;
    margin-bottom: 0.5rem !important;
}

.plx-leg-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #13263c;
    line-height: 1.6;
    max-width: 770px;
    margin: 0 !important;
    padding-top: 36px;
}



.plx-contact {
    padding: 1.5vw 0 8.65vw;
    position: relative;
    background-color: #ffffff;
    border-top: 2px solid rgba(180,185,190,0.6);
    border-bottom: 2px solid rgba(180,185,190,0.6);
}

.plx-contact-pills {
    position: absolute;
    inset: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
}

.plx-contact-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(216,219,222,0.72) 25%,
        rgba(190,195,200,0.6) 50%,
        rgba(216,219,222,0.72) 75%,
        rgba(255,255,255,0.95) 100%);
    z-index: 1;
    pointer-events: none;
}
.plx-contact-inner { position: relative; z-index: 2; }

.plx-contact-label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.8rem, 2.34vw, 45px);
    font-weight: 700;
    letter-spacing: -1px;
    color: #13263c;
    display: block;
    margin-bottom: 0.4rem !important;
}

.plx-contact-red-rect {
    display: block;
    width: clamp(120px, 10.2vw, 195px);
    height: clamp(6px, 0.63vw, 12px);
    object-fit: fill;
    margin-bottom: 3rem;
}

.plx-cta-input {
    display: block;
    width: 100%;
    max-width: 847px;
    height: clamp(50px, 4.17vw, 80px);
    border-radius: 30px;
    background-color: rgba(255,255,255,0.75);
    border: 0.5px solid rgba(100,110,120,0.2);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.56vw, 30px);
    font-weight: 400;
    letter-spacing: -1px;
    color: #13263c;
    padding: 0 28px;
    margin-bottom: 14px;
    outline: none;
    transition: border-color 0.2s;
}
.plx-cta-input::placeholder {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.56vw, 30px);
    font-weight: 400;
    letter-spacing: -1px;
    color: #686d70;
    opacity: 0.502;
}
.plx-cta-input:focus { border-color: var(--plx-red); outline: none; box-shadow: none; }

.plx-cta-textarea {
    height: clamp(120px, 10.7vw, 206px);
    padding-top: 20px;
    resize: vertical;
}

.plx-cta-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 760px;
    height: clamp(60px, 5.73vw, 110px);
    border-radius: 55px;
    background-color: transparent;
    border: 0.5px solid rgba(100,110,120,0.35);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.56vw, 30px);
    font-weight: 400;
    letter-spacing: -1px;
    color: #13263c;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-top: 8px;
}
.plx-cta-submit:hover { opacity: 0.75; }
.plx-cta-submit-icon { height: 40px; width: auto; }

.plx-contact .col-lg-6:first-child {
    padding-left: 5%;
}

.plx-contact .col-lg-6:last-child {
    text-align: center;
    padding-left: 0;
}

.plx-info-label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.46vw, 28px);
    font-weight: 700;
    color: #df3027;
    display: block;
    margin-bottom: 4px !important;
    text-align: center;
}
.plx-info-value {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 22px);
    color: #13263c;
    margin-bottom: 1.4rem !important;
    text-align: center;
}
.plx-info-value a { color: #13263c; text-decoration: none; }
.plx-info-value a:hover { color: #df3027; }




.plx-about-pg-hero {
    height: clamp(200px, 19.8vw, 381px);
}


.plx-about-pg-content {
    background-color: #ffffff;
    padding-bottom: 6vw;
    border-bottom: 2px solid rgba(180,185,190,0.6);
    overflow: hidden;
}


.plx-about-pg-img-col {
    padding-top: 2vw;
    padding-left: 3vw;
}
@media (max-width: 991.98px) {
    .plx-about-pg-img-col { display: none; }
}
.plx-about-pg-img {
    width: 100%;
    max-width: 921px;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: left center;
}


.plx-about-pg-text-col {
    padding-top: 2vw;
    padding-right: 4vw;
    padding-left: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .plx-about-pg-text-col {
        margin-left: -4%;
    }
}
.plx-about-pg-text-col p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.1vw, 20px);
    font-weight: 400;
    color: #13263c;
    text-align: left;
    max-width: none;
    line-height: 1.65;
    margin-bottom: 24px !important;
}




.plx-contact-pg-hero .plx-pg-hero-content {
    top: auto !important;
}



.plx-contact-intro {
    background: #ffffff;
    padding-top: 3vw;
    padding-bottom: 2vw;
}
.plx-contact-intro-inner {
    padding-left: 6vw;
    padding-right: 6vw;
}
.plx-contact-intro-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.1vw, 20px);
    font-weight: 400;
    color: #13263c;
    line-height: 1.65;
    margin: 0;
}


.plx-contact-body {
    background: #ffffff;
    padding-bottom: 6vw;
    border-bottom: 2px solid rgba(180,185,190,0.6);
}


.plx-contact-form-col {
    padding-top: 2vw;
    padding-left: 6vw;
    padding-right: 2vw;
    padding-bottom: 4vw;
}
.plx-contact-field-row {
    display: flex;
    gap: 16px;
}
.plx-contact-input {
    display: block;
    width: 100%;
    border: 1px solid #b8c4cc;
    border-radius: 30px;
    padding: 13px 24px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.9rem, 0.95vw, 17px);
    color: #13263c;
    background: #ffffff;
    outline: none;
    margin-bottom: 16px;
}

.plx-contact-info-col {
    padding-top: 0vw;
    padding-right: 8vw;
    padding-left: 2vw;
    padding-bottom: 4vw;
}
.plx-contact-privacy-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
}
.plx-contact-privacy-link a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 22px);
    color: #13263c;
    text-decoration: underline;
}
.plx-linkedin-block {
    line-height: 1;
}
.plx-contact-linkedin-label {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 22px);
    font-weight: 700;
    color: #13263c;
    text-align: center;
}
.plx-contact-linkedin-img,
.plx-info-linkedin-img {
    display: inline-block;
    vertical-align: top;
    width: clamp(140px, 12vw, 220px);
    height: auto;
}
.plx-info-privacy-link {
    text-align: center;
    margin-bottom: 2rem !important;
}
.plx-info-privacy-link a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 22px);
    color: #13263c;
    text-decoration: underline;
}
.plx-info-linkedin-img {
    display: inline-block;
    width: clamp(140px, 12vw, 220px);
    height: auto;
}





.plx-pg-hero {
    position: relative;
    height: clamp(200px, 19.7vw, 380px);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #c8d8e0;
    display: flex;
    align-items: center;
    border-top: 2px solid rgba(180,185,190,0.6);
    border-bottom: 2px solid rgba(180,185,190,0.6);
}

.plx-pg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0) 60%);
    pointer-events: none;
    z-index: 0;
}
.plx-pg-hero-content { z-index: 1; }
.plx-pg-hero-content {
    position: absolute;
    left: 19.8%;
    right: 5%;
    max-width: 75%;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.plx-pg-hero-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(2rem, 3.2vw, 50px);
    font-weight: 700;
    letter-spacing: -1px;
    color: #13263c;
    margin: 0 !important;
    line-height: 1.1;
    word-break: break-word;
    hyphens: auto;
}
.plx-pg-hero-rect {
    display: block;
    width: 100%;
    height: clamp(4px, 0.45vw, 8px);
    margin-top: clamp(6px, 0.6vw, 12px);
    background-color: #df3027;
    border-radius: 999px;
}


.plx-svc-detail-hero .plx-pg-hero-content {
    left: 19.8%;
}
.plx-svc-detail-rect {
    width: 75% !important;
    height: clamp(4px, 0.45vw, 7px) !important;
    background-color: #df3027;
    border-radius: 999px;
    align-self: flex-start !important;
}

.plx-svc-pg-intro { padding: 2.6vw 0 2vw; background-color: #ffffff; }
.plx-svc-pg-intro-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.1vw, 20px);
    font-weight: 400;
    color: #13263c;
    text-align: left;
    max-width: 1189px;
    margin: 0 auto !important;
    line-height: 1.65;
}

.plx-svc-pg-grid { padding: 3vw 0 6vw !important; background-color: #ffffff; }


.plx-footer {
    background-color: #26292d;
    padding: 4vw 0 3vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.plx-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 3vw;
    border: none;
}
.plx-footer-nav li { list-style: none; }
.plx-footer-nav a {
    font-family: "IBM Plex Sans", sans-serif !important;
    font-size: 20px;
    font-weight: 300 !important;
    color: #ffffff;
    text-decoration: none;
    padding: 0 16px;
    border-right: 1px solid rgba(255,255,255,0.3);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plx-footer-nav a:last-child { border-right: none; }
.plx-footer-nav a:hover { opacity: 0.75; }


.plx-footer-center { text-align: center; margin-bottom: 0; }
.plx-footer-logo { max-height: 36px; display: block; margin: 0 auto 1.2vw; }


.plx-footer-brand {
    font-family: "Oswald", sans-serif !important;
    font-size: clamp(1rem, 2.03vw, 39px);
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 1.1;
    color: #ffffff;
    display: block;
    margin-bottom: 0 !important;
}

.plx-footer-sub {
    font-family: "Oswald", sans-serif !important;
    font-size: clamp(0.7rem, 0.99vw, 19px);
    font-weight: 300 !important;
    letter-spacing: 5px;
    line-height: 1;
    color: #ffffff;
    display: block;
    margin-bottom: 2vw !important;
}

.plx-footer-copy {
    text-align: center;
    font-family: "IBM Plex Sans", sans-serif !important;
    font-size: 20px;
    font-weight: 400 !important;
    color: #ffffff;
    border: none;
    padding-top: 18px;
    margin: 0 !important;
}



#offcanvasExample {
    --bs-offcanvas-bg: #ffffff;
    --bs-offcanvas-color: #13263c;
    --bs-body-bg: #ffffff;
    --bs-body-color: #13263c;
    background-color: #ffffff !important;
    color: #13263c !important;
}
#offcanvasExample .offcanvas-body,
#offcanvasExample .navbar,
#offcanvasExample .container-fluid {
    background-color: #ffffff !important;
}
#offcanvasExample .nav-link {
    color: #13263c !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
#offcanvasExample .offcanvas-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 576px) {
    .plx-footer { padding: 4vw 0 8vw; }
    .plx-footer-nav a { font-size: 14px; padding: 0 10px; }
    .plx-footer-brand { font-size: clamp(0.9rem, 4vw, 1.5rem); }
    .plx-footer-sub { font-size: clamp(0.65rem, 2.5vw, 0.85rem); margin-bottom: 4vw !important; }
    .plx-footer-copy { font-size: 13px; }
    .plx-footer-nav { margin-bottom: 5vw; }

    
    .plx-about-bg { opacity: 0.25; }
    
    .plx-about p { font-size: 16px; padding-left: 2vw; padding-right: 2vw; }
    .plx-about-label { font-size: 2rem; }
}

@media (max-width: 991.98px) {
    
    .plx-section-heading { font-size: 1.8rem; }

    
    .plx-logo-title { font-size: clamp(0.85rem, 2.6vw, 1.1rem); white-space: normal; line-height: 1.2; }
    .plx-logo-sub { display: none; }
    .plx-logo-link img { max-height: 30px; flex-shrink: 0; }
    .plx-logo-link { gap: 8px; flex-shrink: 1; min-width: 0; max-width: calc(100% - 56px); align-items: center; }
    .plx-logo-separator { flex-shrink: 0; }
    .plx-logo-texts { min-width: 0; flex-shrink: 1; }
    .plx-header { padding: 14px 0; }
    .plx-header > .container-fluid > .d-flex { flex-wrap: nowrap !important; align-items: center !important; gap: 8px; }

    
    .plx-pg-hero {
        background-size: cover !important;
        background-position: right center !important;
        min-height: 260px;
    }
    
    .plx-pg-hero::before {
        background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0) 95%) !important;
    }
    .plx-pg-hero-content {
        left: 5% !important;
        right: 30% !important;
        max-width: 65% !important;
        padding: 0 !important;
    }
    .plx-pg-hero-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem) !important;
        color: #000000 !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    }
    
    .plx-hero .carousel-item .plx-hero-img { object-position: center center; }

    
    .plx-hero { min-height: 420px; overflow: hidden; position: relative; }
    .plx-hero-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
    }
    
    .plx-hero .carousel-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(19, 38, 60, 0.55) 0%, rgba(19, 38, 60, 0.7) 100%);
        z-index: 1;
        pointer-events: none;
    }
    .plx-hero-content-wrap { z-index: 2; }
    .plx-hero-content { text-align: center; }
    .plx-hero-content h1 {
        font-size: clamp(1.4rem, 4.5vw, 2.2rem);
        color: #000000 !important;
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 14px rgba(255, 255, 255, 0.6);
    }
    .plx-hero-content p {
        text-align: center;
        font-size: clamp(0.85rem, 2.2vw, 1rem);
        color: #ffffff !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    }
    .btn-plx-hero { margin: 0 auto; display: inline-flex; font-size: 1rem; width: fit-content; height: auto; padding: 10px 28px; }

    
    .plx-leg-brand { font-size: 1.6rem; letter-spacing: 1px; }
    .plx-leg-sub { font-size: 1rem; letter-spacing: 2px; }
    .plx-leg-title { font-size: 2rem; }
    .plx-leg-text { font-size: 1rem; padding-top: 16px; }
    .plx-leg-left { align-items: center; text-align: center; margin-bottom: 2rem; }
    .plx-leg-right { padding-left: 0; }
    .plx-leg-body-row { margin-left: 0; margin-top: 12px; }
    .plx-leg-click-icon { height: 40px; }
    .plx-leg-red-rect { width: clamp(60px, 25vw, 140px); height: 6px; }

    
    .plx-section-gap { height: 6vw; }

    
    .plx-about-text-col { padding: 6vw 5vw; }
    .plx-about-label { font-size: 1.5rem; }
    .plx-about p { font-size: 1rem; padding-left: 0; padding-right: 0; }

    
    .plx-svc-inner { aspect-ratio: 257 / 178; }

    
    .plx-red-rec { margin-bottom: 1.25rem; }

    
    .plx-container,
    .plx-services > .container { padding-left: 18px; padding-right: 18px; }

    
    .plx-svc-row,
    .plx-contact .row,
    .plx-about .row,
    .plx-legislation .row { margin-left: 0; margin-right: 0; }
    .plx-svc-row > [class*="col-"],
    .plx-contact .row > [class*="col-"],
    .plx-about .row > [class*="col-"],
    .plx-legislation .row > [class*="col-"] { padding-left: 8px; padding-right: 8px; }

    
    .plx-contact .col-lg-6:last-child {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    
    .plx-info-value { overflow-wrap: anywhere; word-break: break-word; }
}



.plx-legis-pg-content {
    background: #ffffff;
    padding-top: 5vw;
    padding-bottom: 6vw;
    border-bottom: 2px solid rgba(180,185,190,0.6);
}


.plx-legis-pg-img-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3vw 4vw;
}
.plx-legis-pg-title-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
}

.plx-legis-pg-logo {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
    margin: 0 auto 6px;
}
.plx-legis-pg-brand {
    font-family: "Oswald", sans-serif;
    font-size: clamp(1rem, 1.9vw, 30px);
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.15;
    color: #df3027;
    text-align: center;
    margin-bottom: 2px !important;
}
.plx-legis-pg-tagline {
    font-family: "Oswald", sans-serif;
    font-size: clamp(0.55rem, 0.85vw, 14px);
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1;
    color: #df3027;
    text-align: center;
    margin-bottom: 0 !important;
}
.plx-legis-pg-rect {
    display: block;
    width: clamp(120px, 18vw, 340px);
    height: auto;
    margin-top: 20px;
}


.plx-legis-pg-text-col {
    padding: 3vw 8vw 3vw 3vw;
}
.plx-legis-pg-text-col p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.1vw, 20px);
    font-weight: 400;
    color: #13263c;
    line-height: 1.65;
    text-align: left;
}


.plx-page-hero {
    background: linear-gradient(180deg, #f5f7f9 0%, #ffffff 100%);
}
.plx-page-content {
    background: #ffffff;
    padding-top: 4vw;
    padding-bottom: 6vw;
}
.plx-page-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 2vw;
    border-radius: 8px;
}
.plx-page-text,
.plx-page-text p,
.plx-page-text li {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.1vw, 20px);
    color: #13263c;
    line-height: 1.65;
}
.plx-page-text h1,
.plx-page-text h2,
.plx-page-text h3,
.plx-page-text h4 {
    font-family: "IBM Plex Sans", sans-serif;
    color: #13263c;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    font-weight: 700;
}
.plx-page-text h2 { font-size: clamp(1.3rem, 1.6vw, 28px); }
.plx-page-text h3 { font-size: clamp(1.15rem, 1.35vw, 22px); }
.plx-page-text a { color: #df3027; }
.plx-page-text ul,
.plx-page-text ol { padding-left: 1.5rem; margin-bottom: 1em; }
.plx-page-box {
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.plx-page-box img { max-width: 100%; height: auto; margin-bottom: 12px; }
.plx-page-box h5 { color: #13263c; font-weight: 700; margin-bottom: 10px; }
.plx-page-box-btn {
    display: inline-block;
    padding: 10px 24px;
    border: 1.5px solid #13263c;
    border-radius: 25px;
    color: #13263c;
    text-decoration: none;
    margin-top: 10px;
}
.plx-page-box-btn:hover { background: #13263c; color: #ffffff; }
.plx-page-accordion .accordion-button { color: #13263c; font-weight: 600; }
.plx-page-gallery-img { border-radius: 8px; aspect-ratio: 1; object-fit: cover; width: 100%; }
.plx-svc-detail-icon {
    display: block;
    max-width: 160px;
    height: auto;
    margin: 0 auto 2vw;
}


.plx-cert-section {
    background: #f7f9fb;
    padding: 5vw 0;
    border-bottom: 2px solid rgba(180,185,190,0.6);
}
.plx-cert-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 45px);
    font-weight: 700;
    letter-spacing: -1px;
    color: #13263c;
    text-align: center;
    margin-bottom: 2.5vw !important;
}
.plx-cert-row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    justify-content: center;
}
.plx-cert-row > [class*="col-"] {
    display: flex;
}
.plx-cert-row > [class*="col-"] > .plx-cert-card {
    width: 100%;
    flex: 1 1 auto;
}
@media (max-width: 767px) {
    .plx-cert-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .plx-cert-row > [class*="col-"] > .plx-cert-card {
        width: 100%;
        margin: 0 auto;
    }
}
.plx-cert-card {
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    min-height: 380px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plx-cert-card .plx-cert-btn { margin-top: auto; }

a.plx-cert-card-link {
    text-decoration: none;
    color: inherit;
}
a.plx-cert-card-link:hover { color: inherit; text-decoration: none; }
a.plx-cert-card-link:hover .plx-cert-btn {
    background: #13263c;
    color: #ffffff;
}
@media (max-width: 767px) {
    .plx-cert-card {
        height: 380px !important;
        min-height: 380px !important;
        max-height: 380px;
    }
}
.plx-cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.plx-cert-icon {
    margin-bottom: 1rem;
}
.plx-cert-card-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.1rem, 1.4vw, 24px);
    font-weight: 700;
    color: #13263c;
    margin-bottom: 0.5rem !important;
    min-height: 3.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plx-cert-card-sub {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.85rem, 1vw, 16px);
    color: #555;
    margin-bottom: 1.5rem !important;
    min-height: 4.5em;
}
.plx-cert-btn {
    display: inline-block;
    padding: 10px 24px;
    border: 1.5px solid #13263c;
    border-radius: 25px;
    color: #13263c;
    text-decoration: none;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.85rem, 0.95vw, 16px);
    transition: background 0.2s, color 0.2s;
}
.plx-cert-btn:hover {
    background: #13263c;
    color: #ffffff;
}


.plx-legis-docs-section { background: #f7f9fb; padding: 5vw 0; }
.plx-legis-docs-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 45px);
    font-weight: 700;
    letter-spacing: -1px;
    color: #13263c;
    text-align: center;
    margin-bottom: 2.5vw !important;
}
.plx-legis-docs-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.plx-legis-doc-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    padding: 18px 24px;
    text-decoration: none;
    color: #13263c;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.plx-legis-doc-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #df3027;
    color: #13263c;
}
.plx-legis-doc-row-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(223, 48, 39, 0.08);
}
.plx-legis-doc-row-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.plx-legis-doc-row-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1rem, 1.15vw, 19px);
    font-weight: 600;
    color: #13263c;
    line-height: 1.3;
}
.plx-legis-doc-row-sub {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(0.85rem, 0.9vw, 15px);
    color: #555;
    margin-top: 4px;
    line-height: 1.4;
}
.plx-legis-doc-row-arrow {
    flex: 0 0 auto;
    color: #b0b7be;
    transition: color 0.18s, transform 0.18s;
}
.plx-legis-doc-row:hover .plx-legis-doc-row-arrow {
    color: #df3027;
    transform: translateX(4px);
}
@media (max-width: 600px) {
    .plx-legis-doc-row { padding: 14px 16px; gap: 14px; }
    .plx-legis-doc-row-icon { width: 38px; height: 38px; }
    .plx-legis-doc-row-icon svg { width: 22px; height: 22px; }
}