body {
  font-family: Generalsans, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 200;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

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

p {
  margin-bottom: 40px;
}

strong {
  font-weight: 400;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8) 50%, hsla(0, 0%, 100%, 0));
}

.header.happening-details {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 50.2%, 0.8)), to(hsla(0, 0%, 50.2%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 50.2%, 0.8) 50%, hsla(0, 0%, 50.2%, 0));
}

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

.section-content.no-padding-bottom {
  padding-bottom: 0px;
}

.section-content.no-padding-bottom.happening-details {
  color: #fff;
}

.section-content.home {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

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

.works-details-content-b {
  width: 60%;
  float: right;
}

.works-details-info-b {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 100px;
  right: auto;
  bottom: 0%;
  width: 40%;
  padding-right: 5%;
}

.all {
  padding-top: 100px;
}

.all.home {
  padding-top: 0px;
}

.img {
  width: 100%;
}

.details-img-b {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.details-img-b.show-inmobile {
  display: none;
}

.subtitle {
  font-weight: 500;
}

.works-details-info-txt-b {
  margin-bottom: 20px;
}

.works-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.work-details-title {
  width: 60%;
  float: right;
}

.btn-explore {
  color: #000;
  font-size: 42px;
  line-height: 52px;
  text-decoration: none;
}

.btn-explore.happening-details {
  color: #fff;
}

.btn-align {
  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;
}

.btn-img {
  margin-left: 20px;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col-l {
  width: 40%;
  padding-right: 5%;
}

.footer-col-r {
  width: 60%;
}

.footer-title {
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}

.footer-subrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-bottom: 50px;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-subcol01 {
  width: 20%;
  margin-top: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.footer-subcol02 {
  width: 40%;
  margin-top: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.btn-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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-icon-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 100%;
  background-color: #000;
}

.btn-icon-img {
  position: relative;
  display: block;
}

.btn-icon-bg-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  border-radius: 100%;
  background-color: #7d7d7d;
}

.link-txt {
  color: #000;
  text-decoration: none;
}

.link-txt:hover {
  text-decoration: underline;
}

.img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  background-color: #f9f9f9;
}

.btn-top {
  float: right;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #9d9d9d;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-top:hover {
  color: #000;
}

.btn-top.happening-details {
  color: silver;
}

.btn-top.happening-details:hover {
  color: #fff;
}

.btn-top-txt {
  margin-right: 10px;
}

.btn-top-b {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 1;
  padding: 60px 20px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(80%, hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.95) 80%);
}

.btn-top-b.happening-details {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 50.2%, 0)), color-stop(80%, hsla(0, 0%, 50.2%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 50.2%, 0), hsla(0, 0%, 50.2%, 0.95) 80%);
}

.top {
  z-index: -1;
  height: 0vh;
}

.works-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.works-col {
  width: 25%;
}

.works-link-b {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  color: #000;
  text-shadow: 1px 1px 2px #fff;
}

.works-img {
  width: 100%;
}

.works-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 60px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.works-link-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.works-txt-mask {
  overflow: hidden;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.works-img-slider {
  height: 100%;
  background-color: transparent;
}

.works-sort-txt {
  display: inline-block;
  margin-left: 40px;
}

.works-sorting {
  width: 35%;
  margin-bottom: 45px;
  text-align: right;
}

.works-top-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-banner-title {
  width: 65%;
}

.works-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 30%;
}

.banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.banner-img.values {
  background-image: url('../images/values-banner2x.jpg');
}

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

.banner-img.happenings {
  background-image: url('../images/happenings-banner2x.jpg');
}

.values-col-l {
  width: 30%;
  padding-right: 5%;
}

.values-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-col-r {
  width: 70%;
}

.line {
  height: 1px;
  margin-bottom: 40px;
  background-color: #000;
}

.values-clients-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-clients-col {
  width: 25%;
  margin-bottom: 40px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.values-clients-logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
}

.values-clients-b {
  overflow: hidden;
}

.values-process-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-process-col-l {
  width: 40%;
  padding-right: 5%;
}

.values-process-col-r {
  width: 60%;
}

.img-b {
  position: relative;
}

.about-expand-content {
  overflow: hidden;
}

.about-content-btn-b {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.about-team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-team-col {
  width: 25%;
}

.img-subtxt {
  position: relative;
  z-index: 1;
  color: #9d9d9d;
}

.about-team-img {
  width: 100%;
}

.img-title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.about-team-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 15%;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  color: #000;
  text-decoration: none;
}

.about-team-link:hover {
  background-color: #f1f1f1;
}

.about-team-img-b {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.about-content-btn-expand {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.about-content-btn-icon {
  margin-bottom: 10px;
}

.about-content-btn-hde {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.about-team-expand {
  overflow: hidden;
  background-color: #f1f1f1;
}

.about-team-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #f1f1f1;
}

.about-expand-content-b {
  padding: 20px;
}

.carousel {
  width: 100%;
}

.slide {
  position: static;
  display: inline-block;
  width: 360px;
  margin-right: 20px;
  padding: 0px;
  color: #000;
  text-decoration: none;
}

.img-slide {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.about-team-link-on {
  position: relative;
  display: none;
  height: 100%;
  padding: 40px 15%;
  background-color: #f1f1f1;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  color: #000;
  text-decoration: none;
}

.about-team-link-on:hover {
  background-color: #f1f1f1;
}

.about-team-pop-mobile {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.about-team-link-mobile {
  position: relative;
  display: none;
  padding: 20px;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  color: #000;
  text-decoration: none;
}

.about-team-link-mobile:hover {
  background-color: #f1f1f1;
}

.happenings-details-content-b {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.happenings-details-date {
  z-index: 90;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

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

.happenings-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.happenings-col {
  width: 33.33%;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.happenings-link {
  position: relative;
  display: block;
  height: 100%;
  background-color: #f1f1f1;
  color: #000;
  text-decoration: none;
}

.happenings-content-b {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  padding: 20px 20px 60px;
}

.happenings-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.happenings-content-mask {
  position: relative;
  overflow: hidden;
}

.happenings-content {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 45px;
  margin-bottom: 15px;
}

.happenings-content-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.happenings-date {
  display: inline-block;
  padding-left: 10px;
  background-image: url('../images/happenings-date-graphic.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.happenings-content-mask-withimg {
  position: relative;
  z-index: 1;
}

.happenings-img-b {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.happenings-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.happenings-img {
  width: 100%;
}

.section-home-banner {
  height: 100vh;
  min-height: 800px;
}

.home-inspiration {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.home-banner-img {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-banner-img._01 {
  background-image: url('../images/home-banner-img012x.jpg');
}

.home-banner-img._02 {
  background-image: url('../images/home-banner-img022x.jpg');
}

.home-banner-slider {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.home-inspiration-txt {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/home-about-graphic.svg');
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 32px;
}

.home-inspiration-txt-b {
  padding-left: 30px;
  background-color: #fff;
  text-align: right;
}

.home-content-r {
  padding-left: 60px;
}

.home-works-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-works-col {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.home-works-txt-b {
  z-index: 1;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-works-link-b {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

.home-works-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}

.home-works-img {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.txt-color-grey {
  color: #9d9d9d;
}

.home-works-title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.section-home-happenings {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  width: 300px;
  text-shadow: 1px 1px 2px #fff;
}

.section-home-happenings.blur-mask {
  display: none;
}

.home-happenings-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-happenings-top-txt {
  width: 100%;
  margin-bottom: 20px;
}

.home-happenings-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 90px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
  text-align: right;
}

.home-happenings-content-b {
  height: 100%;
  padding-top: 140px;
  padding-bottom: 90px;
}

.home-happenings-content {
  overflow: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.home-happenings-link {
  display: block;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
}

.home-happenings-line {
  height: 1px;
  margin-bottom: 20px;
  background-color: #7d7d7d;
  box-shadow: 1px 1px 2px 0 #fff;
}

.home-happenings-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.home-happenings-img {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-happenings-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.home-happenings-expand-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.home-happenings-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 88.7%, 0.8);
}

.nav-link {
  padding: 20px 30px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #fff;
}

.nav-link:hover {
  color: #9d9d9d;
}

.nav-link.w--current {
  color: #9d9d9d;
}

.nav-link.happening-details {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header-logo {
  margin-top: 20px;
}

.happenings-btn-close {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 22px;
  -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-happenings-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 90.7%, 0.15);
  opacity: 0;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-happenings-btn-txt {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.home-footer-b {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  background-color: #f9f9f9;
}

.home-banner-slide-nav {
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: 20px;
  -webkit-transform: translate(0px, -50%) rotate(90deg);
  -ms-transform: translate(0px, -50%) rotate(90deg);
  transform: translate(0px, -50%) rotate(90deg);
}

.nav-menu {
  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;
}

.btn-lang {
  width: 41px;
  margin-top: 3px;
}

.header-lang-b {
  overflow: hidden;
  width: 0px;
}

.lang-link {
  padding: 20px 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #fff;
}

.lang-link:hover {
  color: #9d9d9d;
}

.lang-link-b {
  width: 150px;
  padding-left: 10px;
}

.section-home-happenings-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  width: 300px;
  text-shadow: 1px 1px 2px #fff;
}

.home-happenings-btn-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 90.7%, 0.15);
  opacity: 0;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-happenings-btn-mobile-b {
  display: none;
}

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

.home-inspiration-title {
  font-size: 35px;
  line-height: 40px;
  text-align: right;
}

.happenings-details-line {
  height: 1px;
  background-color: #000;
}

.bg-happening-details {
  background-color: grey;
}

.pdf-iframe {
  margin-bottom: 40px;
}

.happenings-details-date-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  margin-top: -40px;
  margin-left: -1px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  background-image: url('../images/happenings-fr.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.team-project-slider {
  height: auto;
  background-color: transparent;
  text-align: left;
}

.team-project-slide {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.team-project-slide-mask {
  margin-right: -10px;
  margin-left: -10px;
}

.team-project-slide-nav {
  position: relative;
}

html.w-mod-js *[data-ix="btn-icon-bg-hover"] {
  display: none;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

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

html.w-mod-js *[data-ix="img-mask"] {
  height: 100%;
}

html.w-mod-js *[data-ix="img-mask-2"] {
  height: 100%;
}

html.w-mod-js *[data-ix="img-mask-3"] {
  height: 100%;
}

html.w-mod-js *[data-ix="img-mask-4"] {
  height: 100%;
}

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

html.w-mod-js *[data-ix="about-content-btn-hide"] {
  display: none;
}

html.w-mod-js *[data-ix="about-expand-content"] {
  height: 0px;
}

html.w-mod-js *[data-ix="about-team-expand"] {
  height: 0px;
}

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

html.w-mod-js *[data-ix="home-happenings-btn-mobile"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="section-home-happenings"] {
  display: block;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

@media screen and (min-width: 1280px) {
  .about-team-link {
    padding-right: 20%;
    padding-left: 20%;
  }

  .about-team-link-on {
    padding-right: 20%;
    padding-left: 20%;
  }

  .happenings-col {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .container.menu {
    position: relative;
    z-index: 3000;
  }

  .footer-subcol01 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-subcol02 {
    width: 100%;
    margin-top: 0px;
  }

  .works-col {
    width: 33.33%;
  }

  .banner-img {
    padding-top: 60%;
    background-size: cover;
    background-attachment: scroll;
  }

  .values-clients-col {
    width: 33.33%;
  }

  .about-team-link {
    padding: 20px;
  }

  .happenings-details-date {
    margin-left: -6%;
  }

  .happenings-col {
    width: 50%;
  }

  .happenings-content-mask {
    overflow: visible;
    padding-top: 0%;
  }

  .home-works-col {
    width: 50%;
  }

  .home-happenings-top-txt {
    font-size: 18px;
    line-height: 22px;
  }

  .nav-link {
    position: relative;
    display: block;
  }

  .nav-link.happening-details {
    color: #000;
    text-shadow: 1px 1px 2px hsla(0, 0%, 100%, 0.9);
  }

  .happenings-btn-close {
    z-index: 2;
    display: block;
    margin-bottom: 15px;
  }

  .menu-btn-img {
    width: 34px;
  }

  .menu-btn {
    padding: 22px 0px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }

  .menu-btn.w--open {
    background-color: transparent;
  }

  .nav-menu {
    display: block;
    overflow: auto;
    width: 300px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: hsla(0, 0%, 88.6%, 0.8);
  }

  .menu-btn-close-img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    display: none;
    width: 24px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .btn-lang {
    display: none;
  }

  .header-lang-b {
    position: relative;
    width: auto;
  }

  .lang-link {
    display: inline-block;
    font-size: 16px;
  }

  .lang-link-b {
    width: 100%;
    padding-left: 0px;
  }

  .section-home-happenings-mobile {
    display: block;
  }

  .home-happenings-btn-mobile {
    display: none;
  }

  .home-happenings-btn-mobile-b {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .team-project-slide {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }

  h2 {
    line-height: 26px;
  }

  p {
    margin-bottom: 30px;
  }

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

  .works-details-content-b {
    width: 100%;
  }

  .works-details-info-b {
    position: relative;
    top: 0px;
    width: 100%;
    padding-right: 0%;
  }

  .all {
    padding-top: 40px;
  }

  .details-img-b {
    margin-bottom: 30px;
  }

  .details-img-b.hide-in-mobile {
    display: none;
  }

  .details-img-b.show-inmobile {
    display: block;
  }

  .works-details-row {
    margin-bottom: 0px;
  }

  .work-details-title {
    width: 100%;
  }

  .btn-explore {
    font-size: 24px;
    line-height: 34px;
  }

  .btn-img {
    margin-left: 10px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-col-l {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .footer-col-r {
    width: 100%;
  }

  .footer-title {
    font-size: 30px;
    line-height: 34px;
  }

  .footer-subrow {
    margin-bottom: 20px;
  }

  .footer-subcol01 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .works-col {
    width: 50%;
  }

  .works-sort-txt {
    margin-right: 20px;
    margin-left: 0px;
  }

  .works-sorting {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: left;
  }

  .inner-banner-title {
    width: 100%;
  }

  .values-col-l {
    width: 100%;
  }

  .values-col-r {
    width: 100%;
  }

  .values-clients-col {
    width: 50%;
  }

  .values-process-col-l {
    width: 100%;
    padding-right: 0%;
  }

  .values-process-col-r {
    width: 100%;
  }

  .about-team-col {
    width: 50%;
  }

  .about-team-link {
    display: none;
  }

  .about-team-pop-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    display: none;
    overflow: auto;
    padding-top: 15px;
    background-color: #f1f1f1;
    opacity: 0;
  }

  .pop-btn-close {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    -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;
  }

  .about-team-link-mobile {
    display: block;
  }

  .pop-btn-close-img {
    width: 20px;
  }

  .about-team-pop-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2.5%;
    margin-left: -2.5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-team-pop-col {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .happenings-details-content-b {
    margin-top: 40px;
    padding: 20px;
  }

  .home-inspiration-txt {
    font-size: 26px;
    line-height: 30px;
  }

  .home-works-col {
    width: 50%;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-banner-slide-nav {
    margin-right: 10px;
  }

  .footer-txt-copyright {
    font-size: 14px;
    line-height: 18px;
  }

  .lang-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-team-mobile-txt {
    margin-top: 20px;
  }

  .home-inspiration-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .happenings-details-date-b {
    width: 190px;
    height: 30px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 479px) {
  .works-col {
    width: 100%;
  }

  .banner {
    padding-top: 50%;
  }

  .banner-img {
    padding-top: 100%;
  }

  .about-team-pop-col {
    width: 100%;
  }

  .happenings-col {
    width: 100%;
  }

  .happenings-content {
    height: auto;
  }

  .section-home-banner {
    height: 60vh;
    min-height: 0px;
  }

  .home-banner-slider {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 60vh;
  }

  .home-works-col {
    width: 100%;
  }
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}