@import url("../vendor/slick/slick.min.css");
@import url("../vendor/slick/slick-theme.min.css");
html {
    scroll-behavior: smooth;
}
#cbc-fullpage {
    background: #fff;
}
.cbc-fullpage-section {
    overflow: hidden;
}
.cbc-fullpage-section > section {
    width: 100%;
    min-height: 100vh;
}
.cbc-fullpage-section--footer {
    background: var(--color-navy);
}
.cbc-fullpage-section--footer .fp-overflow,
.cbc-fullpage-section--footer .cbc-footer {
    min-height: 100vh;
}
.cbc-fullpage-section--end,
.cbc-fullpage-section--end .fp-overflow,
.cbc-fullpage-section--end #end-section {
    min-height: 100vh;
}
.cbc-fullpage-section .fp-overflow {
    width: 100%;
}
.fp-watermark {
    display: none !important;
}
#fp-nav.fp-right {
    right: clamp(18px, 2.3vw, 34px);
}
#fp-nav ul li,
.fp-slidesNav ul li {
    width: 22px;
    height: 22px;
    margin: 9px 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background: rgba(255, 255, 255, .9);
    border: 2px solid rgba(0, 69, 124, .88);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .82), 0 2px 8px rgba(0, 0, 0, .18);
    transition: width .2s ease, height .2s ease, margin .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: var(--color-navy);
    border-color: #fff;
    box-shadow: 0 0 0 2px var(--color-navy), 0 3px 12px rgba(0, 0, 0, .28);
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 13px;
    height: 13px;
    margin: -6.5px 0 0 -6.5px;
    background: var(--color-red);
    border-color: #fff;
    box-shadow: 0 0 0 2px var(--color-red), 0 3px 12px rgba(0, 0, 0, .26);
}
#fp-nav ul li .fp-tooltip {
    top: -2px;
    max-width: none;
    padding: 5px 10px;
    border-radius: 0;
    color: #fff;
    background: var(--color-navy);
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 24px;
}
.cbc-home-slider,
.cbc-about-us,
.cbc-business-field,
.cbc-home-stats,
.cbc-featured-project,
.cbc-cert-clients,
.cbc-office-map {
    scroll-margin-top: 0;
}
.cbc-home-slider {
    position: relative;
    overflow: hidden;
    background: var(--color-navy);
    width: 100%;
    max-width: none;
    height: 100vh;
    margin: 0;
}
.cbc-home-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 165px;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0, 60, 115, 0.42) 0%,
            rgba(0, 60, 115, 0.32) 58%,
            rgba(0, 60, 115, 0) 100%
        );
}
.cbc-home-about-link {
    position: absolute;
    right: clamp(54px, 4.2vw, 72px);
    bottom: clamp(54px, 8vw, 68px);
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 62px;
    min-width: 250px;
    min-height: 46px;
    padding: 0 15px 0 16px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    color: #fff !important;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
}
.cbc-home-about-link:hover,
.cbc-home-about-link:focus {
    color: #fff !important;
    border-color: #fff;
    background: rgba(0, 60, 115, 0.28);
}
.cbc-home-about-link::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 28px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
}
.cbc-home-about-link::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.cbc-home-slider .slick-list,
.cbc-home-slider .slick-track,
.cbc-home-slider .slick-slide,
.cbc-home-slider .slick-slide > div {
    height: 100vh !important;
}
.cbc-home-slider:not(.slick-initialized) .cbc-home-slide:not(:first-child) {
    display: none;
}
.cbc-home-slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: var(--color-navy);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cbc-home-slide--image {
    background-image: var(--cbc-slide-bg);
}
.cbc-home-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(5, 36, 68, .24) 0%, rgba(5, 36, 68, .04) 34%, rgba(5, 36, 68, .22) 100%),
        radial-gradient(ellipse at center, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .08) 30%, rgba(0, 0, 0, .26) 100%);
}
.cbc-home-slide > a {
    display: block;
    height: 100%;
}
.cbc-home-slide__media {
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: none;
}
.cbc-home-slide--image .cbc-home-slide__media {
    position: relative;
    z-index: 0;
}
.cbc-home-slide__media--video {
    background: #000;
}
.cbc-home-slide__caption {
    color: #fff;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    max-width: min(1120px, 90vw);
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    transform: translateY(2vh);
    text-align: center;
}
.cbc-home-slide__caption::before {
    content: none;
}
.cbc-home-slide__caption h1 {
    font-family: inherit;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(30px, 2.2vw, 42px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.cbc-home-slide__caption p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
.cbc-home-slider .slick-dots {
    bottom: 20px;
    z-index: 5;
}
.cbc-home-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.cbc-home-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}
.cbc-home-slider .slick-dots li button:before {
    content: "" !important;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.55;
    transform: translate(-50%, -50%);
}
.cbc-home-slider .slick-dots li.slick-active button:before {
    background: var(--color-red);
    opacity: 1;
}
.cbc-home-slider .slick-prev,
.cbc-home-slider .slick-next {
    z-index: 5;
    width: 78px;
    height: 58px;
    top: 50%;
    display: block !important;
    transform: translateY(-50%);
}
.cbc-home-slider .slick-prev:before,
.cbc-home-slider .slick-next:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    width: 36px;
    height: 2px;
    border: 0;
    background: #fff;
    opacity: 1;
    font-family: Arial, sans-serif;
    transform: translate(-50%, -50%);
}
.cbc-home-slider .slick-prev:after,
.cbc-home-slider .slick-next:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.cbc-home-slider .slick-prev:after {
    left: calc(50% - 18px);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.cbc-home-slider .slick-next:after {
    left: calc(50% + 6px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.cbc-home-slider .slick-prev {
    left: clamp(36px, 4vw, 58px);
}
.cbc-home-slider .slick-next {
    right: clamp(36px, 4vw, 58px);
}
.cbc-about-us {
    display: grid;
    grid-template-columns: minmax(0, 46.2%) minmax(0, 53.8%);
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
}
.cbc-about-us__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(112px, 12vh, 138px) clamp(44px, 5.75vw, 86px) clamp(42px, 5.2vw, 76px);
    overflow: hidden;
}
.cbc-about-us__mark {
    position: absolute;
    left: -28%;
    top: 32%;
    z-index: 0;
    width: clamp(560px, 62vw, 980px);
    aspect-ratio: 568 / 480;
    background: url("../images/menu-c.png") center / contain no-repeat;
    /* opacity: .18; */
    pointer-events: none;
}
.cbc-about-us__content h2,
.cbc-about-us__bars,
.cbc-about-us__text,
.cbc-about-us__button {
    position: relative;
    z-index: 1;
}
.cbc-about-us__content h2 {
    margin: 0;
    color: var(--color-navy);
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    font-size: clamp(46px, 5vw, 70px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}
.cbc-about-us__bars {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: clamp(34px, 4vw, 54px);
}
.cbc-about-us__bar {
    display: block;
    height: 5px;
}
.cbc-about-us__bar--red {
    width: 104px;
    background: var(--color-red);
}
.cbc-about-us__bar--blue {
    width: 68px;
    background: #58b9df;
}
.cbc-about-us__bar--gray {
    width: 68px;
    background: #d4d4d4;
}
.cbc-about-us__text {
    max-width: 440px;
    color: #60636b;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}
.cbc-about-us__text p {
    margin: 0 0 28px;
}
.cbc-about-us__button {
    width: min(252px, 100%);
    min-height: 46px;
    margin-top: clamp(26px, 3.6vw, 44px);
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #b9b9b9;
    color: #a0a0a0;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    background: rgba(255, 255, 255, .35);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.cbc-about-us__button:hover,
.cbc-about-us__button:focus {
    color: var(--color-navy);
    border-color: var(--color-navy);
    background: #fff;
}
.cbc-about-us__media {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #f4f8fc;
}
.cbc-about-us__media img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: block;
    object-fit: cover;
    object-position: center;
}
.cbc-business-field {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--color-navy);
    font-family: "CBC Josefin Sans", Arial, sans-serif;
}
.cbc-business-field::before {
    content: "";
    position: absolute;
    top: -92px;
    left: 53%;
    width: clamp(190px, 24vw, 330px);
    aspect-ratio: 568 / 480;
    background: url("../images/menu-c.png") center / contain no-repeat;
    opacity: .07;
    pointer-events: none;
}
.cbc-business-field__heading {
    position: relative;
    z-index: 1;
    min-height: clamp(205px, 20vh, 238px);
    padding-top: clamp(64px, 7vh, 86px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--color-navy);
    text-transform: uppercase;
}
.cbc-business-field__heading span {
    font-size: clamp(26px, 2.15vw, 34px);
    font-weight: 600;
}
.cbc-business-field__heading em {
    font-size: clamp(25px, 2vw, 32px);
    font-style: italic;
    font-weight: 300;
}
.cbc-business-field__panel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--business-field-count, 3), minmax(0, 1fr));
    min-height: min(680px, 68vw);
    background:
        linear-gradient(180deg, rgba(0, 60, 115, .18), rgba(0, 60, 115, .44)),
        var(--business-field-image) center / cover no-repeat;
}
.cbc-business-field__item {
    position: relative;
    min-height: inherit;
    display: flex;
    align-items: flex-end;
    padding: clamp(36px, 4.4vw, 62px) clamp(28px, 4vw, 58px);
    border-left: 1px solid rgba(255, 255, 255, .78);
    color: #fff;
}
.cbc-business-field__item:first-child {
    border-left: 0;
}
.cbc-business-field__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 60, 115, .1);
    opacity: 0;
    transition: opacity .24s ease;
}
.cbc-business-field__item:hover::before {
    opacity: 1;
}
.cbc-business-field__content {
    position: relative;
    z-index: 1;
    max-width: 340px;
}
.cbc-business-field__content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 2.1vw, 32px);
    font-weight: 400;
    line-height: 1.1;
}
.cbc-business-field__content p {
    max-width: 330px;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.18;
    opacity: 0;
    transform: translateY(12px);
    transition: max-height .24s ease, margin .24s ease, opacity .2s ease, transform .24s ease;
}
.cbc-business-field__content a {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 206px;
    max-height: 0;
    min-height: 0;
    padding: 0 44px 0 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: max-height .24s ease, min-height .24s ease, opacity .2s ease, transform .24s ease;
}
.cbc-business-field__item:hover .cbc-business-field__content p,
.cbc-business-field__item:focus-within .cbc-business-field__content p {
    max-height: 120px;
    margin: 18px 0 28px;
    opacity: 1;
    transform: translateY(0);
}
.cbc-business-field__item:hover .cbc-business-field__content a,
.cbc-business-field__item:focus-within .cbc-business-field__content a {
    max-height: 38px;
    min-height: 38px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.cbc-business-field__content a::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 22px;
    height: 1px;
    background: currentColor;
}
.cbc-business-field__content a::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.cbc-home-stats {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    background: #fff;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
}
.cbc-home-stats__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(50, minmax(0, 1fr));
    grid-template-rows: 41.2vh 28vh 30.8vh;
    min-height: 100vh;
    overflow: hidden;
    background: var(--color-navy);
}
.cbc-home-stats__tile {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-size: cover;
}
.cbc-home-stats__tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.cbc-home-stats__tile > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cbc-home-stats__tile--years {
    grid-column: 1 / 12;
    grid-row: 1;
    display: flex;
    align-items: center;
    background: #5fbde0;
}
.cbc-home-stats__tile--tower {
    grid-column: 12 / 21;
    grid-row: 1;
    filter: grayscale(.45);
}
.cbc-home-stats__tile--tower::before {
    background: rgba(0, 145, 205, .66);
}
.cbc-home-stats__tile--hero {
    grid-column: 21 / 51;
    grid-row: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 clamp(36px, 5vw, 72px) clamp(36px, 6vh, 58px);
    box-sizing: border-box;
}
.cbc-home-stats__tile--hero::before {
    background:
        linear-gradient(90deg, rgba(0, 38, 72, .7), rgba(0, 60, 115, .54)),
        rgba(0, 0, 0, .24);
    backdrop-filter: blur(1.5px);
}
.cbc-home-stats__tile--engineers {
    grid-column: 1 / 12;
    grid-row: 2;
    top: -10%;
    height: 110%;
    z-index: 3;
}
.cbc-home-stats__tile--engineers::before {
    background: rgba(0, 173, 220, .72);
}
.cbc-home-stats__tile--team {
    grid-column: 12 / 39;
    grid-row: 2;
    filter: grayscale(1);
}
.cbc-home-stats__tile--team::before {
    background: linear-gradient(rgba(255, 255, 255, .08), rgba(0, 60, 115, .2));
}
.cbc-home-stats__tile--projects {
    grid-column: 39 / 51;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5fbde0;
}
.cbc-home-stats__tile--site {
    grid-column: 1 / 18;
    grid-row: 3;
    background: var(--color-navy);
}
.cbc-home-stats__tile--site > img {
    left: auto;
    right: 0;
    bottom: auto;
    width: 73%;
    height: 59%;
    object-position: center;
}
.cbc-home-stats__tile--site::before {
    display: none;
}
.cbc-home-stats__tile--workers {
    grid-column: 18 / 27;
    grid-row: 3;
    /* filter: grayscale(1); */
}
.cbc-home-stats__tile--workers::before {
    background: linear-gradient(rgba(255, 255, 255, .18), rgba(0, 60, 115, .1));
}
.cbc-home-stats__tile--workers::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(rgba(230, 48, 46, .42), rgba(230, 48, 46, .42));
    opacity: .92;
    pointer-events: none;
}
.cbc-home-stats__tile--employees {
    grid-column: 27 / 51;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-red);
}
.cbc-home-stats__tile--hero p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.cbc-home-stats__number {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(32px, 4.2vw, 56px);
    color: #fff;
}
.cbc-home-stats__tile--years .cbc-home-stats__number {
    align-self: center;
}
.cbc-home-stats__number strong {
    display: block;
    color: #fff;
    font-size: clamp(72px, 7vw, 108px);
    font-weight: 800;
    line-height: .82;
    letter-spacing: -.03em;
}
.cbc-home-stats__tile--projects .cbc-home-stats__number,
.cbc-home-stats__tile--employees .cbc-home-stats__number {
    text-align: center;
}
.cbc-home-stats__tile--employees .cbc-home-stats__number strong {
    font-size: clamp(74px, 7.5vw, 116px);
}
.cbc-home-stats__number span {
    display: block;
    color: #fff;
    font-size: clamp(32px, 3.7vw, 50px);
    font-weight: 300;
    line-height: .82;
    letter-spacing: .08em;
}
.cbc-featured-project {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    color: #fff;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    background: #003c73;
}
.cbc-featured-project__copy {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(96px, 13vh, 130px) clamp(36px, 6vw, 96px) clamp(56px, 8vh, 88px);
    background:
        linear-gradient(90deg, rgba(0, 60, 115, .94), rgba(0, 60, 115, .9)),
        var(--featured-project-left-bg) center / cover no-repeat;
}
.cbc-featured-project__slider,
.cbc-featured-project__slider .slick-list,
.cbc-featured-project__slider .slick-track,
.cbc-featured-project__slide {
    min-height: 100vh;
}
.cbc-featured-project__slider {
    position: relative;
    min-width: 0;
    overflow: hidden;
}
.cbc-featured-project__media {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(0, 60, 115, .14), rgba(0, 28, 54, .32)),
        var(--featured-project-bg) center / cover no-repeat;
}
.cbc-featured-project__media::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(0, 44, 87, .28);
}
.cbc-featured-project__slider .slick-arrow {
    z-index: 3;
    width: 64px;
    height: 96px;
}
.cbc-featured-project__slider .slick-prev {
    left: 0;
}
.cbc-featured-project__slider .slick-next {
    right: 0;
}
.cbc-featured-project__slider .slick-prev::before,
.cbc-featured-project__slider .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 0 solid #fff;
    opacity: 1;
    transform: translateY(-50%) rotate(45deg);
}
.cbc-featured-project__slider .slick-prev::before {
    left: 22px;
    border-left-width: 4px;
    border-bottom-width: 4px;
}
.cbc-featured-project__slider .slick-next::before {
    right: 22px;
    border-top-width: 4px;
    border-right-width: 4px;
}
.cbc-featured-project__slider .slick-dots {
    bottom: 28px;
}
.cbc-featured-project__slider .slick-dots li button::before {
    color: #fff;
}
.cbc-featured-project__heading {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: start;
    text-transform: uppercase;
}
.cbc-featured-project__heading span,
.cbc-featured-project__heading strong {
    display: block;
    font-size: clamp(28px, 3.1vw, 48px);
    line-height: .92;
    letter-spacing: .03em;
}
.cbc-featured-project__heading span {
    font-weight: 300;
}
.cbc-featured-project__heading strong {
    font-weight: 800;
}
.cbc-featured-project__caption {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
    max-width: 420px;
    margin: 0;
}
.cbc-featured-project__caption span,
.cbc-featured-project__caption strong {
    display: block;
    color: #fff;
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.04;
}
.cbc-featured-project__caption span {
    font-weight: 300;
}
.cbc-featured-project__caption strong {
    font-weight: 700;
}
.cbc-cert-clients {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--color-navy);
    font-family: "CBC Josefin Sans", Arial, sans-serif;
}
.cbc-cert-clients::before {
    content: "";
    position: absolute;
    right: -8vw;
    top: 37%;
    width: clamp(360px, 38vw, 610px);
    aspect-ratio: 568 / 480;
    background: url("../images/menu-c.png") center / contain no-repeat;
    pointer-events: none;
}
.cbc-cert-clients__inner {
    position: relative;
    z-index: 1;
    /* max-width: 1180px; */
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.cbc-section-heading {
    position: relative;
    display: grid;
    gap: 5px;
    color: var(--color-navy);
    text-transform: uppercase;
}
.cbc-cert-clients .cbc-section-heading strong{
font-size: 24pt;
}
.cbc-cert-clients .cbc-section-heading span{font-size: 20pt;}
.cbc-section-heading::before,
.cbc-section-heading::after {
    content: "";
    position: absolute;
    top: 66px;
    height: 2px;
}
.cbc-section-heading::before {
    left: 0;
    width: 154px;
    background: linear-gradient(90deg, var(--color-red) 0 36%, #57c3ea 36% 63%, #cfcfcf 63% 100%);
}
.cbc-section-heading::after {
    left: 335px;
    right: calc(-50vw + 50%);
    background: #d7d7d7;
}
.cbc-section-heading span,
.cbc-section-heading strong {
    display: block;
    font-size: clamp(35px, 3.1vw, 45px);
    line-height: 1.04;
}
.cbc-section-heading span {
    font-weight: 500;
}
.cbc-section-heading strong {
    font-weight: 700;
    letter-spacing: .045em;
}
.cbc-certifications {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(310px, 34%);
    gap: 26px;
    margin-top: clamp(24px, 3vw, 38px);
    align-items: stretch;
    max-width: 900px;margin: 0 auto;
}
.cbc-certifications__featured {
    display: grid;
    grid-template-columns: minmax(260px, 1.08fr) minmax(240px, .98fr);
    gap: 18px;
    min-height: clamp(300px, 34vh, 360px);
}
.cbc-certificate-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #003c73;
    padding: 10px;
    background: #fff;
}
.cbc-certificate-card__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}
.cbc-certificate-card img {
    width: 100%;
    display: block;
    height: 100%;
    min-height: clamp(250px, 29vh, 306px);
    object-fit: contain;
}
.cbc-certifications__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 3vw, 42px) 24px;
    background: var(--color-navy);
    color: #fff;
}
.cbc-certifications__info h3 {
    margin: 0 0 auto;
    color: #fff;
    font-size: 22pt;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: .02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: normal;
}
.cbc-certifications__info a,
.cbc-clients__more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    border: 1px solid currentColor;
    padding: 0 42px 0 13px;
    color: currentColor;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.cbc-certifications__info a::before,
.cbc-clients__more::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 21px;
    height: 1px;
    background: currentColor;
}
.cbc-certifications__info a::after,
.cbc-clients__more::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.cbc-section-heading--cert{
        padding-left: 9%;       margin-top: 7%; margin-bottom: 30px;
}
.cbc-certifications__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(118px, 1fr));
    gap: 18px 16px;
}
.cbc-certifications__small {
    position: relative;
    min-height: clamp(138px, 17vh, 172px);
    padding: 0;
    border: 1px solid var(--color-navy);
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.cbc-certifications__small:hover,
.cbc-certifications__small.is-active {
    border-color: var(--color-red);
    box-shadow: 0 12px 24px rgba(4, 71, 124, .12);
    transform: translateY(-2px);
}
.cbc-certifications__small img {
    width: 100%;
    height: 100%;
    min-height: clamp(138px, 17vh, 172px);
    display: block;
    object-fit: contain;
    padding: 10px;
}
.cbc-clients {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 35px;
    margin-top: clamp(42px, 5vw, 68px);
    padding-bottom: clamp(20px, 3vh, 34px);
    align-items: start;
}
.cbc-clients .cbc-section-heading {
       justify-content: end;
}
.cbc-clients .cbc-section-heading::before{
    width: 282px;
    background: linear-gradient(90deg, var(--color-red) 0 33%, #57c3ea 33% 66%, #cfcfcf 66% 100%);
}
  .cbc-section-heading--clients::before {
      left: 0;
  }
  .cbc-section-heading--clients::after {
      display: none;
  }
.cbc-clients__logos {
    display: block;
    min-height: 92px;
}
.cbc-clients__logos:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    align-items: center;
    gap: clamp(34px, 5vw, 72px);
}
.cbc-clients__logos .slick-track {
    display: flex;
    align-items: center;
}
.cbc-clients__logos .slick-slide {
    height: auto;
}
.cbc-clients__logo-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 0 clamp(14px, 2vw, 28px);
}
  .cbc-client-logo {
      color: #6b6d70;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      filter: grayscale(1);
      opacity: .62;
      transition: filter .24s ease, opacity .24s ease, color .24s ease;
  }
  a.cbc-client-logo {
      cursor: zoom-in;
  }
  a.cbc-client-logo:focus-visible {
      outline: 2px solid var(--color-red);
      outline-offset: 8px;
  }
  .cbc-client-logo img {
      display: block;
      max-width: min(190px, 100%);
    max-height: 78px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .66;
    transition: filter .24s ease, opacity .24s ease;
}
.cbc-clients__logo-slide:hover .cbc-client-logo,
.cbc-clients__logo-slide:focus-within .cbc-client-logo {
    filter: grayscale(0);
    opacity: 1;
}
.cbc-clients__logo-slide:hover .cbc-client-logo img,
.cbc-clients__logo-slide:focus-within .cbc-client-logo img {
    filter: grayscale(0);
    opacity: 1;
}
.cbc-client-logo--image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}
.cbc-client-logo--image span {
    color: var(--color-navy);
    font-size: 22px;
    font-weight: 700;
}
.cbc-clients__logos .slick-dots {
    position: static;
    margin-top: 18px;
}
.cbc-clients__logos .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
}
.cbc-clients__logos .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.cbc-clients__logos .slick-dots li button:before {
    content: "" !important;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-navy);
    opacity: .25;
    transform: translate(-50%, -50%);
}
.cbc-clients__logos .slick-dots li.slick-active button:before {
    background: var(--color-red);
    opacity: 1;
}
.cbc-clients__more {
    grid-column: 2;
    justify-self: end;
    min-width: 208px;
    margin-top: 0;
    color: var(--color-navy);
}
@media (max-width: 767px) {
    .slick-dotted.slick-slider {
    margin-bottom: 0;
}
    .cbc-fullpage-section,
    .cbc-fullpage-section > section {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }
    .cbc-fullpage-section[data-anchor="fp-about-us"],
    .cbc-fullpage-section[data-anchor="fp-about-us"] .fp-overflow,
    .cbc-fullpage-section[data-anchor="fp-about-us"] > section,
    .cbc-fullpage-section[data-anchor="fp-business-field"],
    .cbc-fullpage-section[data-anchor="fp-business-field"] .fp-overflow,
    .cbc-fullpage-section[data-anchor="fp-business-field"] > section,
    .cbc-fullpage-section[data-anchor="fp-stats"],
    .cbc-fullpage-section[data-anchor="fp-stats"] .fp-overflow,
    .cbc-fullpage-section[data-anchor="fp-stats"] > section,
    .cbc-fullpage-section[data-anchor="fp-cert-clients"],
    .cbc-fullpage-section[data-anchor="fp-cert-clients"] .fp-overflow,
    .cbc-fullpage-section[data-anchor="fp-cert-clients"] > section,
    .cbc-fullpage-section[data-anchor="fp-end"],
    .cbc-fullpage-section[data-anchor="fp-end"] .fp-overflow,
    .cbc-fullpage-section[data-anchor="fp-end"] > section {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }
    .cbc-home-about-link {
        right: 22px;
        bottom: 14%;
        min-width: 210px;
        min-height: 46px;
        gap: 24px;
        font-size: 14px;
    }
    .cbc-about-us {
        grid-template-columns: 1fr;
        min-height: auto;
        overflow: visible;
    }
    .cbc-about-us__media {
        order: -1;
    }
    .cbc-about-us__content {
        min-height: auto;
        padding: 58px 24px 46px;
    }
    .cbc-about-us__bars {
        margin-bottom: 36px;
    }
    .cbc-about-us__text {
        max-width: none;
        font-size: 14px;
    }
    .cbc-about-us__button {
        margin-top: 20px;
    }
    .cbc-about-us__media {
        min-height: 46vh;
    }
    .cbc-about-us__media img {
        min-height: 46vh;
    }
    .cbc-business-field::before {
        top: -34px;
        left: 48%;
    }
    .cbc-business-field {
        min-height: auto;
        overflow: visible;
    }
    .cbc-business-field__heading {
        min-height: 108px;
        padding-top: 28px;
        flex-wrap: wrap;
        gap: 6px;
    }
    .cbc-business-field__panel {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .cbc-business-field__item {
        min-height: 0;
        align-items: flex-start;
        padding: 34px 24px 32px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .78);
    }
    .cbc-business-field__item:first-child {
        border-top: 0;
    }
    .cbc-business-field__content p {
        max-height: none;
        margin: 18px 0 28px;
        opacity: 1;
        transform: none;
    }
    .cbc-business-field__content a {
        max-height: none;
        min-height: 38px;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
    .cbc-home-stats__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, minmax(190px, auto));
        min-height: 0;
    }
    .cbc-home-stats {
        min-height: auto;
        display: block;
        overflow: visible;
    }
    .cbc-home-stats__tile--years {
        grid-column: 1;
        grid-row: 1;
    }
    .cbc-home-stats__tile--hero {
        grid-column: 2;
        grid-row: 1;
        align-items: center;
        padding: 0;
    }
    .cbc-home-stats__tile--tower {
        grid-column: 1;
        grid-row: 2;
    }
    .cbc-home-stats__tile--engineers {
        grid-column: 2;
        grid-row: 2;
    }
    .cbc-home-stats__tile--team {
        grid-column: 1 / 3;
        grid-row: 3;
    }
    .cbc-home-stats__tile--projects {
        grid-column: 1 / 3;
        grid-row: 4;
    }
    .cbc-home-stats__tile--site {
        grid-column: 1;
        grid-row: 5;
    }
    .cbc-home-stats__tile--workers {
        grid-column: 2;
        grid-row: 5;
    }
    .cbc-home-stats__tile--employees {
        grid-column: 1 / 3;
        grid-row: 6;
    }
    .cbc-home-stats__tile--hero p {
        padding: 24px;
        font-size: 22px;
    }
    .cbc-home-stats__number {
        padding: 28px;
    }
    .cbc-featured-project {
        min-height: 100vh;
        grid-template-columns: 1fr;
    }
    .cbc-featured-project__copy,
    .cbc-featured-project__slider,
    .cbc-featured-project__slider .slick-list,
    .cbc-featured-project__slider .slick-track,
    .cbc-featured-project__slide,
    .cbc-featured-project__media {
        min-height: 50vh;
    }
    .cbc-featured-project__copy {
        padding: 72px 24px 42px;
    }
    .cbc-cert-clients {
        min-height: auto;
        overflow: visible;
    }
    .cbc-cert-clients__inner {
        min-height: auto;
        justify-content: flex-start;
        padding: 14px 24px;
    }
    .cbc-section-heading::before {
        left: 0;
        top: auto;
        bottom: -14px;
        width: 170px;
    }
    .cbc-section-heading::after {
        display: none;
    }
    .cbc-certifications,
    .cbc-certifications__featured,
    .cbc-clients {
        grid-template-columns: 1fr;
    }
    .cbc-certifications__featured {
        min-height: 0;
    }
    .cbc-certifications__info {
        min-height: 60px;
    }
    .cbc-certifications__info h3 {
    font-size: 18pt;
    margin-bottom: 20px;
}
    .cbc-certifications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cbc-clients .cbc-section-heading {
    justify-content: start;
}
    .cbc-clients {
        margin-top: 64px;
        gap: 28px;
    }
    .cbc-clients__logos,
    .cbc-clients__logos:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 22px;
        min-height: 0;
        width: 100%;
    }
    .cbc-clients__logo-slide {
        min-height: 74px;
        padding: 0;
    }
    .cbc-client-logo--image {
        min-width: 0;
        width: 100%;
    }
    .cbc-client-logo img {
        max-width: 100%;
        max-height: 64px;
    }
    .cbc-clients__more {
        grid-column: auto;
        justify-self: start;
        margin-top: 24px;
    }
}
