@charset "UTF-8";
/* Variables */
--nav-height: 8rem;
/* Home hero slider */
html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 18rem !important;
}
/* Navigation */
.nav-container {
  height: var(--nav-height);
}
.main-nav li {
  border: 0.2rem solid transparent;
}
.main-nav li:hover {
  border-bottom: 0.2rem solid var(--secondary);
}
ul#menu-default-nav-2 li a {
  color: var(--primary) !important;
}
ul.brxe-social-icons li i {
  color: var(--primary);
}
/*Primary button */
.primary-button, .primary-button--white, .contact-form button {
  background-color: transparent;
  font-family: "raleway";
  font-size: 1.6rem;
  text-transform: lowercase;
  font-weight: 500;
  padding: 0 0 0 0;
}
.primary-button:after, .primary-button--white:after, .contact-form button:after {
  content: "→";
}
.primary-button--white {
  color: white;
}
/* Logo carousel */
.splide_list {
  transition-timing-function: linear !important;
}
div#brxe-oeodhc-list, div#brxe-nnjths-list {
  transition-timing-function: linear !important;
}
h3.text--xl span {
  color: var(--secondary);
}
/* Collaberations grid */
.collaberations-grid div a {
  border: 1px solid var(--shade-light);
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  border-collapse: collapse;
}
.collaberations-grid div img {
  width: 50%;
}
.collaberations-list {
  font-family: "Raleway";
  font-size: var(--text-s);
}
.collaberations-list ul li {
  list-style: none;
  margin-bottom: var(--space-xs);
}
.collaberations-list ul li:hover a {
  color: var(--secondary);
}
/* Core styles */
.primary-heading {
  font-family: "Raleway";
  font-size: var(--text-l);
  margin-bottom: var(--space-s);
}
.body-copy {
  font-family: "Raleway";
  font-size: var(--text-s);
  font-weight: 500;
}
h3 span {
  color: var(--secondary);
}
/* Home slider arrows */
.splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  width: 10rem;
}
.splide__arrows button svg {
  height: 2rem;
  color: white !important;
}
.splide__arrows button svg path {
  fill: white;
}
button.splide__arrow.splide__arrow--prev {
  background: white !important;
}
button.splide__arrow.splide__arrow--prev path {
  fill: var(--primary);
}
button.splide__arrow.splide__arrow--next {
  background: var(--secondary) !important;
}
/* Service items home page grid */
.service--item {
  color: white;
  font-family: "Raleway";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: var(--space-m);
}
/* Testimonials Slider */
.testimonials--container {
  background-color: white;
}
.testimonials--slider-content {
  color: var(--primary);
  font-family: "Raleway";
}
.meta-text, .team-card__role {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: var(--space-xs);
  letter-spacing: 0.2rem;
}
/* Our Sectors Slider */
.sectors__tab-menu div {
  margin-left: auto;
  padding-right: var(--space-l);
}
.sectors__tab-menu {
  position: absolute;
  width: 400px;
  height: 400px;
  left: 35rem;
}
.sectors__tab-menu div {
  margin-left: auto;
  padding-right: var(--space-l);
}
.sectors__wrapper {
  padding: 0 !important;
  color: white;
}
.sectors__wrapper div {
  flex-grow: 1;
}
.tab-title {
  padding: 0 !important;
  color: white;
}
.tab-title.brx-open {
  background-color: transparent !important;
  display: flex;
}
.tab-title.brx-open:after {
  content: "→";
}
/* Team grid */
.team-card__body {
  font-size: var(--text-l);
  background-color: var(--primary);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: var(--space-s);
}
.team-card__body h4 {
  font-weight: 500;
}
.team-card__role {
  color: var(--secondary);
}
.team-cards__heading {
  font-size: var(--text-xl);
}
/* services */
.service-card__name {
  color: white;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: var(--space-s);
}
.service-card__name h3 {
  font-size: var(--text-s);
  text-align: center;
  width: 20ch;
}
.service-card__name h3:hover a {
  color: white;
  text-decoration: underline;
}
/* we care video background */
.we-care__container p {
  width: 40ch;
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
}
.we-care__container {
  color: white;
}
.background-section {
  color: white;
}
.background-section h3 {
  width: 15ch;
}
/* General sections styling */
.section-col2__body {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: var(--space-l);
  font-size: 1.6rem;
}
.section-col2__body h3 {
  margin-bottom: var(--space-s);
}
.section-grid {
  padding: 0 !important;
}
/* Projects Grid */
.project-grid__facet-container {
  margin-top: var(--space-l);
}
.project-grid__card-body {
  aspect-ratio: 1;
  padding-left: var(--space-xs);
  cursor: pointer;
}
.project-grid__card-body h3 {
  width: auto !important;
  text-align: left;
  font-weight: 500 !important;
  font-size: var(--text-l);
}
.project-grid__card-body h3:hover a {
  color: white;
  text-decoration: underline;
}
.project-grid__card-image {
  aspect-ratio: 1;
}
.project-grid__card figcaption.bricks-image-caption {
  display: none;
}
/* Single Project */
.project__project-intro {
  width: 40rem;
  height: 40rem;
  background-color: var(--primary);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.project__project-title {
  margin-bottom: 2rem;
  font-weight: 500;
}
.project__project-description p {
  font-size: 1.2rem;
  font-weight: 500;
}
.project-table__row {
  border-bottom: 1px solid var(--base-light);
  padding: 0.8rem 0;
}
.project-table__title {
  color: var(--secondary);
}
.project-table__data {
  text-align: right;
}
.project-table__description {
  font-size: 1.2rem;
  padding: var(--space-m) 0;
}
/* insights grid */
.insight-card__image {
  aspect-ratio: 1;
}
.insight-card__body {
  background-color: var(--primary);
  aspect-ratio: 1;
}
.insight-card__post-title {
  color: white;
  display: flex;
  align-items: end;
  padding-bottom: var(--space-s);
  text-transform: lowercase;
  padding-left: var(--space-s);
}
.insight-card__post-title h3 {
  font-size: var(--text-m);
  width: 20ch;
  text-align: left;
  font-weight: 500;
}
.insight-card__post-title h3:hover a {
  color: var(--secondary);
}
/* Contact Page */
.main-offices p {
  font-size: 1.6rem;
}
.contact-form .wsf-grid {
  padding: var(--space-m);
}
.contact-form input {
  border: none !important;
  border-bottom: 2px solid var(--primary) !important;
  border-radius: 0 !important;
}
.contact-form label {
  color: var(--primary);
}
.contact-form__email {
  width: 100px !important;
}
.contact-form button {
  background: none !important;
  color: var(--primary) !important;
  border: none !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  text-align: right !important;
}
.contact-form button:hover {
  color: var(--secondary) !important;
}
.tab-title.brx-open:after {
  content: "→";
  margin: 0;
  /* padding-right: 20px; */
  width: 0;
  position: absolute;
  right: 30px;
}
h3#brxe-c6bd66 {
  color: white;
}
.skills-overlay {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.core-skill:hover .skills-overlay {
  opacity: 1;
}
.core-skill:hover .brxe-icon {
  opacity: 0;
}
.core-skill h3 {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.core-skill:hover h3 {
  opacity: 0;
}
h6#brxe-beslmw {
  max-width: 100%;
}
img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.project-template__gallery img {
  width: 100% !important;
  padding-top: 0 !important;
}
#brxe-zvvrhw .tab-content {
  padding: 0;
}
#brxe-vbcymm .image {
  padding-top: 0 !important;
}
