.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 170%;
}

h5, h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  padding-bottom: 15px;
}

blockquote {
  color: #000;
  text-align: center;
  background-color: #d9e3db;
  border-left: 0 rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 44px 35px;
  font-size: 18px;
  line-height: 170%;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: #333;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #333;
  border-radius: 4px;
  outline: 1px dotted #000;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #333;
  border-radius: 4px;
  outline: 1px dotted #000;
}

.button-primary {
  grid-column-gap: 12px;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 48px;
  padding: 12px 34px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
}

.button-primary:active {
  background-color: #000;
}

.button-primary.arrow-button {
  background-image: url('../images/ic-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  align-items: center;
  padding-right: 60px;
}

.button-primary.arrow-button:hover {
  background-image: url('../images/form-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.button-primary.arrow-button.white-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/form-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-color: #fff;
}

.button-primary.arrow-button.white-button:hover {
  color: #000;
  background-color: #fff;
  background-image: url('../images/ic-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.button-primary.arrow-button.full-size-button {
  width: 100%;
  margin-top: 30px;
}

.button-primary.full-size {
  grid-column-gap: 0px;
  border-style: none;
  border-radius: 1px;
  padding-left: 0;
  padding-right: 30px;
  display: inline-block;
}

.button-primary.button-back-arrow {
  background-image: url('../images/ic-back-arrow.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-left: 60px;
}

.button-primary.button-back-arrow:hover {
  background-image: url('../images/ic-back-arrow-hover.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.button-primary.newsletter-btn {
  width: 100%;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-button {
  margin-left: 35px;
  padding-bottom: 0;
  padding-right: 0;
}

.nav-link-wrap {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-wrap {
  min-height: 800px;
  background-color: #d9e3db;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #0a0045;
  border: 1px solid #0a0045;
  border-radius: 48px;
  padding: 12px 34px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  display: inline-block;
}

.button-secondary:hover, .button-secondary:focus {
  color: #0a0045;
  background-color: rgba(0, 0, 0, 0);
}

.button-link {
  color: #0a0045;
  background-image: url('../images/link-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.button-link:hover {
  background-image: url('../images/link-arrow-hover.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.button-link.learn-more {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-link.blog-link {
  margin-top: 30px;
  display: inline-block;
}

.hero-data {
  width: 100%;
  max-width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-image-wrap {
  width: 100%;
  height: 100%;
  max-width: 45%;
  min-width: 45%;
  background-color: #0a0045;
  background-image: url('../images/bng_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}

.yellow-square {
  width: 100px;
  height: 100px;
  background-color: #f4e486;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sub-heading-text {
  color: #333;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.sub-heading-text.white {
  color: #fff;
}

.hero-title {
  color: #0a0045;
  margin-bottom: 25px;
}

.hero-text {
  width: 100%;
  max-width: 72%;
  margin-bottom: 0;
}

.about-wrap {
  grid-column-gap: 84px;
  justify-content: space-between;
  display: flex;
}

.about-text {
  color: #333;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.sub-heading {
  color: #fff;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.sub-heading.black {
  color: #333;
  margin-bottom: 0;
}

.sub-title-square {
  width: 20px;
  height: 20px;
  background-color: #f4e486;
  margin-right: 10px;
}

.color-main {
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.color-main.secondary-color {
  background-color: #f4e486;
}

.color-main.title {
  background-color: #000;
}

.color-main.background {
  background-color: #d9e3db;
}

.color-main.font {
  background-color: #333;
}

.color-main.primary-color {
  background-color: #0a0045;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.heading-text {
  color: #000;
  font-size: 120px;
  font-weight: 200;
  line-height: 100%;
}

.text-font {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.style-guide-title {
  padding-top: 0;
  padding-bottom: 150px;
}

.font-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.main-heading-alphabet {
  margin-bottom: 5px;
}

.button-wrap {
  grid-column-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.main-heading {
  margin-bottom: 10px;
}

.style-guide-section {
  padding-top: 0;
  padding-bottom: 150px;
}

.main-heading-numbers {
  margin-bottom: 0;
}

.body-text {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.style-guide-inner.grid {
  grid-column-gap: 20px;
  display: flex;
}

.hading-item-block {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.color-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
}

.primary-font {
  color: #000;
  font-size: 120px;
  font-weight: 100;
  line-height: 100%;
}

.body-small {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.body-small.uppercase {
  color: #333;
  line-height: 170%;
}

.font-inner {
  grid-column-gap: 358px;
  display: flex;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.font-section {
  padding-top: 0;
  padding-bottom: 150px;
}

.color-block {
  width: 100%;
  max-width: 120px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-block.left-move {
  margin-left: -40px;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.hading-inner-block {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-block {
  width: 300px;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-white {
  color: #fff;
  margin-bottom: 0;
}

.project-list {
  grid-column-gap: 60px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.project-list.similar-list {
  margin-bottom: 0;
}

.project-link {
  text-decoration: none;
  display: block;
}

.project-image-box {
  background-color: #d9e3db;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.project-info {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-order {
  grid-column-gap: 4px;
  color: #fff;
  font-size: 22px;
  display: flex;
}

.vision-left {
  width: 100%;
  max-width: 50%;
}

.vision-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.vision-right {
  width: 100%;
  max-width: 50%;
}

.vision-list-wrap {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.about-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.project-section {
  background-color: #0a0045;
  padding-top: 120px;
  padding-bottom: 120px;
}

.vision-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.single-text {
  text-align: right;
  margin-bottom: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.project-thumb {
  width: 100%;
  max-height: 520px;
  min-height: 520px;
  object-fit: cover;
}

.project-box-title {
  color: #fff;
  margin-bottom: 0;
}

.project-items {
  width: 100%;
  max-width: 33.33%;
}

.empty-state {
  color: #0a0045;
  text-align: center;
  background-color: #d9e3db;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
}

.section-title {
  color: #000;
  border-left: 5px solid #00a0e4;
  border-right: 5px #00a0e4;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 50px;
  line-height: 140%;
  display: flex;
}

.section-title-wrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.checklist-item {
  background-image: url('../images/checklist-tick.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 35px;
}

.checklist-item.last-checklist {
  margin-bottom: 0;
}

.vision-image-box {
  background-color: #d9e3db;
}

.stats-section {
  background-color: #d9e3db;
  padding-top: 120px;
  padding-bottom: 120px;
}

.stats-wrap {
  grid-column-gap: 150px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stats-left, .stats-right {
  width: 100%;
  max-width: 50%;
}

.stats-count {
  color: #000;
  padding-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 150%;
}

.stats-text {
  font-size: 18px;
  line-height: 150%;
}

.stats-number-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.stats-border {
  border-bottom: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.stats-number-box {
  width: 100%;
  max-width: 100%;
}

.service-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.right-button-wrap {
  justify-content: flex-end;
  display: flex;
}

.service-link {
  width: 100%;
  color: #333;
  text-decoration: none;
}

.service-items {
  width: 100%;
}

.service-list {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.service-image-box {
  background-color: #d9e3db;
  position: relative;
  overflow: hidden;
}

.service-info {
  margin-top: 15px;
}

.service-thumb {
  width: 100%;
  max-height: 470px;
  min-height: 470px;
  object-fit: cover;
}

.service-title {
  margin-bottom: 0;
}

.service-order {
  font-size: 14px;
  font-weight: 500;
}

.cta-section {
  padding-bottom: 150px;
}

.blue-cta-wrap {
  background-color: #0a0045;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.cta-left {
  padding-right: 30px;
}

.cta-title {
  width: 100%;
  max-width: 62%;
  color: #fff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 140%;
}

.cta-link {
  color: #fff;
  background-image: url('../images/ic-white-link.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-right: 35px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link:hover {
  background-image: url('../images/ic-white-link-hover.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.green-square {
  width: 100px;
  height: 100px;
  background-color: #d9e3db;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team-section {
  background-color: #d9e3db;
  margin-bottom: 150px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.right-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  transition: opacity .3s;
  display: flex;
  top: -104px;
  right: 0;
}

.right-arrow:hover {
  opacity: .5;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.right-arrow.right-review-arrow {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.team-slide {
  height: auto;
  margin-left: 0;
  margin-right: 40px;
}

.left-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  transition: opacity .3s;
  display: flex;
  top: -104px;
  right: 50px;
}

.left-arrow:hover {
  opacity: .5;
}

.left-arrow.left-review-arrow {
  top: auto;
  bottom: 0;
  left: auto;
  right: 50px;
}

.person-image {
  width: 100%;
  max-height: 352px;
  max-width: 100%;
  min-height: 352px;
  object-fit: cover;
  overflow: hidden;
}

.member-image {
  background-color: #fff;
}

.team-wrap {
  width: 100%;
  height: auto;
  max-width: 380px;
  overflow: visible;
}

.member-details {
  grid-row-gap: 7px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  padding: 20px 24px;
}

.d-none {
  display: none;
}

.team-slider {
  height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.team-name {
  margin-bottom: 4px;
}

.member-box {
  width: 100%;
}

.slider-arrow {
  width: 14px;
  height: 14px;
}

.blog-section {
  padding-bottom: 150px;
}

.blog-list {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.latest-blog-wrap {
  align-items: center;
  display: flex;
}

.lb-thumb {
  width: 100%;
  max-width: 287px;
  min-width: 287px;
  background-color: #d9e3db;
  overflow: hidden;
}

.lb-text {
  padding-left: 30px;
}

.lb-thumb-img {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  object-fit: cover;
}

.blog-link {
  text-decoration: none;
}

.blog-date {
  font-size: 14px;
}

.latest-blog-title {
  margin-top: 8px;
  margin-bottom: 20px;
}

.blog-short-info {
  max-height: 3.4em;
  margin-bottom: 0;
  overflow: hidden;
}

.review-section {
  background-color: #d9e3db;
  margin-bottom: 150px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.review-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.review-box {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
}

.review-img-box {
  background-color: #ced9d0;
}

.review-img {
  width: 100%;
  max-height: 540px;
  max-width: 460%;
  min-height: 540px;
  min-width: 460px;
  object-fit: cover;
}

.review-quote {
  text-align: left;
  background-image: url('../images/ic-quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 35px 0 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 170%;
}

.faq-section {
  margin-bottom: 150px;
}

.arrow-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-wrapper-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.faq-dropdown {
  border-bottom: 1px solid #e6e6e6;
  transition: border .3s;
  display: block;
}

.faq-dropdown:focus {
  border-color: rgba(0, 0, 0, .2);
}

.faq-title {
  color: #000;
  white-space: pre-line;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.faq-answer-block {
  padding: 25px;
}

.faq-answer-block.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.faq-d-button {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  display: flex;
}

.faq-d-button.top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-data {
  width: 100%;
  max-width: 75%;
  margin-bottom: 0;
}

.contact-cta-section {
  text-align: center;
  background-color: #d9e3db;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-section {
  color: #fff;
  background-color: #fff;
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer-top-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.green-cta-title {
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 700;
  line-height: 170%;
}

.green-cta-text {
  width: 100%;
  max-width: 40%;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 170%;
}

.footer-newsletter {
  width: 100%;
  max-width: 350px;
}

.footer-title {
  color: #fff;
  margin-bottom: 20px;
}

.newsletter-field-wrap {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 20px 25px 20px 0;
}

.newsletter-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #d9e3db;
}

.newsletter-input::-ms-input-placeholder {
  color: #fff;
}

.newsletter-input::placeholder {
  color: #fff;
}

.submit-button {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/form-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 0;
  font-size: 0;
  position: absolute;
  right: 0;
}

.success-message {
  color: #0a0045;
  background-color: #d9e3db;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.error-message {
  color: #000;
  text-align: center;
  background-color: #f4e486;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.form-block {
  margin-bottom: 0;
}

.links-wrap {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.link-item {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  width: 100%;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: #d9e3db;
}

.footer-link-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.copyright-link:hover {
  color: #d9e3db;
}

.copyright-text {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}

.about-hero-section {
  padding-bottom: 150px;
}

.page-hero-wrap {
  padding-top: 100px;
}

.who-we-are-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.who-we-are-img {
  width: 100%;
  max-width: 50%;
  background-color: #d9e3db;
}

.who-we-are-text {
  width: 100%;
  max-width: 50%;
}

.about-hero-image {
  width: 100%;
  object-fit: cover;
}

.who-we-are-data {
  margin-top: 40px;
  margin-bottom: 100px;
}

.mission-section {
  background-color: #281ca5;
  padding-top: 120px;
  padding-bottom: 120px;
}

.mission-data-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  padding-top: 40px;
  display: grid;
}

.innovation-section {
  border-top: 5px #000;
  padding-top: 150px;
  padding-bottom: 150px;
}

.work-process-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 80px;
  display: grid;
}

.innovation-wrap {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.innovation-checklist {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
}

.innovation-left {
  width: 100%;
  max-width: 50%;
}

.innovation-right {
  width: 100%;
  max-width: 50%;
  background-color: #d9e3db;
}

.innovation-img {
  width: 100%;
}

.process-box {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.process-number-round {
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-title {
  margin-bottom: 15px;
}

.service-list-section {
  padding-bottom: 150px;
}

.service-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-arrow {
  width: 38px;
  height: 38px;
  opacity: 0;
}

.service-list-link {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.service-list-item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.service-list-collection {
  width: 100%;
}

.service-list-number, .service-list-title {
  color: #000;
  font-size: 26px;
  line-height: 150%;
}

.service-list-text {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.service-lists {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-section {
  padding-bottom: 150px;
}

.awards-list-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-wrap {
  grid-column-gap: 100px;
  align-items: flex-start;
  display: flex;
}

.awards-lists {
  margin-bottom: 0;
  padding-left: 0;
}

.page-title {
  padding-bottom: 40px;
}

.projects-grid-wrap {
  padding-bottom: 150px;
}

.project-grid-box-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-grid-link {
  width: 100%;
  text-decoration: none;
}

.project-grid-img-wrap {
  background-color: #d9e3db;
  position: relative;
  overflow: hidden;
}

.project-grid-img {
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}

.project-grid-info {
  width: 100%;
  max-width: 35%;
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  justify-items: end;
  padding-left: 10px;
  line-height: 150%;
  display: grid;
}

.project-label-wrap {
  grid-column-gap: 4px;
  font-size: 14px;
  display: flex;
}

.project-grid-text {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.project-grid-title {
  width: 100%;
  max-width: 65%;
  margin-bottom: 0;
}

.pagination {
  justify-content: flex-end;
  margin-top: 60px;
}

.project-grid-label {
  text-align: right;
}

.project-list-wrap {
  padding-bottom: 150px;
}

.project-list-link {
  grid-column-gap: 30px;
  border-bottom: 1px solid #d9d9d9;
  align-items: stretch;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.project-list-img-wrap {
  width: 35%;
  max-width: 438px;
  background-color: #d9e3db;
  position: relative;
  overflow: hidden;
}

.project-list-img {
  width: 100%;
  max-height: 700px;
  max-width: 400px;
  object-fit: scale-down;
}

.project-list-right {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.project-list-info {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-list-title {
  margin-bottom: 10px;
}

.project-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.related-project-section {
  background-color: #0a0045;
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-hero-wrap {
  min-height: 580px;
  background-color: #d9e3db;
}

.project-hero {
  width: 100%;
  object-fit: cover;
}

.project-overview {
  padding-top: 60px;
  padding-bottom: 150px;
}

.project-gallery {
  padding-bottom: 150px;
}

.overview-wrap {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.overview-left {
  width: 100%;
  max-width: 100%;
}

.overview-right {
  width: 100%;
  max-width: 360px;
  background-color: #f4e486;
  padding: 30px;
}

.information-list {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.information-list.last-info {
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-icon {
  width: 30px;
  height: 30px;
}

.p-info-label {
  color: #000;
}

.information-title {
  margin-bottom: 40px;
}

.gallery-plus {
  width: 54px;
  height: 54px;
  opacity: 0;
  background-color: #fff;
  background-image: url('../images/gallery-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-lightbox {
  background-color: #d9e3db;
  position: relative;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.hover-icon {
  z-index: 1;
  width: 54px;
  height: 54px;
  background-color: #fff;
  background-image: url('../images/gallery-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.our-service-section {
  padding-bottom: 150px;
}

.our-service-list {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-img-wrap {
  background-color: #d9e3db;
}

.service-details-wrap {
  padding-top: 80px;
  padding-bottom: 150px;
}

.service-cta-wrap {
  padding-bottom: 150px;
}

.service-overview-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.service-overview {
  width: 100%;
  max-width: 100%;
}

.service-newsletter {
  width: 100%;
  max-width: 360px;
}

.service-main-img {
  object-fit: cover;
  overflow: hidden;
}

.newsletter-box {
  background-color: #d9e3db;
  padding: 40px;
  position: relative;
}

.newsletter-form {
  padding-top: 30px;
}

.service-newsletter-field {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding: 10px 0;
}

.service-newsletter-field:active {
  border-bottom-color: #000;
}

.service-newsletter-field::-ms-input-placeholder {
  color: #000;
}

.service-newsletter-field::placeholder {
  color: #000;
}

.newsletter-text {
  font-size: 14px;
  line-height: 150%;
}

.newsletter-success {
  color: #d9e3db;
  background-color: #0a0045;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}

.newsletter-error {
  color: #d9e3db;
  text-align: center;
  background-color: #000;
  margin-top: 20px;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}

.corner {
  width: 32px;
  height: 32px;
  background-image: linear-gradient(45deg, #e5ebe6 50%, #fff 50%, #fff);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brochure-title {
  width: 100%;
  max-width: 80%;
  color: #fff;
  font-weight: 400;
}

.news-box-wrap {
  padding-top: 60px;
  padding-bottom: 150px;
}

.featured-link {
  grid-column-gap: 50px;
  border: 1px solid #e6e6e6;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.featured-left {
  padding: 50px 60px;
}

.featured-right {
  width: 100%;
  max-width: 600px;
  background-color: #d9e3db;
  overflow: hidden;
}

.featured-img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
}

.featured-date {
  background-color: #f4e486;
  align-items: flex-start;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.featured-title {
  margin-top: 14px;
  margin-bottom: 20px;
}

.featured-text {
  width: 100%;
  max-width: 85%;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-thumb {
  min-height: 270px;
  background-color: #d9e3db;
  overflow: hidden;
}

.blog-thumb-img {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
}

.blog-data {
  padding: 30px;
}

.blog-box-link {
  border: 1px solid #e6e6e6;
  text-decoration: none;
}

.blog-box-list {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-box-collection {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-box-date {
  background-color: #d9e3db;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.blog-box-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-box-text {
  max-height: 3.4em;
  overflow: hidden;
}

.blog-main-img {
  object-fit: cover;
}

.blog-main-img-wrap {
  background-color: #d9e3db;
  margin-bottom: 80px;
}

.blog-overview {
  padding-bottom: 150px;
}

.blog-details {
  width: 100%;
  max-width: 900px;
}

.contact-wrap {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
}

.contact-left {
  width: 100%;
  max-width: 480px;
}

.contact-right {
  width: 100%;
  max-width: 45%;
  background-color: #d9e3db;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 100px;
}

.field {
  margin-bottom: 35px;
}

.field.last-field {
  margin-bottom: 0;
}

.input {
  border: 0 solid #000;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}

.input:active {
  border-bottom-color: #000;
}

.input.password-input {
  height: auto;
  border-bottom-color: #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.input.password-input::-ms-input-placeholder {
  color: #333;
}

.input.password-input::placeholder {
  color: #333;
}

.field-label {
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.textarea {
  max-width: 480px;
  min-height: 100px;
  border: 0 solid #000;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 10px 0;
}

.textarea:active {
  border-bottom-color: #000;
}

.contact-img {
  object-fit: cover;
}

.contact-list {
  grid-column-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-list-icon {
  width: 30px;
  height: 30px;
}

.contact-list-wrap {
  margin-bottom: 20px;
}

.contact-list-wrap.last-contact-field {
  margin-bottom: 0;
}

.privacy-policy-wrap, .license-section {
  padding-bottom: 150px;
}

.info-block {
  grid-column-gap: 100px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: #000;
}

.link:hover {
  text-decoration: none;
}

.disclamer-block {
  grid-row-gap: 10px;
  background-color: #d9e3db;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

.info-content {
  margin-bottom: 30px;
  font-size: 14px;
}

.info-content.padding {
  margin-bottom: 30px;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block, .licensing-title {
  margin-bottom: 0;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.changelog-wrap {
  margin-bottom: 300px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  width: 90px;
  height: 90px;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.version-name {
  color: #000;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.version-title {
  margin-bottom: 0;
}

.error-text {
  margin-bottom: 40px;
}

.error-title {
  margin-bottom: 10px;
}

._404-image {
  margin-bottom: 40px;
}

._404-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.middle-data-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.password-body {
  background-color: #d9e3db;
}

.password-field {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
}

.password-title {
  margin-bottom: 20px;
}

.password-text {
  font-size: 14px;
  line-height: 170%;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  border-left: 5px solid #00a0e4;
  border-right: 5px #00a2e7;
  justify-content: flex-end;
  margin: 60px;
  display: flex;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.body {
  border-right: 1px solid #000;
}

.brix---mg-bottom-0 {
  text-align: right;
  margin-bottom: 0;
}

.brix---paragraph-default {
  text-align: right;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---heading-h5-size {
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h2-size {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---subtitle {
  color: #4a3aff;
  text-align: right;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image-wrapper-br-24px-shadow {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---grid-2-columns-text {
  grid-column-gap: 136px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 55px;
  padding-bottom: 176px;
}

.button {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image {
  padding-left: 12px;
  padding-right: 0;
}

.image-2 {
  padding-top: 60px;
}

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

.paragraph {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.heading-2 {
  justify-content: flex-end;
  display: flex;
}

.paragraph-2 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.heading-3, .heading-4 {
  justify-content: flex-end;
  display: flex;
}

.paragraph-3 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.heading-5 {
  justify-content: flex-end;
  display: flex;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---footer-col-title {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #4a3aff;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.paragraph-4, .heading-6, .paragraph-5 {
  text-align: right;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  color: #0e0909;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #0b0b0c;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.paragraph-6 {
  text-align: right;
}

.text-span, .text-span-2 {
  color: #fff;
}

.paragraph-7 {
  text-align: right;
}

@media screen and (min-width: 1440px) {
  .nav-menu-two {
    justify-content: flex-start;
  }

  .section-title {
    color: #000;
  }

  .footer-top-wrap {
    grid-template-columns: .25fr 1fr 1.25fr;
    grid-template-areas: ". . ."
                         ". . Area";
  }

  .mission-section {
    background-color: #281ca5;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .field-label {
    justify-content: flex-end;
    display: flex;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .brix---paragraph-default {
    text-align: right;
    line-height: 35px;
  }

  .brix---heading-h5-size, .brix---heading-h2-size {
    text-align: right;
  }

  .button {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .image-2 {
    margin-left: 100px;
    padding-right: 40px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---footer-top-border-bottom {
    padding-bottom: 10px;
  }

  .brix---footer-wrapper {
    background-color: #0a0045;
  }

  .brix---footer-list-item-horizontal {
    color: #fff;
  }

  .brix---footer-top-small {
    padding-bottom: 20px;
  }

  .text-block-2 {
    color: #000;
  }

  .paragraph-4 {
    color: #fff;
    text-align: right;
  }

  .heading-6 {
    color: #fff;
    text-align: right;
    border-left: 5px solid #0082fe;
  }

  .paragraph-5 {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 1px;
    padding: 20px 10px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .nav-link.w--current {
    width: 100%;
  }

  .button-primary {
    padding: 10px 30px;
  }

  .button-primary.full-size {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }

  .menu-button {
    padding: 10px 0 10px 10px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-button {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .nav-link-wrap {
    width: 100%;
    text-align: left;
  }

  .hero-wrap {
    min-height: auto;
    display: block;
  }

  .hero-buttons {
    margin-top: 40px;
  }

  .button-link.blog-link {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .hero-data {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-image-wrap {
    height: auto;
    max-width: 100%;
    min-height: 500px;
    min-width: 100%;
    position: static;
  }

  .yellow-square {
    width: 70px;
    height: 70px;
  }

  .hero-title {
    font-size: 45px;
  }

  .hero-text {
    max-width: 100%;
  }

  .about-wrap {
    grid-column-gap: 40px;
  }

  .about-text {
    font-size: 20px;
  }

  .style-guide-title {
    padding-bottom: 80px;
  }

  .button-wrap {
    margin-top: 20px;
    display: flex;
  }

  .style-guide-section {
    padding-bottom: 80px;
  }

  .style-guide-inner.grid {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .hading-item-block {
    grid-column-gap: 20px;
  }

  .font-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .font-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hading-inner-block {
    grid-column-gap: 20px;
  }

  .project-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 30px;
    display: grid;
  }

  .project-order {
    grid-column-gap: 2px;
  }

  .vision-left {
    max-width: 100%;
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .vision-right {
    max-width: 100%;
  }

  .about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vision-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-number {
    font-size: 18px;
  }

  .utility-page-content {
    padding: 40px 30px;
  }

  .project-thumb {
    max-height: 400px;
    min-height: 400px;
  }

  .project-box-title {
    font-size: 18px;
  }

  .project-items {
    max-width: 100%;
  }

  .section-title {
    font-size: 42px;
  }

  .checklist-item {
    background-size: 22px 22px;
    margin-bottom: 15px;
    padding-left: 30px;
  }

  .stats-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stats-wrap {
    grid-column-gap: 30px;
  }

  .stats-count {
    font-size: 32px;
  }

  .stats-text {
    font-size: 16px;
  }

  .stats-border {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .service-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-items {
    max-width: 100%;
  }

  .service-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 30px;
    display: grid;
  }

  .service-collection {
    margin-bottom: 30px;
  }

  .service-info {
    margin-top: 10px;
  }

  .service-thumb {
    max-height: 400px;
    min-height: 400px;
  }

  .cta-section {
    padding-bottom: 100px;
  }

  .blue-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
  }

  .blue-cta-wrap.brochure-wrap {
    align-items: center;
  }

  .cta-left {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .cta-title {
    max-width: 100%;
    font-size: 40px;
  }

  .cta-link {
    font-size: 18px;
  }

  .green-square {
    width: 70px;
    height: 70px;
  }

  .team-section {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .right-arrow {
    top: -80px;
  }

  .team-slide {
    margin-right: 30px;
  }

  .left-arrow {
    top: -80px;
  }

  .team-wrap {
    max-width: 340px;
  }

  .member-details {
    font-size: 16px;
  }

  .team-slider {
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .blog-section {
    padding-bottom: 100px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 30px;
  }

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

  .lb-thumb {
    max-width: 100%;
  }

  .lb-text {
    padding-top: 15px;
    padding-left: 0;
  }

  .lb-thumb-img {
    max-height: 100%;
    min-height: 0;
  }

  .latest-blog-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .review-section {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .review-box {
    grid-column-gap: 30px;
  }

  .review-img {
    max-height: 300px;
    max-width: 250%;
    min-height: 300px;
    min-width: 250px;
  }

  .review-quote {
    background-size: 25px 25px;
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 18px;
  }

  .faq-section {
    margin-bottom: 100px;
  }

  .question {
    width: 100%;
    max-width: 100%;
  }

  .faq-wrapper-block {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    display: flex;
  }

  .faq-data {
    max-width: 100%;
  }

  .footer-top-wrap {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .green-cta-title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 150%;
  }

  .green-cta-text {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .success-message, .error-message {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
  }

  .footer-link, .footer-address-text {
    font-size: 14px;
    line-height: 150%;
  }

  .about-hero-section {
    padding-bottom: 100px;
  }

  .page-hero-wrap {
    padding-top: 80px;
  }

  .who-we-are-wrap {
    grid-column-gap: 30px;
    align-items: flex-start;
  }

  .who-we-are-data {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .mission-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mission-data-wrap {
    grid-column-gap: 30px;
    padding-top: 20px;
  }

  .innovation-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .work-process-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .innovation-wrap {
    grid-column-gap: 30px;
    align-items: flex-start;
  }

  .innovation-checklist {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .process-title {
    font-size: 18px;
  }

  .service-list-section {
    padding-bottom: 100px;
  }

  .service-arrow {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  .service-list-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-list-number, .service-list-title {
    font-size: 20px;
  }

  .service-lists {
    grid-column-gap: 30px;
  }

  .awards-section {
    padding-bottom: 100px;
  }

  .awards-list-wrap {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .awards-wrap {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .awards-lists {
    padding-left: 35px;
  }

  .page-title {
    padding-bottom: 20px;
  }

  .projects-grid-wrap {
    padding-bottom: 100px;
  }

  .project-grid-box-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-grid-info {
    max-width: 50%;
    grid-row-gap: 0px;
  }

  .project-label-wrap {
    grid-column-gap: 4px;
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .project-grid-text {
    margin-top: 10px;
  }

  .project-grid-title {
    max-width: 50%;
    line-height: 150%;
  }

  .pagination {
    margin-top: 40px;
  }

  .project-list-wrap {
    padding-bottom: 100px;
  }

  .project-list-link {
    grid-column-gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .project-list-img-wrap {
    max-width: 40%;
  }

  .project-list-img {
    max-height: 300px;
  }

  .project-list-info {
    justify-items: start;
  }

  .project-list-title {
    font-size: 20px;
  }

  .related-project-section {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-hero-wrap {
    min-height: 0;
  }

  .project-overview {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .project-gallery {
    padding-bottom: 100px;
  }

  .overview-wrap {
    grid-column-gap: 40px;
  }

  .overview-right {
    max-width: 280px;
    padding: 20px;
  }

  .information-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .information-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .gallery-plus {
    width: 45px;
    height: 45px;
    background-size: 18px 18px;
  }

  .gallery-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image {
    min-height: 0;
  }

  .our-service-section {
    padding-bottom: 100px;
  }

  .our-service-list {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .service-cta-wrap {
    padding-bottom: 100px;
  }

  .service-overview-wrap {
    grid-column-gap: 40px;
  }

  .service-newsletter {
    max-width: 280px;
  }

  .newsletter-box {
    padding: 25px;
  }

  .brochure-title {
    max-width: 100%;
    text-align: center;
  }

  .news-box-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .featured-link {
    grid-column-gap: 30px;
  }

  .featured-left {
    width: 100%;
    max-width: 50%;
    padding: 10px 20px;
  }

  .featured-right {
    width: 100%;
    max-width: 50%;
  }

  .featured-img {
    min-height: 400px;
  }

  .featured-date {
    padding: 6px 14px;
  }

  .featured-title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .featured-text {
    max-width: 100%;
  }

  .blog-thumb {
    min-height: 0;
  }

  .blog-box-collection {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-box-date {
    padding-left: 14px;
    padding-right: 14px;
  }

  .blog-main-img-wrap {
    margin-bottom: 60px;
  }

  .blog-overview {
    padding-bottom: 100px;
  }

  .contact-wrap {
    grid-column-gap: 40px;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .contact-left {
    max-width: 50%;
  }

  .contact-form {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .textarea {
    max-width: 100%;
  }

  .privacy-policy-wrap, .license-section {
    padding-bottom: 100px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclamer-block {
    margin-bottom: 40px;
  }

  .disclaimer-title {
    font-size: 18px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-link {
    position: relative;
  }

  .button-link.learn-more {
    align-items: flex-start;
    display: inline-block;
    position: static;
  }

  .button-link.blog-link {
    margin-top: 30px;
  }

  .hero-image-wrap {
    min-height: 456px;
  }

  .yellow-square {
    width: 50px;
    height: 50px;
  }

  .sub-heading-text, .sub-heading-text.white {
    font-size: 14px;
  }

  .hero-title {
    font-size: 36px;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .sub-heading {
    margin-bottom: 5px;
  }

  .sub-title-square {
    margin-right: 5px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

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

  .color-block {
    max-width: 80px;
  }

  .project-list {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .vision-list-wrap {
    margin-top: 15px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vision-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-number {
    font-size: 16px;
  }

  .utility-page-content {
    max-width: 350px;
  }

  .project-thumb {
    max-height: 100%;
    min-height: 400px;
  }

  .project-box-title {
    font-size: 16px;
  }

  .section-title {
    font-size: 35px;
  }

  .stats-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .stats-wrap {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .stats-left {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .stats-right {
    max-width: 100%;
  }

  .stats-count {
    font-size: 30px;
  }

  .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-list {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .service-thumb {
    max-height: 100%;
    min-height: 0;
  }

  .cta-section {
    padding-bottom: 80px;
  }

  .blue-cta-wrap {
    padding: 60px 20px;
  }

  .blue-cta-wrap.brochure-wrap {
    align-items: flex-start;
  }

  .cta-title {
    font-size: 30px;
  }

  .green-square {
    width: 50px;
    height: 50px;
  }

  .team-section {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-arrow.right-review-arrow {
    top: 98%;
  }

  .team-slide {
    margin-right: 25px;
  }

  .left-arrow.left-review-arrow {
    top: 98%;
  }

  .person-image, .member-image {
    min-height: 273px;
  }

  .team-wrap {
    max-width: 290px;
  }

  .team-slider {
    margin-top: 0;
  }

  .team-name {
    margin-bottom: 0;
    font-size: 18px;
  }

  .blog-section {
    padding-bottom: 80px;
  }

  .review-section {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .review-box {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .review-img {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .review-quote {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .faq-section {
    margin-bottom: 80px;
  }

  .arrow-icon {
    min-height: 30px;
    min-width: 30px;
  }

  .faq-wrapper-block {
    margin-top: 20px;
  }

  .faq-title {
    white-space: pre-line;
    font-size: 18px;
  }

  .faq-answer-block.w--open {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .faq-d-button {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .footer-top-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-bottom-wrap {
    display: block;
  }

  .footer-newsletter {
    max-width: 100%;
  }

  .footer-title {
    font-size: 20px;
  }

  .success-message, .error-message {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .copyright-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about-hero-section {
    padding-bottom: 80px;
  }

  .page-hero-wrap {
    padding-top: 50px;
  }

  .who-we-are-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .who-we-are-img, .who-we-are-text {
    max-width: 100%;
  }

  .who-we-are-data {
    margin-bottom: 40px;
  }

  .mission-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mission-data-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .innovation-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .work-process-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .innovation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .innovation-left, .innovation-right {
    max-width: 100%;
  }

  .process-box {
    grid-column-gap: 15px;
  }

  .process-number-round {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  .process-title {
    margin-bottom: 10px;
  }

  .service-list-section {
    padding-bottom: 80px;
  }

  .service-lists {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .awards-section {
    padding-bottom: 80px;
  }

  .awards-list-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .page-title {
    padding-bottom: 10px;
  }

  .projects-grid-wrap {
    padding-bottom: 80px;
  }

  .project-grid-box-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .project-label-wrap {
    line-height: 150%;
  }

  .pagination {
    margin-top: 30px;
  }

  .project-list-wrap {
    padding-bottom: 80px;
  }

  .project-list-link {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .project-list-img-wrap {
    max-width: 100%;
  }

  .project-list-info {
    grid-row-gap: 10px;
    padding-bottom: 20px;
  }

  .related-project-section {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-hero {
    min-height: 220px;
  }

  .project-overview {
    padding-bottom: 60px;
  }

  .project-gallery {
    padding-bottom: 80px;
  }

  .overview-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .overview-right {
    max-width: 100%;
  }

  .information-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .info-icon {
    width: 35px;
    height: 35px;
  }

  .p-info-text {
    font-size: 14px;
  }

  .information-title {
    margin-bottom: 20px;
  }

  .gallery-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-service-section {
    padding-bottom: 80px;
  }

  .our-service-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-details-wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .service-cta-wrap {
    padding-bottom: 80px;
  }

  .service-overview-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .service-newsletter {
    max-width: 100%;
  }

  .news-box-wrap {
    padding-bottom: 80px;
  }

  .featured-link {
    grid-column-gap: 0px;
    flex-direction: column-reverse;
  }

  .featured-left {
    max-width: 100%;
    padding: 30px;
  }

  .featured-right {
    max-width: 100%;
  }

  .featured-img {
    min-height: 220px;
  }

  .featured-date {
    padding: 4px 12px;
  }

  .featured-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .blog-box-collection {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-box-date {
    padding: 4px 12px;
  }

  .blog-box-title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 150%;
  }

  .blog-main-img-wrap {
    margin-bottom: 40px;
  }

  .blog-overview {
    padding-bottom: 80px;
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 80px;
  }

  .contact-left, .contact-right {
    max-width: 100%;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-list {
    grid-column-gap: 8px;
  }

  .contact-list-icon {
    width: 26px;
    height: 26px;
  }

  .contact-list-wrap {
    margin-bottom: 16px;
  }

  .privacy-policy-wrap, .license-section {
    padding-bottom: 80px;
  }

  .disclamer-block {
    margin-bottom: 40px;
    padding: 30px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .password-field {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-buttons {
    grid-column-gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hading-item-block {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .color-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hading-inner-block {
    display: none;
  }

  .project-list {
    grid-row-gap: 40px;
  }

  .project-image-box {
    margin-bottom: 8px;
  }

  .utility-page-content {
    padding: 30px 20px;
  }

  .service-list {
    grid-row-gap: 40px;
  }

  .service-info {
    margin-top: 8px;
  }

  .service-thumb {
    min-height: 360px;
  }

  .service-order {
    line-height: 150%;
  }

  .team-section {
    padding-bottom: 120px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: 50px;
    transform: translate(0, 70px);
  }

  .team-slide {
    margin-left: 0;
    margin-right: 20px;
  }

  .left-arrow {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    right: 50px;
    transform: translate(0, 70px);
  }

  .person-image, .member-image {
    min-height: 274px;
  }

  .team-wrap {
    max-width: 293px;
  }

  .arrow-icon {
    flex: none;
  }

  .faq-title {
    white-space: pre-line;
    flex: 0 auto;
    font-size: 18px;
    display: block;
  }

  .faq-answer-block.w--open {
    font-size: 16px;
  }

  .faq-d-button {
    grid-column-gap: 35px;
    justify-content: space-between;
  }

  .contact-cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-title {
    font-size: 16px;
  }

  .copyright-text {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .project-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-title-right {
    margin-top: 10px;
  }

  .service-main-img {
    min-height: 220px;
  }

  .brochure-title {
    text-align: left;
  }

  .blog-main-img {
    min-height: 240px;
  }

  .info-block {
    grid-row-gap: 60px;
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
  }

  .version-info {
    align-items: start;
  }

  .error-title {
    font-size: 30px;
  }

  ._404-image {
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-_25422b2b-b777-5e25-009a-61510f6c77ce-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77cf-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77d8-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77d9-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77e2-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77e3-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77ec-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77ed-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77f6-0f6c77c4, #w-node-_25422b2b-b777-5e25-009a-61510f6c77f7-0f6c77c4, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fa7-fef16f3f, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fb2-fef16f3f, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fbc-fef16f3f, #w-node-_3302f5f5-7952-c8f2-5eab-a2d515110331-fef16f3f, #w-node-f92c833b-699a-fc67-72a6-3d8038e4080d-fef16f3f, #w-node-c0c9f408-faa4-f636-7df0-29b77ff9c087-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e39342-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e39348-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e3934e-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e39355-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e3935b-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e39361-fef16f3f, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fa7-1d2960a4, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fb2-1d2960a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fb2-fef16f3f, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fbc-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e39348-fef16f3f, #w-node-f71a3c6c-c09b-1691-380a-9bd374e3934e-fef16f3f, #w-node-ea3b1c0f-3c2d-b05e-b0fe-11a3a27edb0e-fef16f40, #w-node-a46e0174-a44d-6acc-7951-a9fc9016b2e3-fef16f40, #w-node-_399a2fd7-25d1-e521-6dc8-6c0301dfd2bf-fef16f40, #w-node-f48955de-5871-226e-dbea-8a0865bb01e9-fef16f40, #w-node-_88597a4b-269b-355e-898f-b602a09a7bd8-fef16f40, #w-node-_41f21c75-c4d5-49cb-5ea6-841402d88a0b-fef16f40, #w-node-c3316132-a1b4-62b2-ede6-b02284ce2fb2-1d2960a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


