#workPageHeader {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#workPageHeader h1 {
  color: #fff;
  font-size: 128px;
  margin: 0 0 0 38px;
}
@media screen and (max-width: 1280px) {
  #workPageHeader h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  #workPageHeader h1 {
    font-size: 70px;
    margin: 0 0 0 16px;
  }
}
@media screen and (max-width: 400px) {
  #workPageHeader h1 {
    font-size: 50px;
  }
}
#workNavWrapper {
  position: relative;
}
#workNavButton {
  color: #131719;
  display: flex;
  right: 0;
  top: -63px;
  position: absolute;
  background-color: #fff;
  font-size: 26px;
  border: none;
  padding: 1rem 38px;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}
.active #workNavButton {
  background-color: #eafd57;
}
#workNavWrapper svg {
  width: 15px;
}
#navMenu {
  max-height: 0px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  max-width: 100%;
}
.active #navMenu {
  max-height: 1000px;
}
#navMenuInner {
  background-color: #eafd57;
  padding: 38px;
}
.pagefilter ul {
  list-style: none;
  margin: 0;
  columns: auto 500px;
  padding-top: 2rem;
  padding-right: 0;
  padding-left: 0;
}
.pagefilter ul * {
  color: #131719;
  width: fit-content;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
.pagefilter ul button {
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.pagefilter .text-cover {
  position: absolute;
  left: 0;
  color: #fff;
  /* background-color: #ff4d00; */
  background-color: var(--primary-color);
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.2s ease-in-out;
}
.text-main {
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.pagefilter ul button:hover .text-cover {
  width: 100%;
}
.featured-button {
  padding: 0;
  color: #131719;
  background-color: transparent;
  border: none;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.featured-button:hover {
  color: #fff;
  /* background-color: #ff4d00; */
  background-color: var(--primary-color);
}
li.selected .text-cover {
  width: 100%;
}
@media (max-width: 1100px) {
  .pagefilter ul *,
  .featured-button {
    font-size: 20px;
  }
  .pagefilter ul {
    list-style: none;
    margin: 0;
    columns: 2 400px;
    padding-top: 2rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .pagefilter ul *,
  .featured-button {
    font-size: 32px;
  }
  .pagefilter .active #navMenu {
    max-height: 2000px;
  }
}
@media (max-width: 768px) {
  #workNavButton {
    padding: 1rem 16px;
  }
  #navMenuInner {
    background-color: #eafd57;
    padding: 38px 16px;
  }
}
@media (max-width: 680px) {
  .pagefilter ul *,
  .featured-button {
    font-size: 32px;
  }
  .pagefilter ul {
    list-style: none;
    margin: 0;
    columns: 2 400px;
    padding-top: 2rem;
    padding-right: 0;
    padding-left: 0;
  }
  .active #navMenu {
    max-height: 2500px;
  }
  .pagefilter ul button {
    text-align: left;
  }
  .pagefilter ul button .text-cover {
    width: 0px !important;
  }
  ul button:hover .text-main,
  .selected .text-main {
    color: #fff;
    /* background-color: #ff4d00; */
    background-color: var(--primary-color);
  }
  .text-main {
    white-space: revert;
  }
}
@media (max-width: 510px) {
  .featured-button {
    text-align: left;
    padding: 0;
  }
}
#workPageHeader {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
#workPageHeader h1 {
  color: #fff;
  font-size: 128px;
}
@media screen and (max-width: 1280px) {
  #workPageHeader h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  #workPageHeader h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 400px) {
  #workPageHeader h1 {
    font-size: 50px;
  }
}
.infoImagePanelWrapper {
  width: 100%;
  height: calc(35vh + 30vw);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
.infoOuter:nth-child(n) .infoPanelWrapper,
.infoOuter:nth-child(n) .infoPanelWrapperMobile {
  /* background-color: #ff4d00; */
  background-color: var(--primary-color);
}
.infoOuter:nth-child(2n) .infoPanelWrapper,
.infoOuter:nth-child(2n) .infoPanelWrapperMobile {
  background-color: var(--secondary-color);
}
.infoOuter:nth-child(3n) .infoPanelWrapper,
.infoOuter:nth-child(3n) .infoPanelWrapperMobile {
  background-color: #eafd57;
}
.infoPanelWrapper {
  width: 40%;
}

.pagefilter a {
  font-size: 23px;
  color: inherit;
}
#workPanelCta {
  width: 100%;
  padding: 2rem 1.5rem 8rem 0;
  text-align: center;
}
.cta {
  color: #fff;
  font-size: 45px;
  transition: color 0.3s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
}
.cta:hover {
  color: #eafd57;
}
.infoPanelWrapperMobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 1920px) {
  .infoPanelWrapper {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .infoPanelWrapper {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .infoImagePanelWrapper {
    height: 27vh;
  }
  .infoPanelWrapper {
    display: none;
  }
  .infoPanelWrapperMobile {
    display: flex;
    flex-direction: column;
 
}
@media screen and (max-width: 480px) {
  .infoPanelWrapperMobile p {
    font-size: 40px;
  }
	.subtitlenext {
	 padding-left: 20px;
    font-family: bbr;
    font-size: 20px !important;

}
	p[data-v-8856476d] {
		margin-bottom:2rem;
	}
}
