@font-face {
    font-family: "Alliance";
    src: url("https://367813.fs1.hubspotusercontent-na1.net/hubfs/367813/raw_assets/public/minimal-theme/fonts/alliance.woff2");
    font-weight: normal;
    font-display: swap;
}

:root {
    --dark: rgba(26,26,26,.7);
    --dark-2: #272727;
    --dark-3: #4c4c4c;
    --dark-4: #797979;
    --light-grey: rgba(43,43,43,0.3);
    --emerald: #14333B;
    --emerald-light: #025E6E;
    --lime: #B3E331;
    --blue: #0267FB;
    --blue-2: #00BFFF;
    --mist: #DFF1E9;
    --deep-teal: #035E6E;
    --white: #fff;
    --grey-light: #FEFEFE;
    --grey-light-2: #F1F2F2;
    --gray: #6c757d;
    --gray-dark: #343a40;   
    --grey-2: #B9BCBE;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;    
    --font-dm-sans: "DM Sans", sans-serif;
    --font-alliance: "Alliance", sans-serif;
    --font-body: "Poppins", sans-serif;
    --font-angel: "AngelHeart", sans-serif;
    --font-cormorant: "Cormorant", serif;
    --font-petit: "Petit Formal Script", cursive;
    --font-pinyon: "Pinyon Script", cursive;
    --font-kaushan: "Kaushan Script", cursive;
    --font-libre: 'Libre Baskerville', serif;
    --font-mont: 'Montserrat', sans-serif;
    --font-lato: "Lato", sans-serif;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --border-radius-2: 12px;
}
  
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; 
}

html {
    scroll-behavior: smooth;
  }

body {
margin: 0;
font-family: var(--font-dm-sans);
font-size: 16px;
line-height: 1.5;
color: rgba(26,26,26,.7);
text-align: left;
background-color: #fff; 
overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 1rem; 
    color: #414042;
    font-family: var(--font-dm-sans);
    font-size: 16px;
    }

[tabindex="-1"]:focus {
outline: 0 !important; }

hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }

h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-family: var(--font-alliance);
}

abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }

address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }

ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }

ul {
    list-style: disc;
    padding: 0;
}
li {
    color: #414042;
}
dt {
font-weight: 700; }

dd {
margin-bottom: .5rem;
margin-left: 0; }

blockquote {
margin: 0 0 1rem; }

b,
strong {
font-weight: bolder; }

small {
font-size: 80%; }

sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }

sub {
bottom: -.25em; }

sup {
top: -.5em; }

a {
color: var(--emerald);
text-decoration: none;
background-color: transparent; 
}
a:hover {
    opacity: 0.8;
    text-decoration: none; 
}

a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; 
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }

pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto; }

figure {
margin: 0 0 1rem; }

img {
vertical-align: middle;
border-style: none; }

svg {
overflow: hidden;
vertical-align: middle; }

table {
border-collapse: collapse; }

caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }

th {
text-align: inherit; }

label {
display: inline-block;
margin-bottom: 0.5rem; }

button {
border-radius: 0; }

button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }

button,
input {
overflow: visible; }

button,
select {
text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; 
cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }

input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }

textarea {
overflow: auto;
resize: vertical; }

fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }

legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }

progress {
vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }

[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }

::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }

output {
display: inline-block; }

summary {
display: list-item;
cursor: pointer; }

template {
display: none; }

[hidden] {
display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: inherit; 
}

h1, .h1 {
font-size: 2.5rem; }

h2, .h2 {
font-size: 1.5rem; }

h3, .h3 {
font-size: 1.25rem; }

h4, .h4 {
font-size: 1.5rem; }

h5, .h5 {
font-size: 1.25rem; }

h6, .h6 {
font-size: 1rem; }

.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-black, .text-black p {
    color: #000 !important;
}
.text-white, .text-white p, .list-text-white li{
    color: #fff !important;
}
.text-emerald, .text-emerald p, .link-emerald a {
    color: var(--emerald) !important;
}
.text-emerald-light, .text-emerald-light p, .link-emerald-light a {
    color: var(--emerald-light) !important;
}
.text-lime, .text-lime p, .link-lime a {
    color: var(--lime) !important;
}
.link-emerald-light a, .link-emerald a {
    font-weight: bold;
}
.text-green {
    color: var(--green) !important;
}

.text-blue {
    color: var(--blue) !important;
}
.bg-emerald {
    background-color: var(--emerald) !important;
}
.bg-emerald-light {
    background-color: var(--emerald-light) !important;
}
.bg-lime {
    background-color: var(--lime) !important;
}
.bg-blue {
    background-color: var(--blue) !important;
}
.bg-blue-2 {
    background-color: var(--blue-2) !important;
}
.bg-mist {
    background-color: var(--mist) !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-grey {
    background-color: var(--grey-light);
}
.bg-grey-2 {
    background-color: #F2F3F7;
}
.p-margin-zero{
    margin: 0 !important;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.font-12-rem, .font-12-rem p {
    font-size: 1.2rem;;
}
.m-0{
    margin: 0 !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}
.mt-6 {
    margin-top: 60px !important;
}
.mt-7 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.mb-75{
    margin-bottom: 75px !important;
}
.mb-6{
    margin-bottom: 60px !important;
}
.mb-5{
    margin-bottom: 50px !important;
}
.mb-4{
    margin-bottom: 40px !important;
}
.mb-3{
    margin-bottom: 30px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.p-0{
    padding: 0 !important;
}
.pt-1 {
    padding-top: 10px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pt-3 {
    padding-top: 30px !important;
}
.pt-4 {
    padding-top: 40px !important;
}
.pt-5 {
    padding-top: 50px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}
.pb-75{
    padding-bottom: 75px !important;
}
.pb-7{
    padding-bottom: 70px !important;
}
.pb-6{
    padding-bottom: 60px !important;
}
.pb-5{
    padding-bottom: 50px !important;
}
.pb-4{
    padding-bottom: 40px !important;
}
.pb-3{
    padding-bottom: 30px !important;
}
.pb-2{
    padding-bottom: 20px !important;
}
.pb-1{
    padding-bottom: 10px !important;
}
.ptb-large{
    padding-top: 200px;
    padding-bottom: 200px;
}
.ptb-75{
    padding-top: 75px;
    padding-bottom: 75px;
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.p50 {
    padding: 50px;
}
.custom-whitespace--50 { height: 50px; }
.custom-whitespace--75 { height: 75px; }
.custom-whitespace--100 { height: 100px; }
.custom-whitespace--125 { height: 125px; }
.custom-whitespace--150 { height: 150px; }
.custom-whitespace--200 { height: 200px; }
.custom-whitespace--250 { height: 250px; }
.custom-whitespace--300 { height: 300px; }

.h-inherit{
    height: inherit !important;
}
.img-with-border img, .img-with-border {
    border-radius: 14px;
}
.font-italic {
    font-style: italic;
}
.container {
    max-width: 1200px;
    padding: 0 50px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.container-fluid {
    max-width: 100%;
}
.content-padding {
    padding: 75px 0;
}
.content-padding-small {
    padding: 75px 0;
}
.content-padding-top-small {
    padding-top: 75px;
}
.content-padding-bottom-small {
    padding-bottom: 75px;
}
.content-padding-zero {
    padding: 0px;
}
.content-padding-top-zero {
    padding-top: 0px;
}
.content-padding-top {
    padding-top: 75px;
}
.content-padding-bottom {
    padding-bottom: 75px;
}
.content-padding-bottom-zero {
    padding-bottom: 0px;
}
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
.d-none {
    display: none;
}
.d-grid {
    display: grid;
    justify-items: center;
    grid-gap: 40px;
}
.grid-gap-zero {
    grid-gap: 0px;
}
.grid-gap-10 {
    grid-gap: 10px;
}
.grid-gap-15 {
    grid-gap: 15px;
}
.grid-gap-20 {
    grid-gap: 20px;
}
.grid-gap-80 {
    grid-gap: 80px;
}
.grid-col-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.grid-col-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.grid-col-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.grid-col-5 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
.grid-col-1-3{
    grid-template-columns: 1fr 3fr;
}
.grid-col-3-1{
    grid-template-columns: 3fr 1fr;
}
.grid-col-1-2{
    grid-template-columns: 1fr 2fr;
}
.grid-col-2-1{
    grid-template-columns: 2fr 1fr;
}
.grid-col-2-3{
    grid-template-columns: 2fr 3fr;
}
.grid-col-3-2{
    grid-template-columns: 3fr 2fr;
}
.grid-col-4-1 {
    grid-template-columns: 4fr 1fr;
}
.grid-col-1-3-1 {
    grid-template-columns: 1fr 3fr 1fr;
}
.grid-col-3-2.reverse-column-parent {
    grid-template-columns: 2fr 3fr; /* swap the fr values*/
}
.grid-col-2-3.reverse-column-parent {
    grid-template-columns: 3fr 2fr; /* swap the fr values*/
}
.grid-col-1-3.reverse-column-parent {
    grid-template-columns: 3fr 1fr; /* swap the fr values*/
}
.reverse-column-parent .reverse-grid-column {
    order: -1; /* pulls second column to the front of flow → lands in track 1 (now 2fr) */
}
.flex-col-3 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
}
.flex-col-4 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
}
.flex-col-3_item {
    flex: 0 0 calc((100% - 40px) / 3);
}
.flex-col-4_item {
    flex: 0 0 calc((100% - 60px) / 4);
}
.grid-col-left, .grid-col-right, .grid-col-middle, .grid-column {
    width: 100%;
}
.grid-justify-center {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-space-between {
    justify-content: space-between;
}
.flex-direction-column {
    flex-direction: column;
}
.flex-direction-row {
    flex-direction: row;
}
.clearboth {
    clear: both;
}
.max-95 {
    max-width: 95%;
    margin: 0 auto;
}
.max-80 {
    max-width: 80%;
    margin: 0 auto;
}
.max-70 {
    max-width: 70%;
    margin: 0 auto;
}
.max-60 {
    max-width: 60%;
    margin: 0 auto;
}
.max-50 {
    max-width: 50%;
    margin: 0 auto;
}
.w-100 {
    width: 100%;
}
.section-separator {
    display: block;
    height: 1px;
    background-color: #E3EDEF;
}
.section-separator-2 {
    display: block;
    height: 2px;
    background-color: #C7E1DC;
    margin-top: 75px;
}
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
blockquote {
    margin: 27px 0px 27px 0px;
    padding: 0px 0px 0px 27px;
    border-left: 2px solid;
    border-color: var(--blue);
}
label {
    display: block;
    margin: 0;
    font-family: var(--font-lato);
    font-weight: 300;
    font-size: 1rem;
}

/*Header*/
.header-socket {
    background: var(--emerald);
}
.header-socket-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.top-socket-menu {
    margin: 0;
    display: flex;
    gap: 30px;
    padding: 12px 0;
    list-style: none;
}
ul.top-socket-menu li a {
    color: #fff;
}
.main-menu ul {
    margin: 0;
}
.header {
    position: fixed;
    top: 48px;
    padding: 10px 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    max-width: 150px;
}
nav.main-menu ul {
    display: flex;
    gap: 50px;
}
nav.main-menu ul li a {
    color: #fff;
    font-size: 1.2rem;
}
.body-scrolled .header {
    top: 0;
    background: var(--emerald);
    z-index: 99;
    width: 100%;
}
.menu-btn a.btn-lime {
    border: 1px solid var(--lime);
    font-size: 1.1rem;
    font-weight: 400;
}
.menu-btn a.btn-lime:hover {
    background: #fff;
    color: var(--emerald);
    border: 1px solid var(--emerald);
}
nav.main-menu .main-menu-list {
    list-style: none;
}
li:not(.menu-item) {
    color: #000;
    /* margin-left: 10px; */
    /* padding-left: 20px; */
    /*margin-left: 25px;*/
}
ul.footer-nav-menu li, ul.inner-menu-list li {
    margin-left: 0;
}
span.menu-icon {
    display: none;
}
/*Header*/

/*Homepage*/

/*Hero*/
.hero {
    height: 95vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, 
        rgba(2, 94, 110, 0) 0%, 
        rgba(2, 94, 110, 0.3) 60%, 
        rgba(2, 94, 110, 0.6) 70%, 
        rgba(2, 94, 110, 0.8) 100%);
    pointer-events: none;
    height: 100%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    height: 100%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background:
    /* Top fade */
    linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 30%),
    /* Bottom fade */
    linear-gradient(to top, rgba(0,0,0,0.5), transparent 30%),
    /* Left fade */
    linear-gradient(to right, rgba(0,0,0,0.5), transparent 30%),
    /* Right fade */
    linear-gradient(to left, rgba(0,0,0,0.5), transparent 30%);
    background-blend-mode: lighten;
}
.hero-padding {
    padding-top: 200px;
}
.hero.hero-padding.home-hero-custom {
    padding-top: 125px;
}
.hero-pill p {
margin: 0;
display: inline-block;
background: var(--lime);
border-radius: 50px;
padding: 10px 25px;
color: var(--emerald);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.9rem;
}
h1.hero-title {
    color: #fff;
    font-size: 4.25rem;
    margin-top: 50px;
    font-family: var(--font-alliance);
}
.home-hero-custom h1.hero-title {
    font-size: 3.75rem;
}
h2.section-title {
    font-size: 2.75rem;
    color: var(--emerald);
    font-family: var(--font-alliance);
}
h3.section-title-inner {
    font-size: 1.75rem;
    color: var(--emerald);
}
.hero-buttons .btn {
    margin-bottom: 10px;
}
.btn {
    display: inline-block;
    padding: 15px 30px;
    text-transform: capitalize;
    border: 1px solid;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-family: var(--dm-sans);
    font-weight: 500;
    max-width: fit-content;
    vertical-align: middle;
    line-height: 1;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    /*min-width: 200px;*/
}
.btn-large {
    font-size: 1.35rem;
    padding: 15px 55px;
}
.btn.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
}
.btn.btn-lime {
    background-color: var(--lime);
    border-color: var(--lime);
}
.btn.btn-lime:hover {
    background: #fff;
    color: var(--emerald);
    border: 1px solid var(--emerald);
}
.btn.btn-v2 {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    min-height: 58px;
    padding: 0 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}
.button-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.button-row .btn:first-of-type {
    /*margin-right: 10px;*/
}
.btn-text-white {
    color: #fff;
}
.btn-blue {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
}
.btn-trans {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-trans-2 {
    background-color: transparent;
    border: 1px solid var(--grey-2);
    color: var(--grey-2);
}
a.btn.btn-lime i {
    color: var(--emerald);
}
a.btn:hover {
    color: inherit;
    opacity: 1;
}
a.btn.btn-white:hover {
    color: #000;
    opacity: 0.9;
}
a.btn.btn-trans:hover {
    background-color: #fff;
    color: #000;
}
/*Hero*/

/*Hero sub message*/
.intro-message {
    margin-top: -100px;
}
.intro-message-inner {
    padding: 75px;
    border-radius: 14px;
}
.intro-msg-title {
    font-size: 1.8rem;
    color: #fff;

}
.instro-msg-desc {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}
.intro-msg-link {
    display: flex;
    justify-content: flex-end;
}
.intro-msg-link a {
    color: #fff;
    text-transform: uppercase;
}
.intro-msg-link i {
    display: inline-block;
    margin-left: 20px;
    color: var(--lime);
}
.section-cta {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.section-cta i {
    display: inline-block;
    margin-left: 20px;
    color: var(--lime);
}
/*Hero sub message*/

/*Connectivity*/
.connectivity-inner-top {
    grid-gap: 120px;
}
.connectivity-footer h3 {
    font-size: 2rem;
    margin-top: 50px;
}
.connectivity-title h2.section-title {
    width: 65%;
    color: #000;
}
.networks-icon {
    width: 70px;
}
.networks-icon.svg-fill-white .cls-1 {
    fill: #fff;
}
.connectivity-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*Connectivity*/

/*Timeline*/
.timeline {
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 125px 0;
}
.bottom-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 94, 110, 0) 0%, rgba(2, 94, 110, 0.8) 60%, rgba(2, 94, 110, 0.85) 100%);
    pointer-events: none;
    height: 100%;
}
.bottom-gradient.bottom-gradient-2::before {
    background: linear-gradient(180deg, rgba(2, 94, 110, 0.3), rgba(2, 94, 110, .5) 60%, rgba(2, 94, 110, .85) 80%);
}
.bottom-gradient-mist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 94, 110, 0) 0%, rgba(223, 241, 233, 0.4) 65%, rgba(223, 241, 233, 0.8) 100%);
    pointer-events: none;
    height: 100%;
}
.no-bottom-gradient .bottom-gradient::before {    
    background: none;    
}
.no-bottom-gradient .bottom-gradient{
    padding: 15px;
    height: 200px;
    display: flex;
    align-items: center;
}
h2.section-title.timeline-counter {
    color: var(--lime) !important;
    font-size: 6rem;
    font-weight: 600;
}
.timeline-column {
    padding: 100px 0;
    position: relative;
}
.timeline-column.grid-col-middle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*.timeline-separator-right::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.timeline-separator-left::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}*/
/*Timeline*/

/*Features*/
.features-right, .features-light {
    padding: 50px;
    border: 1px solid #EBECED;
    border-radius: 15px;
    background: transparent !important;
}
.features-middle, .features-dark {
    padding: 50px;
    background: var(--emerald-light) !important;
    border-radius: 15px;
}
.features-dark .features-middle-inner p, .features-dark h3.section-title-inner, .features-dark .sub-text h4  {
    color: #fff;
}
.features-light a.section-cta {
    color: var(--emerald-light);
}
.grey-gradient {
    background: linear-gradient(to bottom, #FEFEFE, #F2F3F7);
}
.partner-logo img {
    max-width: 75%;
    filter: grayscale(100%);
}
.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.sub-text h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
/*Features*/

/*Conceirge*/
img.concierge-img {
    height: 600px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.concerige-icon-box {
    padding: 20px;
}
.conceirge-icon {
    margin-bottom: 20px;
    min-height: 90px;
}
.conceirge-icon img {
    width: 70px;
}
.conceirge-icon i {
    color: var(--lime);
    font-size: 2rem;
}
.conceirge-icon-desc p {
    font-weight: bold;
    margin: 0;
}
/*Conceirge*/

/*Resources*/
.resources-item {
    position: relative;
    height: 340px;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}
.resources-item.flex-col-3_item {
    height: unset;
}
.resources-item-content {
    bottom: 0;
    height: 100%;
    padding: 25px;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.resources-item img {
    width: 100%;
    height: inherit;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.resources-item.resources-item-filter img {
    transition: transform 0.3s ease-out;
}
.resources-item.resources-item-filter:hover img {
    transform: scale(1.2);
}
h4.resource-item-title {
    color: #fff;
    margin-top: 20px;
}
.resources-item-content .hero-pill p {
    background: #fff;
    font-size: 0.75rem;
    padding: 8px 15px;
}
.resources-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 94, 110, 0), rgba(2, 94, 110, .6) 60%, rgba(2, 94, 110, .8) 100%);
    pointer-events: none;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
}
button.tag-btn.active {
    background: var(--lime);
    border: none;
    color: #000;
}
button.page-btn.active {
    background: var(--lime);
    border: none;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.resources-item.resources-item-filter a {
    position: relative;
    display: block;
    height: 100%;
}
.resources-item.resources-item-filter a:hover {
    opacity: unset;
}
button.page-btn {
    border: none;
    background: none;
}
.filter-bar input[type="text"] {
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  color: #7a7a7a;
  background-color: white;
  max-width: 100%;
  width: 100%;
}
.styled-select {
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  background-color: var(--emerald-light);
  color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}
.styled-select option {
  color: #333;
  background: #fff;
  text-transform: none;
}
.results-list {
  transition: opacity 0.3s ease;
}
.resources-item-content span.btn {
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
}
/*Resources*/

/*Footer*/
#footer {
    border-top: 1px solid #fff;
}
#footer .footer-menu li a {
    color: #fff;
}
h4.footer-menu-title {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-col-1 {
    padding: 0 30px;
}
.footer-icons {
    justify-content: space-between;
    margin-top: 40px;
}
.footer-icons a {
    color: #fff;
    font-size: 1.4rem;
}
ul.footer-nav-menu {
    list-style: none;
}
.footer-icons a img {
    display: block;
    max-width: 30px !important;
    padding: 0;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
/*Footer*/
/*Homepage*/

/*Education page*/
.bg-cover {
    background-size: cover;
    background-position: center center;
}
.education-hero {
    padding-top: 200px;
}
.education-hero-cta {
    display: flex;
    gap: 40px;
}
.callout-box {
    margin: 0;
    padding: 30px;
    border-radius: 14px;
    background: var(--emerald-light);
    color: #fff;
}
.hero-callout-box {
    margin: 0;
    padding: 30px;
    border-radius: 14px;
    background: var(--emerald-light);
    color: #fff;
}
.education-hero-right p {
    margin: 0;
    color: #fff;
}
.education-hero-cta .section-cta i {
    color: var(--lime);
}
.cta-grid {
    background: var(--blue-2);
    border-radius: 100px;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    align-items: center;
    padding: 20px 60px;
    text-align: left;
    grid-gap: 30px;
}
.cta-grid p {
    margin: 0;
}
.cta-text p {
    color: #fff;
    font-size: 1.75rem;
}
.placeholder-portrait {
    aspect-ratio: 9 / 16;
    height: 600px;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}
.placeholder-portrait-square {
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}
.placeholder-portrait-100 {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}
.placeholder-landscape {
    aspect-ratio: 16 / 9;
}
.placeholder-portrait-normal {
    border-radius: 0px;
}
.erate-questions {
    border-radius: 150px;
    padding: 40px 60px;
    color: #fff;
}
.erate-wrapper-main {
    background: linear-gradient(to top, rgba(223, 241, 233, 1) 0%, rgba(223, 241, 233, 0) 50%);
}
.erate-banner-desc p {
    color: #fff;
}
.resources-item.erate-item a {
    display: block;
    height: 100%;
}
.overlay-gradient {
    position: relative;
}
.overlay-gradient::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    height: 100%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background:
    /* Top fade */
    linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 30%),
    /* Bottom fade */
    linear-gradient(to top, rgba(0,0,0,0.5), transparent 90%),
    /* Left fade */
    linear-gradient(to right, rgba(0,0,0,0.5), transparent 60%),
    /* Right fade */
    linear-gradient(to left, rgba(0,0,0,0.5), transparent 30%);
    background-blend-mode: lighten;
}
/*Education page*/

/*Wireless page*/
.health-cio-cta a {
    font-size: 0.9rem;
}
.btn-row {
    display: flex;
    gap: 50px;
    justify-content: center;
    max-width: 70%;
    margin: auto;
}
.private-network-benefits-desc-left p {
    color: #fff;
}
.private-network-benefits-desc {
    padding: 50px;
    border-radius: 14px;
}
.blue-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 103, 251, 0) 0%, rgba(2, 103, 251, 0.8) 60%, rgba(2, 103, 251, 1) 100%);
    pointer-events: none;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
}
.network-design-inner .resources-item {
    height: 425px;
}
ul.network-item-list li {
    color: #fff;
    list-style: disc;
    margin-left: 17px;
    font-weight: 200;
    font-size: 0.9rem;
}
.network-item-list ul li {
    color: #fff;
    list-style: disc;
    margin-left: 17px;
    font-weight: 200;
    font-size: 0.9rem;
}
.conceirge-icon-title {
    font-weight: bold;
}
p.conceirge-icon-text {
    font-weight: normal;
}
.section-colored-box {
    padding: 30px;
    border-radius: 14px;
}
.section-colored-box p {
    margin: 0;
    color: #fff;
}
.section-colored-box-large{
    padding: 50px;
    border-radius: 14px;
}
/*Wireless page*/

/*Single blog post*/
.hs-blog-post .header {
    position: relative;
    top: 0;
}
.hs-blog-post.body-scrolled .header {
    position: fixed;
    top: 0;
}
.hs-blog-post .header {
    background: var(--emerald);
    /*border-top: 1px solid #fff;*/
}
.single-hero {
    margin-top: 120px;
}
.single-hero img {
    border-radius: 20px;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.single-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(2, 94, 110, 0) 0%, rgba(2, 94, 110, 0.3) 60%, rgba(2, 94, 110, 0.6) 70%, rgba(2, 94, 110, 0.8) 100%);
    border-radius: 20px;
    padding: 50px
}
.post-author p {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-hero-content h1.hero-title {
    font-size: 3.25rem;
    text-shadow: 1px 1px 3px hsla(0, 0%, 0%, .35);
}
.single-post-social-share {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.single-post-social-share .social-share {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.single-post-social-share .social-share a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lime);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-social-share img {
    width: 25px;
    border-radius: unset;
}
h3.kj-related-title a {
    color: #fff;
    margin-top: 20px;
    display: block;
}
.kj-related-item {
    height: 415px;
}
.kj-related-item:before {
    height: 100%;
}
.kj-related-item img {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-content-inner h2, 
.blog-content-inner h2, 
.blog-content-inner h3, 
.blog-content-inner h4, 
.blog-content-inner h5, 
.blog-content-inner h6 {
    color: var(--emerald);
}
/*Post body headings use DM Sans, not the global --font-alliance.
  Descendants + !important beat inline font styles*/
.blog-content-inner h2,
.blog-content-inner h2 * {
    font-family: var(--font-dm-sans) !important;
    font-weight: 700 !important;
}
.blog-content-inner h3,
.blog-content-inner h3 * {
    font-family: var(--font-dm-sans) !important;
    font-weight: 500 !important;
}
/*Post body tables*/
.blog-content-inner table {
    color: #414042;
    padding: 10px;
    width: 100%;
    table-layout: fixed;
}
.blog-content-inner tr:first-child th:first-child,
.blog-content-inner tr:first-child td:first-child {
    width: 20%;
}
.blog-content-inner th,
.blog-content-inner td {
    padding: 10px;
    overflow-wrap: break-word;
}
/*collapse mode ignores table-level radius — round the corner cells instead*/
.blog-content-inner thead tr:first-child th:first-child,
.blog-content-inner thead tr:first-child td:first-child,
.blog-content-inner tbody:first-child tr:first-child th:first-child,
.blog-content-inner tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: var(--border-radius-2);
}
.blog-content-inner thead tr:first-child th:last-child,
.blog-content-inner thead tr:first-child td:last-child,
.blog-content-inner tbody:first-child tr:first-child th:last-child,
.blog-content-inner tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: var(--border-radius-2);
}
.blog-content-inner tbody tr:last-child th:first-child,
.blog-content-inner tbody tr:last-child td:first-child {
    border-bottom-left-radius: var(--border-radius-2);
}
.blog-content-inner tbody tr:last-child td:last-child {
    border-bottom-right-radius: var(--border-radius-2);
}
.blog-content-inner thead {
    background: var(--lime);
}
/*rgba = --emerald-light @ 75% / 50%; white text where the tint is too dark for #414042*/
.blog-content-inner tbody tr:nth-child(odd) {
    background: var(--white);
}
.blog-content-inner tbody tr:nth-child(even) {
    background: background: rgba(2, 94, 110, 0.25)
}
/*Post body links*/
.blog-content-inner a {
    color: var(--blue);
}
.blog-content-inner a:hover {
    text-decoration: underline;
}
.blog-body img {
    border-radius: 12px;
}
.author-card {
    grid-template-columns: 120px 80%;
    background: #F1F2F2;
    border-radius: 12px;
    padding: 25px;
}
.author-avatar-wrapper img {
    margin: 0;
    max-width: 120px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.post-author-box {
    max-width: 80%;
    margin: 0 auto;    
    margin-top: 75px;
}
.author-name h4 {
    font-family: Alliance, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
}
.author-bio p {
    font-size: 0.85rem;
    margin: 0;
}
/*!important beats editor-injected inline list-style*/
.blog-content-inner ul {
    padding-left: 25px;
    list-style: none !important;
}
.blog-content-inner ul li {
    position: relative;
    list-style: none !important;
}
.blog-content-inner ul li::before {
    content: "\279C";
    color: var(--lime);
    position: absolute;
    left: -25px;
}
/*Single blog post*/

/*Blog listing*/
.hs-blog-listing .header {
    background: var(--emerald);
    border-top: 1px solid #fff;
}
/*Blog listing*/

/*Resources*/
.resources-search-wrapper {
    background: var(--emerald);
}
ul.kj-resources-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}
.resource-type-panel {
    width: 100%;
}
.kj-resource-input input {
    width: 100%;
    height: 62px;
    padding: 5px;
    border-radius: 50px;
    padding-left: 15px;
}
.kj-resource-input {
    width: 100%;
}
p.resource-label {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: var(--emerald-light);
    font-size: 1.3rem;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: var(--font-alliance);
    margin: 0;
    height: 62px;
    line-height: 62px;
    vertical-align: middle;
    margin-bottom: 30px;
}
li.kj-active {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lime);
    border-radius: 50%;
    color: #fff !important;
    font-weight: bold;
}
.reverse-column {
    grid-column: 1 / 2;
    grid-row-start: 1;
}

/*Resources*/

/*Search results*/
.search-hero {
    height: 60vh;
    background: var(--emerald);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 75px;
}
img.hs-search-results__featured-image {
    border-radius: 20px;
}
.search-input-wrapper {
    background-color: var(--mist);
    padding: 75px 0;
    position: fixed;
    z-index: 9999;
    visibility: hidden;
    width: 100%;
    transform: translateY(-110%);
    z-index: -1;
    transition: all 0.3s linear;
}
.body-scrolled .search-input-wrapper {
    top: 76px;
}
.search-open .search-input-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: translateY(0%);
}
form.hs-search-field__form {
    position: relative;
}
input#site_search-input, input.hs-search-field__input {
    border: none;
    padding: 30px;
    border-radius: 50px;
}
button.hs-search-field__button {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
a.hs-search-results__link {
    font-size: 1.5rem;
    margin-bottom: 20px !important;
    display: block;
}
nav.hs-search-results__pagination {
    margin-top: 30px;
}
.hs-search-field__bar button svg {
    height: 15px;
}
a.hs-search-results__title {
    font-size: 1.5rem;
}
/*Search results*/

/*Menu*/
li.has-submenu {
    position: relative;
}
/*.menu-dropdown {
    display: none;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    position: absolute;
    top: 60px;
    width: calc(100% + 400px);
}*/
.menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background: #fff;
  padding: 2rem;
  border-radius: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
ul.main-menu-list li.menu-item.has-submenu:last-child .menu-dropdown {
    left: -100px;
}
h4.menu-title {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-family: var(--font-alliance);
    letter-spacing: 1px;
    color: var(--emerald-light);
    font-weight: bold;
}
.menu-description img {
    width: 75px;
    margin: 0;
    margin-bottom: 30px;
}
.menu-desc-text p {
    font-size: 0.85rem; 
    margin: 0;
    max-width: 90%;
}
.menu-desc-text {
    margin-top: 20px;
}
ul.inner-menu-list {
    display: block !important;
    /*column-count: 2;*/
    margin-bottom: 30px;
    min-width: 180px;
}
ul.inner-menu-list li a {
    color: var(--emerald) !important;
    font-size: 0.9rem !important;
    font-weight: 500;
}
.menu-description-column {
    min-width: 250px;
    border-right: 1px solid var(--grey-2);
}
.inner-menu {
    padding-left: 30px;
}
.menu-separator {
    width: 100%;
    height: 1px;
    background: var(--grey-2);
    display: block;
    margin-bottom: 30px;
}
.menu-desc-text .btn {
    background: var(--grey-light-2);
    border: navajowhite;
    font-size: 0.8rem;
    padding: 15px 30px;
    font-family: var(--font-alliance);
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--emerald);
    margin-top: 20px;
}
.has-submenu:hover .menu-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
ul.inner-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px; /* vertical gap | horizontal gap */
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

ul.inner-menu-list li {
  flex: 0 0 calc(50% - 20px); /* 2 items per row, minus half the gap */
  max-width: calc(50% - 20px);
}

ul.inner-menu-list a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}
/*Menu*/

/*Testimonials*/
.swiper {
    width: 100%;
    height: 600px;
} 
.testimonials-grid {
    height: 100%;
    padding: 0 60px;
}
.testimonials-left {
    background: var(--emerald-light);
    padding: 50px;
    border-radius: 20px;
}
.client-logo {
    margin-bottom: 30px;
}
.testimonial-desc p {
    color: #fff;
    font-size: 1.2rem;
}
.client-logo img {
    margin: 0;
    display: block;
    max-width: 200px;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}
.dnd-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*Testimonials*/

/*Landing page*/
.hide-menu-landing nav.main-menu, .hide-menu-landing .menu-btn {
    display: none;
}
h1.hero-title.landing-hero-title,
.landing-page-form-inner h1.hero-title {
    font-size: 3.5rem;
}
.blue-gradient.blue-gradient-right::before {    
    background: linear-gradient(to right, rgba(2, 103, 251, 0) 0%, rgba(2, 103, 251, 0.8) 60%, rgba(2, 103, 251, 0.6) 100%);
}
.z-index-1 {
    z-index: 1;
}
.make-easy .make-easy-inner {
    grid-gap: 100px;
}
.landing-page-form-inner {
    padding: 30px;
    border-radius: 20px;
    margin-top: calc(280px - 100vh);
    position: relative;
    z-index: 2;
}
.landing-page-form-inner.lp-form-custom {
    margin-top: 0;
}
.make-easy-inner .section-inner-item h3, .make-easy-inner .section-inner-item h2 {
    font-size: 1.75rem;
    margin-top: 50px;
    margin-bottom: 30px;
}
.landing-page-testimonials {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.landing-page-testimonials img {
    margin: 0;
    border-radius: 12px;
    margin-bottom: 30px;
    max-width: 200px;
}
.lp-testimonial-blurb p {
    color: #fff;
    font-size: 1.5rem;
    padding-left: 30px;
}
.lp-testimonial-name p {
    margin-top: 30px;
}
.lp-testimonial-name p {
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-alliance);
    letter-spacing: 1px;
    margin: 0;
}
.kajeet-difference .container {
    border-radius: 16px;
}
.list-with-icon ul {
    padding-top: 15px !important;
}
.list-with-icon ul li::before {
    content: '';
    display: block;
    background-image: url(https://367813.fs1.hubspotusercontent-na1.net/hubfs/367813/next.png);
    left: 0;
    top: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -3px;
    left: 0;
}
.list-with-icon ul li {
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    font-family: var(--font-dm-sans);
    font-size: 1rem;
}
.list-with-icon ul li:last-child,
.custom-icon-list ul li:last-child
 {
    margin-bottom: 0;
}
.list-with-icon ul, .custom-icon-list ul {
    list-style: none;
}
.custom-icon-list ul li:not(.hs-custom-form ul li) {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    color: #000;
}
.custom-icon-list.custom-icon-list-light ul li:not(.hs-custom-form ul li) {
    color: #fff;
}
.custom-icon-list ul li:not(.hs-custom-form ul li)::before {
    content: '';
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    /*background: var(--blue-2);*/
    color: var(--lime);
    text-align: center;
    border-radius: 50%;    
    font-size: 16px;
}
.link-bold a {
    font-weight: bold;
    color: #000;
}
.partners.custom-image-grid .partners-logo-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 40px;
}
.partners.custom-image-grid .partners-logo-grid .partner-logo {
    width: calc(25% - 40px);
    padding: 0;
}
.partners.custom-image-grid img {
    filter: unset;
    max-width: 100%;
    padding: 0;
}
/*Form styling*/
/* Wrapper for each form field */
.landing-page-form-inner .hs-form-field {
  position: relative;
  margin-bottom: 2rem;
}

/* Style the input and textarea */
.landing-page-form-inner .hs-form-field input,
.landing-page-form-inner .hs-form-field textarea {
  width: 100%;
  padding: 16px 12px 8px;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  background-color: var(--mist);
}

/* Style select, number, email, tel, etc. */
.landing-page-form-inner .hs-form-field select,
.landing-page-form-inner .hs-form-field input[type="email"],
.landing-page-form-inner .hs-form-field input[type="tel"],
.landing-page-form-inner .hs-form-field input[type="url"],
.landing-page-form-inner .hs-form-field input[type="number"] {
  width: 100%;
  padding: 16px 12px 8px;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  background-color: var(--mist);
  appearance: none; /* Removes default arrow in some browsers */
}

/* Style dropdowns' arrow */
.landing-page-form-inner .hs-form-field select {
  /*background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon points="0,0 16,0 8,10" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;*/
}

/* Style radio buttons and checkboxes */
.landing-page-form-inner .hs-form-field input[type="radio"],
.landing-page-form-inner .hs-form-field input[type="checkbox"] {
  margin-right: 10px;
  accent-color: var(--lime); /* Modern way to style radios/checkboxes */
}

/* Optional: improve radio/checkbox label alignment */
.landing-page-form-inner .hs-form-field .hs-form-radio,
.landing-page-form-inner .hs-form-field .hs-form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Floating labels */
.landing-page-form-inner .hs-form-field label {
  /*position: absolute;
  top: 14px;
  left: 12px;
  font-size: 16px;
  color: #000;
  background: var(--mist) !important;
  transition: all 0.2s ease;
  pointer-events: none;
  padding: 0 4px;
  font-family: var(--font-dm-sans);
  text-transform: uppercase;
  letter-spacing: 1px;*/
}
.landing-page-form-inner .hs-form-field label {
    color: #fff !important;
    display: inline-block;
    margin-bottom: 5px;
    font-family: var(--font-alliance);
}
.landing-page-form-inner .hs-form-field {
    margin-bottom: 2rem;
    position: relative;
}
/* Moved label state */
.landing-page-form-inner .hs-form-field label.move-label {
  /*transform: translate(0px, -40px);*/
  background: transparent !important;
  color: #fff;
  font-size: 0.86rem;
  visibility: hidden;
}

/* Submit button */
.landing-page-form-inner input.hs-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--lime);
  border: none;
  position: relative;
}

.landing-page-form-inner input.hs-button::after {
  content: '';
  display: block;
  background-image: url(https://367813.fs1.hubspotusercontent-na1.net/hubfs/367813/next.png);
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -3px;
  left: 0;
}

/* Special case for select field labels */
.landing-page-form-inner .hs-fieldtype-select.hs-form-field label {
  /*top: 0;
  width: 100%;
  left: 0;
  border-radius: 50px;
  display: none;
  visibility: hidden;*/
}
.landing-page-form-inner .hs-form-field select {
    padding: 12px;
}
/* Misc cleanup */
.landing-page-form-inner form ul {
  list-style: none;
}

.landing-page-form-inner form legend.hs-field-desc {
  display: none !important;
}

.landing-page-form-inner .hs-form-field label.hs-error-msg {
  text-transform: none;
  background: none !important;
  top: 50px;
  color: #fff;
  font-size: 0.85rem;
}
.landing-page-form-inner fieldset .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.landing-page-form-inner .hs-richtext.hs-main-font-element p {
    color: #fff !important;
}
.landing-page-form-inner .hs-richtext.hs-main-font-element {
   margin-bottom: 40px;
   margin-top: 10px;
}
/* Hide placeholders by default */
.landing-page-form-inner input::placeholder,
.landing-page-form-inner textarea::placeholder,
.landing-page-form-inner select::placeholder {
  color: transparent;
}

/* Show placeholder only on focus */
.landing-page-form-inner input:focus::placeholder,
.landing-page-form-inner textarea:focus::placeholder,
.landing-page-form-inner select:focus::placeholder {
  color: #999; /* or any color you prefer */
}
.landing-page-form-inner .hs-form-field.hs-fieldtype-date label {    
    position: relative;
    bottom: unset;
    left: unset;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    top: unset;
    margin-bottom: 0;
    transform: translateY(-15px);
}
.landing-page-form-inner fieldset > div:not(.hs-utm-content) {
    margin-bottom: 15px !important;
}
ul.inputs-list.multi-container .hs-form-checkbox-display {
    position: relative;
    pointer-events: auto;
    background: none !important;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    left: unset;
    right: unset;
    top: unset;
    color: #fff;
}
ul.inputs-list.multi-container .hs-form-checkbox-display input {
    width: auto;
    color: #fff;
}
.landing-page-form-relative .landing-page-form-inner .hs-form-field label {
    position: relative;
    background: none !important;
    color: #fff;
    top: unset;
    left: unset;
    bottom: unset;
}
.landing-page-form-relative .landing-page-form-inner form legend.hs-field-desc {
    display: block !important;
    color: #fff;
    font-size: 0.95rem;
}
.landing-page-form-inner h3.form-title {
    font-size: 3.5rem;
    color: #fff;
}
/*Form styling*/

/*Jobs styling*/
.kj-jobs-hero {
    padding: 100px 0;
    height: auto;
}
.kj-jobs-wrapper h2.section-title {
    text-align: left;
}
.kj-jobs-wrapper h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.4rem;
}
/*Jobs styling*/
/*Landing page*/

/*Accordion tabs*/
.tab-content ul li {
    list-style: disc;
    margin-left: 30px;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #100E09;
}

.ft-item-content {
    display: none;    
    padding: 30px;
    padding-top: 0;
}

.ft-item-content.ft-item-visible {
    display: block;
}

.featured-products.ft-item-content.ft-item-visible {
    display: grid;
}

.tab-content a {
    font-weight: 400;
    /*border-bottom: 1px solid;*/
}        
.featured-tabs-vertifcal ul.featured-tabs-menu {
    flex-direction: column;
    gap: 25px;
    list-style: none;
}

.featured-tabs-vertifcal ul.featured-tabs-menu a.ft-tab.ft-active {
    /*width: fit-content;
    display: inline-block;*/
}

ul.featured-tabs-menu {
    display: flex;
    gap: 30px;
}

/*a.ft-tab {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark);
    font-family: var(--font-dm-sans);
    padding-right: 18px;
}*/
a.ft-tab.btn {
    width: 100%;
    max-width: unset;
    border-radius: 50px;
}
a.ft-tab {
    background-color: transparent;
    color: var(--grey-2);
}
a.ft-tab.ft-active {
    background: var(--blue);
    border: none;
    color: #fff;
}
/*Accordion tabs*/

/*FAQs*/
.faq-answer {
    display: none;
}
.faq-question {
    cursor: pointer;
    position: relative;
}
.faq-question.faq-down:after {
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f078';
    right: 0;
}
.faq-question.faq-up:after {
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f077';
    right: 0;
}

.faq-question {
    cursor: pointer;
    font-family: var(--font-dm-sans);
    font-size: 1.3rem;
    padding-bottom: 10px;
    position: relative;
    color: #000;
}
.faq-item {
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(2, 94, 110, 0.6);
    padding-bottom: 30px;
    padding-left: 50px;
}
.faq-item:nth-of-type(1) {
    border-top: 2px solid rgba(2, 94, 110, 0.6);
    padding-top: 30px;
}
.faq-answer {
    padding-top: 10px;
}
.faq-row {
    margin-bottom: 50px;
}
/*FAQs*/

/*Slider */
.kj-slider-wrapper .swiper {
    height: 100%;
}
.kj-slider-wrapper  .swiper-button-next, .kj-slider-wrapper  .swiper-button-prev {
    color: #0267fb !important;
}
.slider-grid {
    padding: 0 50px;
    height: 100%;
}
.slide-cta-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.section-cta-wrapper.slide-cta-row a {
    flex: 0 0 calc((100% - 20px) / 2);
}
/*Slider*/

/*Partner cards*/
.partner-card-item {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    position: relative;
}
.partner-company-name h3 {
    color: var(--emerald);
    font-family: var(--font-dm-sans);
}
.partners-footer-graphic img {
    max-width: 300px;
    margin: 0;
}
/*Partner cards*/



/*Team cards*/
.team-card-image {
    margin-bottom: 30px;
}
.team-card-image img {
    
}
.team-card-item {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
}
.services-modal-inner {
    border-radius: 20px !important;
    max-width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}
.team-card-middle {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-card-name h3 {
    margin: 0;
}
/*Team cards*/

/*Showcase images*/
/*Showcase*/
.showcase-item {
    overflow: hidden;    
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.showcase-image {
    height: 225px;
    padding: 20px;
}
.showcase-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.showcase-content {
    background: #fefefe;
    padding: 30px;
    text-align: center;
}
h4.showcase-title {
    color: var(--emerald);
    font-family: var(--font-alliance);
    text-align: center;
    margin-bottom: 20px;
}
/*Showcase Images*/

/*Timeline*/
.timeline-section {
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
}

.timeline-wrapper {
    display: flex;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.timeline-content {
    flex: 1;
    padding-right: 40px;
    overflow: hidden;
}

.timeline-inner {
    position: relative;
}

.timeline-block {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.timeline-block img {
    max-width: 100%;
    border-radius: 8px;
}

.timeline-block h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.timeline-block p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.timeline-years {
    width: 300px;
    position: relative;
}

.sticky-year-wrapper {
    position: sticky;
    top: 30%;
    padding-left: 45px;
    background: none;
}

.sticky-year-wrapper::before {
    content: '';
    width: 40px;
    height: 40px;
    background: var(--lime);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -25px;
}

.sticky-year-wrapper::after {
    content: '';
    height: 100vh;
    width: 1px;
    background: var(--grey-2);
    position: absolute;
    left: -3px;
    top: 0;
    z-index: -1;
}

h1#sticky-year {
    font-size: 4rem;
    font-family: var(--font-alliance);
}

.sticky-description {
    padding-top: 60px;
    font-family: var(--font-dm-sans);
    font-size: 1.25rem;
}

.scroll-next-section {
    padding: 100px 20px;
    background: transparent;
    color: white;
    text-align: center;
}

.scroll-next-section .container {
    max-width: 900px;
    margin: 0 auto;
}

        
/*Timeline*/

/*Accordion about page*/
.faq-wrapper.our-mission-accordion {
    background: var(--mist) !important;
    margin-top: -2px;
}
.faq-wrapper.our-mission-accordion .faq-item {
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq-wrapper.our-mission-accordion .faq-question {
    font-size: 3.3rem;
}
.faq-wrapper.our-mission-accordion .faq-question {
    color: var(--emerald);
    cursor: pointer;
    font-family: var(--font-dm-sans);
    padding-bottom: 10px;
    position: relative;
    width: 50%;
    margin-left: auto;
}
.faq-wrapper.our-mission-accordion .faq-item:first-of-type .faq-question {
    color: var(--emerald);
    cursor: pointer;
    font-family: var(--font-dm-sans);
    padding-bottom: 10px;
    position: relative;
    width: 50%;
    margin-left: auto;
}
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(2) .faq-question,
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(3) .faq-question {
    color: #fff;
    padding: 20px 0;
}
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(2) .faq-answer,
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(2) .faq-answer p,
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(3) .faq-answer,
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(3) .faq-answer p {
    color: #fff;
}
.faq-wrapper.our-mission-accordion .faq-question.faq-down:after {
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f067';
    right: unset;
    left: -100px;
}
.faq-wrapper.our-mission-accordion .faq-question.faq-up:after {
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f068';
    right: unset;
    left: -100px;
}
.faq-wrapper.our-mission-accordion .faq-item,
.faq-wrapper.our-mission-accordion .faq-item:first-of-type {
    border: unset;
}
.faq-wrapper.our-mission-accordion .faq-item:first-of-type {
    background-color: var(--mist);
}
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(2) {
    background-color: var(--emerald-light);
}
.faq-wrapper.our-mission-accordion .faq-item:nth-of-type(3) {
    background-color: var(--emerald);
}
.faq-wrapper.our-mission-accordion .faq-answer {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
}
.our-mission-accordion img {
    margin: 0;
    border-radius: 10px;
    max-width: 350px;
}
.faq-wrapper.our-mission-accordion .container {
    padding: 0;
}
.faq-wrapper.our-mission-accordion .faq-item:first-of-type {
    padding-top: 0;
}
.faq-wrapper.our-mission-accordion .faq-item:first-of-type .faq-question {
    padding: 20px 0;
}
/*Accordion about page*/

/*About page*/
.icon-separator h3.section-title-inner {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid;
    margin-left: 50px;
    padding-bottom: 5px;
    padding-top: 15px;
}
.separator-icon-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--lime);
    width: 75px;
    height: 75px;
    color: var(--emerald);
    border-radius: 50%;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
    font-size: 1.5rem;
}
/*About page*/

/*Flexible module*/
.callout-box p {
    color: #fff;
}
.flexible-text-theme-light h2.section-title,
.flexible-text-theme-light .section-description p,
.flexible-text-theme-light .section-cta a,
.flexible-text-theme-light .case-studies-description p,
.flexible-text-theme-light .section-desc p{
    color: #fff !important;
}
.flexible-text-theme-light .btn.btn-lime {
    color: var(--emerald) !important;
}
.flexible-text-theme-dark a.section-cta {
    color: var(--emerald);
}
.flexible-text-theme-dark .callout-box a.section-cta {
    color: #fff;
}
.flexible-text-theme-dark .team-description p {
    color: #414042 !important;
}
.flexible-text-theme-dark h2.section-title {
    color: var(--emerald) !important;
}
.bigger-heading-tags h2:not(.section-title) {
    font-size: 2rem;
    font-family: var(--font-dm-sans);
    font-weight: bold;
    color: var(--emerald);
    margin-bottom:25px;
}
.bigger-heading-tags h3 {
    color: var(--emerald);
    font-size: 1.5rem;
    font-family: var(--font-dm-sans);
}
/*Flexible module*/

/*Cookie module*/
#hs-banner-parent #hs-eu-cookie-confirmation {
    bottom: 10px !important;
    top: unset !important;
}
#hs-eu-header-container {
    display: none;
}
p#hs-eu-cookie-disclaimer {
    display: none;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    display: grid !important;
    grid-template-columns: 3fr 1fr;
}
/*Cookie module*/

/*Toggle graident tiles*/
.toggle-tiles .network-item-list {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);   
    height: 0;
    transition: opacity 0.3s linear;
}
.toggle-tiles .resources-item-content.tile-active .network-item-list {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    height: auto;
}
/*Toggle graident tiles*/

/*Toggle iconbox*/
.features-right.iconbox-active {
    background: var(--emerald-light) !important;
}
.features-right.iconbox-active h3.section-title-inner, .features-right.iconbox-active .features-desc p {
    color: #fff;
}
/*Toggle iconbox*/

/*Table*/
.kj-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.kj-table-module {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
 
.kj-table-module thead tr {
  background-color: #f5f5f5;
}
 
.kj-table-module th {
  padding: 12px 16px;
  /*text-align: left;*/
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
 
.kj-table-module th:last-child {
  border-right: none;
}
 
.kj-table-module td {
  padding: 12px 16px;
  color: #444;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  vertical-align: top;
}
 
.kj-table-module td:last-child {
  border-right: none;
}
 
.kj-table-module tbody tr:last-child td {
  border-bottom: none;
}
 
.kj-table-module tbody tr:nth-child(even) {
  background-color: #fafafa;
}
/*Table*/

/*States dropdown*/
/* Wrapper */
.kj-dropdown-wrapper {
    position: relative;
}

/* Sidebar */
.kj-dropdown-sidebar {
    position: sticky;
    top: 120px;
}

/* Heading */
.kj-dropdown-heading {
    display: block;
    margin-bottom: 12px;
    font-size: 1.125rem;
    font-weight: 600;
}

/* Help text */
.kj-dropdown-help-text {
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.8;
}

/* Search */
.kj-dropdown-search-wrap {
    margin-bottom: 16px;
}

.kj-dropdown-search-input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    background: #fff;
    font: inherit;
    transition: border-color 0.2s ease;
}

.kj-dropdown-search-input:focus {
    outline: none;
    border-color: #0f766e;
}

/* List */
.kj-dropdown-state-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 420px;
    overflow-y: auto;
}

/* Item spacing */
.kj-dropdown-state-item + .kj-dropdown-state-item {
    margin-top: 10px;
}

/* Buttons */
.kj-dropdown-state-btn {
    width: 100%;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 10px 12px;
    border-radius: 6px;
    font: inherit;
    transition: background 0.2s ease;
}

.kj-dropdown-state-btn:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Active state */
.kj-dropdown-state-btn.is-active {
    background: rgba(15, 118, 110, 0.1);
    font-weight: 600;
}

.kj-dropdown-state-item.is-active .kj-dropdown-state-btn {
    background: rgba(15, 118, 110, 0.1);
}

/* Browse all */
.kj-dropdown-browse-all-btn {
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-decoration: underline;
    font: inherit;
}

/* Content panels */
.kj-dropdown-content-panel {
    display: none;
}

.kj-dropdown-content-panel.is-visible {
    display: block;
}

/* Image */
.kj-dropdown-image img {
    max-width: 100%;
    height: auto;
}
/*States dropdown*/

/*Site v2*/
.hero-pill.hero-pill-v2 p, .hero-pill.hero-pill-v2 h3 {
    background: transparent;
    color: var(--lime);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--font-dm-sans);
}
.pill-blue p{
    color: var(--blue) !important;
}
h1.hero-title.hero-title-v2 {
    font-family: var(--font-alliance);
    font-size: 3rem;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
}
.hero-v2 p.hero-sub-text {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
}
.hero-v2 .hero-buttons a {
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
}
.hero-v2 .hero-buttons a:first-of-type {
    margin-right: 0px;
}
.btn-trans.btn-trans-blue {
    border-color: var(--blue);
    color: var(--blue);
}
.btn-trans.btn-trans-blue:hover {
    background-color: var(--blue);
    color: #fff;
}
.hero.hero-v2 {   
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.hero.hero-v2.hero-solid::before, .hero-split-right::before {
    background: none;
}
.hero-split-image {
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero-split-image img {
    border-top-left-radius: 10px;
    max-height: 670px;
    width: auto;
}
.hero-content-panel {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
}
/* Hero V2 */

/*Hero v2 Glass Panel*/
.hero-glass-panel {
  position: relative;
  width: min(760px, 100%);
  padding: 56px 56px 34px;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(circle at 0% 16%, rgba(179,227,49,.075), transparent 14%),
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.10), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(2,103,251,.07), transparent 36%),
    linear-gradient(
      135deg,
      rgba(22,30,40,.56) 0%,
      rgba(9,15,24,.46) 42%,
      rgba(4,9,16,.62) 100%
    );

  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);

  border: 1px solid rgba(255,255,255,.11);

  /*box-shadow:
    -4px 0 18px rgba(179,227,49,.16),
    0 34px 90px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.15),
    inset 0 -1px 0 rgba(255,255,255,.035);*/
}

/*.hero-glass-panel::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: -2px;
  width: 4px;
  border-radius: 999px;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(179,227,49,.95) 20%,
    rgba(179,227,49,.85) 70%,
    transparent
  );

  box-shadow:
    0 0 12px rgba(179,227,49,.75),
    0 0 26px rgba(179,227,49,.35);

  z-index: 2;
}*/

/*.hero-glass-panel::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(115deg, rgba(255,255,255,.13) 0%, rgba(255,255,255,.04) 24%, transparent 50%),
    linear-gradient(to bottom, rgba(255,255,255,.04), transparent 42%);

  pointer-events: none;
  z-index: 1;
}*/

/*.hero-glass-panel .hero-glass-highlight {
  position: absolute;
  top: -110px;
  left: -130px;
  width: 260px;
  height: 260px;
  border-radius: 50%;

  background:
    radial-gradient(circle, rgba(179,227,49,.10), rgba(255,255,255,.06) 32%, transparent 68%);

  filter: blur(4px);
  pointer-events: none;
  z-index: 0;
}
*/
.hero-glass-panel .glass-content {
  position: relative;
  z-index: 3;
}

/*
.hero-glass-panel .hero-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 11px 20px 11px 18px;
  margin-bottom: 28px;
  border-radius: 999px;

  color: #b3e331;
  background:
    radial-gradient(circle at 0% 50%, rgba(179,227,49,.14), transparent 30%),
    rgba(255,255,255,.035);

  border: 1px solid rgba(255,255,255,.13);

  box-shadow:
    -3px 0 14px rgba(179,227,49,.24),
    inset 0 1px 0 rgba(255,255,255,.13);

  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);

  overflow: hidden;
  z-index: 3;
}

.hero-glass-panel .hero-pill::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;

  background: #b3e331;

  box-shadow:
    0 0 10px rgba(179,227,49,.95),
    0 0 22px rgba(179,227,49,.45);
}

.hero-glass-panel .hero-pill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;

  width: 52px;
  height: 52px;

  transform: translateY(-50%);

  background: radial-gradient(circle, rgba(179,227,49,.24), transparent 66%);
  filter: blur(5px);

  pointer-events: none;
  z-index: -1;
}
*/
/*.hero-glass-panel .hero-pill-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(179, 227, 49, 0.35);
  background: linear-gradient(
    90deg,
    rgba(179, 227, 49, 0.15) 0%,
    rgba(179, 227, 49, 0.04) 60%,
    transparent 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 28px;
}

.hero-glass-panel .hero-pill-dot {
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b3e331;
  box-shadow:
    0 0 6px 2px rgba(179, 227, 49, 0.8),
    0 0 14px 4px rgba(179, 227, 49, 0.4);
}

.hero-glass-panel .hero-pill-v2 p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #b3e331;
  letter-spacing: 0.04em;
}*/

.hero-glass-panel .hero-glass-orb {
  position: absolute;
  top: 38px;
  right: 42px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(179,227,49,.6);

  background:
    radial-gradient(circle at center, rgba(179,227,49,.45), transparent 4px),
    radial-gradient(circle, rgba(179,227,49,.18), transparent 68%);

  opacity: .75;
  z-index: 2;
}

.hero-glass-panel .hero-title {
  margin: 0;
  max-width: 640px;
  font-size: 2.75rem !important;
  line-height: .98;
  /* letter-spacing: -0.055em; */
  font-weight: 900;
  text-wrap: balance;
  text-shadow: 0 6px 28px rgba(0,0,0,.38);
}

/*.hero-glass-panel .title-accent {
  display: block;
  width: 70px;
  height: 3px;
  margin: 34px 0 26px;
  background: #b3e331;
  box-shadow: 0 0 18px rgba(179,227,49,.55);
}*/

.hero-glass-panel .hero-sub-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255,255,255,.9);
}

.hero-glass-panel .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-glass-panel .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.hero-glass-panel .btn:hover {
  transform: translateY(-2px);
}

.hero-glass-panel .btn-lime {
  color: #071019;
  background: #b3e331;
  box-shadow: 0 14px 32px rgba(179,227,49,.25);
}
.hero-glass-panel .btn-lime:hover {
    background: #fff;
    border: 1px solid var(--emerald);
    color: var(--emerald) !important;
}
.hero-glass-panel .btn-trans {
  color: #fff;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--blue);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

.hero-glass-panel .trust-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-size: 18px;
  font-weight: 600;
}

.hero-glass-panel .trust-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.04);
}
/*Hero v2 Glass Panel*/

/* 1. Background reveal layer */
.hero-bg-reveal {
    position: absolute;
    inset: 0;
    background-color: #0a0a0a;
    z-index: 10;
    pointer-events: none;
    transform-origin: top center;
}

/* 2. Image — clip-path reveal from bottom-left */
.hero-image-reveal-mask {
    overflow: hidden;
    width: 100%;
    height: 100%;
    clip-path: inset(100% 100% 0% 0% round 0px);
    transform-origin: bottom left;
}

.hero-image-reveal-mask .hero-image {
    display: block;
    width: auto;
    max-height: 670px;
    object-fit: cover;
    transform-origin: bottom left;
    transform: scale(1.08);
}

/* 3. Pill — initial hidden state */
.hero-pill,
.hero-pill-v2 {
    /*opacity: 0;
    transform: translateY(10px);*/
}

/* 4. Title words */
.hero-title .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(22px);
    margin-right: 0;
}

/* 5. Subtext — clip-path curtain reveal */
.hero-sub-text-wrapper {
    overflow: hidden;
    clip-path: inset(0% 100% 0% 0%);
}

.hero-split-right .hero-sub-text {
    opacity: 0;
    transform: translateY(8px);
}

/* 6. Buttons — initial hidden state */
.hero-v2.hero-split-right .hero-buttons .btn {
    /*opacity: 0;
    transform: translateY(22px) scale(0.96);*/
}
.hero-v2.hero-split-right .hero-buttons {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(6px);
  will-change: transform, opacity, filter;
}

/* Reduced motion override */
@media (prefers-reduced-motion: reduce) {
    .hero-bg-reveal {
        display: none;
    }
    .hero-image-reveal-mask {
        clip-path: none;
    }
    .hero-image-reveal-mask .hero-image {
        transform: none;
    }
    .hero-pill,
    .hero-pill-v2,
    .hero-title .word,
    .hero-sub-text,
    .hero-buttons .btn {
        opacity: 1;
        transform: none;
    }
    .hero-sub-text-wrapper {
        clip-path: none;
    }
}


/*Partner Carousel*/
.partner-swiper .swiper-wrapper {
    align-items: center;
}
.partner-carousel {
    /*background-color: var(--grey-light-2);*/
} 
.partner-carousel-wrapper {
    position: relative;
    padding: 0 60px;
} 
.partner-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
} 
.partner-carousel-item {
    width: 200px;
    flex-shrink: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.partner-carousel-item img {
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0;    
} 

 
/* Nav buttons */
.partner-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: var(--white);
    border: 1px solid var(--grey-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s ease, border-color 0.2s ease;
} 
.partner-nav-btn:hover {
    background: var(--emerald);
    border-color: var(--emerald);
    color: var(--white);
} 
.partner-nav-btn svg {
    width: 18px;
    height: 18px;
    color: var(--emerald);
    transition: color 0.2s ease;
} 
.partner-nav-btn:hover svg {
    color: var(--white);
} 
.partner-swiper-prev {
    left: 0;
} 
.partner-swiper-next {
    right: 0;
}
.partner-carousel h2.section-title {
    color: var(--emerald);
    font-family: var(--font-alliance);
}

.partner-track {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.partner-track-inner {
    display: flex;
    flex-shrink: 0;
    gap: 40px;
    animation: partner-scroll 20s linear infinite;
}

@keyframes partner-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.partner-track:hover .partner-track-inner {
    animation-play-state: paused;
}
/*Partner Carousel*/

/* Tabs */
.audience-tabs {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-image:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(2, 94, 110, 0.055) 0%, transparent 70%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  border-bottom: 1px solid rgba(20, 51, 59, 0.08);
}

.audience-tabs h2.section-title {
  font-family: var(--font-alliance);
  color: var(--emerald);
  font-size: 2.5rem;
}

/* Tab nav wrap (arrows + nav) */
.audience-tabs-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
}

/* Tab nav */
.audience-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 6px;
  background: rgba(20, 51, 59, 0.04);
  border: 1px solid rgba(20, 51, 59, 0.08);
  border-radius: 60px;
  width: fit-content;
}

.audience-tab-btn {
  background: transparent;
  border: none;
  border-radius: 50px;
  padding: 11px 26px;
  font-family: var(--font-alliance);
  font-size: 0.95rem;
  color: var(--dark-3);
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

span.audience-tab-btn-text {
    display: block;
    margin-bottom: -2px;
}

.audience-tab-btn:hover {
  color: var(--emerald);
  background: rgba(20, 51, 59, 0.05);
}

.audience-tab-btn.is-active {
  background: var(--lime);
  color: var(--emerald);
  font-weight: 600;
  box-shadow:
    0 2px 8px rgba(20, 51, 59, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.audience-tab-btn:focus {
    outline: unset;
}

/* Nav arrows — hidden on desktop, shown at mobile breakpoint */
.audience-tabs-nav-arrow {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(20, 51, 59, 0.12);
  background: #ffffff;
  color: var(--dark-3);
  cursor: pointer;
  transition: all 0.2s ease;
}

.audience-tabs-nav-arrow:hover {
  color: var(--emerald);
  border-color: rgba(20, 51, 59, 0.25);
}

.audience-tabs-nav-arrow[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* Tab panels */
.audience-tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.audience-tab-panel.is-visible {
  display: block;
}

.audience-tab-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* Inner grid */
.audience-tab-inner {
  grid-gap: 80px;
  align-items: center;
}

/* Left: text */
.audience-tab-title {
  font-family: var(--font-alliance);
  font-size: 1.7rem;
  color: var(--emerald);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
}

.audience-tab-desc {
  font-family: var(--font-dm-sans);
  color: var(--dark-3);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Right: image */
.audience-tab-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0;
  border: 1px solid rgba(20, 51, 59, 0.08);
  box-shadow:
    0 4px 6px rgba(20, 51, 59, 0.04),
    0 20px 60px rgba(20, 51, 59, 0.10),
    0 40px 100px rgba(20, 51, 59, 0.07);
}
/*Tabs end*/

/* Solution Cards Module */
.solution-cards-module {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #0b2028;
  /*background-image:
    radial-gradient(ellipse 80% 55% at 50% -5%, rgba(2, 103, 251, 0.18) 0%, transparent 70%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");*/
  background-image:
    radial-gradient(ellipse 80% 55% at 50% -5%, rgba(2, 103, 251, 0.18) 0%, transparent 70%);
    
  border-top: 1px solid rgba(2, 103, 251, 0.15);
  border-bottom: 1px solid rgba(2, 103, 251, 0.15);
}

.solution-cards-header {
  max-width: 850px;
  margin: 0 auto 55px;
}

.solution-eyebrow {
  margin-bottom: 12px;
  color: var(--lime);
  font-family: var(--font-alliance);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.solution-cards-header h2.section-title {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.08;
  margin-bottom: 20px;
}

.solution-intro {
  max-width: 720px;
  margin: 0 auto;
}

.solution-intro p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
}

.solution-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.solution-card {
  position: relative;
  min-height: 400px;
  grid-column: span 2;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(24px);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 40px rgba(0, 0, 0, 0.25),
    0 30px 80px rgba(0, 0, 0, 0.20);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.solution-card-wide {
  grid-column: span 3;
}

.solution-card-smartsim,
.solution-card-failover,
.solution-card-concierge,
.solution-card-sentinelos,
.solution-card-devtools {
  background: rgba(255, 255, 255, 0.04);
}

.solution-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  filter: blur(90px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.solution-card-smartsim::after  { background: rgba(2, 103, 251, 0.20); }
.solution-card-failover::after  { background: rgba(179, 227, 49, 0.15); }
.solution-card-concierge::after { background: rgba(125, 92, 255, 0.20); }
.solution-card-sentinelos::after { background: rgba(255, 153, 51, 0.18); }
.solution-card-devtools::after  { background: rgba(0, 191, 255, 0.18); }

.solution-card-content {
  position: relative;
  z-index: 2;
  max-width: 80%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solution-card h3 {
  color: #ffffff;
  font-family: var(--font-alliance);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
}

.solution-card p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 30px;
}

.solution-card-cta {
  margin-top: auto;
  color: var(--lime);
  font-family: var(--font-alliance);
  font-size: 0.95rem;
  font-weight: 700;
}

.solution-card-cta span {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.25s ease;
}

.solution-card:hover .solution-card-cta span {
  transform: translateX(5px);
}

.solution-card-visual {
    bottom: -8%;
    pointer-events: none;
    position: absolute;
    right: -14%;
    transition: transform .4s ease;
    z-index: 1;
}

.solution-card-visual::before {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -20%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(55px);
  z-index: -1;
}

.solution-card-smartsim .solution-card-visual::before  { background: rgba(2, 103, 251, 0.28); }
.solution-card-failover .solution-card-visual::before  { background: rgba(179, 227, 49, 0.35); }
.solution-card-concierge .solution-card-visual::before { background: rgba(125, 92, 255, 0.28); }
.solution-card-sentinelos .solution-card-visual::before { background: rgba(255, 153, 51, 0.32); }
.solution-card-devtools .solution-card-visual::before  { background: rgba(0, 191, 255, 0.30); }

.solution-card-wide .solution-card-visual {
  width: unset;
  right: 0;
  bottom: -2%;
}

.solution-card-visual img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
  margin: 0;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.40));
}

.solution-card-wide .solution-card-visual img {
  max-width: 160px;
}

.solution-card.solution-card-visible {
  opacity: 1;
  transform: translateY(0);
}

.solution-card:hover,
.solution-card.solution-card-visible:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 20px 60px rgba(0, 0, 0, 0.35),
    0 40px 120px rgba(0, 0, 0, 0.25);
}

.solution-card:hover .solution-card-visual {
  transform: scale(1.04) translateY(-4px);
}


/*Solution Cards Module*/

/*Solution Cards Module v2*/
.sc-v2-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}
.solutions-card-item {
    grid-column: span 2;
    transition: all 0.3s ease;
    background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.06), transparent 45%),
    linear-gradient(135deg, #14333B 0%, #0A4A56 45%, #035E6E 100%) !important;
  background-blend-mode: screen, normal;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,             /* top edge highlight */
    -30px -30px 60px rgba(3, 94, 110, 0.35) inset,        /* directional glow, top-left */
    30px 30px 80px rgba(3, 15, 18, 0.25) inset,           /* subtle darkening, bottom-right */
    0 20px 40px -12px rgba(3, 15, 18, 0.45),               /* ambient depth */
    0 4px 12px rgba(3, 15, 18, 0.25);                      /* contact shadow */
}
.solutions-glass .solutions-card-item {
    background: transparent !important;
    backdrop-filter: blur(12px);
    transform: translateY(0);
    transition: opacity .45s ease, transform .45s ease, box-shadow .3s ease, border-color .3s ease;
}
.solutions-glass .solutions-card-item:hover {
    background: #fff !important;
    /*transform: translateY(-8px);*/
}
.solutions-card-item:hover a.btn.btn-trans.btn-trans-v2{
    border-color: var(--emerald);
}
.solutions-card-item--wide {
    grid-column: span 3;
}
.sc-graphic-v2 {
    max-width: 100%;
    position: absolute;
    left: -5%;
    bottom: -8%;
}
.sc-graphic-v2 img {
    width: 800px;
    max-width: 100%;
}
.sc-graphic-v2-bottom {
    position: absolute;
    max-width: 650px;
    bottom: -15%;
    left: 0;
    z-index: -1;
    transform: rotate(110deg);
}
.sc-v2-grid h3.section-title-inner:after {
    /*content: '';
    width: 40px;
    height: 3px;
    background: var(--lime);
    display: block;
    margin-top: 5px;*/
}
.solutions-card-item {
    display: flex;
    height: 100%;
}
.solutions-card-item-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.solutions-card-item-inner {
    flex: 0 0 auto;
}
.solutions-card-item-footer {
    margin-top: auto;
}
.solutions-card-item:hover {
    background: #fff !important;
    box-shadow: 0 0 0 1px rgba(179, 227, 49, 0.08), 0 0 12px rgba(179, 227, 49, 0.06), 0 4px 24px rgba(0, 0, 0, 0.3);
}
.solutions-card-item:hover h3, .solutions-card-item:hover p, .solutions-card-item:hover a {
    color: var(--emerald) !important;
}
.solutions-card-item:hover .networks-icon {
    background: var(--lime);
    border-radius: 50%;
    padding: 10px;
}
.solutions-card-item:hover img {
    /*background-color: var(--lime);
    border-radius: 50%;
    padding: 10px;*/
    filter: brightness(0) opacity(0.8);
}
.solutions-card-v2 {
    background-color: var(--emerald);
}
.solutions-card-v2 {
  position: relative;
  background-color: #14333B;
  background-image:
    radial-gradient(circle at 80% 10%, rgba(3, 94, 110, 0.35), transparent 45%),
    radial-gradient(circle at 15% 25%, rgba(15, 66, 78, 0.30), transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(3, 94, 110, 0.18), transparent 55%),
    radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(6, 20, 24, 0.55) 100%),
    linear-gradient(180deg, #0F2A30 0%, #14333B 50%, #0D2529 100%);
  background-blend-mode: screen, screen, screen, normal, normal;
  overflow: hidden;
}
.solutions-card-v2 h3.section-title-inner {
    /*min-height: 67px;*/
}
a.btn.btn-trans.btn-trans-v2 {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    background: hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .65);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .14);
    color: #fff;
}
a.btn.btn-trans.btn-trans-v2:hover {
    border-color: var(--emerald);
}

/* faint top-edge light line, optional */
.solutions-card-v2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  pointer-events: none;
}


/* ============================================================
   Solutions Card V2 — Orb Hover Animation
   ============================================================ */

/* Each card needs position:relative so the orb is scoped to it */
.solutions-animate .solutions-card-item {
    position: relative;
    overflow: hidden; /* keeps orb clipped inside card during travel */
}

/* The lime orb — spawns at card center-bottom, hidden by default */
.solutions-orb {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--lime);
    pointer-events: none;
    z-index: 0;
    /* Start scaled to zero */
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    will-change: transform, opacity;
}

/* Icon sits above the orb by default, then orb slides behind it */
.solutions-animate .networks-icon {
    position: relative;
    z-index: 2;
}

/* Orb settles behind icon */
.solutions-animate .networks-icon .solutions-orb-behind {
    z-index: 1;
}

/* Reduced motion — disable entirely */
@media (prefers-reduced-motion: reduce) {
    .solutions-orb {
        display: none;
    }
}

/* ============================================================
   Solutions Card V2 — Binary Star Ambient Animation
   ============================================================ */

.pattern-move .sc-graphic-v2,
.pattern-move .sc-graphic-v2-bottom {
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .pattern-move .sc-graphic-v2,
    .pattern-move .sc-graphic-v2-bottom {
        animation: none;
        transform: none;
    }
}
/*Solution Cards Module v2*/

/*Two column v2*/
.eyebrow h3, .eyebrow p {
    color: var(--lime);
    font-family: var(--font-dm-sans);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
    margin-bottom: 0;
}
.eyebrow.eyebrow-blue h3, .eyebrow.eyebrow-blue p {
    color: var(--blue);
}
h2.section-title.section-title-v2 {
    font-family: var(--font-alliance);
    font-weight: 600;
    font-size: 2.2rem;
}
.dark-theme-section h2.section-title.section-title-v2, .dark-theme-section p, .dark-theme-section.list-with-icon ul li{
    color: #fff;
}
.dark-theme-section .eyebrow h3 {
    color: var(--lime);
}
.dark-theme-section .btn.btn-v2.btn-trans-blue {
    color: #fff;
}
.dark-theme-section .btn.btn-v2.btn-trans-blue:hover {
    color: var(--blue);
}
.dark-theme-section .eyebrow.eyebrow-blue h3, .dark-theme-section .eyebrow.eyebrow-blue p {
    color: var(--lime);
}
/*Two column v2*/

/*Site v2*/



@media only screen and (max-width: 767px) {
    .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-2-3,  .grid-col-3-2, .grid-col-1-2, .grid-col-1-3, .grid-col-3-2.reverse-column-parent, .grid-col-2-3.reverse-column-parent {
        grid-template-columns: 1fr;
    }
    .flex-col-3_item, .flex-col-4_item {
        flex: 1 1 100%;
    }
    .mobile-reverse-column {
        grid-column: 1 / 2;
        grid-row-start: 1;
    }    
    div#hs_cos_wrapper_Menu {
        display: none;
    }
    .section-cta-wrapper.slide-cta-row a {
        flex: 1 1 100%;
        width: 90%;
    }
    .main-menu {
        display: none;
    }
    .menu-btn {
        display: none;
    }
    .header .container, .header-socket .container {
        padding: 0 20px;
    }
    span.hamburger-line {
        width: 30px;
        display: block;
        height: 2px;
        background: #fff;
    }
    .hamburger-middle {
        margin: 3px 0;
    }
    /*Mobile menu*/
    a.mobile-menu-trigger {
        position: absolute;
        right: 20px;
        z-index: 999;
        top: 35px;
    }
    body.mobile-open {
        overflow: hidden;
    }
    .mobile-open div#hs_cos_wrapper_Menu {
        display: block;
    }
    .menu-dropdown li.menu-item.has-submenu {
        position: relative;
        opacity: 0;
        display: none;
    }
    .menu-dropdown {
        position: relative;
        top: unset;
        display: none;
        margin-top: 20px;
    }
    /*li.menu-item.has-submenu:after {
        content: "\f078";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        position: absolute;
        right: 20px;
        color: #fff;
        top: 0;
    }*/
    nav.main-menu ul {
        display: flex;
        gap: 50px;
        flex-direction: column;
    }
    nav.main-menu {
        background: rgba(20, 51, 59, 0.9);
        width: 100%;
        position: fixed;
        left: 0;
        padding: 30px;
        padding-top: 100px;
        top: 0;
    }
    .menu-description-column {
        border-right: none;
    }
    body.mobile-open nav.main-menu {
        display: block;
        overflow-y: auto;
        height: 100vh;
        overflow-y: auto;
    }   
    .inner-menu {
        padding-left: 0;
        margin-top: 30px;
    }
    a.has-submenu-link {
        position: relative;
        width: 100%;
        display: block;
    }
    span.menu-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .show-dropdown-menu {
        display: block;
    }
    ul.main-menu-list li.menu-item.has-submenu:last-child .menu-dropdown {
        left: 0;
    }
    /*Mobile menu*/


    .hero {
        height: 100vh;
    }
    .hero-inner > div {
        /*overflow-wrap: break-word;
        word-break: break-word;*/
        width: 100%;
    }
    h1.hero-title {
        color: #fff;
        font-size: 2.5rem;
        margin-top: 50px;
    }
    .home-hero-custom h1.hero-title {
        font-size: 3rem;
    }
    .hero-padding {
        padding-top: 100px;
    }
    .intro-message {
        margin-top: 50px;
    }
    .intro-message-inner {
        padding: 30px;
        border-radius: 14px;
    }
    .partners-logo-grid  {
         grid-template-columns: 1fr 1fr;
    }
    .partner-logo {
        padding: 0;
        min-height: 150px;
        display: flex;
        align-items: center;
    }
    .partner-logo img {
        max-width: 100%;
        filter: grayscale(100%);
    }
    .conceirge-icons-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .footer-icons {
        justify-content: center;
        margin-top: 0;
        gap: 30px;
    }
    .footer-menu {
        text-align: center;
    }
    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .home-mobile-hero {
        height: auto;
        min-height: 100vh;
        padding-bottom: 100px !important;
        padding-top: 125px !important;
    }
    .home-mobile-hero .hero-title-wrapper {
        margin-top: -20px !important;
    }
    .home-mobile-hero .container {
        padding: 0 25px;
    }
    h2.section-title {
        font-size: 2rem;
    }
    .resources-header {
        flex-direction: column;
        gap: 20px;
    }
    .intro-msg-title {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.3;
    }
    .instro-msg-desc {
        color: #fff;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.6;
    }
    .connectivity-inner-top {
        grid-gap: 0px;
    }
    .conceirge-bottom a.section-cta {
        position: relative;
    }
    .conceirge-bottom a.section-cta i {
        /*position: absolute;
        right: -30px;
        top: 2px;*/
    }
    .btn {
        position: relative;
        min-width: 200px;
    }
    .btn i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-row {
        flex-direction: column;
        max-width: 100%;
    }
    .private-network-inner {
        max-width: 100%;
    }
    .section-cta {
        position: relative;
    }
    .section-cta i {
        /*position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);*/
    }
    .case-studies-inner {
        max-width: 100%;
    }
    .ft-item-content {
        padding: 0;
    }
    .cta-grid {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        border-radius: 10px;
    }
    .container {
        overflow: hidden;
    }
    .testimonials-grid {
        height: 100%;
        padding: 0;
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .testimonials-left {
        background: var(--emerald-light);
        border-radius: 20px;
        padding: 20px;
    }
    .swiper {
        height: auto;
        width: 100%;
    }
    .testimonials-grid .grid-col-left {
        margin-bottom: 50px;
    }
    .education-hero-cta {
        display: block;
    }
    .slide-cta-row {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .slider-grid {
        height: 100%;
        padding: 0;
    }
    .btn.btn-white:hover {
        color: #000;
        opacity: 0.9;
    }
    .conceirge-icons-grid {
        grid-gap: 30px;
    }
    .concerige-icon-box {
        padding: 0;
    }
    .services-modal-inner {
        max-width: 85%;
    }
    .services-modal {
        overflow: scroll;
    }
    .timeline-content {
        flex: unset;
        overflow: hidden;
        padding-right: 0;
    }
    h1#sticky-year {
        font-family: var(--font-alliance);
        font-size: 3rem;
        padding-right: 15px;
    }
    .sticky-year-wrapper {
        background: none;
        padding-left: 20px;
        position: sticky;
        top: 30%;
    }
    .team-card-image img {
        height: unset;
    }
    .faq-wrapper.our-mission-accordion .faq-question {
        font-size: 2rem;
    }
    .our-mission-accordion .faq-item {    
        padding-left: 0;
    }
    .our-mission-accordion img {
        margin-bottom: 30px;
    }
    .footer-icons, .footer-logo {
        margin-bottom: 20px;
    }
    .landing-page-form-inner{
        margin-top: 0;
        padding: 30px;
    }

    /*Single blog post*/
    .single-post-social-share {
        bottom: 30px;
        position: absolute;
        right: 10px;
    }
    .single-post-social-share .social-share {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .single-hero {
        margin-top: 15px;
    }
    .single-hero .container {
        padding: 0 10px;
    }
    .single-post-social-share .social-share a {
        align-items: center;
        background: var(--lime);
        border-radius: 50%;
        display: flex;
        height: 30px;
        justify-content: center;
        width: 30px;
    }
    .single-post-social-share img {
        border-radius: unset;
        width: 15px !important;
    }
    .single-hero-content h1.hero-title {
        font-size: 1.5rem;
    }
    .single-hero img {
        border-radius: 20px;
        width: 100%;
        object-fit: cover;
    }
    .blog-content-inner.max-80 {
        max-width: 100%;
    }
    .blog-body .container {
        padding: 0 30px;
    }
    .blog-body {
        padding: 25px 0;
    }
    .blog-body img {
        border-radius: 12px;
        margin: 30px 0;
    }
    .hs-blog-post .kj-blog-posts .container {
        padding: 0 25px;
    }
    /*Single blog post*/
     .kj-dropdown-sidebar {
        position: static;
    }

    .kj-dropdown-state-list {
        max-height: 280px;
    }
    .solution-cards-header {
        margin-bottom: 35px;
    }

    .solution-cards-header h2.section-title {
        font-size: 2rem;
    }

    .solution-intro p {
        font-size: 1rem;
    }

    .solution-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solution-card {
        min-height: 430px;
        padding: 28px;
    }
    

    .solution-card-content {
        max-width: 100%;
        min-height: auto;
    }

    .solution-card p {
        max-width: 90%;
    }

    .solution-card-cta {
        margin-top: 10px;
    }

    .solution-card-visual,
    .solution-card-wide .solution-card-visual {
        right: -8%;
        bottom: -5%;
        width: 78%;
    }
    .hero.hero-v2 .container {
        max-width: 100%;
        padding: 0 25px;
    }
    .hero-v2 p.hero-sub-text {
        color: #fff;
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .hero-glass-panel {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px;
        margin-top: 60px;
    }
    .hero-glass-panel .hero-title {    
        font-size: 2.25rem !important;
    }
    .sc-v2-grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .solutions-card-item--wide {
        grid-column: span 2;
    }
    .audience-tabs-nav-wrap {
        margin-bottom: 40px;
    }

    .audience-tabs-nav-arrow {
        display: flex;
    }

    .audience-tabs-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        max-width: 100%;
        width: 100%;
        scroll-behavior: smooth;
    }

    .audience-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .audience-tab-btn {
        flex: 0 0 auto;
        padding: 10px 20px;
        font-size: 0.88rem;
    }
    .audience-tabs .container {
        padding: 0 20px;
    }
    .audience-tabs-content {
        padding: 0 30px;
    }
    .partner-carousel-item {
        width: 95px;
    }
    .button-row a.btn:first-of-type {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

/*767px end*/

@media only screen and (min-width: 769px) and (max-width: 990px) {
     div#hs_cos_wrapper_Menu {
        display: none;
    }
    .section-cta-wrapper.slide-cta-row a {
        flex: 1 1 100%;
        width: 90%;
    }
    .main-menu {
        display: none;
    }
    .menu-btn {
        display: none;
    }
    .header .container, .header-socket .container {
        padding: 0 20px;
    }
    span.hamburger-line {
        width: 30px;
        display: block;
        height: 2px;
        background: #fff;
    }
    .hamburger-middle {
        margin: 3px 0;
    }
    /*Mobile menu*/
    a.mobile-menu-trigger {
        position: absolute;
        right: 20px;
        z-index: 999;
        top: 35px;
    }
    body.mobile-open {
        overflow: hidden;
    }
    .mobile-open div#hs_cos_wrapper_Menu {
        display: block;
    }
    .menu-dropdown li.menu-item.has-submenu {
        position: relative;
        opacity: 0;
        display: none;
    }
    .menu-dropdown {
        position: relative;
        top: unset;
        display: none;
        margin-top: 20px;
    }
    /*li.menu-item.has-submenu:after {
        content: "\f078";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        position: absolute;
        right: 20px;
        color: #fff;
        top: 0;
    }*/
    nav.main-menu ul {
        display: flex;
        gap: 50px;
        flex-direction: column;
    }
    nav.main-menu {
        background: rgba(20, 51, 59, 0.9);
        width: 100%;
        position: fixed;
        left: 0;
        padding: 30px;
        padding-top: 100px;
        top: 0;
    }
    .menu-description-column {
        border-right: none;
    }
    body.mobile-open nav.main-menu {
        display: block;
        overflow-y: auto;
        height: 100vh;
        overflow-y: auto;
    }   
    .inner-menu {
        padding-left: 0;
        margin-top: 30px;
    }
    a.has-submenu-link {
        position: relative;
        width: 100%;
        display: block;
    }
    span.menu-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .show-dropdown-menu {
        display: block;
    }
    ul.main-menu-list li.menu-item.has-submenu:last-child .menu-dropdown {
        left: 0;
    }
    /*Mobile menu*/
     .kj-dropdown-sidebar {
        position: static;
    }

    .kj-dropdown-state-list {
        max-height: 280px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1115px) {
    nav.main-menu ul {
        display: flex;
        gap: 20px;
    }
}