/*Theme Name: JsBoss

Theme URI: JsBoss

Author: Dino Kanlic

Author URI: dinokanlic@gmail.com

Version: 1.0

Description:  JsBoss custom coded theme.







/* MARK BG */

:root {
  --main-bg: #264759;
  --font-color: #101A28;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px !important;
    }
}


@font-face {

    font-family: 'pp_moribold';

    src: url('../jsboss/fonts/ppmori-bold-webfont.woff2') format('woff2'),

         url('../jsboss/fonts/ppmori-bold-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;



}



@font-face {

    font-family: 'pp_moriregular';

    src: url('../jsboss/fonts/ppmori-regular-webfont.woff2') format('woff2'),

         url('../jsboss/fonts/ppmori-regular-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;



}



@font-face {

    font-family: 'pp_morisemibold';

    src: url('../jsboss/fonts/ppmori-semibold-webfont.woff2') format('woff2'),

         url('../jsboss/fonts/ppmori-semibold-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;



}





 ::-moz-selection {

    /* Code for Firefox */

    color: #fff;

    background: #13DD7A;

}



 ::selection {

    color: #fff;

    background: #13DD7A;

}



body {
    font-family: 'pp_moriregular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: var(--font-color);
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: var(--main-bg);
}



body p {

    font-family: 'pp_moriregular', sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: var(--font-color);

}

h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
}



select {

    cursor: pointer;

}


strong, bold, b {
    font-family: "pp_moribold", sans-serif;
    font-weight: normal;
}


/* HAMBURGER MENU */



.navbar-toggler {

    width: 20px;

    height: 20px;

    position: relative;

    transition: .5s ease-in-out;

}



.navbar-toggler,

.navbar-toggler:focus,

.navbar-toggler:active,

.navbar-toggler-icon:focus {

    outline: none;

    box-shadow: none;

    border: 0;

}



.navbar-toggler span {

    margin: 0;

    padding: 0;

}



.toggler-icon {

    display: block;

    position: absolute;

    height: 1.5px;

    width: 100%;

    background: #151515;

    border-radius: 1px;

    opacity: 1;

    left: 0;

    transform: rotate(0deg);

    transition: .25s ease-in-out;

}



.middle-bar {

    margin-top: 0px;

}





/* when navigation is clicked */



.navbar-toggler .top-bar {

    margin-top: 0px;

    transform: rotate(135deg);

}



.navbar-toggler .middle-bar {

    opacity: 0;

    filter: alpha(opacity=0);

}



.navbar-toggler .bottom-bar {

    margin-top: 0px;

    transform: rotate(-135deg);

}





/* State when the navbar is collapsed */



.navbar-toggler.collapsed .top-bar {

    margin-top: -20px;

    transform: rotate(0deg);

}



.navbar-toggler.collapsed .middle-bar {

    opacity: 1;

    filter: alpha(opacity=100);

}



.navbar-toggler.collapsed .bottom-bar {

    margin-top: 20px;

    transform: rotate(0deg);

}



/* NAVBAR */

a.nav-link {
    font-family: 'pp_moriregular', sans-serif;
    color: #fff !important;
    position: relative;
    font-size: 15px;
    border-radius: 8px;
    padding: 2px 15px !important;
    border: 1px solid transparent;
    transition:
        border-color 0.25s ease,
        color 0.25s ease,
        background 0.25s ease;
}

#globalSticky {
    position: relative;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
    transition: all 0.4s ease;
    overflow: visible !important;
}

#globalSticky.is-hidden {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    overflow: visible !important;
}

#globalSticky.is-visible {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    overflow: visible !important;
}

#globalSticky .global-sticky-inner {
    transition: all 0.4s ease;
    overflow: visible !important;
}

#globalSticky.is-visible .global-sticky-inner {
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding: 1em 2em;
    overflow: visible !important;
}

#globalSticky.is-visible a.nav-link {
    color: #000 !important;
}

.header-logo-scroll {
    display: none;
}

#globalSticky.is-visible .header-logo-default {
    display: none;
}

#globalSticky.is-visible .header-logo-scroll {
    display: inline-block;
}

.cta-btn {
    display: inline-block;
    padding: 16px;
    background: #5FB9B5 !important;
    color: #161513 !important;
    font: 400 12px / 1 "pp_morisemibold", sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 0 21px 6px rgba(87, 84, 83, 0.26);
    transition: all 0.4s ease;
    white-space: nowrap;
    text-decoration: none !important;
}

.cta-btn:hover {
    color: #161513 !important;
    text-decoration: none !important;
}

.cta-btn.grower:hover {
    padding-left: 30px;
    padding-right: 30px;
}

ul#menu-main-navigation {
    gap: 1em;
}

/* DROPDOWN MEGA MENU */

#globalSticky .navbar,
#globalSticky .navbar-collapse,
#globalSticky .navbar-nav,
#globalSticky .nav-item,
#globalSticky .nav-item.has-custom-subnav {
    overflow: visible !important;
}

.has-custom-subnav {
    position: relative;
}

.has-custom-subnav > .subnav {
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    width: max-content;
    min-width: 600px;
    padding: 0;
    background: #fff;
    border: 1px solid #DBDDD3;
    border-radius: 5px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    z-index: 99999;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        visibility 0.35s ease;
}

#globalSticky.is-visible .has-custom-subnav > .subnav {
    top: calc(100% + 18px);
}

.has-custom-subnav:hover > .subnav,
.has-custom-subnav:focus-within > .subnav,
.has-custom-subnav.subnav-is-open > .subnav,
.has-custom-subnav.show > .subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Invisible hover bridge between parent nav item and submenu */
#globalSticky .has-custom-subnav:after {
    content: "";
    position: absolute;
    left: -32px;
    right: -32px;
    top: 100%;
    height: 34px;
    display: none;
    z-index: 99998;
    pointer-events: auto;
}

#globalSticky .has-custom-subnav:hover:after,
#globalSticky .has-custom-subnav:focus-within:after,
#globalSticky .has-custom-subnav.subnav-is-open:after,
#globalSticky .has-custom-subnav.show:after {
    display: block;
}

#globalSticky .has-custom-subnav.subnav-is-open > .subnav,
#globalSticky .has-custom-subnav:hover > .subnav,
#globalSticky .has-custom-subnav:focus-within > .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.subnav-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.subnav-left {
    flex: 1;
    padding: 40px 32px;
}

.subnav-right {
    flex: 1;
    border-left: 1px solid #DBDDD3;
}

.subnav-text p {
    color: #161513;
    font-family: 'pp_moriregular', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    margin: 0 0 25px;
}

.subnav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subnav-item {
    border-bottom: 1px solid #DBDDD3;
}

.subnav-item:last-child {
    border-bottom: 0;
}

.subnav-link {
    display: block;
    padding: 21px 20px;
    color: #161513 !important;
    text-decoration: none !important;
    background: #fff;
    transition:
        background 0.25s ease,
        padding 0.25s ease;
}

.subnav-link:hover {
    background: #f7f7f4;
    padding-left: 26px;
}

.subnav-link h4 {
    font-family: 'pp_morisemibold', sans-serif;
    font-size: 15px;
    margin: 0;
}

.cta-btn.tall {
    padding: 20px 22px;
}

.nav-item:hover > a.nav-link,
.nav-item.active > a.nav-link,
.nav-item.current-active-parent > a.nav-link,
a.nav-link.active {
    border-color: rgba(255, 255, 255, 0.9);
}

#globalSticky.is-visible .nav-item:hover > a.nav-link,
#globalSticky.is-visible .nav-item.active > a.nav-link,
#globalSticky.is-visible .nav-item.current-active-parent > a.nav-link,
#globalSticky.is-visible a.nav-link.active {
    border-color: rgba(0, 0, 0, 0.35);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4em;
    vertical-align: .1em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.subnav-item.active > .subnav-link h4,
.subnav-item.subnav-active-item > .subnav-link h4,
.subnav-link.active h4,
.subnav-link.subnav-link-active h4 {
    color: #f4a89d !important;
}

.cta-btn.cta-2 {
    background: #0076a8 !important;
    color: #fff !important;
    border-color: #0076a8 !important;
}

.cta-btn.cta-2:hover {
    background: #005F87 !important;
    border-color: #005F87 !important;
    color: #fff !important;
}

.services-split-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.cta-btn.cta-3 {
    background: #00C0E4 !important;
    color: #ffffff !important;
    border-color: #00C0E4 !important;
}

.cta-btn.cta-3:hover {
    background: #009FB8 !important;
    color: #ffffff !important;
    border-color: #009FB8 !important;
}

@media (max-width: 575px) {
    .services-split-cta-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* MOBILE MENU BUTTON */

.menu-btn {
    width: 54px;
    height: 54px;
    background-color: #13dd7a;
    border: 0;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    z-index: 100002;
}

.menu-line {
    width: 22px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: all 0.3s ease;
}

.menu-line.top {
    transform: translateY(-7px);
}

.menu-line.mid {
    transform: translateY(0);
}

.menu-line.bot {
    transform: translateY(7px);
}

.menu-btn:not(.collapsed) .menu-line.top {
    transform: rotate(45deg);
}

.menu-btn:not(.collapsed) .menu-line.mid {
    opacity: 0;
}

.menu-btn:not(.collapsed) .menu-line.bot {
    transform: rotate(-45deg);
}

.mobile-nav-cta {
    display: none;
}

/* TABLET + MOBILE NAV */

@media (max-width: 1199.98px) {
    #globalSticky,
    #globalSticky.is-visible,
    #globalSticky.is-hidden {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        transform: none !important;
        padding: 20px 2em;
        background: #101A28;
        overflow: visible !important;
        z-index: 100000;
    }

    #globalSticky .global-sticky-inner,
    #globalSticky.is-visible .global-sticky-inner {
        width: 100%;
        max-width: 100%;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: visible !important;
    }

    #globalSticky .row.align-items-center {
        align-items: center;
        justify-content: space-between;
    }

    #globalSticky .header-logo-default,
    #globalSticky.is-visible .header-logo-default {
        display: inline-block;
        position: relative;
        z-index: 100003;
    }

    #globalSticky .header-logo-scroll,
    #globalSticky.is-visible .header-logo-scroll {
        display: none;
    }

    #globalSticky .d-xl-none.text-right {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        position: relative;
        z-index: 100003;
    }

    #globalSticky .col-xl-2.d-none.d-xl-flex {
        display: none !important;
    }

    #main-navbar {
        position: static;
        width: 100%;
    }

    #bs4navbar {
        width: 100%;
        padding-top: 0;
    }

    #bs4navbar.show,
    #bs4navbar.collapsing {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        min-height: 100vh;
        height: 100vh !important;
        padding: 125px 2em 120px;
        background: #101A28;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        z-index: 100001;
    }

    #globalSticky .navbar-nav {
        align-items: flex-start !important;
        width: 100%;
        gap: 0;
    }

    #globalSticky .nav-item {
        width: 100%;
        margin-bottom: 18px;
    }

    #globalSticky a.nav-link,
    #globalSticky.is-visible a.nav-link {
        display: inline-flex;
        align-items: center;
        color: #71b4d8 !important;
        font-size: 28px;
        line-height: 1.2;
        padding: 0 !important;
        border: 0 !important;
    }

    #globalSticky .dropdown-toggle::after {
        content: "";
        width: 9px;
        height: 9px;
        border: 0;
        border-right: 2px solid #71b4d8;
        border-bottom: 2px solid #71b4d8;
        transform: rotate(45deg);
        margin-left: 12px;
        margin-top: -5px;
        transition: transform 0.25s ease;
    }

    #globalSticky .show > .dropdown-toggle::after,
    #globalSticky .subnav-is-open > .dropdown-toggle::after {
        transform: rotate(-135deg);
        margin-top: 5px;
    }

    .has-custom-subnav:after,
    #globalSticky .has-custom-subnav:after {
        display: none !important;
        content: none;
    }

    .has-custom-subnav > .subnav {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 0;
        margin: 16px 0 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .has-custom-subnav.show > .subnav,
    .has-custom-subnav.subnav-is-open > .subnav {
        display: block;
    }

    .subnav-inner {
        display: block;
    }

    .subnav-left {
        display: none;
    }

    .subnav-right {
        width: 100%;
        border-left: 0;
    }

    .subnav-list {
        margin: 0;
        padding: 0;
    }

    .subnav-item {
        border-bottom: 0;
        margin-bottom: 12px;
    }

    .subnav-link {
        padding: 0;
        background: transparent !important;
        color: #fff !important;
    }

    .subnav-link:hover {
        padding-left: 0;
        background: transparent !important;
        color: #fff !important;
    }

    .subnav-link h4 {
        color: #fff !important;
        font-size: 15px;
        line-height: 1.3;
        margin: 0;
    }

    .mobile-nav-cta {
        display: none;
        width: auto;
        margin-top: 35px;
    }

    #globalSticky:has(#bs4navbar.show) .mobile-nav-cta,
    #globalSticky:has(#bs4navbar.collapsing) .mobile-nav-cta {
        display: block;
        position: fixed;
        left: 2em;
        bottom: 35px;
        z-index: 100002;
    }

    .mobile-nav-cta .cta-btn {
        display: inline-block;
    }
}

/* SITE FOOTER */

.site-footer {
    background-color: #264759;
    padding: 40px 24px;
}

.footer-shell {
    padding-left: 0;
    padding-right: 0;
}

.footer-inner {
    background-color: #ffffff;
    border-radius: 48px;
    overflow: hidden;
    color: #0d1726;
}

.footer-cta-row {
    padding: 80px 20px 70px;
}

.footer-cta-text {
    font-family: 'pp_moriregular', sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.15;
    color: #0d1726;
    margin-bottom: 40px;
}

.footer-cta-text p {
    margin-bottom: 0;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0079aa;
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 8px;
    font-family: 'pp_moribold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 121, 170, 0.25);
    transition: all 0.25s ease;
}

.footer-cta-btn:hover {
    color: #ffffff;
    background-color: #00668f;
    text-decoration: none;
    transform: translateY(-2px);
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #0d1726;
}

.footer-main-row {
    padding: 60px 13.5% 30px;
}

.footer-logo img {
    max-width: 220px;
    height: auto;
    display: block;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 70px;
}

.footer-social-link {
    width: 46px;
    height: 46px;
    background-color: #0079aa;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.footer-social-link:hover {
    transform: translateY(-2px);
}

.footer-social-link img {
    max-width: 22px;
    max-height: 22px;
    object-fit: contain;
}

.footer-info-row {
    justify-content: flex-end;
}

.footer-title,
.footer-business-info strong {
    font-family: 'pp_moribold', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #0d1726;
    margin-bottom: 18px;
}

.footer-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services-list li {
    margin-bottom: 14px;
}

.footer-services-list a,
.footer-business-info,
.footer-business-info p,
.footer-business-info a {
    font-family: 'pp_moriregular', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #0d1726;
    text-decoration: none;
}

.footer-services-list a:hover,
.footer-business-info a:hover {
    color: #0079aa;
    text-decoration: none;
}

.footer-business-info p {
    margin-bottom: 0;
}

.footer-bottom-row {
    padding: 0 13.5% 25px;
}

.footer-copyright {
    font-family: 'pp_moriregular', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #0d1726;
    margin-bottom: 0;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.footer-legal-links a,
.footer-legal-links span {
    font-family: 'pp_moriregular', sans-serif;
    font-size: 13px;
    color: #0d1726;
    text-decoration: none;
}

.footer-legal-links a:hover {
    color: #0079aa;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .site-footer {
        padding: 24px 14px;
    }

    .footer-inner {
        border-radius: 32px;
    }

    .footer-cta-row {
        padding: 55px 20px 50px;
    }

    .footer-main-row {
        padding: 45px 30px 25px;
    }

    .footer-logo img {
        margin-bottom: 35px;
    }

    .footer-socials {
        justify-content: flex-start;
        margin-bottom: 45px;
    }

    .footer-bottom-row {
        padding: 20px 30px 30px;
    }

    .footer-copyright {
        margin-bottom: 18px;
    }

    .footer-legal-links {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-cta-text {
        font-size: 38px;
    }

    .footer-main-row {
        padding: 40px 22px 20px;
    }

    .footer-info-row .col-12:first-child {
        margin-bottom: 35px;
    }

    .footer-bottom-row {
        padding: 15px 22px 28px;
    }
}

/* HOMEPAGE HERO */

.home-hero {
    background: #ffffff;
    padding: 35px 32px 70px;
}

.home-hero-wrap {
    background: #264759;
    border: 18px solid #403c38;
    border-radius: 50px;
    padding: 100px 0px 60px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.home-hero-wrap:before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 38px;
    pointer-events: none;
}

.home-hero-row {
    min-height: 420px;
    position: relative;
    z-index: 2;
}

.home-hero-images {
    margin: 0 auto;
}

.home-hero-main-image {
    max-width: 450px;
    margin-bottom: 40px;
    padding-top: 4rem;
}

.home-hero-brand-image {
    max-width: 170px;
    display: block;
    margin-right: auto;
}

.home-hero-content {
    max-width: 610px;
    margin-left: auto;
}

.home-hero-text h1 {
    color: #ffffff;
    margin-bottom: 28px;
    font: 400 50px / 1.18 "pp_moriregular", sans-serif;
    font-weight: 800;
}

.home-hero-text p {
    font: 400 23px / 1.45 "pp_moriregular", sans-serif;
    color: #ffffff;
    margin-bottom: 0;
}

.home-hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 38px;
}

.cta-btn.cta-3 {
    background: #00c0e4 !important;
    color: #ffffff !important;
    border-color: #00c0e4 !important;
}

.cta-btn.cta-3:hover {
    background: #00a9c9 !important;
    border-color: #00a9c9 !important;
    color: #ffffff !important;
}

/***********************************************/
/***********************************************/
/* TRANSPARENT HEADER - HOMEPAGE + OVERVIEW */
/***********************************************/
/***********************************************/

body.page-template-homepage #globalSticky,
body.page-template-template-overview #globalSticky,
body.page-template-overview #globalSticky {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
    padding: 0 48px;
}

body.page-template-homepage #globalSticky .global-sticky-inner,
body.page-template-template-overview #globalSticky .global-sticky-inner,
body.page-template-overview #globalSticky .global-sticky-inner {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0;
}

body.page-template-homepage #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link,
body.page-template-template-overview #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link,
body.page-template-overview #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link {
    color: #ffffff !important;
}

body.page-template-homepage #globalSticky:not(.is-visible):not(.is-hidden) .nav-item:hover > a.nav-link,
body.page-template-homepage #globalSticky:not(.is-visible):not(.is-hidden) .nav-item.active > a.nav-link,
body.page-template-homepage #globalSticky:not(.is-visible):not(.is-hidden) .nav-item.current-active-parent > a.nav-link,
body.page-template-homepage #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link.active,
body.page-template-template-overview #globalSticky:not(.is-visible):not(.is-hidden) .nav-item:hover > a.nav-link,
body.page-template-template-overview #globalSticky:not(.is-visible):not(.is-hidden) .nav-item.active > a.nav-link,
body.page-template-template-overview #globalSticky:not(.is-visible):not(.is-hidden) .nav-item.current-active-parent > a.nav-link,
body.page-template-template-overview #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link.active,
body.page-template-overview #globalSticky:not(.is-visible):not(.is-hidden) .nav-item:hover > a.nav-link,
body.page-template-overview #globalSticky:not(.is-visible):not(.is-hidden) .nav-item.active > a.nav-link,
body.page-template-overview #globalSticky:not(.is-visible):not(.is-hidden) .nav-item.current-active-parent > a.nav-link,
body.page-template-overview #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link.active {
    border-color: rgba(255,255,255,0.9);
}

body.page-template-homepage #globalSticky.is-visible,
body.page-template-homepage #globalSticky.is-hidden,
body.page-template-template-overview #globalSticky.is-visible,
body.page-template-template-overview #globalSticky.is-hidden,
body.page-template-overview #globalSticky.is-visible,
body.page-template-overview #globalSticky.is-hidden {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0;
    background: transparent !important;
}

body.page-template-homepage #globalSticky.is-visible .global-sticky-inner,
body.page-template-template-overview #globalSticky.is-visible .global-sticky-inner,
body.page-template-overview #globalSticky.is-visible .global-sticky-inner {
    background: #ffffff !important;
    border-radius: 999px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding: 1em 2em;
}

body.page-template-homepage #globalSticky.is-visible a.nav-link,
body.page-template-template-overview #globalSticky.is-visible a.nav-link,
body.page-template-overview #globalSticky.is-visible a.nav-link {
    color: #000000 !important;
}

@media (min-width: 1600px) {
    body.page-template-homepage #globalSticky,
    body.page-template-template-overview #globalSticky,
    body.page-template-overview #globalSticky {
        top: 70px;
    }
}



@media (max-width: 1199.98px) {
    body.page-template-homepage #globalSticky,
    body.page-template-homepage #globalSticky.is-visible,
    body.page-template-homepage #globalSticky.is-hidden,
    body.page-template-template-overview #globalSticky,
    body.page-template-template-overview #globalSticky.is-visible,
    body.page-template-template-overview #globalSticky.is-hidden,
    body.page-template-overview #globalSticky,
    body.page-template-overview #globalSticky.is-visible,
    body.page-template-overview #globalSticky.is-hidden {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 2em;
        background: #101A28 !important;
        transform: none !important;
    }

    body.page-template-homepage #globalSticky .global-sticky-inner,
    body.page-template-homepage #globalSticky.is-visible .global-sticky-inner,
    body.page-template-template-overview #globalSticky .global-sticky-inner,
    body.page-template-template-overview #globalSticky.is-visible .global-sticky-inner,
    body.page-template-overview #globalSticky .global-sticky-inner,
    body.page-template-overview #globalSticky.is-visible .global-sticky-inner {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .home-hero {
        padding: 24px 14px 50px;
    }

    .home-hero-wrap {
        border-width: 10px;
        border-radius: 32px;
        padding: 100px 28px 55px;
    }

    .home-hero-wrap:before {
        inset: 0px;
        border-radius: 24px;
    }

    .home-hero-images {
        margin-bottom: 45px;
    }

    .home-hero-brand-image {
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .home-hero-text h1 {
        font-size: 42px;
    }

    .home-hero-text p {
        font-size: 21px;
    }

    .home-hero-cta-group {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .home-hero-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-hero-text h1{
        font-size: 34px;
    }

    .home-hero-cta-group {
        flex-direction: column;
        align-items: center;
    }
}

/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 2 - TRUSTED PARTNERS */
/***********************************************/
/***********************************************/

.hp-section-2 {
    background-color: #ffffff;
    padding: 70px 0 70px;
    overflow: hidden;
}

.hp-section-2-title {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 65px;
}

.hp-logo-swiper {
    width: 100%;
    overflow: hidden;
}

.hp-logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.hp-logo-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-logo-slide img {
    display: block;
    max-width: 150px;
    max-height: 85px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .hp-logo-slide img {
        max-width: 120px;
        max-height: 65px;
    }
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 3 - CONTENT AND IMAGE */
/***********************************************/
/***********************************************/

.hp-section-3 {
    background-color: #ffffff;
    padding: 130px 0 120px;
}

.hp-section-3-title {
    margin-bottom: 80px;
}

.hp-section-3-title h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 0;
}

.hp-section-3-image {
    width: 100%;
    max-width: 860px;
    height: auto;
    display: block;
    margin-left: auto;
}

.hp-section-3-content h3 {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 25px;
}

.hp-section-3-content p {
    font-size: 23px;
    line-height: 1.48;
    color: #101A28;
    margin-bottom: 0;
}

.hp-section-3-content p + p {
    margin-top: 25px;
}

.hp-section-3-image-wrap {
    text-align: right;
}

.hp-section-3-image {
    width: 100%;
    height: auto;
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 4 - ROUNDED WHITE SOLUTIONS */
/***********************************************/
/***********************************************/

.hp-section-4 {
    background-color: #264759;
    padding: 40px 24px;
}

.hp-section-4-wrap {
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 0;
}

.hp-section-4-intro {
    text-align: center;
    margin-bottom: 110px;
}

.hp-section-4-intro h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 25px;
}

.hp-section-4-intro p {
    font-size: 26px;
    line-height: 1.48;
    color: #101A28;
    margin-bottom: 0;
}

.hp-zigzag-row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hp-zigzag-image-wrap {
    width: 100%;
}

.hp-zigzag-image-right {
    margin-left: auto;
}

.hp-zigzag-image {
    width: 100%;
    height: auto;
}

.hp-zigzag-content {
    width: 100%;
    max-width: 540px;
    text-align: left;
}

.hp-zigzag-content-right {
    margin-left: auto;
}

.hp-zigzag-content h2,
.hp-zigzag-content h3 {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 25px;
}

.hp-zigzag-content p {
    font-size: 18px;
    line-height: 1.61;
    color: #101A28;
    margin-bottom: 0;
}

.hp-zigzag-content p + p {
    margin-top: 25px;
}

.hp-zigzag-content .cta-btn {
    margin-top: 35px;
}


/***********************************************/
/***********************************************/
/* HOMEPAGE NUMBER SECTION */
/***********************************************/
/***********************************************/

.hp-number-section {
    border-top: 1px solid #DBDDD3;
    margin-top: 40px;
}

.hp-number-section-title {
    padding: 90px 20px 75px;
}

.hp-number-section-title h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 0;
}

.hp-number-row {
    border-top: 1px solid #DBDDD3;
}

.hp-number-col {
    text-align: center;
    border-right: 1px solid #DBDDD3;
}

.hp-number-col:last-child {
    border-right: 0;
}

.hp-number-box {
    padding: 90px 30px 95px;
}

.hp-count-number {
    font: 400 90px / 1 "pp_moriregular", sans-serif;
    color: #264759;
    margin-bottom: 35px;
}

.hp-number-text p {
    font-size: 18px;
    line-height: 1.61;
    color: #101A28;
    margin-bottom: 0;
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 5 - CENTER CTA */
/***********************************************/
/***********************************************/

.hp-section-5 {
    background-color: #ffffff;
    min-height: 640px;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-section-5-subtitle {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 20px;
}

.hp-section-5-title {
    font: 400 84px / 1.08 "pp_moriregular", sans-serif;
    color: #000000;
    margin-bottom: 38px;
}

.hp-section-5-content {
    margin-top: 45px;
}

.hp-section-5-content p {
    font-size: 23px;
    line-height: 1.48;
    color: #264759;
    margin-bottom: 0;
}

.hp-section-5-content p + p {
    margin-top: 25px;
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 6 - FEATURED INDUSTRIES */
/***********************************************/
/***********************************************/

.hp-section-6 {
    background-color: #264759;
    padding: 110px 0 130px;
    color: #ffffff;
}

.hp-section-6-intro {
    text-align: center;
    margin-bottom: 85px;
}

.hp-section-6-intro h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
}

.hp-section-6-intro p {
    font-size: 18px;
    line-height: 1.48;
    color: #ffffff;
    margin-bottom: 0;
}

.hp-section-6-card-row {
    justify-content: center;
}

.hp-section-6-card-col {
    margin-bottom: 30px;
    display: flex;
}

.hp-section-6-card {
    width: 100%;
    background-color: #ffffff;
    color: #101A28;
    border-radius: 20px;
    padding: 80px 32px 45px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 510px;
}

.hp-section-6-card-number {
    background: #264759 url('/wp-content/themes/jsboss/images/bucket-curve-1.svg') left top no-repeat !important;
    background-size: 86px 86px !important;
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 86px;
    height: 86px;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    z-index: 2;
}

.hp-section-6-card-number:after {
    display: none;
    content: none;
}

.hp-section-6-card-image-wrap {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.hp-section-6-card-image {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hp-section-6-card-content {
    flex: 1;
}

.hp-section-6-card-content h3 {
    font: 400 24px / 1.24 "pp_moribold", sans-serif;
    color: #101A28;
    margin-bottom: 20px;
}

.hp-section-6-card-content p {
    font-size: 16px;
    line-height: 1.35;
    color: #101A28;
    margin-bottom: 0;
}

.cta-btn.cta-dark-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #264759 !important;
    color: #ffffff !important;
    border-color: #264759 !important;
    padding: 14px 18px;
    border-radius: 8px;
    font: 400 11px / 1 "pp_morisemibold", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none;
}

.cta-btn.cta-dark-small:after {
    content: "⟶";
    display: inline-block;
    margin-left: 10px;
}

.cta-btn.cta-dark-small:hover {
    background: #101A28 !important;
    color: #ffffff !important;
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 7 - TESTIMONIALS */
/***********************************************/
/***********************************************/

.hp-section-7 {
    background-color: #264759;
    padding: 120px 0 140px;
    color: #ffffff;
    overflow: hidden;
}

.hp-section-7-content h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
}

.hp-section-7-content p {
    font-size: 26px;
    line-height: 1.24;
    color: #ffffff;
    margin-bottom: 0;
}

.hp-testimonial-pagination {
    display: flex;
    align-items: center;
    margin-top: 170px;
    gap: 22px;
}

.hp-testimonial-pagination .swiper-pagination-bullet {
    width: 55px;
    height: 2px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.35);
    opacity: 1;
    transition: all 0.35s ease;
}

.hp-testimonial-pagination .swiper-pagination-bullet-active {
    width: 210px;
    background-color: #ffffff;
}

.hp-testimonial-swiper {
    width: 100%;
}

.hp-testimonial-swiper .swiper-slide {
    height: auto;
}

.hp-testimonial-card {
    background-color: #ffffff;
    color: #101A28;
    border-radius: 50px;
    padding: 75px 95px;
    min-height: 710px;
}

.hp-testimonial-logo {
    max-width: 240px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 45px;
}

.hp-testimonial-message {
    position: relative;
}

.hp-testimonial-message:before,
.hp-testimonial-message:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/jsboss/images/quotemark.svg);
}
.subheading {
    font-size: 26px;
}
.hp-testimonial-message:before {
    margin-bottom: 25px;
}

.hp-testimonial-message:after {
    margin-left: auto;
    margin-top: 70px;
}

.hp-testimonial-message p {
    padding: 0em 2em;
    font: 400 22px / 1.24 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 0;
}

.hp-testimonial-bottom {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hp-testimonial-name {
    font: 400 16px / 1.35 "pp_moribold", sans-serif;
    color: #101A28;
    margin-bottom: 4px;
}

.hp-testimonial-role {
    font: 400 15px / 1.35 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 0;
}

.hp-testimonial-video-button {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 18px solid #d1dde2;
    background-color: #264759;
    position: relative;
    box-shadow: 0 0 0 0 rgba(209,221,226,0.8);
    animation: hpPulse 2s infinite;
}

.hp-testimonial-video-button span {
    position: absolute;
    left: 29px;
    top: 23px;
    width: 0;
    height: 0;
    border-left: 20px solid #d1dde2;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

@keyframes hpPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(209,221,226,0.8);
    }

    70% {
        box-shadow: 0 0 0 24px rgba(209,221,226,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(209,221,226,0);
    }
}

.hp-video-modal .modal-content {
    background-color: #000000;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.hp-video-modal-close {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 3;
    color: #ffffff;
    font-size: 40px;
    background: transparent;
    border: 0;
}

.hp-video-modal-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.hp-video-modal-ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTIONS RESPONSIVE */
/***********************************************/
/***********************************************/

@media (max-width: 1199.98px) {
    .hp-section-3-title,
    .hp-section-4-intro h2,
    .hp-number-section-title h2,
    .hp-section-5-title,
    .hp-section-6-intro h2,
    .hp-section-7-content h2 {
        font-size: 50px;
    }

       .hp-count-number {
        font-size: 3rem;
    }

    .hp-testimonial-card {
        padding: 55px;
        min-height: 620px;
    }
    .home-hero {
    background: #ffffff;
    padding: 35px 0px 70px;
    }
    .home-hero-images {
    margin: 0 auto;
    margin-left: 1em;
    }
    .home-hero-main-image {
    max-width: 360px;
    margin-bottom: 40px;
    padding-top: 2rem;
    }
    .hp-section-3-title h2 {
    font-size: 1em;
    text-align: center;
    }
    .hp-section-3 {
    background-color: #ffffff;
    padding: 0px 0 50px;
    }
    .hp-section-4-wrap {
    padding-top: 60px;
    }
    .hp-section-4-intro {
    text-align: center;
    margin-bottom: 20px;
    }

}

@media (max-width: 991px) {
    .hp-section-3,
    .hp-section-5,
    .hp-section-6,
    .hp-section-7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hp-section-4 {
        padding: 24px 0;
    }

    .hp-section-4-wrap {
        border-radius: 32px;
        padding-top: 70px;
    }

    .hp-section-3-title,
    .hp-section-4-intro h2,
    .hp-number-section-title h2,
    .hp-section-5-title,
    .hp-section-6-intro h2,
    .hp-section-7-content h2 {
        font-size: 42px;
    }

    .hp-section-3-content {
        margin-bottom: 45px;
    }

    .hp-section-3-image-wrap {
        text-align: center;
    }

    .hp-zigzag-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hp-zigzag-content {
    text-align: center;
    padding: 2em;
    }
    .hp-zigzag-image-wrap,
    .hp-zigzag-content {
        max-width: 100%;
    }

    .hp-zigzag-image-wrap {
        margin-bottom: 35px;
    }

    .hp-zigzag-row.is-even .hp-zigzag-content {
        margin-bottom: 35px;
    }

    .hp-number-col {
        border-right: 0;
        border-bottom: 1px solid #DBDDD3;
    }

    .hp-number-col:last-child {
        border-bottom: 0;
    }

    .hp-section-7-content {
        margin-bottom: 60px;
    }

    .hp-testimonial-pagination {
        margin-top: 55px;
        margin-bottom: 50px;
    }

    .hp-testimonial-card {
        border-radius: 32px;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .hp-section-2 {
        padding: 65px 0;
    }

    .hp-logo-slide img {
        max-width: 120px;
    }

    .hp-section-3-title,
    .hp-section-4-intro h2,
    .hp-number-section-title h2,
    .hp-section-5-title,
    .hp-section-6-intro h2,
    .hp-section-7-content h2 {
        font-size: 34px;
    }

    .hp-section-4-intro p,
    .hp-section-5-content p,
    .hp-section-7-content p,
    .hp-testimonial-message p {
        font-size: 20px;
    }

    .hp-section-5-title {
        font-size: 46px;
    }

    .hp-count-number {
        font-size: 62px;
    }

    .hp-testimonial-card {
        padding: 45px 30px;
    }

    .hp-testimonial-bottom {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 30px;
    }
}


/* SERVICES TEMPLATE STYLES */

.services-hero {
    background-color: #264759;
    padding: 60px 0;
    color: #ffffff;
}

.services-hero h1 {
    font: 400 60px / 1.18 "pp_moribold", sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
}

.services-hero-text h2 {
    color: #fff;
    text-transform: none;
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
}

.services-hero-content {
    padding-left: 45px;
}

.services-hero-text {
    padding-top: 35px;
    margin-top: 30px;
    margin-bottom: 35px;
    border-top: 1px solid rgba(254, 252, 252, 0.1);
}

.services-hero-text p,
.services-details-intro p {
    font-size: 23px;
    line-height: 1.48;
    margin-bottom: 0;
    color: #FEFCFC;
}

.services-hero-text p + p,
.services-details-intro p + p,
.services-card-content p + p {
    margin-top: 25px;
}

.services-split {
    background-color: #ffffff;
}

.services-split-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
}

.services-split-content {
    padding: 10vh;
}

.services-split-text {
    margin-bottom: 35px;
}

.services-split-text h2 {
    font: 400 40px / 1.18 "pp_moriregular", sans-serif;
    color: #0d1726;
    margin-bottom: 20px;
}

.services-split-text p {
    line-height: 1.48;
    font-size: 17px;
    color: #101A28;
}

.services-split-text li {
    margin-bottom: 30px !important;
}

.services-details {
    background-color: #264759;
    padding: 40px 24px;
}

.services-details-wrap {
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    padding-top: 100px;
}

.services-details-intro {
    margin-bottom: 70px;
}

.services-details-intro h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #0d1726;
    margin-bottom: 25px;
}

.services-details-intro p {
    font-size: 26px;
    line-height: 1.48;
    color: var(--font-color);
    margin-bottom: 0;
}

.services-details-intro p + p {
    margin-top: 25px;
}

.services-details-grid {
    background-color: #ffffff;
    border-top: 1px solid #DBDDD3;
}

.services-details-video-col {
    background-color: #ffffff;
    border-right: 1px solid #DBDDD3;
    padding: 50px 35px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.services-details-video {
    width: 100%;
    display: block;
    max-width: 375px;
}

.services-details-cards-col {
    background-color: #ffffff;
}

.services-card-row {
    height: 100%;
    background-color: #ffffff;
}


.services-card-col {
    min-height: 490px;
    border-right: 1px solid #DBDDD3;
    border-bottom: 1px solid #DBDDD3;
    background-color: #ffffff;
}

.services-card-col:nth-child(2n) {
    border-right: 0;
}

.services-card {
    height: 100%;
    padding: 60px 35px 75px 60px;
    background-color: #ffffff;
}

.services-card-icon {
    height: auto;
    width: auto;
    filter: hue-rotate(46deg) !important;
}

.services-card-content h3 {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #0d1726;
    margin-bottom: 25px;
}

.services-card-content p {
    font-size: 18px;
    line-height: 1.61;
    margin-bottom: 0;
    color: var(--font-color);
}

.services-card-content p + p {
    margin-top: 25px;
}
.content-div {
    max-width: 375px;
}
.icon-control {
    height: 75px;
}
.services-hero-text img {
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .services-details {
        padding: 24px 0px;
    }

    .services-details-wrap {
        border-radius: 32px;
        padding-top: 60px;
    }

    .services-details-intro h2 {
        font-size: 42px;
    }

    .services-details-video-col {
        border-right: 0;
        border-bottom: 1px solid #DBDDD3;
        padding: 60px 30px 30px;
    }

    .services-card-col {
        min-height: auto;
        border-right: 0;
    }

    .services-card {
        padding: 45px 30px;
    }

    .services-hero-content {
    padding-left: 20px;
}
}

/* NORMAL PAGE */

div#white-page {
    background: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
div#white-page h1 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    text-align: center;
}
div#white-page h2 {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
}
div#white-page p {
    font-size: 18px !important;
}
div#white-page h3 {
    font: 400 18px / 1.35 "pp_moribold", sans-serif;
    margin-top: 2em;
}

/* BLACK LOGO SECTION IN SERVICES */
.logo-section {
    background-color: #000000;
    color: #ffffff;
}

.logo-section-title {
    margin-bottom: 45px;
}

.logo-section-title h2,
.logo-section-title h3,
.logo-section-title p {
    color: #ffffff;
    margin-bottom: 0;
}

.logo-section-logos {
    gap: 55px;
}

h2.center.customheading {
    text-align: center;
    font-size: 30px;
}
.logo-section-item {
    max-width: 200px !important;
    padding: 20px;
}
@media (max-width: 767px) {
    .logo-section-logos {
        gap: 30px;
    }

    .logo-section-item {
        width: 45%;
    }

    .logo-section-item img {
        max-height: 55px;
    }
}



/***********************************************/
/***********************************************/
/* JS BOSS BLOG DESIGN OVERRIDES */
/***********************************************/
/***********************************************/

body.jsboss-blog-template,
body.jsboss-blog-template .jsboss-blog-main {
    background: #f4f7ef;
}

body.jsboss-blog-template #globalSticky {
    z-index: 9999;
}
/***********************************************/
/***********************************************/
/* BLOG TRANSPARENT HEADER LINK COLORS */
/***********************************************/
/***********************************************/

/* Initial transparent state */
body.jsboss-blog-template #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link {
    color: #101A28 !important;
}

/* Sticky visible state */
body.jsboss-blog-template #globalSticky.is-visible a.nav-link {
    color: #101A28 !important;
}

/* Mobile toggle/link safety */
body.jsboss-blog-template #globalSticky.is-visible .menu-btn span,
body.jsboss-blog-template #globalSticky:not(.is-visible):not(.is-hidden) .menu-btn span {
    background: #101A28 !important;
}
/***********************************************/
/* HERO */
/***********************************************/

body.jsboss-blog-template .blog-hero {
    background: #f4f7ef;
    padding: 170px 0 92px;
    position: relative;
    z-index: 2;
}

body.jsboss-blog-template #theq-hero h1 {
    font: 400 290px / 0.82 "bauchergoturwbold", sans-serif;
    text-transform: uppercase;
    color: #101A28;
    margin: 0;
    letter-spacing: -0.025em;
}

body.jsboss-blog-template .blog-archive-hero h1,
body.jsboss-blog-template .blog-search-hero h1 {
    font-size: 60px !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em;
}

/***********************************************/
/* FILTER + SEARCH POSITIONING */
/***********************************************/

body.jsboss-blog-template .blog-filter-col,
body.jsboss-blog-template .blog-search-col {
    padding-top: 110px;
}

body.jsboss-blog-template .blog-filter-col {
    display: flex;
    justify-content: flex-start;
}

body.jsboss-blog-template .blog-search-col {
    display: flex;
    justify-content: flex-end;
}

/***********************************************/
/* FILTER */
/***********************************************/

body.jsboss-blog-template .blog-filter-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 390px;
    z-index: 50;
}

body.jsboss-blog-template .blog-filter-trigger {
    width: 100%;
    height: 52px;
    border: 1.5px solid #101A28;
    background: transparent;
    color: #101A28;
    border-radius: 8px;
    padding: 0 18px 0 22px;
    font: 400 12px / 1 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.jsboss-blog-template .blog-filter-arrow {
    width: 18px;
    height: 22px;
    margin-left: auto;
    font-size: 0;
    position: relative;
    display: inline-block;
}

body.jsboss-blog-template .blog-filter-arrow:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 1.5px;
    height: 20px;
    background: #101A28;
}

body.jsboss-blog-template .blog-filter-arrow:after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #101A28;
    border-bottom: 1.5px solid #101A28;
    transform: rotate(45deg);
}

body.jsboss-blog-template .blog-filter-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 16px);
    width: 100%;
    max-height: 270px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #101A28;
    border-radius: 4px;
    padding: 0 16px;
    box-shadow: 0 20px 50px rgba(16, 26, 40, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 99;
}

body.jsboss-blog-template .blog-filter-wrap:hover .blog-filter-dropdown,
body.jsboss-blog-template .blog-filter-wrap:focus-within .blog-filter-dropdown {
    opacity: 1;
    visibility: visible;
}

body.jsboss-blog-template .blog-filter-link {
    display: block;
    color: #101A28;
    text-decoration: none;
    font: 400 16px / 1.2 "pp_moriregular", sans-serif;
    padding: 19px 6px;
    border-radius: 0;
    border-bottom: 1px solid rgba(16, 26, 40, 0.16);
    transition: color 0.2s ease;
}

body.jsboss-blog-template .blog-filter-link:first-child {
    color: rgba(16, 26, 40, 0.35);
}

body.jsboss-blog-template .blog-filter-link:last-child {
    border-bottom: 0;
}

body.jsboss-blog-template .blog-filter-link:hover,
body.jsboss-blog-template .blog-filter-link.active {
    background: transparent;
    color: #13dd7a;
    text-decoration: none;
}

/***********************************************/
/* SEARCH */
/***********************************************/

body.jsboss-blog-template .blog-search-form {
    width: 100%;
    max-width: 390px;
    position: relative;
}

body.jsboss-blog-template .blog-search-form input {
    width: 100%;
    height: 52px;
    border: 1.5px solid #101A28;
    border-radius: 8px;
    background: transparent;
    color: #101A28;
    padding: 0 54px 0 22px;
    font: 400 12px / 1 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    outline: none;
}

body.jsboss-blog-template .blog-search-form input::placeholder {
    color: #101A28;
    opacity: 1;
}

body.jsboss-blog-template .blog-search-form button {
    position: absolute;
    right: 13px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #101A28;
    cursor: pointer;
    padding: 0;
}

body.jsboss-blog-template .blog-search-form button span {
    display: none;
}

body.jsboss-blog-template .blog-search-form button:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 3px solid #101A28;
    border-radius: 2px;
}

body.jsboss-blog-template .blog-search-form button:after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 9px;
    height: 3px;
    background: #13dd7a;
    transform: rotate(45deg);
    transform-origin: center;
}

/***********************************************/
/* GRID */
/***********************************************/

body.jsboss-blog-template .blog-grid-section {
    background: #f4f7ef;
    padding: 0 0 115px;
    position: relative;
    z-index: 1;
}

body.jsboss-blog-template .blog-card-row {
    margin-left: -42px;
    margin-right: -42px;
}

body.jsboss-blog-template .blog-card-col {
    padding: 0 42px 72px;
    display: flex;
}

body.jsboss-blog-template .article-thumb {
    width: 100%;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    position: relative;
    box-shadow: none;
    transition: none;
}

body.jsboss-blog-template .article-thumb:hover {
    transform: none;
    box-shadow: none;
}

body.jsboss-blog-template .article-image-link {
    display: block;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
}

body.jsboss-blog-template .thumb-photo {
    width: 100%;
    min-height: 184px;
    aspect-ratio: 1.9 / 1;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

body.jsboss-blog-template .hover-color {
    position: absolute;
    inset: 0;
    background: rgba(0, 145, 28, 0);
    transition: background 0.22s ease;
    pointer-events: none;
}

body.jsboss-blog-template .green-multiply {
    position: absolute;
    inset: 0;
    background: rgba(0, 145, 28, 0);
    mix-blend-mode: multiply;
    transition: background 0.22s ease;
}

body.jsboss-blog-template .article-thumb:hover .hover-color {
    background: rgba(0, 145, 28, 0.38);
}

body.jsboss-blog-template .article-thumb:hover .green-multiply {
    background: rgba(0, 145, 28, 0.28);
}

body.jsboss-blog-template .article-content {
    padding: 22px 0 0;
}

body.jsboss-blog-template .article-content time {
    display: block;
    color: #101A28;
    font: 400 12px / 1.2 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

body.jsboss-blog-template .article-content h3 {
    margin: 0;
    font: 400 30px / 1.18 "pp_moriregular", sans-serif;
    color: #101A28;
    letter-spacing: -0.035em;
}

body.jsboss-blog-template .article-content h3 a {
    color: inherit;
    text-decoration: none;
}

body.jsboss-blog-template .article-content h3 a:hover {
    color: #101A28;
    text-decoration: none;
}

body.jsboss-blog-template .news-tags {
    display: none;
}

/***********************************************/
/* PAGINATION */
/***********************************************/

body.jsboss-blog-template .blog-pagination {
    margin-top: 0;
    display: flex;
    justify-content: center;
}

body.jsboss-blog-template .blog-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 23px;
}

body.jsboss-blog-template .blog-pagination li {
    margin: 0;
    padding: 0;
}

body.jsboss-blog-template .blog-pagination a,
body.jsboss-blog-template .blog-pagination span {
    min-width: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #101A28;
    font: 400 17px / 1 "pp_moriregular", sans-serif;
    text-decoration: none;
    transition: all 0.2s ease;
}

body.jsboss-blog-template .blog-pagination .current {
    width: 31px;
    height: 31px;
    border-radius: 7px;
    background: #13dd7a;
    color: #101A28;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.jsboss-blog-template .blog-pagination .prev,
body.jsboss-blog-template .blog-pagination .next {
    width: 42px;
    height: 42px;
    border: 1.5px solid #101A28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.jsboss-blog-template .blog-pagination .prev {
    color: rgba(16, 26, 40, 0.35);
    border-color: rgba(16, 26, 40, 0.25);
}

body.jsboss-blog-template .blog-pagination .next:hover,
body.jsboss-blog-template .blog-pagination .prev:hover {
    background: #101A28;
    color: #ffffff;
}

/***********************************************/
/* NO RESULTS */
/***********************************************/

body.jsboss-blog-template .blog-no-results {
    font: 400 24px / 1.35 "pp_moriregular", sans-serif;
    color: #101A28;
    margin: 70px 0;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1599.98px) {
    body.jsboss-blog-template #theq-hero h1 {
        font-size: 245px;
    }

    body.jsboss-blog-template .blog-card-row {
        margin-left: -28px;
        margin-right: -28px;
    }

    body.jsboss-blog-template .blog-card-col {
        padding-left: 28px;
        padding-right: 28px;
    }

    body.jsboss-blog-template .article-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 1399.98px) {
    body.jsboss-blog-template #theq-hero h1 {
        font-size: 205px;
    }

    body.jsboss-blog-template .blog-archive-hero h1,
    body.jsboss-blog-template .blog-search-hero h1 {
        font-size: 90px !important;
    }

    body.jsboss-blog-template .blog-filter-col,
    body.jsboss-blog-template .blog-search-col {
        padding-top: 82px;
    }
}

@media (max-width: 1199.98px) {
    body.jsboss-blog-template .blog-hero {
        padding: 135px 0 70px;
    }

    body.jsboss-blog-template #theq-hero h1 {
        font-size: 165px;
    }

    body.jsboss-blog-template .blog-archive-hero h1,
    body.jsboss-blog-template .blog-search-hero h1 {
        font-size: 72px !important;
    }

    body.jsboss-blog-template .blog-filter-col,
    body.jsboss-blog-template .blog-search-col {
        padding-top: 54px;
    }

    body.jsboss-blog-template .blog-card-row {
        margin-left: -18px;
        margin-right: -18px;
    }

    body.jsboss-blog-template .blog-card-col {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 58px;
    }

    body.jsboss-blog-template .article-content h3 {
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {
    body.jsboss-blog-template .blog-hero {
        padding: 125px 0 60px;
    }

    body.jsboss-blog-template .blog-hero .row {
        gap: 20px;
    }

    body.jsboss-blog-template .blog-filter-col,
    body.jsboss-blog-template .blog-search-col {
        padding-top: 0;
        justify-content: center;
    }

    body.jsboss-blog-template #theq-hero h1 {
        font-size: 132px;
        margin: 10px 0;
    }

    body.jsboss-blog-template .blog-archive-hero h1,
    body.jsboss-blog-template .blog-search-hero h1 {
        font-size: 54px !important;
    }

    body.jsboss-blog-template .blog-filter-wrap,
    body.jsboss-blog-template .blog-search-form {
        max-width: 430px;
    }

    body.jsboss-blog-template .blog-grid-section {
        padding-bottom: 90px;
    }
}

@media (max-width: 767.98px) {
    body.jsboss-blog-template .blog-hero {
        padding: 115px 0 45px;
    }

    body.jsboss-blog-template .blog-hero .container-fluid,
    body.jsboss-blog-template .blog-grid-section .container-fluid {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    body.jsboss-blog-template #theq-hero h1 {
        font-size: 92px;
        line-height: 0.9;
    }

    body.jsboss-blog-template .blog-archive-hero h1,
    body.jsboss-blog-template .blog-search-hero h1 {
        font-size: 42px !important;
        line-height: 1 !important;
    }

    body.jsboss-blog-template .blog-card-row {
        margin-left: 0;
        margin-right: 0;
    }

    body.jsboss-blog-template .blog-card-col {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 54px;
    }

    body.jsboss-blog-template .thumb-photo {
        min-height: 0;
        aspect-ratio: 1.72 / 1;
        border-radius: 17px;
    }

    body.jsboss-blog-template .article-image-link {
        border-radius: 17px;
    }

    body.jsboss-blog-template .article-content {
        padding-top: 25px;
    }

    body.jsboss-blog-template .article-content time {
        font-size: 12px;
        margin-bottom: 18px;
    }

    body.jsboss-blog-template .article-content h3 {
        font-size: 30px;
        line-height: 1.18;
    }

    body.jsboss-blog-template .blog-pagination ul {
        gap: 17px;
    }

    body.jsboss-blog-template .blog-pagination .prev,
    body.jsboss-blog-template .blog-pagination .next {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 420px) {
    body.jsboss-blog-template #theq-hero h1 {
        font-size: 76px;
    }

    body.jsboss-blog-template .article-content h3 {
        font-size: 28px;
    }

    body.jsboss-blog-template .blog-pagination ul {
        gap: 12px;
    }
}




/***********************************************/
/***********************************************/
/* SINGLE ARTICLE TEMPLATE */
/***********************************************/
/***********************************************/

.single-article-main {
    background: #264759;
}

/***********************************************/
/* HERO */
/***********************************************/

.article-hero-section {
    background: #264759;
    padding: 170px 0 80px;
}

.article-hero-feature {
    width: 100%;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
}

.article-hero-overlay {
    width: 100%;
    min-height: 600px;
    background: rgba(16, 26, 40, 0.38);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.article-hero-content {
    width: 67.5%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding: 100px 118px;
}

.article-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.article-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #13dd7a;
    color: #101A28;
    border-radius: 999px;
    padding: 10px 16px;
    font: 400 13px / 1 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.article-category-pill:hover {
    background: #ffffff;
    color: #101A28;
    text-decoration: none;
}

.article-hero-content time {
    display: block;
    color: #ffffff;
    font: 400 13px / 1.2 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
}

.article-hero-content h1 {
    color: #ffffff;
    font: 400 64px / 1.05 "pp_morisemibold", sans-serif;
    letter-spacing: -0.045em;
    margin: 0;
    max-width: 920px;
}

/***********************************************/
/* BODY */
/***********************************************/

.article-body-section {
    background: #ffffff;
    padding: 100px 0 95px;
}

.article-bodycopy {
    color: #101A28;
}

.article-content-inner {
    font: 400 20px / 1.65 "pp_moriregular", sans-serif;
    color: #101A28;
}

.article-content-inner > *:first-child {
    margin-top: 0;
}

.article-content-inner > *:last-child {
    margin-bottom: 0;
}

.article-content-inner h2,
.article-content-inner h3,
.article-content-inner h4 {
    color: #101A28;
    font-family: "pp_morisemibold", sans-serif;
    letter-spacing: -0.035em;
    margin: 48px 0 18px;
}

.article-content-inner h2 {
    font-size: 42px;
    line-height: 1.1;
}

.article-content-inner h3 {
    font-size: 32px;
    line-height: 1.15;
}

.article-content-inner h4 {
    font-size: 26px;
    line-height: 1.2;
}

.article-content-inner p {
    margin: 0 0 28px;
}

.article-content-inner a {
    color: #0076a8;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article-content-inner ul,
.article-content-inner ol {
    margin: 0 0 30px;
    padding-left: 24px;
}

.article-content-inner li {
    margin-bottom: 10px;
}

.article-content-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    margin: 24px 0;
}

/***********************************************/
/* QUOTE BLOCK */
/***********************************************/

.article-pull-quote {
    margin: 72px 0;
    padding: 54px 62px;
    background: #f4f7ef;
    border-radius: 30px;
    position: relative;
}

.article-pull-quote blockquote {
    margin: 0;
    color: #101A28;
    font: 400 38px / 1.18 "pp_morisemibold", sans-serif;
    letter-spacing: -0.04em;
}

/***********************************************/
/* NEXT POSTS */
/***********************************************/

.article-next-posts-section {
    background: #f4f7ef;
    padding: 105px 0 120px;
}

.article-next-header {
    margin-bottom: 48px;
}

.article-next-header p {
    margin: 0;
    color: #101A28;
    font: 400 18px / 1 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.article-next-card-row {
    margin-left: -28px;
    margin-right: -28px;
}

.article-next-card-col {
    padding-left: 28px;
    padding-right: 28px;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    .article-hero-content {
        width: 75%;
        padding: 90px 84px;
    }

    .article-hero-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 1199.98px) {
    .article-hero-section {
        padding: 135px 0 65px;
    }

    .article-hero-feature,
    .article-hero-overlay,
    .article-hero-content {
        min-height: 540px;
    }

    .article-hero-content {
        width: 82%;
        padding: 75px 58px;
    }

    .article-hero-content h1 {
        font-size: 48px;
    }

    .article-body-section {
        padding: 85px 0;
    }
}

@media (max-width: 991.98px) {
    .article-hero-feature,
    .article-hero-overlay,
    .article-hero-content {
        min-height: 500px;
    }

    .article-hero-content {
        width: 100%;
        padding: 60px 42px;
    }

    .article-hero-content h1 {
        font-size: 42px;
    }

    .article-content-inner {
        font-size: 18px;
        line-height: 1.62;
    }

    .article-content-inner h2 {
        font-size: 34px;
    }

    .article-content-inner h3 {
        font-size: 28px;
    }

    .article-pull-quote {
        padding: 42px;
    }

    .article-pull-quote blockquote {
        font-size: 31px;
    }
}

@media (max-width: 767.98px) {
    .article-hero-section {
        padding: 115px 0 48px;
    }

    .article-hero-section .container-fluid,
    .article-body-section .container-fluid,
    .article-next-posts-section .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .article-hero-feature,
    .article-hero-overlay,
    .article-hero-content {
        min-height: 440px;
    }

    .article-hero-feature {
        border-radius: 24px;
    }

    .article-hero-content {
        padding: 42px 28px;
    }

    .article-category-list {
        margin-bottom: 22px;
    }

    .article-category-pill {
        font-size: 11px;
        padding: 9px 13px;
    }

    .article-hero-content time {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .article-hero-content h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .article-body-section {
        padding: 65px 0;
    }

    .article-content-inner {
        font-size: 17px;
    }

    .article-content-inner h2 {
        font-size: 30px;
    }

    .article-content-inner h3 {
        font-size: 25px;
    }

    .article-pull-quote {
        margin: 52px 0;
        padding: 34px 28px;
        border-radius: 24px;
    }

    .article-pull-quote blockquote {
        font-size: 27px;
    }

    .article-next-posts-section {
        padding: 75px 0 85px;
    }

    .article-next-card-row {
        margin-left: 0;
        margin-right: 0;
    }

    .article-next-card-col {
        padding-left: 0;
        padding-right: 0;
    }
}


/***********************************************/
/***********************************************/
/* SINGLE ARTICLE TEMPLATE */
/***********************************************/
/***********************************************/

.single-article-main {
    background: #264759;
    overflow-x: hidden;
}

/***********************************************/
/* ARTICLE HERO */
/***********************************************/

.article-hero-section {
    background: #264759;
    padding: 40px 0 48px;
    overflow-x: hidden;
}

.article-hero-section .container-fluid {
    max-width: 100%;
}

.article-hero-section .row {
    margin-left: 0;
    margin-right: 0;
}

.article-hero-section [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.article-hero-feature {
    width: 100%;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.article-hero-feature:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #032b3d;
    mix-blend-mode: multiply;
    content: "";
    z-index: 1;
    pointer-events: none;
}

.article-hero-content {
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding: 100px 118px;
}

.article-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.article-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #101A28;
    color: #ffffff;
    border-radius: 999px;
    padding: 14px 20px;
    font: 400 14px / 1 "pp_morisemibold", sans-serif;
    text-transform: none;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.article-category-pill:hover {
    background: #13dd7a;
    color: #101A28;
    text-decoration: none;
}

.article-hero-content time {
    display: block;
    color: #ffffff;
    font: 400 13px / 1.2 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}

.article-hero-content h1 {
    color: #ffffff;
    font: 400 64px / 1.05 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
    margin: 0;
    max-width: 1220px;
}

/***********************************************/
/* ARTICLE BODY */
/***********************************************/

.article-body-section {
    background: #ffffff;
    padding: 85px 0 65px;
    overflow-x: hidden;
}

.article-body-section .container-fluid {
    max-width: 100%;
}

.article-body-section .row {
    margin-left: 0;
    margin-right: 0;
}

.article-body-section [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.article-body-section .col-xl-8 {
    max-width: 760px;
}

.article-bodycopy {
    color: #101A28;
}

.article-content-inner {
    font: 400 18px / 1.48 "pp_moriregular", sans-serif;
    color: #101A28;
}

.article-content-inner > *:first-child {
    margin-top: 0;
}

.article-content-inner > *:last-child {
    margin-bottom: 0;
}

.article-content-inner p {
    margin: 0 0 18px;
}

.article-content-inner h2,
.article-content-inner h3,
.article-content-inner h4,
.article-content-inner h5,
.article-content-inner h6 {
    color: #101A28;
    font-family: "pp_moriregular", sans-serif;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.article-content-inner h2 {
    font-size: 36px;
    line-height: 1.16;
    margin: 42px 0 24px;
}

.article-content-inner h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 34px 0 14px;
}

.article-content-inner h4 {
    font-size: 22px;
    line-height: 1.25;
    margin: 30px 0 12px;
}

.article-content-inner h5,
.article-content-inner h6 {
    font-size: 18px;
    line-height: 1.3;
    margin: 26px 0 10px;
}

.article-content-inner strong,
.article-content-inner b {
    font-family: "pp_morisemibold", sans-serif;
    font-weight: 400;
}

.article-content-inner a {
    color: #101A28;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article-content-inner a:hover {
    color: #0076a8;
}

.article-content-inner ul,
.article-content-inner ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.article-content-inner li {
    margin-bottom: 8px;
}

.article-content-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    margin: 24px 0;
}

/***********************************************/
/* ARTICLE QUOTE BLOCK */
/***********************************************/

.article-pull-quote {
    background: transparent;
    border-radius: 0;
    padding: 30px 40px;
    margin: 38px 0;
}

.article-pull-quote blockquote {
    margin: 0;
    color: #101A28;
    font: 400 34px / 1.22 "pp_moriregular", sans-serif;
    font-style: italic;
    letter-spacing: -0.035em;
}

/***********************************************/
/* NEXT POSTS */
/***********************************************/

.article-next-posts-section {
    background: #ffffff;
    padding: 75px 0 115px;
    overflow-x: hidden;
}

.article-next-posts-section .container-fluid {
    max-width: 100%;
}

.article-next-posts-section .row {
    margin-left: 0;
    margin-right: 0;
}

.article-next-posts-section [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.article-next-header {
    margin-bottom: 42px;
}

.article-next-header p {
    margin: 0;
    color: #101A28;
    font: 400 18px / 1 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.article-next-card-row {
    margin-left: -42px !important;
    margin-right: -42px !important;
}

.article-next-card-col {
    padding-left: 42px !important;
    padding-right: 42px !important;
}

.article-next-posts-section .article-thumb {
    width: 100%;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    position: relative;
    box-shadow: none;
    transition: none;
}

.article-next-posts-section .article-thumb:hover {
    transform: none;
    box-shadow: none;
}

.article-next-posts-section .article-image-link {
    display: block;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
}

.article-next-posts-section .thumb-photo {
    width: 100%;
    min-height: 184px;
    aspect-ratio: 1.9 / 1;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.article-next-posts-section .hover-color {
    position: absolute;
    inset: 0;
    background: rgba(0, 145, 28, 0);
    transition: background 0.22s ease;
    pointer-events: none;
}

.article-next-posts-section .green-multiply {
    position: absolute;
    inset: 0;
    background: rgba(0, 145, 28, 0);
    mix-blend-mode: multiply;
    transition: background 0.22s ease;
}

.article-next-posts-section .article-thumb:hover .hover-color {
    background: rgba(0, 145, 28, 0.38);
}

.article-next-posts-section .article-thumb:hover .green-multiply {
    background: rgba(0, 145, 28, 0.28);
}

.article-next-posts-section .article-content {
    padding: 22px 0 0;
}

.article-next-posts-section .article-content time {
    display: block;
    color: #101A28;
    font: 400 12px / 1.2 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

.article-next-posts-section .article-content h3 {
    margin: 0;
    font: 400 30px / 1.18 "pp_moriregular", sans-serif;
    color: #101A28;
    letter-spacing: -0.035em;
}

.article-next-posts-section .article-content h3 a {
    color: inherit;
    text-decoration: none;
}

.article-next-posts-section .article-content h3 a:hover {
    color: #101A28;
    text-decoration: none;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    .article-hero-content {
        padding: 85px 78px;
    }

    .article-hero-content h1 {
        font-size: 54px;
    }

    .article-next-card-row {
        margin-left: -28px !important;
        margin-right: -28px !important;
    }

    .article-next-card-col {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}

@media (max-width: 1199.98px) {
    .article-hero-section {
        padding: 38px 0 42px;
    }

    .article-hero-feature,
    .article-hero-content {
        min-height: 540px;
    }

    .article-hero-content {
        padding: 68px 52px;
    }

    .article-hero-content h1 {
        font-size: 44px;
    }

    .article-body-section {
        padding: 75px 0 55px;
    }

    .article-content-inner {
        font-size: 18px;
        line-height: 1.55;
    }

    .article-content-inner h2 {
        font-size: 34px;
    }

    .article-content-inner h3 {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .article-hero-section {
        padding: 35px 0 38px;
    }

    .article-hero-feature,
    .article-hero-content {
        min-height: 500px;
    }

    .article-hero-content {
        padding: 54px 42px;
    }

    .article-hero-content h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .article-category-pill {
        padding: 12px 17px;
        font-size: 13px;
    }

    .article-pull-quote {
        padding: 28px 20px;
    }

    .article-pull-quote blockquote {
        font-size: 30px;
    }

    .article-next-posts-section .article-content h3 {
        font-size: 27px;
    }
}

@media (max-width: 767.98px) {
    .article-hero-section {
        padding: 28px 0 34px;
    }

    .article-hero-section .container-fluid,
    .article-body-section .container-fluid,
    .article-next-posts-section .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .article-hero-section [class*="col-"],
    .article-body-section [class*="col-"],
    .article-next-posts-section [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .article-hero-feature,
    .article-hero-content {
        min-height: 440px;
    }

    .article-hero-feature {
        border-radius: 22px;
    }

    .article-hero-content {
        padding: 34px 26px;
    }

    .article-category-list {
        gap: 9px;
        margin-bottom: 22px;
    }

    .article-category-pill {
        padding: 11px 15px;
        font-size: 12px;
    }

    .article-hero-content time {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .article-hero-content h1 {
        font-size: 32px;
        line-height: 1.08;
    }

    .article-body-section {
        padding: 58px 0 42px;
    }

    .article-content-inner {
        font-size: 17px;
        line-height: 1.55;
    }

    .article-content-inner h2 {
        font-size: 30px;
        line-height: 1.16;
        margin: 36px 0 18px;
    }

    .article-content-inner h3 {
        font-size: 24px;
        margin: 30px 0 12px;
    }

    .article-pull-quote {
        padding: 24px 0;
        margin: 34px 0;
    }

    .article-pull-quote blockquote {
        font-size: 28px;
    }

    .article-next-posts-section {
        padding: 58px 0 85px;
    }

    .article-next-card-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .article-next-card-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 54px;
    }

    .article-next-posts-section .article-image-link,
    .article-next-posts-section .thumb-photo {
        border-radius: 17px;
    }

    .article-next-posts-section .thumb-photo {
        min-height: 0;
        aspect-ratio: 1.72 / 1;
    }

    .article-next-posts-section .article-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .article-hero-content h1 {
        font-size: 29px;
    }

    .article-next-posts-section .article-content h3 {
        font-size: 26px;
    }
}



/***********************************************/
/***********************************************/
/* APPLICATIONS TEMPLATE */
/***********************************************/
/***********************************************/

.applications-main {
    background: #264759;
}

.applications-section {
    background: #264759;
    padding: 40px 0 110px;
}

.applications-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.applications-section-wrap {
    background: #ffffff;
    border-radius: 52px 52px 0 0;
    overflow: hidden;
    border: 1px solid rgba(16, 26, 40, 0.12);
    padding-top: 0px;
}

.applications-section-title {
    padding: 58px 30px 64px;
}

.applications-section-title h1,
.applications-section-title h2,
.applications-section-title h3,
.applications-section-title p {
    margin: 0;
    color: #101A28;
}

.applications-section-title h1,
.applications-section-title h2 {
    font: 400 68px / 1.05 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
}

.applications-grid {
    border-top: 1px solid rgba(16, 26, 40, 0.14);
}

.applications-card-col {
    padding: 75px 6%;
    border-bottom: 1px solid rgba(16, 26, 40, 0.14);
}

.applications-card-col:nth-child(odd) {
    border-right: 1px solid rgba(16, 26, 40, 0.14);
}

.applications-card {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    border: 1.5px solid #101A28;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
}

.applications-card-top {
    width: 100%;
    height: 26px;
    border-bottom: 1.5px solid #101A28;
}

.applications-card-inner {
    padding: 39px 44px 42px;
}

.applications-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.applications-card-title-area {
    flex: 1 1 auto;
    min-width: 0;
}

.applications-card-title-area h2 {
    margin: 0 0 24px;
    color: #101A28;
    font: 400 30px / 1.05 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
}

.applications-card-logo-wrap {
    flex: 0 0 auto;
    max-width: 190px;
    display: flex;
    justify-content: flex-end;
}

.applications-card-logo {
    display: block;
    max-width: 190px;
    max-height: 78px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.applications-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    background: #0076a8;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 0 21px;
    font: 400 13px / 1 "pp_morisemibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    box-shadow: 0 16px 32px rgba(0, 118, 168, 0.24);
    transition: all 0.2s ease;
    margin-top: 2em;
}

.applications-card-cta:hover {
    background: #005F87;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.applications-card-divider {
    width: 100%;
    height: 1px;
    background: rgba(16, 26, 40, 0.14);
    margin: 31px 0 37px;
}

.applications-card-content {
    color: #101A28;
    font: 400 25px / 1.48 "pp_morisemibold", sans-serif;
    letter-spacing: -0.045em;
}

.applications-card-content > *:first-child {
    margin-top: 0;
}

.applications-card-content > *:last-child {
    margin-bottom: 0;
}

.applications-card-content p {
    margin: 0 0 28px;
}

.applications-card-footer {
    margin-top: 34px;
}

.applications-card-cta-secondary {
    min-height: 56px;
}
.applications-card-col {
    display: flex;
}

.applications-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.applications-card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.applications-card-footer {
    margin-top: auto;
}
/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    .applications-section-title h1,
    .applications-section-title h2 {
        font-size: 58px;
    }

    .applications-card-col {
        padding-left: 4%;
        padding-right: 4%;
    }

    .applications-card-inner {
        padding: 34px 34px 38px;
    }

    .applications-card-title-area h2 {
        font-size: 30px;
    }

    .applications-card-content {
        font-size: 23px;
    }

    .applications-card-logo-wrap,
    .applications-card-logo {
        max-width: 160px;
    }
}

@media (max-width: 1199.98px) {
    .applications-section {
        padding-top: 34px;
    }

    .applications-section-wrap {
        border-radius: 42px 42px 0 0;
    }

    .applications-section-title {
        padding: 48px 26px 52px;
    }

    .applications-section-title h1,
    .applications-section-title h2 {
        font-size: 48px;
    }

    .applications-card-col {
        padding: 58px 28px;
    }

    .applications-card-content {
        font-size: 21px;
    }
}

@media (max-width: 991.98px) {
    .applications-card-col:nth-child(odd) {
        border-right: 0;
    }

    .applications-card {
        max-width: 640px;
    }

    .applications-card-head {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .applications-section {
        padding: 28px 0 80px;
    }

    .applications-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .applications-section-wrap {
        border-radius: 30px 30px 0 0;
    }

    .applications-section-title {
        padding: 38px 20px 42px;
    }

    .applications-section-title h1,
    .applications-section-title h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .applications-card-col {
        padding: 42px 18px;
    }

    .applications-card {
        border-radius: 20px;
    }

    .applications-card-top {
        height: 22px;
    }

    .applications-card-inner {
        padding: 28px 24px 31px;
    }

    .applications-card-head {
        display: block;
    }

    .applications-card-logo-wrap {
        justify-content: flex-start;
        margin-top: 18px;
        max-width: 180px;
    }

    .applications-card-logo {
        max-width: 180px;
    }

    .applications-card-title-area h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .applications-card-divider {
        margin: 28px 0 30px;
    }

    .applications-card-content {
        font-size: 19px;
        line-height: 1.45;
    }

    .applications-card-cta {
        min-height: 50px;
        padding: 0 18px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .applications-section-title h1,
    .applications-section-title h2 {
        font-size: 34px;
    }

    .applications-card-title-area h2 {
        font-size: 22px;
    }

    .applications-card-content {
        font-size: 18px;
    }
}

/***********************************************/
/***********************************************/
/* DYNAMIC NO NAV HEADER */
/***********************************************/
/***********************************************/

.no-nav-template-body {
    background: #264759;
}

.no-nav-header {
    display: none;
}

/***********************************************/
/***********************************************/
/* SHARED DYNAMIC TEMPLATE BASE */
/***********************************************/
/***********************************************/

.dynamic-template-main,
.dynamic-no-nav-main {
    background: #ffffff;
}

body.dynamic-template-body,
body.no-nav-template-body {
    background: #264759;
}

/***********************************************/
/* DYNAMIC TEMPLATE WITH NAV - HEADER SAFETY */
/***********************************************/

body.dynamic-template-body #globalSticky:not(.is-visible):not(.is-hidden) {
    background: transparent;
}

body.dynamic-template-body #globalSticky:not(.is-visible):not(.is-hidden) a.nav-link {
    color: #ffffff !important;
}

body.dynamic-template-body #globalSticky:not(.is-visible):not(.is-hidden) .cta-btn {
    color: #fff !important;
}

body.dynamic-template-body #globalSticky.is-visible a.nav-link {
    color: #101A28 !important;
}

/***********************************************/
/***********************************************/
/* DYNAMIC TEMPLATE WITH NAV */
/***********************************************/
/***********************************************/

.dynamic-template-hero {
    background: #264759;
    padding: 130px 0 95px;
}

.dynamic-template-hero .container-fluid {
    max-width: 100%;
}

.dynamic-template-hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8%;
}

.dynamic-template-hero-media {
    width: 45%;
    max-width: 838px;
    display: flex;
    justify-content: flex-start;
}

.dynamic-template-hero-copy {
    width: 43%;
    max-width: 622px;
    display: flex;
    justify-content: flex-end;
}

.dynamic-template-hero-bg {
    width: 100%;
    max-width: 620px;
    height: 480px;
    border-radius: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dynamic-template-hero-content {
    width: 100%;
    color: #ffffff;
}

.dynamic-template-hero-content h1 {

    margin: 0;
    color: #fff;
    opacity: 1;
    font-size: 5em;
    font: 400 75px / 1.18 "pp_moriregular", sans-serif;
    text-transform: none;
}

.dynamic-template-hero-subtitle {
    color: #ffffff;
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    letter-spacing: -0.04em;
}

.dynamic-template-hero-subtitle.hero-text {
    padding-top: 65px;
    margin-top: 30px;
    border-top: 1px solid rgba(254, 252, 252, 0.1);
}

.dynamic-template-hero-subtitle p {
    color: #ffffff;
    margin: 0;
}

/***********************************************/
/* DYNAMIC TEMPLATE INTRO */
/***********************************************/

.dynamic-template-intro {
    background: #ffffff;
    padding: 95px 0 55px;
}

.dynamic-template-intro-title {
    margin-bottom: 36px;
}

.dynamic-template-intro-title h2 {
    color: #101A28;
    font: 400 72px / 1.12 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0;
}

.dynamic-template-intro-content {
    color: #101A28;
    font: 400 23px / 1.48 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
}

.dynamic-template-intro-content p {
    margin: 0 0 31px;
}

.dynamic-template-intro-content strong,
.dynamic-template-intro-content b {
    font-family: "pp_morisemibold", sans-serif;
    font-weight: 400;
}

.dynamic-template-intro-cta {
    margin-top: 42px;
}

.dynamic-template-big-cta {
    font-size: 2em !important;
}

/***********************************************/
/* DYNAMIC TEMPLATE ZIGZAG GRID */
/***********************************************/

.dynamic-template-grid {
    background: #ffffff;
    padding: 45px 0 110px;
}

.dynamic-template-grid-card {
    background: #264759;
    border-radius: 18px;
    padding: 48px;
    margin-bottom: 36px;
    color: #ffffff;
}

.dynamic-template-grid-card:last-child {
    margin-bottom: 0;
}

.dynamic-template-grid-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dynamic-template-grid-image-bg {
    width: 380px;
    height: 380px;
    max-width: 100%;
    border-radius: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dynamic-template-grid-content {
    text-align: center;
    color: #ffffff;
    padding: 0 42px;
}

.dynamic-template-grid-content h3 {
    color: #ffffff;
    font: 400 36px / 1.16 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
    margin: 0 0 22px;
}

.dynamic-template-grid-text {
    color: #ffffff;
    font: 400 18px / 1.61 "pp_moriregular", sans-serif;
    letter-spacing: -0.025em;
}

.dynamic-template-grid-text p {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.61;
}

.dynamic-template-grid-text p:last-child {
    margin-bottom: 0;
}

/***********************************************/
/***********************************************/
/* DYNAMIC NO NAV TEMPLATE */
/***********************************************/
/***********************************************/

.dynamic-no-nav-hero {
    background: #264759;
    padding: 3rem 0 7rem;
}

.dynamic-no-nav-hero .container-fluid {
    max-width: 100%;
}

.dynamic-no-nav-hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8%;
}

.dynamic-no-nav-hero-copy {
    width: 43%;
    max-width: 622px;
    display: flex;
    justify-content: flex-start;
}

.dynamic-no-nav-hero-form {
    width: 43%;
    max-width: 622px;
    display: flex;
    justify-content: flex-end;
}

.dynamic-no-nav-hero-content {
    width: 100%;
    color: #ffffff;
}

.dynamic-no-nav-hero-logo-wrap {
    margin-bottom: 52px;
}

.dynamic-no-nav-hero-logo {
    display: block;
    max-width: 410px;
    width: auto;
    height: auto;
}

.dynamic-no-nav-hero-content h1 {
    color: #ffffff;
    font: 400 76px / 1.22 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0;
}

.dynamic-no-nav-hero-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    margin: 44px 0 46px;
}

.dynamic-no-nav-hero-subtitle {
    color: #ffffff;
    font: 400 36px / 1.3 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
}

.dynamic-no-nav-hero-subtitle p {
    margin: 0;
    color: #ffffff;
}

.dynamic-no-nav-form-card {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    background: #ffffff;
    border-radius: 24px;
    padding: 48px;
    color: #101A28;
}

/***********************************************/
/* DYNAMIC NO NAV FORM NORMALIZATION */
/***********************************************/

.dynamic-no-nav-form-card form {
    margin: 0;
}

.dynamic-no-nav-form-card p {
    margin-top: 0;
}

.dynamic-no-nav-form-card input,
.dynamic-no-nav-form-card textarea,
.dynamic-no-nav-form-card select {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(16, 26, 40, 0.7);
    border-radius: 0;
    color: #101A28;
    font: 400 14px / 1.2 "pp_moriregular", sans-serif;
}

.dynamic-no-nav-form-card input[type="submit"],
.dynamic-no-nav-form-card button[type="submit"] {
    width: auto;
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    background: #0076a8;
    color: #ffffff;
    padding: 0 24px;
    font: 400 15px / 1 "pp_morisemibold", sans-serif;
    cursor: pointer;
}

.dynamic-no-nav-form-card img.gf-partner-logo-img {
    max-width: 50px !important;
}

.dynamic-no-nav-form-card span.gf-partner-logo-text {
    font-size: 12px !important;
    margin-top: 4px;
}

.dynamic-no-nav-form-card .gf-after-submit p {
    font-size: 12px !important;
    color: #403C38 !important;
    line-height: 1.4 !important;
    margin-top: 1em !important;
}

.dynamic-no-nav-form-card .gform-footer.gform_footer.top_label {
    margin-top: 0.5em;
}

.dynamic-no-nav-form-card p.light-title {
    font-size: 18px !important;
    color: #403C38 !important;
    line-height: 1.4 !important;
    margin-top: 1em !important;
}

/***********************************************/
/* DYNAMIC NO NAV INTRO */
/***********************************************/

.dynamic-no-nav-intro {
    background: #ffffff;
    padding: 95px 0 55px;
}

.dynamic-no-nav-intro-title {
    margin-bottom: 36px;
}

.dynamic-no-nav-intro-title h2 {
    color: #101A28;
    font: 400 72px / 1.12 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0;
}

.dynamic-no-nav-intro-content {
    color: #101A28;
    font: 400 23px / 1.48 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
}

.dynamic-no-nav-intro-content p {
    margin: 0 0 31px;
    line-height: 1.48;
    font-family: "pp_moriregular", sans-serif;
    font-size: 23px;
    color: #101A28;
}

.dynamic-no-nav-intro-content strong,
.dynamic-no-nav-intro-content b {
    font-family: "pp_morisemibold", sans-serif;
    font-weight: 400;
}

.dynamic-no-nav-intro-cta {
    margin-top: 42px;
}

.dynamic-no-nav-big-cta {
    font-size: 2em !important;
}

/***********************************************/
/* DYNAMIC NO NAV ZIGZAG GRID */
/***********************************************/

.dynamic-no-nav-grid {
    background: #ffffff;
    padding: 45px 0 110px;
}

.dynamic-no-nav-grid-card {
    background: #264759;
    border-radius: 18px;
    padding: 48px;
    margin-bottom: 36px;
    color: #ffffff;
}

.dynamic-no-nav-grid-card:last-child {
    margin-bottom: 0;
}

.dynamic-no-nav-grid-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dynamic-no-nav-grid-image-bg {
    width: 380px;
    height: 380px;
    max-width: 100%;
    border-radius: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dynamic-no-nav-grid-content {
    text-align: center;
    color: #ffffff;
    padding: 0 42px;
}

.dynamic-no-nav-grid-content h3 {
    color: #ffffff;
    font: 400 36px / 1.16 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
    margin: 0 0 22px;
}

.dynamic-no-nav-grid-text {
    color: #ffffff;
    font: 400 18px / 1.61 "pp_moriregular", sans-serif;
    letter-spacing: -0.025em;
}

.dynamic-no-nav-grid-text p {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.61;
}

.dynamic-no-nav-grid-text p:last-child {
    margin-bottom: 0;
}

/***********************************************/
/***********************************************/
/* RESPONSIVE - BOTH DYNAMIC TEMPLATES */
/***********************************************/
/***********************************************/

@media (max-width: 1399.98px) {
    .dynamic-template-hero-content h1,
    .dynamic-no-nav-hero-content h1 {
        font-size: 66px;
    }

    .dynamic-template-hero-subtitle,
    .dynamic-no-nav-hero-subtitle {
        font-size: 31px;
    }

    .dynamic-template-intro-title h2,
    .dynamic-no-nav-intro-title h2 {
        font-size: 62px;
    }

    .dynamic-template-grid-image-bg,
    .dynamic-no-nav-grid-image-bg {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 1199.98px) {
    .dynamic-template-hero {
        padding: 125px 0 75px;
    }

    .dynamic-no-nav-hero {
        padding: 3rem 0 5rem;
    }

    .dynamic-template-hero-flex,
    .dynamic-no-nav-hero-flex {
        gap: 5%;
    }

    .dynamic-template-hero-content h1,
    .dynamic-no-nav-hero-content h1 {
        font-size: 56px;
    }

    .dynamic-template-hero-subtitle,
    .dynamic-no-nav-hero-subtitle {
        font-size: 27px;
    }

    .dynamic-no-nav-form-card {
        padding: 38px;
    }

    .dynamic-template-intro-title h2,
    .dynamic-no-nav-intro-title h2 {
        font-size: 52px;
    }

    .dynamic-template-intro-content,
    .dynamic-no-nav-intro-content,
    .dynamic-no-nav-intro-content p {
        font-size: 21px;
    }

    .dynamic-template-grid-image-bg,
    .dynamic-no-nav-grid-image-bg {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 991.98px) {
    .dynamic-template-hero {
        padding: 115px 0 4rem;
    }

    .dynamic-no-nav-hero {
        padding: 2rem 0 4rem;
    }

    .dynamic-template-hero-flex,
    .dynamic-no-nav-hero-flex {
        display: block;
    }

    .dynamic-template-hero-media,
    .dynamic-template-hero-copy,
    .dynamic-no-nav-hero-copy,
    .dynamic-no-nav-hero-form {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .dynamic-template-hero-media {
        margin-bottom: 44px;
    }

    .dynamic-template-hero-bg {
        width: 100%;
        max-width: 520px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .dynamic-template-hero-content,
    .dynamic-no-nav-hero-content {
        text-align: center;
    }

    .dynamic-template-hero-content h1,
    .dynamic-no-nav-hero-content h1 {
        font-size: 48px;
    }

    .dynamic-template-hero-subtitle {
        padding-top: 34px !important;
        margin-top: 28px !important;
    }

    .dynamic-template-hero-subtitle,
    .dynamic-no-nav-hero-subtitle {
        font-size: 24px;
    }

    .dynamic-no-nav-hero-content {
        margin-bottom: 54px;
    }

    .dynamic-no-nav-hero-logo-wrap {
        margin-bottom: 38px;
    }

    .dynamic-no-nav-hero-logo {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .dynamic-no-nav-form-card {
        max-width: 100%;
        margin-left: 0;
    }

    .dynamic-template-intro,
    .dynamic-no-nav-intro {
        padding: 75px 0 40px;
    }

    .dynamic-template-intro-title h2,
    .dynamic-no-nav-intro-title h2 {
        font-size: 44px;
    }

    .dynamic-template-grid-card,
    .dynamic-no-nav-grid-card {
        padding: 32px;
    }

    .dynamic-template-grid-image-wrap,
    .dynamic-no-nav-grid-image-wrap {
        margin-bottom: 32px;
    }

    .dynamic-template-grid-image-bg,
    .dynamic-no-nav-grid-image-bg {
        width: 100%;
        height: 260px;
    }

    .dynamic-template-grid-content,
    .dynamic-no-nav-grid-content {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .dynamic-template-hero .container-fluid,
    .dynamic-template-intro .container-fluid,
    .dynamic-template-grid .container-fluid,
    .dynamic-no-nav-hero .container-fluid,
    .dynamic-no-nav-intro .container-fluid,
    .dynamic-no-nav-grid .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .dynamic-template-hero {
        padding: 105px 0 3.5rem;
    }

    .dynamic-no-nav-hero {
        padding: 2rem 0 3.5rem;
    }

    .dynamic-template-hero-bg {
        height: 290px;
    }

    .dynamic-template-hero-content h1,
    .dynamic-no-nav-hero-content h1 {
        font-size: 42px;
        line-height: 1.16;
    }

    .dynamic-template-hero-subtitle,
    .dynamic-no-nav-hero-subtitle {
        font-size: 22px;
    }

    .dynamic-no-nav-form-card {
        border-radius: 20px;
        padding: 28px;
    }

    .dynamic-template-intro-title h2,
    .dynamic-no-nav-intro-title h2 {
        font-size: 38px;
    }

    .dynamic-template-intro-content,
    .dynamic-no-nav-intro-content,
    .dynamic-no-nav-intro-content p {
        font-size: 20px;
    }

    .dynamic-template-big-cta,
    .dynamic-no-nav-big-cta {
        font-size: 1.35em !important;
    }

    .dynamic-template-grid,
    .dynamic-no-nav-grid {
        padding-bottom: 80px;
    }

    .dynamic-template-grid-card,
    .dynamic-no-nav-grid-card {
        padding: 24px;
        border-radius: 16px;
    }

    .dynamic-template-grid-image-bg,
    .dynamic-no-nav-grid-image-bg {
        height: 220px;
    }

    .dynamic-template-grid-content h3,
    .dynamic-no-nav-grid-content h3 {
        font-size: 31px;
    }

    .dynamic-template-grid-text,
    .dynamic-no-nav-grid-text {
        font-size: 18px;
    }

    .dynamic-template-grid-text p,
    .dynamic-no-nav-grid-text p {
        font-size: 18px;
        line-height: 1.61;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .dynamic-template-hero-content h1,
    .dynamic-no-nav-hero-content h1 {
        font-size: 36px;
    }

    .dynamic-template-hero-subtitle,
    .dynamic-no-nav-hero-subtitle {
        font-size: 20px;
    }

    .dynamic-template-intro-title h2,
    .dynamic-no-nav-intro-title h2 {
        font-size: 34px;
    }
}


p.gform_required_legend {
    display: none;
}
.gf-submit-row {
    display: flex !important;
    color: #000 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1em !important;
}
div#gform_fields_1 {
    row-gap: 1em !important;
}


/***********************************************/
/***********************************************/
/* DEMO NEW / CONTACT PAGE */
/***********************************************/
/***********************************************/

.demo-new-main {
    background: #264759;
}

.demo-new-section {
    background: #264759;
    padding: 40px 0 110px;
}

.demo-new-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.demo-new-wrap {
    background: #ffffff;
    border-radius: 52px 52px 0 0;
    overflow: hidden;
    border: 1px solid rgba(16, 26, 40, 0.12);
}

/***********************************************/
/* HEADER */
/***********************************************/

.demo-new-header {
    padding: 58px 30px 64px;
}

.demo-new-header h1 {
    margin: 0;
    color: #101A28;
    font: 400 68px / 1.05 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
}

/***********************************************/
/* CONTENT + FORM */
/***********************************************/

.demo-new-content-area {
    border-top: 1px solid rgba(16, 26, 40, 0.14);
    padding: 58px 0 72px;
}

.demo-new-content-area > .row {
    margin-left: 0;
    margin-right: 0;
}

.demo-new-content-area .col-lg-6:first-child {
    border-right: 1px solid rgba(16, 26, 40, 0.14);
}

.demo-new-left-content {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: 12%;
    color: #101A28;
}

.demo-new-left-content h2 {
    color: #101A28;
    font: 400 34px / 1.18 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
    margin: 0 0 22px;
}

.demo-new-body {
    color: #101A28;
    font: 400 23px / 1.48 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
}

.demo-new-body p {
    margin: 0 0 28px;
}

.demo-new-body p:last-child {
    margin-bottom: 0;
}

.demo-new-body strong,
.demo-new-body b {
    font-family: "pp_morisemibold", sans-serif;
    font-weight: 400;
}

.demo-new-form-side {
    width: 100%;
    max-width: 560px;
    margin-left: 12%;
    margin-right: auto;
}

#schedule-demo .form-wrap {
    width: 100%;
    background-color: #eff1e9;
    border-radius: 25px;
    border: 1px solid #101A28;
    padding: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
}

body#page-demo-new .download-form,
.demo-new-section .download-form {
    padding-top: 2em;
    padding-bottom: 2em;
}
.demo-new-logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.demo-new-logo-slide {
    width: auto !important;
}
/***********************************************/
/* GRAVITY FORM CLEANUP */
/***********************************************/

.demo-new-section .gform_wrapper,
.demo-new-section .gform_wrapper form {
    margin: 0;
}

.demo-new-section .gform_wrapper input,
.demo-new-section .gform_wrapper textarea,
.demo-new-section .gform_wrapper select {
    border: 1px solid rgba(16, 26, 40, 0.7) !important;
    border-radius: 0 !important;
    color: #101A28 !important;
    font: 400 14px / 1.2 "pp_moriregular", sans-serif !important;
}

.demo-new-section .gform_wrapper input[type="submit"],
.demo-new-section .gform_wrapper button[type="submit"] {
    width: auto !important;
    min-height: 42px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #0076a8 !important;
    color: #ffffff !important;
    padding: 0 24px !important;
    font: 400 15px / 1 "pp_morisemibold", sans-serif !important;
    cursor: pointer;
}

.demo-new-section img.gf-partner-logo-img {
    max-width: 50px !important;
}

.demo-new-section span.gf-partner-logo-text {
    font-size: 12px !important;
    margin-top: 4px;
}

.demo-new-section .gf-after-submit p {
    font-size: 12px !important;
    color: #403C38 !important;
    line-height: 1.4 !important;
    margin-top: 1em !important;
}

.demo-new-section .gform-footer.gform_footer.top_label {
    margin-top: 0.5em;
}

.demo-new-section p.light-title {
    font-size: 18px !important;
    color: #403C38 !important;
    line-height: 1.4 !important;
    margin-top: 1em !important;
}

/***********************************************/
/* TRUSTED PARTNERS */
/***********************************************/

.demo-new-partners {
    border-top: 1px solid rgba(16, 26, 40, 0.14);
    padding: 72px 0 78px;
    overflow: hidden;
}

.demo-new-partners-header {
    margin-bottom: 42px;
}

.demo-new-partners-header h2 {
    color: #101A28;
    font: 400 52px / 1.08 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
    margin: 0;
}

.demo-new-partners-subtitle {
    color: #101A28;
    font: 400 20px / 1.4 "pp_moriregular", sans-serif;
    margin-top: 14px;
}

.demo-new-partners-subtitle p {
    margin: 0;
}

.demo-new-logo-swiper-wrap {
    width: 100%;
    overflow: hidden;
}

.demo-new-logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.demo-new-logo-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-new-logo-box {
    width: 190px;
    height: 90px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-new-logo-box img {
    display: block;
    max-width: 150px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    .demo-new-header h1 {
        font-size: 58px;
    }

    .demo-new-left-content {
        margin-right: 8%;
    }

    .demo-new-form-side {
        margin-left: 8%;
    }

    .demo-new-body {
        font-size: 21px;
    }
}

@media (max-width: 1199.98px) {
    .demo-new-section {
        padding-top: 34px;
    }

    .demo-new-wrap {
        border-radius: 42px 42px 0 0;
    }

    .demo-new-header {
        padding: 48px 26px 52px;
    }

    .demo-new-header h1 {
        font-size: 48px;
    }

    .demo-new-content-area {
        padding: 50px 0 64px;
    }

    .demo-new-left-content {
        margin-right: 5%;
    }

    .demo-new-form-side {
        margin-left: 5%;
    }

    #schedule-demo .form-wrap {
        padding: 38px;
    }
}

@media (max-width: 991.98px) {
    .demo-new-content-area .col-lg-6:first-child {
        border-right: 0;
    }

    .demo-new-left-content,
    .demo-new-form-side {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .demo-new-left-content {
        margin-bottom: 44px;
    }

    .demo-new-header h1 {
        font-size: 44px;
    }

    .demo-new-left-content h2 {
        font-size: 31px;
    }
}

@media (max-width: 767.98px) {
    .demo-new-section {
        padding: 28px 0 80px;
    }

    .demo-new-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .demo-new-wrap {
        border-radius: 30px 30px 0 0;
    }

    .demo-new-header {
        padding: 38px 20px 42px;
    }

    .demo-new-header h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .demo-new-content-area {
        padding: 42px 0 54px;
    }

    .demo-new-left-content h2 {
        font-size: 28px;
    }

    .demo-new-body {
        font-size: 19px;
        line-height: 1.45;
    }

    #schedule-demo .form-wrap {
        padding: 28px;
        border-radius: 20px;
    }

    .demo-new-partners {
        padding: 54px 0 60px;
    }

    .demo-new-partners-header h2 {
        font-size: 36px;
    }

    .demo-new-logo-box {
        width: 160px;
        height: 80px;
        padding: 0 20px;
    }

    .demo-new-logo-box img {
        max-width: 130px;
    }
}

@media (max-width: 420px) {
    .demo-new-header h1 {
        font-size: 34px;
    }

    .demo-new-left-content h2 {
        font-size: 26px;
    }

    .demo-new-body {
        font-size: 18px;
    }
}




/* ALL MOBILE DEVICES */

@media (max-width: 575px) {
    .footer-socials.d-flex.justify-content-start.justify-content-lg-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    align-items: center;
}
.services-hero {
    padding: 100px 0;
}
.services-hero h1 {
    font: 400 45px / 1.18 "pp_moribold", sans-serif;
}
.services-hero-text h2 {
    font: 400 28px / 1.24 "pp_moriregular", sans-serif;
}
.services-hero-text p{
    font-size: 18px;
}
.services-split-content {
    padding: 4vh;
}
.services-details-intro h2 {
    font: 400 40px / 1.18 "pp_moriregular", sans-serif;
}
.services-card-content h3 {
    font: 400 25px / 1.24 "pp_moriregular", sans-serif;
}
.services-card {
    padding: 45px 35px 45px 45px;
}
.services-hero-text {
    padding-top: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.services-details-intro p {
    font-size: 20px;
}
h2 {
    font: 400 45px / 1.18 "pp_moriregular", sans-serif;
}
.footer-socials.d-flex.justify-content-start.justify-content-lg-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    align-items: center;
}
.services-hero-image {
    margin-bottom: 2em;
}
.content-div {
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
}


/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {
    .footer-socials.d-flex.justify-content-start.justify-content-lg-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    align-items: center;
}
.services-hero {
    padding: 100px 0;
}
.services-hero h1 {
    font: 400 45px / 1.18 "pp_moribold", sans-serif;
}
.services-hero-text h2 {
    font: 400 28px / 1.24 "pp_moriregular", sans-serif;
}
.services-hero-text p{
    font-size: 18px;
}
.services-split-content {
    padding: 4vh;
}
.services-details-intro h2 {
    font: 400 40px / 1.18 "pp_moriregular", sans-serif;
}
.services-card-content h3 {
    font: 400 25px / 1.24 "pp_moriregular", sans-serif;
}
.services-card {
    padding: 45px 35px 45px 45px;
}
.services-hero-text {
    padding-top: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.services-details-intro p {
    font-size: 20px;
}
h2 {
    font: 400 25px / 1.18 "pp_moriregular", sans-serif;
}
.footer-socials.d-flex.justify-content-start.justify-content-lg-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    align-items: center;
}
.services-hero-image {
    margin-bottom: 2em;
}
}


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

.services-hero {
    padding: 100px 0;
}
.services-hero h1 {
    font: 400 45px / 1.18 "pp_moribold", sans-serif;
}
.services-hero-text h2 {
    font: 400 28px / 1.24 "pp_moriregular", sans-serif;
}
.services-hero-text p{
    font-size: 18px;
}
.services-split-content {
    padding: 7vh;
}
.services-details-intro h2 {
    font: 400 40px / 1.18 "pp_moriregular", sans-serif;
}
.services-card-content h3 {
    font: 400 25px / 1.24 "pp_moriregular", sans-serif;
}
.services-card {
    padding: 45px 35px 45px 45px;
}
.services-hero-text {
    padding-top: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.services-details-intro p {
    font-size: 20px;
}
h2 {
    font: 400 45px / 1.18 "pp_moriregular", sans-serif;
}
.footer-socials.d-flex.justify-content-start.justify-content-lg-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    align-items: center;
}
}



@media (min-width: 769px) and (max-width: 991px) {
    .footer-socials.d-flex.justify-content-start.justify-content-lg-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    align-items: center;
}
.services-hero-content {
    padding-left: 20px;
}
}



/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    ul#menu-main-navigation {
    gap: 0.2em;
}
.services-hero h1 {
    font: 400 45px / 1.18 "pp_moribold", sans-serif;
}
.services-hero-text h2 {
    font: 400 28px / 1.24 "pp_moriregular", sans-serif;
}
.services-hero-text p{
    font-size: 18px;
}
.services-split-content {
    padding: 7vh;
}
.services-details-intro h2 {
    font: 400 55px / 1.18 "pp_moriregular", sans-serif;
}
.services-card-content h3 {
    font: 400 30px / 1.24 "pp_moriregular", sans-serif;
}
.services-card {
    padding: 45px 35px 45px 45px;
}
h2 {
    font: 400 50px / 1.18 "pp_moriregular", sans-serif;
}
}



/***********************************************/
/***********************************************/
/* OVERVIEW TEMPLATE - SECTION 2 CARD OVERVIEW */
/***********************************************/
/***********************************************/

.overview-section-2 {
    background-color: #ffffff;
    padding: 0px 0 80px;
    color: #101A28;
}

.overview-section-2-intro {
    text-align: center;
    margin-bottom: 85px;
}

.overview-section-2-intro h2 {
    font: 400 70px / 1.18 "pp_moriregular", sans-serif;
    color: #101A28;
    margin-bottom: 20px;
}

.overview-section-2-intro p {
    font-size: 18px;
    line-height: 1.48;
    color: #101A28;
    margin-bottom: 0;
}

.overview-section-2-card-row {
    justify-content: center;
}

.overview-section-2-card-col {
    margin-bottom: 30px;
    display: flex;
}

.overview-section-2-card {
    width: 100%;
    background-color: #fff;
    color: #101A28;
    border-radius: 20px;
    padding: 80px 32px 45px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 510px;
}

/***********************************************/
/***********************************************/
/* OVERVIEW CARD NOTCH FIX */
/***********************************************/
/***********************************************/

.overview-section-2-card-number {
    background: #264759 url('/wp-content/themes/jsboss/images/bucket-curve-1.svg') left top no-repeat !important;
    background-size: 86px 86px !important;
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 86px;
    height: 86px;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    z-index: 2;
}

.overview-section-2-card-number:after {
    display: none;
    content: none;
}

.overview-section-2-card-image-wrap {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.overview-section-2-card-image {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.hp-section-6-card-number span,
.overview-section-2-card-number span {
    display: block;
    position: absolute;
    left: 18px;
    top: 25px;
    width: 28px;
    text-align: center;
    font: 400 13px / 1 "pp_morisemibold", sans-serif;
    color: #ffffff;
}
.overview-section-2-card-content {
    flex: 1;
}

.overview-section-2-card-content h3 {
    font: 400 24px / 1.24 "pp_moribold", sans-serif;
    color: #101A28;
    margin-bottom: 20px;
}

.overview-section-2-card-content p {
    font-size: 16px;
    line-height: 1.35;
    color: #101A28;
    margin-bottom: 0;
}

.overview-section-2-card .cta-btn {
    margin-top: 35px;
}

@media (max-width: 1199.98px) {
    .overview-section-2-intro h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .overview-section-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .overview-section-2-intro h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .overview-section-2-intro h2 {
        font-size: 34px;
    }

    .overview-section-2-card {
        min-height: auto;
    }
}

/***********************************************/
/***********************************************/
/* ABOUT NETSUITE TEMPLATE */
/***********************************************/
/***********************************************/

.about-netsuite-main {
    background: #ffffff;
}

/***********************************************/
/* HERO */
/***********************************************/

.about-netsuite-hero {
    background: #264759;
    padding: 40px 0 95px;
    color: #ffffff;
}

.about-netsuite-hero-row {
    min-height: 540px;
}

.about-netsuite-hero-image-wrap {
    width: 100%;
    overflow: hidden;
}

.about-netsuite-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-netsuite-hero-content {
    color: #ffffff;
    padding-left: 72px;
}

section#about-netsuite-hero h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1.08;
    padding-top: 46px;
    font-family: "pp_moriregular", sans-serif;
    font-weight: 400;
    letter-spacing: -0.055em;
    margin: 0 0 28px;
}

section#about-netsuite-hero h2 {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #ffffff;
    letter-spacing: -0.045em;
    margin: 0 0 28px;
}

section#about-netsuite-hero .about-netsuite-hero-text {
    color: #ffffff;
    font: 400 22px / 1.45 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
    margin: 0 0 30px;
}

section#about-netsuite-hero .about-netsuite-hero-text p {
    color: #ffffff;
    margin: 0 0 24px;
}

section#about-netsuite-hero .about-netsuite-hero-text p:last-child {
    margin-bottom: 0;
}

/***********************************************/
/* VIDEO CONTENT */
/***********************************************/

.about-netsuite-video-content {
    background: #ffffff;
    padding: 105px 0;
}

.about-netsuite-video-content-row {
    row-gap: 42px;
}

.about-netsuite-video-wrap {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    background: #264759;
}

.about-netsuite-video {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.about-netsuite-video-copy {
    padding-left: 72px;
    color: #101A28;
}

.about-netsuite-video-copy h2,
.about-netsuite-video-copy h3 {
    color: #101A28;
    font: 400 58px / 1.08 "pp_moriregular", sans-serif;
    letter-spacing: -0.05em;
    margin: 0 0 26px;
}

.about-netsuite-video-copy p {
    color: #101A28;
    font: 400 23px / 1.48 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
    margin: 0 0 28px;
}

.about-netsuite-video-copy .cta-btn {
    margin-top: 10px;
}

/***********************************************/
/* DETAILS REUSE */
/***********************************************/

.about-netsuite-details {
    background: #264759;
    padding: 40px 0 110px;
}

.about-netsuite-details-wrap {
    background: #ffffff;
    border-radius: 52px;
    overflow: hidden;
    border: 1px solid rgba(16, 26, 40, 0.12);
}

.about-netsuite-details-intro {
    padding-top: 58px;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    section#about-netsuite-hero h1 {
        font-size: 56px;
    }

    section#about-netsuite-hero h2 {
        font-size: 34px;
    }

    .about-netsuite-video-copy h2,
    .about-netsuite-video-copy h3 {
        font-size: 50px;
    }

    .about-netsuite-video {
        height: 460px;
    }
}

@media (max-width: 1199.98px) {
    .about-netsuite-hero {
        padding: 40px 0 80px;
    }

    .about-netsuite-hero-content {
        padding-left: 44px;
    }

    section#about-netsuite-hero h1 {
        font-size: 50px;
    }

    section#about-netsuite-hero h2 {
        font-size: 30px;
    }

    .about-netsuite-video-copy {
        padding-left: 44px;
    }

    .about-netsuite-video-copy h2,
    .about-netsuite-video-copy h3 {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    .about-netsuite-hero {
        padding: 40px 0 70px;
    }

    .about-netsuite-hero-row {
        min-height: 0;
        row-gap: 42px;
    }

    .about-netsuite-hero-content,
    .about-netsuite-video-copy {
        padding-left: 0;
        text-align: center;
    }

    section#about-netsuite-hero h1 {
        font-size: 46px;
        padding-top: 0;
    }

    section#about-netsuite-hero h2 {
        font-size: 28px;
    }

    .about-netsuite-video-content {
        padding: 80px 0;
    }

    .about-netsuite-video {
        height: 420px;
    }

    .about-netsuite-video-copy h2,
    .about-netsuite-video-copy h3 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .about-netsuite-hero .container-fluid,
    .about-netsuite-video-content .container-fluid,
    .about-netsuite-details .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-netsuite-hero {
        padding: 40px 0 60px;
    }

    section#about-netsuite-hero h1 {
        font-size: 40px;
    }

    section#about-netsuite-hero h2 {
        font-size: 25px;
    }

    section#about-netsuite-hero .about-netsuite-hero-text,
    section#about-netsuite-hero .about-netsuite-hero-text p,
    .about-netsuite-video-copy p {
        font-size: 20px;
    }

    .about-netsuite-video-content {
        padding: 65px 0;
    }

    .about-netsuite-video {
        height: 320px;
    }

    .about-netsuite-video-copy h2,
    .about-netsuite-video-copy h3 {
        font-size: 34px;
    }

    .about-netsuite-details {
        padding: 28px 0 80px;
    }

    .about-netsuite-details-wrap {
        border-radius: 30px 30px 0 0;
    }
}


/***********************************************/
/* ABOUT NETSUITE HERO */
/***********************************************/

.about-netsuite-hero {
    background: #264759;
    padding: 40px 0 95px;
    color: #ffffff;
}

.about-netsuite-hero-row {
    min-height: 540px;
}

.about-netsuite-hero-image-wrap {
    width: 100%;
    overflow: hidden;
}

.about-netsuite-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-netsuite-hero-content {
    color: #ffffff;
    padding-left: 72px;
}

section#about-netsuite-hero .about-netsuite-hero-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1.08;
    padding-top: 46px;
    font-family: "pp_moriregular", sans-serif;
    font-weight: 400;
    letter-spacing: -0.055em;
    margin: 0;
}

section#about-netsuite-hero .about-netsuite-hero-text {
    padding-top: 65px;
    margin-top: 30px;
    border-top: 1px solid rgba(254, 252, 252, 0.1);
    color: #ffffff;
}

section#about-netsuite-hero .about-netsuite-hero-text h2 {
    font: 400 36px / 1.24 "pp_moriregular", sans-serif;
    color: #ffffff;
    letter-spacing: -0.045em;
    margin: 0 0 28px;
}

section#about-netsuite-hero .about-netsuite-hero-text p {
    color: #ffffff;
    font: 400 22px / 1.45 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
    margin: 0 0 24px;
}

section#about-netsuite-hero .about-netsuite-hero-text p:last-child {
    margin-bottom: 0;
}

section#about-netsuite-hero .about-netsuite-hero-content .cta-btn {
    margin-top: 28px;
}

@media (max-width: 1199.98px) {
    .about-netsuite-hero {
        padding: 130px 0 80px;
    }

    .about-netsuite-hero-content {
        padding-left: 44px;
    }

    section#about-netsuite-hero .about-netsuite-hero-content h1 {
        font-size: 50px;
    }

    section#about-netsuite-hero .about-netsuite-hero-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .about-netsuite-hero {
        padding: 120px 0 70px;
    }

    .about-netsuite-hero-row {
        min-height: 0;
        row-gap: 42px;
    }

    .about-netsuite-hero-content {
        padding-left: 0;
        text-align: center;
    }

    section#about-netsuite-hero .about-netsuite-hero-content h1 {
        font-size: 46px;
        padding-top: 0;
    }

    section#about-netsuite-hero .about-netsuite-hero-text {
        padding-top: 34px;
        margin-top: 28px;
    }

    section#about-netsuite-hero .about-netsuite-hero-text h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .about-netsuite-hero .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-netsuite-hero {
        padding: 105px 0 60px;
    }

    section#about-netsuite-hero .about-netsuite-hero-content h1 {
        font-size: 40px;
    }

    section#about-netsuite-hero .about-netsuite-hero-text h2 {
        font-size: 25px;
    }

    section#about-netsuite-hero .about-netsuite-hero-text p {
        font-size: 20px;
    }
}

/***********************************************/
/***********************************************/
/* ABOUT COMPANY TEMPLATE */
/***********************************************/
/***********************************************/

.about-company-template-body {
    background: #264759;
}

.about-company-main {
    background: #ffffff;
}

/***********************************************/
/* HERO */
/***********************************************/

.about-company-hero {
    background: #264759;
    padding: 40px 0 95px;
    color: #ffffff;
}

.about-company-hero .container-fluid {
    max-width: 100%;
}


.about-company-hero-content {
    color: #ffffff;
}

.about-company-hero-content h1,
.about-company-hero-content h2 {
    color: #ffffff;
    font: 400 70px / 1.1 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0 0 30px;
}

.about-company-hero-content p {
    color: #ffffff;
    font: 400 23px / 1.42 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
    margin: 0 0 28px;
}

.about-company-hero-content p:last-child {
    margin-bottom: 0;
}

.about-company-hero-image-wrap {
    width: 100%;
    overflow: hidden;
}

.about-company-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/***********************************************/
/* CONTENT + INFO CARD */
/***********************************************/

.about-company-content-section {
    background: #ffffff;
    padding: 115px 0 90px;
}

.about-company-content-row {
    row-gap: 42px;
}

.about-company-main-content {
    color: #101A28;
    max-width: 890px;
}

.about-company-main-content h1,
.about-company-main-content h2 {
    color: #101A28;
    font: 400 70px / 1.12 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0 0 36px;
}

.about-company-main-content h3 {
    color: #101A28;
    font: 400 42px / 1.16 "pp_moriregular", sans-serif;
    letter-spacing: -0.045em;
    margin: 46px 0 20px;
}

.about-company-main-content p {
    color: #101A28;
    font: 400 24px / 1.48 "pp_moriregular", sans-serif;
    letter-spacing: -0.035em;
    margin: 0 0 31px;
}

.about-company-main-content strong,
.about-company-main-content b {
    font-family: "pp_morisemibold", sans-serif;
    font-weight: 400;
}

.about-company-info-card {
    width: 100%;
    max-width: 360px;
    background: #101A28;
    border: 1.5px solid #13dd7a;
    border-radius: 20px;
    overflow: hidden;
    color: #13dd7a;
}

.about-company-info-card-label {
    padding: 13px 24px;
    border-bottom: 1.5px solid #13dd7a;
    color: #13dd7a;
    font: 400 16px / 1.25 "pp_moriregular", sans-serif;
}

.about-company-info-card-value {
    padding: 24px 24px 34px;
    color: #13dd7a;
    font: 400 72px / 1 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
}

/***********************************************/
/* ZIGZAG REUSE */
/***********************************************/

.about-company-zigzag-section {
    background: #264759;
    padding: 40px 0 110px;
}

.about-company-zigzag-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.about-company-zigzag-wrap {
    background: #ffffff;
    border-radius: 52px 52px 0 0;
    overflow: hidden;
    border: 1px solid rgba(16, 26, 40, 0.12);
}

.about-company-zigzag-intro {
    padding-top: 58px;
}

.about-company-zigzag-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-company-zigzag-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    .about-company-hero-content h1,
    .about-company-hero-content h2,
    .about-company-main-content h1,
    .about-company-main-content h2 {
        font-size: 60px;
    }

    .about-company-main-content p {
        font-size: 22px;
    }

    .about-company-info-card-value {
        font-size: 62px;
    }
}

@media (max-width: 1199.98px) {
    .about-company-hero {
        padding: 130px 0 80px;
    }

    .about-company-hero-row {
        min-height: 470px;
    }

    .about-company-hero-content h1,
    .about-company-hero-content h2,
    .about-company-main-content h1,
    .about-company-main-content h2 {
        font-size: 52px;
    }

    .about-company-content-section {
        padding: 90px 0 75px;
    }
}

@media (max-width: 991.98px) {
    .about-company-hero {
        padding: 120px 0 70px;
    }

    .about-company-hero-row {
        min-height: 0;
        row-gap: 44px;
    }

    .about-company-hero-content,
    .about-company-hero-image-wrap,
    .about-company-main-content,
    .about-company-info-card {
        max-width: 100%;
    }

    .about-company-hero-content {
        text-align: center;
    }

    .about-company-hero-image-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .about-company-info-card {
        margin-left: auto;
        margin-right: auto;
    }

    .about-company-hero-content h1,
    .about-company-hero-content h2,
    .about-company-main-content h1,
    .about-company-main-content h2 {
        font-size: 46px;
    }

    .about-company-main-content {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .about-company-hero .container-fluid,
    .about-company-content-section .container-fluid,
    .about-company-zigzag-section .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-company-hero {
        padding: 105px 0 60px;
    }

    .about-company-hero-content h1,
    .about-company-hero-content h2,
    .about-company-main-content h1,
    .about-company-main-content h2 {
        font-size: 40px;
    }

    .about-company-hero-content p,
    .about-company-main-content p {
        font-size: 20px;
    }

    .about-company-content-section {
        padding: 70px 0 58px;
    }

    .about-company-info-card-value {
        font-size: 54px;
    }

    .about-company-zigzag-section {
        padding: 28px 0 80px;
    }

    .about-company-zigzag-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-company-zigzag-wrap {
        border-radius: 30px 30px 0 0;
    }
}


/***********************************************/
/***********************************************/
/* PRICING CALCULATOR TEMPLATE */
/***********************************************/
/***********************************************/


/***********************************************/
/* HERO */
/***********************************************/

.pricing-calculator-hero {
    background: #264759;
    padding: 100px 0 115px;
    color: #ffffff;
}
.pricing-calculator-plan-content p {
    font-size: 16px;
    font-weight: 400;
}
.pricing-calculator-hero .container-fluid {
    max-width: 100%;
}

.pricing-calculator-hero-row {
    row-gap: 42px;
}

.pricing-calculator-hero-content {
    width: 100%;
    max-width: 720px;
    color: #ffffff;
}

.pricing-calculator-hero-content h1,
.pricing-calculator-hero-content h2 {
    color: #ffffff;
    font: 400 56px / 1.05 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0 0 28px;
}

.pricing-calculator-hero-content p {
    color: #ffffff;
    font: 400 20px / 1.42 "pp_moriregular", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 28px;
}

.pricing-calculator-hero-content p:last-child {
    margin-bottom: 0;
}

.pricing-calculator-hero-image-wrap {
    width: 100%;
    max-width: 470px;
}

.pricing-calculator-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/***********************************************/
/* INFO AREA */
/***********************************************/

.pricing-calculator-info {
    background: #ffffff;
    padding: 95px 0 85px;
}

.pricing-calculator-info-content {
    color: #101A28;
    max-width: 100%;
}

.pricing-calculator-info-content h1,
.pricing-calculator-info-content h2,
.pricing-calculator-info-content h3 {
    color: #403C38;
    font: 400 52px / 1.12 "pp_moriregular", sans-serif;
    letter-spacing: -0.055em;
    margin: 0 0 24px;
}

.pricing-calculator-info-content p {
    color: #101A28;
    font: 400 20px / 1.35 "pp_moriregular", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 22px;
}

.pricing-calculator-info-content p:last-child {
    margin-bottom: 0;
}

/***********************************************/
/* PLAN ROWS */
/***********************************************/

.pricing-calculator-rows {
    background: #ffffff;
    padding: 0 0 110px;
}

.pricing-calculator-plan-row {
    margin-bottom: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f5;
}

.pricing-calculator-plan-row + .pricing-calculator-plan-row {
    margin-top: 0;
}

.pricing-calculator-plan-row .row {
    min-height: 620px;
}

.pricing-calculator-plan-image {
    width: 100%;
    height: 100%;
    min-height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-calculator-plan-content {
    min-height: 620px;
    height: 100%;
    background: #f5f5f5;
    color: #101A28;
    padding: 58px 48px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-calculator-plan-content h2 {
    color: #101A28;
    font: 400 38px / 1.08 "pp_morisemibold", sans-serif;
    letter-spacing: -0.045em;
    margin: 0 0 16px;
}

.pricing-calculator-plan-copy {
    color: #101A28;
    font: 400 16px / 1.26 "pp_moriregular", sans-serif;
    letter-spacing: -0.015em;
}

.pricing-calculator-plan-copy p {
    margin: 0 0 20px;
}

.pricing-calculator-plan-copy p:last-child {
    margin-bottom: 0;
}

.pricing-calculator-highlight {
    background: #264759;
    color: #ffffff;
    padding: 16px 18px;
    margin: 24px 0 28px;
    font: 400 15px / 1.18 "pp_morisemibold", sans-serif;
    letter-spacing: -0.025em;
}

.pricing-calculator-highlight p {
    color: #ffffff;
    margin: 0 0 12px;
}

.pricing-calculator-highlight p:last-child {
    margin-bottom: 0;
}

.pricing-calculator-checklist {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.pricing-calculator-checklist li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 13px;
    color: #101A28;
    font: 400 15px / 1.18 "pp_moriregular", sans-serif;
    letter-spacing: -0.015em;
}

.pricing-calculator-checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #264759;
    font-family: "pp_morisemibold", sans-serif;
    font-size: 17px;
    line-height: 1;
}

.pricing-calculator-checklist li:last-child {
    margin-bottom: 0;
}

.pricing-calculator-plan-copy-secondary {
    border-top: 1px solid #101A28;
    padding-top: 22px;
}

/***********************************************/
/* IFRAME SECTION */
/***********************************************/

.pricing-calculator-iframe-section {
    background: #213E4E;
    padding: 35px 0;
}

.pricing-calculator-iframe-content {
    width: 100%;
    color: #ffffff;
}

.pricing-calculator-iframe-content h1,
.pricing-calculator-iframe-content h2,
.pricing-calculator-iframe-content h3,
.pricing-calculator-iframe-content p {
    color: #ffffff;
}

.pricing-calculator-iframe-content h2,
.pricing-calculator-iframe-content h3 {
    font: 400 52px / 1.1 "pp_moriregular", sans-serif;
    letter-spacing: -0.05em;
    margin: 0 0 28px;
    text-align: center;
}

.pricing-calculator-iframe-content p {
    font: 400 20px / 1.42 "pp_moriregular", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 28px;
}

.pricing-calculator-iframe-content iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

/***********************************************/
/* RESPONSIVE */
/***********************************************/

@media (max-width: 1399.98px) {
    .pricing-calculator-hero-content h1,
    .pricing-calculator-hero-content h2 {
        font-size: 50px;
    }

    .pricing-calculator-info-content h1,
    .pricing-calculator-info-content h2,
    .pricing-calculator-info-content h3 {
        font-size: 46px;
    }

    .pricing-calculator-plan-content {
        padding: 48px 40px;
    }
}

@media (max-width: 1199.98px) {
    .pricing-calculator-hero {
        padding: 100px 0 90px;
    }

    .pricing-calculator-hero-content h1,
    .pricing-calculator-hero-content h2 {
        font-size: 44px;
    }

    .pricing-calculator-info {
        padding: 80px 0 70px;
    }

    .pricing-calculator-plan-row .row,
    .pricing-calculator-plan-image,
    .pricing-calculator-plan-content {
        min-height: 560px;
    }

    .pricing-calculator-plan-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .pricing-calculator-hero {
        padding: 100px 0 75px;
    }

    .pricing-calculator-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .pricing-calculator-hero-image-wrap {
        max-width: 420px;
        margin: 0 auto;
    }

    .pricing-calculator-info-content {
        text-align: center;
    }

    .pricing-calculator-plan-row .row,
    .pricing-calculator-plan-content {
        min-height: 0;
    }

    .pricing-calculator-plan-image {
        min-height: 430px;
    }

    .pricing-calculator-plan-content {
        padding: 42px 34px;
    }

    .pricing-calculator-iframe-section {
        padding: 85px 0;
    }
}

@media (max-width: 767.98px) {
    .pricing-calculator-hero .container-fluid,
    .pricing-calculator-info .container-fluid,
    .pricing-calculator-rows .container-fluid,
    .pricing-calculator-iframe-section .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pricing-calculator-hero {
        padding: 105px 0 60px;
    }

    .pricing-calculator-hero-content h1,
    .pricing-calculator-hero-content h2 {
        font-size: 38px;
    }

    .pricing-calculator-hero-content p,
    .pricing-calculator-info-content p {
        font-size: 18px;
    }

    .pricing-calculator-info {
        padding: 62px 0 54px;
    }

    .pricing-calculator-info-content h1,
    .pricing-calculator-info-content h2,
    .pricing-calculator-info-content h3 {
        font-size: 36px;
    }

    .pricing-calculator-plan-row {
        border-radius: 16px;
    }

    .pricing-calculator-plan-image {
        min-height: 300px;
    }

    .pricing-calculator-plan-content {
        padding: 34px 26px;
    }

    .pricing-calculator-plan-content h2 {
        font-size: 30px;
    }

    .pricing-calculator-iframe-content h2,
    .pricing-calculator-iframe-content h3 {
        font-size: 36px;
    }

    .pricing-calculator-iframe-content iframe {
        min-height: 520px;
    }
    .applications-grid .row.no-gutters {
    margin: 1em;
    }


}

@media (max-width: 420px) {
    .pricing-calculator-hero-content h1,
    .pricing-calculator-hero-content h2,
    .pricing-calculator-info-content h1,
    .pricing-calculator-info-content h2,
    .pricing-calculator-info-content h3,
    .pricing-calculator-iframe-content h2,
    .pricing-calculator-iframe-content h3 {
        font-size: 32px;
    }
}



/***********************************************/
/***********************************************/
/* HEADER INITIAL HORIZONTAL SCROLL FIX */
/***********************************************/
/***********************************************/

/* Safety: prevent 1 hidden desktop dropdown from creating page-wide horizontal scroll */
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

/* Make sure header padding never adds extra viewport width */
#globalSticky,
#globalSticky *,
#globalSticky *:before,
#globalSticky *:after {
    box-sizing: border-box;
}

/* Initial / desktop header should never exceed viewport width */
#globalSticky {
    max-width: 100vw;
}

/* Important fix:
   Hidden mega menus must be display:none so they do not create horizontal scroll */
.has-custom-subnav > .subnav {
    display: none;
}

/* Re-open only when actually active */
.has-custom-subnav:hover > .subnav,
.has-custom-subnav:focus-within > .subnav,
.has-custom-subnav.subnav-is-open > .subnav,
.has-custom-subnav.show > .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Keep sticky/open submenu behavior working */
#globalSticky .has-custom-subnav.subnav-is-open > .subnav,
#globalSticky .has-custom-subnav:hover > .subnav,
#globalSticky .has-custom-subnav:focus-within > .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Transparent absolute header pages: keep the padded header inside the viewport */
body.page-template-homepage #globalSticky,
body.page-template-template-overview #globalSticky,
body.page-template-overview #globalSticky,
body.dynamic-template-body #globalSticky,
body.about-company-template-body #globalSticky {
    max-width: 100vw;
    box-sizing: border-box;
}

/* Prevent Bootstrap rows inside the header from creating accidental side overflow */
#globalSticky > .row,
#globalSticky .global-sticky-inner > .row,
#globalSticky .row.align-items-center {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Desktop transparent header padding safety */
@media (min-width: 1200px) {
    body.page-template-homepage #globalSticky,
    body.page-template-template-overview #globalSticky,
    body.page-template-overview #globalSticky {
        padding-left: 38px;
        padding-right: 38px;
    }
}

/* Smaller desktop/laptop safety */
@media (min-width: 1025px) and (max-width: 1440px) {
    body.page-template-homepage #globalSticky,
    body.page-template-template-overview #globalSticky,
    body.page-template-overview #globalSticky {
        padding-left: 28px;
        padding-right: 28px;
    }

    #globalSticky.is-visible {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/***********************************************/
/***********************************************/
/* HOMEPAGE HERO TABLET / MOBILE ORDER FIX */
/***********************************************/
/***********************************************/

@media (max-width: 991.98px) {
    #home-hero .home-hero-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding-bottom: 55px;
    }

    #home-hero .home-hero-images {
        margin-bottom: 0;
        text-align: left !important;
    }

    #home-hero .home-hero-main-image {
        display: block;
        padding-top: 0;
        margin: 0 0 34px 0;
        max-width: 100%;
    }

    #home-hero .home-hero-brand-image {
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    #home-hero .home-hero-cta-group {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    #home-hero .home-hero-content {
        text-align: left;
        padding-bottom: 48px;
    }

    #home-hero .home-hero-text h1 {
        font-size: 42px;
        line-height: 1.12;
    }

    #home-hero .home-hero-text p {
        font-size: 23px;
        line-height: 1.55;
    }

    #home-hero .home-hero-cta-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }

    #home-hero .home-hero-cta-group .cta-btn {
        width: auto;
        max-width: 100%;
        font-size: 13px;
        padding-left: 18px;
        padding-right: 18px;
        white-space: nowrap;
    }

    #home-hero .home-hero-main-image,
    #home-hero .home-hero-brand-image {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 430px) {
    #home-hero .home-hero-cta-group {
        flex-wrap: wrap;
    }

    #home-hero .home-hero-cta-group .cta-btn {
        font-size: 12px;
    }
}


/***********************************************/
/***********************************************/
/* HOMEPAGE SECTION 4 ZIGZAG ORDER FIX */
/***********************************************/
/***********************************************/

/*
This supports the updated PHP where the two zigzag columns are now col-6.
Desktop keeps the zigzag.
Tablet/mobile stacks image first, content second.
*/

.hp-zigzag-row .col-6 {
    display: flex;
    align-items: center;
}

/* Keep image/content balanced on desktop */
.hp-zigzag-row .hp-zigzag-image-wrap {
    width: 100%;
}

.hp-zigzag-row .hp-zigzag-content {
    width: 100%;
}

/* Tablet + mobile: image always first, content always second */
@media (max-width: 991.98px) {
    .hp-zigzag-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .hp-zigzag-row .hp-zigzag-image-wrap {
        order: 1;
        margin-bottom: 34px;
    }

    .hp-zigzag-row .hp-zigzag-content {
        order: 2;
        max-width: 100%;
        text-align: left;
    }

    .hp-zigzag-row .row.align-items-center {
        row-gap: 0;
    }

    .hp-zigzag-row.is-even .col-6:first-child,
    .hp-zigzag-row.is-odd .col-6:first-child {
        order: 1;
    }

    .hp-zigzag-row.is-even .col-6:last-child,
    .hp-zigzag-row.is-odd .col-6:last-child {
        order: 2;
    }

    .hp-zigzag-row.is-even .col-6.order-lg-2 {
        order: 1 !important;
    }

    .hp-zigzag-row.is-even .col-6.order-lg-1 {
        order: 2 !important;
    }

    .hp-zigzag-row.is-odd .col-6.order-1 {
        order: 1 !important;
    }

    .hp-zigzag-row.is-odd .col-6.order-2 {
        order: 2 !important;
    }

    .hp-zigzag-row .d-flex {
        justify-content: flex-start !important;
    }

    .hp-zigzag-image-left,
    .hp-zigzag-image-right {
        margin-left: 0;
        margin-right: 0;
    }

    .hp-zigzag-content-left,
    .hp-zigzag-content-right {
        margin-left: 0;
        margin-right: 0;
    }
    .hp-zigzag-row .hp-zigzag-image-wrap {
    width: 50%;
    margin: 0 auto;
    }
}

/* Mobile spacing cleanup */
@media (max-width: 767.98px) {
    .hp-zigzag-row {
        margin-bottom: 70px;
    }

    .hp-zigzag-row:last-child {
        margin-bottom: 0;
    }

    .hp-zigzag-row .hp-zigzag-image-wrap {
        margin-bottom: 28px;
    }

    .hp-zigzag-row .hp-zigzag-content h2,
    .hp-zigzag-row .hp-zigzag-content h3 {
        font-size: 34px;
        line-height: 1.12;
    }

    .hp-zigzag-row .hp-zigzag-content p {
        font-size: 19px;
        line-height: 1.45;
    }
}

@media (max-width: 575.98px) {
    .hp-zigzag-row {
        margin-bottom: 0px;
    }

    .hp-zigzag-row .hp-zigzag-content h2,
    .hp-zigzag-row .hp-zigzag-content h3 {
        font-size: 30px;
    }

    .hp-zigzag-row .hp-zigzag-content p {
        font-size: 18px;
    }
}