.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;
}

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

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

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

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.homepage-works-section {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.homepage-works-grid {
  min-height: 70vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.homepage-works-content-wrapper {
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  align-items: flex-start;
  padding: 43px 50px 50px;
  display: flex;
  position: relative;
}

.homepage-works-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 133px;
}

.homepage-works-tag {
  opacity: .5;
  color: #fff;
  margin-bottom: 19px;
}

.homepage-works-heading {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
}

.homepage-works-image-wrapper {
  width: 100%;
  justify-content: center;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homepage-works-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homepage-works-wrapper {
  width: 100%;
}

.homepage-works-item {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.homepage-banner-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  height: 90px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, .4);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  margin-top: -90px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.navbar-link {
  opacity: .5;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .4s;
  position: static;
}

.navbar-link:hover {
  opacity: 1;
}

.navbar-link.w--current {
  opacity: 1;
  color: #fff;
}

.text-block {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
}

.navbar-brand {
  height: 70px;
  max-height: 70px;
  min-height: 70px;
}

.navbar-brand.w--current {
  height: 100%;
}

.link-section {
  z-index: 10;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.link-grid {
  min-height: 70vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.link-section-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-content-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px 50px 39px;
  display: flex;
  position: relative;
}

.bold-text {
  color: #e21949;
}

.link-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.link-block-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.link-block {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex: 1;
  align-items: flex-end;
  padding: 50px 50px 42px;
  text-decoration: none;
  transition: border .4s;
  display: flex;
  position: relative;
}

.link-block:hover {
  border-left: 5px solid #e21949;
}

.link-block-heading {
  font-size: 22px;
  line-height: 32px;
}

.homepage-banner-position {
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.homepage-banner-filling {
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homepage-banner-grid {
  z-index: 50;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.homepage-banner-position-filling {
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homepage-banner-grid-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 50px 90px;
  display: flex;
  position: relative;
}

.homepage-banner-grid-right {
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 133px;
  display: flex;
  position: relative;
}

.homepage-banner-spot {
  max-width: 66.6667%;
  font-size: 22px;
  line-height: 32px;
}

.footer-section {
  z-index: 10;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.footer-padding {
  padding: 42px 50px;
}

.text-block-2 {
  opacity: .5;
}

.homepage-banner-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.project-detail-banner-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.project-detail-banner-grid {
  z-index: 50;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.project-detail-banner-grid-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 43px 50px 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-detail-banner-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.project-detail-banner-grid-right {
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.project-detail-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-detail-banner-tag {
  opacity: .5;
  margin-bottom: 18px;
}

.project-detail-banner-position {
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-detail-content-section {
  z-index: 10;
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative;
}

.project-detail-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.project-detail-image {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.project-detail-content {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.project-image {
  margin-bottom: 50px;
}

.project-detail-content-position {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.project-detail-content-wrapper {
  flex-direction: column;
  display: flex;
}

.project-detail-content-block {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 43px 50px 42px;
  display: flex;
  position: relative;
}

.project-detail-content-tag {
  opacity: .5;
}

.project-detail-content-heading {
  font-size: 22px;
  line-height: 32px;
}

.works-banner-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.works-banner-position {
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.works-banner-grid {
  z-index: 50;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.works-banner-grid-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 50px 90px;
  display: flex;
  position: relative;
}

.works-banner-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.works-banner-grid-right {
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 133px;
  display: flex;
  position: relative;
}

.works-banner-spot {
  max-width: 66.6667%;
  font-size: 22px;
  line-height: 32px;
}

.works-banner-filling {
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-section {
  z-index: 10;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.works-wrapper {
  width: 100%;
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.works-card-links {
  width: 100%;
  min-height: 70vh;
  flex-direction: column;
  align-items: flex-start;
  padding: 43px 50px 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.works-card {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.works-card-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 133px;
}

.works-card-image {
  z-index: 1;
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.works-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-card-image-filling {
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-image-gray {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .2;
  filter: grayscale();
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-banner-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.about-banner-position {
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-banner-grid {
  z-index: 50;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.about-banner-grid-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 50px 90px;
  display: flex;
  position: relative;
}

.about-banner-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.about-banner-grid-right {
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 133px;
  display: flex;
  position: relative;
}

.about-banner-spot {
  max-width: 66.6667%;
  font-size: 22px;
  line-height: 32px;
}

.about-banner-filling {
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-logo {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .2);
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.about-content-section {
  z-index: 10;
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative;
}

.about-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.about-references {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.about-references-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  display: flex;
}

.about-content {
  position: relative;
}

.about-content-heading {
  color: #e21949;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 41px 50px 43px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.about-content-heading.top-line {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.about-content-rich-text {
  padding: 41px 50px 19px;
  font-size: 22px;
  line-height: 32px;
}

.about-content-rich-text p {
  margin-bottom: 24px;
}

.about-content-rich-text strong {
  color: #e21949;
  text-transform: none;
}

.about-content-rich-text h6 {
  color: #e21949;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
}

.about-content-rich-text ul {
  margin-bottom: 24px;
  padding-left: 24px;
}

.about-content-rich-text h5 {
  color: #e21949;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.about-references-logo-padding {
  padding: 50px;
}

.about-references-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-references-logo {
  background-color: #fff;
}

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

.about-content-wrapper {
  position: relative;
}

.about-references-heading {
  color: #e21949;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 41px 50px 43px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.div-block {
  width: 33.3333%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  opacity: .5;
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .4s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: 1;
}

.dropdown {
  width: 33.3333%;
  height: 100%;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  margin-top: 1px;
}

.dropdown-link {
  opacity: .5;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: opacity .4s;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #fff;
}

.div-block-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.image-2 {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 15px;
    line-height: 25px;
  }

  .homepage-works-grid {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }

  .homepage-works-content-wrapper {
    border-right-style: none;
    padding: 72px 40px 31px;
  }

  .homepage-works-content {
    position: relative;
    top: 0;
  }

  .homepage-works-tag {
    margin-bottom: 13px;
  }

  .homepage-works-heading {
    font-size: 36px;
    line-height: 47px;
  }

  .homepage-banner-section {
    height: 800px;
  }

  .text-block {
    font-size: 36px;
    line-height: 47px;
  }

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

  .link-grid {
    min-height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-content-wrapper {
    border-right-style: none;
    padding: 67px 40px 32px;
  }

  .link-heading {
    font-size: 66px;
    line-height: 70px;
  }

  .link-block {
    padding: 32px 40px 33px;
  }

  .link-block-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage-banner-position {
    height: 800px;
  }

  .homepage-banner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .homepage-banner-grid-left {
    padding: 27px 40px 0;
  }

  .homepage-banner-grid-right {
    padding: 0 40px 123px;
  }

  .homepage-banner-spot {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-padding {
    padding: 32px 40px 34px;
  }

  .homepage-banner-heading {
    font-size: 66px;
    line-height: 70px;
  }

  .project-detail-banner-section {
    height: 800px;
  }

  .project-detail-banner-grid {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }

  .project-detail-banner-grid-left {
    padding: 72px 40px 31px;
  }

  .project-detail-banner-heading {
    font-size: 36px;
    line-height: 47px;
  }

  .project-detail-banner-tag {
    margin-bottom: 13px;
  }

  .project-detail-banner-position {
    height: 800px;
  }

  .project-detail-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-detail-image {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-detail-content {
    border-right-style: none;
  }

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

  .project-detail-content-position {
    position: relative;
    top: 0;
  }

  .project-detail-content-block {
    padding: 32px 40px 33px;
  }

  .project-detail-content-tag {
    margin-bottom: 1px;
  }

  .project-detail-content-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .works-banner-section, .works-banner-position {
    height: 800px;
  }

  .works-banner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .works-banner-grid-left {
    padding: 27px 40px 0;
  }

  .works-banner-heading {
    font-size: 66px;
    line-height: 70px;
  }

  .works-banner-grid-right {
    padding: 0 40px 123px;
  }

  .works-banner-spot {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .works-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .works-card-links {
    padding: 32px 40px 40px;
  }

  .works-card-content {
    position: relative;
    top: 0;
  }

  .about-banner-section, .about-banner-position {
    height: 800px;
  }

  .about-banner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-banner-grid-left {
    padding: 27px 40px 0;
  }

  .about-banner-heading {
    font-size: 66px;
    line-height: 70px;
  }

  .about-banner-grid-right {
    padding: 0 40px 123px;
  }

  .about-banner-spot {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .navbar-logo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-references {
    border-right-style: none;
  }

  .about-references-wrapper {
    border-bottom-style: none;
  }

  .about-content {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .about-content-heading {
    padding: 32px 40px 33px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-content-rich-text {
    padding: 32px 40px 18px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-content-rich-text p {
    margin-bottom: 15px;
  }

  .about-content-rich-text h6 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-content-rich-text ul {
    margin-bottom: 15px;
  }

  .about-references-logo-padding {
    padding: 40px;
  }

  .about-references-logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-references-heading {
    padding: 32px 40px 33px;
    font-size: 20px;
    line-height: 30px;
  }

  .dropdown-list.w--open {
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 14px;
    line-height: 24px;
  }

  .homepage-works-content-wrapper {
    padding: 52px 30px 23px;
  }

  .homepage-works-tag {
    margin-bottom: 6px;
  }

  .homepage-works-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .homepage-banner-section {
    height: 700px;
  }

  .navbar {
    position: relative;
  }

  .text-block {
    font-size: 28px;
    line-height: 36px;
  }

  .link-content-wrapper {
    padding: 51px 30px 24px;
  }

  .link-heading {
    font-size: 56px;
    line-height: 57px;
  }

  .link-block {
    padding: 22px 30px 23px;
  }

  .link-block-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .homepage-banner-position {
    height: 700px;
  }

  .homepage-banner-grid-left {
    padding-top: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepage-banner-grid-right {
    padding-bottom: 113px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepage-banner-spot {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-padding {
    padding: 22px 30px 24px;
  }

  .homepage-banner-heading {
    font-size: 56px;
    line-height: 57px;
  }

  .project-detail-banner-section {
    height: 700px;
  }

  .project-detail-banner-grid-left {
    padding: 52px 30px 23px;
  }

  .project-detail-banner-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .project-detail-banner-tag {
    margin-bottom: 6px;
  }

  .project-detail-banner-position {
    height: 700px;
  }

  .project-detail-image {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-image {
    margin-bottom: 30px;
  }

  .project-detail-content-block {
    padding: 22px 30px 23px;
  }

  .project-detail-content-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .works-banner-section, .works-banner-position {
    height: 700px;
  }

  .works-banner-grid-left {
    padding-top: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .works-banner-heading {
    font-size: 56px;
    line-height: 57px;
  }

  .works-banner-grid-right {
    padding-bottom: 113px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .works-banner-spot {
    font-size: 18px;
    line-height: 28px;
  }

  .works-card-links {
    padding: 22px 30px 30px;
  }

  .about-banner-section, .about-banner-position {
    height: 700px;
  }

  .about-banner-grid-left {
    padding-top: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-banner-heading {
    font-size: 56px;
    line-height: 57px;
  }

  .about-banner-grid-right {
    padding-bottom: 113px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-banner-spot {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar-logo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-content-heading {
    padding: 22px 30px 23px;
    font-size: 18px;
    line-height: 28px;
  }

  .about-content-rich-text {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .about-content-rich-text p {
    margin-bottom: 5px;
  }

  .about-content-rich-text h6 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .about-content-rich-text ul {
    margin-bottom: 5px;
  }

  .about-references-logo-padding {
    padding: 30px;
  }

  .about-references-logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-references-heading {
    padding: 22px 30px 23px;
    font-size: 18px;
    line-height: 28px;
  }

  .dropdown-link {
    padding-top: 7px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 180px;
  }

  .navbar-grid {
    grid-template-rows: 90px auto;
    grid-template-columns: 1fr;
  }

  .navbar-logo {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right-style: none;
  }

  .about-references-logo-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-df9b17f2-834f-183e-56c0-508c2ab47af8-b114687f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_357c7f65-56de-ffeb-7437-0d56546580d9-b114687f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4c362f76-8ac9-667e-637d-b176f99bb30f-f99bb30c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c362f76-8ac9-667e-637d-b176f99bb315-f99bb30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f1a1ca-ec46-7c61-4c66-29d5e582603f-e582603d, #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146881 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146881 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146881, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146882 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146882 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146882, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_282a38fd-4149-1748-bd3d-7ecad6911cfb-b1146883 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_282a38fd-4149-1748-bd3d-7ecad6911cfe-b1146883 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146883, #w-node-ede6a992-2a90-f881-d94e-723286845310-b1146883, #w-node-dce49fd1-cd4a-5ee7-304c-d378d736f97d-b1146883, #w-node-c5a17d39-845d-5d6f-fe17-70321623aa65-b1146883, #w-node-f453325f-70a7-4127-05dd-cf95af2c40da-b1146883, #w-node-_2015999d-6180-1045-e826-c1244718f7aa-b1146883, #w-node-_1ab24863-2857-495a-f039-8368e68e18e0-b1146883, #w-node-_31f8d526-aeb4-490b-d338-1b5ec78e0f57-b1146883, #w-node-ee3bb833-eb1a-322a-6096-3550f6299a7a-b1146883, #w-node-b33d7e15-0933-13af-b26f-a004a35fa3d0-b1146883, #w-node-_96d66400-0a66-552e-c31d-89254d47a193-b1146883, #w-node-e8597477-90ad-4270-9c4c-fd3e8b1caa1f-b1146883, #w-node-_452782d4-b339-e9a7-c2ba-f2d228ec2bac-b1146883, #w-node-fa2fbddd-2f93-327b-645e-339e244d5193-b1146883, #w-node-a0fb2c0e-5b1b-2a34-586d-1d4e457cea35-b1146883, #w-node-d660b360-79cc-8391-5c44-d623a66b5559-b1146883, #w-node-_4b7699f9-1d40-d401-9d93-cd052a443bb1-b1146883, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146884 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146884 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146884, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146885 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146885 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146885, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146886 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146886 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146886, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146887 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146887 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146887, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a88df75-a658-ea16-8dc2-4ac62b1c7407-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a88df75-a658-ea16-8dc2-4ac62b1c740f-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_501ef997-26cc-cb4a-84e1-60ba9b125470-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_501ef997-26cc-cb4a-84e1-60ba9b125478-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394494a0-9667-aa58-f17a-789250978ba9-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bb1-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32b07262-af29-cffa-1dfe-92db86def9f0-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32b07262-af29-cffa-1dfe-92db86def9f8-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c9b793d-1b23-b1c7-dc05-496eb940a4a1-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9c9b793d-1b23-b1c7-dc05-496eb940a4a9-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db0d2ad1-a7b5-c620-d9ee-ea4e6a1831a1-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db0d2ad1-a7b5-c620-d9ee-ea4e6a1831a9-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15f86aa9-6165-6946-0c50-47bd7db17c6b-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15f86aa9-6165-6946-0c50-47bd7db17c73-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_248f7a12-bcbb-194b-fb13-5aabff384f65-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_248f7a12-bcbb-194b-fb13-5aabff384f6d-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b5a8dc3-f0b3-45df-4a4c-c0fd99ec1a8d-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2b5a8dc3-f0b3-45df-4a4c-c0fd99ec1a95-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da8795ce-b66c-69e6-81ca-f57f7094d725-b1146888 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da8795ce-b66c-69e6-81ca-f57f7094d72d-b1146888 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146889 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146889 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146889, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688a, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688b, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394494a0-9667-aa58-f17a-789250978ba9-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bb1-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70063e58-d364-e2cd-1434-074a9c92f0f9-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70063e58-d364-e2cd-1434-074a9c92f101-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bb6-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bbe-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bd0-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bd8-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3537-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3540-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbd464bc-ff1b-567c-27da-25150d52b683-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbd464bc-ff1b-567c-27da-25150d52b68b-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01a26085-5c8a-0437-cd52-4fa16d5c245b-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_01a26085-5c8a-0437-cd52-4fa16d5c2463-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7258169c-0af6-c193-3790-38a994a5e9a5-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7258169c-0af6-c193-3790-38a994a5e9ad-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51dca411-aa7b-3387-1b80-4497d85e377c-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dca411-aa7b-3387-1b80-4497d85e3784-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35aae713-8aa1-6d73-50d7-edb43d29fd90-b114688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35aae713-8aa1-6d73-50d7-edb43d29fd99-b114688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688d, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688e, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688f, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146890 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146890 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146890, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146890 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394494a0-9667-aa58-f17a-789250978ba9-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bb1-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a88df75-a658-ea16-8dc2-4ac62b1c7407-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a88df75-a658-ea16-8dc2-4ac62b1c740f-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e13445-8644-5225-e4ad-20388f377e68-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e13445-8644-5225-e4ad-20388f377e70-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bd0-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_394494a0-9667-aa58-f17a-789250978bd8-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3537-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3540-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c0d1d26e-46eb-d204-27d3-a5679bd9c7c4-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c0d1d26e-46eb-d204-27d3-a5679bd9c7cc-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f10a5a6b-df2f-5c9a-fa1d-ffc96f5946c6-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f10a5a6b-df2f-5c9a-fa1d-ffc96f5946ce-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_893f9ac1-210d-f372-d20d-7d5e42397412-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_893f9ac1-210d-f372-d20d-7d5e4239741a-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f00bb74-6f0c-ca06-eea0-e614f173b7e7-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f00bb74-6f0c-ca06-eea0-e614f173b7ef-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cf23b35-783e-806e-f19f-6f295e73e0a9-b1146891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cf23b35-783e-806e-f19f-6f295e73e0b1-b1146891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146892 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146892 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146892, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146893 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146893 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146893, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146894 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146894 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146894, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b1146895 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b1146895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aad8855e-55f9-6814-0cbf-7afd82971f0b-b1146895 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aad8855e-55f9-6814-0cbf-7afd82971f13-b1146895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe9f91e2-5bb0-d2d6-40ff-6f1d7706c90d-b1146895 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe9f91e2-5bb0-d2d6-40ff-6f1d7706c915-b1146895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146896 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146896 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146896, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146896 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146897 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146897 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146897, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146898 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146898 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146898, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114689a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114689a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114689a, #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114689a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df9b17f2-834f-183e-56c0-508c2ab47af8-b114687f {
    grid-column-end: 2;
  }

  #w-node-_357c7f65-56de-ffeb-7437-0d56546580d9-b114687f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146881 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146881 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146881 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146881 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146882 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146882 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146882 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146882 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_282a38fd-4149-1748-bd3d-7ecad6911cfb-b1146883 {
    grid-column-end: 2;
  }

  #w-node-_282a38fd-4149-1748-bd3d-7ecad6911cfe-b1146883, #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146883 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146883 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146884 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146884 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146884 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146884 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146885 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146885 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146885 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146885 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146886 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146886 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146886 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146886 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146887 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146887 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146887 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146887 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b1146888 {
    grid-column-end: 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b1146888, #w-node-_1a88df75-a658-ea16-8dc2-4ac62b1c740f-b1146888, #w-node-_501ef997-26cc-cb4a-84e1-60ba9b125478-b1146888, #w-node-_394494a0-9667-aa58-f17a-789250978bb1-b1146888, #w-node-_32b07262-af29-cffa-1dfe-92db86def9f8-b1146888, #w-node-_9c9b793d-1b23-b1c7-dc05-496eb940a4a9-b1146888, #w-node-db0d2ad1-a7b5-c620-d9ee-ea4e6a1831a9-b1146888, #w-node-_15f86aa9-6165-6946-0c50-47bd7db17c73-b1146888, #w-node-_248f7a12-bcbb-194b-fb13-5aabff384f6d-b1146888, #w-node-_2b5a8dc3-f0b3-45df-4a4c-c0fd99ec1a95-b1146888, #w-node-da8795ce-b66c-69e6-81ca-f57f7094d72d-b1146888 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146889 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146889 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146889 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146889 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688a {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688b {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b114688c {
    grid-column-end: 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b114688c, #w-node-_394494a0-9667-aa58-f17a-789250978bb1-b114688c, #w-node-_70063e58-d364-e2cd-1434-074a9c92f101-b114688c, #w-node-_394494a0-9667-aa58-f17a-789250978bbe-b114688c, #w-node-_394494a0-9667-aa58-f17a-789250978bd8-b114688c, #w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3540-b114688c, #w-node-fbd464bc-ff1b-567c-27da-25150d52b68b-b114688c, #w-node-_01a26085-5c8a-0437-cd52-4fa16d5c2463-b114688c, #w-node-_7258169c-0af6-c193-3790-38a994a5e9ad-b114688c, #w-node-_51dca411-aa7b-3387-1b80-4497d85e3784-b114688c, #w-node-_35aae713-8aa1-6d73-50d7-edb43d29fd99-b114688c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688d {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688e {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114688f {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114688f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114688f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114688f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146890 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146890 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146890 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b1146891 {
    grid-column-end: 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b1146891, #w-node-_394494a0-9667-aa58-f17a-789250978bb1-b1146891, #w-node-_1a88df75-a658-ea16-8dc2-4ac62b1c740f-b1146891, #w-node-_86e13445-8644-5225-e4ad-20388f377e70-b1146891, #w-node-_394494a0-9667-aa58-f17a-789250978bd8-b1146891, #w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3540-b1146891, #w-node-c0d1d26e-46eb-d204-27d3-a5679bd9c7cc-b1146891, #w-node-f10a5a6b-df2f-5c9a-fa1d-ffc96f5946ce-b1146891, #w-node-_893f9ac1-210d-f372-d20d-7d5e4239741a-b1146891, #w-node-_8f00bb74-6f0c-ca06-eea0-e614f173b7ef-b1146891, #w-node-_7cf23b35-783e-806e-f19f-6f295e73e0b1-b1146891 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146892 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146892 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146892 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146892 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146893 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146893 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146893 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146893 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146894 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146894 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146894 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146894 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823444-b1146895 {
    grid-column-end: 2;
  }

  #w-node-_3561a305-850f-5c86-ef82-3bfde6823447-b1146895, #w-node-aad8855e-55f9-6814-0cbf-7afd82971f13-b1146895, #w-node-fe9f91e2-5bb0-d2d6-40ff-6f1d7706c915-b1146895 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146896 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146896 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146896 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146896 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146897 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146897 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146897 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146897 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b1146898 {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b1146898 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b1146898 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b1146898 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a47-b114689a {
    grid-column-end: 2;
  }

  #w-node-_09eecfbb-5a33-8c7d-614f-ef61ac242a4a-b114689a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecf85131-418e-0bde-753f-9c8f9b8805b2-b114689a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fee419e5-f51c-1739-dcd1-a370c779ff3f-b114689a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_394494a0-9667-aa58-f17a-789250978bb1-b1146888, #w-node-db0d2ad1-a7b5-c620-d9ee-ea4e6a1831a9-b1146888, #w-node-_394494a0-9667-aa58-f17a-789250978bb1-b114688c, #w-node-_70063e58-d364-e2cd-1434-074a9c92f101-b114688c, #w-node-_394494a0-9667-aa58-f17a-789250978bbe-b114688c, #w-node-_394494a0-9667-aa58-f17a-789250978bd8-b114688c, #w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3540-b114688c, #w-node-fbd464bc-ff1b-567c-27da-25150d52b68b-b114688c, #w-node-_01a26085-5c8a-0437-cd52-4fa16d5c2463-b114688c, #w-node-_7258169c-0af6-c193-3790-38a994a5e9ad-b114688c, #w-node-_51dca411-aa7b-3387-1b80-4497d85e3784-b114688c, #w-node-_35aae713-8aa1-6d73-50d7-edb43d29fd99-b114688c, #w-node-_394494a0-9667-aa58-f17a-789250978bb1-b1146891, #w-node-_394494a0-9667-aa58-f17a-789250978bd8-b1146891, #w-node-_89949c2f-3d5b-65b4-6d8c-922f561a3540-b1146891, #w-node-f10a5a6b-df2f-5c9a-fa1d-ffc96f5946ce-b1146891, #w-node-_893f9ac1-210d-f372-d20d-7d5e4239741a-b1146891, #w-node-_8f00bb74-6f0c-ca06-eea0-e614f173b7ef-b1146891, #w-node-aad8855e-55f9-6814-0cbf-7afd82971f13-b1146895, #w-node-fe9f91e2-5bb0-d2d6-40ff-6f1d7706c915-b1146895 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41f1a1ca-ec46-7c61-4c66-29d5e5826045-e582603d {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}