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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.navbar {
  left: 0px;
  top: 0px;
  display: block;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: left;
}

.icon {
  color: #f68e20;
  font-size: 50px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row {
  padding-top: 2%;
}

.brand {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  display: block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  float: left;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  display: inline;
  float: left;
}

.menu-button {
  float: left;
}

.brand-2 {
  display: block;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.navbar-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-3 {
  z-index: 999;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-menu-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
  color: #fff;
}

.brand-3 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  display: block;
  float: none;
  clear: none;
  text-align: center;
}

.div-block-5 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.icon-2 {
  color: #7f7f7f;
  font-size: 35px;
}

.icon-2:hover {
  color: #f78f1e;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.section-2 {
  margin: 0%;
}

.editor-name {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 5px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Montserrat, sans-serif;
  color: #7f7f7f;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.editor-name:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #f78f1e;
}

.editor-name:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.editor-name.sub {
  padding: 9px 15px;
  font-weight: 400;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-3 {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-3 {
  height: 50vh;
  padding: 6% 10% 10%;
}

.nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
}

.section-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.div-block-6 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: Infinity%px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.footer-cities-link {
  padding-left: 0px;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
}

.footer-cities-link.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-cities-link.footer-cities-link-alt {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  text-align: center;
}

.cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr;
  grid-template-columns: 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr;
  -ms-grid-rows: minmax(auto, 2fr);
  grid-template-rows: minmax(auto, 2fr);
  text-align: center;
}

.footer-cities-dot {
  display: block;
  height: 100%;
  margin-top: 23px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.div-block-8 {
  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;
}

.social-icon {
  margin: 0px 15px 15px;
}

.text-block {
  margin: 10px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.footer-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.section-4 {
  height: 100vh;
}

.heading {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 1px;
  color: #7f7f7f;
  font-size: 24px;
  text-align: left;
  text-decoration: none;
}

.html-embed {
  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;
}

.div-block-9 {
  display: none;
}

.contacts-city {
  margin-top: 0px;
  margin-bottom: 1%;
  font-family: Montserrat, sans-serif;
  color: #f78f1e;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.contacts-city.contacts-city-alt {
  font-size: 5em;
  line-height: 5em;
}

.contacts-city.special {
  color: #f78f1e;
}

.contact-name {
  font-family: Karma;
  color: #7f7f7f;
  font-size: 18px;
}

.contact-name.contact-name-alt {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  text-shadow: none;
}

.contact-title {
  font-family: Karma;
  color: #7f7f7f;
}

.contact-title.contact-title-alt {
  margin-bottom: 5%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-shadow: none;
}

.contact-email {
  padding-top: 0px;
  color: #7f7f7f;
  text-decoration: none;
}

.contact-email:hover {
  color: #f78f1e;
}

.contact-email.footer-cities-link-alt {
  font-family: Montserrat, sans-serif;
  color: #4b4b4b;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: underline;
  text-shadow: none;
}

.contact-email.footer-cities-link-alt:hover {
  color: #f78f1e;
  text-decoration: underline;
}

.location-phone {
  font-family: Karma;
  color: #7f7f7f;
  font-size: 24px;
  text-align: right;
  letter-spacing: 1.5px;
}

.location-phone.location-phone-alt {
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.5em;
  text-align: left;
  text-shadow: none;
}

.location-address {
  margin-top: 10px;
  font-family: Karma;
  color: #7f7f7f;
  font-size: 14px;
  text-align: right;
}

.location-address.location-address-alt {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  text-shadow: none;
}

.div-block-10 {
  margin-top: 10px;
  font-family: Karma;
  text-decoration: underline;
}

.div-block-11 {
  margin-top: 54px;
}

.contacts-row {
  margin-top: 5%;
  margin-bottom: 5%;
}

.contacts-row.last {
  margin-bottom: 15%;
}

.location-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  height: 1000px;
  margin-top: 5%;
  -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;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-13 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.facility-pic {
  padding: 3px 3px 0px;
}

.facility-picture {
  display: block;
  width: 100%;
  height: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.facility-picture.ny1 {
  display: block;
  width: auto;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.facility-picture.ny2 {
  height: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ny02.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.facility-picture.ny3 {
  height: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ny03.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.facility-picture.ny4 {
  height: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ny04.jpg');
  background-size: contain;
}

.facility-picture.ny1 {
  height: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ny01.jpg');
}

.facility-picture.ny0 {
  height: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ny01.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.facility-picture.ch1 {
  height: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.facility-picture.chi2 {
  height: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.facility-picture.chi3 {
  height: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.facility-picture.chi4 {
  height: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
  text-align: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 158px;
  margin-bottom: 156px;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  position: relative;
  z-index: 100;
  display: block;
  overflow: visible;
  height: 3500px;
  margin-top: -139px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-6 {
  height: 1500px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1500px;
  min-height: 1500px;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-15 {
  display: block;
  height: 100vh;
  min-height: 100vh;
}

.section-7 {
  position: relative;
  z-index: 5;
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-16 {
  position: static;
  display: block;
  height: 2900px;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-8 {
  position: relative;
  z-index: 101;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-4 {
  position: relative;
  z-index: 1;
  margin: 5% auto;
}

.container-5 {
  height: 100%;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  padding: 3% 5%;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  background-image: none;
}

.world-class-editors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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/cubes.jpg'), url('../images/dots.jpg'), url('../images/Grid.jpg');
  background-position: 50% 50%, 50% 50%, 50% 0px;
  background-size: cover, 1000px, 1000px;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.footer {
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #f78f1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding: 6% 0% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-3 {
  margin-bottom: -33px;
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.link {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Montserrat, sans-serif;
  color: #f78f1e;
  font-size: 28px;
  text-align: center;
}

.text-block-2 {
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.row-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: inline;
  margin-bottom: 10%;
  background-color: rgba(0, 152, 255, 0);
  opacity: 0.3;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

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

.heading-5 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #4b4b4b;
  font-size: 3em;
  text-align: center;
}

.heading-5:hover {
  color: #f78f1e;
  text-decoration: underline;
}

.contact-name-alt {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.contact-title-alt {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 200;
}

.email-block {
  padding: 10px;
  border: 1px none #f78f1e;
  border-radius: 5px;
  background-image: none;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.email-block:hover {
  margin-left: -10px;
  background-image: none;
}

.location-phone-alt {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 1.5px;
}

.location-address-alt {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.image-4 {
  opacity: 0.18;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.contacts-city-alt {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  text-shadow: none;
}

.contacts-city-alt:hover {
  text-shadow: none;
}

.container-10 {
  padding: 0%;
}

.contact-email-alt {
  padding-top: 0px;
  color: #fff;
  text-decoration: none;
}

.contact-email-alt:hover {
  color: #f78f1e;
}

.contacts-row-ny {
  display: block;
  margin: 15%;
  padding: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
}

.contacts-row-ny.last {
  margin-bottom: 15%;
}

.link-block {
  display: none;
  margin-top: 5%;
  margin-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  margin-top: -30px;
}

.column-6 {
  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;
}

.footer-cities-link-alt {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.footer-cities-link-alt.footer-cities-link {
  font-size: 1.8em;
  text-align: center;
}

.contacts-row-chi {
  display: block;
  margin: 15%;
  padding: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
}

.contacts-row-chi.last {
  margin-bottom: 15%;
}

.contacts-row-la {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .32)), to(rgba(0, 0, 0, .32))), url('../images/la01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/la01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.contacts-row-la.last {
  margin-bottom: 15%;
}

.contacts-row-det {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .33)), to(rgba(0, 0, 0, .33))), url('../images/det01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/det01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.contacts-row-det.last {
  margin-bottom: 15%;
}

.contacts-row-tok {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/tyo02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/tyo02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.contacts-row-tok.last {
  margin-bottom: 15%;
}

.container-11 {
  display: block;
  -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;
}

.image-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-portfolio {
  display: block;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-8 {
  display: block;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-4 {
  display: block;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container-12 {
  display: block;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-12 {
  display: block;
  height: 100vh;
  margin-top: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
}

.div-block-17 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin: 1% 1% 1% 0%;
  padding: 13% 53px 53px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hhgregg-boxes60-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-7 {
  display: block;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: snow;
  font-size: 2em;
  text-align: center;
  text-shadow: 1px 1px 22px #000;
}

.heading-6-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: snow;
  font-size: 1em;
  text-align: center;
}

.paragraph {
  color: #fff;
  font-weight: 400;
}

.text-block-3 {
  color: #fff;
}

.heading-alt {
  padding-top: 1px;
  color: #f78f1e;
  font-size: 5em;
  text-align: center;
  text-decoration: none;
}

.div-block-18 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin: 1% 0% 1% 1%;
  padding: 13% 53px 53px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lifewtr-series4socialolv328-1920x1080-23_981.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(180deg, transparent, transparent);
}

.navbar-4:hover {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: none;
}

.navbar-4:active {
  background-image: none;
}

.dropdown-toggle {
  position: static;
  display: block;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.dropdown {
  position: static;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.nav-menu-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: none;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-size: 3em;
  font-weight: 700;
  text-decoration: none;
}

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

.nav-link:active {
  color: #fff;
}

.nav-link.menu {
  display: block;
  color: #fff;
  font-size: 3em;
}

.nav-link.menu:hover {
  text-decoration: underline;
}

.nav-link.menu.w--current:hover {
  box-shadow: none;
  font-size: 3em;
}

.editors {
  display: block;
  height: 100%;
}

.cutters-logo {
  display: none;
}

.div-block-19 {
  position: static;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 143, 30, .42)), to(rgba(247, 143, 30, .42)));
  background-image: linear-gradient(180deg, rgba(247, 143, 30, .42), rgba(247, 143, 30, .42));
  color: #fff;
}

.menu-button-2 {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.menu-button-2.w--open {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.div-block-20 {
  padding: 0px 15px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.simple-nav-link-holder {
  background-color: hsla(0, 0%, 100%, 0);
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
  background-color: #f78f1e;
  box-shadow: none;
}

.line-1.simple:focus {
  background-color: #fff;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
  background-color: #f78f1e;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
  background-color: #f78f1e;
}

.simple-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #afafaf;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
}

.simple-nav {
  background-color: hsla(0, 0%, 100%, 0);
}

.simple-menu-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 238, .5)), to(rgba(255, 251, 238, .5)));
  background-image: linear-gradient(180deg, rgba(255, 251, 238, .5), rgba(255, 251, 238, .5));
  color: #fff;
}

.simple-menu-button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.simple-menu-button.w--open {
  z-index: 100;
  background-color: #fff;
}

.container-14 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.div-block-21 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.image-8 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-right: 3%;
  margin-bottom: 6%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  opacity: 1;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.up-arrow {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  height: 0px;
  cursor: pointer;
}

.section-13 {
  height: 100vh;
  padding-top: 87px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#7f7f7f));
  background-image: linear-gradient(180deg, #7f7f7f, #7f7f7f);
  line-height: 100vh;
}

.project-for-good {
  display: none;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c92d2d), to(#f78f1e));
  background-image: linear-gradient(180deg, #c92d2d, #f78f1e);
}

.heading-7 {
  margin-bottom: 0px;
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.text-block-4 {
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.culture-of-creativity {
  display: none;
  height: auto;
  -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: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-block-5 {
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #4b4b4b;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.heading-8 {
  margin-bottom: 0px;
  padding: 30px 31px 30px 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #f78f1e;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.contacts-ny-la {
  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;
  background-image: none;
}

.column-ny {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.row-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-la {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/LA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contacts-chi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#f78f1e), to(hsla(0, 0%, 100%, 0))), url('../images/chi01.jpg');
  background-image: linear-gradient(90deg, #f78f1e, hsla(0, 0%, 100%, 0)), url('../images/chi01.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.contacts-det-tok {
  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;
  background-image: none;
}

.column-detroit {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/det01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-detroit:hover {
  background-image: radial-gradient(circle farthest-corner at 30% 48%, rgba(255, 179, 66, .69) 42%, rgba(194, 32, 32, .55) 99%), -webkit-gradient(linear, left top, left bottom, from(rgba(247, 143, 30, .49)), to(rgba(247, 143, 30, .49))), url('../images/det01.jpg');
  background-image: radial-gradient(circle farthest-corner at 30% 48%, rgba(255, 179, 66, .69) 42%, rgba(194, 32, 32, .55) 99%), linear-gradient(180deg, rgba(247, 143, 30, .49), rgba(247, 143, 30, .49)), url('../images/det01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  text-shadow: none;
}

.column-tokyo {
  padding: 0px;
  background-image: url('../images/tyo01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-tokyo:hover {
  background-image: linear-gradient(64deg, rgba(211, 0, 118, .33), rgba(255, 236, 158, .37)), linear-gradient(180deg, rgba(247, 143, 30, .62), rgba(247, 143, 30, .62)), url('../images/tyo01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/NYC.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22 {
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.div-block-23 {
  height: 250px;
}

.heading-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e)), url('../images/CHI.jpg');
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e), url('../images/CHI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-24.special {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e)), url('../images/CHI.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #f78f1e, #f78f1e), url('../images/CHI.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.column-12 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-13 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-6 {
  display: block;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

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

.div-block-24-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.column-14-copy {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox-link {
  display: none;
}

.slide {
  background-image: url('../images/la01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  z-index: 100;
  display: block;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.la-slide2 {
  background-image: url('../images/la05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ny-slide-4 {
  background-image: url('../images/ny04.jpg');
  background-position: 50% 92%;
  background-size: cover;
}

.div-block-24-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.slider-2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.slide-4-chi {
  background-image: url('../images/chi02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5-chi {
  background-image: url('../images/chi03.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6-chi {
  background-image: url('../images/chi02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.chi-slide-1 {
  background-image: url('../images/CHI.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.chi-slide-2 {
  background-image: url('../images/chi02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.chi-slide-3 {
  background-image: url('../images/chi03.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.chi-slide-4 {
  background-image: url('../images/chi04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ny-slide-1 {
  z-index: 100;
  background-image: url('../images/NYC.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ny-slide-2 {
  background-image: url('../images/ny02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ny-slide-3 {
  background-image: url('../images/ny03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7-nyc {
  background-image: url('../images/ny04.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.free-the-bid {
  display: block;
  height: auto;
  margin-top: 1%;
  margin-bottom: 5%;
  padding-top: 5%;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #f3f1ec, #fff 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #f3f1ec, #fff 60%), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.image-9 {
  display: block;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-10 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.cutters-studios {
  display: none;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  background-image: url('../images/swivel-down.svg'), url('../images/swivel.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: url('../images/swivel-down.svg'), url('../images/swivel.svg'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
  background-position: 50% 100%, 50% 0px, 0px 0px;
  background-size: contain, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-15 {
  padding-top: 5%;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #494949;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.div-block-27 {
  padding: 5% 5% 20%;
  border: 3px none #fff;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 1.5em;
  line-height: 1.5em;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-28 {
  margin: 5% 0%;
}

.instagram {
  -webkit-filter: contrast(65%);
  filter: contrast(65%);
}

.instagram.menu {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.facebook {
  -webkit-filter: contrast(65%);
  filter: contrast(65%);
}

.facebook:hover {
  box-shadow: none;
  -webkit-filter: contrast(65%);
  filter: contrast(65%);
}

.facebook.menu {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.column-16 {
  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;
}

.column-17 {
  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;
}

.column-18 {
  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;
}

.div-block-29 {
  display: none;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #c2c2c2;
  font-size: 12px;
  text-align: center;
}

.column-19 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row-7 {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.image-14 {
  position: relative;
  bottom: 0px;
  overflow: visible;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swivel {
  position: static;
  z-index: 0;
  display: none;
  overflow: hidden;
  padding-bottom: 0px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4b4b4b;
  text-decoration: none;
}

.link-block-2:hover {
  color: #f78f1e;
  text-decoration: none;
}

.under-intro-swivel {
  position: absolute;
  z-index: 0;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-30 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.link-block-3.w--current {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.image-15 {
  opacity: 0.51;
}

.image-16 {
  opacity: 0.5;
}

.image-17 {
  opacity: 0.51;
}

.image-18 {
  opacity: 0.5;
}

.image-19 {
  opacity: 0.5;
}

.dropdown-2 {
  z-index: 99;
}

.vimeo {
  -webkit-filter: contrast(65%);
  filter: contrast(65%);
}

.vimeo.menu {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.linkedin {
  -webkit-filter: contrast(65%);
  filter: contrast(65%);
}

.linkedin.menu {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.heading-11 {
  color: #7f7f7f;
  text-align: center;
}

.heading-11:hover {
  color: #000;
}

.chi-slide-2-copy {
  background-image: url('../images/Lounge_0056.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.chi-slide-2-copy-copy {
  background-image: url('../images/chi03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.la-slide-1 {
  background-image: url('../images/LA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.la-slide-2 {
  background-image: url('../images/la05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.la-slide-3 {
  background-image: url('../images/la03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.la-slide-4 {
  background-image: url('../images/la04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.la-slide-5 {
  background-image: url('../images/la05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.det-slide-1 {
  background-image: url('../images/DET.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.det-slide-2 {
  background-image: url('../images/det02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.det-slide-3 {
  background-image: url('../images/det03.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.tok-slide-1 {
  background-image: url('../images/tyo01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tok-slide-2 {
  background-image: url('../images/tyo02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tok-slide-3 {
  background-image: url('../images/tyo03.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.tok-slide-4 {
  background-image: url('../images/tyo04.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, .21);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  -webkit-transition: box-shadow 200ms ease, all 458ms ease;
  transition: box-shadow 200ms ease, all 458ms ease;
  font-family: Montserrat, sans-serif;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.link-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 143, 30, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a31e2), to(#2a31e2));
  background-image: linear-gradient(180deg, #2a31e2, #2a31e2);
  box-shadow: 0 0 18px -1px rgba(0, 0, 0, .48);
  color: #fff;
}

.row-8 {
  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;
}

.container-for-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 60px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-for-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-32 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.text-block-5-copy {
  width: 100%;
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #4b4b4b;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 200;
  text-align: left;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.featured {
  display: block;
  height: 85vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.mask {
  height: 100vh;
}

.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Montserrat, sans-serif;
  color: #7f7f7f;
  font-size: 1.2em;
  font-weight: 300;
}

.editor-text-name {
  margin-top: 6%;
  margin-bottom: 6%;
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #7f7f7f;
  font-size: 22px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.editor-text-name:hover {
  border-bottom-style: none;
  border-bottom-width: 0px;
  color: #f78f1e;
}

.editor-text-name:active {
  color: #f78f1e;
}

.editor-text-name:focus {
  border-bottom-style: none;
}

.editor-text-name.dropdown {
  margin-left: 0%;
}

.editor-text-name.dropdown:active {
  border: 1px none #000;
  text-decoration: none;
}

.dropdown-editor {
  padding: 5% 0px;
  text-align: center;
}

.livio-dropdown-wrapper {
  display: none;
  text-align: center;
}

.mask-2 {
  z-index: 100;
  overflow: hidden;
}

.div-block-33 {
  margin-top: 2%;
  padding-bottom: 2%;
}

.culture-heading {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.culture-image {
  padding: 2%;
}

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

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-20 {
  padding-bottom: 0px;
}

.div-block-36 {
  padding: 1%;
}

.project {
  display: none;
  height: auto;
  margin-top: 1%;
  -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: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.project-heading {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}

.project-copy {
  padding: 0%;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.paragraph-4 {
  color: #ffaf58;
}

.container-16 {
  padding-top: 0%;
  padding-bottom: 12%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6em;
  line-height: 1em;
}

.tokyo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.detroit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.grid {
  justify-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-2 {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-37 {
  margin: 2%;
}

.culture-of-creativity-copy {
  display: block;
  height: auto;
  -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: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.project-co3 {
  display: block;
  height: auto;
  margin-top: 1%;
  -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: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.slide-1 {
  background-image: url('../images/Always.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask-3 {
  height: 80vh;
}

.arrows {
  display: none;
}

.slide-nav {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -43px;
}

.slide-9sopy {
  background-image: url('../images/Always.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/esurance-launchlongform145-1920x1080-23_98_2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/jennair-boundbynothing-1920x1080-23_981.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/peloton-helloletsgonational60-1920x1080-23_981.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.featured-image-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding-bottom: 10%;
  padding-left: 10%;
}

.project-name {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-decoration: none;
  text-shadow: 0 0 17px #000;
}

.project-name:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.director {
  width: 100%;
  margin: 0%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-shadow: 0 0 6px #000;
}

.featured-image-link {
  position: static;
  width: auto;
  padding: 0%;
  float: left;
  clear: none;
  text-decoration: none;
}

.featured-image-link:hover {
  color: #f78f1e;
  text-decoration: none;
}

.slide-5 {
  background-image: url('../images/budweiser-daleearnhardtjrthenightwemet314-1920x1080-23_981.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/nhl-spellingus60-1920x1080-23_98.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/lifewtr-inspirationdrops60-1920x1080-23_981.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/aig-allblackstackletherisks3m-1920x1080-23_99.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-99 {
  background-image: url('../images/aig-allblackstackletherisks3m-1920x1080-23_98.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/9---getty-getterdworldwaterday-1920x1080-23_981.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/hallmark-hannahandhenry-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/chrysler-americasimport-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/12---modelo-ufcheritage-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/nike-minohodoshirazuwebjapanesesubtitle60-1920x108023_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-3 {
  padding: 7%;
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6em;
  text-decoration: none;
}

.link-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #f78f1e;
}

.bold-text {
  display: none;
}

.slide-14 {
  background-image: url('../images/14---3musketeers-mirror15-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/meijer-thanksgivingcomehome60-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/budweiser-circusrev1-1920x1080-23_98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
}

.kc-slide-1 {
  background-image: url('../images/IMG_5934.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kc-slide-2 {
  background-image: url('../images/IMG_5933.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.kc-slide-3 {
  background-image: url('../images/IMG_5945.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.kc-slide-4 {
  background-image: url('../images/IMG_5936.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.dropdown-link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
  font-family: Montserrat, sans-serif;
}

.dropdown-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
  color: #fff;
}

.dropdown-link-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
  font-family: Montserrat, sans-serif;
}

.dropdown-link-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
  color: #fff;
}

.dropdown-list {
  overflow: hidden;
}

.accordion-item-trigger {
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.accordion-item-trigger:active {
  text-decoration: none;
}

.sub-menu-reel {
  display: block;
  overflow: hidden;
  margin-top: 6%;
  margin-bottom: 6%;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-family: Montserrat, sans-serif;
  color: #f78f1e;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.sub-menu-reel:hover {
  color: #f78f1e;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.sub-menu-reel:active {
  text-decoration: none;
}

.sub-menu-reel.dropdown {
  margin-left: 0%;
}

.sub-menu-reel.dropdown:active {
  border: 1px none #000;
  text-decoration: none;
}

.livio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  margin-bottom: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #7f7f7f;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.livio:hover {
  color: #f78f1e;
}

.livio.dropdown {
  margin-left: 0%;
}

.livio.dropdown:active {
  border: 1px none #000;
  text-decoration: none;
}

.item-content {
  display: block;
  overflow: hidden;
}

.text-block-9 {
  overflow: visible;
}

.div-block-38 {
  height: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
}

.livio-editor-text-name {
  margin-top: 10%;
  margin-bottom: 10%;
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #7f7f7f;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.livio-editor-text-name:hover {
  border-bottom-style: none;
  border-bottom-width: 0px;
  color: #f78f1e;
}

.livio-editor-text-name:active {
  color: #f78f1e;
}

.livio-editor-text-name:focus {
  border-bottom-style: none;
}

.livio-editor-text-name.dropdown {
  margin-left: 0%;
}

.livio-editor-text-name.dropdown:active {
  border: 1px none #000;
  text-decoration: none;
}

.watch-our-reel {
  margin: 5% 3% 7%;
  padding: 25px;
  border: 2px solid #fff;
}

.about-cutters-copy {
  padding: 30px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.kc-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.tokyo-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
  background-image: linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
}

.link-4 {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.link-block-4 {
  display: block;
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
  color: #fff;
  font-size: 22px;
  text-align: left;
  text-decoration: none;
}

.link-block-4:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #f78f1e;
}

.div-block-40 {
  display: block;
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  padding: 6%;
  font-size: 1em;
}

.div-block-41 {
  margin-left: 3%;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.div-block-42 {
  padding: 2%;
  border: 2px solid #fff;
}

.div-block-43 {
  margin: 3%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.button-2 {
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
  background-image: linear-gradient(180deg, #f78f1e, #f78f1e);
  font-size: 1.4em;
}

.button-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #f78f1e;
}

.link-block-5 {
  display: block;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.bold-text-2 {
  line-height: 2em;
}

@media (max-width: 991px) {
  .navbar-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .editor-name {
    padding: 4% 0%;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-cities-link {
    font-size: 1.3em;
  }
  .footer-cities-link.footer-cities-link-alt {
    font-size: 1.3em;
    line-height: 1em;
  }
  .cities {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .contacts-city {
    font-size: 3.5em;
  }
  .contact-name.contact-name-alt {
    font-size: 1.8em;
  }
  .contact-email.footer-cities-link-alt {
    font-size: 1em;
  }
  .facility-picture.ch1 {
    background-image: url('../images/chi01.jpg');
    background-position: 0% 0px;
    background-size: auto 250px;
  }
  .html-embed-2 {
    height: 2700px;
  }
  .container-7 {
    padding-top: 13%;
    padding-bottom: 102px;
  }
  .simple-menu-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .up-arrow {
    display: none;
  }
  .project-for-good {
    background-image: url('../images/dottedLine.svg'), -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
    background-image: url('../images/dottedLine.svg'), linear-gradient(180deg, #f78f1e, #f78f1e);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }
  .text-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contacts-ny-la {
    background-image: url('../images/dottedLine.svg'), -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
    background-image: url('../images/dottedLine.svg'), linear-gradient(180deg, #f78f1e, #f78f1e);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }
  .row-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contacts-chi {
    background-image: url('../images/dottedLine.svg'), -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
    background-image: url('../images/dottedLine.svg'), linear-gradient(180deg, #f78f1e, #f78f1e);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }
  .contacts-det-tok {
    background-image: url('../images/dottedLine.svg'), -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
    background-image: url('../images/dottedLine.svg'), linear-gradient(180deg, #f78f1e, #f78f1e);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }
  .free-the-bid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .row-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .link-block-3.w--current {
    width: 100px;
    height: 100px;
  }
  .container-for-mobile {
    padding-top: 13%;
    padding-bottom: 102px;
  }
  .editor-text-name {
    font-size: 20px;
    line-height: 22px;
  }
  .livio-dropdown-wrapper {
    display: none;
  }
  .project-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }
  .slide-1 {
    background-position: 24% 50%;
  }
  .slide-2 {
    background-position: 50% 50%;
  }
  .slide-3 {
    background-position: -20px 0px;
  }
  .slide-4 {
    background-position: -205px 0px;
  }
  .project-name {
    text-shadow: 0 0 14px #000;
  }
  .slide-6 {
    background-position: 95% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-7 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-8 {
    background-position: 39% 50%;
    background-size: cover;
  }
  .slide-99 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-9 {
    background-position: -127px 0px;
  }
  .slide-10 {
    background-position: -33px 0px;
  }
  .slide-11 {
    background-position: -653px 0px;
  }
  .slide-12 {
    background-position: -199px 0px;
  }
  .slide-13 {
    background-position: 50% 50%;
  }
  .link-3 {
    padding-right: 2%;
    font-size: 1.6em;
  }
  .slide-14 {
    background-position: 91% 50%;
  }
  .slide-15 {
    background-position: 98% 50%;
  }
  .slide-16 {
    background-position: 50% 50%;
  }
  .sub-menu-reel {
    font-size: 20px;
    line-height: 22px;
  }
  .livio {
    font-size: 20px;
    line-height: 22px;
  }
  .livio-editor-text-name {
    font-size: 20px;
    line-height: 22px;
  }
  .link-block-4 {
    text-align: left;
  }
  .text-block-10 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .editor-name {
    padding: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .editor-name.sub {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .column-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer-cities-link {
    font-size: 1em;
  }
  .footer-cities-link.footer-cities-link-alt {
    font-size: 1em;
    text-align: center;
  }
  .cities {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .heading {
    padding-bottom: 15px;
  }
  .contacts-city {
    margin-bottom: 10%;
    font-size: 3em;
  }
  .contact-name.contact-name-alt {
    font-weight: 600;
  }
  .contact-email.footer-cities-link-alt {
    color: #000;
    font-size: 1.2em;
    line-height: 1em;
  }
  .location-phone.location-phone-alt {
    margin-top: 2%;
    font-size: 1.2em;
    font-weight: 400;
  }
  .div-block-11 {
    text-align: left;
  }
  .html-embed-2 {
    height: 5000px;
  }
  .section-7 {
    margin-top: -42px;
  }
  .column-5 {
    margin-top: -72px;
  }
  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18% 5% 17%;
  }
  .footer {
    padding-top: 0%;
  }
  .container-8 {
    padding-top: 0%;
  }
  .row-2 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .container-9 {
    height: 100vh;
  }
  .heading-alt {
    padding-bottom: 15px;
  }
  .editors {
    display: block;
    height: auto;
    margin-bottom: 25%;
  }
  .cutters-logo {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .simple-menu-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .text-block-5 {
    background-image: none;
  }
  .div-block-24.special {
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/CHI.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/CHI.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .column-12 {
    height: 500px;
  }
  .row-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .contact-section {
    display: block;
  }
  .column-14 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .71)), to(hsla(0, 0%, 100%, .71))), url('../images/chi01.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .71)), url('../images/chi01.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .div-block-24-copy {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/NYC.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/NYC.jpg'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .div-block-24-copy-copy {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/LA.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/LA.jpg'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .slider-2 {
    height: 500px;
  }
  .container-15 {
    padding: 10%;
  }
  .paragraph-3 {
    padding: 5%;
  }
  .column-20 {
    -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;
  }
  .row-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-3.w--current {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-15 {
    text-align: center;
  }
  .dropdown-2 {
    display: block;
  }
  .ac-logo {
    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;
  }
  .flavor-logo {
    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;
  }
  .dictionary-logo {
    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;
  }
  .container-for-mobile {
    padding: 15% 5% 0%;
  }
  .row-for-mobile {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-32 {
    height: 400px;
    margin-top: auto;
  }
  .featured {
    height: 50vh;
  }
  .editor-text-name {
    display: block;
  }
  .culture-heading {
    background-image: none;
  }
  .div-block-34 {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .project-heading {
    background-image: none;
  }
  .project-copy {
    background-image: none;
  }
  .tokyo-div {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/TOK.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/TOK.jpg'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .detroit-div {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/DET.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/DET.jpg'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .grid {
    margin-top: 5%;
  }
  .slide-1 {
    background-position: 5% 50%;
  }
  .mask-3 {
    height: 50vh;
  }
  .slide-2 {
    background-position: 50% 50%;
  }
  .slide-3 {
    background-position: 7% 50%;
  }
  .slide-4 {
    background-position: -86px 0px;
  }
  .project-name {
    margin-bottom: 2%;
    padding-right: 10%;
  }
  .slide-6 {
    background-position: 51% 0%;
    background-size: cover;
  }
  .slide-7 {
    background-position: -105px 0px;
  }
  .slide-8 {
    background-position: -127px 0px;
  }
  .slide-9 {
    background-position: -32px 0px;
  }
  .slide-11 {
    background-position: -249px 0px;
  }
  .slide-12 {
    background-position: -68px 0px;
  }
  .slide-13 {
    background-position: 50% 50%;
  }
  .link-3 {
    padding: 4%;
    font-size: 1.6em;
  }
  .slide-14 {
    background-position: 90% 50%;
  }
  .slide-15 {
    background-position: 93% 50%;
  }
  .slide-16 {
    background-position: 50% 50%;
  }
  .sub-menu-reel.mobile {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .livio-editor-text-name {
    display: block;
  }
  .livio-editor-text-name.mobile {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    text-align: center;
  }
  .div-block-39 {
    display: block;
  }
  .about-cutters-copy {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .kc-city {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/IMG_5934.JPG'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/IMG_5934.JPG'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .tokyo-city {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/TOK.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(46, 19%, 74%, .09)), to(hsla(46, 19%, 74%, .09)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/TOK.jpg'), linear-gradient(180deg, hsla(46, 19%, 74%, .09), hsla(46, 19%, 74%, .09));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .link-block-4 {
    text-align: left;
  }
  .text-block-10 {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .navbar-3 {
    margin-top: 0px;
  }
  .nav-menu-3 {
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .editor-name {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0%;
    border-style: solid;
    border-width: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    text-decoration: none;
  }
  .column-2 {
    position: relative;
    left: 0px;
    top: 0px;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .column-4 {
    -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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-cities-link {
    font-size: 1.5em;
  }
  .footer-cities-link.footer-cities-link-alt {
    font-size: 1.2em;
  }
  .cities {
    display: block;
    padding: 0% 0% 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .footer-cities-dot {
    margin-top: 0%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading {
    padding-top: 28px;
  }
  .contacts-city {
    margin-bottom: 10%;
    text-align: center;
  }
  .contact-name.contact-name-alt {
    font-weight: 500;
    text-align: center;
  }
  .contact-title.contact-title-alt {
    font-size: 1.2em;
    text-align: center;
  }
  .contact-email.footer-cities-link-alt {
    padding-top: 5%;
    color: #000;
    text-align: center;
  }
  .location-phone.location-phone-alt {
    margin-top: 5%;
    font-size: 1.5em;
    text-align: center;
  }
  .location-address.location-address-alt {
    text-align: center;
  }
  .html-embed-2 {
    height: 3500px;
  }
  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    padding: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .world-class-editors {
    height: auto;
  }
  .footer {
    padding-top: 0%;
  }
  .container-8 {
    padding-top: 0%;
  }
  .heading-3 {
    font-size: 2.5em;
    text-align: center;
  }
  .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text-block-2 {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
  }
  .container-9 {
    height: auto;
    padding: 10% 0%;
    -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;
  }
  .image-3 {
    margin-top: auto;
  }
  .heading-5 {
    font-size: 28px;
    text-align: center;
  }
  .link-block {
    margin-top: 120px;
  }
  .footer-cities-link-alt {
    font-size: 12px;
  }
  .heading-alt {
    padding-top: 28px;
  }
  .navbar-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(180deg, transparent, transparent);
  }
  .navbar-4:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .nav-link.menu {
    font-size: 1.8em;
  }
  .editors {
    height: auto;
    margin-bottom: 50%;
    padding-bottom: 0px;
  }
  .simple-menu-button {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    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;
  }
  .text-block-5 {
    font-size: 1em;
  }
  .heading-8 {
    font-size: 3em;
    text-align: center;
  }
  .div-block-24.special {
    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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/CHI.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/CHI.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .column-12 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .column-14 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .slider-2 {
    height: 500px;
  }
  .free-the-bid {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .heading-10 {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 3em;
  }
  .paragraph-2 {
    font-size: 1em;
  }
  .paragraph-3 {
    font-size: 10px;
  }
  .column-19 {
    -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;
  }
  .column-20 {
    -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;
  }
  .row-7 {
    padding-left: 5%;
  }
  .link-block-3 {
    width: 150px;
  }
  .link-block-3.w--current {
    width: 65px;
    height: 65px;
  }
  .column-21 {
    position: relative;
  }
  .column-22 {
    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;
  }
  .container-for-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 65px;
    padding: 0%;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .row-for-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text-block-5-copy {
    font-size: 1em;
  }
  .featured {
    height: 50vh;
  }
  .culture-heading {
    font-size: 3em;
    text-align: center;
  }
  .project-heading {
    font-size: 3em;
    text-align: center;
  }
  .project-copy {
    font-size: 1em;
  }
  .slide-1 {
    background-position: 22% 50%;
    background-size: cover;
  }
  .mask-3 {
    height: 50vh;
  }
  .slide-2 {
    background-image: url('../images/esurance-launchlongform145-1920x1080-23_98_2.jpg');
    background-position: 31% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-3 {
    background-position: -34px 50%;
  }
  .slide-4 {
    background-position: -209px 50%;
  }
  .featured-image-title {
    display: block;
    width: auto;
    padding-bottom: auto;
    padding-left: 0px;
    text-align: center;
  }
  .project-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .project-name.big {
    font-size: 1.5em;
  }
  .director {
    display: block;
    height: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  .featured-image-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .slide-5 {
    background-position: 50% 72%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-6 {
    background-position: 80% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .slide-7 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .slide-8 {
    background-position: 16% 47%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-99 {
    background-position: 48% 47%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-9 {
    background-position: 32% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-10 {
    background-position: 12% 50%;
  }
  .slide-11 {
    background-position: 63% 50%;
  }
  .slide-12 {
    background-position: 39% 50%;
  }
  .slide-13 {
    background-position: 50% 50%;
  }
  .link-3 {
    padding: 5%;
    font-size: 1.5em;
    text-align: center;
  }
  .slide-14 {
    background-position: 3% 50%;
  }
  .slide-15 {
    background-position: 82% 50%;
  }
  .slide-16 {
    background-position: 50% 50%;
  }
  .livio-editor-text-name.mobile {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    text-align: center;
  }
  .div-block-39 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .about-cutters-copy {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
  }
  .link-block-4 {
    margin: 10%;
    padding: 6%;
    text-align: center;
  }
  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-43 {
    margin-bottom: 10%;
  }
  .bold-text-3 {
    margin-right: 2%;
    margin-left: 2%;
  }
}

#w-node-565069eba343-69eba33f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba343-69eba33f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-565069eba345-69eba33f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba345-69eba33f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-565069eba349-69eba33f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba349-69eba33f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-565069eba34b-69eba33f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba34b-69eba33f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-565069eba34f-69eba33f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba34f-69eba33f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-565069eba351-69eba33f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba351-69eba33f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-565069eba355-69eba33f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba355-69eba33f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-565069eba357-69eba33f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba357-69eba33f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-565069eba35b-69eba33f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-565069eba35b-69eba33f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-61eafef36d9c-1222d63c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-93e071ceca96-1222d63c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e1bb841b178b-1222d63c {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-67540145658a-1222d63c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c774cd0e82b1-ad54b484 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c774cd0e82b3-ad54b484 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82b3-ad54b484 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-c774cd0e82b7-ad54b484 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82b7-ad54b484 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-c774cd0e82b9-ad54b484 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82b9-ad54b484 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-c774cd0e82bd-ad54b484 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82bd-ad54b484 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-c774cd0e82bf-ad54b484 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82bf-ad54b484 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-c774cd0e82c3-ad54b484 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82c3-ad54b484 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-c774cd0e82c5-ad54b484 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 1;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82c5-ad54b484 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-dbfe22917615-ad54b484 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 1;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-dbfe22917615-ad54b484 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-6e67bd81648e-ad54b484 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 1;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-6e67bd81648e-ad54b484 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#w-node-c774cd0e82c9-ad54b484 {
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-c774cd0e82c9-ad54b484 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}