@charset "UTF-8";

/* ================================================================================= */
                        /* Style.css moved to critical.css */
/* ================================================================================= */
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("/assets/supersite/fonts/plus-jakarta-sans/PlusJakartaSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("/assets/supersite/fonts/plus-jakarta-sans/PlusJakartaSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("/assets/supersite/fonts/plus-jakarta-sans/PlusJakartaSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #64728f;
    text-align: start;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Hero / LCP typography — must match style.css before lazy style.css loads */
h1,
.h1 {
    line-height: 1.33;
}
h3,
.h3 {
    line-height: 1.61;
    letter-spacing: -0.02em;
}
h4,
.h4 {
    line-height: 1.68;
    letter-spacing: -0.015em;
}
h5,
.h5 {
    line-height: 1.6;
    letter-spacing: -0.01em;
}
h6,
.h6 {
    line-height: 1.58;
}

.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.nk-banner-title {
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.025em;
    font-size: calc(1.525rem + 3.3vw);
    margin-bottom: 0.75rem !important;
}
@media (min-width: 1200px) {
    .nk-banner-title {
        font-size: 4rem;
    }
}
.nk-banner-subtitle {
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 20px !important;
    margin:0 !important;
    color: #495057 !important;
}
.nk-section-subtitle {
    display: inline-block;
    color: #2b5cfd;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0px;
    line-height: 1.14;
    margin-bottom: 12px;
    text-transform: uppercase;
    background: none;
    border-radius: none;
}
.nk-section-title {
    font-size: 1.75rem;
    color: #0a1425;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
    /*text-transform: capitalize;*/
}
.nk-section-text {
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 16px !important;
    margin: 0 !important;
    color: #495057 !important;
}
@media (min-width: 768px) {
    .nk-section-title {
        font-size: 2.5rem;
    }
    .nk-section-text {
      font-size: 20px !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
    .d-xl-none {
        display: none !important;
    }
}
/* ================================================================================= */
/* FCP navbar icons (inline SVG — Nioicon @font-face + .ni in icon.css) */
/* ================================================================================= */
.nk-fcp-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.nk-fcp-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.nk-fcp-icon--dashboard {
    width: 1.125rem;
    height: 1.125rem;
}
.btn .nk-fcp-icon + span,
.btn span + .nk-fcp-icon {
    margin-left: 0.625rem;
}
.nk-fcp-icon--menu {
    width: 1.375rem;
    height: 1.375rem;
}
.nk-fcp-icon--caret {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: auto;
    position: relative;
    right: -0.25rem;
    top: 1px;
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}
.nk-nav-toggle--fcp:after {
    content: none !important;
}
.nk-nav-item.has-sub.active > .nk-nav-toggle--fcp .nk-fcp-icon--caret {
    transform: rotate(0deg);
}
/* .media-lg card icons — matches .media-lg .icon (2rem) */
.nk-fcp-icon.critical-size {
    width: 2rem;
    height: 2rem;
}
.nk-fcp-icon.critical-fill {
    color: var(--bs-primary, #2b5cfd);
}
/* Form search / input adornment — inherits .form-control-icon color */
.nk-fcp-icon.critical-size-sm {
    width: 1.125rem;
    height: 1.125rem;
}
/* Icon spacing (FCP — avoid Bootstrap margin utilities on inline SVG icons) */
.nk-fcp-icon--me-1 {
    margin-inline-end: 0.25rem;
}
.nk-fcp-icon--me-2 {
    margin-inline-end: 0.5rem;
}
.nk-fcp-icon--ms-1 {
    margin-inline-start: 0.25rem;
}
/* ================================================================================= */
/* Mobile nav drawer — prevent horizontal scroll / blank space on the right */
/* ================================================================================= */
html {
    overflow-x: hidden;
    max-width: 100%;
}
.nk-body,
.nk-app-root {
    overflow-x: clip;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .nk-header-menu.nk-navbar {
        width: min(330px, 85vw);
        max-width: 100vw;
        box-sizing: border-box;
    }
    .nk-header-menu.nk-navbar:not(.navbar-active) {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
        pointer-events: none;
    }
    .nk-header-menu.nk-navbar.navbar-active {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
    }
    .nk-navbar.navbar-mobile {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .nk-navbar .nk-nav-mega .row,
    .nk-navbar .nk-nav-sub > .row {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    body.navbar-shown {
        overflow: hidden;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
    }
}
/* ================================================================================= */
                     /* Style.css moved to critical.css */
/* ================================================================================= */




/* ================================================================================= */
                                /* Custom CSS */
/* ================================================================================= */
#webchat-custom-widget-wrapper {
    width: 61px !important;
    height: 61px !important;
    position:fixed;
    bottom: 59px !important;
    left: 23px !important;
    border-radius: 50% !important;
    padding:.25px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 14px rgba(184,169,201,.12),0 2px 6px rgba(224,195,252,.1),inset 0 1px 0 rgba(255,255,255,.6) !important;
    cursor: pointer !important;
    z-index: 1000000000 !important;
}
/* ================================================================================= */
                                /* Custom CSS */
/* ================================================================================= */
