@font-face {
  font-family: "neue-montreal-book";
  src: url("../assets/bdr/fonts/pp-neue-montreal/woff/PPNeueMontreal-Book.woff2") format("woff2");
}
@font-face {
  font-family: "neue-montreal-medium";
  src: url("../assets/bdr/fonts/pp-neue-montreal/woff/PPNeueMontreal-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "neue-montreal-bold";
  src: url("../assets/bdr/fonts/pp-neue-montreal/woff/PPNeueMontreal-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ibm-plex-mono-regular";
  src: url("../assets/bdr/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f9f7f3;
  cursor: none;
}

h1, h2, h3, h4, p, li {
  font-weight: normal;
  font-style: normal;
}

h1, h2.section-title {
  font-family: "neue-montreal-medium", sans-serif;
  text-transform: uppercase;
}

h2, input, textarea {
  font-family: "neue-montreal-medium", sans-serif;
}

h3 {
  font-family: "neue-montreal-bold", sans-serif;
}

h4 {
  font-family: "neue-montreal-bold", sans-serif;
}

p, li, sub {
  font-family: "neue-montreal-book", sans-serif;
  text-align: left;
}

p.annotation {
  font-family: "ibm-plex-mono-regular", "monospace";
  text-transform: uppercase;
}

a {
  cursor: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

form input, form textarea {
  padding: 0;
  margin: 0;
  line-height: 1.15rem;
}
form input[type=submit] {
  padding: 0;
  text-decoration: none;
  height: 1.15rem;
  line-height: 1.15rem;
  background-color: transparent;
}
form input[type=submit]:focus {
  background-color: transparent;
  text-decoration: none;
}
form input[type=submit] > p {
  padding: 0;
  background-color: transparent;
  text-decoration: none;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 20;
  overflow: hidden;
}
nav .button-container {
  display: flex;
  justify-content: end;
  height: 100%;
  align-content: baseline;
  transition: all 0.5s ease-in-out;
}
nav .button-container .spacer {
  flex-grow: 1;
}
nav .button-container a {
  flex-direction: column;
  align-content: center;
}
nav .button-container a .button {
  flex-shrink: 0;
}
nav .button-container a .button h2 {
  margin: 0;
  padding: 0;
}
nav.is-sticky .button-container {
  width: auto;
}
nav.is-sticky img {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
nav img {
  position: absolute;
}

section, footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
section.full-height, footer.full-height {
  min-height: 80vh;
}
section.half-height, footer.half-height {
  min-height: 50vh;
}
section .column, footer .column {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}
section .column.full-width, footer .column.full-width {
  max-width: 100%;
}
section .column .container.grid, footer .column .container.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
section .columns, footer .columns {
  display: flex;
}
section .columns .grid-column, footer .columns .grid-column {
  position: relative;
  flex: 1;
}
section .columns .grid-column .container img, footer .columns .grid-column .container img {
  width: 100%;
  object-fit: contain;
  margin: 0 0 2rem 0;
}
section .columns .grid-column .container .client-logo img, footer .columns .grid-column .container .client-logo img {
  margin: 2rem 0;
}
section .columns.three .grid-column.double, footer .columns.three .grid-column.double {
  flex: 2 2 auto;
}
section .columns.four .grid-column.double, footer .columns.four .grid-column.double {
  flex: 2 2 auto;
}
section .columns.four .grid-column.triple, footer .columns.four .grid-column.triple {
  flex: 3 3 auto;
}

section.section-expanding {
  min-height: 6rem;
  max-height: 6rem;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  padding: 0;
}
section.section-expanding .column .title-container {
  height: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 1rem;
  margin: 0 auto 2rem;
}
section.section-expanding .column .title-container.dark, section.section-expanding .column .title-container.coral {
  border-bottom: 1px solid #ffffff;
}
section.section-expanding .column .title-container.light, section.section-expanding .column .title-container.white {
  border-bottom: 1px solid #191919;
}
section.section-expanding .column .title-container h2 {
  margin-bottom: 0;
}
section.section-expanding .column .title-container h2.sub-title {
  margin-right: 1rem;
}
section.section-expanding .column .body-container {
  display: flex;
  flex-direction: row;
}
section.section-expanding .column .body-container .overview-column {
  width: 25%;
  margin-right: 2rem;
}
section.section-expanding .column .body-container .main-body {
  width: 75%;
  column-count: 1;
  column-gap: 2rem;
}
section.section-expanding .column .body-container .main-body .copy-block {
  margin: 0 0 3rem 0;
}
section.section-expanding .column .body-container .main-body .copy-block h4 {
  margin-bottom: 1rem;
}
section.section-expanding.expand {
  max-height: 4000px;
}
section .column img, section .column .container img {
  object-fit: cover;
  max-height: 70vh;
}
section .column .container img {
  margin: 2rem 0;
}

.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  padding: 1rem;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.tile.scrolled {
  opacity: 1;
}
.tile.team-member {
  padding: 3rem;
}
.tile.team-member .job-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2rem 3rem;
}
.tile.team-member h2, .tile.team-member p {
  margin-bottom: 0;
}
.tile.team-member .button {
  margin-top: auto;
  margin-left: auto;
}
.tile.team-member .button h2 {
  margin: 0;
}
.tile.team-quote {
  padding: 3rem;
}
.tile.team-quote img.quote {
  width: 8%;
  height: 8%;
  margin-bottom: 2rem;
}
.tile.team-quote h2 {
  width: 50%;
}
.tile.team-quote .credit {
  margin: auto 0 0 auto;
}
.tile.team-quote .credit p {
  margin: 0;
}
.tile.team-quote .credit p:first-child {
  font-weight: bold;
}
.tile.thumbnail {
  padding: 0;
}
.tile.thumbnail .image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100% - 4rem);
  aspect-ratio: 1/1;
  padding: 2rem;
}
.tile.thumbnail .image-container .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.tile.thumbnail .image-container .thumb-title, .tile.thumbnail .image-container .button {
  z-index: 10;
}
.tile.thumbnail .image-container .thumb-title h2 {
  text-transform: uppercase;
}
.tile.thumbnail .image-container .thumb-title h4 {
  margin-bottom: 1rem;
}
.tile.thumbnail .image-container .button {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.tile.thumbnail .image-container .button h2 {
  margin: 0;
}

.page-break {
  width: 100%;
  padding: 0;
}

.dark {
  background-color: #191919;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark p, .dark li {
  color: #ffffff !important;
}
.dark.button {
  border-bottom: 2px solid #ffffff;
}
.dark.button:hover {
  border-bottom: 2px solid #f73d2e;
}
.dark.button:hover h2 {
  color: #f73d2e !important;
}
.dark .page-break {
  border-bottom: 1px solid #ffffff;
}

.light {
  background-color: #f9f7f3;
}
.light h1, .light h2.section-title {
  color: #f73d2e;
}
.light h2, .light h3, .light h4, .light p, .light li, .light a {
  color: #191919;
}
.light.button {
  border-bottom: 2px solid #191919;
}
.light.button:hover {
  border-bottom: 2px solid #f73d2e;
}
.light.button:hover h2 {
  color: #f73d2e !important;
}
.light .page-break {
  border-bottom: 1px solid #191919;
}

.coral {
  background-color: #f73d2e;
}
.coral h1, .coral h2, .coral h3, .coral h4, .coral p, .coral li, .coral a {
  color: #ffffff;
}
.coral.button {
  border-bottom: 2px solid #ffffff;
}
.coral.button:hover {
  border-bottom: 2px solid #191919;
}
.coral.button:hover h2 {
  color: #191919 !important;
}
.coral .page-break {
  border-bottom: 1px solid #ffffff;
}

.white {
  background-color: #ffffff;
}
.white h1, .white h2, .white h3, .white h4, .white p, .white li, .white a {
  color: #191919;
}
.white.button {
  border-bottom: 2px solid #191919;
}
.white.button:hover {
  border-bottom: 2px solid #f73d2e;
}
.white.button:hover h2 {
  color: #f73d2e !important;
}
.white .page-break {
  border-bottom: 1px solid #191919;
}

.button {
  text-transform: uppercase;
  padding: 0;
  width: auto;
  display: inline-block;
  background-color: transparent !important;
}
.button h2 {
  margin: 0;
  padding-bottom: 0.2rem;
  width: auto;
}

.landing-carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: black;
  --transition-time: 0.5s;
  --slide-interval: 3000ms;
}
.landing-carousel .landing-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity var(--transition-time) ease-in-out;
  z-index: 1;
}
.landing-carousel .landing-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-carousel .landing-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.landing-carousel .landing-slide .content {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  z-index: 4;
  color: white;
  max-width: 50%;
}
.landing-carousel .landing-slide .content h1, .landing-carousel .landing-slide .content h2, .landing-carousel .landing-slide .content p {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.landing-carousel .landing-slide .content h1 {
  line-height: 1.2;
}
.landing-carousel .landing-slide .content h2, .landing-carousel .landing-slide .content p {
  line-height: 1.6;
}
.landing-carousel .landing-slide .read-more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 4;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.landing-carousel .landing-slide .read-more:hover {
  background-color: white;
  color: black;
}
.landing-carousel .landing-slide.active {
  opacity: 1;
  z-index: 2;
}
.landing-carousel .landing-slide.active .content h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.landing-carousel .landing-slide.active .content h2, .landing-carousel .landing-slide.active .content p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.landing-carousel .landing-slide.active .read-more {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.landing-carousel .pagination {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
.landing-carousel .pagination .dot {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  cursor: none;
  transition: background-color 0.3s ease;
}
.landing-carousel .pagination .dot:hover {
  border-color: #f73d2e;
  border-width: 2px;
}
.landing-carousel .pagination .dot.active {
  background-color: #f73d2e;
}
.landing-carousel .pagination .dot:nth-child(even) {
  margin-right: 10px;
}
.landing-carousel .pagination .dot:nth-child(odd) {
  margin-left: 10px;
}

.title {
  text-transform: uppercase;
  width: 40%;
}
.title.top-left {
  position: relative;
  top: 0;
  left: 2rem;
}
.title.top-right {
  position: relative;
  float: right;
  top: 0;
  right: 2rem;
  text-align: right;
}
.title.bottom-left {
  position: absolute;
  bottom: 0;
  left: 2rem;
}
.title.bottom-left.lifted {
  margin-bottom: 4rem;
}
.title.bottom-right {
  position: absolute;
  bottom: 0;
  right: 2rem;
  text-align: right;
}
.title.bottom-right.lifted {
  margin-bottom: 4rem;
}

.client-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client-logo img {
  max-width: 40%;
  margin: 3rem 0;
}

.filter {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider {
  position: fixed;
  margin: 0 auto;
  width: 530px;
  height: 90vh;
  background-color: #f9f7f3;
  border: none;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  padding: 2rem;
}
.slider h2 {
  color: #191919;
  margin: 0;
}
.slider.close {
  top: 100%;
  z-index: 99;
}
.slider.close ul li {
  animation-fill-mode: backwards;
}
.slider.previous {
  top: 10%;
  z-index: 100;
}
.slider.previous .title-bar .button.close {
  display: grid;
}
.slider.previous .title-bar .button.next {
  display: none;
}
.slider.open {
  top: 5%;
  z-index: 101;
}
.slider.open .title-bar .button.close {
  display: grid;
}
.slider.open .title-bar .button.next {
  display: none;
}
.slider.open ul li {
  animation-fill-mode: forwards;
}
.slider.next {
  top: 100%;
  z-index: 102;
  transform: translate(-50%, -7rem);
  transition-delay: 0.3s;
}
.slider.next .title-bar .button.close {
  display: none;
}
.slider.next .title-bar .button.next {
  display: grid;
}
.slider .title-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.slider .title-bar .job-title {
  margin: 1rem 0;
  width: 300px;
  flex-flow: column;
}
.slider .title-bar .button {
  margin-bottom: auto;
}
.slider .team-card {
  position: relative;
  margin-bottom: 10rem;
}
.slider .team-card .scroll-content {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 18rem);
  margin-bottom: 100px;
  overflow: scroll;
  scrollbar-width: none;
}
.slider .team-card .scroll-content img {
  margin: 2rem 0;
  aspect-ratio: 1.8/1;
}
.slider .team-card .scroll-content img.profile {
  margin: 0 0 2rem 0;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.slider .team-card .scroll-content .contact-info {
  margin: 2rem 0;
}
.slider .team-card .scroll-content .contact-info p {
  color: #f9f7f3;
}
.slider .team-card .scroll-content .contact-info a:hover p {
  color: #f73d2e;
}
.slider .contact-card .title-bar {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1rem;
}
.slider .contact-card form {
  margin: 2.4rem 0;
}
.slider .contact-card form .feedback-input {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}
.slider .contact-card form .feedback-input:focus {
  border: 1px solid #f9f7f3;
}
.slider .contact-card form textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
.slider .contact-card form [type=submit] {
  color: #191919;
  background: none;
  width: auto;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
  text-transform: uppercase;
}
.slider .contact-card form [type=submit] h2 {
  padding-bottom: 0.2rem;
  border-bottom: 3px solid #191919;
}
.slider .contact-card form [type=submit]:hover h2 {
  color: #f73d2e;
}
.slider .project-card .image-carousel-wrapper {
  width: 100%;
  margin-top: 2.4rem;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
}
.slider .project-card .image-carousel-wrapper img.carousel-image {
  width: 100%;
  border-radius: 0.75rem;
  margin: 0 0 2rem 0;
  aspect-ratio: 1.3;
  object-fit: cover;
}
.slider .project-card .carousel-controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.slider .project-card .carousel-controls .button-group {
  display: flex;
  flex-flow: row nowrap;
}
.slider .project-card .carousel-controls .button-group > * {
  margin-left: 2.4rem;
}
.slider .nav-card .title-bar {
  border-bottom: 2px solid #191919;
}
.slider .nav-card ul {
  list-style-type: none;
  margin: 4rem 0 0 0;
  padding: 0;
}
.slider .nav-card ul li {
  margin-bottom: 2rem;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.slider .nav-card ul li h1 {
  margin-bottom: 0.5rem;
}
.slider .nav-card ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.slider .nav-card ul li:nth-child(3) {
  animation-delay: 0.2s;
}
.slider .nav-card ul li:nth-child(4) {
  animation-delay: 0.3s;
}
.slider .nav-card ul li:nth-child(5) {
  animation-delay: 0.4s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.author-block {
  display: flex;
  flex-direction: row;
}
.author-block .author-pic {
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
}
.author-block .author-name {
  margin: 0.5rem 1rem 0 1rem;
}
.author-block .author-name h2 {
  margin-bottom: 0;
}

footer {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
footer .footer-logo {
  width: 120px;
  margin: 3rem 0 0 3rem;
}
footer .column {
  flex-grow: 1;
}
footer .column .columns .grid-column {
  padding: 0;
  margin: 0;
}
footer .social-link {
  width: 50%;
  max-width: 120px;
  margin: 2rem 0;
}
footer .legal {
  display: flex;
  flex-flow: row nowrap;
  padding: 2rem;
  justify-content: space-between;
}
footer .legal .statement {
  align-content: flex-start;
}
footer .legal .statement .tea-logo {
  width: 150px;
  height: auto;
  margin-bottom: 2.4rem;
}
footer .legal .statement .wxo-logo {
  width: 100px;
  height: auto;
  margin-bottom: 2.4rem;
}
footer .legal .links {
  align-content: flex-end;
  align-items: end;
  display: flex;
  flex-flow: row nowrap;
}
footer .legal .links > * {
  margin-left: 2rem;
}

#cursor {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-color: #f73d2e;
  border-radius: 4px;
}

#strap {
  background: #f9f7f3;
  height: calc(100vh - 29vw - 2rem);
}
#strap img {
  margin: 1.5rem;
}
#strap img.logotype {
  position: absolute;
  margin: 1.5rem;
  width: 12%;
  min-width: 120px;
  height: auto;
  bottom: 0;
  right: 0;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(200, 200, 200, 0.6);
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 20;
}
#modal.fade-up {
  pointer-events: all;
  animation: modal-fade-up 0.5s ease-in-out forwards;
}
#modal.fade-down {
  pointer-events: none;
  animation: modal-fade-down 0.5s ease-in-out forwards;
}

@keyframes modal-fade-up {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-fade-down {
  0% {
    opacity: 1;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
body.desktop .mobile, body.tablet .mobile {
  display: none;
}
body.desktop h1, body.desktop h1.title, body.desktop h2.section-title, body.tablet h1, body.tablet h1.title, body.tablet h2.section-title {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
body.desktop h1, body.desktop h1.title, body.tablet h1, body.tablet h1.title {
  margin: 2rem;
}
body.desktop h2.section-title, body.tablet h2.section-title {
  margin: 0 0 2rem 0;
}
body.desktop h2, body.desktop input, body.desktop textarea, body.tablet h2, body.tablet input, body.tablet textarea {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
body.desktop h3, body.tablet h3 {
  font-size: 1rem;
  line-height: 1.25rem;
}
body.desktop h4, body.tablet h4 {
  font-size: 0.9rem;
  line-height: 1.25rem;
}
body.desktop p, body.desktop li, body.desktop sub, body.tablet p, body.tablet li, body.tablet sub {
  font-size: 0.9rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}
body.desktop h1, body.desktop h2, body.desktop p, body.tablet h1, body.tablet h2, body.tablet p {
  margin: 0 0 2rem 0;
}
body.desktop h3, body.tablet h3 {
  margin: 0 0 0.5rem 0;
}
body.desktop h4, body.tablet h4 {
  padding: 0;
  margin: 0;
}
body.desktop nav, body.tablet nav {
  height: 6rem;
}
body.desktop nav img, body.tablet nav img {
  height: 2.8rem;
  top: 1.8rem;
  left: 2rem;
  transform: translateY(-0.3rem);
}
body.desktop nav .button, body.tablet nav .button {
  margin: 0 2rem 0 0;
}
body.desktop section.top-no-margin, body.desktop footer.top-no-margin, body.tablet section.top-no-margin, body.tablet footer.top-no-margin {
  padding-top: 0;
}
body.desktop section.top-standard-margin, body.desktop footer.top-standard-margin, body.tablet section.top-standard-margin, body.tablet footer.top-standard-margin {
  padding-top: 2rem;
}
body.desktop section.top-large-margin, body.desktop footer.top-large-margin, body.tablet section.top-large-margin, body.tablet footer.top-large-margin {
  padding-top: 4rem;
}
body.desktop section.bottom-no-margin, body.desktop footer.bottom-no-margin, body.tablet section.bottom-no-margin, body.tablet footer.bottom-no-margin {
  padding-bottom: 0;
}
body.desktop section.bottom-standard-margin, body.desktop footer.bottom-standard-margin, body.tablet section.bottom-standard-margin, body.tablet footer.bottom-standard-margin {
  padding-bottom: 2rem;
}
body.desktop section.bottom-large-margin, body.desktop footer.bottom-large-margin, body.tablet section.bottom-large-margin, body.tablet footer.bottom-large-margin {
  padding-bottom: 4rem;
}
body.desktop section .column .container.grid, body.desktop footer .column .container.grid, body.tablet section .column .container.grid, body.tablet footer .column .container.grid {
  padding: 2rem 0 0 0;
}
body.desktop section .columns, body.desktop footer .columns, body.tablet section .columns, body.tablet footer .columns {
  gap: 1.3333333333rem;
  flex-wrap: wrap;
}
body.desktop section .columns.three .grid-column, body.desktop footer .columns.three .grid-column, body.tablet section .columns.three .grid-column, body.tablet footer .columns.three .grid-column {
  flex: 1 1 30%;
}
body.desktop section .columns.three .grid-column.double, body.desktop footer .columns.three .grid-column.double, body.tablet section .columns.three .grid-column.double, body.tablet footer .columns.three .grid-column.double {
  flex: 1 1 60%;
}
body.desktop section .columns.four .grid-column, body.desktop footer .columns.four .grid-column, body.tablet section .columns.four .grid-column, body.tablet footer .columns.four .grid-column {
  flex: 1 1 20%;
}
body.desktop section .columns.four .grid-column.double, body.desktop footer .columns.four .grid-column.double, body.tablet section .columns.four .grid-column.double, body.tablet footer .columns.four .grid-column.double {
  flex: 1 1 45%;
}
body.desktop section .columns.four .grid-column.triple, body.desktop footer .columns.four .grid-column.triple, body.tablet section .columns.four .grid-column.triple, body.tablet footer .columns.four .grid-column.triple {
  flex: 1 1 70%;
}
body.desktop section .columns.five .grid-column, body.desktop footer .columns.five .grid-column, body.tablet section .columns.five .grid-column, body.tablet footer .columns.five .grid-column {
  flex: 1 1 18%;
}
body.desktop .section-tile-grid .column .container, body.tablet .section-tile-grid .column .container {
  gap: 2rem;
}
body.desktop .section-tile-grid .column .container .tile, body.tablet .section-tile-grid .column .container .tile {
  flex-basis: 45%;
  flex-grow: 1;
  flex-wrap: wrap;
}
body.desktop .page-title-board, body.tablet .page-title-board {
  padding: 8rem 0 4rem;
}
body.desktop .page-title-board h1.title, body.tablet .page-title-board h1.title {
  position: relative;
}
body.desktop .page-title-board p.annotation, body.tablet .page-title-board p.annotation {
  margin: 2rem;
}
body.desktop .footer-logo, body.tablet .footer-logo {
  width: 120px;
  margin: 2rem 0 0 2rem;
}
@media only screen and (max-width: 1460px) {
  body.desktop section .column, body.tablet section .column {
    width: calc(100vw - 5rem);
  }
}
@media only screen and (max-width: 1100px) {
  body.desktop .title, body.tablet .title {
    width: 70%;
  }
  body.desktop .client-logo img, body.tablet .client-logo img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  body.desktop footer .column .flex-container .grid-column, body.tablet footer .column .flex-container .grid-column {
    width: 100%;
    padding: 2rem;
    margin: 0;
  }
  body.desktop footer .column .flex-container .grid-column.empty, body.tablet footer .column .flex-container .grid-column.empty {
    display: none;
  }
  body.desktop footer .legal, body.tablet footer .legal {
    display: flex;
    flex-flow: column-reverse nowrap;
    padding: 2rem;
  }
  body.desktop footer .legal .statement, body.tablet footer .legal .statement {
    margin-top: 1rem;
  }
  body.desktop footer .legal .links, body.tablet footer .legal .links {
    align-content: flex-start;
    align-items: start;
    display: flex;
    flex-flow: column nowrap;
  }
  body.desktop footer .legal .links > *, body.tablet footer .legal .links > * {
    margin: 0.2rem 0;
    line-height: 1.4rem;
  }
}

body.mobile .desktop {
  display: none;
}
body.mobile h1, body.mobile h2.section-title {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
body.mobile h1, body.mobile h1.title {
  margin: 1rem;
}
body.mobile h2.section-title {
  margin: 0 0 1rem 0;
}
body.mobile h2 {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
body.mobile h3 {
  font-size: 0.8rem;
  line-height: 1.25rem;
}
body.mobile h4, body.mobile li, body.mobile sub, body.mobile p, body.mobile input, body.mobile textarea {
  font-size: 0.8rem;
  line-height: 1.25rem;
}
body.mobile nav {
  height: 6rem;
}
body.mobile nav .button-container {
  width: auto;
  max-width: 100%;
}
body.mobile nav img {
  height: 2rem;
  top: 2rem;
  left: 1rem;
}
body.mobile nav .button {
  margin: 0 1rem 0 0;
}
body.mobile section .column {
  width: calc(100vw - 2rem);
}
body.mobile section.top-no-margin {
  padding-top: 0;
}
body.mobile section.top-standard-margin {
  padding-top: 1rem;
}
body.mobile section.top-large-margin {
  padding-top: 2rem;
}
body.mobile section.bottom-no-margin {
  padding-bottom: 0;
}
body.mobile section.bottom-standard-margin {
  padding-bottom: 1rem;
}
body.mobile section.bottom-large-margin {
  padding-bottom: 2rem;
}
body.mobile section .column.grid {
  padding: 1rem 0 0 0;
}
body.mobile section .columns {
  column-gap: 1rem;
  flex-wrap: wrap;
}
body.mobile section .columns.two .grid-column, body.mobile section .columns.three .grid-column, body.mobile section .columns.four .grid-column {
  flex: 1 1 100%;
}
body.mobile .section-tile-grid .column .container .tile {
  flex-basis: 90%;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
body.mobile footer .column .flex-container .grid-column {
  width: 100%;
  padding: 1rem;
  margin: 0;
}
body.mobile footer .column .flex-container .grid-column.empty {
  display: none;
}
body.mobile footer .legal {
  display: flex;
  flex-flow: column-reverse nowrap;
  padding: 1rem;
}
body.mobile footer .legal .statement {
  margin-top: 1rem;
}
body.mobile footer .legal .links {
  align-content: flex-start;
  align-items: start;
  display: flex;
  flex-flow: column nowrap;
}
body.mobile footer .legal .links > * {
  margin: 0.2rem 0;
  line-height: 1.4rem;
}
body.mobile .page-title-board {
  padding: 8rem 0 4rem;
}
body.mobile .page-title-board h1.title {
  position: relative;
}
body.mobile .page-title-board p.annotation {
  margin: 1rem;
}
body.mobile .slider {
  position: fixed;
  margin: 0 auto;
  width: 75vw;
  height: 100vh;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  padding: 2rem;
}
body.mobile .slider.open {
  top: 1%;
  z-index: 101;
}
body.mobile .slider.open .title-bar .button.close {
  display: grid;
}
body.mobile .slider.open .title-bar .button.next {
  display: none;
}
body.mobile .slider .team-card {
  position: relative;
  margin-bottom: 10rem;
}
body.mobile .slider .team-card .scroll-content {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 18rem);
  margin-bottom: 100px;
  overflow: scroll;
  scrollbar-width: none;
}
body.mobile .slider .team-card .scroll-content img {
  margin: 2rem 0;
  aspect-ratio: 1/1;
}
body.mobile .slider .team-card .scroll-content img.profile {
  margin: 0 0 2rem 0;
  aspect-ratio: 1.5;
  object-fit: cover;
}
@media only screen and (max-height: 430px) and (orientation: landscape) {
  body.mobile section {
    min-height: 130vh;
  }
}

/*# sourceMappingURL=bdr-styles.css.map */
