:root {
--bge-mandarin-500: #ff5500;
--bge-mandarin-400: #F48059;
--bge-mandarin-300: #F7A990;
--bge-mandarin-200: #FCD6CA;
--bge-mandarin-100: #FFEEE6;
--bge-steel-blue-700: #1e3a44;
--bge-steel-blue-600: #2f5b6d;
--bge-steel-blue-500: #427a94;
--bge-steel-blue-400: rgba(63, 122, 150, .8);
--bge-steel-blue-300: rgba(63, 122, 150, .6);
--bge-steel-blue-200: rgba(63, 122, 150, .4);
--bge-steel-blue-100: #ECF2F4;
--bge-mid-blue: #a0bcc9;
--bge-light-blue: #d3dee4;
--gray-3: #d1d5db;
--gray-4: #9ca3af;
--section-light: #f9f9fb;
--bge-purple-300: #8580AF;
--bge-purple-400: #5D5594;
--bge-purple-500: #342B79;
--color-1: #FFDDCC;
--color-2: #D9E4EA;
--color-3: #D6D5E4;
--color-4: #FFDDCC;
}
.section {
padding-top: 112px;
padding-bottom: 112px;
}
.section-gradient {
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
}
.section-light {
background: linear-gradient(#f8fcff, #f0faff);
padding-top: 112px;
padding-bottom: 112px;
background-position: center;
background-size: cover;
transition: padding 0.2s ease-in-out;
}
.section-padding {
padding-top: 112px;
padding-bottom: 112px;
}
.header-section-padding {
padding-top: 160px;
padding-bottom: 112px;
}
.ngg-galleryoverview {
margin: 0 !important;
}
.text-wrap-pretty {
text-wrap: pretty;
}
.no-space-bottom {
margin-bottom: 0 !important;
}
.no-space-top {
margin-top: 0 !important;
}
.no-side-margin {
padding-left: 0 !important;
padding-right: 0 !important;
}
.no-border {
border: 0 !important;
}
.text-center {
text-align: center;
justify-content: center;
}
.gradient-mesh-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: radial-gradient(var(--color-1) 25%, transparent 50%),
radial-gradient(var(--color-2) 25%, transparent 50%),
radial-gradient(var(--color-3) 25%, transparent 50%),
radial-gradient(var(--color-4) 25%, transparent 50%);
background-size: 60% 80%, 70% 80%, 80% 80%, 80% 80%;
background-position: 0 0, 0 100%, 50% 0, 50% 100%;
background-repeat: no-repeat;
transform: scale(4);
z-index: -2;
}
.curves-texture-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
opacity: .3;
}
.section-title {
max-width: 39.25rem;
flex-direction: column;
display: flex;
margin-bottom: 4rem;
}
.section-title-center {
max-width: 39.25rem;
flex-direction: column;
align-items: center;
display: flex;
margin-bottom: 4rem;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.container {
padding-left: 24px;
padding-right: 24px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.container-wide {
max-width: 1480px !important;
}
.flex {
display: flex;
gap: 5rem;
align-items: center;
}
.padding-lr-large {
padding-left: 4rem;
padding-right: 4rem;
}
h1 {
font-family: DM Serif Display;
font-size: 3.5rem;
line-height: 1.2;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
h2 {
font-family: Inter;
font-size: 3rem;
font-weight: 600;
line-height: 1.2;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
h3 {
font-family: Inter;
font-size: 3rem;
font-weight: 600;
line-height: 1.2;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.h4-upsized {
font-size: 1.5rem;
line-height: 1.4;
}
h4 {
font-family: Inter;
font-size: 1.2rem;
font-weight: 600;
line-height: 1.2;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
h5 {
font-family: Inter;
font-size: 0.8rem;
font-weight: 500;
line-height: 1.2;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
p {
font-family: Inter;
line-height: 1.6;
font-weight: 400;
text-wrap: pretty;
}
.text-size-small {
font-size: 0.875rem;
}
a {
font-family: Inter;
}
sup {
font-size: 10px;
}
body {
font-size: 1rem;
line-height: 1.5;
}
.eyebrow {
-webkit-text-fill-color: transparent;
background-image: linear-gradient(174deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
-webkit-background-clip: text;
background-clip: text;
letter-spacing: -.08em;
margin-bottom: 12px;
font-size: 24px;
font-weight: 500;
line-height: 1.2;
width: 100%;
}
.eyebrow-blue {
background-image: linear-gradient(174deg, var(--bge-steel-blue-300), var(--bge-steel-blue-500)) !important;
}
.section-heading {
font-family: DM Serif Text;
text-wrap: balance;
font-weight: 400;
margin-bottom: 0;
}
.section-quote {
color: #333;
font-weight: 600;
font-size: 1.5rem;
line-height: 1.3;
text-wrap: balance;
text-align: left;
}
.grad-testimonial-wrapper {
border: var(--bge-steel-blue-100) solid 2px;
border-radius: 16px;
justify-content: center;
display: flex;
gap: 5rem;
align-items: center;
background-color: white;
}
.quotation-space-container {
display: flex;
align-items: flex-start;
gap: 20px;
flex-direction: row;
}
.grad-testimonial-image {
max-width: 30%;
}
.section-quote-small {
color: #333;
font-weight: 600;
font-size: 1.2rem;
line-height: 1.3;
text-wrap: pretty;
text-align: left;
}
.text-left {
text-align: left !important;
}
.align-start {
align-items: flex-start !important;
}
.section-paragraph {
margin-top: 1rem;
}
.section-bold {
font-weight: 700;
}
.text-size-medium {
font-size: 1.125rem;
}
.gap-20 {
gap: 20px;
}
.gap-32 {
gap: 32px;
}
.gap-5rem {
gap: 5rem;
}
.button-group {
grid-column-gap: 1rem;
grid-row-gap: 1rem;
flex-wrap: wrap;
align-items: center;
margin-top: 1rem;
display: flex;
}
.button-secondary {
text-decoration: none;
color: #FF5500;
border-radius: 6px;
height: 48px;
background-color: var(--bge-mandarin-100);
justify-content: center;
align-items: center;
display: flex;
padding-left: 24px;
padding-right: 24px;
font-weight: 600;
transition: box-shadow .2s;
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
width: fit-content;
}
.button-secondary:hover {
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .05);
}
.button-secondary-blue {
text-decoration: none;
color: var(--bge-steel-blue-500);
border-radius: 6px;
height: 48px;
background-color: var(--bge-steel-blue-100);
justify-content: center;
align-items: center;
display: flex;
padding-left: 24px;
padding-right: 24px;
font-weight: 600;
transition: box-shadow .2s;
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
width: fit-content;
}
.button-translucent {
text-decoration: none;
color: var(--bge-light-blue);
border-radius: 6px;
height: 48px;
backdrop-filter: blur(2px);
background-color: rgba(0,0,0,0.75);
justify-content: center;
align-items: center;
display: flex;
padding-left: 24px;
padding-right: 24px;
font-weight: 600;
transition: border .2s;
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
width: fit-content;
border: 1px rgba(255,255,255,0.3) solid;
}
.button-translucent:hover {
border: 1px var(--bge-mid-blue) solid;
}
.button-translucent:hover {
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .05);
}
.button {
text-decoration: none;
color: white;
border-radius: 6px;
height: 48px;
background-color: var(--bge-mandarin-500);
justify-content: center;
align-items: center;
display: flex;
padding-left: 24px;
padding-right: 24px;
font-weight: 600;
transition: box-shadow .2s ease-in-out;
box-shadow: inset 0 0 20px 0px rgba(255, 255, 255,.3);
width: fit-content;
}
.button:hover {
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .03);
}
.button-outline {
text-decoration: none;
color: var(--bge-steel-blue-500);
border: 2px solid var(--bge-steel-blue-200);
border-radius: 6px;
height: 48px;
justify-content: center;
align-items: center;
display: flex;
padding-left: 24px;
padding-right: 24px;
font-weight: 600;
transition: border-color .2s;
width: fit-content;
}
.button-outline:hover {
border-color: var(--bge-steel-blue-500);
}
.HoverArrow {
height: 10px;
width: 10px;
margin-left: 8px;
margin-right: -8px;
stroke: currentColor;
stroke-width: 2px;
fill: none;
transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.HoverArrow_linePath {
opacity: 0;
transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.HoverArrow_tipPath {
transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
;
}
.simple-link {
font-size: 1rem;
color: var(--bge-mandarin-500);
line-height: 0;
cursor: pointer;
display: flex;
align-items: center;
}
.color-blue {
color: var(--bge-steel-blue-500) !important;
}
.color-purple {
color: var(--bge-purple-500) !important;
}
.color-black {
color: #333 !important;
}
.color-gray {
color: #666 !important;
}
.color-mandarin {
color: var(--bge-mandarin-500) !important;
}
.simple-link:hover .HoverArrow_linePath,
.button:hover .HoverArrow_linePath,
.button-secondary-blue:hover .HoverArrow_linePath,
.button-translucent:hover .HoverArrow_linePath {
opacity: 1;
}
.simple-link:hover .HoverArrow_tipPath,
.button:hover .HoverArrow_tipPath,
.button-secondary-blue:hover .HoverArrow_tipPath,
.button-translucent:hover .HoverArrow_tipPath {
transform: translateX(3px);
}
.section-header-home {
padding-top: 7rem;
}
.heading-content-wrapper {
max-width: 1200px;
padding-left: 24px;
padding-right: 24px;
margin-left: auto;
margin-right: auto;
grid-column-gap: 5rem;
grid-row-gap: 5rem;
align-items: center;
display: flex;
margin-bottom: 4em;
}
.content-wrapper {
width: 50%;
gap: 1.5rem;
flex-direction: column;
display: flex;
position: relative;
}
.heading-right-wrapper {
width: 50%;
position: relative;
overflow: hidden;
line-height: 0;
border-radius: 1.2rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.fifty-five-width {
width: 55%;
}
.fifty-width {
width: 50%;
}
.fifty-width-responsive {
width: 50%;
}
.forty-five-width {
width: 45%;
}
.full-width {
width: 100%;
}
.rounded-image {
border-radius: 1.2rem;
}
.rounded-image-grid {
border-radius: 1.2rem;
height: 100%;
width: 100%;
object-fit: cover;
}
.rounded-image-standard {
border-radius: 1.2rem;
height: 420px;
object-fit: cover;
}
.heading-video-max-height {
max-height: 480px;
}
.heading-text-wrapper {
max-width: 39.25rem;
grid-column-gap: 0.75rem;
grid-row-gap: 0.75rem;
flex-direction: column;
display: flex;
}
.no-padding-bottom {
padding-bottom: 0 !important;
}
.no-padding-top {
padding-top: 0 !important;
}
.line-height-16 {
line-height: 1.6;
}
.hero-badge {
align-self: flex-start;
padding: 0.75rem 1.5rem;
font-size: 0.875rem;
line-height: 1;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
backdrop-filter: blur(6px);
border-radius: 9999px;
height: 32px;
line-height: 0;
border: 1px solid #e8eaed;
color: var(--bge-steel-blue-500);
transition: border .2s ease-in-out;
}
.announcement {
align-self: flex-start;
padding: 0.75rem 1.5rem;
font-size: 0.875rem;
line-height: 1;
flex-direction: column;
justify-content: center;
align-items: left;
text-align: left;
background: white;
margin-bottom: 10px;
backdrop-filter: blur(6px);
border-radius: 6px;
line-height: 0;
border: 1px solid #e8eaed;
color: var(--bge-steel-blue-500);
transition: border .2s ease-in-out;
}
.announcement-toggle-border-solid {
border: 1px solid var(--bge-steel-blue-500) !important;
}
.announcement-toggle-border-light {
border: 1px solid #e8eaed;
}
.announcement-title {
display: inline-flex;
justify-content: center;
align-items: center;
}
.announcement-title h4 {
font-size: 1rem;
color: var(---bge-steel-blue-500);
}
.announcement-content {
margin-top: 8px;
color: #666;
}
.mr-1 {
margin-right: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.hero-badge:hover {
border: 1px solid var(--bge-steel-blue-500);
}
.announcement:hover {
border: 1px solid var(--bge-steel-blue-500);
}
.header-image {
width: 100%;
height: 100%;
max-width: none;
object-fit: cover;
overflow: hidden;
}
.header-video {
width: 100%;
height: 100%;
min-height: 30rem;
max-width: none;
object-fit: cover;
overflow: hidden;
}
.header-mask {
height: 100%;
max-width: none;
position: absolute;
top: 0%;
bottom: auto;
left: 0%;
right: auto;
z-index: 1;
}
.slide-track {
width: 100%;
display: flex;
gap: 3em;
overflow: hidden;
}
.text-align-center {
display: flex;
justify-content: center;
}
.margin-bottom {
margin-bottom: 2rem;
}
.logo-slider {
padding-top: 4rem;
padding-bottom: 5rem;
border-top-width: 1px;
border-color: var(--section-light);
border-style: solid;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translatex(-1000%)
}
}
.companies-title {
font-family: Inter;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
letter-spacing: .1em;
}
.slide {
display: flex;
align-items: center;
justify-content: center;
}
.logo-slider img {
max-width: 9rem;
width: auto;
height: auto;
animation: scroll 60s linear infinite;
filter: grayscale(100%);
}
.grid-col-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
}
.grid-col-2-5rem {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
}
.grid-col-3 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 32px;
}
.expertise-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 32px;
}
.expertise-item {
display: flex;
align-items: center;
}
.expertise-icon-container {
padding: 10px;
border-radius: 5px;
margin-right: 20px;
height: 56px;
width: 56px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border: solid 1px #ddd;
transition: .2s ease-in-out;
box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, 0), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, 0);
}
.expertise-item:hover .expertise-text {
color: var(--bge-mandarin-500);
}
.expertise-item:hover .expertise-icon-container {
background: white;
box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, .25), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, .1);
border-color: #FFEEE6;
}
.expertise-item:hover .expertise-icon {
filter: none;
}
.expertise-icon {
transition: .2s ease-in-out;
filter: opacity(.85);
}
.expertise-text {
font-size: 0.875rem;
font-weight: 500;
color: #334155;
transition: .2s ease-in-out;
}
.expertise-display {
background-size: cover;
background-position: center;
width: 100%;
height: 400px;
transition: opacity 0.5s ease, background-image 0.5s ease;
opacity: 1;
border-radius: 5px;
display: flex;
align-items: flex-end;
position: relative;
overflow: hidden;
box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
}
.expertise-display::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(74deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
}
.expertise-item.active .expertise-icon-container,
.expertise-item:hover .expertise-icon-container {
background: white;
box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, .25), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, .1);
border-color: var(--bge-mandarin-300);
}
.expertise-item.active .expertise-icon,
.expertise-item:hover .expertise-icon {
filter: none;
}
.expertise-display h2,
.expertise-display p {
color: white;
}
.expertise-display.fade-out {
opacity: 0;
}
.expertiseCaption {
z-index: 5;
width: 100%;
padding: 30px;
}
#expertiseTitle {
font-size: 1.5rem;
font-weight: 600;
color: white;
}
#expertiseDescription {
font-size: 0.875rem;
}
.black-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .5) 100%);
}
.text {
font-size: 16px;
font-weight: 600;
}
.project-grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: repeat(4, 1fr);
width: 100%;
height: 540px;
min-height: 480px;
grid-gap: 10px;
}
.project {
position: relative;
overflow: hidden;
display: flex;
align-items: flex-end;
justify-content: flex-start;
text-decoration: none;
border-radius: 4px;
background-size: cover;
transition: transform 0.5s ease-in-out;
}
.project:hover {
box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
}
.project-details-overlay {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 1em;
z-index: 3;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.3s ease-in-out;
justify-content: space-between;
align-items: flex-end;
}
.project-title {
color: white;
width: 66%;
font-weight: 600;
font-size: 1rem;
}
.project-city {
font-size: 1rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 10px;
}
.project-tag {
border: 1.5px solid rgba(255, 255, 255, .5);
border-radius: 9999px;
padding: 4px 12px;
color: #FFFFFF;
width: fit-content;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: .05rem;
background-color: rgba(0, 0, 0, .3);
white-space: nowrap;
}
.project-details-wrapper {
width: 100%;
}
.project-cta {
font-size: 0.875rem;
font-weight: 600;
color: white;
display: flex;
align-items: center;
}
.project-cta svg {
width: 24px;
fill: white;
height: 24px;
transform: translateX(-20%);
opacity: 0;
transition: transform 0.6s ease-in-out;
}
.project:hover .project-cta svg {
opacity: 1;
transform: translateX(0);
}
.project:hover .project-details-overlay {
opacity: 1;
}
.grid-item1 {
background-image: url("https://images.unsplash.com/photo-1534719156993-f3c9448673bf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f089cfa06eb1cd7c0f654b39d8fdfd07&auto=format&fit=crop&w=1350&q=80");
background-size: cover;
background-position: center;
grid-column: 1/4;
grid-row: 1/3;
}
.grid-item2 {
background-image: url("https://images.unsplash.com/photo-1534759846116-5799c33ce22a?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=19c8355cd5aff72debf2f4720f4c7e09&auto=format&fit=crop&w=688&q=80");
background-size: cover;
background-position: center;
grid-column: 1/3;
grid-row: 3/5;
}
.grid-item3 {
background-image: url("https://images.unsplash.com/photo-1507562534834-42ebd36b00ea?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f712012a42c9e9d9163fd9a0c80fd66a&auto=format&fit=crop&w=1202&q=80");
background-size: cover;
background-position: center;
grid-column: 3/6;
grid-row: 3/5;
}
.grid-item4 {
background-image: url("https://images.unsplash.com/photo-1534714259038-764cb4cf1d58?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=d07ea713fcf12221034dafd8f4ffe82b&auto=format&fit=crop&w=1350&q=80");
background-size: cover;
background-position: center;
grid-column: 4/6;
grid-row: 1/3;
}
.grid-item5 {
background-image: url("https://images.unsplash.com/photo-1534743901536-d184ed4194bc?ixlib=rb-0.3.5&s=21fd4555141d93425b8ee3f80f764e69&auto=format&fit=crop&w=634&q=80");
background-size: cover;
background-position: center;
grid-column: 6/8;
grid-row: 1/5;
}
.projects-cta {
display: flex;
align-items: center;
justify-content: center;
margin-top: 3rem;
}
.margin-left-32 {
margin-left: 32px;
}
.margin-left-8 {
margin-left: 8px;
}
.margin-right-8 {
margin-right: 8px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
grid-template-columns: repeat(4, 1fr);
}
.benefit-item {
padding: 32px;
text-align: left;
}
.benefit-item svg {
width: 16px;
}
.svg-24 svg {
width: 24px !important;
height: 24px !important;
}
.benefit-item h3 {
margin: 10px 0;
font-size: 1.2em;
}
.benefit-item p {
font-size: 0.9em;
color: #333;
}
.benefit-item {
border-right: 1px solid var(--gray-3);
border-bottom: 1px solid var(--gray-3);
position: relative;
}
.benefit-item:after {
background: linear-gradient(to bottom, rgba(140, 175, 192, 0) 0%, rgba(140, 175, 192, .15) 100%);
content: "";
background-blend-mode: overlay;
height: 100%;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: .45s cubic-bezier(.6, .6, 0, 1) opacity;
width: 100%;
z-index: 1;
}
.benefit-item:nth-child(4)::after,
.benefit-item:nth-child(5)::after,
.benefit-item:nth-child(6)::after {
background: linear-gradient(to top, rgba(140, 175, 192, 0) 0%, rgba(140, 175, 192, .15) 100%);
}
.grid-col-4 .benefit-item:nth-child(5)::after,
.grid-col-4 .benefit-item:nth-child(6)::after,
.grid-col-4 .benefit-item:nth-child(7)::after,
.grid-col-4 .benefit-item:nth-child(8)::after {
background: linear-gradient(to top, rgba(23, 0, 45, 0) 0%, rgba(23, 0, 45, .06) 100%);
}
.grid-col-4 .benefit-item:nth-child(4)::after {
background: linear-gradient(to bottom, rgba(23, 0, 45, 0) 0%, rgba(23, 0, 45, .06) 100%);
}
.benefit-item:hover::after {
opacity: 1;
}
.inline-icon {
display: inline;
margin-right: 6px;
margin-bottom: -2px;
}
.benefit-item:nth-child(3n) {
border-right: none;
}
.benefit-item:nth-last-child(-n+3) {
border-bottom: none;
}
.benefit-grid-title h5 {
font-weight: 700;
padding-left: 20px;
text-wrap:pretty;
}
.benefit-item-2 {
padding: 20px;
text-align: left;
}
.benefit-item-dotpoint {
display: grid;
grid-template-columns: 34px auto;
}
.benefit-item-recruitment {
display: grid;
grid-template-columns: 40px auto;
}
.benefit-item-recruitment svg {
margin-top: 2px;
}
.benefit-item-dotpoint .inline-icon {
margin-top: 6px;
}
.benefit-item-2 h3 {
margin: 10px 0;
font-size: 1.2em;
}
.benefit-item-2 p {
font-size: 0.8em;
color: #333;
}
.benefit-item-2 {
border-bottom: 1px solid var(--gray-3);
position: relative;
}
.benefit-item-2:after {
background: linear-gradient(to bottom, rgba(23, 0, 45, 0) 0%, rgba(23, 0, 45, .06) 100%);
content: "";
height: 100%;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: .45s cubic-bezier(.6, .6, 0, 1) opacity;
width: 100%;
z-index: 1;
}
.benefit-item-2:hover::after {
opacity: 1;
}
.benefit-inline-paragraph {
display: inline;
text-wrap: pretty;
}
.benefit-inline-paragraph strong {
color: var(--bge-steel-blue-500);
font-weight: 600;
}
.feature-icon {
width: 32px;
height: 32px;
min-width: 32px;
background-color: var(--bge-light-blue);
border-radius: 7px;
justify-content: center;
align-items: center;
margin-bottom: 12px;
display: flex;
background: #F50;
box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.50) inset;
}
.benefits-grid-2 {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
.flex-grow-1 {
flex-grow: 1;
}
.sustainable-actions-wrapper {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
.social-impact-card {
border-top: var(--bge-steel-blue-200) 1px solid;
padding-top: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.social-impact-card h3 {
font-size: 1.2em;
line-height: 1.2;
margin-bottom: 10px;
}
.social-impact-card .feature-icon svg {
width: 16px;
fill: var(--bge-steel-blue-500)
}
.social-impact-card .feature-icon {
margin-bottom: 24px;
background: var(--bge-light-blue);
}
.social-impact-image-container {
border-radius: 8px;
overflow: hidden;
position: relative;
width: 100%;
height: 420px;
display: block;
}
.social-impact-image-container img {
position: absolute;
top: 0;
left: 0;
width: inherit;
height: inherit;
max-height: none;
object-fit: cover;
max-height: none;
max-width: none;
}
.social-impact-image-container::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .5) 100%);
transition: opacity 0.3s ease, height 0.3s ease;
opacity: 0;
z-index: 1;
}
.social-impact-image-container:hover::after {
opacity: 1;
}
.social-impact-image-container:hover .HoverArrow_linePath {
opacity: 1;
}
.social-impact-image-container:hover .HoverArrow_tipPath {
transform: translateX(3px);
}
.social-impact-content-wrapper {
margin-bottom: 24px;
}
.base-img {
transition: transform 200ms ease-in-out;
}
.hover-img {
opacity: 0;
z-index: 1;
transition: 400ms ease-in-out;
position: absolute;
left: 0;
}
.heading-right-wrapper:hover .hover-img {
opacity: 1;
}
.heading-right-wrapper:hover .base-img {
transform: scale(1.05);
}
.hover-image-wrapper {
overflow: hidden;
border-radius: 1.2rem
}
.hover-image-wrapper:hover .hover-img {
opacity: 1;
}
.hover-image-wrapper:hover .base-img {
transform: scale(1.05);
}
.social-impact-base-img {
transition: transform 200ms ease-in-out;
}
.social-impact-hover-img {
opacity: 0;
z-index: 2;
transition: 400ms ease-in-out;
}
.small-cta {
position: absolute;
bottom: 0;
right: 0;
margin-right: 24px;
margin-bottom: 12px;
font-size: 16px;
color: white;
z-index: 3;
opacity: 0;
transition: 500ms ease-in-out;
}
.social-impact-image-container:hover .social-impact-hover-img {
opacity: 1;
}
.social-impact-image-container:hover .small-cta {
opacity: 1;
}
.social-impact-image-container:hover .social-impact-base-img {
transform: scale(1.05);
left: 0;
}
.blog-carousel {
position: relative;
}
.slick-list {
overflow: hidden;
}
.slick-track {
display: flex;
gap: 30px;
}
.slick-arrow {
font-size: 0;
}
.slick-next {
position: absolute;
right: 0px;
top: 50%;
}
.blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
grid-auto-flow: row;
}
.blog-featured-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
grid-auto-flow: row;
}
.blog-category {
font-size: 12px;
line-height: 14px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 600;
color: var(--bge-steel-blue-400);
}
.blog-item {
display: flex;
flex-direction: column;
gap: 24px;
}
.blog-body {
display: flex;
flex-direction: column;
}
.blog-featured-grid .blog-thumbnail{
height: 300px;
}
.blog-thumbnail {
width: 100%;
object-fit: cover;
height: 200px;
transition: transform .4s ease-in-out;
}
.blog-image-link:hover .blog-thumbnail {
transform: scale(1.1);
}
.blog-image-link {
line-height: 0;
overflow: hidden;
position: relative;
border-radius: 6px;
box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
}
.blog-title {
margin-bottom: 12px;
font-size: 1.2em;
text-wrap-style: pretty;
}
.blog-preview {
font-size: 0.875rem;
margin-bottom: 12px;
}
.avatar {
border-radius: 50%;
}
.blog-author-container {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
}
.blog-author {
font-size: 0.875rem;
line-height: 1.43em;
padding: 0;
}
.author-img {
display: flex;
}
.author-img-founders {
display: flex;
height: 48px;
width: 48px;
}
.reading-time {
font-size: .75rem;
line-height: 1.17em;
}
.grid-col-2-right-wrapper {
width: 50%;
position: relative;
overflow: hidden;
line-height: 0;
border-radius: 1.2rem;
}
.grid-col-2-left-wrapper {
width: 50%;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
flex-direction: column;
display: flex;
}
.awards-section-title {
margin-bottom: 0;
}
.eyebrow-light-indigo {
background-image: none;
background-color: rgba(23, 0,45, .4);
}
.text-indigo {
color: #17002D
}
.text-white {
color: #FFFFFF;
background-image: none;
-webkit-text-fill-color: unset;
}
.text-white-8 {
color: #FFFFFF;
background-image: none;
opacity: .8;
-webkit-text-fill-color: unset;
}
.font-medium {
font-weight: 500;
}
.text-blue {
color: var(--bge-steel-blue-500);
}
.bottom-cta {
display: flex;
align-items: center;
justify-content: center;
margin-top: 0;
}
.z-10 {
z-index: 10;
}
.gateway-cover {
background-image: url("https://bgeeng.com/wp-content/uploads/2024/02/sydney-gateway-cover-scaled.jpg");
background-size: cover;
background-position: center;
z-index: 0;
}
.gateway-cover::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100%;
background-color: rgba(0, 0, 0, .75);
opacity: 1;
z-index: 1;
}
.flex-col {
flex-direction: column !important;
}
.flex-row {
flex-direction: row;
}
.flex-start {
align-items: flex-start;
}
.space-bottom-75rem {
margin-bottom: .75rem;
}
.space-bottom-20 {
margin-bottom: 20px;
}
.space-bottom-48 {
margin-bottom: 48px;
}
.space-bottom-xxxsmall {
margin-bottom: 0.2rem;
}
.space-bottom-xxsmall {
margin-bottom: 0.5rem;
}
.space-bottom-xsmall {
margin-bottom: 1rem;
}
.space-bottom-small {
margin-bottom: 2rem;
}
.space-bottom-medium {
margin-bottom: 4rem;
}
.space-bottom-large {
margin-bottom: 6rem;
}
.large-section-padding {
padding-top: 200px;
padding-bottom: 200px;
}
.medium-section-padding {
padding-top: 140px;
padding-bottom: 140px;
}
.padding-bottom-small {
padding-bottom: 112px;
}
.space-top-bottom {
margin-top: 48px;
margin-bottom: 48px;
}
.js-tilt-glare {
z-index: 999;
}
.bge-way-img {
max-height: 400px;
margin-left: auto;
margin-right: auto;
}
.values-container {
width: 50%;
display: flex;
gap: 32px;
flex-direction: column;
}
.border-top {
border-top: var(--bge-light-blue) 1px solid;
}
.border-bottom {
border-bottom: var(--bge-light-blue) 1px solid;
}
.value-item {
text-align: left;
}
.quotation-marks {
max-width: 42px;
}
.inline-icon-title {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
color: white;
}
.value-item svg {
width: 16px;
}
.value-item h3 {
margin: 10px 0;
font-size: 1.2em;
}
.value-item p {
font-size: 0.9em;
color: #333;
}
.stats-container {
display: grid;
padding-left: 24px;
padding-right: 24px;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 4em;
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.stats-container.animate-in {
opacity: 1;
transform: translateY(0);
}
.about-stat {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
min-width: 216px;
padding: 24px 20px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border: 1px solid var(--bge-steel-blue-200);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
cursor: default;
position: relative;
overflow: hidden;
opacity: 0;
transform: translateY(20px);
}
.about-stat.animate-in {
opacity: 1;
transform: translateY(0);
}
.about-stat::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, var(--bge-mandarin-100) 0%, var(--bge-steel-blue-100) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
.about-stat:hover {
transform: translateY(-4px) scale(1.01);
box-shadow:
0 10px 40px rgba(66, 122, 148, 0.12),
0 4px 16px rgba(255, 85, 0, 0.08);
border-color: var(--bge-steel-blue-300);
}
.about-stat:hover::before {
opacity: 1;
}
.about-stat-icon {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 16px;
background: linear-gradient(135deg, var(--bge-steel-blue-100) 0%, rgba(255, 255, 255, 0.9) 100%);
border: 1px solid var(--bge-steel-blue-200);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
flex-shrink: 0;
position: relative;
overflow: hidden;
}
.about-stat-icon::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(174deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
opacity: 0;
transition: opacity 0.3s ease;
}
.about-stat:hover .about-stat-icon {
transform: scale(1.05);
border-color: var(--bge-mandarin-400);
background: linear-gradient(135deg, var(--bge-mandarin-100) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.about-stat:hover .about-stat-icon::before {
opacity: 0.1;
}
.about-stat-icon img {
width: 72px;
height: 72px;
object-fit: contain;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
.about-stat:hover .about-stat-icon img {
transform: scale(1.05);
filter: brightness(1.05) saturate(1.1);
}
.stat-figure {
font-weight: 700;
font-size: 1.75rem;
color: var(--bge-purple-500);
margin: 0 0 4px 0;
line-height: 1.2;
transition: all 0.3s ease;
position: relative;
z-index: 2;
}
.stat-years-text {
font-size: 0.6em;
font-weight: 500;
opacity: 0.65;
letter-spacing: 0.025em;
margin-left: 0.1em;
display: inline;
position: relative;
top: -0.1em;
}
.stat-suffix {
font-weight: 700;
font-size: 1em;
opacity: 1;
}
.stat-description {
font-size: 0.875rem;
color: var(--bge-steel-blue-600);
margin: 0;
line-height: 1.4;
font-weight: 500;
transition: color 0.3s ease;
position: relative;
z-index: 2;
}
.about-stat:hover .stat-figure {
color: var(--bge-mandarin-500);
}
.about-stat:hover .stat-description {
color: var(--bge-purple-400);
}
.stat-figure.counting {
animation: countPulse 0.6s ease-in-out;
}
@keyframes countPulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
@media (max-width: 1024px) {
.stats-container {
grid-template-columns: repeat(2, 1fr);
gap: 32px;
}
}
@media (max-width: 640px) {
.stats-container {
grid-template-columns: 1fr;
gap: 24px;
}
.about-stat {
padding: 20px 16px;
gap: 16px;
}
.about-stat-icon {
width: 60px;
height: 60px;
}
.about-stat-icon img {
width: 50px;
height: 50px;
}
.stat-figure {
font-size: 1.5rem;
}
}
.about-stat:focus {
outline: 2px solid var(--bge-mandarin-500);
outline-offset: 2px;
}
.cta-image-card {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
position: relative;
text-align: center;
background-position: center;
background-size: cover;
border-radius: 8px;
overflow: hidden;
min-height: 480px;
padding-top: 64px;
padding-left: 82px;
padding-right: 82px;
}
.cta-image-card-left {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
position: relative;
text-align: left;
background-position: center;
background-size: cover;
border-radius: 8px;
overflow: hidden;
min-height: 400px;
padding-left: 82px;
padding-right: 82px;
}
.cta-image-card-left h4 {
font-size: 2rem;
}
.cta-image-card a {
font-size: 0.875rem;
width: 100%;
line-height: 1.2;
}
.cta-image-card-left a {
font-size: 0.875rem;
line-height: 1.2;
}
.eyebrow-caps {
text-transform: uppercase;
font-weight: 400;
font-size: 12px;
letter-spacing: .05rem;
margin-bottom: 12px;
}
.black-overlay-20:before {
content: "";
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
background: rgba(0,0,0,.2);
}
.black-overlay-10:before {
content: "";
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
background: rgba(0,0,0,.1);
}
.gradient-black-overlay:before {
content: "";
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .5) 100%);
}
.gradient-black-overlay-projects::after {
content: "";
z-index: 5;
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .2) 100%);
}
.gradient-black-overlay-project-blog::after {
content: "";
z-index: 5;
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 100%);
}
.gradient-black-overlay-blog-post::after {
content: "";
z-index: 5;
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8) 100%);
}
.section-header-form {
padding-top: 12rem;
padding-bottom: 7rem;
}
.section-header {
padding-top: 7rem;
padding-bottom: 7rem;
}
.form-section {
display: flex;
flex-direction: row;
max-width: 1200px;
padding-left: 24px;
padding-right: 24px;
margin-left: auto;
margin-right: auto;
grid-column-gap: 5rem;
grid-row-gap: 5rem;
margin-bottom: 4em;
font-family: Inter;
}
.form-section .heading-right-wrapper {
overflow: unset;
}
.form-section .section-title {
max-width: 26rem;
}
.form-wrapper {
display: flex;
flex-direction: column;
gap: 24px;
}
.form-wrapper label {
color: #111827;
font-family: Inter;
display: flex;
font-weight: 500;
flex-direction: column;
gap: 8px;
font-size: 14px;
line-height: 1.2;
margin-bottom: 8px;
}
.form-wrapper input {
width: 100%;
height: 40px;
border-radius: 6px;
border-color: #cbd6e0;
background-color: #f6f9fc;
padding: 0px 10px;
font-size: 1rem;
font-weight: 400;
box-shadow: 0 0 0 2px transparent;
transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.form-wrapper input:focus,
.form-wrapper textarea:focus {
outline: none;
border-color: var(--bge-purple-300);
box-shadow: 0 0 0 3px rgba(128, 92, 255, 0.25);
}
.mc4wp-checkbox label {
margin-bottom: 0 !important;
font-size: 0.8rem !important;
}
.mc4wp-checkbox input{
height: fit-content !important;
}
.select-wrapper {
position: relative;
width: 100%;
}
.select-wrapper::after {
content: '';
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
width: 16px;
height: 16px;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
background-repeat: no-repeat;
pointer-events: none;
}
.select-stripe {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 40px;
padding: 0px 40px 0px 15px;
font-size: 1rem;
font-weight: 400;
color: #333;
background-color: #f6f9fc;
border-radius: 6px;
border: 1px solid #cbd6e0;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.select-stripe:hover {
border-color: #a8b5c4;
}
.select-stripe:focus {
outline: none;
border-color: var(--bge-purple-300);
box-shadow: 0 0 0 3px rgba(128, 92, 255, 0.25);
}
.form-wrapper sup {
font-size: 1px;
display: none;
}
.form-wrapper textarea {
border-radius: 6px;
border-color: #cbd6e0;
background-color: #f6f9fc;
width: 100%;
padding: 10px 12px;
font-size: 1rem;
font-weight: 400;
}
.wpcf7-not-valid-tip {
padding-top: 20px;
padding-bottom: 10px;
color: var(--bge-purple-500);
font-weight: 500;
font-size: 0.75rem;
}
.wpcf7-submit {
text-decoration: none;
color: white;
height: 48px !important;
background-color: var(--bge-mandarin-500) !important;
justify-content: center;
align-items: center;
display: flex;
padding-left: 24px !important;
padding-right: 24px !important;
font-weight: 600;
transition: box-shadow .2s;
box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
width: fit-content !important;
border: none;
cursor: pointer;
}
.form-container {
position: relative;
padding: 32px 24px;
border-radius: 8px;
border: 1px solid #cbd6e0;
box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3);
}
.form-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(to right, var(--bge-steel-blue-600), var(--bge-steel-blue-400));
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.form-submission p {
flex-direction: row;
align-items: center;
}
.form-container h4 {
font-family: Inter;
font-size: 1.2rem;
color: black;
margin-bottom: 24px;
}
.section-paragraph a {
color: var(--bge-steel-blue-500);
font-weight: 600;
}
.form-success {
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.2;
}
.form-success svg {
margin-bottom: 10px;
}
.form-success h4 {
line-height: 2;
margin-bottom: 0;
padding: 0;
}
.form-success p {
text-align: center;
max-width: 75%;
line-height: 1.2;
margin: 10px 0;
}
.form-success cta {
display: flex;
align-items: center;
justify-content: center;
}
.form-row.split-two {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.form-row.split-two .input-wrapper {
width: 100%;
}
@media (min-width: 640px) {
.form-row.split-two .input-wrapper {
width: calc(50% - 8px);
}
}
.faq-wrapper {
max-width: 48rem;
margin: 0 auto;
}
.faq-wrapper h4 {
font-size: 0.75rem;
text-transform: uppercase;
opacity: 0.75;
font-weight: 500;
margin-bottom: 6px;
}
.section-text-block {
display: flex;
align-items: start;
flex-direction: column;
}
.section-text-block h4 {
text-wrap: pretty;
}
.section-text-block ul {
list-style-type: disc;
padding-left: 20px;
text-align: left;
font-size: .875rem;
}
.section-text-block li + li {
margin-top: 8px;
}
.accreditation-accordion p {
font-size: 0.875rem !important;
}
.accreditation-accordion button {
font-size: 0.875rem !important;
}
button.accordion {
width: 100%;
background-color: white;
border: 1px solid #cbd6e0;
border-bottom: none;
outline: none;
text-align: left;
padding: 1.25rem 1.625rem;
font-size: 1rem;
font-weight: 600;
color: #4b5563;
cursor: pointer;
transition: 0.2s linear;
display: flex;
justify-content: space-between;
align-items: center;
}
button.accordion svg {
min-width: 24px;
min-height: 24px;
}
button.accordion.is-open svg {
transform: rotate(180deg);
}
button.accordion:hover,
button.accordion.is-open {
background-color: white;
color: black;
border-color: #cbd6e0;
}
button.accordion.is-open {
border-bottom: 1px solid #cbd6e0;
}
.accordion-content {
background-color: white;
padding: 0 1.625rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-in-out;
margin-bottom: .8rem;
border: 1px solid #cbd6e0;
border-top: none;
}
.accordion-body {
margin: 1.25rem 0;
}
.accordion-body ul {
list-style-type: square;
list-style-position: outside;
padding-left: 1.625rem;
}
.accordion-body a {
text-decoration: underline;
color: var(--bge-steel-blue-500);
}
.faq-wrapper h4:not(:first-child) {
margin-top: 2rem;
}
.office-map {
width: 100%;
}
.map-wrapper {
width: 50%;
position: relative;
overflow: hidden;
line-height: 0;
}
.person-selection-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
gap: 12px;
margin: auto;
width: 50%;
}
.iwd-thumbnail {
position: relative;
border-radius: 4px;
overflow: hidden;
height: 120px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
}
.iwd-name {
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 4px;
margin-left: 10px;
font-weight: 500;
transition: .3s ease-in-out;
z-index: 2;
}
.iwd-thumbnail::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
transition: opacity 0.3s ease, height 0.3s ease;
opacity: 0;
z-index: 1;
}
.iwd-thumbnail img {
object-fit: cover;
}
.iwd-thumbnail:hover {
outline: 2px solid var(--bge-mandarin-300)
}
.iwd-thumbnail:hover::after {
opacity: 1;
}
.iwd-thumbnail:hover .iwd-name{
opacity: 1;
}
.text-balance {
text-wrap: balance;
}
.description-stat-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 30px;
}
.description-stat-item {
display: flex;
align-items: start;
flex-direction: column;
border-radius: 6px;
border: 1px solid var(--bge-light-blue);
padding: 24px;
background-color: white;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.description-stat-item img {
max-width: 40px;
margin-left: -4px;
margin-top: -8px;
}
.stat-description strong {
color: #333333;
font-weight: 600;
}
.section-list {
display: flex;
gap: 2rem;
flex-direction: column;
}
.quote-card {
grid: auto/.65fr .35fr;
border-radius: 6px;
overflow: hidden;
border: 1px solid #cbd6e0;
height: fit-content;
background-color: white;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.quote-body {
padding: 30px;
}
.quote-body span {
font-weight: 600;
}
.shadow {
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.esg-icon {
width: 40px;
height: 40px;
border: 1px solid var(--bge-light-blue);
border-radius: 6px;
background: white;
padding: 6px;
}
.development-goals-wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 10px;
margin-top: 2rem;
width: 100%;
}
.development-goal-icon {
width: auto;
flex: 0 1 auto;
overflow: hidden;
border-radius: 2px;
transition: all .2s ease-in-out;
}
.development-goal-icon:hover {
transform: scale(1.1);
}
#sticky-tabs {
position: -webkit-sticky;
position: sticky;
top: 0;
background: white;
z-index: 1000;
box-shadow: 0 2px 8px rgba(57,76,96,.15), 0 0 0 1px rgba(68,92,116,.02);
}
#sticky-tabs .container {
display: flex;
flex-direction: row;
align-items: center;
padding: 16px 24px;
gap: 16px;
}
.sticky-tabs-alt {
box-shadow: none !important;
border-bottom: 1px solid var(--bge-steel-blue-100);
}
.sticky-tabs-alt .container {
justify-content: center;
width: 100%;
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.tab-content.active-grid {
display: grid;
}
.tab {
cursor: pointer;
border-radius: 4px;
text-align: center;
padding: 8px 12px;
font-size: 0.875rem;
}
.tab:hover {
background-color: var(--bge-steel-blue-100);
}
.tab.active {
font-weight: 600;
color: var(--bge-steel-blue-500);
background-color: var(--bge-steel-blue-100);
}
.committee-title {
font-weight: 600;
padding-bottom: 0;
}
.accreditation-container p {
font-size: 0.875rem;
}
.accreditation-title {
font-weight: 600;
font-size: 1rem;
padding-bottom: 0;
}
p {
margin-top: 0;
margin-bottom: 0px;
}
.careers-tabs {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
border-bottom: 2px solid var(--bge-steel-blue-100);
}
.tab-alt {
cursor: pointer;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
width: 100%;
font-size: 0.875rem;
font-weight: 600;
color: var(--bge-steel-blue-300);
position: relative;
overflow: hidden;
}
.tab-alt::after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0%;
background: linear-gradient(to right, rgba(70, 130, 180, .5) 50%, rgba(70, 130, 180, 1) 100%);
transition: width .6s ease-in-out;
}
.tab-alt.active::after {
width: 100%;
}
.tab-alt:not(.active)::after {
width: 0%;
}
.tab-alt:hover {
background-color: var(--bge-steel-blue-100);
}
.tab-alt.active {
color: var(--bge-steel-blue-500);
background-color: var(--bge-steel-blue-100);
}
.typed-text {
font-weight: 600;
font-style: italic;
}
.cursor {
display: inline-block;
width: 3px;
margin-left: 4px;
background: var(--bge-steel-blue-500);
}
.cursor.blink {
animation: blink 0.8s ease-in-out infinite;
}
@keyframes blink {
0%, 100% {
background: var(---bge-steel-blue-500);
}
40%, 50% {
background: transparent;
}
}
.header-cover {
height: 480px;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
border-radius: 8px;
position: relative;
overflow: hidden;
}
.padding-x {
padding-left: 6rem;
padding-right: 6rem;
}
.location-profile-image {
height: 60px;
width: 60px;
border-radius: 9999px;
}
.location-profile-image-40 {
height: 40px;
width: 40px;
border-radius: 9999px;
background-color: rgb(214,214,214);
filter: grayscale(1);
}
.location-profile-lead-meta {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
}
.profile-name {
font-weight: 600;
color: #333;
}
.line {
border-top: 1px solid #D5E2EA;
width: 100%;
}
.office-meta-details {
color: var(--bge-steel-blue-500);
font-weight: 600;
}
.office-meta-details-region {
color: var(--bge-steel-blue-500);
font-weight: 400;
font-size: 0.875rem;
}
.office-meta-heading {
color: #666;
line-height: 1.8;
}
.primary-sector-tag {
position: absolute;
padding-top: 1rem;
padding-left: .8rem;
padding-right: .8rem;
color: #FFFFFF;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: .05rem;
line-height: 1.4;
text-shadow: 0px 2px 12px rgba(0,0,0,0.75);
z-index: 10;
}
.location-blurb-section {
gap: 5rem;
}
.profile-name-wrapper {
text-align: left;
}
.profile-avatar-wrapper {
position: relative;
flex-shrink: 0;
}
.profile-title {
font-size: 0.8125rem;
color: #6B7F8E;
font-weight: 400;
margin: 0;
}
.profile-email {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.75rem;
color: var(--bge-steel-blue-500, #3B6F8C);
font-weight: 500;
text-decoration: none;
margin-top: 5px;
opacity: 0.85;
transition: opacity 0.15s ease;
}
.profile-email:hover {
opacity: 1;
text-decoration: underline;
text-underline-offset: 2px;
}
.profile-email svg {
flex-shrink: 0;
opacity: 0.65;
}
.office-grid-item {
padding: 18px 24px;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: left;
justify-content: left;
background: white;
border: solid 1px #ddd;
transition: .2s ease-in-out;
box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, 0), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, 0);
}
.office-grid-heading {
color: var(--bge-steel-blue-500);
font-size: 1rem;
transition: .3s ease;
}
.office-grid-heading-container:hover .office-grid-heading {
color: var(--bge-mandarin-500);
}
.office-grid-item p {
padding: 0;
font-size: .9rem;
font-weight: 400;
}
.office-grid-details {
margin-top: 8px;
display: flex;
gap: 1rem;
flex-direction: column;
}
.office-grid-heading-container {
display: flex;
justify-content: space-between;
cursor: pointer;
}
.icon-office-wrapper {
display: flex;
align-items: center;
gap: 10px;
color: var(--bge-steel-blue-300);
}
.office-grid-contact-text p {
font-weight: 600;
}
.rotated {
transform: rotate(180deg);
transition: transform 0.3s ease;
}
.border-top-gradient {
border-top: 1px solid;
border-image: linear-gradient(to left, var(--bge-light-blue), rgba(0,0,0,0));
border-image-slice: 1;
}
.offices-grid {
display: flex;
gap: 20px;
}
.column {
width: 100%;
}
.single-office-column {
width: 100%;
display: none;
}
.no-border-radius {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.aus-region-contact-flex {
display: flex;
flex-direction: row;
gap: 32px;
margin-bottom: 32px;
}
.office-region-tag {
position: absolute;
padding-top: 1rem;
padding-left: .8rem;
padding-right: .8rem;
z-index: 10;
}
.office-region-tag h6 {
color: #FFFFFF;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
letter-spacing: .12rem;
text-wrap: balance;
line-height: 1.4;
text-shadow: 0px 2px 12px rgba(0,0,0,0.75);
}
.office-region-info-hover {
position: absolute;
z-index: 10;
padding: 2rem;
opacity: 0;
}
.aus-leads-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
}
.aus-leads-container {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 10px;
}
.region-hover-container {
display: flex;
border-radius: 6px;
overflow: hidden;
}
.region-hover-container .blog-item {
flex: 1;
width: 200px;
}
.region-hover-container .blog-item:hover {
flex-grow: 2;
transition: 400ms ease;
}
.region-hover-container .blog-item:hover .office-region-tag {
opacity: 0;
transition: 0.3s ease-in-out;
}
.region-hover-container .blog-item:hover .office-region-info-hover {
opacity: 1;
transition: 0.3s ease-in-out;
transition-delay: 0.4s;
}
.region-hover-container .blog-item:hover .blog-image-link::after {
opacity: 0.5;
transition-delay: 0.4s;
}
.region-hover-container .blog-thumbnail {
height: 400px;
}
.region-hover-container .blog-image-link {
border-radius: 0px;
}
.office-region-info-hover .blog-title {
color: white;
}
.blog-image-link::after {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 0;
height: 100%;
width: 100%;
background-color: #000000;
opacity: 0;
transition: opacity 0.4s ease-in-out;
}
.regions-responsive-view {
flex-direction: column;
gap: 3rem;
display: none;
}
.list-inside ul {
list-style: inside;
}
.drop-shadow-lg {
filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}
.cover-header-grid {
grid-template-columns: 8fr 4fr;
grid-column-gap: 32px;
grid-row-gap: 32px;
grid-template-rows: auto;
grid-auto-columns: 1fr;
display: grid;
}
.header-cover-projects {
height: 480px;
background-position: center;
display: flex;
background-size: cover;
border-radius: 8px;
position: relative;
overflow: hidden;
padding: 30px;
}
.sector-tags-container {
display: flex;
flex-direction: row;
gap: 6px;
flex-wrap: wrap;
}
.horizontal-expertise-wrapper {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
color: var(--bge-purple-500);
justify-content: space-between;
border-radius: 4px;
transition: color .2s;
}
.horizontal-expertise-wrapper:hover {
color: var(--bge-mandarin-500);;
}
.project-expertise-container {
display: flex;
flex-direction: column;
gap: 8px;
}
.horizontal-expertise-wrapper p {
font-weight: 500;
font-size: 0.875rem;
color: #333;
}
.project-expertise-icon-container {
max-width: 24px;
display: flex;
}
.project-title-container {
width: 85%;
display: flex;
gap: 12px;
flex-direction: column;
z-index: 10;
}
.project-blog-title {
font-size: 2rem;
font-family: DM Serif Display;
font-weight: unset;
text-wrap: balance;
}
.project-panel-heading {
font-weight: 600;
color: #666;
}
.project-panel-heading-wrapper {
display: flex;
flex-direction: row;
gap: 6px;
align-items: center;
width: fit-content;
padding-bottom:8px;
background-color: #F3F7F9;
border-radius: 4px;
padding: 4px 8px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.project-panel-icon {
height: 16px;
}
.project-sticky-container {
position: -webkit-sticky;
position: sticky;
top: 30px;
display: flex;
flex-direction: column;
gap: 12px;
padding-bottom: 48px;
}
.project-panel {
position: relative;
background: white;
padding: 24px;
border: solid 1px var(--bge-light-blue);
border-radius: 8px;
display: flex;
flex-direction: column;
gap: 16px;
}
.project-panel::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(to right, var(--bge-steel-blue-600), var(--bge-steel-blue-400));
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.panel--mandarin::before {
background: linear-gradient(to right, var(--bge-mandarin-500), var(--bge-mandarin-300));
}
.panel--purple::before {
background: linear-gradient(to right, var(--bge-purple-500), var(--bge-purple-300));
}
.panel--mandarin .project-panel-heading-wrapper {
background-color: var(--bge-mandarin-100)
}
.project-outcomes-list {
display: flex;
flex-direction: column;
gap: 8px;
}
.project-outcome {
display: flex;
gap: 8px;
color: black;
}
.project-outcome p {
font-weight: 500;
color: #333;
font-size: 0.875rem;
}
.outcome-tick {
min-width: 20px;
min-height: 20px;
width: 20px;
height: 20px;
margin-top: 3px;
}
.related-projects-section {
padding: 48px 0;
}
.image-blur-animate-in {
animation: blurFilterAnimation 3s ease-in-out;
}
@keyframes blurFilterAnimation {
from {
filter: blur(500px);
}
to {
filter: blur(0px);
}
}
.prose {
color: #374151;
max-width: 65ch;
font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}
.prose h1 {
color: #1f2937;
font-size: 2.25em;
line-height: 1.1111111;
margin-top: 0;
margin-bottom: 0.8888889em;
}
.prose h2 {
color: #1f2937;
font-size: 1.5em;
line-height: 1.3333333;
margin-top: 2em;
margin-bottom: 0.6666667em;
font-weight: 600;
text-wrap: pretty;
font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}
.prose h3 {
color: #1f2937;
font-size: 1.5em;
line-height: 1.6;
margin-top: 1.6em;
margin-bottom: 0.8em;
text-wrap: pretty;
}
.prose h4 {
color: #1f2937;
font-size: 1.125em;
line-height: 1.5555556;
margin-top: 1.7777778em;
margin-bottom: 0.4444444em;
}
.prose p {
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-bottom: unset !important;
}
.prose p:first-child {
margin-top: 0;
}
.prose a {
color: darkblue;
text-decoration: underline;
font-weight: 500;
}
.prose a:hover {
text-decoration: underline;
}
.prose strong {
color: #111827;
font-weight: 600;
}
.prose code {
color: #e11d48;
font-size: 0.875em;
}
.prose blockquote {
color: #6b7280;
border-left-width: 0.25rem;
border-left-color: var(---bge-steel-blue-500);
padding-left: 1em;
font-style: italic;
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.prose pre {
color: #d1d5db;
background-color: #1f2937;
overflow-x: auto;
padding: 1em;
font-size: 0.875em;
line-height: 1.7142857;
border-radius: 0.375rem;
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose ul,
.prose ol {
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-left: 1.5em;
list-style: unset;
font-weight: 400;
}
.prose ul li,
.prose ol li {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-weight: 400;
}
.prose ol li {
list-style: auto;
}
.prose hr {
border-top-width: 1px;
border-color: #d1d5db;
margin-top: 2em;
margin-bottom: 2em;
}
.prose img {
margin-top: 2em;
margin-bottom: 2em;
}
.prose video {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figure {
margin-top: 2em;
margin-bottom: 2em;
}
.prose figcaption {
color: #6b7280;
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.5714286em;
}
.prose table {
width: 100%;
margin-top: 1.25em;
margin-bottom: 1.25em;
font-size: 0.875em;
line-height: 1.7142857;
border-collapse: collapse;
}
.prose table th {
color: #1f2937;
border-bottom-width: 1px;
border-bottom-color: #d1d5db;
padding: 0.75em 1em;
}
.prose table td {
border-bottom-width: 1px;
border-bottom-color: #d1d5db;
padding: 0.75em 1em;
}
.prose thead th {
color: #111827;
font-weight: 600;
border-bottom-width: 2px;
border-bottom-color: #d1d5db;
padding: 0.75em 1em;
}
.prose tbody tr {
border-bottom-width: 1px;
border-bottom-color: #d1d5db;
}
.prose tbody tr:last-child {
border-bottom-width: 0;
}
.prose dl {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.prose dt {
color: #1f2937;
font-weight: 600;
margin-top: 1.25em;
margin-bottom: 0.5em;
}
.prose dd {
margin-left: 1.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose {
max-width: 100%;
}
.project-article-container {
padding-left: 32px;
padding-right: 32px;
margin: 48px 0;
}
.testimonial-section, .awards-section {
margin: 48px 32px;
padding: 24px;
border-radius: 8px;
background-color: #f9f9fb;
border: 1px solid #e8eaed;
}
.testimonial-card {
background-image: url('/wp-content/themes/divi-child/assets/testimonial-texture-bg.jpg');
background-size: cover;
background-position: center;
border: 1px solid #e8eaed;
background-repeat: no-repeat;
border-radius: 8px;
padding: 32px;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
margin: 48px 0;
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.04),
0 4px 8px rgba(0, 0, 0, 0.06),
0 12px 32px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
backdrop-filter: blur(0.5px);
}
.testimonial-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.1) 0%,
transparent 50%,
rgba(255, 255, 255, 0.05) 100%
);
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.testimonial-card:hover {
box-shadow:
0 2px 4px rgba(0, 0, 0, 0.04),
0 8px 16px rgba(0, 0, 0, 0.08),
0 24px 48px rgba(0, 0, 0, 0.12);
transform: translateY(-2px);
border-color: rgba(232, 234, 237, 0.8);
backdrop-filter: blur(1px);
}
.testimonial-card:hover::before {
opacity: 1;
}
.testimonial-card:active {
transform: translateY(0);
box-shadow:
0 1px 2px rgba(0, 0, 0, 0.04),
0 2px 4px rgba(0, 0, 0, 0.06),
0 8px 16px rgba(0, 0, 0, 0.08);
}
.testimonial-card:focus {
outline: 2px solid rgba(59, 130, 246, 0.5);
outline-offset: 2px;
}
.testimonial-card svg {
width: 40px;
height: 40px;
fill: #FFF;
margin-left: -3px;
}
.testimonial-content {
color: #FFF;
}
.testimonial-content p {
font-weight: 400;
}
.testimonial-content strong {
color: #FAF9FF;
text-shadow: 0 0 1px rgba(0,0,0,0.1);
font-weight: 600;
background: rgba(250, 245, 255, 0.15);
padding: 0.1em 0.3em;
border-radius: 0.25rem;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
display: inline;
line-height: inherit;
vertical-align: baseline;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.testimonial-content strong:hover {
background: rgba(250, 245, 255, 0.25);
transform: translateY(-0.5px);
}
.testimonial-content strong:focus-visible {
outline: 2px solid #FFFFFF;
outline-offset: 2px;
background: rgba(250, 245, 255, 0.3);
}
.testimonial-author {
display: flex;
align-items: center;
gap: 16px;
font-size: .875rem;
}
.testimonial-logo {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.testimonial-name {
font-weight: 700;
color: #FFF;
padding: 0;
}
.testimonial-role {
font-size: 0.875rem;
color: #FFF;
opacity: 0.8;
margin: 0;
}
.project-awards-section {
margin: 48px 0;
}
.project-awards-heading {
font-size: 1.75rem;
font-weight: 700;
color: var(--bge-steel-blue-600);
margin-bottom: 32px;
text-wrap: pretty;
letter-spacing: -0.025em;
}
.project-awards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
}
.project-award-card {
font-family: 'Inter', sans-serif;
position: relative;
background: #fff;
border: 1px solid var(--bge-steel-blue-200);
border-radius: 16px;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
isolation: isolate;
animation: slideInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.project-award-card:hover {
transform: translateY(-4px);
box-shadow:
0 20px 40px rgba(0, 0, 0, 0.08),
0 8px 16px rgba(0, 0, 0, 0.04);
border-color: var(--bge-steel-blue-200);
}
.project-award-card--winner {
background: linear-gradient(135deg, #fff 0%, #fffbf8 100%);
border-color: #ffb366;
}
.project-award-card--winner:hover {
box-shadow:
0 20px 40px rgba(255, 140, 0, 0.15),
0 8px 16px rgba(255, 140, 0, 0.08);
border-color: #ff9f33;
}
.project-award-card-inner {
position: relative;
padding: 28px;
height: 100%;
display: flex;
flex-direction: column;
z-index: 1;
}
.project-award-glow {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, transparent, #7fb3d3, transparent);
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-award-card:hover .project-award-glow {
opacity: 1;
}
.project-award-card--winner .project-award-glow {
background: linear-gradient(90deg, transparent, #ff9f33, transparent);
}
.project-award-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 16px;
gap: 16px;
}
.project-award-recognition-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 14px;
border-radius: 99px;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.01em;
background: rgba(0, 0, 0, 0.04);
color: #4a90a4;
text-transform: capitalize;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid rgba(0, 0, 0, 0.06);
}
.project-award-recognition-badge svg {
width: 16px;
height: 16px;
opacity: 0.8;
}
.project-award-recognition-badge--winner {
background: rgba(255, 107, 0, 0.08);
color:#ff6b00;
transition: color .4s ease, background .4s ease;
}
.project-award-recognition-badge--winner svg {
opacity: 1;
}
.project-award-year-badge {
font-size: 0.8rem;
font-weight: 500;
color: #666;
background: rgba(0, 0, 0, 0.04);
padding: 4px 10px;
border-radius: 8px;
white-space: nowrap;
border: 1px solid rgba(0, 0, 0, 0.06);
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-award-card:hover .project-award-year-badge {
background: rgba(0, 0, 0, 0.06);
color: #444;
}
.project-award-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
}
.project-award-title {
font-size: 1rem;
font-weight: 600;
color: #1a1a1a;
line-height: 1.4;
text-wrap: pretty;
letter-spacing: -0.01em;
}
.project-award-category {
font-size: 0.875rem;
color: #666;
font-weight: 500;
line-height: 1.3;
text-wrap: pretty;
opacity: 0.8;
transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-award-card:hover .project-award-category {
opacity: 1;
}
.project-award-accent-line {
position: absolute;
bottom: 0;
left: 28px;
right: 28px;
height: 2px;
background: linear-gradient(90deg, transparent, #b3cce0, transparent);
opacity: 0;
transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-award-card:hover .project-award-accent-line {
opacity: 1;
}
.project-award-card--winner .project-award-accent-line {
background: linear-gradient(90deg, transparent, #ffb366, transparent);
}
.project-award-card:nth-child(1) { animation-delay: 0ms; }
.project-award-card:nth-child(2) { animation-delay: 100ms; }
.project-award-card:nth-child(3) { animation-delay: 200ms; }
.project-award-card:nth-child(4) { animation-delay: 300ms; }
@keyframes slideInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.list-set ul {
padding-left: 1.5em;
list-style: unset;
margin-bottom: 1.25em;
}
.etf-feature-container {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
display: flex;
justify-content: center;
align-items: center;
z-index: 20;
}
.etf-feature-caption {
display:flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 20;
position: relative;
width: 70%;
}
.etf-feature-caption h4 {
font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
font-size: 24px;
color: white;
line-height: 28px;
font-weight: bold;
}
.etf-feature-caption p {
font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
font-size: 16px;
text-align: center;
color: white;
margin-bottom: 4px;
line-height: 24px;
}
.etf-feature-container a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
}
.blog-title-container {
width: 50%;
display: flex;
gap: 12px;
flex-direction: column;
z-index: 10;
justify-content: end;
}
.blog-article-container {
max-width: 890px;
margin: auto;
}
.feature-tag {
border-radius: 9999px;
padding: 4px 12px;
color: #FFFFFF;
width: fit-content;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: .05rem;
margin-bottom: 8px;
background-color: var(--bge-steel-blue-500);
box-shadow: inset 0 0 10px 0px rgba(255, 255, 255, .2);
}
.post-excerpt {
display: flex;
background-color: var(--bge-steel-blue-100);
padding: 32px;
border-radius: 8px;
}
.post-excerpt h3 {
color: var(--bge-steel-blue-500);
margin: 0;
font-size: 1.25em;
}
.content-item a {
display: block;
padding: 4px 8px;
color: var(--bge-steel-blue-500);
width: 100%;
height: 100%;
font-weight: 400;
}
.content-item {
background-color: white;
border-radius: 4px;
transition: ease-in-out 80ms;
}
.content-item:hover {
background-color: var(--bge-steel-blue-100);
}
.content-item:hover a {
color: var(--bge-steel-blue-600);
}
.indent-h4 {
margin-left: 16px;
}
#headings-list a.active {
color: var(--bge-steel-blue-700);
font-weight: 600;
}
.table-contents-heading {
color: #666;
line-height: 1.8;
margin-left: 8px;
}
.team-members-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
width: 100%;
margin: 0 auto;
}
.team-member {
text-align: center;
}
.team-member-image {
margin-bottom: 1rem;
margin: 0 auto;
overflow: hidden;
max-height: 128px;
max-width: 128px;
border-radius: 999px;
margin-bottom: 1rem;
}
.team-member-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
border-radius: 8px;
background: var(--bge-steel-blue-100);
}
.uk-team-member-image {
margin: 0 auto;
overflow: hidden;
margin-bottom: 1rem !important;
}
.uk-team-member-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
border-radius: 8px;
background: var(--bge-steel-blue-100);
}
.team-member-name {
font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
font-size: 1rem;
color: var(--bge-steel-blue-500);
font-weight: 600;
padding: 0;
line-height: 24px;
}
.team-member-position {
font-size: .9rem;
text-wrap: pretty;
padding: 0;
font-weight: 400;
font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
color: #666;
}
.awards-year-btn {
background: var(--bge-steel-blue-200);
}
.awards-year-btn.active {
font-weight:600;
text-wrap: pretty;
}
.category-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 64px;
}
.award-group-divider {
grid-column: 1 / -1;
background-color: #ccc;
margin: 40px 0;
border-bottom: 1px solid var(--bge-steel-blue-200);
height: 0;
}
.awards-grid {
font-size: 1rem;
}
.award-category {
font-weight: 600;
color: #333;
text-wrap: pretty;
}
.award-recognition-tag {
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
padding: 2px 12px;
border-radius: 999px;
background-color: var(--bge-steel-blue-100);
border: 1px solid var(--bge-steel-blue-200);
color: var(--bge-steel-blue-500);
font-weight: 600;
font-size: .9rem;
}
.award-recognition-tag svg {
margin-right: 4px;
margin-left: -2px;
width: 16px;
height: 16px;
}
.award-recognition-tag--winner {
background-image: linear-gradient(174deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
border: 1px solid var(--bge-mandarin-200);
color: white;
}
.award-title {
color: #333;
text-wrap: pretty;
}
.award-entity {
color: #333;
font-weight: 400;
}
.award-entity a {
color: #333;
font-weight: 400;
text-decoration: underline;
}
.pagination-controls {
display: flex;
flex-direction: row;
justify-content: center;
gap: 8px;
}
.pagination-controls a.page-numbers,
.pagination-controls span.page-numbers {
border-radius: 999px;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
background-color: var(--bge-steel-blue-100);
border: none;
transition: filter 0.3s ease;
text-decoration: none;
color: var(--bge-steel-blue-500);
font-weight: 500;
}
.pagination-controls a.page-numbers:hover {
cursor: pointer;
filter: brightness(90%);
}
.pagination-controls span.current {
background-color: var(--bge-steel-blue-500);
color: white;
}
.pagination-controls svg {
height: 24px;
width: 24px;
fill: var(--bge-steel-blue-500);
}
.pagination-controls span.current svg {
fill: white;
}
.pagination-controls span.dots {
background-color: transparent;
width: auto;
padding: 0 5px;
}
.rotate-90 {
transform: rotate(90deg);
transition: transform 0.3s ease;
}
.dropdown-items {
position: absolute;
width: 100%;
min-width: 200px;
max-width: 300px;
background-color: white;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
padding: 5px 0;
z-index: 9999;
}
.dropdown-link {
display: flex;
align-items: center;
padding: 10px 15px;
font-size: 15px;
line-height: 1.5;
color: var(--bge-steel-blue-500);
text-decoration: none;
text-align: left;
background-color: transparent;
white-space: nowrap;
}
.dropdown-link:hover, .dropdown-link:focus {
background-color: #f0f0f0;
outline: none;
}
.relative {
position: relative;
}
.lead-select-container {
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
column-gap: 40px;
row-gap: 40px;
flex-wrap: wrap;
margin: auto;
}
.lead-select-profile img {
height: 80px;
filter: grayscale(.5);
transition: .2s ease-in-out;
}
.lead-select-profile {
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
width: 150px;
height: 160px;
justify-content: flex-start;
overflow: hidden;
transition: .2s ease-in-out;
}
.lead-select-profile:hover {
opacity: 1 !important;
}
.lead-select-profile:hover img {
filter: grayscale(0);
background-color: none;
cursor: pointer;
transform: scale(1.07);
}
.lead-select-profile:hover .lead-select-name {
background-position: -99.99% 0;
}
.lead-select-profile.active .lead-select-name {
color: var(--bge-mandarin-500);
background-position: -99.99% 0;
background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, var(--bge-mandarin-100) 50%);
}
.lead-select-profile.active img {
filter: grayscale(0);
transform: scale(1.07);
}
.lead-select-profile.greyed-out {
opacity: 0.5;
}
.lead-details-container {
border-top: 1px solid var(--bge-steel-blue-200);
padding: 10px 8px;
background-color: white;
z-index: 2;
}
.lead-select-name {
text-transform: uppercase;
font-size: 0.8em;
font-weight: 600;
min-width: 140px;
color: var(--bge-steel-blue-500);
background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, var(--bge-steel-blue-100) 50%);
background-position: -0% 0;
background-size: 200% auto;
transition: background-position 0.5s ease-out;
}
.lead-select-title {
font-size: 0.8em;
font-weight: 400;
color: #777;
}
.section-light.disabled {
padding: 0;
}
.lead-bio-section {
display: none;
}
.lead-bio-section.active {
display: flex;
}
.lead-feature-details {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.lead-feature-details h3 {
font-family: DM Serif Display;
font-weight: 500;
}
.lead-feature-details h4 {
text-transform: uppercase;
font-size: 1rem;
opacity: .6;
font-weight: 500;
letter-spacing: .03em;
}
.back-to-top {
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.6);
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 24px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
}
.back-to-top.show {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
background: rgba(0, 0, 0, 0.8);
}
.lead-bio-section img {
transition: transform 0.3s ease-out, opacity 0.3s ease-in-out;
transform: scale(1);
opacity: 1;
}
.lead-bio-section.active img {
transform: scale(1.05);
opacity: 1;
}
.lead-bio-section.active img {
animation: scaleFadeIn 1s ease-out forwards;
}
.lead-bio-section:not(.active) img {
animation: scaleFadeOut 1s ease-in-out forwards;
}
@keyframes scaleFadeIn {
0% {
opacity: 0;
transform: scale(0.9);
}
50% {
opacity: 1;
transform: scale(1.05);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes scaleFadeOut {
0% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0;
transform: scale(0.95);
}
100% {
opacity: 0;
transform: scale(0.9);
}
}
.lead-bio-text h5:not(:first-child) {
margin-top: 16px;
}
.lead-bio-text h5 {
color: var(--bge-steel-blue-500);
margin-bottom: 4px;
font-weight: 600;
}
.lead-feature-img {
width: 320px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: 1rem;
}
.return-button-top-right {
position: absolute;
right: 0;
top: 0;
}
.dt-column-title {
font-weight: 600;
font-size: .758rem;
display: flex;
align-items: center;
}
.dtrg-group td {
text-transform: uppercase;
font-size: .9rem !important;
font-weight: 600;
letter-spacing: .02rem;
opacity: .5;
}
.location-column {
font-weight: 600;
}
.data-centre-type {
font-weight: 700;
padding: 4px 6px;
text-transform: uppercase;
border-radius: 4px;
font-size: .75rem;
letter-spacing: .02em;
background-color: var(--bge-steel-blue-100);
color: var(--bge-steel-blue-500);
}
#region-group td {
padding: 10px 10px !important;
}
.data-centres-container {
max-width: 100%;
overflow-x: auto;
margin: 2rem 0;
}
.dt-search {
display: none;
}
#data-centres-table {
width: 100%;
border-collapse: collapse;
}
#data-centres-table thead {
background-color: var(--bge-steel-blue-100);
color: var(--bge-steel-blue-600);
}
#data-centres-table td {
background-color: #FFF !important;
box-shadow: none;
}
#data-centres-table td {
font-size: .9rem;
padding: 4px 10px;
}
.mw-column-data span {
font-weight: 700;
padding: 4px 6px;
border-radius: 4px;
}
.dt-column-title svg {
margin-right: 6px;
width: 16px;
height: 16px;
}
.mw-column span {
justify-content: flex-end;
}
.stories-column span {
justify-content: flex-end;
}
.stories-column-data span {
font-weight: 700;
padding: 4px 8px;
border-radius: 4px;
color: var(--bge-steel-blue-600);
}
.stories-indicator {
display: flex;
align-items: center;
justify-content: flex-end;
}
.stories-tower {
display: flex;
justify-content: center;
flex-direction: column-reverse;
width: 10px;
height: 36px;
gap: 2px;
}
.story-block {
width: 100%;
height: 2px;
background: #ddd;
}
.story-block.filled {
background: var(--bge-steel-blue-500);
}
.mw-low { background-color: #E0F2F1; color: #004D40; }
.mw-medium-low { background-color: #B2DFDB; color: #00695C; }
.mw-medium { background-color: #FFE0B2; color: #E65100; }
.mw-high { background-color: #FFCCBC; color: #BF360C; }
.mw-very-high { background-color: #F8BBD0; color: #880E4F; }
.mw-top-tier { background-color: #E91E63; color: white; }
.filter-group {
padding: 10px 16px;
border-radius: 6px;
font-size: 0.9rem;
border: 1px solid var(--bge-steel-blue-100);
}
.filter-group label {
font-size: 0.75rem;
font-weight: 600;
}
.filter-group select{
border: none;
font-weight: 700;
color: var(--bge-steel-blue-600);
}
tr.group {
background-color: #f1f3f5;
}
.dt-info {
padding: 16px 10px;
font-size: .9rem;
}
.filter-controls {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
flex-wrap: wrap;
}
.filter-group {
display: flex;
align-items: center;
gap: 0.5rem;
}
#loading-indicator {
padding: 1rem;
text-align: center;
font-style: italic;
color: #666;
}
.error-message {
padding: 1rem;
background-color: #fff3cd;
color: #856404;
border: 1px solid #ffeeba;
border-radius: 4px;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.filter-controls {
flex-direction: column;
gap: 0.5rem;
}
}
.policy-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.policy-card {
padding: 20px;
border: 1px solid var(--bge-steel-blue-100);
border-radius: 8px;
background-color: white;
font-size: .9rem;
}
.policy-card p {
color: #666;
}
.policy-card-content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.policy-download {
position: relative;
display: inline-block;
color: var(--bge-steel-blue-500);
text-decoration: none;
padding-bottom: 2px;
transition: color 0.3s ease;
}
.policy-download::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0%;
height: 2px;
background-color: var(--bge-steel-blue-500);
transition: width 0.3s ease;
}
.policy-download:hover::after {
width: 100%;
}
.policy-download:hover {
color: var(--bge-steel-blue-600);
}
.grad-proposition-wrapper .section-heading {
font-family: Inter;
font-weight: 700;
font-size: 2.2rem;
line-height: 1.3;
color: white;
}
.press-release-main {
background: #ffffff;
}
.pr-hero {
padding: 120px 0 40px;
text-align: center;
}
.pr-header-container {
max-width: 692px;
margin: 0 auto;
}
.pr-container {
max-width: 980px;
margin: 0 auto;
padding: 0 24px;
}
.pr-meta {
display: flex;
gap: 12px;
margin-bottom: 20px;
font-size: 0.875rem;
color: #6e6e73;
}
.pr-category {
font-weight: 600;
color: #FF5500;
max-width: 653px;
}
.pr-divider {
color: #d2d2d7;
}
.pr-date {
font-weight: 400;
}
.pr-headline {
font-family: 'DM Serif Display';
text-align: left;
font-size: 3rem;
line-height: 1.1;
letter-spacing: -0.01em;
color: #1d1d1f;
margin: 0;
text-wrap: pretty;
}
.pr-subheadline {
font-size: 1.25rem;
line-height: 1.5;
color: #6e6e73;
font-weight: 400;
margin: 0 auto 32px;
max-width: 820px;
text-wrap: balance;
}
.pr-location {
font-weight: 700;
text-transform: uppercase;
}
.pr-hero-image-section {
padding: 40px 0 80px;
}
.pr-image-wrapper {
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
}
.pr-hero-image {
width: 100%;
height: auto;
border-radius: 18px;
display: block;
}
.pr-article {
padding: 0 0 80px;
}
.pr-article-container {
max-width: 692px;
margin: 0 auto;
padding: 0 24px;
}
.pr-content {
font-size: 1.0625rem;
line-height: 1.7;
color: #374151;
font-weight: 400;
}
.pr-lead {
font-size: 1.1875rem;
line-height: 1.65;
font-weight: 500;
color: #1d1d1f;
margin-bottom: 32px !important;
}
.pr-quote-block {
margin: 56px 0;
padding: 0;
border: none;
position: relative;
}
.pr-quote-block:first-of-type {
padding-top: 48px;
border-top: 1px solid #d2d2d7;
margin-top: 56px;
}
.pr-quote-block + .pr-quote-block {
margin-top: 40px;
}
.pr-quote-block + .pr-quote-block + p {
padding-top: 48px;
border-top: 1px solid #d2d2d7;
margin-top: 48px;
}
.pr-quote {
font-size: 1.375rem;
line-height: 1.5;
font-weight: 500;
color: #1d1d1f;
margin: 0 0 24px 0;
font-style: normal;
letter-spacing: -0.01em;
border-left: 3px solid #FF5500;
padding-left: 24px;
position: relative;
}
.pr-quote::before {
content: '"';
position: absolute;
left: -8px;
top: -8px;
font-size: 3rem;
line-height: 1;
color: #FF5500;
opacity: 0.15;
font-family: Georgia, serif;
}
.pr-attribution {
display: flex;
flex-direction: column;
gap: 4px;
padding-left: 24px;
}
.pr-author-name {
font-size: 0.9375rem;
font-weight: 600;
color: #1d1d1f;
}
.pr-author-title {
font-size: 0.9375rem;
font-weight: 400;
color: #6e6e73;
}
.pr-about-section {
margin: 56px 0;
padding: 40px 0;
border-top: 1px solid #d2d2d7;
}
.pr-section-heading {
font-family: 'Inter', sans-serif;
font-size: 1.5rem;
font-weight: 600;
line-height: 1.3;
letter-spacing: -0.01em;
color: #1d1d1f;
margin: 0 0 20px 0;
}
.pr-about-section p {
color: #1d1d1f;
}
.pr-link {
display: inline-flex;
align-items: center;
color: #0066cc;
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
}
.pr-link:hover {
color: #0077ed;
}
.pr-contacts-section {
margin: 56px 0 0 0;
padding: 40px 0 0 0;
border-top: 1px solid #d2d2d7;
}
.pr-contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 32px;
margin-top: 24px;
}
.pr-contact-item {
display: flex;
flex-direction: column;
gap: 6px;
}
.pr-contact-name {
font-size: 1rem;
font-weight: 600;
color: #1d1d1f;
}
.pr-contact-company {
font-size: 0.9375rem;
color: #6e6e73;
font-weight: 400;
}
.pr-contact-email {
font-size: 0.9375rem;
color: #0066cc;
text-decoration: none;
font-weight: 400;
transition: color 0.2s ease;
}
.pr-contact-email:hover {
color: #0077ed;
}
.banner-wrapper {
position: relative;
border-radius: 8px;
overflow: hidden;
}
.banner-link {
display: block;
}
.banner-link img {
width: 100%;
height: auto;
display: block;
transition: opacity 0.2s ease;
}
.banner-link:hover img {
opacity: 0.9;
}
.systra-link {
position: absolute;
bottom: 16px;
right: 16px;
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(8px);
border-radius: 6px;
color: #262626;
font-size: 11px;
font-weight: 600;
text-decoration: none;
transition: transform 0.2s ease-in-out;
}
.systra-link:hover {
background: #fff;
transform: translateY(-2px);
}
.systra-link svg {
color:#D22328;
}
@media (max-width: 768px) {
.systra-link {
display: none;
}
}
@media (max-width: 1068px) {
.pr-headline {
font-size: 2.5rem;
}
.pr-subheadline {
font-size: 1.125rem;
}
.pr-hero-image {
border-radius: 12px;
}
}
@media (max-width: 734px) {
.pr-hero {
padding: 120px 0 32px;
}
.pr-headline {
font-size: 2rem;
}
.pr-subheadline {
font-size: 1.0625rem;
}
.pr-header-container {
padding: 0 24px;
}
.pr-hero-image-section {
padding: 32px 0 60px;
}
.pr-image-wrapper {
padding: 0 16px;
}
.pr-article-container {
padding: 0 16px;
}
.pr-content {
font-size: 1rem;
}
.pr-lead {
font-size: 1.125rem;
}
.pr-quote {
font-size: 1.1875rem;
padding-left: 20px;
border-left-width: 2px;
}
.pr-quote::before {
font-size: 2.5rem;
}
.pr-attribution {
padding-left: 20px;
}
.pr-quote-block {
margin: 48px 0;
}
.pr-quote-block:first-of-type {
padding-top: 40px;
}
.pr-quote-block + .pr-quote-block {
margin-top: 40px;
}
.pr-section-heading {
font-size: 1.375rem;
}
.pr-contact-grid {
grid-template-columns: 1fr;
gap: 24px;
}
}
@media (max-width: 480px) {
.pr-meta {
flex-direction: column;
gap: 8px;
}
.pr-divider {
display: none;
}
.pr-headline {
font-size: 1.75rem;
}
.pr-subheadline {
font-size: 1rem;
}
}
@media print {
.pr-hero {
padding-top: 0;
}
.gateway-cover {
display: none;
}
.pr-link,
.pr-contact-email {
color: #000;
}
}
.career-pathways-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
margin-top: 40px;
}
.pathway-card {
display: flex;
flex-direction: column;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pathway-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.pathway-image {
width: 100%;
height: 260px;
overflow: hidden;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.pathway-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pathway-content {
padding: 32px 28px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.pathway-content h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 16px;
color: #1a1a1a;
}
.pathway-content p {
font-size: 16px;
color: #666;
line-height: 1.6;
}
.podcast-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
padding: 40px;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border: var(--bge-steel-blue-100) solid 2px;
border-radius: 16px;
}
.podcast-content h3.section-heading {
margin-bottom: 16px;
}
.podcast-content h3 {
font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 2.2rem;
line-height: 1.3;}
.podcast-topics {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 20px;
}
.podcast-player {
position: relative;
}
.podcast-player iframe {
box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.bge-podcast-hero-video {
display: flex;
align-items: center;
justify-content: center;
overflow: visible;
min-height: 480px;
}
.bge-podcast-hero-video .bge-podcast-short-wrap {
width: 270px;
height: 480px;
aspect-ratio: 9 / 16;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
border-radius: 1rem;
}
.bge-podcast-short-wrap {
position: relative;
width: 100%;
aspect-ratio: 9 / 16;
overflow: hidden;
}
.bge-podcast-short-wrap iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.bge-podcast-episodes {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.bge-podcast-episode-card {
display: flex;
flex-direction: column;
padding: 28px 28px 24px;
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 16px;
text-decoration: none;
color: inherit;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bge-podcast-episode-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.bge-podcast-episode-meta {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
.bge-podcast-episode-date {
font-size: 0.85em;
color: #666;
letter-spacing: 0.01em;
}
.bge-podcast-episode-duration {
font-size: 0.8em;
color: #1DB954;
font-weight: 600;
background: rgba(29, 185, 84, 0.08);
padding: 2px 8px;
border-radius: 20px;
}
.bge-podcast-episode-title {
font-size: 1.15em;
margin: 0 0 10px;
color: #1a1a1a;
line-height: 1.35;
}
.bge-podcast-episode-excerpt {
font-size: 0.88em;
color: #555;
line-height: 1.65;
margin: 0;
flex: 1;
}
.bge-podcast-episode-cta {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 16px;
font-size: 0.85em;
font-weight: 600;
color: #1DB954;
transition: gap 0.2s ease;
}
.bge-podcast-episode-card:hover .bge-podcast-episode-cta {
gap: 10px;
}
.bge-podcast-episode-cta svg {
flex-shrink: 0;
}
@media (max-width: 1200px) {
.bge-podcast-episodes {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.bge-podcast-hero-video {
justify-content: center;
min-height: unset;
}
.bge-podcast-hero-video .bge-podcast-short-wrap {
width: 240px;
height: 426px;
}
}
@media (max-width: 992px) {
.career-pathways-grid {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.section-heading {
font-size: 36px;
}
.podcast-wrapper {
grid-template-columns: 1fr;
gap: 40px;
padding: 32px;
}
}
@media (max-width: 768px) {
.career-pathways-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.section {
padding: 106px 0;
}
.section-heading {
font-size: 32px;
}
.section-paragraph {
font-size: 16px;
}
.pathway-image {
height: 220px;
}
.bge-podcast-episodes {
grid-template-columns: 1fr;
}
}
@media (max-width: 1200px) {
.team-members-grid {
grid-template-columns: repeat(3, 1fr);
}
.grad-testimonial-wrapper {
flex-direction: column-reverse;
gap: 0;
padding-top: 4rem;
padding-left: 24px;
padding-right: 24px;
}
}
@media (max-width: 768px) {
.about-stat {
min-width: 300px;
}
.team-members-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.category-row {
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
}
.grad-testimonial-wrapper {
padding-left: 24px;
padding-right: 24px;
padding-top: 1.5rem;
}
.project-awards-heading {
font-size: 1.5rem;
margin-bottom: 24px;
}
.project-awards-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.project-award-card-inner {
padding: 24px;
}
.project-award-year-badge {
align-self: flex-start;
}
.project-award-accent-line {
left: 24px;
right: 24px;
}
}
@media (max-width: 480px) {
.team-members-grid {
grid-template-columns: 1fr;
}
.category-row {
grid-template-columns: 1fr;
gap: 6px;
}
.grad-testimonial-image {
max-width: 100%;
}
}
@media (max-width:400px) {
.etf-feature-caption p {
display: none;
}
.etf-feature-caption img {
height: 90px;
}
.etf-feature-caption h4 {
font-size: 14px;
margin-bottom: -20px;
}
}
@media (max-width:768px) and (min-width: 401px) {
.etf-feature-caption p {
display: none;
}
.etf-feature-caption img {
height: 100px;
}
.etf-feature-caption h4 {
font-size: 18px;
}
}
@media (max-width:900px) and (min-width: 769px) {
.etf-feature-caption img {
height: 130px;
}
.etf-feature-caption h4 {
font-size: 18px;
margin-bottom: -10px;
}
}
@media only screen and (max-width: 1280px) {
.heading-content-wrapper {
padding: 0 80px;
}
.stats-container {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-columns: 1fr 1fr;
}
.cover-header-grid {
grid-template-columns: 10fr 4fr;
}
}
@media only screen and (max-width: 992px) {
.project-awards-section {
margin: 0px 0;
}
.blog-sidebar {
display: none;
}
.grad-testimonial-wrapper {
padding-top: 24px;
}
.quotation-space-container {
flex-direction: column;
gap: 10px;
}
.policy-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.blog-title-container {
width: 100%;
}
.heading-content-wrapper {
display: grid;
width: 80%;
padding: 0;
}
.cover-header-grid {
grid-template-columns: unset;
}
.regions-responsive-view {
display: flex;
}
.region-hover-container {
display: none;
}
.map-container-reverse {
flex-direction: column-reverse !important;
}
.single-office-column {
width: 100%;
display: block;
}
.column {
display: none;
}
.description-stat-grid {
grid-template-columns: 1fr;
}
.grid-col-2-5rem {
grid-template-columns: 1fr;
grid-template-rows: 1fr, 1fr;
}
.person-selection-grid {
width: 100%;
}
.iwd-thumbnail {
height: auto;
}
.section-text-block {
align-items: center;
}
.section-text-block .text-left {
text-align: center !important;
}
.responsive-flex {
flex-direction: column;
}
.responsive-width-100 {
width: 100% !important;
}
.responsive-text-center {
text-align: center;
justify-content: center;
}
.responsive-text-left {
text-align: left;
justify-content: center;
}
.values-container {
width: 100%;
}
.map-wrapper,
.content-wrapper,
.heading-right-wrapper {
width: unset;
margin-left: auto;
margin-right: auto;
}
.content-wrapper,
.awards-section-title {
align-items: center;
text-align: center;
}
.hero-badge {
align-self: unset;
}
.announcement {
align-self: unset;
}
.heading-content-wrapper .button-group {
justify-content: center;
}
.expertise-grid {
grid-template-columns: 1fr 1fr;
}
.grid-col-3,
.blog-grid {
grid-template-columns: 1fr;
}
.benefits-grid {
grid-template-columns: 1fr 1fr;
gap: 48px 24px;
}
.benefit-item {
border-right: none;
border-bottom: none;
padding: 0;
}
.benefit-item:after {
display: none;
}
.grid-col-2-left-wrapper,
.grid-col-2-right-wrapper {
width: unset;
}
.careers-tabs {
flex-direction: column;
}
.benefit-item-responsive-center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.location-blurb-section {
gap: 1.5rem;
}
}
header {
position: relative;
z-index: 99999;
}
@media only screen and (max-width: 767px) {
html {
font-size: 14px;
}
.policy-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.project-article-container {
padding-left: 0px;
padding-right: 0px;
}
.sector-tags-container {
flex-direction: column;
}
.project-tag {
margin-bottom: 0px;
}
.sector-tag-container-home {
display: flex;
flex-direction: column;
gap: 6px;
}
.aus-leads-container {
grid-template-columns: 1fr;
}
.cta-image-card,
.cta-image-card-left {
padding-left: 30px;
padding-right: 30px;
}
.stats-container {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.sparkle-icon {
display: none;
}
.container {
padding-left: 0;
padding-right: 0;
}
.expertise-grid {
gap: 20px;
}
.text-size-medium {
font-size: 1rem;
}
.heading-content-wrapper h1 {
font-size: 2.5rem;
}
.section-heading {
font-size: 2rem;
}
.eyebrow {
font-size: 20px;
}
.benefits-grid {
grid-template-columns: 1fr;
}
.expertise-grid {
grid-template-columns: 1fr;
}
.heading-content-wrapper .grid-col-2-left-wrapper,
.grid-col-2-right-wrapper {
width: auto;
}
.section-title-center {
width: 80%;
}
.heading-text-wrapper {
align-items: center;
}
.hero-badge {
line-height: 1.2;
max-height: unset;
max-width: 80%;
padding: 1.5rem 1.5rem;
}
.announcement {
line-height: 1.2;
max-height: unset;
max-width: 80%;
padding: 1.5rem 1.5rem;
}
.header-mask {
display: none;
}
.heading-right-wrapper {
border-radius: 1.2rem;
}
.project-grid {
grid-template-rows: unset;
grid-template-columns: 1fr;
height: unset;
}
.grid-item1,
.grid-item2,
.grid-item3,
.grid-item4,
.grid-item5 {
grid-column: unset;
grid-row: unset;
}
.project {
height: 220px;
}
.form-section {
flex-direction: column;
}
.form-section .section-title {
margin-bottom: 0;
}
#sticky-tabs .container {
flex-direction: column;
}
.sticky-tabs-london .container {
max-height: 100px;
overflow-y: scroll;
justify-content: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.project-award-card {
animation: none;
transition: none;
}
.project-award-card:hover {
transform: none;
}
.project-award-glow,
.project-award-accent-line {
display: none;
}
}
@media (hover: none) {
.project-award-card:hover {
transform: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.project-award-card--winner:hover {
box-shadow: 0 2px 8px rgba(255, 140, 0, 0.2);
}
}
.project-award-link {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 10px;
font-size: 0.82rem;
font-weight: 600;
color: var(--bge-steel-blue-500);
text-decoration: none;
transition: gap 0.2s ease;
}
.project-award-link:hover {
gap: 10px;
}
.bge-podcast-feature.section {
padding-top: 88px;
padding-bottom: 88px;
}
.bge-podcast-feature .section-heading {
font-size: 2rem;
}
.bge-podcast-feature .rounded-image-standard {
height: 360px;
}
.bge-podcast-feature-meta {
font-size: 0.9em;
color: #666;
margin: 0;
padding: 0;
}
.bge-podcast-feature-actions {
align-items: center;
}
.button-steel {
background-color: var(--bge-steel-blue-500);
}
.bge-podcast-feature .button-secondary-blue {
background-color: #fff;
border: 1px solid rgba(66, 122, 148, 0.2);
}
.bge-podcast-spotify-embed {
width: 100%;
height: 352px;
border: 0;
border-radius: 1.2rem;
}
.bge-project-spotlight-image {
display: block;
width: 100%;
background-size: cover;
background-position: center;
}
.bge-podcast-video-facade {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
background: #101418;
cursor: pointer;
}
.bge-podcast-video-facade img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.bge-podcast-video-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--bge-steel-blue-700);
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
transition: transform 0.2s ease, background 0.2s ease;
}
.bge-podcast-video-facade:hover .bge-podcast-video-play {
transform: translate(-50%, -50%) scale(1.08);
background: #fff;
}
.bge-podcast-toast {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 9600;
width: min(380px, calc(100vw - 32px));
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
opacity: 0;
transform: translateY(16px) scale(0.98);
transition: opacity 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.bge-podcast-toast.is-visible {
opacity: 1;
transform: translateY(0) scale(1);
}
.bge-podcast-toast {
display: flex;
align-items: stretch;
}
.bge-podcast-toast[hidden] {
display: none;
}
.bge-podcast-toast-cover {
flex-shrink: 0;
width: 56px;
height: 56px;
border-radius: 12px;
object-fit: cover;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.bge-podcast-toast-body {
display: flex;
align-items: center;
gap: 14px;
min-width: 0;
padding: 16px 40px 16px 16px;
text-decoration: none;
color: inherit;
}
.bge-podcast-toast-text {
display: flex;
flex-direction: column;
gap: 3px;
min-width: 0;
}
.bge-podcast-toast-label {
font-size: 0.7em;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--bge-mandarin-500);
}
.bge-podcast-toast-title {
font-size: 0.92em;
font-weight: 600;
line-height: 1.35;
color: #1a1a1a;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.bge-podcast-toast-cta {
font-size: 0.8em;
font-weight: 600;
color: var(--bge-steel-blue-500);
}
.bge-podcast-toast-body:hover .bge-podcast-toast-cta {
text-decoration: underline;
}
.bge-podcast-toast-close {
position: absolute;
top: 10px;
right: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
border: 0;
border-radius: 50%;
background: transparent;
color: #999;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.bge-podcast-toast-close:hover {
background: rgba(0, 0, 0, 0.06);
color: #333;
}
@media (max-width: 768px) {
.bge-podcast-toast {
right: 16px;
bottom: 16px;
}
}
@media (prefers-reduced-motion: reduce) {
.bge-podcast-toast {
transition: opacity 0.3s ease;
transform: none;
}
}