@import url("../vendor/slick/slick.min.css");
@import url("../vendor/slick/slick-theme.min.css");
html {
    scroll-behavior: smooth;
}
#cbc-fullpage {
    box-sizing: border-box;
    background: #fff;
    overflow-x: hidden;
}
#cbc-fullpage *,
#cbc-fullpage *::before,
#cbc-fullpage *::after {
    box-sizing: inherit;
}
.cbc-footer {
    min-height: 0;
}
#end-section {
    min-height: 70vh;
}
.cbc-home-slider,
.cbc-about-us,
.cbc-business-field,
.cbc-home-stats,
.cbc-featured-project,
.cbc-home-certificates,
.cbc-safety-awards,
.cbc-cert-clients,
.cbc-office-map {
    position: relative;
    width: 100%;
    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-slide__bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px;
    background: #073f74;
    pointer-events: none;
    overflow: hidden;
}
.cbc-home-slide__marquee {
    overflow: hidden;
    width: 100%;
}
.cbc-home-slide__marquee-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: cbc-home-marquee 30s linear infinite;line-height: 1.7;
}
.cbc-home-slide__marquee-item {
    display: inline-flex;
    align-items: center;
    padding: 0 32px;
    color: #fff;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    font-size: clamp(18px, 1.75vw, 26px);
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;line-height: 1.7;
}
.cbc-home-slide__marquee-item::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}
@keyframes cbc-home-marquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}
.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;
    overflow: hidden;
    --khunghover-bg: #004079;
    background-color: rgba(0, 0, 0, 0.1);
    transition:
        background-size .42s cubic-bezier(.22, .61, .36, 1),
        border-color .24s ease,
        color .24s ease;
}
.cbc-home-about-link:hover,
.cbc-home-about-link:focus {
    color: #fff !important;
    border-color: #fff;
}
.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__nav {
    position: absolute;
    inset: 0;
    z-index: 7;
    pointer-events: none;
}
.cbc-home-slider__arrow {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 50%;
    background: #fff0;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    transform: translateY(-50%);
    transition:
        background .24s ease,
        border-color .24s ease,
        transform .24s cubic-bezier(.22, .61, .36, 1);
}
.cbc-home-slider__arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.cbc-home-slider__arrow--prev {
    left: clamp(28px, 3.6vw, 58px);
}
.cbc-home-slider__arrow--next {
    right: clamp(28px, 3.6vw, 58px);
}
.cbc-home-slider__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.cbc-home-slider__arrow--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}
.cbc-home-slider__arrow:hover,
.cbc-home-slider__arrow:focus {
    border-color: #fff;
    background: rgba(4, 38, 72, .42);
}
.cbc-home-slider__arrow--prev:hover,
.cbc-home-slider__arrow--prev:focus {
    transform: translateY(-50%) translateX(-4px);
}
.cbc-home-slider__arrow--next:hover,
.cbc-home-slider__arrow--next:focus {
    transform: translateY(-50%) translateX(4px);
}
@media (hover: hover) and (pointer: fine) {
    body:has(.cbc-home-slider:hover) .cbc-cursor-dot {
        background: #fff;
        box-shadow: 0 0 0 0px rgba(6, 66, 122, .18);
    }
    body:has(.cbc-home-slider:hover) .cbc-cursor-halo {
        background: rgba(255, 255, 255, .16);
        border-color: #fff0;
    }
    body.has-cbc-cursor .cbc-home-about-link {
        cursor: pointer !important;
    }
    body:has(.cbc-home-about-link:hover) .cbc-cursor-dot,
    body:has(.cbc-home-about-link:hover) .cbc-cursor-halo {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}
.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;
    background-attachment: fixed;
}
.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;
    opacity: 0;
}
.cbc-home-slide__media--video {
    background: #000;
}
.cbc-home-slide__caption {
    color: #fff;
    z-index: 3;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    text-align: center;
    pointer-events: none;
    padding: 0 48px;
}
.cbc-home-slide__caption-inner {
    width: min(1320px, calc(100vw - 96px));
}
.cbc-home-slide__caption-inner * {
    color: #fff;
}
.cbc-home-slide__caption h1,
.cbc-home-slide__caption h2 {
    font-family: inherit;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(38px, 3.15vw, 60px);
    font-weight: 700;
    line-height: 1.18;
    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: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
.cbc-home-slider .slick-dots {
    bottom: 95px;
    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;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(112px, 12vh, 138px) clamp(44px, 5.75vw, 86px) clamp(42px, 5.2vw, 76px);
    overflow: visible;
}
.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 {
    width: 100vw;
    max-width: none;
    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;
    white-space: nowrap;
    opacity: 1;
    transform: translate3d(100vw, 0, 0);
    will-change: transform, filter;
}
.cbc-about-us__title {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: .02em;
    --story-progress: 0;
    --story-shadow-y: 0px;
    --story-shadow-blur: 0px;
    --story-ghost-x: -26px;
    --story-ghost-y: 24px;
    --story-ghost-scale: .9;
    --story-ghost-opacity: .18;
    --story-shine-x: -118%;
    --story-shine-opacity: .18;
    filter: drop-shadow(0 var(--story-shadow-y) var(--story-shadow-blur) rgba(0, 48, 128, .18));
    overflow: visible;
    isolation: isolate;
}
.cbc-about-us__title::before {
    content: attr(data-title);
    position: absolute;
    left: -.06em;
    bottom: -.22em;
    z-index: -2;
    color: rgba(0, 48, 128, .055);
    font-size: 1.32em;
    line-height: .78;
    transform: translate3d(var(--story-ghost-x), var(--story-ghost-y), 0) scale(var(--story-ghost-scale));
    opacity: var(--story-ghost-opacity);
    pointer-events: none;
}
.cbc-about-us__title::after {
    content: "";
    position: absolute;
    inset: -18% -16% -12%;
    z-index: 3;
    background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, .86) 48%, rgba(88, 185, 223, .38) 54%, transparent 68% 100%);
    mix-blend-mode: screen;
    opacity: var(--story-shine-opacity);
    transform: translate3d(var(--story-shine-x), 0, 0) skewX(-16deg);
    pointer-events: none;
}
.cbc-about-us__title-word {
    display: inline-flex;
    white-space: pre;
}
.cbc-about-us__title-char {
    display: inline-block;
    line-height: 1.2;
    color: transparent;
    background: linear-gradient(115deg, #003080 0%, #004577 44%, #58b9df 50%, #003080 58%, #00235f 100%);
    background-size: 260% 100%;
    background-position: var(--story-gradient-x, 100%) 50%;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 var(--char-shadow-y, 0px) var(--char-shadow-blur, 0px) rgba(0, 48, 128, .24);
    opacity: var(--char-opacity, .28);
    transform: translate3d(var(--char-x, 34px), var(--char-y, 22px), 0) rotateX(var(--char-tilt, 38deg)) scale(var(--char-scale, .84));
    transform-origin: 50% 80%;
    transition:
        opacity .18s linear,
        transform .2s cubic-bezier(.22, 1, .36, 1),
        text-shadow .2s ease;
    will-change: transform, opacity;
}
.cbc-about-us__bars {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: clamp(34px, 4vw, 54px);
    opacity: 0;
    transform: translate3d(-88px, 0, 0) scaleX(.72);
    transform-origin: left center;
    transition:
        opacity .88s cubic-bezier(.16, 1, .3, 1) .12s,
        transform .88s cubic-bezier(.16, 1, .3, 1) .12s,
        filter .88s cubic-bezier(.16, 1, .3, 1) .12s;
    filter: blur(6px);
}
.cbc-about-us.is-in-view .cbc-about-us__bars,
.cbc-about-us.is-bars-in-view .cbc-about-us__bars {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
    filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
    .cbc-about-us__content h2,
    .cbc-about-us__bars,
    .cbc-about-us__title-char {
        opacity: 1;
        transform: none;
        transition: none;
        filter: none;
    }
    .cbc-about-us__title::before,
    .cbc-about-us__title::after {
        display: none;
    }
}
.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 {
    position: relative;
    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;
    overflow: hidden;
    background:
        linear-gradient(90deg, var(--color-navy) 0 50%, rgba(255, 255, 255, .35) 50% 100%)
        100% 0 / 200% 100% no-repeat;
    transition:
        color .34s ease,
        border-color .34s ease,
        background-position .42s cubic-bezier(.22, .61, .36, 1),
        transform .34s cubic-bezier(.22, .61, .36, 1);
}
.cbc-about-us__button:hover,
.cbc-about-us__button:focus {
    color: #fff;
    border-color: var(--color-navy);
    background-position: 0 0;
    transform: translateY(-2px);
}
.cbc-about-us__media {
    position: relative;
    z-index: 1;
    display: block;
    /* min-height: 100vh; */
    overflow: hidden;
    background:
        /* linear-gradient(180deg, rgba(0, 60, 115, .08), rgba(0, 60, 115, .18)), */
        #f4f8fc var(--about-image) center / cover no-repeat fixed;
}
.cbc-about-us__media:hover{
        background: linear-gradient(360deg, #003080b5 0%, #fff0 50%),var(--about-image) center / cover no-repeat fixed;
    /* opacity: 0; */
    transition: opacity .24s ease;
}
.cbc-about-us__media img {
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    display: block;
    object-fit: contain;
    object-position: center;
    opacity: 0;
}
.cbc-business-field {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    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: 106vh;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(0, 60, 115, .18), rgba(0, 60, 115, .44)),
        var(--business-field-image) center / cover no-repeat fixed;
}
.cbc-business-field__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 60, 115, .18), rgba(0, 60, 115, .44)),
        var(--business-field-active-image, var(--business-field-image)) center / cover no-repeat fixed;
    opacity: 0;
    transform: scale(1.02);
    transition:
        opacity .34s ease,
        transform .7s cubic-bezier(.22, .61, .36, 1);
}
.cbc-business-field__panel.is-hovering::before {
    opacity: 1;
    transform: scale(1);
}
.cbc-business-field__item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    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;
    z-index: 1;
   background: linear-gradient(360deg, #003080b5 0%, #fff0 50%);
    /* opacity: 0; */
    transition: opacity .24s ease;
}
.cbc-business-field__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(360deg, #003080b5 0%, #fff0 50%);
    opacity: 0;
    transition: opacity .34s ease;
}
.cbc-business-field__item:hover::before {
    opacity: 1;
}
.cbc-business-field__item:hover::after,
.cbc-business-field__item:focus-within::after {
    opacity: 1;
}
.cbc-business-field__content {
    position: relative;
    z-index: 2;
    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-weight: 300;
    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: 125vh;
    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: 50vh 34vh 41vh;
    min-height: 125vh;
    overflow: hidden;
    /* background: var(--color-navy); */
}
.cbc-home-stats__tile {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-size: cover;
    isolation: isolate;
    --stats-enter-x: 0px;
    opacity: 0;
    transform: translateX(var(--stats-enter-x)) scale(.94);
    transform-origin: center;
    transition:
        opacity .95s ease,
        transform 1.25s cubic-bezier(.16, 1, .3, 1);
    will-change: transform, opacity;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(1) {
    transition-delay: .04s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(2) {
    transition-delay: .16s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(3) {
    transition-delay: .28s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(4) {
    transition-delay: .4s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(5) {
    transition-delay: .52s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(6) {
    transition-delay: .64s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(7) {
    transition-delay: .76s;
}
.cbc-home-stats.is-in-view .cbc-home-stats__tile:nth-child(8) {
    transition-delay: .88s;
}
.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;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .7s ease;
    will-change: transform;
}
.cbc-home-stats__tile:hover > img {
    filter: saturate(1.08) brightness(1.04);
    transform: scale(1.055);
}
/* .cbc-home-stats__tile:not(.cbc-home-stats__tile--workers)::after {
    color: #ffd85a;
    content: "✦";
    font-size: 18px;
    left: 50%;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-shadow:
        -12vw -6vh 0 #ffd85a,
        10vw -5vh 0 #fff0a8,
        -7vw 7vh 0 #ffc83d,
        13vw 6vh 0 #ffd85a,
        2vw -9vh 0 #fff2a6,
        -15vw 2vh 0 #ffc83d;
    top: 50%;
    transform: translate(-50%, -50%) scale(.65) rotate(-10deg);
    transition:
        opacity .38s ease,
        transform .55s cubic-bezier(.22, 1, .36, 1);
    z-index: 4;
} */
.cbc-home-stats__tile:not(.cbc-home-stats__tile--workers):hover::after {
    opacity: .95;
    transform: translate(-50%, -50%) scale(1.08) rotate(0);
}
.cbc-home-stats__tile--years {
    --stats-enter-x: -54px;
    grid-column: 1 / 12;
    grid-row: 1;
    display: flex;
    align-items: center;
    background: #5fbde0;
}
.cbc-home-stats__tile--tower {
    --stats-enter-x: -38px;
    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 {
    --stats-enter-x: 62px;
    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 {
    --stats-enter-x: -58px;
    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 {
    --stats-enter-x: 44px;
    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 {
    --stats-enter-x: 58px;
    grid-column: 39 / 51;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5fbde0;
}
.cbc-home-stats__tile--site {
    --stats-enter-x: -46px;
    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 {
    --stats-enter-x: 34px;
    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 {
    align-items: center;
    color: transparent;
    display: flex;
    font-size: 18px;
    justify-content: center;
    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;
    text-shadow:
        -10vw -4vh 0 transparent,
        8vw -5vh 0 transparent,
        -6vw 6vh 0 transparent,
        11vw 5vh 0 transparent;
    transition: color .38s ease, text-shadow .38s ease;
} */
.cbc-home-stats__tile--workers:hover::after {
    color: #ffd85a;
    text-shadow:
        -10vw -4vh 0 #ffd85a,
        8vw -5vh 0 #fff0a8,
        -6vw 6vh 0 #ffc83d,
        11vw 5vh 0 #ffd85a;
}
.cbc-home-stats__tile--employees {
    --stats-enter-x: 62px;
    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%;text-align:center;
    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;text-align:center;
    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-family: "CBC Josefin Sans", Arial, sans-serif;
    font-weight: 300;
    line-height: .82;
    /* letter-spacing: .08em; */
}
.cbc-featured-project {
    position: relative;
    display: block;
    overflow: visible;
    color: #fff;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    background: #003c73;
}
.cbc-featured-project__panel {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
     linear-gradient(90deg, rgba(0, 60, 115, .22), rgba(0, 60, 115, .08) 58%, rgba(0, 28, 54, .04)), 
        var(--featured-project-bg) center / cover no-repeat fixed;
}
.cbc-featured-project__link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 100%;
    padding: clamp(28px, 4vh, 46px) clamp(34px, 5vw, 96px);
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}
.cbc-featured-project__panel--category .cbc-featured-project__link {
    align-items: flex-start;
    padding-top: clamp(150px, 19vh, 220px);
}
.cbc-featured-project__heading {
    position: relative;
    z-index: 1;
    display: block;
    width: min(720px, 78vw);
    text-transform: uppercase;
}
.cbc-featured-project__heading em,
.cbc-featured-project__heading strong {
    display: block;
    color: #fff;
    letter-spacing: .03em;
    font-style: normal;
}
.cbc-featured-project__heading em {
    font-size: 20pt;
    font-weight: 300;
    line-height: 1.08;
}
.cbc-featured-project__heading strong {
    font-size: 24pt;
    font-weight: 800;
    line-height: 1.08;
    max-width: min(520px, 78vw);
}
.cbc-featured-project__panel--category .cbc-featured-project__heading em {
    margin-bottom: clamp(10px, 1.1vw, 18px);
    font-size: clamp(32px, 3.6vw, 52px);
    font-weight: 300;
    line-height: 1.08;
}
.cbc-featured-project__panel--category .cbc-featured-project__heading strong {
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1;
}
.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;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
}
.cbc-cert-clients__inner > .cbc-section-heading,
.cbc-cert-clients__inner > .cbc-clients {
    flex: 0 0 auto;
}
.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: 300;
}
.cbc-section-heading strong {
    font-weight: 700;
    letter-spacing: .045em;
}
.cbc-certifications {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: clamp(24px, 3vw, 38px);
    align-items: stretch;
    width: min(74vw, 1180px);
    margin: 0 auto;
    flex: 1 1 auto;
    min-height: 0;
}
.cbc-cert-reveal {
    position: relative;
    overflow: hidden;
    opacity: 1;
}
.cbc-cert-reveal.is-fly-in {
    opacity: 1;
}
.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-clients__more::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 21px;
    height: 1px;
    background: currentColor;
}
.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(3, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: clamp(18px, 2vw, 30px);
    height: calc(100vh - 330px);
    max-height: 720px;
    min-height: 0;
}
.cbc-certifications__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    padding: clamp(2px, .35vw, 6px);
    border: 0;
    background: transparent;
    overflow: visible;
    cursor: zoom-in;
    isolation: isolate;
    text-decoration: none;
    transition: transform .26s ease;
}
.cbc-certifications__item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78));
    transform: scaleY(1);
    transform-origin: bottom center;
    transition: transform 1.45s cubic-bezier(.19, 1, .22, 1);
    pointer-events: none;
}
.cbc-certifications__item::after {
    content: "";
    position: absolute;
    inset: -30% auto -30% -55%;
    z-index: 2;
    width: 42%;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .68) 48%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
    pointer-events: none;
}
.cbc-certifications__item:hover {
    transform: translateY(-4px);
}
.cbc-certifications__item:hover::after {
    opacity: 1;
    animation: cbcCertificateShine .74s ease;
}
.cbc-certifications__item img {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    max-width: min(100%, 240px);
    max-height: 100%;
    display: block;
    box-sizing: border-box;
    padding: clamp(7px, .7vw, 12px);
    border: 1px solid var(--color-navy);
    background: #fff;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, -34px, 0) scale(1.045);
    transform-origin: top center;
    filter: blur(10px) saturate(.94);
    transition:
        clip-path 1.45s cubic-bezier(.19, 1, .22, 1),
        transform 1.45s cubic-bezier(.19, 1, .22, 1),
        filter 1.1s cubic-bezier(.19, 1, .22, 1),
        border-color .26s ease,
        box-shadow .26s ease;
    will-change: clip-path, transform, filter;
}
.cbc-certifications__item.is-fly-in::before {
    transform: scaleY(0);
}
.cbc-certifications__item.is-fly-in img {
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) saturate(1);
}
.cbc-certifications__item:hover img {
    border-color: #57c3ea;
    box-shadow: 0 18px 34px rgba(4, 71, 124, .16);
    filter: brightness(1.04);
    transform: scale(1.045);
}
@media (prefers-reduced-motion: reduce) {
    .cbc-certifications__item::before {
        display: none;
    }
    .cbc-certifications__item img {
        clip-path: none;
        transform: none;
        filter: none;
        transition: none;
    }
}
@keyframes cbcCertificateShine {
    from {
        transform: skewX(-18deg) translateX(0);
    }
    to {
        transform: skewX(-18deg) translateX(420%);
    }
}
.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 span {
    font-size: 20pt;
}
.cbc-clients .cbc-section-heading strong {
    font-size: 24pt;
}
.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-viewport {
    grid-column: 2;
    min-width: 0;
    overflow: hidden;
}
.cbc-clients__logos {
    display: flex;
    align-items: center;
    gap: clamp(44px, 6vw, 96px);
    width: max-content;
    min-height: 92px;
    overflow: visible;
    will-change: transform;
}
.cbc-clients {
    overflow: visible;
}
.cbc-clients__logos.is-marquee {
    animation: cbcClientsMarquee var(--cbc-clients-duration, 26s) linear infinite;
}
.cbc-clients__logos.is-marquee:hover,
.cbc-clients__logos.is-marquee:focus-within {
    animation-play-state: paused;
}
.cbc-clients__logo-slide {
    flex: 0 0 clamp(150px, 12vw, 230px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 0;
}
@keyframes cbcClientsMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
  .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__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-home-slide,
    .cbc-about-us__media,
    .cbc-business-field__panel,
    .cbc-featured-project__panel {
        background-attachment: scroll;
    }
    .cbc-about-us,
    .cbc-business-field,
    .cbc-home-stats,
    .cbc-cert-clients
   {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }
    .cbc-home-about-link {
        display: none;
    }
    .cbc-home-slider__arrow {
        width: 42px;
        height: 42px;
    }
    .cbc-home-slider__arrow::before {
        width: 10px;
        height: 10px;
    }
    .cbc-home-slider__arrow--prev {
        left: 14px;
    }
    .cbc-home-slider__arrow--next {
        right: 14px;
    }
    .cbc-home-slide__caption {
        padding: 0 21px;
        overflow: hidden;
    }
    .cbc-home-slide__caption-inner {
        width: calc(100vw - 42px);
        margin: 0 auto;
    }
    .cbc-home-slide__caption h1,
    .cbc-home-slide__caption h2,
    .cbc-home-slide__caption p {
        display: block;
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }
    .cbc-home-slide__caption h1,
    .cbc-home-slide__caption h2 {
        font-size: clamp(24px, 7vw, 30px) !important;
        letter-spacing: .035em !important;
        line-height: 1.2 !important;
    }
    .cbc-home-slide__caption p {
        font-size: 16px !important;
    }
    .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;
        background-position: center;
        background-size: cover;
    }
    .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: 360px;
        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__panel {
        min-height: 78vh;
        background-attachment: scroll;
    }
    .cbc-featured-project__link {
        padding: 72px 24px 42px;
    }
    .cbc-featured-project__heading {
        min-height: 76px;
        width: 100%;
    }
    .cbc-cert-clients {
        min-height: auto;
        overflow: visible;
    }
    .cbc-cert-clients__inner {
        min-height: auto;
        max-height: none;
        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-clients {
        grid-template-columns: 1fr;
    }
    .cbc-certifications {
        width: 100%;
        flex: 0 0 auto;
    }
    .cbc-certifications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        gap: 16px;
        flex: 0 0 auto;
        height: auto;
        max-height: none;
    }
    .cbc-certifications__item {
        height: auto;
    }
    .cbc-certifications__item {
        min-height: clamp(210px, 46vw, 330px);
    }
    .cbc-clients .cbc-section-heading {
    justify-content: start;
}
    .cbc-clients {
        margin-top: 64px;
        gap: 28px;
    }
    .cbc-clients__logos-viewport {
        grid-column: auto;
        overflow: hidden;
    }
    .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__logos.is-marquee {
        display: flex;
        grid-template-columns: none;
        gap: 34px;
        width: max-content;
        animation-duration: 20s;
    }
    .cbc-clients__logo-slide {
        min-height: 74px;
        padding: 0;
    }
    .cbc-clients__logos.is-marquee .cbc-clients__logo-slide {
        flex: 0 0 150px;
    }
    .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;
    }
}