:root {
  --brown: #d9a866;
  --dark-blue: #02011e;
  --blue: #0034b2;
}

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.c-container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.c-container.cc-small {
  max-width: 1125px;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  padding: 42px 140px;
  display: flex;
}

.footer-inner.cc-top {
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-inner_top {
  background-color: var(--brown);
}

.footer-inner_bottom {
  background-color: var(--dark-blue);
}

.footer-logo {
  width: 200px;
}

.c-img {
  max-width: 100%;
  height: 100%;
  display: block;
}

.c-img.cc-cover {
  object-fit: cover;
}

.c-img.cc-hero {
  opacity: 1;
  object-fit: cover;
  width: 100%;
}

.c-img.cc-contact, .c-img.cc-services {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 22%;
  width: 100%;
}

.c-img.cc-service {
  object-fit: cover;
  width: 100%;
}

.socials-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-wrapper.cc-contact {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
}

.social_link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social_link.uc-hide {
  display: none;
}

.footer-legal_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal_link {
  color: #fff;
  text-decoration: none;
}

.footer-legal_link:hover {
  color: var(--brown);
}

.footer-top_left {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  max-width: 377px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.uc-h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 110%;
}

.uc-h1.cc-hero {
  font-weight: 300;
  line-height: 125%;
}

.c-button {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.c-button:hover {
  background-color: var(--brown);
  color: #fff;
}

.c-button.cc-alt {
  color: #fff;
  background-color: #000;
}

.c-button.cc-alt:where(.w-variant-a675322f-0f30-6cd7-cf94-009789a738a5) {
  filter: none;
}

.c-button.cc-alt:hover {
  background-color: var(--brown);
}

.c-button.cc-wide {
  min-width: 315px;
}

.c-button.cc-blue {
  color: #fff;
  background-color: #0034b2;
}

.c-button.cc-dark-blue {
  background-color: var(--dark-blue);
  color: #fff;
}

.c-button.cc-dark-blue:hover {
  background-color: var(--brown);
}

.c-button.cc-white:hover {
  background-color: var(--dark-blue);
}

.footer-contact_wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.footer-contact_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex-flow: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.footer-contact_header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-contact_link {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

.footer-contact_link:hover {
  color: var(--blue);
}

.footer-top_right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav {
  flex-flow: column;
  display: flex;
}

.footer-nav_link {
  color: #000;
  text-transform: uppercase;
  padding: 24px 12px;
  font-weight: 500;
  text-decoration: none;
}

.footer-nav_link:hover {
  color: var(--blue);
}

.footer-nav_link.uc-hide {
  display: none;
}

.page-wrapper.cc-about {
  background-color: var(--dark-blue);
}

.c-nav {
  z-index: 99;
  color: #000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav:where(.w-variant-a675322f-0f30-6cd7-cf94-009789a738a5), .c-nav.cc-transparent {
  color: #fff;
  background-color: #0000;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  padding: 25px 84px;
  display: flex;
}

.nav-logo {
  width: 135px;
}

.nav-link_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--blue);
}

.nav-link.uc-hide {
  display: none;
}

.nav-divider {
  opacity: .7;
  background-color: #000;
  width: 1.5px;
  height: 20px;
}

.nav-divider:where(.w-variant-a675322f-0f30-6cd7-cf94-009789a738a5) {
  background-color: #fff;
}

.nav-divider.uc-hide {
  display: none;
}

.nav-right {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-hero {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 750px;
  max-height: 900px;
  display: flex;
  position: relative;
}

.c-hero.cc-contact {
  min-height: 0;
  max-height: 700px;
}

.c-hero.cc-services {
  justify-content: center;
  align-items: center;
  min-height: 0;
  max-height: 700px;
  padding-left: 140px;
  padding-right: 140px;
}

.c-hero.cc-about {
  justify-content: center;
  align-items: center;
  min-height: 0;
  max-height: 750px;
  padding-left: 140px;
  padding-right: 140px;
}

.hero-bg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg.cc-services {
  background-image: linear-gradient(#02015e, #0000 29%), url('../images/services-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-bg.cc-about {
  background-image: linear-gradient(#000, #0000 51%), url('../images/about-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 26%, #000);
  position: absolute;
  inset: 0%;
}

.hero-inner {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  position: relative;
}

.hero-inner.cc-services, .hero-inner.cc-about {
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-text_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-image: linear-gradient(#0000, #000), linear-gradient(#0000001a, #0000001a);
  flex-flow: column;
  max-width: 460px;
  padding: 65px;
  display: flex;
}

.hero-text_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #ffffffb3;
  flex-flow: column;
  display: flex;
}

.c-services {
  position: relative;
}

.services-inner {
  padding: 140px 140px 70px;
}

.services-inner.cc-page {
  padding-top: 0;
  padding-bottom: 120px;
}

.services-title_wrapper {
  max-width: 1100px;
  margin-bottom: 55px;
}

.uc-h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.section-title {
  color: var(--brown);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

.section-title.cc-values {
  color: var(--dark-blue);
  margin-bottom: 0;
}

.services-inner_flex {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  height: 360px;
  display: flex;
}

.services-slider {
  background-image: url('../images/bg-pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e6e6e6;
  flex: 1;
  max-width: 700px;
  height: 100%;
  display: flex;
}

.services-slide {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.uc-h2 {
  letter-spacing: -1px;
  font-size: 41px;
  font-weight: 300;
}

.services-slide_inner {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  max-width: 450px;
  font-size: 18px;
  line-height: 128%;
  display: flex;
}

.services-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 375px;
  height: 100%;
  display: flex;
}

.services-cta_img {
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.c-projects {
  background-image: linear-gradient(#fff, #0000 42%), url('../images/bg-pattern.svg');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto 850px;
}

.projects-inner {
  padding: 70px 140px 140px;
}

.projects-inner_top {
  color: #fff;
  background-image: url('../images/gallery-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 80px 100px;
}

.projects-title_wrapper {
  max-width: 460px;
}

.projects-inner_bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--dark-blue);
  color: #ffffffb3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.c-contact {
  background-image: url('../images/bg-pattern.svg');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-inner {
  padding: 0 140px 140px;
}

.contact-form_container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  background-image: linear-gradient(#0000, #000);
  border-bottom: 17px solid #0034b2;
  justify-content: space-between;
  width: 100%;
  max-width: 1125px;
  min-height: 520px;
  margin: -400px auto 56px;
  padding: 56px;
  display: flex;
}

.contact-form_left {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  max-width: 300px;
  padding-top: 12px;
  display: flex;
}

.contact-subheading {
  opacity: .7;
}

.contact-form_wrapper {
  background-color: #fff;
  flex: 1;
  align-self: stretch;
  padding: 40px;
}

.contact-form_block {
  height: 100%;
  margin-bottom: 0;
}

.contact-form {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.contact-form_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.form-field {
  color: #000;
  border: 1px #000;
  border-bottom: .5px solid #e6e6e6;
  min-height: 46px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
}

.form-field::placeholder {
  color: gray;
}

.select-field {
  color: gray;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 1px #000;
  border-bottom: .5px solid #e6e6e6;
  min-height: 46px;
  margin-bottom: 16px;
  padding: 0 16px;
  font-size: 14px;
}

.text-field_wrapper {
  border: .5px solid #e6e6e6;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.textarea {
  border: 0 solid #000;
  padding: 0;
  font-size: 14px;
}

.textarea.cc-contact {
  color: #000;
  resize: none;
  flex: 1;
}

.contact-details_container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--dark-blue);
  color: #fff;
  justify-content: flex-start;
  width: 100%;
  max-width: 1125px;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 76px;
  display: flex;
}

.contact-details_inner {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-details_header {
  color: var(--brown);
  text-transform: uppercase;
  min-width: 120px;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.contact-address_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 270px;
  display: flex;
}

.contact-link_block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.contact-link {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.contact-link_header {
  color: var(--brown);
  font-size: 12px;
}

.contact-link_flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  display: flex;
}

.c-legal {
  padding-top: 140px;
  padding-bottom: 140px;
}

.legal-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.page-header {
  background-color: var(--dark-blue);
  color: var(--brown);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1125px;
  min-height: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.page-header.cc-centered {
  justify-content: center;
  align-items: center;
}

.page-header.cc-services {
  justify-content: center;
  align-items: center;
  margin-top: -65px;
}

.page-header.cc-about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: -100px;
  margin-bottom: 120px;
  padding: 105px 120px;
}

.legal-richtext {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.legal-richtext p {
  margin-bottom: 35px;
  line-height: 1.4;
}

.legal-richtext h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.legal-richtext h2, .legal-richtext h3 {
  margin-bottom: 20px;
}

.legal-richtext h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.legal-richtext h5, .legal-richtext h6 {
  margin-bottom: 20px;
}

.legal-richtext li {
  margin-bottom: 10px;
}

.services-block_wrapper {
  grid-column-gap: 4.5%;
  grid-row-gap: 45px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1125px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30.33%;
  min-height: 300px;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
}

.service-block_img {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.services-hero_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #0000004d;
  border: 1px solid #fff;
  flex-flow: column;
  width: 100%;
  padding: 50px;
  display: flex;
}

.services-hero_wrapper {
  max-width: 610px;
}

.services-text_wrapper {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.c-blog {
  background-image: url('../images/faded-pattern.svg');
  background-position: 0 220px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.c-blog.cc-open {
  background-image: none;
  padding-top: 0;
}

.blog-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.blog-inner.cc-open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-wrapper {
  background-color: #fff;
  padding: 10px;
}

.blogpost-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blogpost-card {
  border: 1px solid #e6e6e6;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blogpost-card.cc-latest {
  position: relative;
}

.blogpost-card.cc-open {
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}

.blogpost-thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blogpost-thumbnail.cc-latest {
  height: 100%;
}

.blogpost-details {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-style: solid none none;
  border-width: 10px 1px 1px;
  border-color: var(--brown) black black;
  color: #000;
  flex-flow: column;
  padding: 35px;
  display: flex;
}

.blogpost-details.cc-latest {
  color: #fff;
  background-image: linear-gradient(#0000, #000);
  border-top-style: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.blogpost-details.cc-open {
  border-bottom: 10px solid var(--blue);
  background-color: var(--dark-blue);
  color: #fff;
  border-top-style: none;
  margin-top: -130px;
  padding: 60px 70px;
}

.blogpost-date {
  color: var(--blue);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}

.blogpost-date.cc-grey {
  color: #fff9;
}

.blogpost-date.cc-open {
  color: var(--brown);
}

.blogpost-excerpt {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.latest-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000004d;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 20px;
  left: 24px;
}

.blogpost-pagination {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost-pagination_btn {
  color: #000;
  text-align: center;
  border: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.blogpost-pagination_btn.cc-active {
  border-color: var(--blue);
  color: var(--blue);
}

.c-videos {
  background-image: url('../images/faded-pattern.svg');
  background-position: 0 220px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.videos-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.videos-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.videos-card {
  border: 1px solid #e6e6e6;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.videos-card.cc-latest {
  position: relative;
}

.video-thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.video-thumbnail.cc-latest {
  height: 100%;
}

.video-details {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-style: solid none none;
  border-width: 10px 1px 1px;
  border-color: var(--brown) black black;
  color: #000;
  flex-flow: column;
  padding: 35px;
  display: flex;
}

.video-details.cc-latest {
  color: #fff;
  background-image: linear-gradient(#0000, #000);
  border-top-style: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.video-date {
  color: var(--blue);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}

.video-date.cc-grey {
  color: #fff9;
}

.video-title {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.play-icon {
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  top: 110px;
  left: 50%;
}

.video-player {
  z-index: 99;
  pointer-events: none;
  background-color: #000000db;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-player.cc-show {
  pointer-events: auto;
  display: flex;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  width: 900px;
  max-width: 80%;
  position: relative;
}

.close-icon {
  background-image: url('../images/close-large-fill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -50px -50px auto auto;
}

.about-hero_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--brown);
  color: #fff;
  background-color: #0000004d;
  flex-flow: column;
  width: 100%;
  padding: 50px;
  display: flex;
}

.about-hero_wrapper {
  max-width: 610px;
}

.about-text_wrapper {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.c-about {
  position: relative;
}

.about-inner {
  padding: 0 140px 140px;
}

.about-inner.cc-page {
  padding-top: 0;
  padding-bottom: 120px;
}

.philosophy-title_wrapper {
  max-width: 170px;
  font-size: 18px;
  line-height: 130%;
}

.philosophy-text_wrapper {
  max-width: 490px;
  font-size: 18px;
  line-height: 130%;
}

.mission-container {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mission-text_wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  max-width: 495px;
  font-size: 19px;
  font-weight: 300;
  line-height: 145%;
  display: flex;
}

.paragraph {
  text-align: left;
}

.brown-text {
  color: var(--brown);
}

.c-values {
  background-color: #fff;
}

.values-inner {
  padding: 120px;
}

.value-block_wrapper {
  grid-column-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.value-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
}

.value-block_img {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 295px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.values-title_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1125px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-line {
  background-color: var(--brown);
  flex: 1;
  height: 1px;
}

.value-img {
  z-index: 0;
  opacity: .6;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.relative {
  position: relative;
}

.service-img {
  z-index: 0;
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-richtext {
  max-width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.blog-richtext p {
  margin-bottom: 35px;
  line-height: 1.3;
}

.blog-richtext h1, .blog-richtext h2 {
  margin-bottom: 35px;
  font-weight: 400;
}

.blog-richtext h3 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 400;
}

.blog-richtext h4 {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 400;
}

.blog-richtext h5, .blog-richtext h6 {
  margin-bottom: 35px;
  font-weight: 400;
}

.blog-richtext img {
  margin-bottom: 35px;
}

.blog-richtext figcaption {
  margin-top: -20px;
  margin-bottom: 35px;
}

.blog-blue_bg {
  background-color: #0034b20d;
  width: 100%;
  min-height: 700px;
  margin-bottom: -570px;
}

.back-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue);
  text-transform: uppercase;
  background-image: url('../images/arrow-right-long-line.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 30px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.value-overlay {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  background-color: #02011ee6;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: .8vw;
  line-height: 1.4;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-overlay {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  background-color: #02011ee6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  font-size: .9vw;
  line-height: 1.4;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dropdown_toggle {
  text-transform: uppercase;
  color: inherit;
  padding: 0;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-dropdown_toggle:hover, .nav-dropdown_toggle.w--current {
  color: var(--blue);
}

.nav-dropdown_list {
  z-index: 110;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  top: 30px;
}

.nav-dropdown_link {
  color: #02011e80;
  border-bottom: 1px solid #02011e1a;
  padding-left: 0;
  padding-right: 0;
  transition: color .2s;
}

.nav-dropdown_link:hover {
  color: #02011e;
}

.nav-dropdown_link.w--current {
  color: var(--blue);
}

.nav-dropdown_link.cc-last {
  border: 1px #000;
}

.footer-subtext {
  font-weight: 500;
}

#w-node-_433fcfda-3388-ad29-902f-7047e947218e-b524424b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


