body {
  background-color: #1c2024;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 2px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

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

p {
  margin-bottom: 0px;
  line-height: 24px;
}

.menu-b {
  position: fixed;
  z-index: 2000;
  width: 200px;
  padding-right: 20px;
  padding-left: 45px;
}

.header {
  z-index: 2000;
  height: 100vh;
  background-color: transparent;
}

.brand {
  display: block;
  max-width: 100px;
  padding-left: 0px;
  float: none;
}

.nav-menu {
  float: none;
}

.brand-b {
  position: relative;
  margin-bottom: 160px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
}

.img-full {
  display: block;
  width: 100%;
}

.nav-link {
  display: block;
  margin-bottom: 15px;
  padding: 2px 20px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
}

.nav-link:hover {
  color: #89b9b2;
}

.nav-link.w--current {
  margin-left: -5px;
  padding-left: 25px;
  background-image: url('../images/common-bullet.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #89b9b2;
  font-weight: 600;
}

.nav-social-b {
  margin-top: 30px;
  padding-left: 20px;
}

.social-icon-link {
  display: block;
  max-width: 25px;
  margin-bottom: 15px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.page-content-b {
  background-image: url('../images/bg-pattern.svg');
  background-position: 100% 50%;
  background-size: 200px;
  background-attachment: fixed;
}

.all {
  overflow: hidden;
  padding-left: 200px;
}

.all.grid-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  padding-top: 90px;
}

.section-content {
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
}

.container {
  max-width: 1200px;
  padding-right: 40px;
}

.content-b {
  position: relative;
  padding-top: 45px;
}

.content-b.detail {
  padding-top: 30px;
}

.content-b.impact-detail {
  padding-top: 90px;
}

.contant-grid {
  position: relative;
  z-index: -1;
}

.grid-line-b {
  width: 25%;
  height: 100vh;
  float: left;
}

.page-banner-b {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-banner-b.about {
  padding-bottom: 0px;
}

.client-b {
  position: relative;
}

.client-wrap {
  margin-right: -20px;
  margin-left: -20px;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.client-item-b {
  overflow: hidden;
  width: 20%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.grid-line {
  width: 1px;
  height: 100%;
  background-color: #2b3d3d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.page-heading-txt-b {
  z-index: 1;
  color: #b9b993;
}

.page-banner-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-banner-content-b.project-detail {
  position: relative;
  display: block;
  text-align: center;
}

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

.footer-contact-title-b {
  width: 25%;
  float: left;
}

.footer-contact-b {
  margin-bottom: 45px;
}

.footer-contact-info-b {
  width: 75%;
  float: left;
}

.footer-address-b {
  margin-bottom: 30px;
}

.footer-phone-mail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-right: 20px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-fieldname {
  width: 80px;
  margin-left: -4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  float: left;
  background-image: url('../images/common-bullet.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #89b9b2;
  font-weight: 700;
}

.footer-contact-data {
  margin-left: -4px;
  padding-left: 20px;
  float: left;
  white-space: nowrap;
}

.footer-copyright-b {
  font-size: 12px;
  text-align: center;
}

.footer-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #89b9b2;
}

.menu-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 4px;
  height: 100vh;
  margin-left: 45px;
  border-style: none solid;
  border-width: 1px;
  border-color: #89b9b2;
  background-color: #2b3d3d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.page-banner-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 500px;
  border-radius: 50%;
}

.page-banner-img-b.project-detail {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.page-banner-img {
  padding-top: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner-img.contact {
  background-image: url('../images/contact-banner-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner-img.about {
  background-image: url('../images/about-banner-img2x.jpg');
}

.page-banner-img.gallery-detail {
  background-image: url('../images/gallery-detail-banner-img12x.jpg');
}

.contact-l-b {
  overflow: hidden;
  width: 50%;
  padding-right: 30px;
  float: left;
}

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

.font-size-24 {
  font-size: 24px;
  line-height: 28px;
}

.contact-r-b {
  width: 50%;
  float: left;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.contact-item-b {
  width: 50%;
  margin-bottom: 30px;
  float: left;
}

.contact-item-b.email {
  width: 100%;
}

.lined-fieldname-b {
  position: relative;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #89b9b2;
  font-weight: 600;
}

.lined-fieldname-b.contact {
  margin-bottom: 10px;
  font-weight: 700;
}

.lined-field-data-txt {
  width: 100%;
  padding-left: 20px;
  white-space: nowrap;
}

.lined-field-data-txt.detail {
  margin-top: 5px;
  font-size: 14px;
  white-space: normal;
}

.header-bg {
  display: none;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.about-rnd-title-b {
  width: 100%;
  float: none;
}

.about-rnd-title-txt-b {
  position: relative;
  overflow: visible;
  width: 50%;
  padding-left: 30px;
  float: left;
  font-size: 50px;
  line-height: 54px;
}

.font-color-grey {
  color: #b9b993;
}

.title-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b993;
  border-radius: 1000px;
  background-color: #1c2024;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.title-line.impact-list {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
}

.about-rnd-half-b {
  width: 50%;
  padding-right: 30px;
  float: left;
}

.overflow-hidden {
  overflow: hidden;
}

.about-rnd-sq-img-b1 {
  width: 50%;
  float: left;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.about-rnd-sq-img-b2 {
  width: 25%;
  margin-left: 5%;
  float: left;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.about-partner-item-b {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
}

.about-partner-grey-b {
  position: relative;
  width: 75%;
  padding: 5%;
  float: right;
  background-color: #2b3d3d;
  color: #fff;
}

.about-partner-grey-b.even {
  float: left;
}

.txt-semibold {
  font-weight: 600;
}

.about-partner-btn-b {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-200-b {
  overflow: hidden;
  width: 200px;
  height: 1px;
  margin-left: 30px;
}

.btn-about-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.line-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.line-white.project-list {
  height: 2px;
  background-color: #b9b993;
}

.line-btn-txt.project-list {
  margin-right: 30px;
}

.about-partner-cat-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  margin-left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #b9b993;
  font-weight: 700;
}

.about-partner-cat-txt.even {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -40px;
  margin-left: 0px;
  -webkit-transform: translate(100%, 0px) rotate(90deg);
  -ms-transform: translate(100%, 0px) rotate(90deg);
  transform: translate(100%, 0px) rotate(90deg);
}

.about-studiooff-txt {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.lined-fieldname-txt-b {
  overflow: hidden;
  padding-left: 20px;
}

.about-team-b {
  margin-top: 90px;
}

.about-team-item-b {
  margin-bottom: 60px;
}

.about-team-img-b {
  width: 50%;
  padding-left: 12%;
  float: right;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.about-team-img-b.even {
  padding-right: 12%;
  padding-left: 0%;
  float: left;
}

.about-team-info-b {
  width: 50%;
  float: left;
}

.about-team-info-title-b {
  position: relative;
  margin-bottom: 20px;
}

.about-team-people-title-txt {
  margin-bottom: 20px;
  color: #89b9b2;
}

.about-team-people-name-txt {
  color: #b9b993;
  font-weight: 600;
}

.about-team-people-description {
  padding-left: 20px;
}

.impact-b {
  margin-top: -45px;
}

.impact-filter-b {
  overflow: hidden;
  width: 75%;
  margin-top: -130px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border-top: 2px solid #b9b993;
  border-bottom: 2px solid #b9b993;
}

.impact-filter-b.project {
  width: 50%;
}

.impact-list-item-b {
  width: 25%;
  margin-bottom: 80px;
  float: left;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.impact-list-item-b.home {
  width: 33.333333333333336%;
}

.impact-item-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.impact-list-item-img-b {
  overflow: hidden;
  margin-right: 8%;
  margin-bottom: 8%;
  margin-left: 8%;
  border: 6px solid #fff;
}

.impact-list-item-padding-b {
  position: relative;
  padding-right: 8%;
  padding-left: 8%;
}

.impact-list-item-cat-txt {
  margin-bottom: 4%;
  color: #89b9b2;
  font-size: 14px;
}

.impact-list-item-heading-txt {
  overflow: hidden;
  height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.impact-list-item-note-txt {
  overflow: hidden;
  max-height: 100px;
  margin-bottom: 10px;
  font-size: 14px;
}

.btn-filter-item {
  margin-right: 8%;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.btn-filter-item:hover {
  color: #89b9b2;
}

.btn-filter-item.w--current {
  color: #89b9b2;
  font-weight: 600;
}

.project-list-item-b {
  margin-bottom: 60px;
}

.project-list-item-b.home {
  overflow: hidden;
}

.project-item-img-b {
  position: relative;
  width: 50%;
  padding-right: 3%;
  float: left;
}

.project-item-img-b.even {
  padding-right: 0%;
  padding-left: 3%;
  float: right;
}

.project-item-txt-b {
  overflow: hidden;
  width: 50%;
  float: left;
}

.project-list-cat-txt-b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
  opacity: 1;
  color: #b9b993;
  font-size: 60px;
  line-height: 62px;
  font-weight: 200;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
}

.project-list-cat-txt-b.even {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: -20px;
  text-align: left;
}

.project-list-txt-padding-b {
  padding-right: 0px;
  padding-left: 60px;
}

.project-list-txt-padding-b.even {
  padding-right: 0px;
  padding-left: 0px;
}

.project-listing-heading-txt {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.btn-project-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #89b9b2;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.line-project-list {
  overflow: hidden;
  width: 50%;
  height: 2px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-b-100 {
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link-b-100:hover {
  opacity: 0.8;
}

.project-list-cat-txt {
  margin-right: -20px;
  text-transform: none;
}

.home-banner-content-b {
  position: relative;
}

.home-banner-slogan-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  margin-top: -27px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: none;
}

.home-slogan-more {
  margin-bottom: 20px;
  color: #b9b993;
  font-size: 100px;
  font-weight: 100;
  text-transform: uppercase;
}

.home-banner-slider-b {
  width: 75%;
  max-width: 800px;
  float: right;
}

.home-banner-slider {
  height: auto;
  background-color: transparent;
}

.home-banner-slide-mask {
  width: 100%;
  border-radius: 1000px;
}

.home-banner-slide {
  width: 100%;
}

.hide {
  display: none;
}

.home-banner-slide-content-b {
  position: relative;
  display: block;
  padding-top: 100%;
}

.home-banner-slide-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(77%, transparent), to(rgba(0, 0, 0, 0.4))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(270deg, transparent 77%, rgba(0, 0, 0, 0.4)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-banner-slide-img.banner-1 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(77%, transparent), to(rgba(0, 0, 0, 0.4))), url('../images/home-banner-12x.jpg');
  background-image: linear-gradient(270deg, transparent 77%, rgba(0, 0, 0, 0.4)), url('../images/home-banner-12x.jpg');
}

.home-banner-slide-img.banner-2 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(77%, transparent), to(rgba(0, 0, 0, 0.4))), url('../images/home-banner-22x.jpg');
  background-image: linear-gradient(270deg, transparent 77%, rgba(0, 0, 0, 0.4)), url('../images/home-banner-22x.jpg');
}

.home-banner-slide-img.banner-3 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(77%, transparent), to(rgba(0, 0, 0, 0.4))), url('../images/home-banner-32x.jpg');
  background-image: linear-gradient(270deg, transparent 77%, rgba(0, 0, 0, 0.4)), url('../images/home-banner-32x.jpg');
}

.home-banner-slide-nav {
  margin-bottom: -47px;
  padding-left: 15px;
  text-align: center;
}

.home-impact-title-b {
  width: 25%;
  float: left;
}

.home-impact-item-b {
  width: 75%;
  float: left;
}

.home-project-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.home-project-slide {
  overflow: hidden;
  padding-top: 75%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.home-project-slide-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-project-slide-img.img1 {
  background-image: url('../images/home-project-img32x.jpg');
}

.home-project-slide-img.img2 {
  background-image: url('../images/home-project-img22x.jpg');
}

.home-project-slide-img.img3 {
  background-image: url('../images/home-project-img12x.jpg');
}

.home-project-slide-img.img4 {
  background-image: url('../images/home-project-img42x.jpg');
}

.home-project-slide-img.img5 {
  background-image: url('../images/home-project-img52x.jpg');
}

.home-project-slide-img.img6 {
  background-image: url('../images/home-project-img62x.jpg');
}

.home-project-slide-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: auto;
  margin-right: -146px;
  margin-bottom: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-project-slide-nav.even {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: -146px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.home-project-slide-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 6px;
  margin-top: -20px;
  margin-right: -115px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.home-project-slide-arrow:hover {
  opacity: 0.4;
}

.home-project-slide-arrow.left {
  margin-right: -155px;
}

.home-project-slide-arrow.left.even {
  margin-left: -115px;
}

.home-project-slide-arrow.even {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: -155px;
}

.slider-arrow-img {
  width: 100%;
}

.project-slider-mask {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 5px solid #fff;
}

.btn-100p {
  width: 100%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.btn-100p:hover {
  color: #89b9b2;
}

.project-spec-item-b {
  width: 25%;
  float: left;
}

.detail-page-title-txt {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.project-detail-row-div {
  margin-bottom: 45px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.project-detail-img-b {
  width: 75%;
  float: right;
}

.project-detail-img-b.even {
  float: left;
}

.project-detail-img-b.vertical {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.project-detail-half-b {
  width: 50%;
  float: left;
}

.project-detail-half-b.txt-b {
  padding-left: 3%;
}

.project-detail-lightbox {
  display: block;
  border: 5px solid #fff;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

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

.btn-back {
  color: #89b9b2;
  text-decoration: none;
}

.btn-back-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-back-arrow-img {
  display: block;
  width: 30px;
  margin-top: -2px;
  margin-right: 10px;
}

.impact-detail-b {
  padding-top: 45px;
}

.impact-detail-info-b {
  width: 50%;
  float: left;
}

.impact-spec-item-b {
  width: 50%;
  margin-bottom: 20px;
  float: left;
}

.impact-detail-thumb-img-b {
  overflow: hidden;
  width: 50%;
  max-width: 500px;
  float: right;
  border-radius: 50%;
}

.impact-detail-content-gp {
  overflow: visible;
  margin-bottom: 60px;
}

.impact-detail-half-b {
  overflow: visible;
  width: 50%;
  padding-right: 2px;
  padding-left: 2px;
  float: left;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.impact-detail-half-b.txt-b {
  padding-left: 3%;
}

.impact-detail-row-div {
  overflow: visible;
}

.home-banner-wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

.transition-line-verticle {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.black-line-fill {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.gallery-frame {
  border: 5px solid #fff;
}

.client-item-circle {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b993;
  border-radius: 50%;
}

html.w-mod-js *[data-ix="line-fielddata-item-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="common-slide-from-left"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="common-fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="about-rnd-sq-img-gp-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-rnd-title-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-partner-item-scroll-odd"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-partner-item-scroll-even"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-team-item-img-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="common-rotate-out"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-team-item-title-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="filter-item-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

html.w-mod-js *[data-ix="project-item-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="initial-opacity-0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-banner-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-banner-slide-img-init"] {
  -webkit-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

html.w-mod-js *[data-ix="page-transition-load1"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load2"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load3"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load4"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load-5"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load-6"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load-7"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-transition-load-8"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="client-item-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="common-zoomut"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 19px;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    line-height: 23px;
  }
  .menu-b {
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .btn-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 30px;
    margin-right: 5%;
    padding: 0px;
  }
  .brand-b {
    margin-bottom: 120px;
  }
  .social-icon-link {
    max-width: 25px;
  }
  .page-content-b {
    background-size: 150px;
  }
  .all {
    padding-left: 20%;
  }
  .all.grid-b {
    padding-top: 30px;
  }
  .section-content {
    padding-bottom: 60px;
  }
  .container {
    padding-right: 5%;
  }
  .content-b {
    padding-top: 30px;
  }
  .content-b.impact-detail {
    padding-top: 45px;
  }
  .grid-line-b {
    width: 33.333333333333336%;
  }
  .page-banner-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
  }
  .client-wrap {
    margin-right: -3%;
    margin-left: -3%;
  }
  .client-item-b {
    width: 25%;
    margin-bottom: 6%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-footer {
    padding-bottom: 30px;
  }
  .footer-contact-title-b {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  .footer-contact-b {
    margin-bottom: 30px;
  }
  .footer-contact-info-b {
    width: 100%;
  }
  .footer-phone-mail-item {
    display: block;
  }
  .footer-contact-fieldname {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10%;
  }
  .footer-contact-data {
    width: 100%;
    padding-left: 10%;
  }
  .btn-menu-size {
    width: 30px;
    height: 30px;
  }
  .menu-line {
    margin-left: 2%;
  }
  .page-banner-img-b {
    width: 50%;
  }
  .page-banner-img-b.project-detail {
    max-width: 400px;
  }
  .contact-l-b {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0px;
    float: none;
  }
  .font-size-24 {
    font-size: 23px;
    line-height: 27px;
  }
  .contact-r-b {
    width: 100%;
    float: none;
  }
  .contact-item-b {
    width: 33.333333333333336%;
    margin-bottom: 0px;
  }
  .contact-item-b.email {
    width: 33.333333333333336%;
  }
  .lined-fieldname-b {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lined-fieldname-b.contact {
    margin-left: 0px;
    border-left-style: none;
  }
  .lined-field-data-txt {
    width: 100%;
  }
  .margin-bottom-90 {
    margin-bottom: 60px;
  }
  .about-rnd-title-b {
    width: 100%;
    float: none;
  }
  .about-rnd-title-txt-b {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }
  .about-rnd-half-b {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .about-rnd-sq-img-b1 {
    width: 33.333333333333336%;
  }
  .about-rnd-sq-img-b2 {
    width: 16.666666666666668%;
    margin-left: 3%;
  }
  .about-partner-grey-b {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .line-200-b {
    width: 180px;
  }
  .about-partner-cat-txt {
    margin-left: -10px;
  }
  .about-partner-cat-txt.even {
    margin-right: -30px;
  }
  .about-team-b {
    margin-top: 60px;
  }
  .about-team-img-b {
    width: 33.333333333333336%;
    padding-left: 0%;
  }
  .about-team-img-b.even {
    padding-right: 0%;
  }
  .about-team-info-b {
    width: 66.66666666666667%;
    padding-right: 5%;
  }
  .about-team-info-b.even {
    padding-right: 0%;
    padding-left: 5%;
  }
  .impact-b {
    margin-top: 0px;
  }
  .impact-filter-b {
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
    float: none;
  }
  .impact-filter-b.project {
    width: 100%;
    margin-top: -30px;
  }
  .impact-list-item-b {
    width: 50%;
    margin-bottom: 60px;
  }
  .impact-list-item-b.home {
    width: 50%;
  }
  .impact-list-item-heading-txt {
    height: 38px;
  }
  .impact-list-item-note-txt {
    max-height: 57px;
  }
  .project-list-item-b.home {
    overflow: hidden;
  }
  .project-item-img-b {
    width: 66.66666666666667%;
    margin-bottom: 20px;
    padding-right: 0%;
  }
  .project-item-img-b.even {
    padding-left: 0%;
  }
  .project-item-txt-b {
    width: 100%;
    float: right;
  }
  .project-list-cat-txt-b {
    margin-right: -5%;
    font-size: 4.16vw;
    line-height: 4.4vw;
  }
  .project-list-cat-txt-b.even {
    margin-left: -7%;
  }
  .project-list-txt-padding-b {
    padding-left: 0px;
  }
  .project-listing-heading-txt {
    margin-bottom: 10px;
  }
  .line-project-list {
    width: 33.333333333333336%;
  }
  .home-banner-slogan-b {
    font-size: 7vw;
    line-height: 7vw;
  }
  .home-banner-slider-b {
    width: 100%;
    padding-left: 10%;
  }
  .home-banner-slide-img {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(55%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.4))), url('../images/home-banner-photo12x.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 55%, hsla(0, 0%, 100%, 0.4)), url('../images/home-banner-photo12x.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .home-impact-title-b {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .home-impact-item-b {
    width: 100%;
    float: none;
  }
  .home-project-slide-nav {
    margin-right: -110px;
  }
  .home-project-slide-nav.even {
    margin-left: -110px;
  }
  .home-project-slide-arrow {
    margin-right: -79px;
  }
  .home-project-slide-arrow.left {
    margin-right: -119px;
  }
  .home-project-slide-arrow.left.even {
    margin-right: 0px;
    margin-left: -79px;
  }
  .home-project-slide-arrow.even {
    margin-left: -119px;
  }
  .project-spec-b {
    margin-bottom: -20px;
  }
  .project-spec-item-b {
    width: 33.333333333333336%;
    margin-bottom: 20px;
  }
  .detail-page-title-txt {
    font-size: 36px;
    line-height: 46px;
  }
  .project-detail-img-b {
    width: 90%;
  }
  .project-detail-img-b.vertical {
    width: 60%;
  }
  .project-detail-half-b {
    width: 66.66666666666667%;
  }
  .project-detail-half-b.txt-b {
    width: 100%;
    margin-top: 30px;
    padding-left: 0%;
    float: left;
  }
  .impact-detail-b {
    padding-top: 0px;
  }
  .impact-detail-info-b {
    width: 100%;
    float: none;
  }
  .impact-spec-item-b {
    width: 33.333333333333336%;
    margin-bottom: 20px;
  }
  .impact-detail-thumb-img-b {
    overflow: hidden;
    width: 66.66666666666667%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .home-banner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 18px;
    line-height: 22px;
  }
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .menu-b {
    width: 5%;
    padding-right: 10px;
    padding-left: 5%;
  }
  .header {
    position: static;
  }
  .brand {
    width: 80px;
    max-width: none;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding: 70px 5% 45px;
    background-color: #1c2024;
  }
  .btn-menu {
    z-index: 2000;
    background-image: url('../images/menu-icon.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .btn-menu.w--open {
    background-color: transparent;
    background-image: url('../images/menu-icon-close.svg');
  }
  .brand-b {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 3%;
  }
  .nav-link {
    width: 50%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: #b9b993;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .nav-link.w--current {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    border-left-style: none;
    background-image: none;
  }
  .nav-social-b {
    padding-top: 19px;
    padding-left: 0px;
    border-top: 2px solid #b9b993;
    border-bottom: 2px solid #b9b993;
    text-align: center;
  }
  .social-icon-link {
    display: inline-block;
    max-width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-content-b {
    padding-left: 3%;
    background-size: 20%;
  }
  .all {
    padding-left: 5%;
  }
  .content-b {
    padding-top: 25px;
  }
  .content-b.detail {
    padding-top: 20px;
  }
  .content-b.impact-detail {
    padding-top: 125px;
  }
  .page-banner-b {
    min-height: 0px;
    margin-left: 2px;
    padding-top: 125px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .client-item-b {
    width: 33.333333333333336%;
  }
  .page-heading-txt-b {
    position: static;
    margin-left: -1px;
    padding-right: 0px;
  }
  .page-banner-content-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-line {
    margin-left: 3%;
  }
  .page-banner-img-b {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .page-banner-img-b.project-detail {
    max-width: 300px;
    margin-top: 0px;
  }
  .contact-l-b {
    margin-bottom: 30px;
  }
  .margin-bottom-30 {
    margin-bottom: 25px;
  }
  .font-size-24 {
    font-size: 20px;
    line-height: 24px;
  }
  .margin-bottom-45 {
    margin-bottom: 30px;
  }
  .contact-item-b {
    margin-bottom: 20px;
  }
  .contact-item-b.email {
    width: 100%;
  }
  .lined-field-data-txt {
    padding-left: 10px;
  }
  .header-bg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    height: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c2024), color-stop(78%, rgba(28, 33, 36, 0.8)), to(rgba(28, 33, 36, 0)));
    background-image: linear-gradient(180deg, #1c2024, rgba(28, 33, 36, 0.8) 78%, rgba(28, 33, 36, 0));
    opacity: 0;
  }
  .margin-bottom-90 {
    margin-bottom: 45px;
  }
  .title-line {
    width: 8px;
    height: 8px;
  }
  .about-partner-item-b {
    margin-bottom: 30px;
  }
  .about-partner-grey-b {
    padding: 40px 8%;
  }
  .about-rnd-title-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .line-200-b {
    width: 100px;
    margin-left: 15px;
  }
  .line-btn-txt {
    font-size: 20px;
    line-height: 24px;
  }
  .about-studiooff-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .lined-fieldname-txt-b {
    padding-left: 10px;
  }
  .about-team-b {
    margin-top: 45px;
  }
  .about-team-img-b {
    width: 50%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .about-team-img-b.even {
    float: none;
  }
  .about-team-info-b {
    width: 100%;
    padding-right: 0%;
    float: none;
  }
  .about-team-info-b.even {
    padding-left: 0%;
  }
  .about-team-people-title-txt {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .about-team-people-name-txt {
    padding-left: 10px;
  }
  .impact-filter-b {
    text-align: center;
  }
  .impact-list-item-img-b {
    border-width: 3px;
  }
  .impact-list-item-heading-txt {
    height: 36px;
  }
  .impact-list-item-note-txt {
    max-height: 54px;
  }
  .btn-filter-item {
    margin-right: 4%;
    margin-left: 4%;
  }
  .btn-filter-item:hover {
    color: #89b9b2;
  }
  .project-list-item-b {
    margin-bottom: 45px;
  }
  .project-list-cat-txt-b {
    font-size: 6vw;
    line-height: 6.3vw;
  }
  .project-listing-heading-txt {
    font-size: 24px;
    line-height: 28px;
  }
  .project-list-cat-txt {
    width: 100%;
  }
  .section-home-banner {
    padding-left: 3px;
  }
  .home-banner-slogan-b {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 80px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 9vw;
    line-height: 9vw;
  }
  .home-slogan-more {
    margin-bottom: 0px;
    font-size: 16vw;
    line-height: 16vw;
  }
  .home-banner-slider-b {
    padding-left: 5%;
  }
  .home-banner-slide-img {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.4))), url('../images/home-banner-photo12x.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 55%, hsla(0, 0%, 100%, 0.4)), url('../images/home-banner-photo12x.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .home-banner-slide-nav {
    margin-bottom: -40px;
  }
  .home-impact-title-b {
    padding-left: 2.5%;
  }
  .home-project-slider {
    border-width: 3px;
  }
  .project-slider-mask {
    border-width: 3px;
  }
  .project-spec-item-b {
    font-size: 13px;
    line-height: 17px;
  }
  .detail-page-title-txt {
    font-size: 28px;
    line-height: 34px;
  }
  .project-detail-row-div {
    margin-bottom: 30px;
  }
  .project-detail-img-b {
    border-width: 3px;
  }
  .project-detail-img-b.vertical {
    width: 80%;
  }
  .project-detail-lightbox {
    border-width: 3px;
  }
  .impact-spec-item-b {
    font-size: 13px;
    line-height: 17px;
  }
  .impact-detail-thumb-img-b {
    width: 100%;
    max-width: 300px;
    float: none;
  }
  .impact-detail-content-gp {
    margin-bottom: 30px;
  }
  .impact-detail-half-b {
    width: 80%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .impact-detail-half-b.txt-b {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0%;
  }
  .home-banner-wrap {
    padding-top: 130px;
    padding-bottom: 45px;
  }
  .transition-line-verticle {
    width: 2px;
  }
  .gallery-frame {
    border-width: 3px;
  }
}

@media screen and (max-width: 479px) {
  .menu-b {
    padding-left: 5%;
  }
  .brand {
    width: 60px;
  }
  .brand-b {
    padding-left: 15px;
  }
  .page-content-b {
    background-size: 50%;
  }
  .container.home-banner {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-b.impact-detail {
    padding-top: 110px;
  }
  .grid-line-b {
    width: 50%;
  }
  .page-banner-b {
    padding-top: 110px;
  }
  .client-item-b {
    width: 50%;
  }
  .footer-address-b {
    margin-bottom: 20px;
  }
  .footer-phone-mail-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 50%;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contact-fieldname {
    width: 30%;
    max-width: 80px;
    margin-bottom: 0px;
  }
  .footer-contact-data {
    width: 70%;
    padding-left: 5%;
  }
  .btn-menu-size {
    width: 25px;
    height: 25px;
  }
  .page-banner-img-b {
    width: 70%;
    max-width: none;
    min-width: 200px;
  }
  .contact-item-b {
    width: 50%;
  }
  .lined-fieldname-b {
    margin-bottom: 0px;
  }
  .lined-field-data-txt {
    width: 70%;
  }
  .lined-field-data-txt.detail {
    font-size: 12px;
    line-height: 14px;
  }
  .header-bg {
    height: 100px;
  }
  .about-rnd-sq-img-b1 {
    width: 50%;
  }
  .about-rnd-sq-img-b2 {
    width: 25%;
  }
  .about-partner-grey-b {
    width: 90%;
  }
  .line-btn-txt.project-list {
    margin-left: 5%;
    font-size: 16px;
  }
  .about-partner-cat-txt {
    margin-left: -3px;
  }
  .about-partner-cat-txt.even {
    margin-right: -20px;
  }
  .about-team-img-b {
    width: 70%;
  }
  .impact-filter-b {
    padding-bottom: 0px;
  }
  .impact-list-item-b {
    width: 100%;
    margin-bottom: 45px;
    float: none;
  }
  .impact-list-item-b.home {
    width: 100%;
  }
  .impact-list-item-img-b {
    margin-bottom: 5%;
  }
  .impact-list-item-cat-txt {
    margin-bottom: 2%;
  }
  .btn-filter-item {
    margin-bottom: 10px;
  }
  .project-list-item-b {
    margin-bottom: 30px;
    padding-left: 8%;
  }
  .project-item-img-b {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 10%;
    float: none;
  }
  .project-item-img-b.even {
    padding-left: 10%;
  }
  .project-list-cat-txt-b {
    margin-right: 5%;
    margin-bottom: 10px;
    font-size: 8vw;
    line-height: 8.3vw;
  }
  .project-list-cat-txt-b.even {
    width: 100%;
    margin-left: 3%;
    text-align: left;
  }
  .project-list-cat-txt-b.home {
    width: 100%;
    margin-bottom: 50px;
  }
  .project-listing-heading-txt {
    font-size: 20px;
    line-height: 24px;
  }
  .line-project-list {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-home-banner {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-banner-content-b {
    width: 100%;
  }
  .home-banner-slogan-b {
    margin-bottom: 40px;
    padding-left: 5%;
  }
  .home-banner-slider-b {
    margin-top: -16%;
    padding-left: 15%;
  }
  .home-banner-slide-content-b {
    padding-top: 100%;
  }
  .home-impact-title-b {
    padding-left: 0%;
    text-align: center;
  }
  .home-project-slide-nav {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0%;
    padding-left: 10%;
    float: right;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: right;
  }
  .home-project-slide-arrow {
    position: static;
    display: none;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-right: 15px;
    margin-left: 5%;
    float: left;
  }
  .home-project-slide-arrow.left {
    margin-left: 0px;
  }
  .slider-arrow-img {
    max-width: 6px;
  }
  .project-spec-b {
    margin-bottom: -10px;
  }
  .project-spec-item-b {
    width: 50%;
    margin-bottom: 10px;
  }
  .detail-page-title-txt {
    font-size: 24px;
    line-height: 30px;
  }
  .project-detail-img-b {
    width: 90%;
  }
  .project-detail-half-b {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .project-detail-half-b.txt-b {
    margin-top: 20px;
    float: none;
  }
  .impact-spec-b {
    margin-bottom: -10px;
  }
  .impact-spec-item-b {
    width: 50%;
    margin-bottom: 10px;
  }
  .impact-detail-half-b {
    width: 100%;
  }
  .home-banner-wrap {
    position: relative;
    padding-top: 130px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}