/* Match the homepage header proportions and navigation on shared inner pages. */
html{font-family:"Noto Sans",Arial,sans-serif}
body{font-family:"Noto Sans",Arial,sans-serif}
.pts-reference-topbar,.pts-reference-topbar *,.pts-header,.pts-header *{box-sizing:border-box}
.pts-reference-topbar{position:relative;z-index:1001;color:#fff}
.pts-reference-topbar{font-size:14px;line-height:26px}
.pts-reference-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;width:calc(100% - 48px);max-width:none;height:48px;margin:0 auto}
.pts-topbar-contact,.pts-topbar-social{display:flex;align-items:center;gap:24px;line-height:26px}
.pts-topbar-contact a,.pts-topbar-social a{color:#fff;text-decoration:none}
.pts-topbar-contact i{margin-right:8px}
.pts-topbar-social span{font-weight:700}
.pts-topbar-social a{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;font-size:16px}
.pts-header{position:relative;background:#fff;border:0;box-shadow:none;backdrop-filter:none}
.pts-header-inner{display:flex;align-items:center;width:calc(100% - 120px);max-width:none;height:100px;margin:0 auto;padding:0;gap:40px}
.pts-logo{display:flex;align-items:center;width:174px;height:62px;flex:0 0 174px}
.pts-logo img{display:block;width:174px;height:58px;max-width:174px;max-height:58px;object-fit:contain}
.pts-header nav{margin-left:auto}
.pts-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin:0;padding:0;list-style:none}
.pts-nav>li{position:relative;margin:0;padding:0;list-style:none}
.pts-nav>li>a{display:flex;align-items:center;height:100px;padding:37px 0;border-radius:0;color:#061153;text-decoration:none;font-family:Manrope,"Noto Sans",Arial,sans-serif;font-size:16px;font-weight:700;line-height:26px;white-space:nowrap}
.pts-nav>li>a:hover,.pts-nav>li>a.active{background:transparent;color:var(--primary-color)}
.pts-nav>li>a.active::after{display:none!important}
.pts-dropdown-icon{background:var(--primary-color,#0758e8)}
.pts-hamburger{display:none;background:none;border:0;cursor:pointer;padding:8px;flex-direction:column;gap:5px;margin-left:auto}
.pts-hamburger span{display:block;width:22px;height:2px;background:#061153;border-radius:2px}
.pts-nine-dots{display:grid;grid-template-columns:repeat(3,4px);gap:5px;margin-left:auto}
.pts-nine-dots i{display:block;width:4px;height:4px;border-radius:50%;background:var(--primary-color,#0758e8)}
@media(max-width:1100px){.pts-reference-topbar-inner,.pts-header-inner{width:calc(100% - 36px)}.pts-header-inner{height:78px}.pts-logo{width:150px;height:52px;flex-basis:150px}.pts-logo img{width:150px;height:50px;max-width:150px;max-height:50px}}
@media(max-width:900px){.pts-reference-topbar{display:none}.pts-nine-dots{display:none}.pts-header-inner{height:76px}}
@media(max-width:768px){.pts-header-inner{width:calc(100% - 28px);height:70px}.pts-logo{width:150px;height:48px;flex-basis:150px}.pts-logo img{width:150px;height:48px;max-width:150px;max-height:48px}.pts-header nav{margin:0}.pts-nav{display:none}.pts-hamburger{display:flex}.pts-nav.mobile-open{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;position:fixed;inset:70px 0 0;width:100%;height:calc(100dvh - 70px);padding:18px;background:#fff;overflow-y:auto;z-index:999;gap:4px}.pts-nav.mobile-open>li,.pts-nav.mobile-open>li>a{width:100%;height:auto}.pts-nav.mobile-open>li>a{justify-content:space-between;padding:13px 14px}}
