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

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

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  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;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.section {
  height: 100vh;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar {
  position: fixed;
}

.menu-bnt {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 36px;
  margin-left: 44px;
  -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;
  background-color: transparent;
  cursor: pointer;
}

.menu-itme {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.menu-itme:hover {
  color: #9a9aff;
}

.menu-itme.w--current {
  color: hsla(0, 0%, 100%, 0.38);
  font-weight: 600;
}

.lottie-animation {
  position: absolute;
  width: 42px;
  margin-top: -5px;
  cursor: pointer;
}

.menuitems {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 4px 47px 40px 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 305px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-3 {
  padding-right: 33px;
  padding-left: 33px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.footerinner {
  margin-top: 50px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: 1px none #000;
  color: #fff;
}

.link {
  color: #fff;
}

.link:hover {
  color: #9191fc;
}

.main-menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  max-width: 480px;
  padding: 34px;
  -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;
  background-color: #00f;
  opacity: 1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.mainmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  opacity: 1;
  font-family: Lato, sans-serif;
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 22;
  padding-top: 33px;
  padding-left: 45px;
}

.brand {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 30;
  margin-top: 47px;
  margin-left: 89px;
  padding-top: 0px;
  padding-left: 0px;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-section {
  position: fixed;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: #cfcfcf;
  opacity: 1;
}

.burger-button {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 50px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-2 {
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gothamhtf book', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 31px;
  text-decoration: none;
}

.nav-link-2:hover {
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
  color: #333;
}

.nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 100%;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ececec;
}

.nav-links-wrapper {
  position: relative;
  z-index: 99;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-bnt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  background-color: transparent;
  cursor: pointer;
}

.projects-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  display: none;
  width: 330px;
  height: 100%;
  margin-top: 0px;
  margin-left: 385px;
  -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: 1px none #fff;
  background-color: #f5f5f5;
  opacity: 1;
  color: #fff;
}

.paragraph {
  padding-right: 0px;
  font-family: Gothamhtf, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.line {
  margin-top: -3px;
  padding-top: 0px;
  padding-right: 19px;
  color: #000;
  line-height: 22px;
  text-decoration: line-through;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -85px;
  margin-left: -26px;
  -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;
  cursor: pointer;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -7;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 80%;
  max-width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 20px;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #ececec;
  color: #fff;
}

.about-section {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.grid-4 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  display: inline-block;
}

.div-block-12 {
  display: block;
  max-width: 480px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 0px;
  padding-left: 22px;
  -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;
  text-align: left;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  max-width: none;
  margin: 5% auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #ececec;
}

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

.paragraph-2 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Gothamhtf book', sans-serif;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.column-2 {
  padding-top: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gothamhtf, sans-serif;
  font-weight: 300;
}

._2-section {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
}

.footer {
  padding: 60px 33px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.heading-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 66px;
  margin-left: 50px;
  font-family: Gothamhtf, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
}

.project-link {
  display: block;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-link:hover {
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
  color: #5a5a5a;
}

.project-link:focus {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
}

.project-link.w--current {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.project-link.united-copy {
  cursor: pointer;
}

.project-link.villageway {
  display: none;
}

.heading-3 {
  display: none;
  font-family: Gothamhtf, sans-serif;
  color: #000;
  font-weight: 500;
}

.bg-hover-image {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100vh;
  margin-left: 380px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 92.7%, 0.95);
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.menu-hover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/Orrong_Rd_IMG05.9_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.menu-hover.courtyard {
  background-image: url('../images/courtyard-hover1.jpg');
}

.menu-hover.courtyard.lazy {
  display: none;
  padding-left: 0px;
  background-image: url('../images/The-Marriott-Hotel_BG.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.menu-hover.clubx {
  background-image: url('../images/clubx.jpg');
}

.menu-hover.clubx.lazy {
  background-image: url('../images/1629_Mirvac-Collins-Street_Retail_Composite-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-hover.orman {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.orman.lazy {
  display: none;
  background-image: url('../images/Orrong_Rd_IMG01.1_Exterior_Street-PRINT-Core-Set.jpg');
  background-position: 0% 35%;
}

.menu-hover.provost {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.provost.lazy {
  background-image: url('../images/Provost-01.jpg');
}

.menu-hover.luminess {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.luminess.lazy {
  background-image: url('../images/E02_Superman_Webcrop-0x850-c-default.jpg');
  background-position: 10% 50%;
}

.menu-hover.mast {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.mast.lazy {
  background-image: url('../images/Martin-Street----Street-View_preview_v2.jpg');
}

.menu-hover.oak {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.oak.lazy {
  z-index: 20;
  display: none;
  background-image: url('../images/191001_G_V01_EXTERIOR_6k.jpg');
  background-position: 0% 50%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.menu-hover.buckley {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.buckley.lazy {
  display: none;
  background-image: url('../images/BUC_Front_V2B.061218.jpg');
}

.menu-hover.hark {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.hark.lazy {
  background-image: url('../images/161111_HARK_V10_RESERVE_FINAL.jpg');
}

.menu-hover.lifestyle {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.lifestyle.lazy {
  display: none;
  background-image: url('../images/E01.jpg');
  background-position: 40% 50%;
  background-attachment: fixed;
}

.menu-hover.no71 {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.no71.lazy {
  display: none;
  background-image: url('../images/EUGE10056_Station-Street-Fairfield_E02_Elevational_A1CMYK.jpg');
  background-attachment: scroll;
}

.menu-hover.alignt {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.alignt.lazy {
  display: none;
  background-image: url('../images/RINGWOOD-2.jpg');
  background-position: 0% 100%;
  background-attachment: scroll;
}

.menu-hover.village {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.village.lazy {
  display: none;
  background-image: url('../images/5587-EXPRESS-VIP-Dysin-Townhouses-S15234-lot20-0121.jpg');
  background-position: 0% 50%;
  background-attachment: scroll;
}

.menu-hover.parker {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.parker.lazy {
  display: none;
  background-image: url('../images/160812_PARKER_V01_HERO_FINAL.jpg');
}

.menu-hover.garfield {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.garfield.lazy {
  display: none;
  background-image: url('../images/Garfield_St_Cheltenham_Exterior_IMG01-1I_PRINT.jpg');
  background-position: 100% 50%;
  background-attachment: scroll;
}

.menu-hover.atrium {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.atrium.lazy {
  display: none;
  background-image: url('../images/RENDER_01_1920x1080.jpg');
  background-position: 0% 50%;
  background-attachment: fixed;
}

.menu-hover.western-united {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.western-united.lazy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/WesternUnited_bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-hover.island-house {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.island-house.lazy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/EXT_v1_ground_FINAL.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-hover.k1 {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.k1.lazy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/1-hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-hover.timeless {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.timeless.lazy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/1S09_555_BurkeRd_EXT_Hero_FINAL_cropped.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-hover.soho {
  background-image: url('../images/heroOrrong_Rd_IMG05.11_Interior_Lounge_Living_TH01-PRINT-Extended-Set.jpg');
}

.menu-hover.soho.lazy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('../images/Browne_Rear.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100%;
  height: auto;
}

.slide {
  position: static;
}

.mask {
  overflow: hidden;
}

.heading-4 {
  font-family: Gothamhtf, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.section-3 {
  margin-top: auto;
  padding-right: 33px;
  padding-left: 33px;
}

.grid-5 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -ms-grid-columns: 1.25fr 0.25fr 1.75fr;
  grid-template-columns: 1.25fr 0.25fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  max-width: 480px;
  padding-top: 71px;
}

.columns-2 {
  border-bottom: 1px solid #000;
}

.grid-6 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 86px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
}

.paragraph-3 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.paragraph-4 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.paragraph-5 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.div-block-14 {
  height: auto;
  padding-top: 5%;
}

.services-section {
  max-width: 1440px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 117px;
  padding-right: 50px;
  padding-left: 50px;
}

.team-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -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;
  font-family: 'Gothamhtf book', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.bio {
  font-family: 'Gothamhtf book', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.bio-div {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-item-trigger {
  display: none;
  overflow: visible;
  max-height: 31px;
  max-width: 133px;
  -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;
}

.heading-5 {
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.bio-bnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  max-width: 159px;
  margin-bottom: 25px;
  padding: 17px 25px;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-style: solid;
  border-width: 2px;
  border-color: #686868;
  border-radius: 2px;
  -webkit-transition: background-color 200ms ease, opacity 550ms ease;
  transition: background-color 200ms ease, opacity 550ms ease;
  text-align: center;
  cursor: pointer;
}

.bio-bnt:hover {
  background-color: #575757;
  color: #fff;
}

.bio-view-bnt {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  font-family: 'Gothamhtf book', sans-serif;
}

.bio-hide-bnt {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-bottom: 0px;
}

.services-grid {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-grid1 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form {
  padding-top: 9px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-7 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  padding-bottom: 5%;
  padding-left: 33px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  background-color: transparent;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  background-color: transparent;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  background-color: transparent;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  background-color: transparent;
}

.textarea {
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 43px;
  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;
  background-color: #cacaca;
  font-family: Gothamhtf, sans-serif;
  color: #000;
}

.div-block-15 {
  width: 100%;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.paragraph-6 {
  position: relative;
  z-index: 100;
  display: block;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  text-align: left;
}

.grid-8 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
}

.paragraph-7 {
  font-family: 'Gothamhtf book', sans-serif;
  line-height: 22px;
  text-transform: uppercase;
}

.paragraph-8 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.body {
  display: inline-block;
  overflow: hidden;
  font-family: 'Gothamhtf book', sans-serif;
}

.paragraph-9 {
  margin-bottom: 68px;
  font-family: 'Gothamhtf book', sans-serif;
  color: #333;
  text-transform: uppercase;
}

.paragraph-10 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.paragraph-11 {
  font-family: 'Gothamhtf book', sans-serif;
}

.paragraph-12 {
  font-family: 'Gothamhtf book', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.paragraph-13 {
  font-family: 'Gothamhtf book', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.div-block-17 {
  font-family: Gothamhtf, sans-serif;
  font-weight: 300;
}

.field-label {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.field-label-2 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.field-label-3 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.field-label-4 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

.field-label-5 {
  font-family: 'Gothamhtf book', sans-serif;
  text-transform: uppercase;
}

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

.link-2.w--current {
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

.slide-nav {
  background-color: transparent;
  color: #fff;
}

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

.grid-9 {
  width: 100%;
  max-width: 1440px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.paragraph-14 {
  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-family: 'Gothamhtf book', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.div-block-19 {
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  padding-top: 16%;
  padding-bottom: 16%;
}

.paragraph-15 {
  padding-top: 10px;
  color: #868686;
  font-size: 9px;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
}

.dis {
  text-align: right;
}

.link-8 {
  color: #000;
}

.body-2 {
  text-decoration: none;
}

.menu-social {
  display: inline-block;
  color: #000;
  font-size: 9px;
}

.div-block-21 {
  display: block;
  clear: left;
}

.grid-10 {
  position: relative;
  z-index: 99;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-design {
  position: relative;
  z-index: 80;
  display: none;
  width: 44px;
  height: 77vh;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-right: 1px solid #000;
  border-left: 1px none #000;
}

.grid-11 {
  position: relative;
  z-index: 99;
  display: none;
  width: 100px;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 0.25fr;
  grid-template-columns: 0.25fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-16 {
  color: #333;
}

.side-menu-info {
  position: relative;
  left: auto;
  display: inline-block;
  width: 145px;
  height: 25px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  -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;
  color: #333;
  font-size: 8px;
  line-height: 8px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  -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;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
}

.footercopyright {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333;
}

.footercopyright:hover {
  color: #fff;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: visible;
  width: 101%;
  height: 100%;
  margin-right: 0px;
  padding-right: 0px;
  opacity: 1;
}

.heading-2-hero {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Gothamhtf, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 29px;
  font-weight: 300;
}

.grid-12 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 100vw;
  grid-row-gap: 20vh;
}

.grid-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 92%;
  height: 38vh;
  max-height: 20vh;
  padding-top: 39px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-24 {
  max-height: 39px;
}

.heading-2-hero-copy {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 50px;
  font-family: Gothamhtf, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.div-block-25 {
  height: auto;
  padding-bottom: 41px;
}

.fadeup {
  display: block;
}

.image-2-mid-image {
  display: inline-block;
}

.project-section {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 125px;
  padding-right: 33px;
  padding-left: 33px;
}

.project-heading {
  margin-top: 0px;
  font-family: Gothamhtf, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.grid-14 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.grid-14.role-type-text {
  font-family: Gothamhtf, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}

.grid-15 {
  width: 1440px;
  margin-top: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.project-header-grid {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.image-4 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.image-div.masonry-item {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 107px;
  padding-bottom: 107px;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 338px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-26 {
  width: 272px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Gothamhtf book', sans-serif;
}

.heading-6 {
  font-family: 'Gothamhtf book', sans-serif;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-3 {
  width: 92%;
  height: 80vh;
}

.div-block-27 {
  padding-bottom: 41px;
}

._2-section-copy {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #ececec;
  text-align: center;
}

.icon {
  color: #000;
}

.icon-2 {
  color: #000;
}

.form-block {
  margin-right: auto;
  margin-left: auto;
}

.masonry {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -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: 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-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.project-images {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  color: #333;
}

.footercopyright-home {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333;
  font-size: 10px;
}

.footercopyright-home:hover {
  color: #fff;
}

.div-block-29 {
  max-width: 480px;
}

.div-block-30 {
  width: 100%;
}

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

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

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

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

.image-5 {
  width: 100%;
  height: auto;
  padding-right: 0px;
}

.gal-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-16 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gal-01 {
  padding-right: 10%;
}

.gal-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-gal-3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gal-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-gal-4 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gal-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-gal-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gal-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-gal-06 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-fade {
  width: 100%;
  height: auto;
}

.paragraph-17 {
  text-transform: uppercase;
}

.paragraph-18 {
  text-transform: uppercase;
}

.text-span {
  font-size: 12px;
}

.text-span-2 {
  font-size: 12px;
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.nav-wrapper-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 100%;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ececec;
}

.nav-wrapper-11-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: none;
  overflow: visible;
  width: 330px;
  height: 100%;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ececec;
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 386px;
  -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-color: #f5f5f5;
}

.scroll-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  display: block;
  overflow: visible;
  width: 100%;
  height: 120px;
  background-color: #fff;
  box-shadow: 0 6px 20px -11px rgba(0, 0, 0, 0.28);
  opacity: 0;
}

.slide-nav-2 {
  display: none;
}

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

.grid-17 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-block-32 {
  text-transform: uppercase;
}

.grid-18 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-bottom: 0%;
  padding-left: 60px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-4 {
  display: none;
  max-width: none;
  padding: 5% 34px;
  background-color: #ececec;
}

.div-block-33 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  padding-left: 33px;
}

.form {
  display: block;
  max-width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.partners-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  display: none;
  width: 365px;
  height: 100%;
  margin-top: 0px;
  margin-left: 385px;
  -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;
  border: 1px none #fff;
  background-color: #f5f5f5;
  opacity: 1;
  color: #fff;
}

.close-div-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -85px;
  margin-left: -26px;
  -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;
  cursor: pointer;
}

.nav-links-wrapper-copy {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -82px;
  -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;
}

.grid-19 {
  height: auto;
  padding-bottom: 77px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.section-5 {
  display: block;
  height: auto;
  clear: none;
}

.div-block-34 {
  cursor: pointer;
}

.link-13 {
  color: #333;
  text-decoration: none;
}

.link-14 {
  color: #333;
  text-decoration: none;
}

.link-15 {
  color: #333;
  text-decoration: none;
}

.link-16 {
  color: #333;
  text-decoration: none;
}

.link-17 {
  color: #333;
  text-decoration: none;
}

.services-section-copy {
  max-width: 1440px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 117px 61px 100px;
}

.paragraph-19 {
  margin-top: 15px;
  text-transform: uppercase;
}

.arrow-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-right: 25px;
  background-color: transparent;
  color: #5c5c5c;
  font-size: 25px;
}

.arrow-block.downarrow {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.paragraph-20 {
  font-family: 'Gothamhtf book', sans-serif;
}

.paragraph-21 {
  font-family: 'Gothamhtf book', sans-serif;
  color: #fff;
}

.paragraph-22 {
  font-family: 'Gothamhtf book', sans-serif;
}

.gal-01-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gal-06-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gal-05-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-gal-5-copy {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gal-02-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.g2 {
  justify-items: end;
}

.image-fade-copy {
  width: auto;
  height: auto;
  max-height: 1150px;
  max-width: none;
  min-height: auto;
  clear: right;
}

.gal-03-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-gal-3-copy {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-fade-copy-copy {
  width: auto;
  height: auto;
  max-height: 1150px;
  max-width: none;
  min-height: auto;
  clear: right;
}

.image-fade111 {
  width: auto;
  height: auto;
  max-height: 1150px;
  max-width: none;
  min-height: auto;
  clear: right;
}

.image-fade-05 {
  width: 100%;
  height: auto;
}

.grid-gal-3-05 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-7 {
  display: none;
  padding-top: 15px;
  padding-bottom: 20px;
}

.grid-6-copy {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 86px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none #000;
}

.list {
  padding-left: 10px;
}

.grid-20 {
  padding-top: 0px;
  padding-bottom: 21px;
  -ms-grid-columns: 0.5fr 7.25fr;
  grid-template-columns: 0.5fr 7.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top1 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 86px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none #000;
}

.top1-1 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-bottom: 86px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-bottom: 1px none #000;
}

.section-6 {
  min-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.div-block-35 {
  padding-top: 18px;
}

.div-block-37 {
  display: block;
  height: 100%;
  min-height: 460px;
  background-image: url('../images/helmets.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-38 {
  height: 100%;
  min-height: 460px;
  background-image: url('../images/policy-img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-37-copy {
  display: block;
  height: 100%;
  min-height: 460px;
  background-image: url('../images/james-l-w-wN6Z2fP78O0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-6-copy {
  max-width: 1440px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.section-6-copy {
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.section-6-copy {
  min-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.section-6-copy-copy {
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.section-6-copy-copy {
  min-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.ohs {
  max-width: 1440px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.enviro {
  max-width: 1440px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.quality {
  max-width: 1440px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.link-18 {
  color: #685555;
}

.link-18.w--current {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-wrapper {
    width: 50%;
  }

  .projects-menu {
    width: 50%;
    margin-left: 0px;
  }

  .image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .grid-4 {
    padding-right: 46px;
    padding-left: 46px;
  }

  .section-2 {
    padding-right: 46px;
    padding-left: 46px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-14 {
    padding-right: 46px;
    padding-left: 46px;
  }

  .nav-wrapper-11 {
    width: 50%;
  }

  .nav-wrapper-11-copy {
    width: 50%;
  }

  .grid-18 {
    padding-right: 55px;
    padding-left: 65px;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 0px 1fr;
  }

  .partners-menu {
    width: 50%;
    margin-left: 0px;
  }

  .grid-20 {
    -ms-grid-columns: 1fr 7.25fr;
    grid-template-columns: 1fr 7.25fr;
  }

  .div-block-37 {
    min-height: 400px;
    background-image: url('../images/helmets.jpg');
    background-position: 50% 100%;
  }

  .div-block-38 {
    min-height: 400px;
  }

  .div-block-37-copy {
    min-height: 400px;
    background-position: 50% 100%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 0.5fr;
    grid-template-columns: 1fr 1fr 1fr 0.5fr;
  }

  .nav-wrapper {
    display: none;
    width: 100%;
  }

  .projects-menu {
    z-index: 23;
    display: none;
    width: 100%;
    margin-left: -3px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-grid1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .grid-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .nav-wrapper-11 {
    display: none;
    width: 100%;
  }

  .nav-wrapper-11-copy {
    display: none;
    width: 100%;
  }

  .scroll-bar {
    overflow: hidden;
  }

  .partners-menu {
    z-index: 23;
    display: none;
    width: 100%;
    margin-left: -3px;
  }

  .grid-6-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-37 {
    min-height: 300px;
    background-image: url('../images/helmets.jpg');
  }

  .div-block-38 {
    min-height: 300px;
  }

  .div-block-37-copy {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    text-align: left;
  }

  .grid-3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 0.5fr 0.5fr 1fr;
    grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .brand {
    margin-top: 30px;
  }

  .brand.w--current {
    margin-top: 29px;
    margin-left: 76px;
  }

  .nav-section {
    width: 0%;
  }

  .burger-button {
    margin-top: 33px;
    margin-left: 29px;
  }

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

  .section-2 {
    overflow: hidden;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 21px;
    line-height: 29px;
  }

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

  .services-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-7 {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
  }

  .image-3 {
    overflow: visible;
    width: 100%;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .body-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body-3 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .heading-2-hero {
    font-size: 16px;
  }

  .grid-13 {
    margin-bottom: 51px;
  }

  .heading-2-hero-copy {
    display: none;
  }

  .project-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-3 {
    width: 100%;
    height: 58vh;
  }

  .icon {
    font-size: 10px;
  }

  .icon-2 {
    font-size: 10px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .main-nav {
    width: 380px;
  }

  .scroll-bar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 85px;
    background-color: #fff;
  }

  .grid-18 {
    padding-right: 25px;
    padding-left: 25px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-6 {
    display: block;
  }

  .grid-19 {
    padding-right: 13px;
    padding-left: 13px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services-section-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-20 {
    -ms-grid-columns: 1.75fr 6fr;
    grid-template-columns: 1.75fr 6fr;
  }

  .section-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-37 {
    min-height: 180px;
    background-image: url('../images/helmets.jpg');
  }

  .div-block-38 {
    min-height: 180px;
  }

  .div-block-37-copy {
    min-height: 180px;
    background-image: url('../images/james-l-w-wN6Z2fP78O0-unsplash.jpg');
  }

  .section-6-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6-copy-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6-copy-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ohs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enviro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .quality {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-f83f823afae5-1fd7df97 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8ebb98ded27c-1fd7df97 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-5ef496da58ea-eca235e5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7c09f9b4a80d-e2a3e6cd {
  -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: 0;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a539566ae2b6-e2a3e6cd {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-10b92bfd0922-e2a3e6cd {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-90183c97e929-e2a3e6cd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-6472fa8fe37c-f1d39ba2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-9ca1adecde0d-f1d39ba2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d232615a0be3-f1d39ba2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

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

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

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

#w-node-a33dcda915ce-f1d39ba2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-2ab1860f64c1-f1d39ba2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8c2aa03e5523-13f6a064 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8c2aa03e552c-13f6a064 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-03f8403f7bee-13f6a064 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-178e54dd44ec-13f6a064 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-178e54dd44ef-13f6a064 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-8767a31e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-8767a31e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-8767a31e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-8767a31e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-8767a31e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-8767a31e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-8767a31e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ad9d26bc3892-6920dfed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ad9d26bc3894-6920dfed {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-79c0c5b38646-6920dfed {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-79c0c5b38649-6920dfed {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-35df541c9c82-f727adcf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-1f73cc62eee2-12ed7f8f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-12ed7f8f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-12ed7f8f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-905a9c0565d9-12ed7f8f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-12ed7f8f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-0b129706 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-0b129706 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-0b129706 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-0b129706 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-0b129706 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-0b129706 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-0b129706 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-fef63035 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-fef63035 {
  -ms-grid-column-align: end;
  justify-self: end;
}

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

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

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

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

#w-node-905a9c0565d9-fef63035 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-fef63035 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-85f632f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-85f632f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-85f632f3 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-85f632f3 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-85f632f3 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-85f632f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-85f632f3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-22ede1f6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-22ede1f6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-22ede1f6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-22ede1f6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-22ede1f6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-22ede1f6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-22ede1f6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-cef1f7b5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-cef1f7b5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

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

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

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

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

#w-node-905a9c0565d9-cef1f7b5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-cef1f7b5 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-21ff3812 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-21ff3812 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-21ff3812 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-21ff3812 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-21ff3812 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-21ff3812 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-21ff3812 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-9fdc7409 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-9fdc7409 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-9fdc7409 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-9fdc7409 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-9fdc7409 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-9fdc7409 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-9fdc7409 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-9ab1d519 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-9ab1d519 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-9ab1d519 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-9ab1d519 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-9ab1d519 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-9ab1d519 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-9ab1d519 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-b0edff3f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-b0edff3f {
  -ms-grid-column-align: end;
  justify-self: end;
}

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

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

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

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

#w-node-905a9c0565d9-b0edff3f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-b0edff3f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-5842a111 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-5842a111 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-5842a111 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-5842a111 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-5842a111 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-5842a111 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-5842a111 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-0e93625e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-0e93625e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-0e93625e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-0e93625e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-0e93625e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-0e93625e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-0e93625e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-419365bb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-419365bb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddad477f9c72-419365bb {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

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

#w-node-10030d774986-419365bb {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-419365bb {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-905a9c0565d9-419365bb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-905a9c0565dc-419365bb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-35df541c9c82-f9213f7c {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-9064069e16fb-f9213f7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d32fb9cc5b1e-f9213f7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-16658077bcec-f9213f7c {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-8c2aa03e5523-43fdf32f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8c2aa03e552c-43fdf32f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cfcc8c4dd4d1-43fdf32f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-77a7ea44f903-43fdf32f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-03f8403f7bee-43fdf32f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-178e54dd44ec-43fdf32f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-178e54dd44ef-43fdf32f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dc844fcacb81-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-10030d774986-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1eca54e62835-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-25615a01af73-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ff6adf199623-75200aaa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ff6adf199626-75200aaa {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f73cc62eee2-ddc8d2e0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1f73cc62eee9-ddc8d2e0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

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

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

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

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

#w-node-ff6adf199623-ddc8d2e0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ff6adf199626-ddc8d2e0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

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

#w-node-23a108a8f6d4-ca2e04b4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1b09472671ba-ca2e04b4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-816753989970-ca2e04b4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-77d8b7bb6040-ca2e04b4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-77d8b7bb6041-ca2e04b4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-77d8b7bb6047-ca2e04b4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-77d8b7bb604e-ca2e04b4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-901ca95f2858-ca2e04b4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-901ca95f2859-ca2e04b4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-901ca95f285f-ca2e04b4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-901ca95f286e-ca2e04b4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-8c2aa03e5523-7c2600db {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8c2aa03e552c-7c2600db {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cfcc8c4dd4d1-7c2600db {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-77a7ea44f903-7c2600db {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-03f8403f7bee-7c2600db {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-178e54dd44ec-7c2600db {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-178e54dd44ef-7c2600db {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a27af5056204-2437ea17 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-5ef496da58ea-eca235e5 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-797ffd48fa20-e2a3e6cd {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-7c09f9b4a80d-e2a3e6cd {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a539566ae2b6-e2a3e6cd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-10b92bfd0922-e2a3e6cd {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  #w-node-a27af5056204-ca2e04b4 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-1b09472671ba-ca2e04b4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-816753989970-ca2e04b4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-77d8b7bb6047-ca2e04b4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-77d8b7bb604e-ca2e04b4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-901ca95f285f-ca2e04b4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-901ca95f286e-ca2e04b4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f83f823afae5-1fd7df97 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-5ef496da58e4-eca235e5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-5ef496da58ea-eca235e5 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a539566ae2b6-e2a3e6cd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-10b92bfd0922-e2a3e6cd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

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

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

  #w-node-52f11fd2087f-6920dfed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-52f11fd20884-6920dfed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-79c0c5b38646-6920dfed {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-79c0c5b38649-6920dfed {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5ef496da58ea-eca235e5 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-10b92bfd0922-e2a3e6cd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-90183c97e919-e2a3e6cd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-90183c97e921-e2a3e6cd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-90183c97e925-e2a3e6cd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f8a859616932-f1d39ba2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-d6a115b0aab5-f1d39ba2 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-eb769bda0049-f1d39ba2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-03f8403f7bee-13f6a064 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ddad477f9c72-8767a31e {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-8767a31e {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-8767a31e {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-8767a31e {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-12ed7f8f {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-12ed7f8f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ddad477f9c72-0b129706 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-0b129706 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-0b129706 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-0b129706 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-fef63035 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-fef63035 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-fef63035 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-fef63035 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-85f632f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-85f632f3 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-85f632f3 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-85f632f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-22ede1f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-22ede1f6 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-22ede1f6 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-22ede1f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-cef1f7b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-cef1f7b5 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-cef1f7b5 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-cef1f7b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-21ff3812 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-21ff3812 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-21ff3812 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-21ff3812 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-9fdc7409 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-9fdc7409 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-9fdc7409 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-9fdc7409 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-9ab1d519 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-9ab1d519 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-9ab1d519 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-9ab1d519 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-b0edff3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-b0edff3f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-b0edff3f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-b0edff3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-5842a111 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-5842a111 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-5842a111 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-5842a111 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-0e93625e {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-0e93625e {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-0e93625e {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-0e93625e {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-ddad477f9c72-419365bb {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-dc844fcacb81-419365bb {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-419365bb {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-419365bb {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-9064069e16fb-f9213f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

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

  #w-node-16658077bcec-f9213f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cfcc8c4dd4d1-43fdf32f {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-77a7ea44f903-43fdf32f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-03f8403f7bee-43fdf32f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-dc844fcacb81-75200aaa {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-75200aaa {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-75200aaa {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-25615a01af73-75200aaa {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-dc844fcacb81-ddc8d2e0 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-10030d774986-ddc8d2e0 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1eca54e62835-ddc8d2e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-25615a01af73-ddc8d2e0 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e71320d90c33-ca2e04b4 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-3b468d99b11a-ca2e04b4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

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

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

  #w-node-77d8b7bb6040-ca2e04b4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-77d8b7bb6047-ca2e04b4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-77d8b7bb604e-ca2e04b4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-901ca95f2858-ca2e04b4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-901ca95f285f-ca2e04b4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-901ca95f286e-ca2e04b4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-cfcc8c4dd4d1-7c2600db {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-77a7ea44f903-7c2600db {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-03f8403f7bee-7c2600db {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-XLight.otf') format('opentype'), url('../fonts/GothamHTF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf ultra';
  src: url('../fonts/GothamHTF-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf Condensed';
  src: url('../fonts/GothamHTF-MediumCondensed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-XLightItalic.otf') format('opentype'), url('../fonts/GothamHTF-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf Condensed';
  src: url('../fonts/GothamHTF-LightCondensed.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-UltraItalic.otf') format('opentype'), url('../fonts/GothamHTF-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf Condensed';
  src: url('../fonts/GothamHTF-BoldCondensed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf bookcondensed';
  src: url('../fonts/GothamHTF-BookCondensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf book';
  src: url('../fonts/GothamHTF-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamhtf';
  src: url('../fonts/GothamHTF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}