html {
    font-size: 62.5% !important;
}


@font-face {
  font-family: 'extrabold';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format('woff2'),
       url("../fonts/Montserrat-ExtraBold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'bold';
  src: url("../fonts/Montserrat-Bold.woff2") format('woff2'),
       url("../fonts/Montserrat-Bold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'semibold';
  src: url("../fonts/Montserrat-SemiBold.woff2") format('woff2'),
       url("../fonts/Montserrat-SemiBold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'medium';
  src: url("../fonts/Montserrat-Medium.woff2") format('woff2'),
       url("../fonts/Montserrat-Medium.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'regular';
  src: url("../fonts/Montserrat-Regular.woff2") format('woff2'),
       url("../fonts/Montserrat-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'light';
  src: url("../fonts/Montserrat-Light.woff2") format('woff2'),
       url("../fonts/Montserrat-Light.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}



.extrabold{font-family: 'extrabold';}
.bold{font-family: "bold"}
.semibold{font-family: "semibold"}
.medium{font-family: "medium"}
.regular{font-family: "regular"}
.light{font-family: "light"}


:root {

    /* COLORS */
    --white: #fff;
    --black: #000;
    --navy: #003253;
    --lblue: #82C4D5;
    --dnavy: #01121D;
    --teal: #6EC6D8;

	
    /* FONT SIZES WITH CLAMP */
--font-250: clamp(48px, 12.6vw, 99999px);
--font-200: clamp(48px, 10vw, 99999px);
--font-125: clamp(48px, 6.3vw, 99999px);
--font-100: clamp(48px, 5.22vw, 99999px);
--font-96: clamp(44px, 4.7vw, 99999px);
--font-90: clamp(44px, 4.7vw, 99999px);
--font-88: clamp(40px, 4.59vw, 99999px);
--font-80: clamp(40px, 4.17vw, 99999px);
--font-72: clamp(36px, 3.75vw, 99999px);
--font-64: clamp(28px, 3.12vw, 99999px);
--font-56: clamp(24px, 2.87vw, 99999px);
--font-50: clamp(26px, 2.6vw, 99999px);
--font-48: clamp(28px, 2.5vw, 99999px);
--font-40: clamp(22px, 2.08vw, 99999px);
--font-36: clamp(20px, 1.88vw, 99999px);
--font-32: clamp(18px, 1.66vw, 99999px);
--font-30: clamp(16px, 1.55vw, 99999px);
--font-28: clamp(16px, 1.52vw, 99999px);
--font-26: clamp(16px, 1.35vw, 99999px);
--font-25: clamp(16px, 1.3vw, 99999px);
--font-24: clamp(16px, 1.25vw, 99999px);
--font-22: clamp(16px, 1.15vw, 99999px);
--font-20: clamp(14px, 1.1vw, 99999px);
--font-19: clamp(18px, 1vw, 99999px);
--font-18: clamp(16px, 1vw, 99999px);
--font-16: clamp(16px, 0.83vw, 99999px);
--font-14: clamp(14px, 0.73vw, 99999px);
--font-12: clamp(12px, 0.63vw, 99999px);
--font-10: clamp(10px, 0.52vw, 99999px);
--font-8: clamp(8px, 0.42vw, 99999px);


    /* LINE HEIGHT VARIABLES (optional) */
 

    /* PADDING / MARGIN VARIABLES */
    --pt-40: clamp(16px, 2vw, 40px);
    --pt-60: clamp(24px, 3vw, 60px);
    --pt-80: clamp(36px, 4.5vw, 80px);
    --pt-120: clamp(48px, 6vw, 120px);
	 --pt-200: clamp(48px, 6vw, 200px);

    --pb-40: clamp(16px, 4.4rem, 40px);
    --pb-60: clamp(24px, 3vw, 60px);
    --pb-80: clamp(36px, 4.5vw, 80px);
    --pb-120: clamp(48px, 6vw, 120px);

    --pl-40: clamp(16px, 2vw, 40px);
    --pl-60: clamp(24px, 3vw, 60px);
    --pl-80: clamp(36px, 4.5vw, 80px);
    --pl-120: clamp(48px, 6vw, 120px);

    --pr-40: clamp(16px, 2vw, 40px);
    --pr-60: clamp(24px, 3vw, 60px);
    --pr-80: clamp(36px, 4.5vw, 80px);
    --pr-120: clamp(48px, 6vw, 120px);
}



/* FONT SIZE CLASSES */
.font-250 { font-size: var(--font-250); }
.font-200 { font-size: var(--font-200); }
.font-125 { font-size: var(--font-125); }

.font-100  { font-size: var(--font-100); line-height: 1; }
.font-90  { font-size: var(--font-90); line-height: 1;  }
.font-96{ font-size: var(--font-96) !important; line-height: 1;  }
.font-88  { font-size: var(--font-88); line-height: 1; }
.font-80  { font-size: var(--font-80)!important; line-height: 1 !important;  }
.font-72  { font-size: var(--font-72) !important; line-height: 1 !important;   }
.font-64  { font-size: var(--font-64) !important; line-height: 1; }
.font-56,.font-56 p  { font-size: var(--font-56) !important; line-height: 1;  }
.font-50  { font-size: var(--font-50); line-height: 1;  }
.font-48,.font-48 p  { font-size: var(--font-48); line-height: 1;  }
.font-40  { font-size: var(--font-40); line-height: 1;   }
.font-36  { font-size: var(--font-36); line-height: 1;   }
.font-32  { font-size: var(--font-32) !important;  line-height: 1.2 !important;  }
.font-30  { font-size: var(--font-30); line-height: 1;   }

.font-28  { font-size: var(--font-28); line-height: 1;   }
.font-27  { font-size: var(--font-27); line-height: 1;   }
.font-26  { font-size: var(--font-26); line-height: 1;   }
.font-25  { font-size: var(--font-25); line-height: 1;   }
.font-24  { font-size: var(--font-24); line-height: 1;   }
.font-22  { font-size: var(--font-22); line-height: 1;   }
.font-20  { font-size: var(--font-20); line-height: 1.5;   }
.font-19  { font-size: var(--font-19); }
.font-18  { font-size: var(--font-18); }
.font-16  { font-size: var(--font-16); }
.font-14  { font-size: var(--font-14); }
.font-12  { font-size: var(--font-12); }
.font-10  { font-size: var(--font-10); }
.font-8   { font-size: var(--font-8); }

/* -------------------------
   PADDING UTILITIES
------------------------- */

/* PADDING TOP */
.pt-40  { padding-top: var(--pt-40) !important; }
.pt-60  { padding-top: var(--pt-60) !important; }
.pt-80  { padding-top: var(--pt-80) !important; }
.pt-120 { padding-top: var(--pt-120) !important; }

/* PADDING BOTTOM */
.pb-40  { padding-bottom: var(--pb-40) !important; }
.pb-60  { padding-bottom: var(--pb-60) !important; }
.pb-80  { padding-bottom: var(--pb-80) !important; }
.pb-120 { padding-bottom: var(--pb-120) !important; }

/* PADDING LEFT */
.pl-40  { padding-left: var(--pl-40) !important; }
.pl-60  { padding-left: var(--pl-60) !important; }
.pl-80  { padding-left: var(--pl-80) !important; }
.pl-120 { padding-left: var(--pl-120) !important; }

/* PADDING RIGHT */
.pr-40  { padding-right: var(--pr-40) !important; }
.pr-60  { padding-right: var(--pr-60) !important; }
.pr-80  { padding-right: var(--pr-80) !important; }
.pr-120 { padding-right: var(--pr-120) !important; }

/* -------------------------
   MARGIN UTILITIES
------------------------- */

/* MARGIN TOP */
.mt-40  { margin-top: var(--pt-40); }
.mt-60  { margin-top: var(--pt-60); }
.mt-80  { margin-top: var(--pt-80); }
.mt-120 { margin-top: var(--pt-120); }

/* MARGIN BOTTOM */
.mb-40  { margin-bottom: var(--pb-40); }
.mb-60  { margin-bottom: var(--pb-60); }
.mb-80  { margin-bottom: var(--pb-80); }
.mb-120 { margin-bottom: var(--pb-120); }

/* MARGIN LEFT */
.ml-40  { margin-left: var(--pl-40); }
.ml-60  { margin-left: var(--pl-60); }
.ml-80  { margin-left: var(--pl-80); }
.ml-120 { margin-left: var(--pl-120); }

/* MARGIN RIGHT */
.mr-40  { margin-right: var(--pr-40); }
.mr-60  { margin-right: var(--pr-60); }
.mr-80  { margin-right: var(--pr-80); }
.mr-120 { margin-right: var(--pr-120); }


.white        { color: var(--white); }
.black        { color: var(--black); }
.navy         { color: var(--navy); }
.lblue        { color: var(--lblue); }
.dnavy    { color: var(--dnavy); }
.teal         { color: var(--teal); }

.white-bg     { background: var(--white); }
.black-bg     { background: var(--black); }
.navy-bg      { background: var(--navy); }
.lblue-bg     { background: var(--lblue); }
.dnavy-bg { background: var(--dnavy); }
.teal-bg      { background: var(--teal); }



.nomargin-top{margin-top:0!important}
.nomargin-bottom{margin-bottom:0!important}
.nomargin-left{margin-left:0!important}
.nomargin-right{margin-right:0!important}
.nopadding-top{padding-top:0!important}
.nopadding-bottom{padding-bottom:0!important}
.nopadding-left{padding-left:0!important}
.nopadding-right{padding-right:0!important}


/*body,html{height:100%!important}*/
body{font-family:"regular"!important;overflow-x:hidden; color: var(--navy) !important; font-size: var(--font-20) !important; line-height: 1.2!important;}
.wrapper{margin:auto;width:100%}
.bigger-container{margin: auto;padding-left: 3vw;    padding-right: 3vw; width: 100%}
.big-container{margin: auto;padding-left: 7vw;    padding-right: 7vw; width: 100%}
.small-container {    margin: auto;    padding-left: 12vw;    padding-right: 12vw;    width: 100%;}
.header{position:absolute;width:100%;margin:auto;left:0;top:0;right:0;z-index:5;transition:all ease-in-out .3s;padding:2vw 0;}
.header.stickyheader{animation-direction:normal;animation-duration:.7s;animation:slide-down .7s;z-index:5;transition:all ease-in-out .3s;box-shadow: 0 0 10px rgb(0 0 0 / 5%); position: fixed;background: rgba(0, 50, 83, 0.80);
backdrop-filter: blur(5px);}

.square-cta a:visited {
    color: inherit;
}

.logo img {
    width: 17vw;
}

.header.stickyheader{padding: 1vw 0; overflow: hidden;}

/*.header.stickyheader .logo img {
    width: 12vw;
}


.header.stickyheader .main-menu ul li:last-child a {
    height: 2.75vw;
    line-height: 2.75vw;
    padding: 0 0.74vw;
}*/


:focus{outline:none!important}
a{color:inherit; transition: all 0.5s;}
a:hover{text-decoration:none!important; transition: all 0.5s;}
a:focus{outline:none!important;border:none!important;text-decoration:none!important}
img{ transition: all 0.5s;}
*:hover img{ transition: all 0.5s;}
.text-underline{text-decoration: underline !important}
.abs-anch{position: absolute; width: 100%; height: 100%; top: 0;left: 0; color: transparent !important;z-index: 0}
.borderbottom{border-bottom: 1px solid}
.list-inline li{display: inline-block}
.show-1024,.show-768,.show-600,.d-flex.show-1024{display:none!important}
input,select,texarea{border-radius:0!important}
strong,b{font-weight:normal;font-family:bold}
.overflow-hidden{overflow: hidden}
.object-cover img{object-fit: cover; width: 100%; height: 100%;}
.overlay{position: relative;}
.overlay:before{content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%;}
.full-height {height: calc(var(--vh) * 100);}
.running-text p{line-height: 1.6 !important;}
.running-text p:last-child{margin-bottom: 0;}
/*#how-does-zeroBonds-work{scroll-margin-top:130px}*/





input:focus::-webkit-input-placeholder{color:transparent}
input:focus:-moz-placeholder{color:transparent}
input:focus::-moz-placeholder{color:transparent}
input:focus:-ms-input-placeholder{color:transparent}
textarea:focus::-webkit-input-placeholder{color:transparent}
textarea:focus:-moz-placeholder{color:transparent}
textarea:focus::-moz-placeholder{color:transparent}
textarea:focus:-ms-input-placeholder{color:transparent}

input::-webkit-input-placeholder{color: rgba(10, 10, 10, 0.50);}
input:-moz-placeholder{color: rgba(10, 10, 10, 0.50);}
input::-moz-placeholder{color: rgba(10, 10, 10, 0.50);}
input:-ms-input-placeholder{color: rgba(10, 10, 10, 0.50);}
textarea::-webkit-input-placeholder{color: rgba(10, 10, 10, 0.50);}
textarea:-moz-placeholder{color: rgba(10, 10, 10, 0.50);}
textarea::-moz-placeholder{color: rgba(10, 10, 10, 0.50);}
textarea:-ms-input-placeholder{color: rgba(10, 10, 10, 0.50);}

select {-webkit-appearance: none;position: relative;background-image: url("../images/select-arrow.svg") !important;background-position: right 15px center!important;    background-repeat: no-repeat!important;}




@keyframes slide-down {
0%{opacity:0;transform:translateY(-100%)}
100%{opacity:1;transform:translateY(0)}
}
.down-arrow img{-webkit-animation:mover 1s infinite alternate;animation:mover 1s infinite alternate}
@-webkit-keyframes mover {
0%{transform:translateY(0)}
100%{transform:translateY(-10px)}
}
@keyframes mover {
0%{transform:translateY()}
100%{transform:translateY(-10px)}
}


.moz-background-picture,.moz-background-picture-side{display:inline-block;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}
body.loaded .rollout .moz-background-picture:before,.roll-out.anim.in-view .moz-background-picture:before{height:0; transition-delay:1s}
body.loaded .rollside .moz-background-picture-side:before,.roll-side.anim.in-view .moz-background-picture-side:before{width:0; transition-delay:1s}
.moz-background-picture:before{content:"";height:100%;width:100%;display:block;position:absolute;bottom:0;left:0;background-color:#fff;transition:height 1.2s cubic-bezier(.57,0,.08,1);z-index:0}
.moz-background-picture-side.black-bg:before,.moz-background-picture.black-bg:before{background-color:#000}
.moz-background-picture-side:before{content:"";height:100%;width:100%;display:block;position:absolute;bottom:0;left:0;background-color:#fff;transition:width 1.2s cubic-bezier(.57,0,.08,1);z-index:0}
.rollout,.roll-out,.rollside,.roll-side{position:relative}
.slide-right,.slideright{transform:translateX(-100px);opacity:0;transition:transform 1.8s cubic-bezier(0.16,0.68,0.43,0.99),opacity 1.8s ease-in-out}
.loaded .slide-right,.anim.in-view .slideright{transform:translateX(0);opacity:1}
.slide-left,.slideleft{transform:translateX(100px);opacity:0;transition:transform 1.8s cubic-bezier(0.16,0.68,0.43,0.99),opacity 1.8s ease-in-out}
.loaded .slide-left,.anim.in-view .slideleft{transform:translateX(0);opacity:1}
.longslide-left,.longslideleft{transform:translateX(-1000px);opacity:0;transition:transform 1.8s cubic-bezier(0.16,0.68,0.43,0.99),opacity 1.8s ease-in-out}
.loaded .longslide-left,.anim.in-view .longslideleft{transform:translateX(0);opacity:1}
.slide-down,.slidedown{transform:translateY(-100px);opacity:0;transition:transform 1.8s cubic-bezier(0.16,0.68,0.43,0.99),opacity 1.8s ease-in-out}
.loaded .slide-down,.anim.in-view .slidedown{transform:translateY(0);opacity:1}
.slide-up,.slideup{transform:translateY(100px);opacity:0;transition:transform 1.8s cubic-bezier(0.16,0.68,0.43,0.99),opacity 1.8s ease-in-out}
.loaded .slide-up,.anim.in-view .slideup{transform:translateY(0);opacity:1}

.loaded .delayed,.anim.in-view .de-layed{transition-delay:  0.8s}
.loaded .delayed1,.anim.in-view .de-layed1{transition-delay:  1.0s}
.loaded .delayed2,.anim.in-view .de-layed2{transition-delay: 1.2s}
.loaded .delayed3,.anim.in-view .de-layed3{transition-delay:  1.4s}
.loaded .delayed5,.anim.in-view .de-layed4{transition-delay:  1.6s}
.loaded .delayed6,.anim.in-view .de-layed5{transition-delay:  1.8s}
.loaded .delayed7,.anim.in-view .de-layed6{transition-delay:  2.0s}
[data-aos=scale]{transform:scale(1.3)}
[data-aos=scale].aos-animate{transform:scale(1)}

.d-grid{ display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}


/* CTAs */

.square-cta a{border: 1px solid rgba(255, 255, 255, 0.20) !important;background: rgba(255, 255, 255, 0.20);backdrop-filter: blur(10px);display: inline-flex;align-items: center;    justify-content: center;height: 3.75vw;line-height: 3.75vw; padding: 0 2.781vw; letter-spacing: 0.02rem;}

.square-cta.with-arrow a{gap: 1vw;}

.square-cta.with-arrow.lowblue a{background: rgba(130, 196, 213, 0.30);}
.square-cta a {    transition: background 0.4s ease, border-color 0.4s ease;}

.square-cta a:hover,.main-menu ul li:last-child:hover a {
    background: #fff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
	color: var(--navy) !important;
}



.square-cta.with-arrow a svg {
    transition: transform 0.3s ease;
}

.square-cta.with-arrow a:hover svg {
    transform: rotate(45deg);
}

/* Header */

header.header:after {
    content: "";
    opacity: 0.8;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    height: 150%;
	z-index: -1;
    top: 0;
}

body:not(.home) header.header:after {display: none;}


body.page-template-new-home header.header:after{display: block;}


body:not(.home) header.header{background: var(--navy);}

body.page-template-new-home  header.header{background: none;}

body.page-template-new-home header.header.stickyheader {
    background: rgba(0, 50, 83, 0.80);
}

header.header.stickyheader:after{display: none;}

header.header.stickyheader{background: rgba(0, 50, 83, 0.80);backdrop-filter: blur(5px);}

.main-menu ul {
    padding: 0 0px 0px 8vw;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}

.main-menu ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0;margin: 0;
}

.main-menu ul li a{color: var(--white) !important;
font-family: "medium";
font-size: var(--font-16);
letter-spacing: 0.02rem;}

.main-menu ul li:not(:last-child) a:after{
    content: "";
    background: currentcolor;
    width: 0%;
    height: 1px;
    display: block; transition: all ease 0.3s
}

.main-menu ul li:not(:last-child):hover a:after{
    width: 100%;
transition: all ease 0.3s
}


.main-menu ul li:last-child a{border: 1px solid rgba(255, 255, 255, 0.20) !important;background: rgba(255, 255, 255, 0.20);backdrop-filter: blur(10px);display: inline-flex;height: 3.75vw;line-height: 3.75vw; padding:0 2.571vw;}


body:not(.home):not(.page-template-thankyou) .site-main  {
    padding-top: 7.7vw;
}

body.page-template-new-home .site-main {
    padding-top: 0;
}

/* End */


/* HERO BANNER */

.hero-section.overlay:before{background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); height: 70%; top: auto; bottom: 0;z-index: 0; opacity: 0.5;}

.hero-section:after{content: ""; background: #fff; opacity: 0.2; position: absolute; width: 100%; height: 1px; bottom: 3.7vw;z-index: 0}

.hero-section {
    position: relative;
    overflow: hidden;
	height: 100vh;
}

.hero-media {
    width: 100%;
    height: 100%;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-vimeo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-vimeo-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77vh;
    min-width: 100%;
    min-height: 100%;
    height: 56.25vw;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
background: #01121D;
	
	z-index: 1;
}

.hero-content {
    width: 100%;
    height: 100%;
    padding: 0 7vw;
	    bottom: 2vw;
    flex-direction: column;z-index: 1;
}


.right-arrows {
    width: 70vw;
    right: -30vw;
    top: -20vw;
    z-index: -1;
}


.complex-card-icon {
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.complex-card:hover .complex-card-icon {
    transform: scale(1.3);
}

.complex-card-icon svg {
    width: 100%;
    height: 100%;
}




section.complex-section {
    z-index: 2;margin-top: 4vw;
}

section.complex-section.overlay:before {
background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 52.83%);
backdrop-filter: blur(2px);
    height: 80%; z-index: 0; top: -5px;
}

section.complex-section.overlay:after {	content: "";position: absolute; width: 100%;  background: #01121D; opacity: 0.3;    height: 100%; z-index: -1; top: 0;}


.complex-card {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    padding: 3vw 2vw 2vw 2vw; transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.complex-card h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    min-height: 12vw;
}

.row.complex-cards-row {
    padding-top: 7vw;
}



.complex-card:hover {
    background: #fff;
    backdrop-filter: none;
}

.complex-card:hover h3 {
    color: var(--navy) !important;
	border-color: var(--navy);
}

.complex-card:hover .running-text {
    color: var(--navy) !important;
}



.complex-card:hover .complex-card-icon svg path,
.complex-card:hover .complex-card-icon svg circle,
.complex-card:hover .complex-card-icon svg rect,
.complex-card:hover .complex-card-icon svg line,
.complex-card:hover .complex-card-icon svg polyline {
    stroke: var(--navy) !important;
}


.guiding-content {
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vw 2vw 5vw;
}


.guiding-image-wrap {
    background-size: cover !important;
    background-position: center center !important;
    z-index: 1;
}

.guiding-overlay {
    width: 100%;
    height: 100%; 
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: -1;
}

.guiding-ctas.d-flex.gap-3 {
    gap: 1vw;
}

.guiding-content .running-text {
    width: 41vw;
}

.row.features-grid {

    margin: 4vw 0 5vw;
    border-top: 1px solid rgba(255, 255, 255, 0.3);

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.row.features-grid .feature-item:nth-child(1), .row.features-grid .feature-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.row.features-grid .feature-item:nth-child(1), .row.features-grid .feature-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.col-lg-6.feature-item {
    padding: 4vw 6vw;
}

.d-flex.align-items-start.gap-4 {
    gap: 1.57vw;
}

.feature-icon svg {
    width: 3.386vw;
    height: 3.386vw;
}


.quote-container {
    padding-bottom: 6vw;
    gap: 6.7vw;
    justify-content: center;
}

.quote-icon {
    left: 22vw;
}


section.journey-section {
    padding: 7vw 0; background-size: cover !important;    background-position: left;
    z-index: 1;
    aspect-ratio: 384 / 229;
}

.journey-overlay{position: absolute; width: 100%; height: 100%; top: 0;opacity: 0.6;background: #01121D;z-index: -1}


.journey-section .square-cta.with-arrow a {
    min-width: 18.2vw;
}


section.journey-section .col-lg-6 {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.journey-step {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    padding: 3.5vw 2.5vw 3.5vw 2.5vw;transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.journey-step:hover {
    background: #fff;
    backdrop-filter: none;
}

.journey-step:hover span,
.journey-step:hover h3,
.journey-step:hover .running-text {
    color: var(--navy) !important;
}

.journey-step .col-auto {
    padding-right: 5vw;
}

.footer__menu ul li,.footer__menu ul{padding: 0; margin: 0;}
.footer__menu ul li a{font-size: var(--font-16); font-family: "bold"; display: table;transition: all ease 0.3s; color: var(--navy)}

.contact-column a{color: var(--navy);}

.contact-column a:hover{color: var(--lblue);}

.footer a:visited{color: inherit !important;}

.footer__menu ul li{
position: relative;
}

/*.footer__menu ul li:not(:last-child)::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 16rem;
    height: 1px;
    background: rgba(130, 196, 213, 0.47);
    margin: 13px 0 13px;
}*/

.footer__menu ul li:not(:last-child)::after {
    content: "";
    display: block;
    width: 10rem;
	margin: 16px 0 16px;
	 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="1" viewBox="0 0 160 1" fill="none"><path d="M160 0.235352L0 0.235338" stroke="%2382C4D5" stroke-width="0.47036"/></svg>') no-repeat;
    background-size: 100% 100%;
    height: 1px;
}

.footer__menu ul li:hover a{color: var(--lblue) !important;    transition: all ease 0.3s;}


.contact-column {
    position: relative;
    padding-right: 6vw;
}

.contact-column::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--lblue);
    transform: scaleX(.47);
    transform-origin: right;
}

.footer__menu {
    padding-left: 3vw;
}



body:not(.home) footer.footer{
    background: var(--navy);
    color: #fff !important;
}

body:not(.home) .footer a{color: #fff !important;}


body:not(.home) .badges__column .navy,body:not(.home) .footer-bottom .navy{
    color: #fff;
}


body:not(.home) .footer .white-logo.d-none{display: block !important;}

body:not(.home) .footer .blue-logo{display: none !important;}


body:not(.home) .footer .white-adcreators.d-none{display: block!important}


body:not(.home) .footer .blue-adcreators{display: none !important;}



body.page-template-new-home footer.footer {
    background: #fff;
    color: var(--navy) !important;
}

body.page-template-new-home .footer a{color: var(--navy) !important;}

body.page-template-new-home .badges__column .navy,body.page-template-new-home .footer-bottom .navy{
    color: var(--navy);
}












.badges__column {
    background: rgba(130, 196, 213, 0.10);
    padding: 3vw 2vw;
    display: flex;
    flex-direction: column;
}

.badges__column .membership-badge:first-child {

    padding-bottom: 2vw;
    margin-bottom: 2vw;
	position: relative;
}

.badges__column .membership-badge:first-child::after {
    content: "";
    display: block;
	    position: absolute;
    bottom: 0;
    width: 100%;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="680" height="1" viewBox="0 0 680 1" fill="none"><path d="M680 0.234863L0 0.234863" stroke="%2382C4D5" stroke-width="0.47"/></svg>') no-repeat;
background-size: 100% 100%;
	height: 1px;
	
}

.badges__column .membership-badge .membership-logo {
    width: 18rem;
   position: relative;
    min-height: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 2.4rem;
}

.badges__column .membership-badge .membership-logo img{width: 100%;}

.badges__column .membership-badge .membership-logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--lblue);
    transform: scaleX(.47);
    transform-origin: right;
}

.badges__column .membership-badge:first-child .membership-logo img{width: 5vw; margin: auto}

.membership-badge.d-flex {
    gap: 2.4rem;
}

.footer-bottom .col-lg-4.d-flex {
    gap: 1vw;
}

.footer .footer-top{border:none; position: relative;}

.footer .footer-top:after{
    content: "";
    display: block;
    border-bottom: 1px solid var(--lblue);
    transform: scaleY(.47);
    transform-origin: bottom;
	    position: absolute;
    bottom: 0;
    width: 100%;
}



.services_container{
    position: relative;
}

.services-left,
.services-right {
    width: 50%;
    position: relative;
    overflow: hidden;
	aspect-ratio:1/1;
}

.service-left-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.service-left-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.service-left-slide.leaving {
    opacity: 0;
}

.service-left-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.00) 6.58%, #000 108.63%)
}

.service-left-overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);

}

.service-left-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 4vw 3vw;
}

.service-right-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.service-right-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.service-right-slide.leaving {
    opacity: 0;
}

.service-right-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3vw 12vw 5vw 3vw;
}


.service-right-content .font-48{line-height: 1.25;}
.service-right-content .running-text p {    line-height: 1.4 !important;}


.service-number {
    top: 2vw;
    right: 2vw;
}

.services-chevron {
    width: 100%;
    height: 100%;
    background-image: url("../images/right-arrows.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	    position: absolute;
    left: -8vw;
}

.services-pagination {
    position: absolute;
    bottom: 4vw;
    left: 0;
    width: 100%;
    z-index: 10;
    right: 0;
    margin: auto;
}

.services-pagination-track {
    position: relative;
    width: calc(100% - 6vw);
	margin: auto;
    height: 2px;
    background: rgba(204, 204, 204, 0.5);
	display:flex;
    cursor:pointer;
}

.services-pagination-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    top: -1px;
    background: #fff;
    transition: transform 0.5s ease;
}

.services-pagination-segment{
    flex:1;
    position:relative;
    z-index:2;
    height:20px;
}

.services-pagination-indicator{
    z-index:1;
}


.services_container.d-flex {
    gap: 3vw;
}


.sv-pagination {
    position: relative;
    bottom: 4vw;
    /* left: 0; */
    width: 49%;
    /* z-index: 10; */
}

.sv-pagination-track {
    position: relative;
    width: calc(100% - 6vw);
    margin: auto;
    height: 2px;
    background: rgba(204, 204, 204, 0.5);
}

.sv-pagination-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 2px;
    background: #fff;
    transition: transform 0.5s ease;
}

.sv-left, .sv-right {
    width: 50%;
    aspect-ratio: 1 / 1;
    background-size: cover;
	position: relative;
}

.sv-track.d-flex {
    gap: 4rem;
}

/* ===== CHECKLIST MODAL ===== */
.checklist-modal-dialog {
    max-width: 640px;
}

.checklist-modal-content {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.88) translateY(30px);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.45s ease;
}

#checklistModal.modal.show .checklist-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

#checklistModal.modal.hiding .checklist-modal-content {
    transform: scale(0.88) translateY(30px);
    opacity: 0;
}

/* Backdrop */
#checklistModal .modal-backdrop,
.modal-backdrop {
    transition: opacity 0.45s ease;
}

 #checklistModal   .modal-dialog {
        max-width: 60rem;
}

/* Header */
.checklist-modal-header {
    padding: 3.2rem 5rem;
    position: relative;
}

.checklist-modal-subtitle {
    padding-top: 1vw
}

.checklist-modal-header .d-flex.align-items-center.gap-3 {
    align-items: center;
    gap: 1vw;
}

span.checklist-modal-icon svg {
    width: 2vw;
    height: 2vw;
}

.checklist-modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.checklist-modal-close:hover {
    opacity: 1;
    transform: rotate(90deg);
	    background: none !important;
}

/* Body */
.checklist-modal-body {
    padding: 5rem 5rem 0;
}

/* Footer */
.checklist-modal-footer {
    padding: 0 5rem 3.2rem;
    border-top: none;
}

/* CF7 Overrides inside modal */
.checklist-modal-body .wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.checklist-modal-body .wpcf7 label {
    font-family: "bold";
    color: var(--navy);
    display: block;
    margin-bottom: 0.4rem;
}

.checklist-modal-body .wpcf7 input[type="email"],
.checklist-modal-body .wpcf7 input[type="tel"],
.checklist-modal-body .wpcf7 input[type="text"] {
    width: 100%;
    border: 1.5px solid #d0dce8;
    border-radius: 4px;
    padding: 0.85rem 1rem;
    color: var(--navy);
    font-family: "regular";
    transition: border-color 0.3s ease;
    background: #fff;
}

.checklist-modal-body .wpcf7 input:focus {
    border-color: var(--teal);
    outline: none;
}

.checklist-modal-body .wpcf7 input[type="submit"] {
    width: 100%;
    background: var(--navy);
    color: var(--white);
    font-family: "semibold";
    border: none;
    padding: 1rem;
    border-radius: 0px !important;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 1vw;
    height: 3.65vw;
    line-height: 3.65vw;
    letter-spacing: 0.02rem;
	text-decoration: none !important;
}


.checklist-modal-body .wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

.checklist-modal-body .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: var(--font-14);
    color: var(--teal);
}


.input-fields input {
    height: 3vw;
	line-height: 3vw;
    border-radius: 8px !important;
    border-color: #D1D5DC !important;
    padding: 0 1vw !important;
}


.error404, .page-template-thankyou{background: var(--navy); color: #fff;}

.error404 .header,.error404 .footer,.error404 .navigationMenu .trigger,.page-template-thankyou .header,.page-template-thankyou .footer,.page-template-thankyou .navigationMenu .trigger{display:none}
main.main-content.thankyou-error-page,main.main-content.thankyou-error-page .big-container,.error404 div#smooth-content,.page-template-thankyou .navigationMenu .trigger{height:100%;min-height:100vh}
.thankerror-msg.position-relative{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;min-height:100vh;text-align:center}

.position-absolute.errortext{z-index:-1;font-size:30vw;opacity:.05;text-transform:uppercase; font-family: "bold"}
.position-absolute.errortext.thankyoutext{font-size:20vw;line-height:20vw}

.dflex-ctas.d-flex.pt-60 {
    gap: 1vw;
}

/* =========================
   MOBILE TOGGLE BUTTON
========================= */
.mob-toggle {
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 20;
    position: relative;
	margin: 0 0 0 auto;
	border-top: none !important;
}

.mob-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: transform 0.4s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
}

.mob-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
	    background: var(--lblue) !important;
}
.mob-toggle.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
	
}
.mob-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
	    background: var(--lblue) !important;
}



/* header is absolute by default — toggle lines white on dark hero */
/* when sticky (navy bg) lines already white — no change needed */
.header:not(.stickyheader) .mob-toggle span {
    background: var(--white);
}
.header.stickyheader .mob-toggle span {
    background: var(--white);
}

.menu-open header.header {
    background: var(--navy);
}

.menu-open header.header:after {
   display: none;
}

body.menu-open{position: fixed;}

.mob-toggle.is-open{
    position: fixed !important;    top: 32px;    right: 30px !important;}

/* =========================
   MOBILE MENU PANEL
========================= */
.mob-menu {
    position: fixed;
    top: 89px;
    right: 0;
    width: 90%;
    height: calc(100% - 80px);
    background: var(--white);
    z-index: 25;
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    overflow-y: auto;
    display: none;
}

.mob-menu__inner {
    padding: 30px 30px 40px;
}

.mob-menu__overlay {
    position: fixed;
    top: 70px;
    inset-inline: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    display: none;
}

.mob-menu.is-open {
    transform: translateX(0);
}

.mob-menu__inner {
   padding: 30px 30px 40px;
}

/* Main nav links */
.mob-nav-list li,.mob-nav-list {
  padding: 0; margin: 0;
}

.mob-nav-list li a {
    display: block;
    font-family: 'medium';
    font-size: var(--font-16);
    color: var(--navy);
    padding: 14px 0;
    transition: color 0.3s ease;
	line-height: 1.5
}

.mob-nav-list li:last-child a {
    background: var(--navy);
    color: #fff !important;
    text-align: center;
    margin-top: 20px;
    font-family: semibold;
}

/*.mob-nav-list li a:hover {
    color:var(--lblue);
}

 CTA last item in main menu */
.mob-nav-list li.mobile-cta {
    border-bottom: none;
    margin-top: 20px;
}

.mob-nav-list li.mobile-cta a {
    display: block;
    background: var(--navy);
    color: var(--white);
    text-align: center;
    padding: 14px 20px;
    font-family: 'medium';
    font-size: var(--font-16);
    transition: background 0.3s ease;
}

.mob-nav-list li.mobile-cta a:hover {
    background: var(--dnavy);
    color: var(--white);
}

.mob-subnav-list li,.mob-subnav-list{margin: 0; padding: 0;}

/* Divider */
.mob-menu__divider {
    border-color: rgba(0, 50, 83, 0.15);
    margin: 40px 0 32px 0;
}
.mob-menu__divider2 {
    border-color: rgba(0, 50, 83, 0.15);
    margin: 25px 0 30px 0;
}

.mob-menu__contact .font-16,.mob-menu__contact .font-16 a {
    font-size: 14px; display: block; line-height: 20px
}

.mob-menu__contact div:not(.font-16.mb-5){margin-bottom: 1rem;}



/* Sub nav links */



.mob-subnav-list li a {
    display: block;
    font-family: 'bold';
    font-size: var(--font-14);
    color: var(--navy);
    padding: 8px 0;
    transition: color 0.3s ease;
}

.mob-subnav-list li a:hover {
    color: var(--teal);
}

/* Contact block — same as footer */
.mob-menu__contact a {
    color: var(--navy);
}

.mob-menu__contact .footer-social-icon {
    width: 32px;
    height: 32px;
}

.mob-menu__contact .footer-social-icon img {
    width: 100%;
    padding: 9px;
}

/* =========================
   OVERLAY
========================= */
.mob-menu__overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    display: none;
}

.mob-menu__overlay.is-open {
    opacity: 1;
    pointer-events: all;
}



.services-mobile-wrap {
    position: relative;
}

.service-mobile-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
	aspect-ratio: 395 / 420; /* or 0.9405 */
}

.service-mobile-content {
    position: relative;
    z-index: 2;
    padding: 25px 25px 95px;
}

.service-mobile-counter {
    display: inline-flex;
    margin-bottom: 50px;
    border-radius: 50px;
    border: 0.524px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.10);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
	gap: 5px;
    align-items: center;
    justify-content: center;
}

.service-mobile-divider {
    width: 30%;
    height: 1px;
    background: rgba(255,255,255,0.4);
    margin-bottom: 4vw;
}

.services-pagination-mobile {
    padding: 25px 25px 0;
	width: 100%;
}

a.footer-social-icon {
    width: 2vw;
    height: 2vw;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.home a.footer-social-icon svg path,body.page-template-new-home  a.footer-social-icon svg path{fill:#fff !important;}

body:not(.home) a.footer-social-icon{background: #fff;}


body.page-template-new-home a.footer-social-icon{background: var(--navy);}




@media (min-width: 700px) {
    .footer-top {
        padding: 3.7rem 0;
    }
}


.team_detail_panel {
	position: fixed;
	top: 0;
	left: -50%;
	width: 50%;
	height: 100vh;
	background: #fff;
	z-index: 999999;
	overflow-y: auto;
	transition: left 0.4s ease-in-out;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

.team_detail_panel.active {
	left: 0;
}

.team_detail_panel .close_popup {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
}

.team_detail_panel .close_popup:before,
.team_detail_panel .close_popup:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	background: #003253;
	transform: translate(-50%, -50%) rotate(45deg);
}

.team_detail_panel .close_popup:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.team_detail_panel .panel_content {
	padding: 80px 50px 50px 50px;
}

.team_detail_panel .panel_header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.team_detail_panel .panel_header_left {
	flex: 1;
	padding-right: 20px;
}

.team_detail_panel .panel_header_right {
	flex-shrink: 0;
	width: 200px;
}

.team_detail_panel .panel_name {
	font-size: 36px;
	font-weight: bold;
	color: #003253;
	margin-bottom: 15px;
	line-height: 1.2;
}

.team_detail_panel .panel_position {
	margin-bottom: 8px;
	color: #003253;
	font-weight: 500;
}

.team_detail_panel .panel_position_desc {
	color: #666;
}

.team_detail_panel .panel_image {
	width: 100%;
	overflow: hidden;
}

.team_detail_panel .panel_image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.team_detail_panel .panel_bio {
	line-height: 1.8;
	color: #333;
}

.team_detail_panel .panel_bio p {
	margin-bottom: 20px;
}

/* Overlay */
.team_panel_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.team_panel_overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Keep team items cursor pointer */
.team_data_item {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.team_data_item:hover {
	transform: translateY(-5px);
}

.team_data_item.active {
	/* Add active state styling if needed */
}

/* Hidden content storage */
.team_content_storage {
	display: none !important;
}

/*=======================MEDIA QUERIES=======================*/

@media only screen and (max-width: 2560px) and (min-width: 1921px) {

}

@media (max-width:1680px){



}
@media (max-width:1600px){
	
}
@media (max-width:1480px){
	
	
	.main-menu ul li:last-child a{height: 3.75vw;line-height: 3.75vw; padding:0 2.571vw;}

.feature-icon svg {
    width: 48px;
    height: 48px;
}
	
.big-container,.bigger-container,.small-container {
    padding-left: 80px;
    padding-right: 80px;
	}
	
	.header{padding: 25px 0 !important;}
	
	.hero-content {
    padding: 0 80px;
    bottom: 55px;
}
	
	
	.hero-section:after {
    bottom: 9.3vh;
	}
	
	.quote-icon {
    left: 80px;
}
	
	section.page-introduction {
    overflow: hidden;
}
	
	.input-fields input {
    height: 55px;
    line-height: 55px;
    padding: 0 15px !important;
}
	
	.checklist-modal-body .wpcf7 input[type="submit"] {
    margin-top: 25px;
    height: 60px;
    line-height: 60px;
}
	span.checklist-modal-icon svg {
    width: 36px;
    height: 36px;
}
	.checklist-modal-header .d-flex.align-items-center.gap-3 {
    gap: 15px;
}

	
	.big-container,.bigger-container,.small-container {
    padding-left: 25px;
    padding-right: 25px;
	}
	
	
	.hero-content {
    padding: 0 25px;
}
	
	
	.quote-icon {
    left: 25px;
}
	
	
	
}
@media (max-width:1366px){

}
@media (max-width:1280px){
.pt-200{padding-top: 80px !important;}
.pb-200{padding-bottom: 80px !important;}
.pt-120{padding-top: 60px !important;}
.pb-120{padding-bottom: 60px !important};
.pt-80{padding-top: 40px !important;}
.pb-80{padding-bottom: 40px !important;}
.pt-60{padding-top: 30px !important;}
.pb-60{padding-bottom: 30px !important;}
	


		#checklistModal .modal-dialog {
    max-width: 90%;
    margin: auto;
}
	
		.square-cta.with-arrow a {
    gap: 10px;
}

.square-cta a {
        height: 56px;
        line-height: 56px;
    padding: 0 25px;
    letter-spacing: 0;
    font-size: 16px;
}



}
@media (max-width:1024px){
.show-1024,.d-flex.show-1024{display:block !important}
.hide-1024,section.complex-section.overlay:before,section.complex-section.overlay:after,.d-flex.hide-1024,.guiding-overlay{display:none!important}
	
	.mob-menu,
.mob-menu__overlay {
    display: block;
}

.logo img {
    width: 200px;
}
	
	.logo img {
    width: 200px;
}

	
.hero-section .square-cta.with-arrow {
    display: table; margin: 0 auto;position: relative;
        z-index: 1;
	}
	
	.hero-section:after{ bottom: 80px;}
	
	
	.hero-section{ height: 80vh}
	
	
	.service-left-overlay {
    height: 100%;
    background: rgba(6, 52, 95, 0.80);
}

	section.complex-section {
    margin-top: 0;
}
	
	section.complex-section{background: none !important;}
	
	.row.complex-cards-row {
    padding-top: 0; gap: 25px;
}
	.complex-section .bigger-container {
    background: var(--navy);
        padding-top: 50px;
        padding-bottom: 50px;
}
	
	.complex-card {
    padding: 25px 15px;
	}
	
	.complex-card-icon {
    width: 64px;
		height: 64px;}
	
	.complex-card h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    min-height: inherit;
    padding: 35px 0 15px;
}
	
	.rwd-right-arrows {
    left: 0;top: -40px;
}
	
	.bigger-container.guiding-section {
    padding: 0;
}
	section.bluesections.pt-60 {
    padding-top: 0 !important;
}
	.guiding-content {
    min-height: inherit;
    padding: 65px 25px 0px 25px; position: relative
}
	.guiding-content .running-text {
    width: 100%; font-size: 15px;
}
	
	.guiding-image-wrap.overlay:before {
   display: none;
}
	
	.guiding-image-wrap {
    padding: 35px 0 15px;background-image: none !important;
        background-color: var(--dnavy);
}
	.lowopacity-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.4;
}
	
	.feature-text .running-text {
    font-size: 16px;
		line-height: 22px;
        margin-top: 5px;
		margin-bottom: 0;
}
	
	.feature-text h3.font-32 {
    font-size: 20px !important;
    margin-bottom: 10px;
}
	
	.row.features-grid {
    margin: 45px 0;
    border-top: none;
    border-bottom: none;
}
	.d-flex.align-items-start.gap-4 {
    gap: 35px;
}
	
	.row.features-grid .feature-item:nth-child(1), .row.features-grid .feature-item:nth-child(3) {
    border-right: none;
}
.row.features-grid .feature-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.col-lg-6.feature-item {
    padding: 25px;
}
	
	.quote-section.small-container.pt-120 {
    padding-top: 0px !important;
}
	.quote-icon.position-absolute {
    position: relative !important;
    left: 0;
}
	.quote-container {
    padding: 30px 0;
}
	
.journey-step {
    padding: 15px;
}
	
section.complex-section.pb-120 {
    padding-bottom: 0 !important;
}
	
	header.header.stickyheader {
    background: var(--navy);
	}
	
	body:not(.home):not(.page-template-thankyou) .site-main  {
    padding-top: 88px;
}
	
	body.page-template-new-home .site-main {
    padding-top: 0px;
}
	
}
@media (max-width:992px){


	
}
@media (max-width:768px){
.show-768{display:block !important}
.hide-768,.hero-content .running-text br{display:none!important}
	
.pr-120,.pr-80,.pr-60,.pr-40{padding-right: 0px !important;}
.pl-120,.pl-80,.pl-60,.pl-40{padding-left: 0px !important;}
	
	

.journey-step .row.align-items-start {
    flex-direction: column;
}
	
	.journey-step .col {
    flex-basis: auto;
}
	section.journey-section .col-lg-6 {
    gap: 25px;
}
	
	.journey-section .square-cta a {
    width: 100%;
}
	
	section.journey-section {
		padding: 45px 0;background-position: 25% 0px;}
	
	.journey-step h3.font-32 {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
}
	
	.footer-logo img{width: 200px; margin: 0 auto 25px;display: block;}
	
	.footer-bottom .font-16.navy.mb-0 {
    font-size: 14px;
    margin-bottom: 25px !important;
}
	
	.footer .col-lg-4.d-flex{
    flex-direction: column;
    gap: 25px;
}
	
	#checklistModal .modal-dialog {
    max-width: 90%;
    margin: auto;
}
	
		.quote-container {
    gap: 40px;
    flex-direction: column;
}
	.quote-icon svg {
    width: 54px;
}
	
}



@media (max-width:600px){
.show-600{display:block !important}
.hide-600, .running-text br{display:none!important}
	
	.font-100 {
    font-size: 28px;
}
	
	
	
	.hero-content {
    bottom: 35px;
}
	
	.hero-section:after {
        bottom: 57px;
	}
	
	.service-mobile-content br {
    display: none;
}
	
	.service-mobile-slide {
    aspect-ratio: inherit;
    padding: 50px 0 85px 0;
}
	
	.service-mobile-content {
    padding: 0px 25px 15px;
}
	.services-pagination {
		bottom: 55px;}
	
	.service-mobile-counter {
		margin-bottom: 35px;}
	
	
	.font-80{font-size: 28px !important; line-height: 32px !important}
	
	.checklist-modal-header {
    padding:47.63px 15px 37.63px 15px;
}
	.checklist-modal-footer {
    padding: 0 25px 15px;}
	
	.checklist-modal-body {
    padding: 25px 15px 0;
}
	
	    span.checklist-modal-icon svg {
        width: 24px;
        height: 24px;
    }
	
	.square-cta.with-arrow svg {
    width: 11px;
    height: 11px;
}
	
	    .checklist-modal-header .d-flex.align-items-center.gap-3 {
        gap: 10px;
    }
	.checklist-modal-subtitle.font-16,.checklist-modal-footer .font-16{
    font-size: 14px;
}
	
	button.checklist-modal-close.white svg {
    width: 24px;
    height: 24px;
}
	.checklist-modal-body p.font-16 {
    font-size: 14px;
    margin-bottom: 20px !important;
}
	
	    .checklist-modal-body .wpcf7 input[type="submit"] {
			margin-top: 5px;}
	
.quote-content .font-56 br,.journey-overlay h2.font-64 br {
    display: none;
}
	
	.font-56, .font-56 p {
    line-height: 1.3;
}
	
	.quote-content .font-48 p {
    line-height: 1.25;
}
	.quote-content .font-48 br {
    display: none;
}

}
@media (max-width:480px){

}
@media (max-width:375px){
}

@media (max-width:320px){
}

