@import url(https://use.typekit.net/yrk3hde.css);

@font-face{
    font-family:Montserrat;
    src:url(/font/Montserrat/Montserrat-Regular.ttf);
    src:url(/font/Montserrat/Montserrat-Regular.ttf) format("truetype")

}
@font-face{
    font-family:MontserratBold;
    src:url(/font/Montserrat/Montserrat-Bold.ttf);
    src:url(/font/Montserrat/Montserrat-Bold.ttf) format("truetype")

}
@font-face{
    font-family:MontserratExtraBold;
    src:url(/font/Montserrat/Montserrat-ExtraBold.ttf);
    src:url(/font/Montserrat/Montserrat-ExtraBold.ttf) format("truetype")

}
@font-face{
    font-family:Roboto;
    src:url(/font/Roboto/Roboto-Regular.ttf);
    src:url(/font/Roboto/Roboto-Regular.ttf) format("truetype")

}
@font-face{
    font-family:RobotoMedium;
    src:url(/font/Roboto/Roboto-Medium.ttf);
    src:url(/font/Roboto/Roboto-Medium.ttf) format("truetype")

}
@font-face{
    font-family:RobotoBold;
    src:url(/font/Roboto/Roboto-Bold.ttf);
    src:url(/font/Roboto/Roboto-Bold.ttf) format("truetype")

}
@font-face{
    font-family:RobotoCondense;
    src:url(/font/Roboto_Condensed/RobotoCondensed-Regular.ttf);
    src:url(/font/Roboto_Condensed/RobotoCondensed-Regular.ttf) format("truetype")

}
@font-face{
    font-family:RobotoCondenseBold;
    src:url(/font/Roboto_Condensed/RobotoCondensed-Bold.ttf);
    src:url(/font/Roboto_Condensed/RobotoCondensed-Bold.ttf) format("truetype")

}
 
.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;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
 
body {
  background-color: transparent;
  font-family: Roboto, sans-serif;/*adobe-caslon-pro; Roboto, sans-serif;*/
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

#content h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

h1 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 3.5rem;
  font-family: TradeGothicLT-BoldCondTwenty, sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: RobotoBold, sans-serif;
  font-size: 46pt;
  line-height: 61px;
  font-weight: bold;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-image: url('/resources/2100Powell/images/eclipse/quote-icon-white.svg');
  background-position: 50% 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.section {
  position: relative;
  z-index: 1;
 /* padding: 5% 4%; */
 /*background-image: url('/images/BrianMa/237-atFirst-Web-Background-4.jpg');
  background-position: 50% 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  background: rgb(39,67,86);
  background: linear-gradient(180deg,rgba(39,67,86,1) 0%, rgba(0,142,187,1) 100%);
}

iframe#ContactUs {
    background-color: #009BBF;
    background-image: url();
}

.section.no-padding-bottom {
  padding-bottom: 5%;
}

.section.no-padding-bottom.map {
  padding: 0% 0% 0px;
  background-color: #fff;
}

.section.no-padding-bottom.map.location {
  background-image: none;
}

.section.no-padding-bottom.amenities {
  padding-bottom: 0%;
}

.section.no-padding-bottom.amenities.amenities-map {
  padding-right: 0%;
  padding-bottom: 5%;
  padding-left: 0%;
  background-color: #f6f6f6;
  background-image: none;
}

.section.no-padding-bottom.leasing {
  padding-top: 5%;
}

.section.no-padding-bottom.leasing.team {
  background-color: transparent;
  background-image: url('/images/BrianMa/StadiumTower-Background-Team.jpg');
  background-position: 50% 50%;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #151515;
  color: #fff;
}

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

.section.page-header-section {
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 152px;
  background-color: #151515;
  color: #fff;
}

.section.post-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 640px;
  -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;
}

.section.footer-section {
  padding-top: 3%;
  padding-bottom: 0px;
  /*border-top: 1px solid #006069;*/
  background-image: url();
  background-color: #009BBF;
}

.section.hero-v2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.work-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 600px;
  padding-top: 168px;
  padding-bottom: 128px;
  -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: #000;
  color: #fff;
}

.section.mask {
  overflow: hidden;
}

.section.blog-nav-section {
  padding-bottom: 0px;
}

.section.hero-v3-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f1225;
}

.section.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 640px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.section.video-section.home {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.blog-top-section {
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 152px;
  background-color: #151515;
  color: #fff;
}

.section.description.about {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #18464c;
}

.section.description.about.video {
  padding: 5% 0%;
  background-color: #fff;
}

.section.description.about.building {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}

.section.description.about.building.ab {
  padding-bottom: 2%;
  background-image: none;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.side-paddings.footer {
  padding-top: 0%;
}

.wrapper.availabilities {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.availabilities._2 {
  padding-top: 0%;
}

.wrapper.footer._2 {
  padding-top: 0%;
  height: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.map {
  padding-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.team {
  margin-bottom: 0px;
  padding-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-white {
  color: #fff;
}

._404-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('/resources/2100Powell/images/eclipse/room-eibtEHb7eBQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('/resources/2100Powell/images/eclipse/room-eibtEHb7eBQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-page-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.no-margin {
  margin: 0px;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  text-align: center;
}

.intro.left {
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.intro.wide {
  max-width: 800px;
}

.intro.title {
  max-width: 700px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.text-label {
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.link-white:hover {
  color: #fbba47;
}

a.footer-link {
    color: #212529;
    text-decoration: none;
}
a.footer-link:hover {
    color: #ffc107;
}

.footer-header {
    text-transform: uppercase;
    color: #997a3c;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    font-size: 1.1rem;
    font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  border-top: 1px solid #e9e9e9;
  color: #406C7F;
  font-size: 10px;
  line-height: 16px;
}

.copyright {
    color: #a4a5a9;
    font-family: IndustryInc-Base,sans-serif;
    font-size: .75rem;
}

.footer-bottom.dark-bg {
  margin-top: 3%;
  border-top-color: rgba(90,115,130, 1);
}

.brand {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 40px;
  -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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.brand:hover {
  letter-spacing: 9px;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.changelog {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 3px;
  background-color: #151515;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tooltip.change-tooltip {
  margin-bottom: 28px;
}

.tooltip.page-link-tooltip {
  left: 100%;
  bottom: auto;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 2px 8px 2px 7px;
}

.tooltip.side-nav-tooltip {
  right: 100%;
  bottom: auto;
  display: block;
  margin-right: 8px;
  margin-bottom: 0px;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-size: 12px;
  line-height: 20px;
}

.licence-item:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.licence-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
}

.button-icon.right {
  margin-right: -2px;
  margin-left: 8px;
  float: right;
}

.button-icon.left {
  margin-right: 8px;
  margin-left: -2px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 20px 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 0px;
  background-color: #f36c21;
  background-image: none;
  -webkit-transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  transition: box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f36c21;
}

.button.white {
  background-color: #fff;
  color: #151515;
}

.button.white:hover {
  background-color: #fbba47;
  color: #fff;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.ghost:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

.button.color-1 {
  background-color: #fbba47;
}

.button.margin-left {
  margin-left: 16px;
}

.button.small {
  height: 40px;
  padding-right: 18px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
}

.button.send-icon-button {
  width: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-image: url('/resources/2100Powell/images/eclipse/paperplane-icon-white.svg');
  background-position: 13px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.hero-v4-left {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 20px;
  width: 150px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-left:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #151515;
}

.button.hero-v4-right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 20px;
  width: 150px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-right:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #151515;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-color: transparent;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #151515;
  box-shadow: none;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 105px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  width: 270px;
  padding-bottom: 104px;
  border-right: 1px solid #383838;
  background-color: #151515;
  color: #fff;
}

.sg-sidebar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.sg-sidebar-link {
  width: 100%;
  padding: 16px 32px;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.sg-sidebar-link.w--current {
  background-color: hsla(0, 0%, 100%, 0.03);
  box-shadow: inset 3px 0 0 0 #fbba47;
}

.sg-back-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-right: 16px;
  padding-left: 16px;
  -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-top: 1px solid #383838;
  border-radius: 3px;
  background-color: #151515;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  color: #d1d1d1;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.sg-back-link:hover {
  border-color: #383838;
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #fff;
}

.style-block {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

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

.nav-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-align: center;
  letter-spacing: 0.7vh;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.w--open {
  left: auto;
  right: 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;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 106, 0, 0.5);
  color: #fff;
}

.menu-button {
  z-index: 10;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
}

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

.navigation {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 16px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
}

.nav-dropdown-link:hover {
  color: #fff;
}

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

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  max-height: 100vh;
  padding-top: 112px;
  padding-right: 40px;
  padding-left: 40px;
  -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: #151515;
}

.nav-dropdown {
  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;
  text-align: center;
}

.logo-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo-img img {
    width: 145px;
}

.text-grey {
  color: #d1d1d1;
}

.text-grey.top {
  position: static;
  height: auto;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-grey.top.about {
  color: #18464c;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  height: 100%;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50% !important;
  background-size: cover;
  background-repeat: no-repeat;
  /*opacity: 0.5;*/
  -o-object-fit: contain;
  object-fit: contain;
  transform: none !important;
}

.bg-image._1 {
  background-image: url('/resources/2100Powell/images/eclipse/troy-t-1457080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.bg-image.blog-post-image {
  height: 160%;
  opacity: 0.5;
}

.bg-image.faded {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-3.jpg');
  background-position: 0% 50%;
  opacity: 1;
}

.bg-image.faded._3 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-13.jpg');
  background-position: 50% 50%;
  opacity: 1;
}

.bg-image.faded._14 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-14.jpg');
  background-position: 50% 50%;
  opacity: 1;
}

.bg-image.faded._15 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-15.jpg');
  background-position: 50% 50%;
  opacity: 1;
}

.bg-image.faded._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/resources/2100Powell/images/eclipse/2100Powell4003web.jpg');
  background-image: linear-gradient(180deg, null, null), url('/resources/2100Powell/images/eclipse/2100Powell4003web.jpg');
}

/*.bg-image.faded._5 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('/resources/2100Powell/images/eclipse/2100Powell3044web-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/resources/2100Powell/images/eclipse/2100Powell3044web-copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}*/

.bg-image.faded._6 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4482web-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image.faded._7 {
  background-image: url('/resources/2100Powell/images/eclipse/Views1---2100Powell_EXT_3428-p-1080.jpeg');
  background-position: 100% 50%;
}

.bg-image.faded._8 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4130web.jpg');
}

.bg-image.faded._9 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4221web.jpg');
}

.bg-image.faded._10 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4217web.jpg');
}

.bg-image.faded._11 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4212web.jpg');
}

.bg-image.faded._2 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-6.jpg');
  background-position: 50% 100% !important;
}

.bg-image.faded._12 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-12a.jpg');
  background-position: 50% 50%;
}

.bg-image.faded._13 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-5.jpg');
  background-position: 0% 50%;
}

.bg-image.faded._14 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-14.jpg');
}

.bg-image.faded._15 {
  background-image: url('/images/BrianMa/Stadium-Tower-Gallery-15.jpg');
  background-position: 50% 100%;
}

.bg-image.faded._16 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4283web-p-1080.jpeg');
  background-position: 100% 50%;
}
.bg-image.faded._17 {
  background-image: url('/resources/2100Powell/images/eclipse/2100PowellNewheader-image-a.jpeg');
  background-position: 50% 50%;
}
.bg-image.faded._18 {
  background-image: url('/resources/2100Powell/images/eclipse/2100PowellNewheader-image-b.jpeg');
  background-position: 50% 50%;
}
.bg-image.faded._19 {
  background-image: url('/resources/2100Powell/images/eclipse/2100PowellNewheader-image-c.jpeg');
  background-position: 50% 50%;
}
.bg-image.faded._20 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell-New-Header-Image-A.jpg');
  background-position: 50% 50%;
}
.bg-image.faded._21 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell-New-Header-Image-B.jpg');
  background-position: 50% 50%;
}
.bg-image.faded._22 {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell-New-Header-Image-C.jpg');
  background-position: 50% 50%;
}
.bg-image.header-image-1 {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image.work-header-image {
  height: 160%;
  opacity: 0.6;
}

.bg-image.header-image-2 {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/brooke-cagle-1181672-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image._3 {
  background-image: url('/resources/2100Powell/images/eclipse/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.4;
}

.bg-image.hero-v1-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 14, 0, 0.2)), to(rgba(34, 14, 0, 0.2))), url('/resources/2100Powell/images/eclipse/noah-buscher-1116159-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 14, 0, 0.2), rgba(34, 14, 0, 0.2)), url('/resources/2100Powell/images/eclipse/noah-buscher-1116159-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image.blog-image {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/samuel-zeller-34751-unsplash.jpg');
  background-size: cover;
  opacity: 0.2;
}

.bg-image._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('/images/BrianMa/237at-first-Gallery-A.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/BrianMa/237at-first-Gallery-A.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  /*opacity: 0.8;*/
}

.bg-image._4._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image._slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-4.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-7.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-8.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-8.jpg');
  background-position: 0px 0px, 50% 100% !important;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-9.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide9a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-9a.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-9a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-10a.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-10a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.bg-image._slide11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/BrianMa/Stadium-Tower-Gallery-11.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/BrianMa/Stadium-Tower-Gallery-11.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}




.bg-image.header-image-3 {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/brooke-cagle-1181683-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.45;
}

.bg-image._7 {
  background-image: url('/resources/2100Powell/images/eclipse/brooke-cagle-1181683-unsplash.jpg');
}

.bg-image.header-image-5 {
  height: 160%;
  background-image: url('../images/room-5LRUg3IwNpI-unsplash.jpg');
  background-position: 50% 80%;
  opacity: 0.7;
}

/*.bg-image._5 {
  background-image: url('../images/luca-bravo-1202673-unsplash.jpg');
  opacity: 0.6;
}*/

.bg-image.header-image-4 {
  height: 160%;
  background-image: url('../images/emily-karakis-1373701-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.35;
}

.bg-image.header-image-6 {
  height: 160%;
  background-image: url('../images/christian-lambert-1532785-unsplash.jpg');
  background-position: 50% 70%;
}

.bg-image.header-image-7 {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/london-wood-co-1378329-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  opacity: 0.4;
}

.bg-image.header-image-8 {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/adrien-converse-505736-unsplash.jpg');
  background-size: cover;
  opacity: 0.5;
}

.bg-image.intro-image {
  height: 160%;
  background-image: url('/resources/2100Powell/images/eclipse/tarn-nguyen-4a52btspyY8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.35;
}

.breadcrumbs {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 34px;
  -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;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background-color: #151515;
}

.blog-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-sidebar {
  width: 350px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-side-posts {
  padding-top: 8px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-width {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.post-card-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.post-card-avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 5px 0px 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease;
  transition: border-color 600ms ease, background-color 600ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-color: #d1d1d1;
}

.input:focus {
  border-color: #fbba47;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.no-margin {
  margin: 0px;
}

.input.text-area {
  min-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.join-first-input {
  width: 100%;
  margin-bottom: 20px;
}

.input.join-second-input {
  margin-right: 16px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input.search-input {
  margin: 0px;
  padding-left: 44px;
  background-image: url('/resources/2100Powell/images/eclipse/search-icon-white.svg');
  background-position: 4px 42%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.sidebar-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}

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

.sidebar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease, color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms ease, color 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.sidebar-author:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #fbba47;
}

.sidebar-author-photo {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-authors {
  margin-right: -32px;
  margin-left: -32px;
}

.blog-category-link {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 33px;
  -webkit-transition: color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: color 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.blog-category-link:hover {
  color: #fbba47;
}

.blog-category-link.w--current {
  box-shadow: inset 0 -2px 0 0 #fbba47;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-grey.ab {
  padding-top: 0px;
}

.paragraph-small.text-grey.transportation {
  font-size: 14px;
}

.paragraph-small.text-grey.restaurant {
  font-size: 14px;
}

.form-success {
  padding: 16px;
  background-color: transparent;
}

.form-error {
  margin-top: 16px;
  padding: 8px 0px;
  background-color: transparent;
  color: #e94345;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-buttons.nav-menu-social {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 40px;
}

.social-buttons.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-buttons.nav-menu-social-v2 {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 40px;
  display: none;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
}

.social-button:hover {
  border-color: transparent;
  background-color: #fbba47;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px -8px;
  -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;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.tag:hover {
  color: #fbba47;
}

.sidebar-instagram {
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sidebar-instagram-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: #fbba47;
}

.divider {
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
  background-color: #009BBF;
}

.divider.color {
  background-color: #fbba47;
}

.divider.color.no-margin-bottom {
  margin-bottom: 0px;
  background-color: #fbba47;
}

.divider.color-1 {
  background-color: #fbba47;
}

.divider.work-v2-divider {
  width: 80px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.hero-v4-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 32px;
  -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;
}

.inline-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.inline-elements.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-big {
  font-size: 17px;
  line-height: 32px;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -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;
}

.side-block.small-padding-side {
  padding-right: 15px;
  padding-left: 15px;
}

.no-padding {
  padding: 0px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 456px;
  padding: 88px 32px 16px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #151515;
  color: #fff;
}

.no-padding-top {
  padding-top: 0px;
}

.counters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  padding: 64px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-color: #151515;
}

.counter-number {
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: normal;
}

.cta-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -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;
}

.cta-message.big {
  padding-top: 72px;
  padding-bottom: 72px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.testimonials-v1 {
  width: 100%;
  height: auto;
  margin-top: -24px;
  background-color: transparent;
}

.message-text {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instagram {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-wrapper {
  text-align: center;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -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;
}

.instagram-photo {
  width: 100%;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 2% 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-side-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-margin-bottom {
  margin-bottom: 32px;
}

.feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 64px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #151515;
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.feature-v1:hover {
  position: relative;
  z-index: 1;
  border-color: #383838;
}

.side-info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-link {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  text-decoration: none;
}

.tab-link.w--current {
  border-bottom-color: #fbba47;
  background-color: transparent;
}

.side-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 416px;
  -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(21, 21, 21, 0.3)), to(rgba(21, 21, 21, 0.3))), url('/resources/2100Powell/images/eclipse/tim-van-der-kuip-1403210-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), url('/resources/2100Powell/images/eclipse/tim-van-der-kuip-1403210-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.link.footer-link {
  margin-top: 16px;
}

.testimonials-v2 {
  height: auto;
  max-width: 86vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: transparent;
}

.testimonials-v2-nav {
  left: 0px;
  right: 0px;
  bottom: -64px;
  padding-top: 12px;
  font-size: 7px;
  text-align: center;
}

.testimonials-v2-slide {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonial-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 48px;
  -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: #151515;
}

.testimonial-v2-avatar {
  width: 96px;
  height: 96px;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-v1-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-link {
  margin-top: -4px;
  margin-right: 32px;
  margin-bottom: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.footer-v1-link:hover {
  color: #fbba47;
}

.no-padding-left {
  padding-left: 0px;
}

.counter-cards {
  position: relative;
  z-index: 1;
  display: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

.counter-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e9e9e9;
}

.counter-text {
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-bottom-divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e9e9e9;
}

.footer-bottom-divider.dark-bg {
  background-color: #888;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.contact-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 80px 96px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #fff;
  background-color: #284255;
}

.protected-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('/resources/2100Powell/images/eclipse/samuel-zeller-34751-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('/resources/2100Powell/images/eclipse/samuel-zeller-34751-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.password-card {
  min-width: 470px;
  padding: 64px 80px;
  background-color: #151515;
}

.password-heading {
  margin-bottom: 32px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.search-result-card:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.search-result-heading {
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.contact-v2 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v2-form {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.side-input-wrapper-50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-post-text p {
  margin-bottom: 32px;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 32px;
}

.blog-post-text a {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #fbba47;
  text-decoration: none;
}

.blog-post-text a:hover {
  text-decoration: underline;
}

.blog-post {
  position: relative;
  margin-right: 30px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(rgba(21, 21, 21, 0.3))), url('/resources/2100Powell/images/eclipse/marian-kroell-1521620-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), url('/resources/2100Powell/images/eclipse/marian-kroell-1521620-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coming-soon-card {
  width: 570px;
  padding: 72px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #151515;
}

.features-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-v4 {
  position: relative;
  width: 33.33%;
  margin-bottom: 64px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  margin-left: -2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout {
  position: relative;
  right: -1px;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 4.6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.layout:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.testimonials-arrow {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 64px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 12px;
  -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: #fff;
  color: #151515;
}

.sidebar-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 16px;
  -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;
}

.sidebar-card {
  margin-top: -1px;
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.sidebar-card.no-padding {
  padding: 0px;
}

.sidebar-card.about-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sidebar-slide {
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.sidebar-slide:hover {
  text-decoration: underline;
}

.sidebar-slide-image {
  width: 100%;
  height: 224px;
  margin-bottom: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-slider {
  height: 464px;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: transparent;
}

.sidebar-slider-button {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 56px;
  margin-bottom: 0px;
  -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: #151515;
  box-shadow: 0 0 0 1px #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sidebar-slider-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.02)), to(hsla(0, 0%, 100%, 0.02)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.02), hsla(0, 0%, 100%, 0.02));
}

.sidebar-slider-button.left {
  left: 0px;
  right: auto;
  bottom: 0px;
}

.sidebar-slider-button-text {
  margin-right: 4px;
  margin-left: 2px;
}

.sidebar-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-card-button:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sidebar-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 -1px 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-decoration: none;
}

.sidebar-featured:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sidebar-featured-image {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-featured-info {
  padding-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-featured-category {
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-featured-heading {
  margin-bottom: -4px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.post-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #383838;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
}

.media-message {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 4px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(21, 21, 21, 0.6);
  color: #d1d1d1;
  font-size: 11px;
  line-height: 20px;
}

.link-highlight {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 2px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #fbba47;
}

.link-highlight.nav-link-line {
  bottom: 45%;
  height: 3px;
}

.link-highlight.nav-link-v2-line {
  bottom: 45%;
  height: 3px;
}

.heading-margin-big {
  margin-bottom: 0px;
  /*margin-top: 60px; */
}

.heading-margin-big.description {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.heading-margin-big.description.white {
  color: #f6f6f6;
  text-decoration: none;
}

.heading-margin-big.description.dark {
  padding-top: 5%;
  padding-bottom: 3%;
  color: #18464c;
}

.heading-margin-big.amenitites {
  color: #fff;
}

.heading-margin-big.innovation {
  color: #284255;
  font-size: 55px;
  font-weight: 400;
  text-align: left;
}

.heading-margin-big.innovation.sub {
  padding-top: 3%;
  padding-bottom: 3%;
  color: #15A3C4;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  font-weight: bold;
}

.heading-margin-big.innovation.vdeo {
  padding-bottom: 1%;
  font-size: 43px;
  line-height: 60px;
}

.heading-margin-big.white {
  color: #f6f6f6;
}

.heading-margin-big.map {
  color: #fff;
}

.testimonial-v2-text {
  margin-bottom: 24px;
}

.rating {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 20px;
}

.rating-star {
  width: 14px;
}

.testimonials-v2-button {
  top: -16px;
  right: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -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-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
}

.testimonials-v2-button:hover {
  background-color: #fbba47;
  color: #fff;
}

.testimonials-v2-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonials-v2-button.left {
  left: -76px;
  right: auto;
}

.form-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.checkbox-field {
  margin-top: -8px;
  margin-bottom: 24px;
}

.vertical-info-left {
  position: absolute;
  left: -217px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: 50px;
  margin-top: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.engage-newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 72px 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.join-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-progress-bar {
  width: 33%;
  height: 100%;
  background-color: #fff;
}

.post-first-letter {
  margin-top: 6px;
  margin-right: 10px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fbba47;
  font-size: 62px;
  line-height: 48px;
}

.works-masonry {
  overflow: hidden;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.works-masonry-item {
  display: inline-block;
  padding: 40px 12%;
}

.work-masonry-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  text-align: center;
  text-decoration: none;
}

.work-masonry-thumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  text-decoration: none;
}

.work-v1-heading {
  margin-top: 28px;
}

.works-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.works-v1.no-margin-bottom {
  margin-bottom: -64px;
}

.work-card {
  width: 33.33%;
  padding: 15px;
}

.work-v1 {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.work-v1-thumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 344px;
  margin-bottom: 20px;
  -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;
}

.work-v1-thumb.fixed-height {
  height: 344px;
}

.work-presentation p {
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 32px;
}

.work-presentation h2 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h1 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h3 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation blockquote {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h4 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h5 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation ul {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h6 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation ol {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation a {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #fbba47;
  text-decoration: none;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-presentation figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.work-presentation figcaption {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.work-details {
  width: 370px;
  padding: 56px 64px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.work-details-text {
  display: inline-block;
  margin-bottom: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.sg-button-info {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #888;
  font-size: 11px;
  line-height: 16px;
}

.work-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #383838;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.work-nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.work-nav-link.right {
  text-align: right;
}

.work-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  min-height: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.work-nav-button:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.work-nav-info {
  width: 370px;
  max-width: 64%;
  padding-top: 1px;
}

.work-nav-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
}

.work-fullscreen-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-fullscreen-list {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.works-fullscreen-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 600ms ease, color 300ms ease;
  transition: padding 600ms ease, color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.works-fullscreen-link:hover {
  padding-left: 16px;
}

.work-fullscreen-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(21, 21, 21, 0.5);
}

.work-fullscreen-item {
  margin-right: -1px;
  margin-bottom: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fullscreen-intro {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('/resources/2100Powell/images/eclipse/luca-bravo-1202673-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('/resources/2100Powell/images/eclipse/luca-bravo-1202673-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.menu-icon-line-top {
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.nav-search-button {
  position: relative;
  z-index: 2;
  height: 40px;
  padding: 8px 36px 8px 16px;
  background-color: transparent;
  color: #151515;
}

.footer-v1-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v1-contacts {
  width: 20%;
  font-size: 12px;
  line-height: 20px;
}

.testimonials-v1-nav {
  display: none;
  font-size: 8px;
}

.testimonial-v1-text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.testimonial-v1-avatar {
  width: 104px;
  height: 104px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: #151515;
}

.testimonial-v1-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 470px;
  height: 470px;
  margin: auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.testimonial-v1-author {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.testimonial-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.testimonial-v1-author-name {
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-v4-dots {
  display: none;
  -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;
}

.hero-v4-slide {
  overflow: hidden;
}

.hero-v4-slider {
  height: 100vh;
  background-color: transparent;
  color: #fff;
}

.hero-v4-slider.home {
  height: 80vh;
}

.hero-v4-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.hero-v4-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 80px;
}

.hero-v4-heading.margin-big {
  margin-bottom: 32px;
}

.full-height {
  height: 100%;
}

.team-member {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.team-card-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-card-photo.absent{
    background-position: 50% -25px;
}

.team-card-links {
 
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(21, 21, 21, 0.5);
   -webkit-transition: height 300ms ease;
  /*transition: height 300ms ease; */
}
 .team-card-links:hover {
     height: 40px;
 }
.team-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.team-card-link:hover {
  background-color: #fbba47;
 
}

.team-card-link.scottphone {
  background-color: #fbba47;
}

.team-card-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-card-info._2 {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.contact-v1-form {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 12px;
  padding-right: 6%;
  padding-left: 15px;
  -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;
}

.about-author-photo {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  border: 20px solid #151515;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px #383838;
}

.subscribe-v2-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -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;
  text-align: left;
}

.heading-margin-huge {
  margin-bottom: 32px;
}

.post-slide {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #151515;
}

.post-slider {
  position: static;
  width: 440px;
  height: 544px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.post-slider-button {
  left: 85px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 64px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  transition: border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, border-color 600ms ease, background-color 600ms ease;
  transition: transform 150ms ease, border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  font-size: 20px;
  line-height: 24px;
}

.post-slider-button:hover {
  border-color: transparent;
  background-color: #fbba47;
}

.post-slider-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.post-slider-button.right {
  margin-left: 68px;
}

.post-slide-nav {
  display: none;
  font-size: 8px;
}

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

.skill-bar {
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background-color: #f6f6f6;
}

.counter-card-number {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Noto Serif';
  font-size: 32px;
  line-height: 48px;
}

.empty-state {
  background-color: transparent;
  text-align: center;
}

.layout-thumb {
  width: 100%;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.layout-thumb:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.layout-name {
  margin-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-description {
  margin-left: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3); /* style for left border */
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.menu-icon {
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-progress {
  position: absolute;
  left: 340px;
  top: auto;
  right: 340px;
  bottom: 30px;
  z-index: 3;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.3);
}

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

.side-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 200px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding-right: 8px;
  padding-left: 8px;
  -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;
}

.side-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  -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-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
}

.side-nav-link:hover {
  background-color: #fff;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #fbba47;
}

.feature-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-icon.ab {
  width: 120px;
}

.form-small-info {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 11px;
  line-height: 16px;
}

.badge {
  display: inline-block;
  height: auto;
  padding-right: 6px;
  padding-left: 9px;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #151515;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.work-v1-badge {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin: 24px;
}

.badge.post-v1-badge {
  margin-right: 16px;
}

.badge.team-v1-role {
  text-align: center;
  position: relative;
  bottom: 20px;
  z-index: 1;
  font-size: 9px;
}

.badge.post-category-badge {
  margin-bottom: 16px;
}

.badge.masonry-work-badge {
  margin-bottom: 16px;
}

.post-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-slider-info {
  width: 424px;
  margin-left: 16px;
  padding: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.page-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0px auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  padding: 4px 4px 3px 6px;
  -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-radius: 3px;
  background-color: rgba(21, 21, 21, 0);
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.page-link:hover {
  background-color: #fbba47;
}

.page-link.current:hover {
  background-color: #fff;
  color: #151515;
}

.breadcrumbs-divider {
  width: 3px;
  height: 3px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.top-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-post {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.top-post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  padding: 32px 6%;
  -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: #151515;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post-card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.post-card-info {
  position: relative;
  z-index: 1;
}

.post-card-heading {
  margin-top: 16px;
  text-transform: capitalize;
}

.sidebar-heading-symbol {
  margin-right: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #383838;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4px;
}

.sidebar-header-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 48px;
  height: 2px;
  margin-bottom: -1px;
  margin-left: 32px;
  background-color: #fbba47;
}

.blog-nav-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -40px 15px 64px;
  -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;
  border-bottom: 1px solid #383838;
}

.blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tag-marker {
  margin-right: 2px;
  color: #888;
}

.post-v1 {
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.post-v1-thumb {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 280px;
  max-width: 41.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #151515;
}

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

.post-v1-content {
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar-info {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.nav-bar-contacts {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.scroll-intro {
  position: fixed;
  z-index: 2;
  margin-top: 120px;
}

.scroll-intro-heading {
  font-size: 48px;
  line-height: 64px;
}

.scroll-section {
  position: relative;
  width: 100%;
  height: 4000px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #151515;
  color: #fff;
}

.scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 224px 30px 30px;
}

.scroll-works {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-work {
  height: 100%;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 40px 8%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #151515;
  color: #fff;
  text-decoration: none;
}

.work-v2-thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.work-v2-info {
  position: relative;
  z-index: 2;
  width: 100%;
}

.work-v2-heading {
  margin-top: 12px;
  margin-bottom: 16px;
}

.circle-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
}

.circle-button.masonry-work-button {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
}

.circle-button.hero-v3-showreel {
  margin-left: 20px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.circle-button.hero-v3-showreel:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.circle-button.video-circle {
  margin: auto;
}

.circle-button.instagram-button {
  position: absolute;
  width: 68px;
  height: 68px;
  margin: auto;
}

.circle-button.play {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.circle-button.play:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.circle-icon {
  position: relative;
  z-index: 2;
  width: 24px;
}

.circle-base {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  height: 62%;
  -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-radius: 50%;
  background-color: #fff;
}

.portfolio-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 24px;
  -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-radius: 50%;
  background-color: #fbba47;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.portfolio-button.fixed {
  position: fixed;
}

.work-v2-hover-info {
  height: auto;
}

.post-v1-date {
  margin-right: 5px;
}

.work-v2-date {
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.coming-soon-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -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;
}

.post-card-hover-info {
  height: auto;
}

.post-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.instagram-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: auto;
  margin: 4px;
  padding: 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.instagram-info:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.instagram-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.instagram-icon {
  position: absolute;
  width: 20vw;
  opacity: 0.05;
}

.blog-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 5px;
  -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;
}

.blog-intro.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

.engage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 344px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.engage-heading {
  position: relative;
  z-index: 1;
  margin-right: 10%;
  margin-bottom: 0px;
}

.slide-post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 8%;
  -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: #151515;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post-slider-mask {
  overflow: hidden;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-mask {
  overflow: visible;
}

.big-quote {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 56px;
  font-weight: 400;
}

.feature-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 200px;
  height: 200px;
  margin-top: -12%;
  margin-left: -5%;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.feature-circle.v2 {
  margin-top: -9%;
  margin-left: 0%;
}

.clients {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.client:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.client-logo {
  height: 24%;
}

.plus-icon-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 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;
}

.accordion-info {
  height: auto;
  max-width: 60%;
  padding-left: 60px;
}

.accordion-info.contact {
  /*padding-left: 20%;*/
  font-size: 11px;
  max-width: 100%;
}

.accordion-info.contact.nav {
  padding-left: 5%;
}

.accordion-card {
  overflow: hidden;
  cursor: pointer;
}

.plus-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  -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 solid #fff;
  border-radius: 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.plus-icon:hover {
  border-color: #fff;
  background-color: #fdb61a;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.plus-icon.contact {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.accordion-cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plus-icon-line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-text {
  padding-bottom: 32px;
  color: #d1d1d1;
  white-space: normal;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordion-heading.amenitites {
  font-weight: 700;
}

.accordion-heading._1 {
  margin-right: 10px;
  font-size: 20px;
}

.testimonial-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-v2-logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 20px;
  margin-top: 24px;
  margin-right: 24px;
  opacity: 0.5;
}

.button-icon-2 {
  position: absolute;
  opacity: 0;
}

.hero-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v2-left {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-v2-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66%;
  margin-right: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-counter {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: right;
}

.hero-counter-number {
  margin-bottom: 4px;
  font-size: 48px;
  line-height: 56px;
}

.hero-counter-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  font-size: 13px;
  line-height: 20px;
}

.hero-counter-line {
  width: 40px;
  height: 3px;
  margin-left: 16px;
  background-color: #fff;
}

.scroll-icon-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  -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;
}

.scroll-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eceff4));
  background-image: linear-gradient(180deg, #fff, #eceff4);
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.4);
}

.scroll-mouse-wheel {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #fbba47;
  border-radius: 50%;
  background-color: #fff;
}

.scroll-mouse-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 50%;
  -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;
  border-radius: 2px;
  background-color: #151515;
}

.licence-link-divider {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  color: #888;
}

.licence-heading {
  margin-bottom: 16px;
}

.bg-symbol {
  position: absolute;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fbba47;
  font-size: 82vh;
  line-height: 68vh;
  font-weight: 700;
}

.scroll-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px 12px 16px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-link:hover {
  letter-spacing: 7px;
}

.hero-v3-video {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-bottom: 32px;
  -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;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.bg-text {
  position: absolute;
  z-index: 0;
  padding-bottom: 32px;
  opacity: 0.08;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 520px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
}

.footer-email-link {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #fbba47;
  text-decoration: none;
}

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

.bg-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 240px;
  padding-bottom: 240px;
  -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;
}

.promo-image-1 {
  position: relative;
  z-index: 1;
  width: 66.66%;
  margin-right: 0px;
  margin-left: auto;
  box-shadow: 11px 11px 40px 0 rgba(0, 0, 0, 0.7);
}

.promo-image-2 {
  position: absolute;
  left: 0px;
  width: 45%;
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.7);
}

.engage-form-block {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-v5 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(128px, 0.25fr) auto auto auto auto auto auto minmax(12vh, 0.25fr);
  grid-template-rows: minmax(128px, 0.25fr) auto auto auto auto auto auto minmax(12vh, 0.25fr);
}

.hero-v5-intro {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-v5-works {
  z-index: 9;
  padding-top: 3vh;
}

.hero-v5-works-heading {
  position: relative;
  z-index: 8;
  margin-bottom: 20px;
}

.hero-v5-heading {
  margin-bottom: 16px;
}

.contact-social {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.contact-social-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 1px 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.contact-social-link:hover {
  position: relative;
  z-index: 0;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.cta-icon {
  position: relative;
  z-index: 1;
  width: 80px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonials-v1-button {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -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-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
  line-height: 24px;
}

.testimonials-v1-button:hover {
  background-color: #fbba47;
  color: #fff;
}

.testimonials-v1-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonials-v1-button.left {
  left: 15px;
  right: auto;
}

.testimonials-v1-button.right {
  left: auto;
  right: 15px;
}

.search-result-url {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  color: #888;
  font-size: 11px;
  line-height: 24px;
}

.work-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.work-info {
  width: 66.66%;
  padding: 56px 15% 64px 64px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #383838;
}

.work-details-heading {
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d1d1d1;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.work-nav-main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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-radius: 50%;
  background-color: #fff;
}

.posts-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.post-card-v3 {
  width: 50%;
  padding: 15px;
}

.post-v3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  padding: 32px 6%;
  -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: #151515;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.engage-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 60px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #383838;
  text-align: center;
}

.engage-social-heading {
  margin-top: 12px;
  margin-bottom: 20px;
}

.form-text-small {
  width: 100%;
  margin-top: 24px;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.paperplane-icon {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 36%;
  opacity: 0.06;
}

.nav-bottom-right-info {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 44px;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.nav-link-content {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  padding-left: 8px;
}

.sidebar-view-icon {
  width: 24px;
  margin-right: 8px;
  margin-left: -4px;
}

.team-card-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.contact-social-icon {
  width: 32px;
}

.portfolio-icon {
  width: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.availabilities {
  width: 60%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.search-result-image {
  width: 200px;
  height: 144px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #383838;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-info {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.blog-search {
  position: absolute;
  left: auto;
  right: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.blog-search-input {
  width: 88px;
  height: 100%;
  margin: 0px;
  padding-right: 0px;
  padding-left: 24px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #383838;
  background-color: #151515;
  -webkit-transition: border-color 600ms ease, color 600ms ease, width 600ms ease;
  transition: border-color 600ms ease, color 600ms ease, width 600ms ease;
  color: #fff;
}

.blog-search-input:hover {
  width: 112px;
}

.blog-search-input:focus {
  width: 270px;
  border-left-color: #fbba47;
  border-radius: 0px;
}

.blog-search-input::-webkit-input-placeholder {
  color: #888;
}

.blog-search-input:-ms-input-placeholder {
  color: #888;
}

.blog-search-input::-ms-input-placeholder {
  color: #888;
}

.blog-search-input::placeholder {
  color: #888;
}

.blog-search-button {
  width: 48px;
  background-color: transparent;
  background-image: url('/resources/2100Powell/images/eclipse/search-icon-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.blog-search-shadow {
  width: 32px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), color-stop(80%, #151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515 80%);
}

.list-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-dropdown-heading {
  display: none;
}

.back-to-top {
  height: 0px;
}

.top {
  height: 0px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #383838;
  background-image: url('/resources/2100Powell/images/eclipse/up-icon-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  cursor: pointer;
}

.top-button:hover {
  background-color: #fbba47;
}

._2-buttons {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto;
}

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

.flex-left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

.flex-left.spaces {
  padding: 3% 4% 1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #18464c;
}

.flex-left.spaces.amenitites {
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-left.spaces.blue {
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  overflow: hidden;
  -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: #151515;
}

.loading-icon {
  position: relative;
  z-index: 1;
  width: 40px;
}

.team-blog-link {
  display: inline-block;
  margin-top: -8px;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-transition: background-color 600ms ease, color 600ms ease;
  transition: background-color 600ms ease, color 600ms ease;
  color: hsla(0, 0%, 100%, 0.33);
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

.team-blog-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.blog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #383838;
}

.post-tags-heading {
  margin-right: 20px;
}

.first-letter {
  margin-top: 0px;
  margin-right: 10px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fbba47;
  font-size: 54px;
  line-height: 40px;
}

.process {
  padding-bottom: 1px;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

.step-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  min-width: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: inset -1px 0 0 0 #383838;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  line-height: 48px;
  text-align: center;
}

.step-info {
  padding: 12px 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-progress {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 2px;
  height: 40%;
  background-color: #fbba47;
}

.centered-content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 680px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 80px 8%;
  -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;
}

.style-guide-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vw;
  min-height: 96px;
  -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-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.style-guide-button:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

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

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

.nav-bar-v2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.navigation-v2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-v2 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-v2:hover {
  color: #fbba47;
}

.nav-link-v2.w--current {
  color: #fff;
}

.nav-link-v2.w--current:hover {
  color: #d7b960;
}

.nav-link-v2.w--open {
  left: auto;
  right: 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;
}

.nav-link-v2.tenet {
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 108, 33, 0.9)), to(rgba(243, 108, 33, 0.9)));
  background-image: linear-gradient(180deg, rgba(243, 108, 33, 0.9), rgba(243, 108, 33, 0.9));
}

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

.nav-bottom-right-info-v2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 44px;
  display: none;
  color: #888;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
}

.menu-button-v2 {
  z-index: 10;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
}

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

.nav-menu-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-list-v2.w--open {
  margin-left: -4px;
  padding: 4px;
  -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: #151515;
}

.nav-dropdown-v2 {
  -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;
  text-align: center;
}

.nav-dropdown-link-v2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 16px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
}

.nav-dropdown-link-v2:hover {
  color: #fbba47;
}

.nav-dropdown-link-v2.w--current {
  color: #fff;
}

.container-top {
  margin-bottom: 0px;
}

.container-top.building {
  color: #18464c;
}

.container {
  margin-bottom: 90px;
}

.grid {
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid._2nd-floor {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.link-block.tour {
  width: 30%;
  padding-top: 10px;
  -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;
}

.image {
  margin-left: 5px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider {
  height: 50vh;
}

.slide {
  background-image: url('/resources/2100Powell/images/eclipse/2100Powell4486web-copy-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-bottom: 20px;
  text-align: center;
}

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

.contact .text-block {
  font-size: 14px;
  line-height: 18px;
}

.text-block {
  font-size: 11px;
  line-height: 18px;
}

.phone-trent {
  color: #fff;
  text-decoration: none;
}

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

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

.grid-2 {
  padding-right: 2%;
  padding-left: 2%;
}

.heading-2 {
  padding-right: 5%;
  padding-left: 5%;
}

.heading-2.highlights {
  text-transform: none;
}

.heading-3 {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.heading-3.highlights {
  text-transform: none;
}

.heading-4 {
  padding-right: 5%;
  padding-left: 5%;
}

.heading-4.highlights {
  text-transform: none;
}

.heading-5 {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.heading-5.highlights {
  text-transform: none;
}

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

.image-2 {
  background-color: #118bae;
}

.text-block-2 {
  font-size: 15px;
  font-weight: 400;
}

.text-block-3 {
  font-size: 18px;
}

.text-block-4 {
  font-size: 18px;
}

.text-block-5 {
  font-size: 18px;
}

.section-2 {
  height: 100vh;
}

.section-2.hero {
  height: 80vh;
  background: url(/images/eclipse/hero-landing-04.jpg) no-repeat 50% / cover;
  position: relative;
}


.section-2.hero img.hero-logo {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

.div-block {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block._1._2 { /* */
  background-image: url('/images/BrianMa/Stadium Tower - Home Grid Top Right.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block._1._3 {
  background-image: url('/images/BrianMa/Stadium Tower - Home Grid Bottom Right.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-2 {
  height: 80vh;
  padding-right: 0px;
  padding-left: 0px;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -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 solid #fff;
  background-color: #fff;
}

.section-3.video {
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #18475a;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 16px;
}

.heading-7 {
  color: #18464c;
}

.div-block-2 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2.right {
  width: 40%;
  padding-left: 5%;
}

.collection-list-wrapper {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
 #contacts .section.no-padding-bottom.leasing.team.wf-section > .wrapper.team > .div-block-5:nth-of-type(2) {
    width: 50% !important;
  }
   div.div-block-5:nth-child(2) {
    /*width: 50% !important;*/
  }
/*@media (min-width: 480px) {
    .collection-list-wrapper {
        display: flex;
        justify-content: center;
    }
}*/

.collection-list-wrapper._2 {
  margin-bottom: 80px;
  padding-top: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.grid-3 {
  grid-template-areas: ". Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-footer {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}


@media screen and (max-width: 479px) {
    .grid-footer {
        
      grid-template-areas: none;
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr);
    }

    .footer-address {
        grid-column: span 2;
        text-align: center;
    }
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(243, 108, 33, 1);
}

.div-block-3.title {
  margin-top: 0%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-8 {
  font-family: 'Roboto Condensed';
  margin: 0px 5px;
  font-size: 42px;
}

.heading-12 {
    font-size: 25px;
}

.columns {
  height: 80vh;
}

.div-block-4 {
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 140px;
}

.html-embed-3 {
  margin-top: 3%;
}

.heading-9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-4 {
  max-width: 100%;
}

.image-5 {
  max-width: 100%;
}

.image-6 {
  max-width: 100%;
}

.image-7 {
  max-width: 100%;
}

.image-8 {
  max-width: 100%;
}

.button-2 {
  background-color: #19a29c;
}

.heading-10 {
  color: #009ABE;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-11 {
  color: #fdb61a;
}

.button-primary {
  padding: 24px 40px;
  border-radius: 80px;
  background-color: #c8cbc1;
  -webkit-transition: color 350ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 350ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 350ms ease, transform 300ms ease, background-color 300ms ease;
  transition: color 350ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #132e36;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #394e3d;
  -webkit-transform: translate3d(0px, -4px, 0.01px);
  transform: translate3d(0px, -4px, 0.01px);
  color: #fff;
}

.button-primary._2-buttons-button {
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 20px 32px;
  border-radius: 0px;
  background-color: #F36C21;
  color: #f6f6f6;
  letter-spacing: 1.5px;
}

.button-primary._2-buttons-button:hover {
  background-color: rgba(243, 108, 33, 0.9);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 1280px) {
  .bg-image.faded._7 {
    background-image: url('/images/eclipse/Views1---2100Powell_EXT_3428-p-1080.jpeg');
  }

  .client {
    max-height: 144px;
  }

  .accordion-heading._1 {
    margin-right: 8px;
  }

  .collection-list-wrapper._2 {
    width: 50%;
  }

  .heading-8 {
    font-size: 56px;
  }
    
  .heading-12 {
    font-size: 35px;
  }

  .image-4 {
     width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
  }

  .image-8 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .work-presentation {
    padding-right: 16%;
    padding-left: 16%;
  }

  .div-block {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: url('/images/BrianMa/DSC02531.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block._3._4 {
    background-image: url('/images/BrianMa/237at-first-Home-Grid-Top-Right.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block._1._2 {
    height: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url('/images/BrianMa/Stadium Tower - Home Grid Top Right.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block._1._3 {
    height: 50%;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .image-3 {
    overflow: visible;
    max-width: 100%;
  }

  .image-3._3 {
    overflow: hidden;
    height: 100%;
    max-width: none;
  }

  .grid-5 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image1 {
    overflow: hidden;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 64px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding: 80px 8px;
  }

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

  .section.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.post-header-section {
    min-height: 520px;
  }

  .section.hero-v2-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 600px;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.work-header-section {
    min-height: 60vw;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-v3-section {
    min-height: 600px;
  }

  .section.video-section {
    min-height: 60vw;
  }

  .section.blog-top-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper {
    padding-top: 75%;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .wrapper.availabilities._2.home {
    -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;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .intro.left {
    margin-left: 0px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-center {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .brand {
    padding-right: 8px;
    padding-left: 24px;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .button.hero-v4-left {
    left: 32px;
    bottom: 32px;
    width: 170px;
  }

  .button.hero-v4-right {
    right: 32px;
    bottom: 32px;
    width: 170px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px solid #383838;
    border-right-style: none;
  }

  .sg-sidebar-heading {
    padding: 20px;
  }

  .sg-sidebar-menu {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sg-sidebar-link {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sg-sidebar-link.w--current {
    box-shadow: inset 0 -2px 0 0 #fbba47;
  }

  .sg-back-link {
    position: relative;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .nav-dropdown-list.w--open {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link {
    font-size: 40px;
    line-height: 56px;
  }

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

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

  .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: rgba(17, 139, 174, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 139, 174, 0.5)), to(rgba(17, 139, 174, 0.5)));
    background-image: linear-gradient(180deg, rgba(17, 139, 174, 0.5), rgba(17, 139, 174, 0.5));
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .navigation {
    padding-right: 8px;
  }

  .nav-dropdown-link:hover {
    color: #fff;
  }

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .nav-menu {
    padding-right: 32px;
    padding-left: 32px;
  }

  .logo-text {
    letter-spacing: 8px;
  }

  .breadcrumbs {
    padding: 16px 18px;
  }

  .blog-sides {
    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: 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;
  }

  .blog-sidebar {
    width: 66.66%;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .blog-side-posts {
    width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input.no-margin {
    margin: 0px;
  }

  .input.search-input {
    margin: 0px;
  }

  .blog-category-link {
    margin-right: 32px;
    padding-top: 24px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .social-buttons.nav-menu-social {
    bottom: 32px;
  }

  .social-buttons.nav-menu-social-v2 {
    bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .divider {
    width: 88px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .side-blocks {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 12%;
    padding-left: 12%;
  }

  .side-block.no-padding-left {
    padding-left: 12%;
  }

  .side-block.small-padding-side {
    padding-right: 12%;
    padding-left: 12%;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .counter {
    padding: 40px 8px;
  }

  .counter-number {
    font-size: 48px;
    line-height: 64px;
  }

  .cta-message.big {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-photo-link {
    width: 25%;
    margin: 4px;
    -webkit-box-flex: 15%;
    -webkit-flex: 15%;
    -ms-flex: 15%;
    flex: 15%;
  }

  .features-v2 {
    width: 100%;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 2%;
  }

  .feature-v1 {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-v1:hover {
    border-color: transparent;
  }

  .side-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    margin-bottom: 56px;
  }

  .tab-link {
    font-size: 20px;
    line-height: 28px;
  }

  .side-video {
    height: 52vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .testimonials-v2 {
    max-width: 94vw;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }

  .footer-v1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v1-nav {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v1-link {
    margin-right: 32px;
    margin-left: 0px;
  }

  .no-padding-left {
    padding-left: 0px;
  }

  .counter-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter-card {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .contact-v1 {
    margin-right: 8%;
    margin-left: 8%;
    padding: 64px 64px 24vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .protected-page {
    padding-right: 8px;
    padding-left: 8px;
  }

  .search {
    margin-bottom: 0px;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .contact-v2 {
    padding-left: 0%;
  }

  .contact-v2-form {
    width: 76%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-input-wrapper-50 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-post-text p {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h2 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h1 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h3 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text blockquote {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h4 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h5 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text ul {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text h6 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post-text ol {
    margin-right: 12%;
    margin-left: 12%;
  }

  .blog-post {
    top: 0px;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .coming-soon {
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-v4 {
    width: 50%;
    padding-right: 5%;
    padding-left: 2%;
  }

  .layout {
    width: 50%;
    padding: 48px;
  }

  .testimonials-arrow {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .sidebar-card.no-padding {
    padding: 0px;
  }

  .sidebar-slide-image {
    height: 232px;
  }

  .sidebar-slider {
    height: 448px;
  }

  .sidebar-featured-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .post-top-info {
    margin-right: 12%;
    margin-left: 12%;
  }

  .media-message {
    margin: 16px;
  }

  .testimonials-v2-button {
    right: 0px;
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .testimonials-v2-button:hover {
    background-color: #fff;
    color: #151515;
  }

  .testimonials-v2-button.left {
    left: 0px;
  }

  .vertical-info-left {
    left: -225px;
    font-size: 10px;
  }

  .features {
    margin-right: 8px;
    margin-left: 8px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .engage-newsletter {
    padding-right: 8%;
    padding-left: 8%;
    border-top-style: none;
    border-bottom-style: none;
  }

  .join-form {
    width: 320px;
  }

  .post-first-letter {
    margin-left: 12%;
  }

  .works-masonry {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .works-masonry-item {
    padding: 32px;
  }

  .works-v1 {
    margin-top: -8px;
  }

  .works-v1.no-margin-bottom {
    margin-bottom: -32px;
  }

  .work-card {
    width: 50%;
    padding: 8px;
  }

  .work-v1 {
    margin-bottom: 16px;
  }

  .work-v1-thumb {
    height: 46vw;
  }

  .work-v1-thumb.fixed-height {
    height: 46vw;
  }

  .work-presentation p {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h2 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h1 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h3 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation blockquote {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h4 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h5 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation ul {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation h6 {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation ol {
    margin-right: 12%;
    margin-left: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .work-details {
    width: 36%;
    padding: 48px 48px 24px;
  }

  .work-details-text {
    font-size: 20px;
    line-height: 28px;
  }

  .work-nav-button {
    width: 120px;
    min-height: 120px;
  }

  .work-nav-info {
    width: auto;
    max-width: none;
  }

  .work-nav-arrow {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-search-button {
    width: 48px;
    padding: 12px;
    color: transparent;
  }

  .footer-v1-social {
    width: 50%;
  }

  .footer-v1-contacts {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonial-v1-text {
    margin-top: 16px;
    font-size: 25px;
    line-height: 40px;
  }

  .testimonial-v1-avatar {
    width: 88px;
    height: 88px;
  }

  .testimonial-v1-bg {
    width: 400px;
    height: 400px;
  }

  .testimonial-v1 {
    width: 80%;
    height: 440px;
    max-width: none;
    min-height: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-v4-slide {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
  }

  .hero-v4-slider {
    height: 610px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-v4-content {
    padding-bottom: 56px;
  }

  .hero-v4-heading {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 64px;
  }

  .hero-v4-heading.margin-big {
    margin-bottom: 24px;
  }

  .team-member {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .team-card-info {
    padding-left: 59px;
  }

  .contact-v1-form {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contact-v1-info {
    width: auto;
    padding: 0px 55px 64px 8px;
  }

  .subscribe-v2-form-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .post-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post-slider {
    width: 50vw;
    height: 60vw;
  }

  .post-slider-button {
    left: 66px;
    margin-bottom: 56px;
  }

  .slide-progress {
    left: 240px;
    right: 240px;
    bottom: 54px;
    height: 2px;
  }

  .side-nav {
    display: none;
  }

  .feature-icon {
    width: 56px;
  }

  .post-slider-info {
    width: 46vw;
    padding-top: 56px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .page-intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .top-post {
    padding-right: 8px;
    padding-left: 8px;
  }

  .top-post-card {
    height: 54vw;
  }

  .sidebar-heading-symbol {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-nav-bar {
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-v1 {
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .post-v1-thumb {
    width: 32vw;
    height: 32vw;
    max-width: none;
  }

  .nav-bar-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-bar-contacts {
    padding-right: 24px;
    padding-left: 24px;
  }

  .scroll-intro {
    position: relative;
    margin-top: 0px;
  }

  .scroll-section {
    width: auto;
    height: auto;
    padding-top: 144px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .scroll-track {
    position: static;
    margin-right: -16px;
    margin-left: -16px;
  }

  .scroll-container {
    overflow: visible;
    width: auto;
    height: auto;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scroll-works {
    width: auto;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .scroll-work {
    width: 100%;
    height: 90vw;
    padding: 8px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-v2 {
    padding: 48px 6%;
  }

  .work-v2-info {
    width: 75%;
  }

  .circle-button.masonry-work-button {
    display: none;
  }

  .circle-button.hero-v3-showreel {
    width: 80px;
    height: 80px;
  }

  .portfolio-button {
    position: fixed;
    margin: 20px;
  }

  .instagram-info {
    width: 50%;
    margin: 4px;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-flex: 90%;
    -webkit-flex: 90%;
    -ms-flex: 90%;
    flex: 90%;
  }

  .instagram-icon {
    width: 30vw;
  }

  .blog-intro {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blog-intro.sticky {
    position: static;
  }

  .engage {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .engage-heading {
    margin-top: 8px;
  }

  .big-quote {
    padding-right: 4%;
    padding-left: 4%;
    font-size: 32px;
    line-height: 48px;
  }

  .feature-circle {
    display: none;
  }

  .client-logo {
    height: 30%;
  }

  .accordion-info {
    padding-left: 64px;
    max-width: 100%;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .services-accordion {
    padding-top: 0px;
  }

  .hero-v2-left {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-v2-right {
    width: 260px;
    margin-right: 0px;
    padding-right: 24px;
    padding-left: 0px;
  }

  .hero-counter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-counter-number {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 48px;
  }

  .hero-counter-line {
    width: 32px;
    height: 2px;
    margin-top: 1px;
    margin-left: 12px;
  }

  .scroll-icon-link {
    display: none;
  }

  .bg-symbol {
    font-size: 64vw;
    line-height: 53vw;
  }

  .scroll-link {
    display: none;
  }

  .hero-v3-video {
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .bg-text {
    font-size: 440px;
    line-height: 320px;
  }

  .bg-text-wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .promo-image-1 {
    width: 60%;
  }

  .promo-image-2 {
    width: 35%;
    margin-left: 12%;
  }

  .hero-v5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    min-height: 100vh;
    margin-top: -80px;
    padding: 160px 12%;
    -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;
  }

  .hero-v5-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-social {
    position: absolute;
    left: -1px;
    top: auto;
    right: -1px;
    bottom: -1px;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-social-link {
    width: auto;
    height: 15vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 1px 0 0 0 #383838;
  }

  .cta-icon {
    width: 56px;
  }

  .testimonials-v1-button {
    right: 0px;
  }

  .testimonials-v1-button:hover {
    background-color: #fff;
  }

  .testimonials-v1-button.left {
    left: 8px;
  }

  .testimonials-v1-button.right {
    right: 8px;
  }

  .work-intro {
    margin-right: 8px;
    margin-left: 8px;
  }

  .work-info {
    padding: 48px;
  }

  .post-card-v3 {
    padding: 8px;
  }

  .post-v3 {
    height: 54vw;
  }

  .engage-social {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    border-top: 1px solid #383838;
    border-left-style: none;
  }

  .nav-bottom-right-info {
    bottom: 36px;
  }

  .contact-social-icon {
    width: 28px;
  }

  .main-grid {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .main-grid.availabilities {
    width: 80%;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .blog-search-input {
    width: 60px;
    padding-left: 60px;
    border-radius: 0px;
    background-image: url('/resources/2100Powell/images/eclipse/search-icon-white.svg');
    background-position: 17px 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }

  .blog-search-input:hover {
    width: 270px;
  }

  .blog-search-input::-webkit-input-placeholder {
    color: transparent;
  }

  .blog-search-input:-ms-input-placeholder {
    color: transparent;
  }

  .blog-search-input::-ms-input-placeholder {
    color: transparent;
  }

  .blog-search-input::placeholder {
    color: transparent;
  }

  .blog-search-button {
    display: none;
  }

  .top-button {
    right: 12px;
    bottom: 12px;
  }

  ._2-buttons {
    margin-right: 8px;
    grid-column-gap: 12px;
  }

  .flex-left.sticky {
    position: static;
  }

  .loading-icon {
    width: 36px;
  }

  .blog-tags {
    margin-right: 12%;
    margin-left: 12%;
  }

  .process {
    margin-right: -16px;
    margin-left: -16px;
  }

  .centered-content-box {
    min-height: 60vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .nav-bar-v2 {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: #151515;
  }

  .navigation-v2 {
    padding-right: 8px;
  }

  .nav-link-v2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0px;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.7vh;
  }

  .nav-link-v2:hover {
    color: #fff;
  }

  .nav-link-v2.w--current {
    color: #fff;
  }

  .nav-link-v2.w--current:hover {
    color: #fff;
  }

  .nav-link-v2.w--open {
    box-shadow: none;
  }

  .nav-menu-links-v2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding-bottom: 120px;
    -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;
  }

  .nav-bottom-right-info-v2 {
    bottom: 36px;
    display: block;
  }

  .menu-button-v2 {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

  .menu-button-v2.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .nav-menu-v2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: 100vh;
    max-height: 100vh;
    padding-top: 112px;
    padding-right: 32px;
    padding-left: 32px;
    -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: #118bae;
  }

  .nav-dropdown-list-v2.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding: 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-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;
  }

  .nav-dropdown-link-v2 {
    padding: 12px 16px;
  }

  .nav-dropdown-link-v2:hover {
    color: #fff;
  }

  .nav-dropdown-link-v2:visited {
    color: #fff;
  }

  .nav-dropdown-link-v2.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .section-3.video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    width: 80%;
  }

  .div-block-2.right {
    width: 80%;
    padding-top: 5%;
    padding-left: 0%;
  }

  .stacking-plan {
    margin-top: 20%;
  }

  .body {
    background-color: #151515;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.post-header-section {
    min-height: 360px;
  }

  .section.hero-v2-section {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.work-header-section {
    min-height: 50vw;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-v3-section {
    min-height: 480px;
  }

  .section.blog-top-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .brand {
    padding: 10px 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .changelog {
    width: 100%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 32px;
  }

  .licence-item-info {
    padding-left: 32px;
  }

  .button.hero-v4-left {
    left: 16px;
    bottom: 20px;
  }

  .button.hero-v4-right {
    right: 16px;
    bottom: 20px;
  }

  .button.search-button {
    display: none;
  }

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

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0px;
  }

  .navigation {
    padding-right: 0px;
  }

  .nav-dropdown-link {
    padding: 8px 12px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .logo-text {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 6px;
  }

  .breadcrumbs {
    padding: 10px;
  }

  .blog-sidebar {
    width: 83.33%;
  }

  .input.no-margin {
    margin: 0px;
  }

  .input.search-input {
    margin: 0px;
  }

  .blog-category-link {
    margin-right: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .social-buttons.nav-menu-social {
    bottom: 16px;
  }

  .social-buttons.nav-menu-social-v2 {
    bottom: 16px;
  }

  .paragraph-big {
    font-size: 15px;
  }

  .no-padding {
    padding: 0px;
  }

  .card {
    min-height: 320px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .counters {
    padding-bottom: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter {
    width: 50%;
    margin-bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .instagram-photo-link {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .feature-v1 {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab-link {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-slide {
    padding-right: 72px;
    padding-left: 72px;
  }

  .testimonial-v2 {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-v2-avatar {
    margin-bottom: 4px;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    font-size: 17px;
    line-height: 24px;
  }

  .no-padding-left {
    padding-left: 0px;
  }

  .footer-bottom-left {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-v1 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .password-card {
    min-width: 400px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .team {
    margin-bottom: 0px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .blog-post-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post {
    padding-top: 48px;
  }

  .coming-soon-card {
    max-width: 90%;
  }

  .features-v4 {
    margin-bottom: -48px;
  }

  .feature-v4 {
    display: block;
    width: 100%;
    margin-bottom: 48px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .layout {
    padding: 40px;
  }

  .sidebar-card.no-padding {
    padding: 0px;
  }

  .media-message {
    margin: 12px;
  }

  .link-highlight.nav-link-line {
    bottom: 40%;
    height: 3px;
  }

  .link-highlight.nav-link-v2-line {
    bottom: 40%;
    height: 3px;
  }

  .vertical-info-left {
    display: none;
  }

  .features {
    margin-right: -9px;
    margin-left: -9px;
  }

  .engage-newsletter {
    padding-right: 12%;
    padding-left: 12%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .join-form {
    width: 100%;
  }

  .post-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .works-masonry {
    margin-right: 16px;
    margin-left: 16px;
  }

  .works-masonry-item {
    padding: 24px;
  }

  .work-v1 {
    margin-bottom: 8px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .work-details {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }

  .work-nav {
    margin-right: -1px;
    margin-left: -1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-nav-link {
    min-height: 120px;
    padding-right: 24px;
    padding-left: 24px;
    -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;
    text-align: center;
  }

  .work-nav-link.right {
    padding-right: 24px;
    border-left: 1px solid #383838;
    text-align: center;
  }

  .work-nav-button {
    width: 100%;
    height: 120px;
    min-height: 0px;
    margin-bottom: -1px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .work-nav-arrow {
    display: none;
    margin-top: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-search-button {
    width: 44px;
    padding: 10px;
  }

  .testimonial-v1-text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
  }

  .testimonial-v1-avatar {
    width: 80px;
    height: 80px;
  }

  .testimonial-v1-bg {
    width: 320px;
    height: 320px;
  }

  .testimonial-v1 {
    width: 75%;
    height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-v4-slider {
    height: 480px;
  }

  .hero-v4-content {
    padding-right: 32px;
    padding-left: 32px;
  }

  .hero-v4-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .team-member {
    padding-right: 4%;
    padding-left: 4%;
  }

  .team-card {
    height: 320px;
  }

  .team-card-info {
    margin-bottom: 48px;
  }

  .contact-v1-info {
    padding-right: 8px;
    padding-bottom: 48px;
  }

  .post-slider-button {
    left: 50px;
    top: 296px;
    margin-bottom: 40px;
  }

  .post-slide-nav {
    margin-bottom: 0px;
  }

  .logo-description {
    display: none;
  }

  .slide-progress {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .post-slider-info {
    padding: 40px 32px;
  }

  .top-post {
    width: 100%;
  }

  .top-post-card {
    height: 46vw;
  }

  .post-v1 {
    padding-bottom: 32px;
  }

  .post-card-v1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post-v1-thumb {
    max-width: 44%;
  }

  .nav-bar-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-bar-contacts {
    padding-right: 16px;
  }

  .scroll-intro-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .scroll-section {
    padding-top: 96px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .scroll-track {
    margin-right: 0px;
    margin-left: 0px;
  }

  .scroll-container {
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .scroll-work {
    height: 50vw;
  }

  .work-v2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-v2-info {
    width: 100%;
  }

  .circle-button.hero-v3-showreel {
    width: 72px;
    height: 72px;
    margin-left: 16px;
  }

  .portfolio-button {
    margin: 16px;
  }

  .work-v2-hover-info {
    display: none;
  }

  .post-card-hover-info {
    display: none;
  }

  .instagram-info {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .instagram-icon {
    width: 38vw;
  }

  .engage-heading {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .big-quote {
    font-size: 24px;
    line-height: 36px;
  }

  .clients {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client {
    width: 33.33%;
    height: 12vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 1px 0 0 #383838;
  }

  .client-logo {
    height: 34%;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .testimonial-v2-info {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-v2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-v2-right {
    width: 200px;
  }

  .hero-counter {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-v3-video {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .bg-text {
    font-size: 400px;
    line-height: 280px;
  }

  .bg-text-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .engage-form-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-v5 {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .hero-v5-works {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work-intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-info {
    width: 100%;
    padding-right: 12px;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #383838;
    border-right-style: none;
  }

  .post-v3 {
    height: 46vw;
  }

  .engage-social {
    padding-right: 12%;
    padding-left: 12%;
  }

  .nav-bottom-right-info {
    bottom: 20px;
  }

  .contact-social-icon {
    width: 24px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .main-grid.availabilities {
    width: 100%;
  }

  .blog-search {
    height: 64px;
  }

  .blog-search-shadow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .top-button {
    display: none;
  }

  .first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step-number {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .step-info {
    padding: 8px 6%;
  }

  .centered-content-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav-bar-v2 {
    height: 64px;
    padding-left: 0px;
  }

  .navigation-v2 {
    padding-right: 0px;
  }

  .nav-link-v2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bottom-right-info-v2 {
    bottom: 20px;
  }

  .nav-menu-v2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-dropdown-link-v2 {
    padding: 8px 12px;
  }

  .link-block.tour {
    width: 70%;
  }

  .button-primary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary._2-buttons-button {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.post-header-section {
    min-height: 440px;
  }

  .section.work-header-section {
    min-height: 72vw;
  }

  .section.blog-nav-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero-v3-section {
    min-height: 600px;
  }

  .section.video-section {
    min-height: 0vw;
  }

  .wrapper.availabilities._2.home {
    -webkit-box-orient: vertical;
    /*-webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;*/
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .licence-item {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-item-info {
    margin-top: 16px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button.hero-v4-left {
    width: 136px;
  }

  .button.hero-v4-right {
    width: 136px;
  }

  .sg-button-block {
    width: 100%;
  }

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

  .nav-bar {
    background-color: rgba(17, 139, 174, 0.5);
  }

  .navigation {
    padding-left: 0px;
  }

  .blog-sidebar {
    width: 100%;
  }

  .input.no-margin {
    margin: 0px;
  }

  .input.search-input {
    margin: 0px;
  }

  .blog-category-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: none;
    font-family: Roboto, sans-serif;
    font-size: 15px;
  }

  .blog-category-link.w--current {
    box-shadow: none;
    color: #fbba47;
  }

  .social-buttons.nav-menu-social {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .social-buttons.nav-menu-social-v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .inline-elements {
    width: 100%;
    -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;
  }

  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-block.no-padding-left {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-block.small-padding-side {
    padding-right: 8px;
    padding-left: 8px;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .counter {
    width: 100%;
    margin-right: 0px;
  }

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

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .testimonials-v1 {
    margin-bottom: 48px;
  }

  .features-v2 {
    width: 100%;
    padding-right: 0%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-side-info {
    margin-left: 16px;
  }

  .side-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    display: block;
    text-align: center;
  }

  .side-video {
    height: 68vw;
  }

  .testimonials-v2 {
    max-width: none;
    margin-right: -8px;
    margin-left: -8px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-mask {
    overflow: visible;
  }

  .testimonials-v2-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonial-v2 {
    padding-right: 8%;
    padding-bottom: 40px;
    padding-left: 8%;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    margin-right: 20px;
    margin-bottom: 12px;
  }

  .no-padding-left {
    padding-left: 0px;
  }

  .counter-card {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .contact-v1 {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 16px;
    padding-bottom: 32vw;
    padding-left: 16px;
    border-right-style: none;
    border-left-style: none;
  }

  .password-card {
    min-width: 0px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    -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;
  }

  .contact-v2-form {
    width: 100%;
    max-width: none;
  }

  .side-input-wrapper-50 {
    width: 100%;
  }

  .team {
    padding-right: 0%;
    padding-left: 0%;
  }

  .blog-post-text p {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h2 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h1 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h3 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text blockquote {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h4 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h5 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text ul {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text h6 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post-text ol {
    margin-right: 0%;
    margin-left: 0%;
  }

  .blog-post {
    padding-top: 0px;
  }

  .coming-soon-card {
    max-width: 94%;
    padding: 48px 10%;
  }

  .feature-v4 {
    width: 100%;
  }

  .layout {
    width: 100%;
  }

  .testimonials-arrow {
    display: none;
  }

  .sidebar-card.no-padding {
    padding: 0px;
  }

  .sidebar-slide-image {
    height: 200px;
  }

  .sidebar-slider {
    height: 416px;
  }

  .post-top-info {
    margin-right: 0%;
    margin-left: 0%;
  }

  .media-message {
    max-width: 100%;
  }

  .heading-margin-big.innovation {
    font-size: 40px;
  }

  .testimonials-v2-button {
    display: none;
  }

  .vertical-info-left {
    height: 40px;
    padding-right: 48px;
  }

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

  .engage-newsletter {
    padding: 40px;
  }

  .join-form {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .post-first-letter {
    margin-left: 0%;
  }

  .works-masonry {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .works-masonry-item {
    padding: 0px 0px 24px;
  }

  .work-card {
    width: 100%;
  }

  .work-v1-thumb {
    height: 90vw;
  }

  .work-v1-thumb.fixed-height {
    height: 90vw;
  }

  .work-presentation {
    margin-right: 0px;
    margin-left: 0px;
  }

  .work-presentation p {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h2 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h1 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h3 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation blockquote {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h4 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h5 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation ul {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation h6 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .work-presentation ol {
    margin-right: 0%;
    margin-left: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-details {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .work-details-text {
    margin-top: 4px;
  }

  .work-nav-link {
    width: 100%;
    padding: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-nav-link.right {
    margin-top: -1px;
  }

  .footer-v1-social {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-v1-contacts {
    width: 50%;
    padding-bottom: 32px;
  }

  .testimonials-v1-nav {
    display: block;
    height: 32px;
    margin-bottom: 8px;
    font-size: 7px;
  }

  .testimonial-v1-bg {
    width: 300px;
    height: 300px;
  }

  .testimonial-v1 {
    width: 100%;
    height: 376px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonial-v1-author-name {
    margin-bottom: 0px;
  }

  .hero-v4-slider {
    height: 560px;
  }

  .hero-v4-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-member {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-card {
    height: 368px;
  }

  .team-card-info {
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .post-slider {
    width: 92%;
    height: 104vw;
  }

  .post-slider-button {
    top: 176px;
    display: none;
  }

  .categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-links {
    padding-bottom: 160px;
  }

  .post-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-slider-info {
    width: auto;
    padding-left: 0px;
    border-style: none;
  }

  .top-posts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-post {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-post-card {
    height: 92vw;
  }

  .blog-nav-bar {
    display: block;
    margin: 0px 0px 32px;
    padding-right: 16px;
    padding-left: 16px;
    -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;
    border-bottom-style: none;
  }

  .blog-categories {
    -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;
  }

  .post-card-v1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-v1-thumb {
    width: 100%;
    height: 80vw;
    max-width: none;
  }

  .post-v1-content {
    padding-top: 32px;
    padding-bottom: 24px;
    padding-left: 0%;
  }

  .nav-bar-contacts {
    display: none;
  }

  .scroll-work {
    height: 120vw;
    min-height: 0vw;
  }

  .work-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .instagram-icon {
    width: 47vw;
  }

  .engage-heading {
    margin: 0px;
  }

  .client {
    height: 18vw;
  }

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

  .accordion-info.contact {
    padding-left: 0px;
    max-width: 100%;
  }

  .accordion-info {
    /*padding-left: 0px;*/
    max-width: 100%;
  }

  .accordion-heading._1 {
    font-size: 18px;
  }

  .hero-v2 {
    display: block;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-v2-left {
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-v2-right {
    display: block;
    width: auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-counter {
    padding-left: 0px;
    text-align: left;
  }

  .hero-counter-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .hero-counter-line {
    margin-right: 12px;
    margin-left: 0px;
  }

  .licence-link-divider {
    margin-top: -4px;
    margin-bottom: -4px;
    opacity: 0;
  }

  .bg-symbol {
    font-size: 120vw;
    line-height: 100vw;
  }

  .promo-image-1 {
    width: 66%;
  }

  .promo-image-2 {
    width: 42%;
    margin-left: 8px;
  }

  .hero-v5 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-social-link {
    height: 18vw;
  }

  .testimonials-v1-button {
    margin-bottom: -6px;
  }

  .work-info {
    padding-right: 32px;
    padding-left: 32px;
  }

  .post-card-v3 {
    width: 100%;
  }

  .post-v3 {
    height: 92vw;
  }

  .engage-social {
    padding: 40px;
  }

  .paperplane-icon {
    left: 0%;
    bottom: 10%;
    width: 64%;
  }

  .nav-bottom-right-info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 16px;
    text-align: center;
  }

  .contact-social-icon {
    width: 20px;
  }

  .main-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.availabilities {
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .blog-search {
    position: relative;
    height: 60px;
    margin-right: -16px;
    margin-bottom: 32px;
    margin-left: -16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blog-search-input {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #383838;
  }

  .blog-search-input:focus {
    border-bottom-color: #fbba47;
  }

  .blog-search-button {
    width: 64px;
  }

  .blog-search-shadow {
    display: none;
  }

  .list-dropdown {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-style: solid;
    border-width: 1px;
    border-color: #383838;
  }

  .list-dropdown-heading {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 0px 40px 0px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .list-dropdown-arrow {
    position: absolute;
    right: 20px;
    width: 16px;
    opacity: 0.5;
  }

  ._2-buttons {
    width: 100%;
    justify-items: center;
  }

  .blog-tags {
    margin-right: 0%;
    margin-left: 0%;
  }

  .first-letter {
    margin-left: 0%;
  }

  .step-number {
    min-width: 72px;
  }

  .step-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-v2 {
    padding-left: 0px;
  }

  .nav-menu-links-v2 {
    padding-bottom: 160px;
  }

  .nav-bottom-right-info-v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 16px;
    text-align: center;
  }

  .nav-menu-v2 {
    background-color: #118bae;
  }

  .link-block.tour {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .div-block-2 {
    width: 80%;
  }

  .div-block-4 {
    width: 80%;
  }

  .stacking-plan {
    margin-bottom: 20%;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
  }

  .image-8 {
    width: 100%;
  }

  .button-primary {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-primary._2-buttons-button {
    margin-right: 0px;
  }
}

#w-node-_13e0652b-c8b6-c2f7-e7b6-eab977519006-976df1c7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e811302-e0c8-9144-e342-6ea9615c734d-976df1c7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area;
}

.grid-4>#w-node-_6e811302-e0c8-9144-e342-6ea9615c734d-976df1c7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_33fc7ab0-3e0e-6333-b765-caca4f1b912b-976df1c7 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: Area-3;
}

.grid-4>#w-node-_33fc7ab0-3e0e-6333-b765-caca4f1b912b-976df1c7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_0715216b-cc25-b624-9815-ee85e0324059-398fdd35 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0715216b-cc25-b624-9815-ee85e0324064-398fdd35 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-6a8fdd3b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-6a8fdd3b {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_96907126-f162-7b99-7d17-093561dcd3cd-ff8fdd6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_96907126-f162-7b99-7d17-093561dcd3d0-ff8fdd6c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_96907126-f162-7b99-7d17-093561dcd3d3-ff8fdd6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_96907126-f162-7b99-7d17-093561dcd3d6-ff8fdd6c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_090a1a51-66f7-1cb0-7818-3a80f743d93c-ccc1eb98 {
    margin-top: 55px;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-_090a1a51-66f7-1cb0-7818-3a80f743d943-ccc1eb98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_0715216b-cc25-b624-9815-ee85e0324059-398fdd35 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-6a8fdd3b {
    -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: 6;
    grid-column-end: 8;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-6a8fdd3b {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_090a1a51-66f7-1cb0-7818-3a80f743d93c-ccc1eb98 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -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-_090a1a51-66f7-1cb0-7818-3a80f743d943-ccc1eb98 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_090a1a51-66f7-1cb0-7818-3a80f743d93c-ccc1eb98 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_090a1a51-66f7-1cb0-7818-3a80f743d943-ccc1eb98 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0715216b-cc25-b624-9815-ee85e0324059-398fdd35 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_0715216b-cc25-b624-9815-ee85e0324064-398fdd35 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-6a8fdd3b {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-6a8fdd3b {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_090a1a51-66f7-1cb0-7818-3a80f743d93c-ccc1eb98 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_090a1a51-66f7-1cb0-7818-3a80f743d943-ccc1eb98 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

#availabilities, #3dvirtualtour, #neighborhood, #contacts {
    width: 100%;
}
#contacts {
    margin-bottom: 20px;
}
#3dvirtualtour .text-block-6 {
    padding-left: 16px;
}
@media (min-width: 769px) {
    .accordion-heading._1 {
        width: 40%;
    }
}
@media (max-width: 768px) {
 #ContactUs{
     height: 1426px !important;
 }
}
@media (max-width: 425px) {
 #ContactUs{
     height: 1526px !important;
 }
}
@media (max-width: 486px) {
 #availabilities{
     /*height: 2050px !important;*/
 }
}
@media (max-width: 409px) {
 #availabilities{
     /*height: 2000px !important;*/
 }
}
@media (max-width: 340px) {
 #availabilities{
     /*height: 1965px !important;*/
 }
}
@media (max-width: 320px) {
 #availabilities{
     /*height: 1950px !important;*/
 }
}
iframe {
    display: block;
}
@media (max-width: 495px) {
    .plus-icon.contact.one {
        /*margin-left: 30px;*/
    }
}

.team-card-photo.one{
    background-image: url('/images/BrianMa/Rick Warner.jpg');
}
.team-card-photo.two{
    background-image: url('/images/BrianMa/Peter Wells.jpg');
}
.team-card-photo.three{
    background-image: url('/images/BrianMa/Chip Warner.jpg');
}
.team-card-photo.four{
   background-image: url('/images/BrianMa/Brittany York.jpg'); 
   /*filter: grayscale(100%); */
} 
.team-card-photo.five{
    background-image: url('/images/BrianMa/VGO-PROFILE.jpg');
}
.team-card-photo.six {
    background-image: url('/images/BrianMa/MARIVIC DIVINA.jpg');
}
.neighborhood-image {
    background-image: url('/images/BrianMa/237AtFirstAmenityMap.jpg');
}

.robotoFont {
    font-family: 'Roboto Condensed' !important;
}


@media (max-width: 495px) {
    .accordion-header {
        align-items: flex-start;
    }
}

.heading-caslon {
    font-family: RobotoBold, sans-serif !important;
    font-weight: bold;
}
.heading-margin-big.description {
    color: #284255 !important;
}

img.stacking-plan {
    width: 41vw;
}

@media (max-width: 1439px) {

    img.stacking-plan {
        width: 39vw;
    }
}

@media (max-width: 991px) {

    img.stacking-plan {
        width: 39vw;
    }
}

@media (max-width: 479px) {

    img.stacking-plan {
        width: 180px;
    }
}
