@font-face {
  font-family:Bauer;
  src:url('assest/questrial-qdvustchpbm7nuuevf70vifl.woff2') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap
}

.powered-by-credit { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border:1px solid rgba(17,17,17,.12); border-radius:999px; background:rgba(255,255,255,.94); color:#222; font:600 12px/1.2 Arial,sans-serif; text-decoration:none; box-shadow:0 6px 18px rgba(0,0,0,.08); }
.powered-by-credit:hover { border-color:#ff6a00; color:#ff6a00; }
.powered-by-icon { width:16px; height:16px; border-radius:4px; }

:root {
  --ink:#07196b;
  --sky:#6594b7;
  --night:#121349;
  --paper:#fff
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Bauer,Arial,sans-serif;
  font-size:16px;
  line-height:1.875
}
img {
  max-width:100%;
  height:auto;
  display:block
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a,input,textarea,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:2px solid var(--sky);
  outline-offset:5px
}
button {
  color:inherit
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2 {
  font-weight:400;
  line-height:1.25
}
h1,h2 {
  font-size:40px
}
h3 {
  font-weight:400;
  font-size:23px
}
.mb-skip {
  position:fixed;
  top:-80px;
  left:16px;
  background:white;
  padding:12px;
  z-index:99
}
.mb-skip:focus {
  top:10px
}
.mb-header {
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:5;
  background:#fff
}
.mb-brand {
  position:absolute;
  left:30px;
  width:210px
}
.mb-brand img {
  max-height:65px;
  object-fit:contain
}
.mb-nav {
  display:flex;
  gap:40px;
  height:100%;
  align-items:center
}
.mb-nav a {
  font-size:14px;
  text-transform:uppercase;
  position:relative;
  height:100%;
  display:flex;
  align-items:center
}
.mb-nav a[aria-current=page]:after {
  content:'';
  position:absolute;
  bottom:0;
  left:calc(50% - 5px);
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid var(--ink)
}
.mb-tools {
  position:absolute;
  right:34px;
  display:flex;
  gap:90px
}
.mb-icon {
  border:0;
  background:transparent;
  width:28px;
  height:30px;
  padding:0;
  display:grid;
  place-items:center
}
.mb-search-icon {
  width:17px;
  height:17px;
  border:1.5px solid currentColor;
  border-radius:50%;
  position:relative
}
.mb-search-icon:after {
  content:'';
  position:absolute;
  width:12px;
  height:1.5px;
  background:currentColor;
  transform:rotate(48deg);
  right:-9px;
  bottom:-5px
}
.mb-menu-icon,.mb-menu-icon:before,.mb-menu-icon:after {
  width:22px;
  height:1px;
  background:currentColor;
  display:block;
  position:relative
}
.mb-menu-icon:before,.mb-menu-icon:after {
  content:'';
  position:absolute;
  left:0;
  top:-10px
}
.mb-menu-icon:after {
  top:10px
}
.mb-home {
  min-height:1045px;
  padding:232px 0 110px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px
}
.mb-home-photo {
  width:100%;
  border-radius:50%;
  margin-left:0
}
.mb-home-copy {
  padding-right:40px;
  align-self:stretch;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-bottom:40px
}
.mb-home-logo {
  width:100%;
  position:absolute;
  top:13%;
  left:-15px
}
.mb-home-copy p {
  font-size:17px;
  margin:0 0 12px;
  white-space:nowrap
}
.mb-button {
  display:inline-block;
  align-self:flex-start;
  border:1px solid var(--ink);
  background:var(--ink);
  color:#fff;
  padding:16px 40px;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
  line-height:1.7;
  transition:background .2s
}
.mb-button:hover {
  background:var(--sky);
  border-color:var(--sky)
}
.mb-footer-main {
  background:var(--sky);
  color:white;
  padding:120px max(30px,calc((100vw - 900px)/2));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center
}
.mb-footer-main h3 {
  font-size:20px;
  margin-bottom:35px
}
.mb-contact-list {
  list-style:none;
  margin:0;
  padding:0;
  font-style:normal
}
.mb-contact-list li {
  display:flex;
  gap:24px;
  margin:10px 0;
  align-items:baseline
}
.mb-contact-list svg {
  width:20px;
  height:20px;
  fill:currentColor;
  flex-shrink:0;
  align-self:center
}
.mb-footer-bottom {
  background:var(--night);
  color:white;
  padding:35px 5%;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px
}
.mb-footer-bottom p {
  margin:0
}
.mb-container {
  max-width:1170px;
  margin:auto;
  padding:0 10px
}
.mb-page-logo {
  width:300px;
  margin:80px 0 70px auto
}
.mb-portfolio {
  padding-bottom:120px
}
.mb-filters {
  display:flex;
  justify-content:space-around;
  gap:20px;
  margin:60px 0 75px;
  flex-wrap:wrap
}
.mb-filters a,.mb-filters button {
  text-transform:uppercase;
  font-size:14px;
  border:0;
  background:transparent;
  padding:8px 0
}
.mb-filters [aria-current=page] {
  border-bottom:1px solid
}
.mb-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}
.mb-card {
  position:relative;
  aspect-ratio:1;
  overflow:hidden;
  display:block
}
.mb-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s
}
.mb-card-copy {
  position:absolute;
  inset:0;
  background:#07196bc9;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  padding:25px;
  opacity:0;
  transition:opacity .25s
}
.mb-card-copy h3 {
  margin-bottom:8px
}
.mb-card-copy p {
  font-size:14px;
  text-transform:uppercase;
  margin:0
}
.mb-card:hover img {
  transform:scale(1.05)
}
.mb-card:hover .mb-card-copy,.mb-card:focus-visible .mb-card-copy {
  opacity:1
}
.mb-more {
  display:block;
  margin:60px auto 0
}
.mb-about-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
  padding:230px 10px 130px
}
.mb-about-copy img {
  margin-bottom:50px
}
.mb-about-copy p {
  line-height:2;
  margin-bottom:40px
}
.mb-services {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  padding:70px 10px 100px;
  align-items:center
}
.mb-services img {
  width:100%;
  max-height:650px;
  object-fit:cover
}
.mb-services details {
  border-bottom:1px solid #ddd;
  padding:22px 0
}
.mb-services summary {
  list-style:none;
  cursor:pointer;
  font-size:19px;
  position:relative;
  padding-right:30px
}
.mb-services summary:after {
  content:'+';
  position:absolute;
  right:0
}
.mb-services details[open] summary:after {
  content:'−'
}
.mb-services details p {
  margin:20px 0 0
}
.mb-testimonials {
  padding:40px 10px 120px
}
.mb-quotes {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px
}
.mb-quotes blockquote {
  margin:0
}
.mb-quotes p {
  line-height:2
}
.mb-quotes cite {
  font-style:normal;
  font-size:20px
}
.mb-quotes small {
  display:block
}
.mb-contact-banner {
  height:418px;
  background:#86b9d1
}
.mb-contact-page .mb-header {
  background:#86b9d1;
  color:white
}
.mb-contact-page .mb-nav a[aria-current=page]:after {
  border-bottom-color:white
}
.mb-contact-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:82px;
  padding-bottom:60px
}
.mb-contact-form {
  padding-top:100px
}
.mb-contact-form>img {
  margin:45px 0 200px
}
.mb-contact-form form>p {
  font-size:14px;
  color:#555
}
.mb-contact-form input,.mb-contact-form textarea {
  display:block;
  width:100%;
  border:0;
  border-bottom:1px solid #ddd;
  border-radius:0;
  background:white;
  padding:20px 10px;
  color:#222;
  font-size:14px
}
.mb-contact-form textarea {
  min-height:145px;
  resize:vertical;
  margin-bottom:30px
}
.mb-contact-form .mb-button {
  background:#1b1b1b;
  border-color:#1b1b1b
}
.mb-contact-panel {
  position:relative;
  margin-top:-40px;
  background:linear-gradient(#07196bbd,#07196bbd),var(--contact-photo);
  background-size:cover;
  background-position:center;
  min-height:960px;
  color:white;
  display:flex;
  align-items:center;
  padding:70px
}
.mb-contact-panel li {
  margin:28px 0;
  gap:25px
}
.mb-contact-panel strong {
  display:block;
  font-size:16px
}
.mb-contact-panel p {
  margin:0;
  font-size:15px
}
.mb-project {
  padding-bottom:100px
}
.mb-project h1 {
  margin:50px 0
}
.mb-project-gallery {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px
}
.mb-project-gallery a:first-child {
  grid-column:1/-1
}
.mb-project-gallery img {
  width:100%;
  height:100%;
  object-fit:cover
}
.mb-project-info {
  max-width:900px;
  margin:50px auto;
  line-height:2
}
.mb-project-nav {
  display:flex;
  justify-content:space-between;
  margin-top:60px
}
.mb-dialog {
  border:0;
  padding:55px;
  color:var(--ink);
  max-width:600px;
  width:calc(100% - 30px);
  max-height:95vh
}
.mb-dialog::backdrop {
  background:#0009
}
.mb-dialog-close {
  position:absolute;
  right:20px;
  top:12px;
  border:0;
  background:transparent;
  font-size:30px
}
.mb-drawer {
  margin:0 0 0 auto;
  height:100vh;
  max-height:100vh;
  width:420px;
  background:var(--sky);
  color:#fff
}
.mb-drawer .mb-dialog-close {
  top:0;
  right:0;
  width:90px;
  height:90px;
  background:var(--sky);
  color:#fff
}
.mb-drawer a:focus-visible,
.mb-drawer button:focus-visible {
  outline-color:#fff;
  outline-offset:-5px
}
.mb-drawer>img {
  margin:25px 0 45px
}
.mb-drawer nav {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-bottom:35px
}
.mb-drawer h2 {
  font-size:24px;
  margin:35px 0 20px
}
.mb-quick-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px
}
.mb-quick-grid img {
  aspect-ratio:1;
  object-fit:cover
}
.mb-dialog.mb-lightbox {
  background:transparent;
  color:#fff;
  max-width:95vw;
  width:max-content;
  padding:0
}
.mb-lightbox .mb-dialog-close {
  z-index:1;
  text-shadow:0 1px 4px #000, 0 0 2px #000
}
.mb-lightbox img {
  max-height:80vh;
  width:auto
}
.mb-search-input {
  width:100%;
  padding:15px;
  border:1px solid #ccc
}
.mb-search-results {
  padding:15px 0
}
.mb-search-results a {
  display:block;
  padding:7px 0
}
.mb-status {
  margin-top:20px;
  font-size:14px
}
[hidden] {
  display:none!important
}

@media(min-width:1500px) {
  .mb-home {
    max-width:1500px;
    margin:auto
  }
  .mb-home-copy p {
    white-space:normal
  }
}

@media(max-width:1100px) {
  .mb-brand {
    width:150px;
    left:20px
  }
  .mb-tools {
    gap:35px;
    right:25px
  }
  .mb-nav {
    gap:30px
  }
  .mb-home {
    gap:35px;
    min-height:850px;
    padding-top:170px
  }
  .mb-home-copy p {
    white-space:normal
  }
  .mb-home-copy {
    padding-right:25px
  }
  .mb-about-intro,.mb-services {
    gap:50px
  }
  .mb-contact-layout {
    gap:40px;
    padding-left:25px;
    padding-right:25px
  }
  .mb-contact-panel {
    padding:35px
  }
  .mb-footer-main {
    padding:90px 8%;
    gap:45px
  }
}

@media(max-width:767px) {
  h1,h2 {
    font-size:32px
  }
  .mb-header {
    height:80px
  }
  .mb-brand {
    width:165px
  }
  .mb-nav {
    display:none
  }
  .mb-tools {
    gap:30px
  }
  .mb-home {
    display:flex;
    flex-direction:column;
    padding:60px 22px 80px;
    gap:40px;
    min-height:0
  }
  .mb-home-photo {
    max-width:500px
  }
  .mb-home-copy {
    padding:0;
    text-align:center;
    align-items:center
  }
  .mb-home-logo {
    position:static;
    width:100%;
    margin-bottom:15px
  }
  .mb-home-copy p {
    font-size:15px
  }
  .mb-home-copy .mb-button {
    align-self:center;
    margin-top:15px
  }
  .mb-footer-main {
    grid-template-columns:1fr;
    padding:65px 25px;
    gap:40px
  }
  .mb-footer-main>img {
    max-width:400px
  }
  .mb-footer-bottom {
    flex-direction:column;
    padding:25px;
    font-size:12px
  }
  .mb-container {
    padding-left:22px;
    padding-right:22px
  }
  .mb-page-logo {
    margin:45px 0 50px auto;
    width:230px
  }
  .mb-grid {
    grid-template-columns:repeat(2,1fr);
    gap:15px
  }
  .mb-filters {
    gap:15px;
    margin:30px 0 40px
  }
  .mb-filters a {
    font-size:12px
  }
  .mb-card-copy {
    padding:12px;
    top:auto;
    opacity:1;
    background:#07196bbd
  }
  .mb-card-copy h3 {
    font-size:15px;
    margin:0;
    line-height:1.3
  }
  .mb-card-copy p {
    display:none
  }
  .mb-about-intro,.mb-services {
    grid-template-columns:1fr;
    padding-top:60px;
    padding-bottom:60px;
    gap:35px
  }
  .mb-about-copy img {
    margin-bottom:30px
  }
  .mb-quotes {
    grid-template-columns:1fr;
    gap:35px
  }
  .mb-contact-banner {
    height:160px
  }
  .mb-contact-layout {
    grid-template-columns:1fr;
    gap:40px
  }
  .mb-contact-form {
    padding-top:30px
  }
  .mb-contact-form>img {
    margin:20px 0 60px
  }
  .mb-contact-panel {
    margin:0;
    min-height:520px;
    padding:35px
  }
  .mb-project-gallery {
    grid-template-columns:1fr;
    gap:20px
  }
  .mb-dialog {
    padding:40px 25px
  }
  .mb-portfolio {
    padding-bottom:70px
  }
}

.mb-detail-page .mb-header {
  background:var(--sky);
  color:white
}
.mb-detail-page .mb-nav a[aria-current=page]:after {
  border-bottom-color:white
}
.mb-project-banner {
  background:#86b9d1;
  color:white;
  text-align:center;
  padding:130px 25px 145px
}
.mb-project-banner h1 {
  font-size:56px;
  margin:15px 0 20px
}
.mb-project-banner nav {
  text-transform:uppercase;
  font-size:14px
}
.mb-project-body {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  padding-top:100px
}
.mb-project-body .mb-project-gallery {
  display:flex;
  flex-direction:column;
  gap:30px
}
.mb-project-body .mb-project-gallery img {
  aspect-ratio:1;
  object-fit:cover
}
.mb-project-body .mb-project-info {
  margin:0;
  color:#555
}
.mb-project-info h2 {
  font-size:30px;
  color:#111
}
.mb-project-nav {
  border-top:1px solid #eee;
  padding-top:30px;
  margin-bottom:65px
}
.mb-about-copy {
  padding-right:55px
}

@media(max-width:767px) {
  .mb-project-banner {
    padding:70px 20px
  }
  .mb-project-banner h1 {
    font-size:36px
  }
  .mb-project-body {
    display:flex;
    flex-direction:column-reverse;
    padding-top:50px;
    gap:30px
  }
  .mb-about-copy {
    padding-right:0
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}

/* The landing composition fills the browser height, with the header above it. */
@media(min-width:768px) {
  body:has(.mb-home) .mb-header {
    position:absolute;
    inset:0 0 auto
  }
  .mb-home {
    height:100vh;
    min-height:720px;
    width:calc(100% - 80px);
    max-width:1220px;
    margin:0 auto;
    padding:55px 0;
    grid-template-columns:minmax(0, 1.2fr) minmax(0, 1fr);
    gap:100px;
    align-content:center
  }
  .mb-home-copy {
    height:auto;
    padding:0 0 40px
  }
  .mb-home-logo {
    top:25%;
    left:-13px;
    width:calc(100% + 30px);
    max-width:none
  }
  .mb-home-copy p {
    white-space:normal;
    line-height:1.875
  }
  .mb-home-photo {
    width:100%
  }
  .mb-brand {
    left:0;
    width:252px
  }
  .mb-brand img {
    max-height:82px
  }
}

@media(min-width:768px) and (max-width:1100px) {
  .mb-home {
    gap:45px;
    padding-right:0
  }
  .mb-home-copy p {
    font-size:15px
  }
  .mb-home-copy {
    padding-bottom:0
  }
  .mb-home-logo {
    top:15%
  }
  .mb-brand {
    width:180px
  }
}

.mb-gallery-step {
  position:absolute;
  top:50%;
  border:0;
  background:#1119;
  color:#fff;
  font-size:40px;
  line-height:1;
  padding:6px 10px;
  transform:translateY(-50%)
}
.mb-gallery-step[data-direction="-1"] {
  left:4px
}
.mb-gallery-step[data-direction="1"] {
  right:4px
}

@media(min-width:768px) {
  body:has(.mb-about-intro) .mb-header {
    position:absolute;
    inset:0 0 auto
  }
  .mb-about-intro {
    height:100vh;
    min-height:720px;
    width:calc(100% - 80px);
    max-width:1220px;
    margin:0 auto;
    padding:60px 0;
    grid-template-columns:minmax(0, 1.2fr) minmax(0, 1fr);
    gap:100px
  }
  .mb-about-copy {
    padding:0
  }
  .mb-about-copy p {
    margin-bottom:40px;
    line-height:1.875
  }
  .mb-services {
    min-height:100vh
  }
  .mb-testimonials {
    padding-bottom:180px
  }
}

@media(min-width:768px) and (max-width:1100px) {
  .mb-about-intro {
    gap:45px;
    padding-right:0
  }
  .mb-about-copy p {
    font-size:14px
  }
  .mb-about-copy img {
    margin-bottom:25px
  }
}
