@import url("https://api.fontshare.com/v2/css?f[]=switzer@400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

body {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 4rem;
  line-height: 1.125;
}

h2 {
  font-size: 2.75rem;
  line-height: 1.27;
}

h3 {
  font-size: 2rem;
  line-height: 1.25;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.33;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
}
p {
  margin-bottom: 1rem;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: color all 0.3s ease;
}
a:hover {
  color: #60B8D6;
}
a.link {
  text-decoration: underline;
}
a.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
a.link-arrow span:last-child {
  transition: all 0.5s ease;
}
a.link-arrow:hover span:last-child {
  transform: translateX(6px);
}

.text-muted {
  color: #6c757d;
}

.text-up-12 {
  font-size: 0.75rem;
  line-height: 1.66667;
  font-weight: 600;
  color: #112519;
  text-transform: uppercase;
  display: block;
}

.text-small {
  font-size: 0.875rem;
}

article ul, article ol {
  padding-left: 1.25rem;
}
article ul:not(:last-child), article ol:not(:last-child), article p:not(:last-child) {
  margin-bottom: 1.25rem;
}
article ul {
  list-style-type: disc;
}
article b {
  font-weight: 700;
}
article em, article i {
  font-style: italic;
}
article u {
  text-decoration: underline;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-20 {
  margin-top: 5rem;
}

html, body {
  font-size: 1rem;
  line-height: 150%;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #FDFAF7;
  color: #1E1A15;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 400px) {
  html, body {
    font-size: 14px;
  }
}

main {
  padding-top: 16.625rem;
}
@media (max-width: 1181px) and (min-width: 768px) {
  main {
    padding-top: 12.375rem;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  main {
    padding-top: 13.875rem;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 9.375rem;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 376px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-xs {
  text-align: center;
}
.container-xs.text-left .section__article {
  text-align: left;
}

@media (min-width: 1200px) {
  .container-xs {
    max-width: 50.5rem;
  }
}
@media (min-width: 1367px) {
  .container-xl {
    max-width: 86rem;
  }
}
@media (max-width: 1366px) {
  .container-xl {
    max-width: calc(100% - 1.5rem);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  row-gap: 1.5rem;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > [class^=col-],
.row-no-gutter > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter-0 {
  margin-left: 0rem;
  margin-right: 0rem;
  row-gap: 0rem;
}
.row-gutter-0 > [class^=col-],
.row-gutter-0 > [class*=" col-"] {
  padding-left: 0rem;
  padding-right: 0rem;
}

.row-gutter-1 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  row-gap: 0.25rem;
}
.row-gutter-1 > [class^=col-],
.row-gutter-1 > [class*=" col-"] {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.row-gutter-2 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  row-gap: 0.5rem;
}
.row-gutter-2 > [class^=col-],
.row-gutter-2 > [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.row-gutter-3 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  row-gap: 0.75rem;
}
.row-gutter-3 > [class^=col-],
.row-gutter-3 > [class*=" col-"] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.row-gutter-4 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  row-gap: 1rem;
}
.row-gutter-4 > [class^=col-],
.row-gutter-4 > [class*=" col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.row-gutter-5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  row-gap: 1.25rem;
}
.row-gutter-5 > [class^=col-],
.row-gutter-5 > [class*=" col-"] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.row-gutter-6 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  row-gap: 1.5rem;
}
.row-gutter-6 > [class^=col-],
.row-gutter-6 > [class*=" col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.row-gutter-7 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  row-gap: 1.75rem;
}
.row-gutter-7 > [class^=col-],
.row-gutter-7 > [class*=" col-"] {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.row-gutter-8 {
  margin-left: -1rem;
  margin-right: -1rem;
  row-gap: 2rem;
}
.row-gutter-8 > [class^=col-],
.row-gutter-8 > [class*=" col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.row-gutter-9 {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  row-gap: 2.25rem;
}
.row-gutter-9 > [class^=col-],
.row-gutter-9 > [class*=" col-"] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.row-gutter-10 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  row-gap: 2.5rem;
}
.row-gutter-10 > [class^=col-],
.row-gutter-10 > [class*=" col-"] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 376px) {
  .row-gutter-sm-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row-gutter-sm-0 > [class^=col-],
  .row-gutter-sm-0 > [class*=" col-"] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .row-gutter-sm-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-gutter-sm-1 > [class^=col-],
  .row-gutter-sm-1 > [class*=" col-"] {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row-gutter-sm-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-gutter-sm-2 > [class^=col-],
  .row-gutter-sm-2 > [class*=" col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row-gutter-sm-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row-gutter-sm-3 > [class^=col-],
  .row-gutter-sm-3 > [class*=" col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row-gutter-sm-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-gutter-sm-4 > [class^=col-],
  .row-gutter-sm-4 > [class*=" col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-gutter-sm-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row-gutter-sm-5 > [class^=col-],
  .row-gutter-sm-5 > [class*=" col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row-gutter-sm-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row-gutter-sm-6 > [class^=col-],
  .row-gutter-sm-6 > [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .row-gutter-sm-7 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .row-gutter-sm-7 > [class^=col-],
  .row-gutter-sm-7 > [class*=" col-"] {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .row-gutter-sm-8 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row-gutter-sm-8 > [class^=col-],
  .row-gutter-sm-8 > [class*=" col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row-gutter-sm-9 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .row-gutter-sm-9 > [class^=col-],
  .row-gutter-sm-9 > [class*=" col-"] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .row-gutter-sm-10 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .row-gutter-sm-10 > [class^=col-],
  .row-gutter-sm-10 > [class*=" col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .row-gutter-md-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row-gutter-md-0 > [class^=col-],
  .row-gutter-md-0 > [class*=" col-"] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .row-gutter-md-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-gutter-md-1 > [class^=col-],
  .row-gutter-md-1 > [class*=" col-"] {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row-gutter-md-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-gutter-md-2 > [class^=col-],
  .row-gutter-md-2 > [class*=" col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row-gutter-md-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row-gutter-md-3 > [class^=col-],
  .row-gutter-md-3 > [class*=" col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row-gutter-md-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-gutter-md-4 > [class^=col-],
  .row-gutter-md-4 > [class*=" col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-gutter-md-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row-gutter-md-5 > [class^=col-],
  .row-gutter-md-5 > [class*=" col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row-gutter-md-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row-gutter-md-6 > [class^=col-],
  .row-gutter-md-6 > [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .row-gutter-md-7 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .row-gutter-md-7 > [class^=col-],
  .row-gutter-md-7 > [class*=" col-"] {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .row-gutter-md-8 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row-gutter-md-8 > [class^=col-],
  .row-gutter-md-8 > [class*=" col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row-gutter-md-9 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .row-gutter-md-9 > [class^=col-],
  .row-gutter-md-9 > [class*=" col-"] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .row-gutter-md-10 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .row-gutter-md-10 > [class^=col-],
  .row-gutter-md-10 > [class*=" col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .row-gutter-lg-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row-gutter-lg-0 > [class^=col-],
  .row-gutter-lg-0 > [class*=" col-"] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .row-gutter-lg-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-gutter-lg-1 > [class^=col-],
  .row-gutter-lg-1 > [class*=" col-"] {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row-gutter-lg-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-gutter-lg-2 > [class^=col-],
  .row-gutter-lg-2 > [class*=" col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row-gutter-lg-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row-gutter-lg-3 > [class^=col-],
  .row-gutter-lg-3 > [class*=" col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row-gutter-lg-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-gutter-lg-4 > [class^=col-],
  .row-gutter-lg-4 > [class*=" col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-gutter-lg-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row-gutter-lg-5 > [class^=col-],
  .row-gutter-lg-5 > [class*=" col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row-gutter-lg-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row-gutter-lg-6 > [class^=col-],
  .row-gutter-lg-6 > [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .row-gutter-lg-7 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .row-gutter-lg-7 > [class^=col-],
  .row-gutter-lg-7 > [class*=" col-"] {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .row-gutter-lg-8 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row-gutter-lg-8 > [class^=col-],
  .row-gutter-lg-8 > [class*=" col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row-gutter-lg-9 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .row-gutter-lg-9 > [class^=col-],
  .row-gutter-lg-9 > [class*=" col-"] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .row-gutter-lg-10 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .row-gutter-lg-10 > [class^=col-],
  .row-gutter-lg-10 > [class*=" col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .row-gutter-xl-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row-gutter-xl-0 > [class^=col-],
  .row-gutter-xl-0 > [class*=" col-"] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .row-gutter-xl-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-gutter-xl-1 > [class^=col-],
  .row-gutter-xl-1 > [class*=" col-"] {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row-gutter-xl-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-gutter-xl-2 > [class^=col-],
  .row-gutter-xl-2 > [class*=" col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row-gutter-xl-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row-gutter-xl-3 > [class^=col-],
  .row-gutter-xl-3 > [class*=" col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row-gutter-xl-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-gutter-xl-4 > [class^=col-],
  .row-gutter-xl-4 > [class*=" col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-gutter-xl-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row-gutter-xl-5 > [class^=col-],
  .row-gutter-xl-5 > [class*=" col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row-gutter-xl-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row-gutter-xl-6 > [class^=col-],
  .row-gutter-xl-6 > [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .row-gutter-xl-7 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .row-gutter-xl-7 > [class^=col-],
  .row-gutter-xl-7 > [class*=" col-"] {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .row-gutter-xl-8 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row-gutter-xl-8 > [class^=col-],
  .row-gutter-xl-8 > [class*=" col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row-gutter-xl-9 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .row-gutter-xl-9 > [class^=col-],
  .row-gutter-xl-9 > [class*=" col-"] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .row-gutter-xl-10 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .row-gutter-xl-10 > [class^=col-],
  .row-gutter-xl-10 > [class*=" col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .row-gutter-xxl-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row-gutter-xxl-0 > [class^=col-],
  .row-gutter-xxl-0 > [class*=" col-"] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .row-gutter-xxl-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-gutter-xxl-1 > [class^=col-],
  .row-gutter-xxl-1 > [class*=" col-"] {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row-gutter-xxl-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-gutter-xxl-2 > [class^=col-],
  .row-gutter-xxl-2 > [class*=" col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row-gutter-xxl-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row-gutter-xxl-3 > [class^=col-],
  .row-gutter-xxl-3 > [class*=" col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row-gutter-xxl-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-gutter-xxl-4 > [class^=col-],
  .row-gutter-xxl-4 > [class*=" col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-gutter-xxl-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row-gutter-xxl-5 > [class^=col-],
  .row-gutter-xxl-5 > [class*=" col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row-gutter-xxl-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row-gutter-xxl-6 > [class^=col-],
  .row-gutter-xxl-6 > [class*=" col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .row-gutter-xxl-7 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .row-gutter-xxl-7 > [class^=col-],
  .row-gutter-xxl-7 > [class*=" col-"] {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .row-gutter-xxl-8 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row-gutter-xxl-8 > [class^=col-],
  .row-gutter-xxl-8 > [class*=" col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row-gutter-xxl-9 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .row-gutter-xxl-9 > [class^=col-],
  .row-gutter-xxl-9 > [class*=" col-"] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .row-gutter-xxl-10 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .row-gutter-xxl-10 > [class^=col-],
  .row-gutter-xxl-10 > [class*=" col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
[class^=col-],
[class*=" col-"] {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 376px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.col {
  flex: 1 0 0%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 376px) {
  .col-sm {
    flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
}
.flex {
  display: flex;
}
.flex > img {
  flex-shrink: 0;
  object-fit: contain;
}

.flex-inline {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-baseline {
  align-items: baseline;
}

.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

@media (min-width: 376px) {
  .d-sm-flex {
    display: flex;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .justify-sm-center {
    justify-content: center;
  }
  .justify-sm-between {
    justify-content: space-between;
  }
  .align-sm-center {
    align-items: center;
  }
  .gap-sm-0s {
    gap: 0rem;
  }
  .gap-sm-x-0 {
    column-gap: 0rem;
  }
  .gap-sm-y-0 {
    row-gap: 0rem;
  }
  .gap-sm-1s {
    gap: 0.25rem;
  }
  .gap-sm-x-1 {
    column-gap: 0.25rem;
  }
  .gap-sm-y-1 {
    row-gap: 0.25rem;
  }
  .gap-sm-2s {
    gap: 0.5rem;
  }
  .gap-sm-x-2 {
    column-gap: 0.5rem;
  }
  .gap-sm-y-2 {
    row-gap: 0.5rem;
  }
  .gap-sm-3s {
    gap: 0.75rem;
  }
  .gap-sm-x-3 {
    column-gap: 0.75rem;
  }
  .gap-sm-y-3 {
    row-gap: 0.75rem;
  }
  .gap-sm-4s {
    gap: 1rem;
  }
  .gap-sm-x-4 {
    column-gap: 1rem;
  }
  .gap-sm-y-4 {
    row-gap: 1rem;
  }
  .gap-sm-5s {
    gap: 1.25rem;
  }
  .gap-sm-x-5 {
    column-gap: 1.25rem;
  }
  .gap-sm-y-5 {
    row-gap: 1.25rem;
  }
  .gap-sm-6s {
    gap: 1.5rem;
  }
  .gap-sm-x-6 {
    column-gap: 1.5rem;
  }
  .gap-sm-y-6 {
    row-gap: 1.5rem;
  }
  .gap-sm-7s {
    gap: 1.75rem;
  }
  .gap-sm-x-7 {
    column-gap: 1.75rem;
  }
  .gap-sm-y-7 {
    row-gap: 1.75rem;
  }
  .gap-sm-8s {
    gap: 2rem;
  }
  .gap-sm-x-8 {
    column-gap: 2rem;
  }
  .gap-sm-y-8 {
    row-gap: 2rem;
  }
  .gap-sm-9s {
    gap: 2.25rem;
  }
  .gap-sm-x-9 {
    column-gap: 2.25rem;
  }
  .gap-sm-y-9 {
    row-gap: 2.25rem;
  }
  .gap-sm-10s {
    gap: 2.5rem;
  }
  .gap-sm-x-10 {
    column-gap: 2.5rem;
  }
  .gap-sm-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .justify-md-center {
    justify-content: center;
  }
  .justify-md-between {
    justify-content: space-between;
  }
  .align-md-center {
    align-items: center;
  }
  .gap-md-0s {
    gap: 0rem;
  }
  .gap-md-x-0 {
    column-gap: 0rem;
  }
  .gap-md-y-0 {
    row-gap: 0rem;
  }
  .gap-md-1s {
    gap: 0.25rem;
  }
  .gap-md-x-1 {
    column-gap: 0.25rem;
  }
  .gap-md-y-1 {
    row-gap: 0.25rem;
  }
  .gap-md-2s {
    gap: 0.5rem;
  }
  .gap-md-x-2 {
    column-gap: 0.5rem;
  }
  .gap-md-y-2 {
    row-gap: 0.5rem;
  }
  .gap-md-3s {
    gap: 0.75rem;
  }
  .gap-md-x-3 {
    column-gap: 0.75rem;
  }
  .gap-md-y-3 {
    row-gap: 0.75rem;
  }
  .gap-md-4s {
    gap: 1rem;
  }
  .gap-md-x-4 {
    column-gap: 1rem;
  }
  .gap-md-y-4 {
    row-gap: 1rem;
  }
  .gap-md-5s {
    gap: 1.25rem;
  }
  .gap-md-x-5 {
    column-gap: 1.25rem;
  }
  .gap-md-y-5 {
    row-gap: 1.25rem;
  }
  .gap-md-6s {
    gap: 1.5rem;
  }
  .gap-md-x-6 {
    column-gap: 1.5rem;
  }
  .gap-md-y-6 {
    row-gap: 1.5rem;
  }
  .gap-md-7s {
    gap: 1.75rem;
  }
  .gap-md-x-7 {
    column-gap: 1.75rem;
  }
  .gap-md-y-7 {
    row-gap: 1.75rem;
  }
  .gap-md-8s {
    gap: 2rem;
  }
  .gap-md-x-8 {
    column-gap: 2rem;
  }
  .gap-md-y-8 {
    row-gap: 2rem;
  }
  .gap-md-9s {
    gap: 2.25rem;
  }
  .gap-md-x-9 {
    column-gap: 2.25rem;
  }
  .gap-md-y-9 {
    row-gap: 2.25rem;
  }
  .gap-md-10s {
    gap: 2.5rem;
  }
  .gap-md-x-10 {
    column-gap: 2.5rem;
  }
  .gap-md-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .justify-lg-center {
    justify-content: center;
  }
  .justify-lg-between {
    justify-content: space-between;
  }
  .align-lg-center {
    align-items: center;
  }
  .gap-lg-0s {
    gap: 0rem;
  }
  .gap-lg-x-0 {
    column-gap: 0rem;
  }
  .gap-lg-y-0 {
    row-gap: 0rem;
  }
  .gap-lg-1s {
    gap: 0.25rem;
  }
  .gap-lg-x-1 {
    column-gap: 0.25rem;
  }
  .gap-lg-y-1 {
    row-gap: 0.25rem;
  }
  .gap-lg-2s {
    gap: 0.5rem;
  }
  .gap-lg-x-2 {
    column-gap: 0.5rem;
  }
  .gap-lg-y-2 {
    row-gap: 0.5rem;
  }
  .gap-lg-3s {
    gap: 0.75rem;
  }
  .gap-lg-x-3 {
    column-gap: 0.75rem;
  }
  .gap-lg-y-3 {
    row-gap: 0.75rem;
  }
  .gap-lg-4s {
    gap: 1rem;
  }
  .gap-lg-x-4 {
    column-gap: 1rem;
  }
  .gap-lg-y-4 {
    row-gap: 1rem;
  }
  .gap-lg-5s {
    gap: 1.25rem;
  }
  .gap-lg-x-5 {
    column-gap: 1.25rem;
  }
  .gap-lg-y-5 {
    row-gap: 1.25rem;
  }
  .gap-lg-6s {
    gap: 1.5rem;
  }
  .gap-lg-x-6 {
    column-gap: 1.5rem;
  }
  .gap-lg-y-6 {
    row-gap: 1.5rem;
  }
  .gap-lg-7s {
    gap: 1.75rem;
  }
  .gap-lg-x-7 {
    column-gap: 1.75rem;
  }
  .gap-lg-y-7 {
    row-gap: 1.75rem;
  }
  .gap-lg-8s {
    gap: 2rem;
  }
  .gap-lg-x-8 {
    column-gap: 2rem;
  }
  .gap-lg-y-8 {
    row-gap: 2rem;
  }
  .gap-lg-9s {
    gap: 2.25rem;
  }
  .gap-lg-x-9 {
    column-gap: 2.25rem;
  }
  .gap-lg-y-9 {
    row-gap: 2.25rem;
  }
  .gap-lg-10s {
    gap: 2.5rem;
  }
  .gap-lg-x-10 {
    column-gap: 2.5rem;
  }
  .gap-lg-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .justify-xl-center {
    justify-content: center;
  }
  .justify-xl-between {
    justify-content: space-between;
  }
  .align-xl-center {
    align-items: center;
  }
  .gap-xl-0s {
    gap: 0rem;
  }
  .gap-xl-x-0 {
    column-gap: 0rem;
  }
  .gap-xl-y-0 {
    row-gap: 0rem;
  }
  .gap-xl-1s {
    gap: 0.25rem;
  }
  .gap-xl-x-1 {
    column-gap: 0.25rem;
  }
  .gap-xl-y-1 {
    row-gap: 0.25rem;
  }
  .gap-xl-2s {
    gap: 0.5rem;
  }
  .gap-xl-x-2 {
    column-gap: 0.5rem;
  }
  .gap-xl-y-2 {
    row-gap: 0.5rem;
  }
  .gap-xl-3s {
    gap: 0.75rem;
  }
  .gap-xl-x-3 {
    column-gap: 0.75rem;
  }
  .gap-xl-y-3 {
    row-gap: 0.75rem;
  }
  .gap-xl-4s {
    gap: 1rem;
  }
  .gap-xl-x-4 {
    column-gap: 1rem;
  }
  .gap-xl-y-4 {
    row-gap: 1rem;
  }
  .gap-xl-5s {
    gap: 1.25rem;
  }
  .gap-xl-x-5 {
    column-gap: 1.25rem;
  }
  .gap-xl-y-5 {
    row-gap: 1.25rem;
  }
  .gap-xl-6s {
    gap: 1.5rem;
  }
  .gap-xl-x-6 {
    column-gap: 1.5rem;
  }
  .gap-xl-y-6 {
    row-gap: 1.5rem;
  }
  .gap-xl-7s {
    gap: 1.75rem;
  }
  .gap-xl-x-7 {
    column-gap: 1.75rem;
  }
  .gap-xl-y-7 {
    row-gap: 1.75rem;
  }
  .gap-xl-8s {
    gap: 2rem;
  }
  .gap-xl-x-8 {
    column-gap: 2rem;
  }
  .gap-xl-y-8 {
    row-gap: 2rem;
  }
  .gap-xl-9s {
    gap: 2.25rem;
  }
  .gap-xl-x-9 {
    column-gap: 2.25rem;
  }
  .gap-xl-y-9 {
    row-gap: 2.25rem;
  }
  .gap-xl-10s {
    gap: 2.5rem;
  }
  .gap-xl-x-10 {
    column-gap: 2.5rem;
  }
  .gap-xl-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .justify-xxl-center {
    justify-content: center;
  }
  .justify-xxl-between {
    justify-content: space-between;
  }
  .align-xxl-center {
    align-items: center;
  }
  .gap-xxl-0s {
    gap: 0rem;
  }
  .gap-xxl-x-0 {
    column-gap: 0rem;
  }
  .gap-xxl-y-0 {
    row-gap: 0rem;
  }
  .gap-xxl-1s {
    gap: 0.25rem;
  }
  .gap-xxl-x-1 {
    column-gap: 0.25rem;
  }
  .gap-xxl-y-1 {
    row-gap: 0.25rem;
  }
  .gap-xxl-2s {
    gap: 0.5rem;
  }
  .gap-xxl-x-2 {
    column-gap: 0.5rem;
  }
  .gap-xxl-y-2 {
    row-gap: 0.5rem;
  }
  .gap-xxl-3s {
    gap: 0.75rem;
  }
  .gap-xxl-x-3 {
    column-gap: 0.75rem;
  }
  .gap-xxl-y-3 {
    row-gap: 0.75rem;
  }
  .gap-xxl-4s {
    gap: 1rem;
  }
  .gap-xxl-x-4 {
    column-gap: 1rem;
  }
  .gap-xxl-y-4 {
    row-gap: 1rem;
  }
  .gap-xxl-5s {
    gap: 1.25rem;
  }
  .gap-xxl-x-5 {
    column-gap: 1.25rem;
  }
  .gap-xxl-y-5 {
    row-gap: 1.25rem;
  }
  .gap-xxl-6s {
    gap: 1.5rem;
  }
  .gap-xxl-x-6 {
    column-gap: 1.5rem;
  }
  .gap-xxl-y-6 {
    row-gap: 1.5rem;
  }
  .gap-xxl-7s {
    gap: 1.75rem;
  }
  .gap-xxl-x-7 {
    column-gap: 1.75rem;
  }
  .gap-xxl-y-7 {
    row-gap: 1.75rem;
  }
  .gap-xxl-8s {
    gap: 2rem;
  }
  .gap-xxl-x-8 {
    column-gap: 2rem;
  }
  .gap-xxl-y-8 {
    row-gap: 2rem;
  }
  .gap-xxl-9s {
    gap: 2.25rem;
  }
  .gap-xxl-x-9 {
    column-gap: 2.25rem;
  }
  .gap-xxl-y-9 {
    row-gap: 2.25rem;
  }
  .gap-xxl-10s {
    gap: 2.5rem;
  }
  .gap-xxl-x-10 {
    column-gap: 2.5rem;
  }
  .gap-xxl-y-10 {
    row-gap: 2.5rem;
  }
}
.bray-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.bray-header .bray-btn--header {
  border-color: transparent !important;
  padding-bottom: 3px;
}
.bray-header .bray-btn--header .bray-btn__dot {
  border-color: #ffffff;
  background-color: transparent;
}
.bray-header .bray-btn--header .bray-btn__text {
  color: #ffffff;
}
.bray-header.is-dark-bg {
  background-color: rgba(11, 13, 34, 0.75) !important;
  border-color: transparent !important;
}
.bray-header.is-dark-bg .bray-header__toggle span {
  background-color: #ffffff !important;
}
.bray-header.is-dark-bg .bray-header__menu-item a {
  color: #ffffff !important;
}
.bray-header.is-dark-bg .bray-header__divider {
  background-color: #ffffff !important;
}
.bray-header.is-dark-bg .bray-btn--header .bray-btn__dot {
  border-color: #ffffff !important;
}
.bray-header.is-dark-bg .bray-btn--header .bray-btn__text {
  color: #ffffff !important;
}
.bray-header.is-dark-bg .bray-header__logo img {
  filter: brightness(0) invert(1) !important;
}
.bray-header--light {
  background: transparent;
  border-color: rgba(19, 25, 47, 0.1);
}
.bray-header--light .bray-header__toggle span {
  background-color: #13192F;
}
.bray-header--light .bray-header__menu-item > a {
  color: #13192F;
}
.bray-header--light .bray-header__divider {
  background-color: #13192F;
}
.bray-header--light .bray-btn--header .bray-btn__dot {
  border-color: #13192F;
}
.bray-header--light .bray-btn--header .bray-btn__text {
  color: #13192F;
}
@media (max-width: 1181px) {
  .bray-header--light .bray-btn--header .bray-btn__dot {
    border-color: #ffffff;
  }
  .bray-header--light .bray-btn--header .bray-btn__text {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .bray-header--light .bray-header__cta {
    position: relative;
    margin-bottom: 1px;
    padding-left: 1.5rem;
  }
}
.bray-header--light .bray-header__cta::before {
  content: "";
  width: 1px;
  height: 0.875rem;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #232C4E;
  opacity: 0.5;
}
.bray-header__container {
  margin: 0 auto;
  padding: 1.375rem 2.5rem;
}
@media (max-width: 1181px) {
  .bray-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bray-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.bray-header__logo {
  display: flex;
  align-items: center;
}
.bray-header__logo img {
  height: 1.5rem;
  width: auto;
  display: block;
}
.bray-header__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 110;
}
.bray-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.bray-header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.bray-header__menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .bray-header__cta {
    position: relative;
    margin-top: 1px;
    padding-left: 1.5rem;
  }
}
.bray-header__cta::before {
  content: "";
  width: 1px;
  height: 0.875rem;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  opacity: 0.5;
}
.bray-header__menu-item {
  position: relative;
}
.bray-header__menu-item a {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.bray-header__menu-item a:hover {
  opacity: 0.8;
}
.bray-header__menu-item .submenu-icon {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  margin-top: -2px;
  transition: transform 0.3s ease;
}
.bray-header__menu-item .submenu-icon::before {
  content: "+";
}
.bray-header__menu-item.has-submenu:hover .bray-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bray-header__submenu {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 200px;
  background: rgba(11, 13, 34, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  z-index: 120;
}
.bray-header__submenu li {
  padding: 0;
}
.bray-header__submenu li a {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 0.8125rem;
  color: #ffffff;
  opacity: 0.8;
}
.bray-header__submenu li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.05);
}
.bray-header__divider {
  width: 1px;
  height: 0.875rem;
  background-color: #ffffff;
  opacity: 0.5;
  display: block;
}
@media (max-width: 1025px) {
  .bray-header .bray-btn--header .bray-btn__text {
    font-size: 1.25rem;
  }
  .bray-header__toggle {
    display: block;
  }
  .bray-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #232C4E;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 100;
  }
  .bray-header__nav.open {
    transform: translateY(0);
  }
  .bray-header__menu {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .bray-header__menu-item > a {
    font-size: 1.25rem;
    justify-content: center;
    color: #ffffff !important;
  }
  .bray-header__menu-item .submenu-icon {
    font-size: 1.75rem;
    font-weight: 200;
    margin-top: -4px;
  }
  .bray-header__menu-item.is-expanded .submenu-icon {
    transform: rotate(45deg);
  }
  .bray-header__submenu {
    position: static;
    background: transparent;
    border: none;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
    margin-top: 0.75rem;
    display: none;
    transition: none;
  }
  .bray-header__submenu li {
    margin-bottom: 0.75rem;
  }
  .bray-header__submenu li:last-child {
    margin-bottom: 0;
  }
  .bray-header__submenu li a {
    font-size: 1rem;
    padding: 0;
    justify-content: center;
    opacity: 0.7;
  }
  .bray-header__submenu li a:hover {
    background: transparent;
    opacity: 1;
  }
  .bray-header__divider {
    width: 40px;
    height: 1px;
    margin: 1rem 0;
  }
  .bray-header.menu-open .bray-header__toggle span {
    background-color: #ffffff !important;
  }
  .bray-header.menu-open .bray-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .bray-header.menu-open .bray-header__toggle span:nth-child(2) {
    opacity: 0;
  }
  .bray-header.menu-open .bray-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.bray-footer {
  background-color: #1B2344;
  color: #ffffff;
  padding: 5rem 0;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.bray-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.bray-footer a:hover {
  opacity: 0.8;
}
.bray-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.bray-footer__left {
  width: 25.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.bray-footer__logo {
  display: block;
}
.bray-footer__logo img {
  width: 21.25rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.bray-footer__contact {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.bray-footer__contact p {
  margin: 0 0 0.5rem;
}
.bray-footer__contact p:last-child {
  margin: 0;
}
.bray-footer__socials {
  display: flex;
  gap: 1rem;
}
.bray-footer__socials .social-icon {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.bray-footer__socials .social-icon:hover {
  opacity: 1;
}
.bray-footer__right {
  width: 41.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bray-footer__menu-row {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}
.bray-footer__menu-row li a {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .bray-footer__menu-row li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .bray-footer__menu-row li a {
    font-size: 1rem;
  }
}
.bray-footer__submenu-grid, .bray-footer__block--meta {
  display: flex;
  gap: 2rem;
}
.bray-footer__submenu-col, .bray-footer__meta-col {
  width: 19.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bray-footer__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #60B8D6;
  margin: 0;
  letter-spacing: 0.05em;
}
.bray-footer__title--large {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 992px) {
  .bray-footer__title--large {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .bray-footer__title--large {
    font-size: 1rem;
  }
}
.bray-footer__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bray-footer__submenu li {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.bray-footer__submenu li a {
  color: inherit;
}
.bray-footer__members {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.bray-footer__member {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  color: #ffffff;
}
.bray-footer__member img {
  max-height: 2.5rem;
  width: auto;
}
.bray-footer__block--acknowledgement {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}
.bray-footer__badges {
  display: flex;
  gap: 1rem;
}
.bray-footer__badges .badge-img {
  height: 2.5rem;
  width: auto;
  display: block;
}
.bray-footer__acknowledgement-text {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  margin: 0;
}
.bray-footer__block--bottom {
  display: flex;
  gap: 1rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
}
.bray-footer__block--bottom p {
  margin: 0;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .bray-footer {
    padding: 3.75rem 0;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .bray-footer {
    padding: 3.75rem 0;
  }
}
@media (max-width: 992px) {
  .bray-footer__container {
    flex-direction: column;
    gap: 3rem;
  }
  .bray-footer__left {
    width: 100%;
  }
  .bray-footer__logo img {
    width: 240px;
    height: auto;
  }
  .bray-footer__right {
    width: 100%;
    gap: 3rem;
  }
  .bray-footer__menu-row {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .bray-footer__submenu-grid, .bray-footer__block--meta {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .bray-footer__submenu-col, .bray-footer__meta-col {
    width: 100%;
  }
}

main:has(.bray-hero), main:has(.about-hero), main:has(.connect-hero), main:has(.gallery-hero), main:has(.faq-hero), main:has(.split-hero), main:has(.working-hero), main:has(.blog-single-hero), main:has(.nopadding) {
  padding-top: 0 !important;
}

.section {
  padding: 5rem 0;
}
.section__subtitle {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.667;
  color: #BDFAA9;
  text-transform: uppercase;
}
.section__title {
  color: #E7EDE9;
  margin-bottom: 1rem;
}
.section__title.small {
  font-size: 1.25rem;
  line-height: 1.4;
}
.section__article {
  font-size: 1.25rem;
  line-height: 1.6;
}
.section-white .section__subtitle {
  color: #344C3D;
}
.section-white .section__title {
  color: #112519;
}
@media (max-width: 767px) {
  .section {
    padding: 2.5rem 0;
  }
  .section__article {
    font-size: 1rem;
  }
}

.bray-cta {
  display: flex;
  margin: 0 auto;
  padding: 0;
  height: 56.25rem;
  background-color: #1B2136;
  color: #ffffff;
  overflow: hidden;
}
.bray-cta__cover-wrap {
  flex: 0 0 50%;
  height: 100%;
  overflow: hidden;
}
.bray-cta__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bray-cta__content-card {
  flex: 0 0 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  text-align: center;
  background: url("../assets/images/bg-cta.png") no-repeat center;
  background-size: cover;
}
.bray-cta__overline {
  font-size: 12px !important;
  text-transform: none;
  color: #A8D6F0 !important;
  margin-bottom: 1.5rem;
}
.bray-cta__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.27;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  color: #EAF4FC;
}
.bray-cta__subtitle {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  max-width: 27.5rem;
  color: #EAF4FC;
}
.bray-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.bray-cta .bray-btn.bray-btn--white {
  border-color: #BCE0F4;
}
.bray-cta .bray-section-overline {
  font-size: 12px;
  color: #A8D6F0 !important;
}
.bray-cta__info {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #EAF4FC;
}

.btn {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 6.25rem;
  color: currentColor;
  border: 1.5px solid;
  transition: all 0.5s ease;
  font-weight: 700;
}
.btn:hover {
  background: #1E1A15;
  color: #fff;
}
.btn-primary {
  background: #232C4E;
  border-color: #232C4E;
  color: #fff !important;
}
.btn-primary:hover {
  background: rgb(53.4446902655, 67.1876106195, 119.1053097345);
}
.btn-secondary {
  color: #232C4E;
  background: #EDEDE8;
}
.btn-secondary:hover {
  color: #fff;
  background: #232C4E;
}

.bray-load-more {
  display: inline-block;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #344162;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease;
}
.bray-load-more:hover {
  color: #344162;
  text-decoration: underline;
}

.bray-btn {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border: none;
  border-bottom: 1px solid #BCE0F4;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.bray-btn__dot {
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #A8D6F0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.bray-btn__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #A8D6F0;
}
.bray-btn:hover {
  border-color: #ffffff;
}
.bray-btn:hover .bray-btn__dot {
  background-color: #60B8D6;
}
.bray-btn--primary {
  border-bottom-color: rgba(46, 45, 42, 0.2);
}
.bray-btn--primary .bray-btn__dot {
  border-color: #232C4E;
}
.bray-btn--primary .bray-btn__text {
  color: #232C4E;
}
.bray-btn--primary:hover {
  border-bottom-color: #232C4E;
}
.bray-btn--primary:hover .bray-btn__dot {
  background-color: #232C4E;
}
.bray-btn--hero .bray-btn__text {
  color: #ffffff;
}
.bray-btn--hero:hover .bray-btn__dot {
  background-color: #ffffff;
}
.bray-btn--about {
  border-color: #BCE0F4;
}
.bray-btn--about .bray-btn__dot {
  border-color: #ffffff;
}
.bray-btn--about .bray-btn__text {
  color: #A8D6F0;
}
.bray-btn--about:hover {
  border-bottom-color: #60B8D6;
}
.bray-btn--about:hover .bray-btn__dot {
  border-color: #60B8D6;
}
.bray-btn--white {
  border-color: #ffffff;
}
.bray-btn--white .bray-btn__dot {
  border-color: #ffffff;
}
.bray-btn--white .bray-btn__text {
  color: #ffffff;
}
.bray-btn--white:hover .bray-btn__dot {
  background-color: #ffffff;
}
.bray-btn--dark {
  border-color: rgba(52, 65, 98, 0.2);
}
.bray-btn--dark .bray-btn__dot {
  border-color: #344162;
}
.bray-btn--dark .bray-btn__text {
  color: #232C4E;
  font-weight: 500;
}
.bray-btn--dark:hover {
  border-color: #344162;
}
.bray-btn--dark:hover .bray-btn__dot {
  background-color: #344162;
}
.bray-btn--navy {
  border-bottom-color: rgba(19, 25, 47, 0.2);
}
.bray-btn--navy .bray-btn__dot {
  border-color: #13192F;
  background-color: transparent;
}
.bray-btn--navy .bray-btn__text {
  color: #13192F;
}
.bray-btn--navy:hover {
  border-bottom-color: #13192F;
}
.bray-btn--navy:hover .bray-btn__dot {
  background-color: #13192F;
}
.bray-btn--contact {
  border-bottom: none;
  padding-bottom: 0;
}
.bray-btn--contact .bray-btn__text {
  color: #232C4E;
  font-size: 0.75rem;
}
.bray-btn--contact .bray-btn__dot {
  border-color: #232C4E;
  width: 0.5rem;
  height: 0.5rem;
}
.bray-btn--contact:hover {
  opacity: 0.7;
}
.bray-btn--contact:hover .bray-btn__dot {
  background-color: transparent;
}

form {
  max-width: 600px;
  margin: 0 auto;
}
form .row {
  row-gap: 1.25rem;
}
form.form-full {
  max-width: 100%;
}

.form-group label {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  text-align: left;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group button {
  outline: none !important;
}
.form-group input,
.form-group textarea,
.form-group select {
  min-height: 36px;
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background-color: #FFF;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(55, 55, 55, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal__dialog {
  position: relative;
  width: 90%;
  max-width: 31.25rem;
  margin: 15vh auto 5dvh;
  background: #fff;
  border-radius: 0.75rem;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.3s ease;
  color: #112519;
  overflow: hidden;
}
.modal__header, .modal__body {
  padding: 1.25rem;
}
.modal__header {
  padding-bottom: 0;
}
.modal__footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #eee;
  background: #F6F2EE;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}
.modal.is-visible .modal__overlay {
  opacity: 1;
}
.modal.is-visible .modal__dialog {
  transform: translateY(0);
  opacity: 1;
}

.modalpack__subtitle {
  color: #344C3D;
}
.modalpack__title {
  margin: 0;
}
.modalpack__title-xs {
  font-size: 0.75rem;
  line-height: 1.66667;
  font-weight: 600;
  text-transform: uppercase;
}
.modalpack .modal__body {
  height: 25rem;
  max-height: 50dvh;
  overflow: auto;
}
.modalpack__content h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.modalpack__content ul {
  padding-left: 1.25rem;
  list-style-type: disc;
}
.modalpack__content ul:not(:last-child) {
  margin-bottom: 1.25rem;
}
.modalpack__price {
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 600;
  display: flex;
  gap: 0.5rem;
}
.modalpack__price span:not(:last-child) {
  opacity: 0.5;
  text-decoration: line-through;
}

.product__box {
  border: 1px solid #1E1A15;
  border-radius: 0.375rem;
  padding: 0.5rem;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #112519;
}
.product__box:hover {
  box-shadow: 0 0 10px 5px rgba(17, 37, 25, 0.2);
}
.product__box-img img {
  width: 100%;
  height: 11.125rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.25rem;
}
.product__box-text {
  height: 100%;
  margin-top: 0.75rem;
}
.product__box-name {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.product__box-desc {
  font-size: 0.875rem;
  line-height: 1.428;
  margin-bottom: 0.75rem;
}
.product__box-subtitle {
  font-size: 0.75rem;
  line-height: 1.66667;
  font-weight: 600;
  text-transform: uppercase;
}
.product__box-include {
  color: #112519;
  padding-bottom: 1.25rem;
}
.product__box-include ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-bottom: 1.25rem;
}
.product__box-view {
  color: #232C4E;
}
.product__box-view:hover {
  color: rgb(59.592920354, 74.9168141593, 132.807079646);
  text-decoration: underline;
}
.product__box-prices {
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "DM Serif Display", serif;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.product__box-prices span:not(:last-child) {
  text-decoration: line-through;
  opacity: 0.5;
}
.product__box-action .btn {
  width: 100%;
  justify-content: center;
}
.product__box-variant1 {
  color: #1E1A15;
}
.product__box-variant1 .product__box-price {
  font-size: 0.875rem;
  line-height: 1.428;
}
.product__box-variant1 .product__box-name {
  margin: 0;
}
.product__box-variant1 .product__box-action {
  margin-top: 0.5rem;
}
.product__box:not(.product__box-package) .btn {
  border-radius: 0.375rem;
}
.product__box-package .product__box-bottom {
  padding-top: 1.25rem;
  border-top: 1px solid #E2D9D0;
}
.product__box-package .product__box-name {
  margin-bottom: 1.25rem;
}
@media (min-width: 900px) {
  .product__box-variant1 .product__box-action {
    display: none;
    position: absolute;
    top: calc(100% - 0.5rem);
    background: #fff;
    left: -1px;
    width: calc(100% + 2px);
    padding: 0.75rem 0.5rem 0.5rem;
    border: 1px solid #1E1A15;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    margin: 0;
  }
  .product__box-variant1:hover .product__box-action {
    display: block;
  }
  .product__box-package .product__box-text {
    padding: 0 0.75rem;
  }
  .product__box-package .product__box-action {
    padding: 0 0.75rem 0.75rem;
  }
  .product__box-package .product__box-prices, .product__box-package .product__box-name {
    font-size: 1.5rem;
    line-height: 1.333;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .product__box-img img {
    height: 8.125rem;
  }
}
@media (max-width: 767px) {
  .product__box-name {
    font-size: 1rem !important;
  }
  .product__box-desc {
    font-size: 0.75rem;
  }
  .product__box-prices {
    font-size: 1rem !important;
  }
  .product__box-img img {
    height: 6.875rem;
  }
  .product__box-include {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .product__box-package .product__box-name {
    margin-bottom: 0.75rem;
  }
  .product__box .btn {
    font-size: 0.875rem;
  }
}

.bray-accordion {
  display: flex;
  flex-direction: column;
}
.bray-accordion__item {
  border-bottom: 1px solid #C4B7A7;
}
.bray-accordion__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.bray-accordion__header:hover .bray-accordion__title {
  color: #174688;
}
.bray-accordion__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #232C4E;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .bray-accordion__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.bray-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.bray-accordion__inner {
  padding-bottom: 1.5rem;
}
.bray-accordion__text {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #232C4E;
  margin: 0;
}
.bray-accordion__item.is-active .bray-accordion__header {
  padding-bottom: 1rem;
}
.bray-accordion__item.is-active .bray-accordion__title {
  color: #232C4E;
}

.bray-cta-split {
  width: 100%;
}
.bray-cta-split__layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bray-cta-split__image-side {
  width: 50%;
}
@media (max-width: 992px) {
  .bray-cta-split__image-side {
    width: 100%;
    height: 60vw;
  }
}
.bray-cta-split__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bray-cta-split__content-side {
  width: 50%;
  background-color: #13192F;
  background-image: url("../images/pattern-blueprint.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 2.5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .bray-cta-split__content-side {
    width: 100%;
    padding: 5rem 1.5rem;
  }
}
.bray-cta-split__content-inner {
  max-width: 31.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bray-cta-split .bray-section-overline {
  color: #174688;
  margin-bottom: 1.5rem;
}
.bray-cta-split__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.bray-cta-split__subtitle {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 2.5rem;
}
.bray-cta-split__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.bray-cta-split__info {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #FFFFFF;
  opacity: 0.8;
}

.page-hero {
  background-color: #FDFBF9;
  color: #344162;
  padding: 0 0 5rem;
  text-align: left;
}
@media (max-width: 992px) {
  .page-hero {
    padding: 0 0 2.5rem;
  }
}
.page-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 53.75rem;
}
.page-hero .bray-section-overline {
  margin-bottom: 0;
  color: #174688;
}
.page-hero__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #232C4E;
  margin: 0;
}
.page-hero__subtitle {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #344162;
  margin: 0;
}
.page-hero__subtitle p:last-child {
  margin-bottom: 0;
}
.page-hero__subtitle .container {
  padding-left: 0;
  padding-ringt: 0;
}
.page-hero__subtitle .page-hero {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-hero__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.featured-testimonials {
  background-color: #F8F1E9;
  padding: 7.5rem 5rem;
}
@media (max-width: 992px) {
  .featured-testimonials {
    padding: 5rem 0rem;
  }
}
@media (max-width: 767px) {
  .featured-testimonials {
    padding: 5rem 0rem;
  }
}
.featured-testimonials__header {
  margin-bottom: 0.5rem;
}
.featured-testimonials__header .bray-section-overline {
  color: #174688;
}
.featured-testimonials__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #344162;
  max-width: 50rem;
  margin-bottom: 0rem;
}
.featured-testimonials__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .featured-testimonials__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-testimonials__slider {
  flex: 1;
  max-width: 66.4375rem;
  min-width: 0;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 992px) {
  .featured-testimonials__slider {
    width: 100%;
  }
}
.featured-testimonials__nav {
  display: flex;
  flex-shrink: 0;
  background: #EEE4D8;
  border-radius: 100px;
  padding: 0.5rem 0.75rem;
}
.featured-testimonials__btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.featured-testimonials__btn:hover {
  background-color: #C4B7A7;
}
.featured-testimonials__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.featured-testimonials__btn.swiper-button-disabled:hover {
  background-color: transparent;
}

.featured-testimonial {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.featured-testimonial__headline {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #344162;
  margin: 0;
}
@media (max-width: 992px) {
  .featured-testimonial__headline {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .featured-testimonial__headline {
    font-size: 1.5rem;
  }
}
.featured-testimonial__quote {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #344162;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 992px) {
  .featured-testimonial__quote {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .featured-testimonial__quote {
    font-size: 1rem;
  }
}
.featured-testimonial__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.featured-testimonial__avatar-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #627CBA;
}
.featured-testimonial__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-testimonial__author-details {
  display: flex;
  flex-direction: column;
}
.featured-testimonial__author-name {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #232C4E;
  margin: 0;
}
.featured-testimonial__author-location {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #344162;
  margin: 0;
}

.google-reviews {
  background-color: #FCF8F3;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .google-reviews {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .google-reviews {
    padding: 3.75rem 0;
  }
}
.google-reviews__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.google-reviews__header .bray-section-overline {
  margin-bottom: 0;
}
.google-reviews__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.2;
}
.google-reviews__rating-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #344162;
  font-weight: 500;
}
.google-reviews__rating-header .google-logo {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.google-reviews__rating-header .stars {
  display: flex;
  gap: 0.125rem;
}
.google-reviews__rating-header .stars img {
  width: 1rem;
  height: 1rem;
}
.google-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
@media (max-width: 992px) {
  .google-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .google-reviews__grid {
    grid-template-columns: 1fr;
  }
}
.google-reviews__grid--5-cols {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  .google-reviews__grid--5-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .google-reviews__grid--5-cols {
    grid-template-columns: 1fr;
  }
}
.google-reviews__card {
  background-color: #ffffff;
  border-radius: 0.375rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #C4B7A7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.google-reviews__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.google-reviews__avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.google-reviews__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.google-reviews__author-name {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  color: #1E1A15;
  margin: 0;
}
.google-reviews__stars {
  display: flex;
  gap: 0.125rem;
}
.google-reviews__stars img {
  width: 0.5rem;
  height: 0.5rem;
}
.google-reviews__content {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #1E1A15;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.google-reviews__show-more {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  color: #627CBA;
  text-decoration: none;
  font-weight: 500;
}
.google-reviews__show-more:hover {
  text-decoration: underline;
}
.google-reviews__footer {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
.google-reviews .rpi-slide.grw-review {
  width: calc(20% - 24px) !important;
  flex: 0 0 calc(20% - 24px) !important;
  background: #fff;
  border: 1px solid #C4B7A7;
  border-radius: 6px;
}
@media (max-width: 1181px) {
  .google-reviews .rpi-slide.grw-review {
    width: calc(50% - 12px) !important;
    flex: 0 0 calc(50% - 12px) !important;
  }
}
@media (max-width: 767px) {
  .google-reviews .rpi-slide.grw-review {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.google-reviews .wp-gr .grw-review {
  padding: 0.75rem !important;
}
.google-reviews .wp-gr .grw-review .grw-img-wrap {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
}
.google-reviews .wp-gr .grw-review .grw-img-wrap::before {
  width: 1.5rem;
  height: 1.5rem;
}
.google-reviews .wp-gr .grw-review .grw-img-wrap .grw-img {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.google-reviews .wp-gr .grw-review .wp-google-name {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem !important;
  line-height: 1.5;
  color: #1E1A15 !important;
  font-weight: 400 !important;
}
.google-reviews .wp-gr .grw-review .wp-google-time {
  display: none !important;
}
.google-reviews .wp-gr .grw-review .rpi-stars {
  margin-left: 2.25rem;
  --star-size: 8px !important;
  --star-color: #FF462A;
  margin-top: -10px;
}
.google-reviews .wp-gr .grw-review .wp-google-feedback {
  height: auto !important;
  overflow: visible !important;
}
.google-reviews .wp-gr .grw-review .wp-google-feedback .wp-google-text {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}
.google-reviews .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background: none !important;
}
.google-reviews .wp-gr .grw-review-inner {
  margin: 0 !important;
  padding: 0 !important;
}
.google-reviews .wp-gr .grw-review-inner > svg {
  display: none;
}
.google-reviews .wp-gr[data-layout=grid] .grw-reviews {
  gap: 0.75rem !important;
}

.split-hero {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  background-color: #232C4E;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .split-hero {
    flex-direction: column-reverse;
    min-height: auto;
  }
}
.split-hero__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem 4rem 5rem;
}
@media (max-width: 992px) {
  .split-hero__left {
    width: 100%;
    padding: 6.25rem 1.25rem 5rem;
  }
}
@media (max-width: 767px) {
  .split-hero__left {
    padding: 5rem 1.25rem 3.75rem;
  }
}
.split-hero__content {
  max-width: 35rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.split-hero__content .bray-section-overline {
  margin-bottom: 0;
}
@media (max-width: 1181px) {
  .split-hero__content {
    max-width: 100%;
  }
}
.split-hero__title {
  color: #EAF4FC;
  margin: 0;
}
.split-hero__body {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  color: #EAF4FC;
  margin: 0;
}
.split-hero__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .split-hero__body {
    font-size: 1rem;
  }
}
.split-hero__btn {
  align-self: flex-start;
}
.split-hero__right {
  width: 50%;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .split-hero__right {
    width: 100%;
    min-height: 31.25rem;
  }
}
@media (max-width: 767px) {
  .split-hero__right {
    min-height: 25rem;
  }
}
.split-hero__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.portfolio-card:hover .portfolio-card__img {
  transform: scale(1.04);
}
.portfolio-card:hover .bray-btn--primary {
  border-bottom-color: #232C4E;
}
.portfolio-card:hover .bray-btn--primary .bray-btn__dot {
  background-color: #232C4E;
}
.portfolio-card__img-wrap {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}
.portfolio-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio-card__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: #344162;
  margin: 0;
  text-transform: capitalize;
}
.portfolio-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #344162;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
.portfolio-card__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8D6F0;
}

.project-grid {
  background-color: #F8F1E9;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .project-grid {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .project-grid {
    padding: 3.75rem 0;
  }
}
.project-grid__tabs-wrapper {
  position: relative;
  margin-bottom: 3rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
}
.project-grid__tabs-wrapper:has(.swiper-button-lock) {
  padding: 0;
}
@media (max-width: 767px) {
  .project-grid__tabs-wrapper {
    display: none;
  }
}
.project-grid__tabs-wrapper .swiper {
  width: 100%;
}
.project-grid__tabs-wrapper .swiper-button-prev, .project-grid__tabs-wrapper .swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  color: #232C4E;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.project-grid__tabs-wrapper .swiper-button-prev:hover, .project-grid__tabs-wrapper .swiper-button-next:hover {
  background-color: #232C4E;
  color: #ffffff;
  border-color: #232C4E;
}
.project-grid__tabs-wrapper .swiper-button-prev::after, .project-grid__tabs-wrapper .swiper-button-next::after {
  font-size: 0.875rem;
  font-weight: bold;
}
.project-grid__tabs-wrapper .swiper-button-prev.swiper-button-disabled, .project-grid__tabs-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.project-grid__tabs-wrapper .swiper-button-prev {
  left: 0;
}
.project-grid__tabs-wrapper .swiper-button-next {
  right: 0;
}
.project-grid__select-wrapper {
  display: none;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .project-grid__select-wrapper {
    display: block;
  }
}
.project-grid__select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #232C4E;
  pointer-events: none;
}
.project-grid__select {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 6.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #344162;
  background-color: #ffffff;
  appearance: none;
  outline: none;
}
.project-grid__select:focus {
  border-color: #232C4E;
}
.project-grid__tab {
  width: auto !important;
  display: inline-block;
  padding: 0.625rem 1.5rem;
  border-radius: 6.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #344162;
  border: 1px solid #dee2e6;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  background: #ffffff;
}
.project-grid__tab:hover {
  color: #232C4E;
  border-color: #232C4E;
}
.project-grid__tab.is-active {
  background-color: #232C4E;
  color: #ffffff;
  border-color: #232C4E;
}
.project-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2rem;
}
@media (max-width: 992px) {
  .project-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .project-grid__wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.project-grid__footer {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .project-grid__footer {
    margin-top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .project-grid__footer {
    margin-top: 2.5rem;
  }
}

.project-faq {
  background-color: #FDFBF9;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .project-faq {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .project-faq {
    padding: 3.75rem 0;
  }
}
.project-faq--cream {
  background-color: #FCF8F3;
}
.project-faq__layout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .project-faq__layout {
    max-width: 52.8125rem;
  }
}
.project-faq__left {
  width: 100%;
}
.project-faq__right {
  width: 100%;
}
.project-faq__header {
  margin-bottom: 0;
}
.project-faq__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .project-faq__title {
    max-width: 39.375rem;
  }
}

.bray-section-overline {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #60B8D6;
  display: inline-block;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .bray-section-overline {
    margin-bottom: 20px;
  }
}
.bray-section-overline + h1, .bray-section-overline + h2, .bray-section-overline + h3, .bray-section-overline + h4, .bray-section-overline + h5, .bray-section-overline + h6, .bray-section-overline + [class*=__title], .bray-section-overline + [class*=-title] {
  margin-top: 0 !important;
}
@supports selector(:has(*)) {
  *:has(> .bray-section-overline)[style*=gap], *:has(> .bray-section-overline)[class*=sidebar], *:has(> .bray-section-overline)[class*=content] {
    margin-bottom: 0;
  }
}
.bray-section-overline--accent {
  color: #60B8D6;
}
.bray-section-overline--deep {
  color: #174688;
}
.bray-section-overline--white {
  color: #ffffff;
}

.bray-hero {
  position: relative;
  height: 100dvh;
  min-height: 43.75rem;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bray-hero__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  z-index: 1;
  opacity: 0.8;
}
.bray-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(19, 25, 47, 0) 0%, rgba(19, 25, 47, 0.25) 100%);
  pointer-events: none;
}
.bray-hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bray-hero__content {
  max-width: 61.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .bray-hero__content {
    padding: 0;
  }
}
.bray-hero__tagline {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.bray-hero__title {
  margin: 0 0 2.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.bray-hero__bottom-group {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .bray-hero__bottom-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bray-hero__divider {
  width: 1px;
  height: 5rem;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  opacity: 0.5;
}

.bray-belief {
  background-color: #232C4E;
  color: #ffffff;
  padding: 7.5rem 0 0;
}
@media (max-width: 992px) {
  .bray-belief {
    padding: 5rem 0 0;
  }
}
@media (max-width: 767px) {
  .bray-belief {
    padding: 3.75rem 0 0;
  }
}
.bray-belief {
  overflow: hidden;
}
.bray-belief__header {
  text-align: center;
  max-width: 55rem;
  margin: 0 auto 2.5rem;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .bray-belief__header {
    padding: 0;
  }
}
.bray-belief__title {
  margin: 0;
  color: #EAF4FC;
}
.bray-belief__slider-container {
  width: 100%;
  overflow: hidden;
}
.bray-belief__slider {
  display: flex;
}
.bray-belief__slide {
  flex: 0 0 25rem;
  width: 25rem;
  height: 30rem;
  overflow: hidden;
  position: relative;
}
.bray-belief__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bray-about {
  background-color: #232C4E;
  color: #ffffff;
  padding: 7.5rem 0 10rem;
}
@media (max-width: 992px) {
  .bray-about {
    padding: 5rem 0 6.25rem;
  }
}
@media (max-width: 767px) {
  .bray-about {
    padding: 3.75rem 0 5rem;
  }
}
.bray-about__grid {
  display: grid;
  grid-template-columns: 12.3125rem 1fr;
  gap: 1.25rem;
  align-items: start;
}
.bray-about__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.bray-about__title {
  margin: 0;
  color: #EAF4FC;
}
.bray-about__cover-wrap {
  height: 30rem;
  overflow: hidden;
  position: relative;
}
.bray-about__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bray-about__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  max-width: 4.5rem;
  max-height: 4.5rem;
}
.bray-about__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.bray-about__play-icon {
  width: 5rem;
  height: 5rem;
}
.bray-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
.bray-about__text {
  display: flex;
  gap: 5rem;
  color: #EAF4FC;
}
.bray-about__paragraph-col {
  flex: 1;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.8;
}
.bray-about__paragraph-col p {
  margin-bottom: 1.5rem;
}
.bray-about__paragraph-col p:last-child {
  margin-bottom: 0;
}
.bray-about .bray-btn__text {
  color: #ffffff;
}

.bray-services {
  position: relative;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  overflow: hidden;
}
.bray-services__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.6s ease;
  will-change: transform, opacity;
}
.bray-services__bg--next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
}
.bray-services__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 25, 47, 0.4);
  z-index: 2;
}
.bray-services__overline {
  display: inline-block;
}
.bray-services .container-fluid {
  position: relative;
  z-index: 3;
  padding: 7.5rem 0 2.5rem 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 991px) {
  .bray-services .container-fluid {
    padding: 6.25rem 0 2.5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .bray-services .container-fluid {
    padding: 5rem 0 2.5rem 20px;
  }
}
.bray-services__middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1200px) {
  .bray-services__middle {
    padding: 0 0 0 6.875rem;
  }
}
.bray-services__bottom {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .bray-services__bottom {
    padding: 0 6.875rem;
  }
}
.bray-services__carousel-wrap {
  position: relative;
  margin-top: 1rem;
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  .bray-services__carousel-wrap {
    margin-top: 0;
  }
}
.bray-services__arrow {
  position: absolute;
  top: 0;
  border: none;
  background: transparent;
  z-index: 10;
}
.bray-services__arrow img {
  width: 1.25rem;
  height: 1.25rem;
}
.bray-services__arrow--prev {
  width: 2.5rem;
  height: 2.5rem;
  left: -4.375rem;
}
@media (max-width: 1024px) {
  .bray-services__arrow--prev {
    left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .bray-services__arrow--prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .bray-services__arrow--prev {
    left: 0;
  }
}
.bray-services__arrow--next {
  width: 2.5rem;
  height: 2.5rem;
  right: 4.375rem;
}
@media (max-width: 1024px) {
  .bray-services__arrow--next {
    right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .bray-services__arrow--next {
    right: 1.25rem;
  }
}
.bray-services__slider {
  flex: 1;
  height: 100%;
  min-width: 0;
}
.bray-services__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  opacity: 0.3;
  transition: opacity 0.5s ease;
  padding-left: 2.25rem;
  width: auto !important;
  padding-right: 2.5rem;
}
@media (max-width: 991px) {
  .bray-services__slide {
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .bray-services__slide {
    padding-right: 20px;
  }
}
.bray-services__slide.swiper-slide-active {
  opacity: 1;
}
.bray-services__slide.swiper-slide-active .bray-services__slide-num {
  opacity: 1;
}
.bray-services__slide-header {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.bray-services__slide-num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  opacity: 0.6;
}
.bray-services__slide-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .bray-services__slide-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .bray-services__slide-title {
    font-size: 1.25rem;
  }
}
.bray-services__slide-content {
  display: none;
  width: 28.3125rem;
  max-width: 100%;
  animation: fadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.bray-services__slide-content .bray-btn--white {
  border-color: rgba(255, 255, 255, 0.5019607843);
}
.bray-services__slide-content .bray-btn--white:hover {
  border-color: #FFF;
}
.bray-services__slide-content.active {
  display: block;
}
.bray-services__slide.active .bray-services__slide-content {
  display: block;
}
@media (max-width: 767px) {
  .bray-services__slide-content {
    margin-top: 1.5rem;
  }
}
.bray-services__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
}

.bray-nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../assets/images/icons/ic-carret-left.svg);
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s ease;
}
.bray-nav-btn img {
  width: 1.25rem;
  height: 1.25rem;
  filter: invert(1);
  display: none;
}
.bray-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.bray-nav-btn.bray-nav-btn--next {
  background: url(../assets/images/icons/ic-carret-right.svg);
}

.bray-process-section {
  background-color: #FCF8F3;
  color: #344162;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .bray-process-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .bray-process-section {
    padding: 3.75rem 0;
  }
}
.bray-process-section {
  padding-bottom: 0;
}
.bray-process-section .bray-process {
  display: grid;
  grid-template-columns: 12.3125rem 1fr;
  gap: 1.25rem;
  margin-bottom: 5rem;
  align-items: start;
}
@media (max-width: 991px) {
  .bray-process-section .bray-process {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .bray-process-section .bray-process {
    margin-bottom: 2.5rem;
  }
}
.bray-process-section .bray-process__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.bray-process-section .bray-process__title {
  margin: 0;
  color: #344162;
}
.bray-process-section .bray-process__text-row {
  display: flex;
  gap: 5rem;
}
@media (max-width: 1180px) {
  .bray-process-section .bray-process__text-row {
    gap: 2.5rem;
  }
}
.bray-process-section .bray-process__text-row p {
  flex: 1;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.bray-process-section .bray-process__text-row p:last-child {
  margin-bottom: 0;
}
.bray-process-section .bray-process__cover-wrap {
  height: 40rem;
  overflow: hidden;
  margin-bottom: 7.5rem;
}
@media (max-width: 991px) {
  .bray-process-section .bray-process__cover-wrap {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .bray-process-section .bray-process__cover-wrap {
    margin-bottom: 3.75rem;
  }
}
.bray-process-section .bray-process__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bray-process-section .bray-why-us {
  display: flex;
  justify-content: flex-end;
}
.bray-process-section .bray-why-us__grid {
  display: flex;
  gap: 5.625rem;
  align-items: start;
}
@media (max-width: 1180px) {
  .bray-process-section .bray-why-us__grid {
    gap: 2.5rem;
  }
}
@media (max-width: 992px) {
  .bray-process-section .bray-why-us__grid {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.bray-process-section .bray-why-us__header {
  flex: 1;
  max-width: 25.8125rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .bray-process-section .bray-why-us__header {
    max-width: 100%;
  }
}
.bray-process-section .bray-why-us__title {
  margin: 0;
  color: #344162;
}
.bray-process-section .bray-why-us__content {
  flex: 1;
  max-width: 32.625rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .bray-process-section .bray-why-us__content {
    max-width: 100%;
  }
}

.bray-projects {
  background-color: #FDFBF9;
  color: #344162;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .bray-projects {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .bray-projects {
    padding: 3.75rem 0;
  }
}
.bray-projects {
  overflow: hidden;
}
.bray-projects__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .bray-projects__header {
    padding: 0;
  }
}
.bray-projects__header .bray-btn--dark {
  border-color: #174688;
}
@media (max-width: 1181px) {
  .bray-projects__header-right {
    margin-left: auto;
  }
}
.bray-projects__title {
  margin: 0 0 1.5rem;
}
.bray-projects__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  max-width: 33.75rem;
  margin: 0 0 1.5rem;
}
.bray-projects__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bray-projects__progress-indicator {
  width: 12.5rem;
  height: 0.125rem;
  background-color: #C4B7A7;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.bray-projects__progress-indicator::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress, 25%);
  background-color: #627CBA;
  transition: width 0.1s linear;
}
@media (max-width: 767px) {
  .bray-projects__progress-indicator {
    width: calc(100vw - 120px);
  }
}
.bray-projects__nav-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.bray-projects__nav-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bray-projects__nav-btn:hover {
  opacity: 0.7;
}
.bray-projects__carousel-container {
  margin-right: calc(50% - 50vw);
  padding: 0.5rem 0;
  padding-left: 0.5rem;
}
.bray-projects__carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-right: 2.5rem;
}
.bray-projects__carousel::-webkit-scrollbar {
  display: none;
}
.bray-projects__slide {
  flex: 0 0 25rem;
  scroll-snap-align: start;
}

.project-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-card__img-wrap {
  height: 32.5rem;
  overflow: hidden;
  position: relative;
}
.project-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card__content {
  margin-bottom: 1.25rem;
}
.project-card__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 0rem;
  color: #344162;
}
.project-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  opacity: 0.8;
  color: #344162;
}
.project-card__dot {
  width: 4px;
  height: 4px;
  background-color: #A8D6F0;
  border-radius: 50%;
  display: inline-block;
}
.project-card:hover .project-card__img {
  transform: scale(1.04);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.rotate-180 {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .bray-cta {
    padding: 0;
  }
  .bray-about__grid, .bray-process-section .bray-process {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bray-about__text, .bray-process-section .bray-process__text-row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .bray-why-us {
    padding-left: 0;
    flex-direction: column;
    gap: 2.5rem;
  }
  .bray-why-us__header, .bray-why-us__content {
    width: 100%;
  }
  .bray-disciplines {
    padding: 5rem 1.5rem;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .bray-disciplines {
    padding: 5rem 20px;
  }
}
@media (max-width: 992px) {
  .bray-disciplines__nav {
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .bray-disciplines__nav-title {
    font-size: 1.25rem;
  }
  .bray-disciplines__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .bray-disciplines__content-wrap {
    width: 100%;
    min-height: auto;
  }
  .bray-process-section .bray-process__cover-wrap {
    height: 25rem;
  }
  .bray-cta {
    flex-direction: column;
    height: auto;
  }
  .bray-cta__cover-wrap, .bray-cta__content-card {
    flex: 0 0 auto;
    width: 100%;
  }
  .bray-cta__cover-wrap {
    height: 25rem;
  }
  .bray-cta__content-card {
    padding: 3.75rem 1.5rem;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .bray-cta__content-card {
    padding: 3.75rem 20px;
  }
}
@media (max-width: 992px) {
  .bray-projects__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .bray-hero__title {
    margin-bottom: 1.5rem;
  }
  .bray-hero__divider {
    height: 5rem;
    margin-bottom: 1.5rem;
  }
  .bray-belief__slide, .bray-projects__slide {
    flex: 0 0 17.5rem;
    width: 17.5rem;
  }
  .bray-belief__slide {
    height: 21.25rem;
  }
  .project-card__img-wrap {
    height: 21.25rem;
  }
}
.about-story {
  background-color: #FCF8F3;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .about-story {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .about-story {
    padding: 3.75rem 0;
  }
}
.about-story__grid {
  display: grid;
  grid-template-columns: 25.8125rem 1fr;
  gap: 7.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .about-story__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .about-story__grid {
    gap: 24px;
    margin-bottom: 2.5rem;
  }
}
.about-story__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-story__title {
  color: #344162;
  margin: 0;
}
.about-story__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344162;
}
@media (max-width: 767px) {
  .about-story__main {
    font-size: 1rem;
    gap: 1.5rem;
  }
}
.about-story__main p {
  margin: 0;
}
.about-story__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .about-story__images {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.about-story__img-wrap {
  height: 37.5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-story__img-wrap {
    height: 28.125rem;
  }
}
@media (max-width: 767px) {
  .about-story__img-wrap {
    height: 18.75rem;
  }
}
.about-story__img,
.about-story .about-story__img-wrap img,
.about-story .bray-about__cover-wrap {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-values {
  background-color: #F8F1E9;
  padding: 7.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 992px) {
  .about-values {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .about-values {
    padding: 5rem 0;
  }
}
.about-values__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-right: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #C4B7A7;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .about-values__header {
    padding-right: 0;
  }
}
.about-values__header .bray-section-overline {
  margin-bottom: 0;
}
.about-values__headline {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.27;
}
.about-values__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  max-width: 39.375rem;
  margin: 0;
}
.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .about-values__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .about-values__grid {
    grid-template-columns: 1fr;
  }
}
.about-values__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-right: 5rem;
}
@media (max-width: 992px) {
  .about-values__item {
    padding-right: 0;
  }
}
.about-values__item-icon {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  display: block;
}
.about-values__item-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.25;
}
@media (max-width: 992px) {
  .about-values__item-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .about-values__item-title {
    font-size: 1.5rem;
  }
}
.about-values__item-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  margin: 0;
}

.about-recognition {
  background-color: #FCF8F3;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .about-recognition {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .about-recognition {
    padding: 5rem 0;
  }
}
.about-recognition__hero {
  display: grid;
  grid-template-columns: 32.625rem 1fr;
  gap: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .about-recognition__hero {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.about-recognition__hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-recognition__hero-text .bray-section-overline {
  margin-bottom: 0;
}
.about-recognition__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.27;
}
.about-recognition__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  margin: 0;
}
.about-recognition__hero-images {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.75rem;
}
@media (max-width: 992px) {
  .about-recognition__hero-images {
    padding-top: 0;
    gap: 1.5rem;
  }
}
.about-recognition__img-wrap {
  height: 20rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-recognition__img-wrap {
    height: 15rem;
  }
}
.about-recognition__awwards-images {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .about-recognition__awwards-images {
    justify-content: center;
  }
}
.about-recognition__awwards-box {
  height: 9.375rem;
}
@media (max-width: 767px) {
  .about-recognition__awwards-box {
    height: 100px;
  }
}
.about-recognition__awward {
  width: 100%;
  height: auto;
  max-width: 9.375rem;
  max-height: 9.375rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .about-recognition__awward {
    max-width: 100px;
    max-height: 100px;
  }
}
.about-recognition__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-recognition__categories {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 992px) {
  .about-recognition__categories {
    gap: 3.75rem;
  }
}
.about-recognition__category {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-recognition__list-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-recognition__list-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.25;
}
.about-recognition__list-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  margin: 0;
}
.about-recognition__table {
  display: flex;
  flex-direction: column;
}
.about-recognition__row {
  display: grid;
  grid-template-columns: 10rem 25rem 11.25rem 1fr;
  padding: 0.75rem 0;
  border-bottom: 1px solid #C4B7A7;
  align-items: center;
}
.about-recognition__row--achiever {
  grid-template-columns: 25rem 1fr;
}
.about-recognition__row--head {
  font-weight: 600;
}
@media (max-width: 992px) {
  .about-recognition__row--head {
    display: none;
  }
}
@media (max-width: 992px) {
  .about-recognition__row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
.about-recognition__col {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #344162;
}
@media (max-width: 992px) {
  .about-recognition__col {
    display: flex;
    align-items: flex-start;
  }
  .about-recognition__col::before {
    content: attr(data-label);
    font-weight: 600;
    min-width: 6.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
    color: rgba(52, 65, 98, 0.7);
  }
}
.about-recognition__col {
  line-height: 1.5;
}
.about-recognition__certifications {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .about-recognition__certifications {
    margin-top: 3.75rem;
  }
}
.about-recognition__cert-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-recognition__cert-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.25;
}
.about-recognition__cert-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  margin: 0;
}
.about-recognition__cert-logos {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-recognition__cert-logos {
    gap: 1.25rem;
  }
}
.about-recognition__cert-logo {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .about-recognition__cert-logo {
    height: 2rem;
  }
}

.about-goal {
  background-color: #F1E8DC;
  padding: 7.5rem 5rem;
}
@media (max-width: 992px) {
  .about-goal {
    padding: 5rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .about-goal {
    padding: 5rem 1.25rem;
  }
}
.about-goal__content {
  max-width: 66.5rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.about-goal__content .bray-section-overline {
  margin-bottom: 0;
}
.about-goal__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #344162;
  margin: 0;
  line-height: 1.27;
}

.connect-hero {
  background-color: #232C4E;
  display: flex;
  flex-direction: column;
}
.connect-hero__cover-wrap {
  position: relative;
  width: 100%;
  height: 45rem;
}
@media (max-width: 992px) {
  .connect-hero__cover-wrap {
    height: 50vh;
  }
}
.connect-hero__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.connect-hero__content-wrap {
  padding: 7.5rem 5rem;
}
@media (max-width: 992px) {
  .connect-hero__content-wrap {
    width: 100%;
    padding: 5rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .connect-hero__content-wrap {
    padding: 3.75rem 0.5rem;
  }
}
.connect-hero__content {
  max-width: 66.5rem;
  display: flex;
  flex-direction: column;
}
.connect-hero__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
}
.connect-hero__body {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .connect-hero__body {
    font-size: 1rem;
  }
}
.connect-hero__body p {
  margin: 0;
}

.connect-process {
  background-color: #FDFEFF;
  padding: 7.5rem 5rem;
}
@media (max-width: 767px) {
  .connect-process {
    padding: 3.75rem 1.5rem;
  }
}
.connect-process__grid {
  display: grid;
  grid-template-columns: 25.8125rem 1fr;
  gap: 7.5rem;
}
@media (max-width: 767px) {
  .connect-process__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.connect-process__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.connect-process__sidebar-inner {
  position: sticky;
  top: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .connect-process__sidebar-inner {
    position: static;
  }
}
.connect-process .bray-section-overline {
  color: #174688;
}
.connect-process__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.27;
  color: #344162;
  margin: 0;
}
.connect-process__stages {
  display: flex;
  flex-direction: column;
}
.connect-process__stage {
  display: flex;
  gap: 2.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid #BDC7CE;
}
.connect-process__stage:first-child {
  padding-top: 0;
}
.connect-process__stage:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .connect-process__stage {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.connect-process__stage-icon-wrap {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-process__stage-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.connect-process__stage-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.connect-process__stage-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
}
@media (max-width: 767px) {
  .connect-process__stage-title {
    font-size: 1.375rem;
  }
}
.connect-process__stage-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #344162;
  opacity: 0.85;
}
.connect-process__stage-desc p {
  margin: 0 0 1rem;
}
.connect-process__stage-desc p:last-child {
  margin-bottom: 0;
}

.connect-promise {
  background-color: #EDF3F9;
  padding: 7.5rem 5rem;
}
@media (max-width: 767px) {
  .connect-promise {
    padding: 5rem 1.5rem;
  }
}
.connect-promise .bray-section-overline {
  color: #174688;
}
.connect-promise__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #C4B7A7;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .connect-promise__header {
    margin-bottom: 2.5rem;
  }
}
.connect-promise__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.27;
  color: #344162;
  margin: 0;
}
.connect-promise__desc {
  max-width: 39.375rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #344162;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 767px) {
  .connect-promise__desc {
    font-size: 1rem;
  }
}
.connect-promise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .connect-promise__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.connect-promise__card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .connect-promise__card {
    padding-right: 0;
  }
}
.connect-promise__icon-wrap {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-promise__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.connect-promise__card-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
}
.connect-promise__card-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  opacity: 0.8;
  margin: 0;
}

.contact-map {
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 992px) {
  .contact-map iframe {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    height: 250px;
  }
}

.contact-form-section {
  background-color: #ffffff;
  padding: 7.5rem 5rem;
}
@media (max-width: 992px) {
  .contact-form-section {
    padding: 5rem 0rem;
  }
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 3.75rem 0rem;
  }
}
.contact-form-section + .featured-testimonials + .working-standards {
  background: #FDFBF9;
}
.contact-form-section + .featured-testimonials + .working-standards .working-standards__card-title {
  font-size: 1rem;
  font-weight: 700;
}

.contact-form {
  max-width: 100%;
}
.contact-form-section {
  background-color: #FCF8F3;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 25.8125rem 1fr;
  gap: 7.5rem;
}
@media (max-width: 992px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.contact-form__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-form__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.1;
  color: #232C4E;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-form__title {
    font-size: 2rem;
  }
}
.contact-form__intro {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0 0 1.5rem 0;
  max-width: 46.6875rem;
}
.contact-form__row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.contact-form__group {
  flex: 1;
  position: relative;
}
.contact-form__group--full {
  width: 100%;
  flex: none;
}
.contact-form__group input, .contact-form__group select, .contact-form__group textarea, .contact-form__group .form-control {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #C4B7A7;
  padding: 0 0.5rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #232C4E;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s ease;
}
.contact-form__group input::placeholder, .contact-form__group select::placeholder, .contact-form__group textarea::placeholder, .contact-form__group .form-control::placeholder {
  color: #556C8B;
}
.contact-form__group input:focus, .contact-form__group select:focus, .contact-form__group textarea:focus, .contact-form__group .form-control:focus {
  border-bottom-color: #232C4E;
}
.contact-form__group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23232C4E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  color: #556C8B !important;
}
.contact-form__group textarea {
  resize: vertical;
  min-height: 2.5rem;
  height: 7.25rem;
}
.contact-form__submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
.contact-form__submit .bray-btn {
  background-color: #232C4E;
  padding: 0.75rem 1rem;
}
.contact-form__submit .bray-btn__text {
  color: #ffffff;
}
.contact-form__submit .bray-btn__dot {
  border-color: #ffffff;
}
.contact-form__submit .bray-btn:hover .bray-btn__dot {
  background-color: #FFF !important;
}

.gfield .form-control {
  padding: 0.75rem 0.5rem !important;
}
.gfield select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23232C4E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.gfield .gfield_description.validation_message {
  padding: 0 !important;
  margin-top: 0.25rem !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.75rem !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 0 !important;
  border-bottom: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 1.25rem !important;
  grid-column-gap: 1.5rem !important;
}

.gform-footer {
  padding: 0 !important;
  margin-top: 1.25rem !important;
}

.gform_confirmation_message {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #232C4E;
  background: #FDFBF9;
  padding: 1.5rem 1rem;
  border: 1px solid #C4B7A7;
  border-radius: 0.25rem;
}

.gallery-hero {
  background-color: #344162;
  display: flex;
  flex-direction: column;
}
.gallery-hero__cover-wrap {
  position: relative;
  width: 100%;
  height: 45rem;
}
@media (max-width: 992px) {
  .gallery-hero__cover-wrap {
    height: 50vh;
  }
}
.gallery-hero__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-hero__content-wrap {
  padding: 7.5rem 5rem;
}
@media (max-width: 992px) {
  .gallery-hero__content-wrap {
    padding: 5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .gallery-hero__content-wrap {
    padding: 3.75rem 1.5rem;
  }
}
.gallery-hero__content {
  max-width: 66.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery-hero__title {
  color: #EAF4FC;
  margin: 0;
}
.gallery-hero__body {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  color: #EAF4FC;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .gallery-hero__body {
    font-size: 1rem;
  }
}
.gallery-hero__body p {
  margin: 0;
}

.gallery-content {
  background-color: #FDFEFF;
  padding: 7.5rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 992px) {
  .gallery-content {
    padding: 5rem 2.5rem;
    gap: 3.75rem;
  }
}
@media (max-width: 767px) {
  .gallery-content {
    padding: 3.75rem 1.5rem;
    gap: 3rem;
  }
}

.gallery-concept {
  display: flex;
  gap: 8.0625rem;
}
@media (max-width: 992px) {
  .gallery-concept {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.gallery-concept .bray-section-overline {
  color: #174688;
}
.gallery-concept__sidebar {
  width: 25.8125rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .gallery-concept__sidebar {
    width: 100%;
  }
}
.gallery-concept__title {
  color: #232C4E;
  margin: 0;
}
.gallery-concept__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232C4E;
}
.gallery-concept__main p {
  margin: 0;
}

.gallery-cover {
  width: 100%;
  height: 48.75rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-cover {
    height: 25rem;
  }
}
.gallery-cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-testimonial {
  border-top: 1px solid #BDC7CE;
  border-bottom: 1px solid #BDC7CE;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
}
.gallery-testimonial__inner {
  max-width: 39.375rem;
  width: 100%;
}
.gallery-testimonial__card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery-testimonial__quote {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344162;
  margin: 0;
}
.gallery-testimonial__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.gallery-testimonial__avatar-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery-testimonial__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-testimonial__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.gallery-testimonial__author-name {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232C4E;
}
.gallery-testimonial__author-location {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42;
  color: #344162;
}

.gallery-images {
  display: flex;
  gap: 1.5rem;
  height: 37.5rem;
}
@media (max-width: 767px) {
  .gallery-images {
    flex-direction: column;
    height: auto;
  }
}
.gallery-images__item {
  flex: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-images__item {
    height: 18.75rem;
  }
}
.gallery-images__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-services {
  display: flex;
  gap: 8.0625rem;
}
@media (max-width: 992px) {
  .gallery-services {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.gallery-services__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.gallery-services__intro {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232C4E;
  margin: 0;
}
.gallery-services__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery-services__item {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .gallery-services__item {
    gap: 1rem;
  }
}
.gallery-services__icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-services__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-services__item-text {
  flex: 1;
}
.gallery-services__item-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232C4E;
  margin: 0;
}
.gallery-services__item-desc strong {
  font-weight: 700;
}
.gallery-services__right {
  width: 25.8125rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .gallery-services__right {
    width: 100%;
  }
}
.gallery-services__specs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.gallery-services__spec {
  display: flex;
  flex-direction: column;
}
.gallery-services__spec-label {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: #344162;
}
.gallery-services__spec-value {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344162;
}

.gallery-projects {
  background-color: #EDF3F9;
  padding: 7.5rem 5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .gallery-projects {
    padding: 5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .gallery-projects {
    padding: 5rem 1.5rem;
  }
}
.gallery-projects .bray-section-overline {
  color: #174688;
}
.gallery-projects__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .gallery-projects__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.gallery-projects__header-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery-projects__title {
  color: #344162;
  margin: 0;
  max-width: 27rem;
}
.gallery-projects__header-right {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.75rem;
}
.gallery-projects__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.gallery-projects__progress-line {
  width: 12.5rem;
  height: 2px;
  background-color: #BDC7CE;
}
.gallery-projects .bray-nav-btn {
  border-color: rgba(52, 65, 98, 0.2);
  color: #344162;
}
.gallery-projects .bray-nav-btn img {
  filter: none;
}
.gallery-projects .bray-nav-btn:hover {
  background-color: rgba(52, 65, 98, 0.05);
  border-color: #344162;
}
.gallery-projects__slider-wrap {
  overflow: visible;
}
.gallery-projects__swiper {
  overflow: visible;
}
.gallery-projects .swiper-slide {
  width: 25.8125rem;
  height: auto;
}
@media (max-width: 767px) {
  .gallery-projects .swiper-slide {
    width: 100%;
  }
}
.gallery-projects .project-card__img-wrap {
  height: 35rem;
}
@media (max-width: 767px) {
  .gallery-projects .project-card__img-wrap {
    height: 21.25rem;
  }
}

.page-faq main,
.page-template-faq main {
  overflow: visible;
}
.page-faq main .page-hero,
.page-template-faq main .page-hero {
  padding-top: 0;
}
.page-faq main .page-hero__title,
.page-template-faq main .page-hero__title {
  color: #344162;
}

.faq-main {
  background-color: #FCF8F3;
  padding: 7.5rem 0;
  color: #232C4E;
}
@media (max-width: 992px) {
  .faq-main {
    padding: 2.5rem 0 5rem;
  }
}
.faq-main__layout {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .faq-main__layout {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.faq-sidebar {
  width: 19.0625rem;
  flex-shrink: 0;
  position: sticky;
  top: 7.5rem;
}
@media (max-width: 992px) {
  .faq-sidebar {
    width: 100%;
    position: static;
  }
}
.faq-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.faq-sidebar__link {
  display: block;
  padding: 0.5rem 0 0.5rem 0;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #344162;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
}
.faq-sidebar__link::before {
  content: "";
  width: 2px;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #60B8D6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.faq-sidebar__link:hover, .faq-sidebar__link.is-active {
  color: #344162;
  padding-left: 1rem;
}
.faq-sidebar__link:hover::before, .faq-sidebar__link.is-active::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .faq-sidebar__link:hover:not(.is-active)::before {
    display: none;
    padding-left: 0;
  }
}

.faq-content {
  flex-grow: 1;
  width: 100%;
}

.faq-category {
  margin-bottom: 5rem;
}
.faq-category:last-child {
  margin-bottom: 0;
}
.faq-category__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .faq-category__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-working-with-us {
  background-color: #FDFBF9;
}

.working-hero__image-wrap {
  width: 100%;
  height: 70vh;
  min-height: 45rem;
}
@media (max-width: 992px) {
  .working-hero__image-wrap {
    height: 50vh;
    min-height: 0;
  }
}
.working-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.working-hero__content-wrap {
  background-color: #232C4E;
  padding: 7.5rem 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .working-hero__content-wrap {
    padding: 3.75rem 0;
  }
}
.working-hero__content {
  max-width: 65rem;
}
.working-hero__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
  color: #EAF4FC;
}
.working-hero__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #EAF4FC;
}

.working-process {
  background-color: #FCF8F3;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .working-process {
    padding: 5rem 0;
  }
}
.working-process__layout {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .working-process__layout {
    gap: 2.5rem;
  }
}
@media (max-width: 992px) {
  .working-process__layout {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.working-process__left {
  width: 40%;
  max-width: 25.9375rem;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .working-process__left {
    width: 100%;
    max-width: 100%;
  }
}
.working-process__sticky {
  position: sticky;
  top: 7.5rem;
}
.working-process__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #232C4E;
  margin: 0 0 1.5rem;
}
@media (max-width: 992px) {
  .working-process__title {
    margin-bottom: 1.25rem;
  }
}
.working-process__title + .bray-btn {
  margin-top: 0 !important;
}
.working-process__right {
  flex-grow: 1;
  max-width: 46.6875rem;
}
@media (max-width: 992px) {
  .working-process__right {
    max-width: 100%;
  }
}
.working-process__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .working-process__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .working-process__list {
    display: flex;
    flex-direction: column;
  }
}
.working-process__item {
  display: flex;
  gap: 5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #C4B7A7;
}
.working-process__item:first-child {
  padding-top: 0;
}
.working-process__item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .working-process__item {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .working-process__item {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.working-process__icon-wrap {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .working-process__icon-wrap {
    width: 3rem;
    height: 3rem;
  }
}
.working-process__icon-wrap img {
  width: 100%;
  height: auto;
}
.working-process__item-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #344162;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .working-process__item-title {
    font-size: 1.25rem;
  }
}
.working-process__item-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}

.working-standards {
  background-color: #FDFBF9;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .working-standards {
    padding: 5rem 0;
  }
}
.working-standards__header {
  margin-bottom: 2.5rem;
  max-width: 50rem;
}
@media (max-width: 992px) {
  .working-standards__header {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .working-standards__header {
    margin-bottom: 1.5rem;
  }
}
.working-standards__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #344162;
}
.working-standards__title:last-child {
  margin-bottom: 0;
}
.working-standards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1.5rem;
}
@media (max-width: 992px) {
  .working-standards__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .working-standards__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.working-standards__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.working-standards__icon {
  margin-bottom: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
}
.working-standards__icon img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .working-standards__icon img {
    width: 3rem;
    height: 3rem;
  }
}
.working-standards__card-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #344162;
  margin: 0 0 0.5rem;
}
.working-standards__card-desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}
.working-standards__card-desc a {
  color: #174688;
  text-decoration: underline;
}
.working-standards__card-desc + p {
  margin-top: 1.5rem;
}

.catpage {
  padding-top: 2.5rem;
}
.catpage__sidebar {
  flex: 0 0 11.5rem;
  width: 11.5rem;
  position: relative;
}
.catpage__sidebar-title {
  font-size: 0.75rem;
  line-height: 1.66667;
  text-transform: uppercase;
  font-weight: 600;
}
.catpage__sidebar-link {
  display: block;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.428;
}
.catpage__sidebar-link.active, .catpage__sidebar-link:hover {
  background: #F6F2EE;
}
.catpage__sidebar-link:hover {
  color: #232C4E;
}
.catpage__items {
  margin-top: 1.5rem;
}
.catpage__section:not(:last-child) {
  margin-bottom: 2.5rem;
}
.catpage__section-quote {
  padding: 5rem 0;
  background: #FDFAF7;
}
.catpage__quote {
  width: 90%;
  max-width: 37.5rem;
  margin: auto;
}
.catpage__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 1181px) {
  .catpage__items {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    row-gap: 0.75rem;
  }
  .catpage__items [class^=col-] {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
}
@media (max-width: 767px) {
  .catpage__sidebar {
    display: none;
  }
  .catpage__section-quote {
    padding: 0;
  }
}

.page-blog-single {
  background-color: #FCF8F3;
}

.blog-single-hero__image-wrap {
  width: 100%;
  height: 45rem;
}
@media (max-width: 992px) {
  .blog-single-hero__image-wrap {
    height: 50vh;
  }
}
.blog-single-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-single-hero__content-wrap {
  background-color: #FDFBF9;
  padding: 3.75rem 0rem;
}
@media (max-width: 992px) {
  .blog-single-hero__content-wrap {
    padding: 3.75rem 0 1.25rem;
  }
}
.blog-single-hero__content {
  width: 100%;
  padding: 0 4.25rem;
}
@media (max-width: 992px) {
  .blog-single-hero__content {
    padding: 0 0rem;
  }
}
@media (max-width: 767px) {
  .blog-single-hero__content {
    padding: 0 0rem;
  }
}
.blog-single-hero__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #232C4E;
}
@media (min-width: 1200px) {
  .blog-single-hero__title {
    max-width: 66.4375rem;
  }
}
.blog-single-hero__meta {
  font-size: 1.125rem;
  color: #344162;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767px) {
  .blog-single-hero__meta {
    font-size: 1rem;
  }
}
.blog-single-hero__meta:last-child {
  margin-bottom: 0;
}

.blog-single-content {
  padding: 3.75rem 0 7.5rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 992px) {
  .blog-single-content {
    padding: 3.75rem 0;
  }
}
.blog-single-content__layout {
  width: 83.333333%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .blog-single-content__layout {
    width: 100%;
    flex-direction: column;
    gap: 3.75rem;
  }
}
.blog-single-content__main {
  width: 70%;
}
@media (max-width: 992px) {
  .blog-single-content__main {
    width: 100%;
  }
}
.blog-single-content__sidebar {
  width: 20%;
  position: sticky;
  top: 7.5rem;
  align-self: start;
}
@media (max-width: 992px) {
  .blog-single-content__sidebar {
    width: 100%;
    position: relative;
    top: auto;
    order: -1;
  }
}
.blog-single-content__article {
  color: #344162;
}
.blog-single-content__article p {
  margin-bottom: 2rem;
}
.blog-single-content__article p:last-child {
  margin-bottom: 0rem;
}
.blog-single-content__article a {
  color: #232C4E;
  text-decoration: underline;
}
.blog-single-content__article ol {
  list-style: numbering;
}
.blog-single-content__article h2 {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #344162;
  margin: 3rem 0 1.5rem;
  scroll-margin-top: 7.5rem;
}
.blog-single-content__article h3 {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #344162;
  scroll-margin-top: 7.5rem;
}
.blog-single-content__article pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.blog-single-content__article pre:not(:last-child) {
  margin-bottom: 1.25rem;
}
.blog-single-content__article blockquote {
  margin: 2.5rem 0;
  padding: 2rem 2.5rem;
  border-left: 4px solid #60B8D6;
  background-color: #FDFBF9;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: #174688;
}
.blog-single-content__article blockquote p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
.blog-single-content__article blockquote footer, .blog-single-content__article blockquote cite {
  display: block;
  margin-top: 1rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #344162;
}
@media (max-width: 767px) {
  .blog-single-content__article blockquote {
    padding: 1.5rem 1.5rem;
    font-size: 1.25rem;
  }
}
.blog-single-content__article .blog-single-content__inline-img {
  margin: 2.5rem 0;
  width: 100%;
  overflow: hidden;
}
.blog-single-content__article .blog-single-content__inline-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-sidebar__section {
  margin-bottom: 2rem;
}
.blog-sidebar__title {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #344162;
  margin-bottom: 0.75rem;
}
.blog-sidebar__toc {
  list-style-type: decimal-leading-zero;
  padding: 0 0 0 1.25rem;
  margin: 0;
}
.blog-sidebar__toc li {
  border-bottom: 1px solid #C4B7A7;
  padding-left: 0.25rem;
  position: relative;
}
.blog-sidebar__toc li::before {
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #C4B7A7;
  position: absolute;
  bottom: -1px;
  right: 100%;
}
.blog-sidebar__toc li::marker {
  color: #344162;
  font-size: 0.75rem;
  border-bottom: 1px solid #C4B7A7;
}
.blog-sidebar__toc li a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #344162;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-sidebar__toc li a:hover {
  color: #60B8D6;
}
.blog-sidebar__social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.blog-sidebar__social-icons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #344162;
  transition: color 0.3s ease;
}
.blog-sidebar__social-icons li a svg, .blog-sidebar__social-icons li a img {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}
.blog-sidebar__social-icons li a:hover {
  color: #232C4E;
}

.bray-related {
  padding: 6.25rem 0;
  background-color: #FDFBF9;
}
@media (max-width: 992px) {
  .bray-related {
    padding: 3.75rem 0;
  }
}
.bray-related__header {
  margin-bottom: 3.75rem;
}
.bray-related__header h2 {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #344162;
}
.bray-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .bray-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .bray-related__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.bray-related .bray-blog-card .blogpage__card-title {
  font-size: 1.25rem;
}

.bray-blog {
  padding: 7.5rem 0;
  background-color: #FCF8F3;
}
@media (max-width: 992px) {
  .bray-blog {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .bray-blog {
    padding: 3.75rem 0;
  }
}
.bray-blog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-bottom: 5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media (max-width: 992px) {
  .bray-blog__grid {
    gap: 3rem;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .bray-blog__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.bray-blog__load-more {
  text-align: center;
  margin-top: 2.5rem;
}

.bray-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bray-blog-card .blogpage__card-img {
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
}
.bray-blog-card .blogpage__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bray-blog-card .blogpage__card-img:hover img {
  transform: scale(1.04);
}
.bray-blog-card .blogpage__card-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bray-blog-card .blogpage__card-meta {
  margin-bottom: 1rem;
  font-weight: 500;
}
.bray-blog-card .blogpage__card-meta .cat {
  display: none;
}
.bray-blog-card .blogpage__card-meta .date {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #344162;
  font-family: "Inter", sans-serif;
}
.bray-blog-card .blogpage__card-title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #344162;
  margin: 0 0 0.5rem;
}
.bray-blog-card .blogpage__card-title a {
  transition: all 0.3s ease;
}
.bray-blog-card .blogpage__card-title a:hover {
  color: #556C8B;
}
@media (max-width: 992px) {
  .bray-blog-card .blogpage__card-title {
    font-size: 1.5rem;
  }
}
.bray-blog-card .blogpage__card-misc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin-bottom: 1rem;
}
.bray-blog-card .blogpage__card-action {
  margin-top: auto;
  display: block !important;
}
.bray-blog-card .blogpage__card-action .bray-btn--primary {
  border-bottom: 1px solid #174688;
}
.bray-blog-card .blogpage__card-action .bray-btn--primary .bray-btn__text {
  color: #344162;
}

.page-project-single {
  background-color: #FCF8F3;
}

.project-single-hero__image-wrap {
  width: 100%;
  height: 70vh;
  min-height: 45rem;
}
@media (max-width: 992px) {
  .project-single-hero__image-wrap {
    height: 50vh;
    min-height: 0;
  }
}
.project-single-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-single-hero__content-wrap {
  background-color: #232C4E;
  padding: 6.25rem 0;
  color: #EAF4FC;
}
@media (max-width: 992px) {
  .project-single-hero__content-wrap {
    padding: 3.75rem 0;
  }
}
.project-single-hero__content {
  max-width: 65rem;
}
.project-single-hero__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
  color: #EAF4FC;
}
.project-single-hero__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #EAF4FC;
}

.project-single-brief {
  background-color: #FCF8F3;
  padding: 7.5rem 0 5rem;
}
@media (max-width: 992px) {
  .project-single-brief {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .project-single-brief {
    padding: 3.75rem 0;
  }
}
.project-single-brief__grid {
  display: grid;
  grid-template-columns: 25.8125rem 1fr;
  gap: 7.5rem;
}
@media (max-width: 992px) {
  .project-single-brief__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.project-single-brief__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-single-brief__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #232C4E;
  margin: 0;
}
.project-single-brief__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232C4E;
}
@media (max-width: 767px) {
  .project-single-brief__main {
    font-size: 1rem;
    gap: 1.5rem;
  }
}
.project-single-brief__main p {
  margin: 0;
}
.project-single-brief__image-wrap {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .project-single-brief__image-wrap {
    height: 28.125rem;
    margin-top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .project-single-brief__image-wrap {
    height: 18.75rem;
    margin-top: 2.5rem;
  }
}
.project-single-brief__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-single-testimonial {
  padding: 0 0 5rem;
  background: #FCF8F3;
}
@media (max-width: 767px) {
  .project-single-testimonial {
    padding: 0 0 3.75rem;
  }
}
.project-single-testimonial__wrapper {
  border-top: 1px solid #C4B7A7;
  border-bottom: 1px solid #C4B7A7;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .project-single-testimonial__wrapper {
    padding: 3.75rem 0;
  }
}
.project-single-testimonial__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1.5rem;
  max-width: 39.375rem;
}
.project-single-testimonial__quote {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #344162;
  margin: 0;
}
.project-single-testimonial__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #344162;
}
.project-single-testimonial__avatar-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #627CBA;
  flex-shrink: 0;
}
.project-single-testimonial__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-single-testimonial__author-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.project-single-testimonial__author-name {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #232C4E;
  margin: 0 0 0.25rem;
}
.project-single-testimonial__author-location {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #344162;
  margin: 0;
}

.project-single-gallery {
  padding: 0 0 5rem;
  background: #FCF8F3;
}
@media (max-width: 767px) {
  .project-single-gallery {
    padding: 0 0 3.75rem;
  }
}
.project-single-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .project-single-gallery__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.project-single-gallery__item {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #F8F4EE;
}
.project-single-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-single-gallery__footer {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .project-single-gallery__footer {
    margin-top: 2.5rem;
  }
}

.project-single-details {
  padding: 0rem 0 7.5rem;
  background: #FCF8F3;
}
@media (max-width: 767px) {
  .project-single-details {
    padding: 0rem 0 5rem;
  }
}
.project-single-details__grid {
  display: flex;
  gap: 7.5rem;
}
@media (max-width: 992px) {
  .project-single-details__grid {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.project-single-details__main {
  flex: 1;
  max-width: 43.75rem;
}
.project-single-details__intro {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #232C4E;
  margin: 0 0 2.5rem;
}
.project-single-details__services {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.project-single-details__sidebar {
  flex-shrink: 0;
  width: 17.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.project-single-details__sidebar .bray-btn--contact {
  max-width: max-content;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #60B8D6;
}
.project-single-details__sidebar .bray-btn--contact .bray-btn__text {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .project-single-details__sidebar {
    width: 100%;
  }
}

.project-single-service {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.project-single-service__icon-wrap {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-single-service__icon {
  max-width: 100%;
  max-height: 100%;
}
.project-single-service__content {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
}
.project-single-service__title {
  font-weight: 600;
  color: #232C4E;
}

.project-single-specs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.project-single-spec__label {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #344162;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .project-single-spec__label {
    font-size: 1.25rem;
  }
}
.project-single-spec__value {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #344162;
}

.project-single-contact {
  text-decoration: none;
  color: #232C4E;
}
.project-single-contact:hover {
  opacity: 0.7;
}

.bray-projects {
  background-color: #FDFBF9;
  padding-bottom: 7.5rem;
}
@media (max-width: 1181px) {
  .bray-projects {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .bray-projects {
    padding-bottom: 2.5rem;
  }
}

.page-service-single {
  background-color: #FCF8F3;
}

.service-single .split-hero .bray-btn.bray-btn--white {
  border-color: #BCE0F4;
}

.service-intro {
  padding: 7.5rem 0;
  background: #FCF8F3;
}
@media (max-width: 992px) {
  .service-intro {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .service-intro {
    padding: 3.75rem 0;
  }
}
.service-intro__layout {
  max-width: 66.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .service-intro__layout {
    gap: 2rem;
  }
}
.service-intro__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-intro__header .bray-section-overline {
  color: #627CBA;
}
.service-intro__title {
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 500;
  color: #344162;
  margin: 0;
}
@media (max-width: 767px) {
  .service-intro__title {
    font-size: 2rem;
  }
}
.service-intro__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 52.875rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-intro__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.service-intro__text p {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}

.service-grid {
  background: #F8F1E9;
  padding: 7.5rem 0;
}
@media (max-width: 992px) {
  .service-grid {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .service-grid {
    padding: 3.75rem 0;
  }
}
.service-grid__header {
  max-width: 52.5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .service-grid__header {
    margin-bottom: 2.5rem;
  }
}
.service-grid__title {
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 500;
  color: #344162;
  margin: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .service-grid__title {
    font-size: 2rem;
  }
}
.service-grid__subtitle {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}
.service-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 2rem;
}
@media (max-width: 992px) {
  .service-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-grid__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
}
.service-card__img-wrap {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: #EAE6DF;
}
.service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card__img {
  transform: scale(1.05);
}
.service-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-card__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
}
.service-card__text {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}

.service-process {
  padding: 7.5rem 0;
  background: #F4ECE3;
}
@media (max-width: 992px) {
  .service-process {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .service-process {
    padding: 3.75rem 0;
  }
}
.service-process__layout {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 992px) {
  .service-process__layout {
    flex-direction: column;
    gap: 3rem;
  }
}
.service-process__content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service-process__content .bray-section-overline {
  margin-bottom: 0;
}
.service-process__title {
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 500;
  color: #344162;
  margin: 0;
  max-width: 40.625rem;
}
@media (max-width: 767px) {
  .service-process__title {
    font-size: 2rem;
  }
}
.service-process__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40.625rem;
}
.service-process__text p {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}
.service-process__link {
  color: #344162;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.service-process__link:hover {
  opacity: 0.7;
}
.service-process__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .service-process__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.service-process__image-wrap {
  flex: 0.79;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .service-process__image-wrap {
    flex: 1;
    justify-content: center;
  }
}
.service-process__img {
  width: 100%;
  max-width: 32.5rem;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .service-process__img {
    min-height: 40rem;
  }
}

.service-area {
  background-color: #FCF8F3;
}
.service-area + .google-reviews .google-reviews__header {
  max-width: 32.625rem;
}
@media (min-width: 1200px) {
  .service-area + .google-reviews + .bray-projects .bray-projects__desc {
    max-width: 39.375rem;
  }
}
@media (min-width: 1200px) {
  .service-area + .google-reviews + .bray-projects .bray-projects__title {
    max-width: 27rem;
  }
}
.service-area__layout {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .service-area__layout {
    flex-direction: column;
    min-height: auto;
  }
}
.service-area__left {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .service-area__left {
    width: 100%;
    min-height: 31.25rem;
  }
}
@media (max-width: 767px) {
  .service-area__left {
    min-height: 25rem;
  }
}
.service-area__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service-area__right {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 7.5rem 5rem;
  background: #FCF8F3;
}
@media (max-width: 992px) {
  .service-area__right {
    width: 100%;
    padding: 5rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .service-area__right {
    padding: 3.75rem 1.25rem;
  }
}
.service-area__content {
  max-width: 35.625rem;
  display: flex;
  flex-direction: column;
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1181px) {
  .service-area__content {
    max-width: 100%;
  }
}
.service-area__title {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #344162;
  margin: 1rem 0 1.5rem;
}
@media (max-width: 767px) {
  .service-area__title {
    font-size: 2rem;
  }
}
.service-area__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0 0 4rem;
  max-width: 30rem;
}
@media (max-width: 767px) {
  .service-area__desc {
    margin: 0 0 2.5rem;
  }
}
.service-area__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .service-area__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.service-area__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.service-area__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #344162;
  margin: 0;
}
.service-area__item-suburbs {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
  margin: 0;
}
.service-area + .google-reviews {
  background: #F8F1E9;
}

.contactpage {
  background-color: #FFF;
}
.contactpage h2.section__title {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.page-static main {
  overflow: visible;
}
.page-static main .page-hero {
  padding-top: 0;
}

.static-main {
  background-color: #FCF8F3;
  padding: 7.5rem 0;
  color: #232C4E;
}
@media (max-width: 992px) {
  .static-main {
    padding: 2.5rem 0 5rem;
  }
}

.static-content {
  max-width: 50rem;
  margin: 0 auto;
  width: 100%;
}

.static-section {
  margin-bottom: 5rem;
}
.static-section:last-child {
  margin-bottom: 0;
}
.static-section__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  color: #232C4E;
}
@media (max-width: 767px) {
  .static-section__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.static-section article {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #344162;
}
.static-section article p {
  margin-bottom: 1.5rem;
}
.static-section article ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-bottom: 1.5rem;
}
.static-section article h4 {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #232C4E;
}

.custom__box {
  border-radius: 0.375rem;
  border: 1px solid #1E1A15;
  overflow: hidden;
  color: #112519;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom__header, .custom__content {
  padding: 0.75rem;
}
.custom__header {
  background: #F6F2EE;
}
.custom__name {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.custom__sub {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.66667;
  font-weight: 600;
}
.custom__prices {
  font-size: 1.5rem;
  line-height: 1.333;
  display: flex;
  gap: 0.5rem;
  font-weight: 600;
}
.custom__prices span:not(:last-child) {
  text-decoration: line-through;
  opacity: 0.5;
}
.custom__content {
  flex: 0 1 auto;
}
.custom__section:not(:last-child) {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #F1ECE6;
  margin-bottom: 0.75rem;
}
.custom__list {
  font-size: 0.75rem;
  line-height: 1.66667;
}
.custom__list-qty {
  min-width: 1.25rem;
}
.custom__action {
  margin-top: auto;
  padding: 0 0.75rem 0.75rem;
}
.custom__action .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .custom {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .custom__items {
    row-gap: 0.75rem;
  }
  .custom__content {
    max-height: 25.625rem;
    overflow: auto;
  }
}

.singprod {
  padding-top: 2.5rem;
  color: #112519;
}
.singprod__photo {
  background-color: #000;
  display: block;
  position: relative;
}
.singprod__photo:before {
  content: "";
  display: block;
  padding: 95.3846153846% 0 0;
}
.singprod__photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.singprod__photo-thumb {
  cursor: pointer;
  position: relative;
  width: 23.0769230769%;
  background-color: #000;
  display: block;
  position: relative;
}
.singprod__photo-thumb:before {
  content: "";
  display: block;
  padding: 50% 0;
}
.singprod__photo-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.singprod__photo-thumb::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  pointer-events: none;
  background: #fff;
  box-sizing: border-box;
}
.singprod__photo-thumb.active::after {
  border: 2px solid #232C4E;
}
.singprod__photo-thumb imga {
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
  position: relative;
}
.singprod h1 {
  margin: 0 0 1rem;
}
.singprod .section__article {
  padding-right: 0.25rem;
}
.singprod__feature-item {
  background: #F6F2EE;
  border-radius: 6.1875rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.66667;
}
.singprod__prices {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
  color: #1E1A15;
}
.singprod__prices span:not(:last-child) {
  text-decoration: line-through;
  opacity: 0.5;
}
.singprod__action, .singprod__info {
  border-bottom: 1px solid #E2D9D0;
}
.singprod__variant {
  width: 100%;
}
.singprod__variant-item {
  display: block;
  position: relative;
}
.singprod__variant-item input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.singprod__variant-item input:checked + .singprod__variant-text {
  border-color: #232C4E;
  color: #232C4E;
  background: rgba(199, 58, 31, 0.04);
}
.singprod__variant-item input:checked + .singprod__variant-text span {
  color: #232C4E;
}
.singprod__variant-text {
  min-width: 5.3125rem;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  border: 1px solid #E2D9D0;
  color: #152B1E;
  cursor: pointer;
  background: #fff;
}
.singprod__variant-text span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #344C3D;
}
.singprod__variant-text:hover {
  border-color: #232C4E;
}
.singprod__qty {
  border: 1px solid #E2D9D0;
  border-radius: 0.375rem;
  overflow: hidden;
  width: 8rem;
}
.singprod__qty-plus, .singprod__qty-minus {
  flex: 0 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.singprod__qty-plus:hover, .singprod__qty-minus:hover {
  background: #F6F2EE;
}
.singprod__qty-plus.disabled, .singprod__qty-minus.disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #eee;
}
.singprod__qty-field {
  flex: 0 0 2.875rem;
}
.singprod__qty-field input {
  width: 2.875rem;
  height: 2.5rem;
  text-align: center;
  border: solid #E2D9D0;
  border-width: 0 1px;
  appearance: none;
}
.singprod__detail .accordion__header {
  padding: 0.75rem 0;
  font-size: 0.75rem;
  line-height: 1.66667;
  text-transform: uppercase;
  align-items: center;
}
.singprod__detail .accordion__content {
  padding: 0 0 0.75rem;
}
@media (min-width: 1200px) {
  .singprod__photo-col {
    width: 43.5897435897%;
  }
}

.notfound {
  background-color: #FDFBF9;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 1.5rem 7.5rem;
  text-align: center;
}
.notfound__content-wrap {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notfound__title {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 11.25rem;
  font-weight: 500;
  line-height: 1;
  color: #232C4E;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .notfound__title {
    font-size: 7.5rem;
  }
}
.notfound__subtitle {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #232C4E;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .notfound__subtitle {
    font-size: 1.75rem;
  }
}
.notfound__desc {
  font-family: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #344162;
  margin: 0 0 2.5rem;
}
.notfound__btn-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .notfound__btn-group {
    flex-direction: column;
    width: 100%;
  }
  .notfound__btn-group .bray-btn {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=main.css.map */
