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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

li {
  font-family: 'Droid Sans', sans-serif;
}

.ordered-list {
  list-style-type: decimal;
}

.bwd-horizon {
  position: relative;
  width: 100vw;
  background-image: url('../images/bwd-orange-horizon-bacground.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.centered-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper-div {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content-wrapper-div.old {
  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;
}

.image {
  width: 300px;
}

.heading-text {
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.button {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.button:hover {
  color: #d8531e;
}

.orange-text {
  color: #d8531e;
}

.page-wrapper-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-wrapper-div {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
}

.bwd-top-banner-image {
  position: relative;
  width: auto;
  height: auto;
}

.bwd-logo-white-image {
  position: relative;
  top: 1px;
  bottom: 0em;
  z-index: 200;
  display: block;
  width: 6.5em;
  max-width: 6.5em;
  min-width: 6.5em;
}

.intro-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.intro-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-wrapper-div {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 7.5%;
  padding-left: 7.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-2 {
  width: 100%;
}

.title {
  position: absolute;
  display: block;
  margin: 10px auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.title.left-margin.white {
  color: #fff;
}

.title.left-margin.subhead {
  margin-top: 100px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 10px;
  text-transform: none;
}

.title.no-spacing {
  letter-spacing: 0px;
}

.title.no-spacing.initial-caps {
  text-transform: none;
}

.title.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.title.left-padding {
  padding-left: 20px;
}

.title.upper-right {
  top: 20px;
  right: 20px;
}

.more-nav-div {
  position: absolute;
  bottom: 5px;
  z-index: 100;
  display: block;
  width: 5px;
  -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;
}

.more-nav-dot-image-1 {
  display: block;
  width: 5px;
  height: 5px;
  margin-bottom: 5px;
}

.footer-text {
  margin-left: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1em;
  font-weight: 300;
}

.footer-text.right-margin {
  margin-right: 5px;
  margin-left: 0px;
  color: #91a5a5;
  letter-spacing: 1px;
}

.footer-text.right-margin.orange {
  color: #d8531e;
}

.footer-text.right-margin.orange.all-caps {
  margin-right: 2px;
  color: #91a5a5;
  font-size: 0.9em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.footer-text.orange {
  color: #d8531e;
}

.footer-text.orange.no-margin {
  margin-left: 0px;
}

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

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

.footer-link-text {
  margin-left: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #d8531e;
}

.footer-link-text._90-degrees.w--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.more-nav-dot-image-2 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.more-nav-dot-image-3 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.more-nav-dot-image-4 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.more-nav-dot-image-5 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.wow-image {
  position: relative;
  width: 100%;
}

.intro-scroll-div {
  position: absolute;
  bottom: 3px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
  cursor: pointer;
}

.intro-scroll-div.w--current {
  bottom: 3px;
}

.intro-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.scroll-dot-div-4 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.scroll-dot-div-5 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.work-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.studio-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.studio-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div.flexbox.vt-centerd {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.contact-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.back-to-top-link-text {
  margin-left: 50px;
  -webkit-transform: rotate(180deg) scale3d(2, 1, 1);
  transform: rotate(180deg) scale3d(2, 1, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.back-to-top-link-text:hover {
  color: #d8531e;
}

.back-to-top-link-text._90-degrees.w--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.work-scroll-div {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
}

.work-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-div {
  position: absolute;
  bottom: 3px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
  cursor: pointer;
}

.studio-scroll-div.w--current {
  bottom: 3px;
}

.contact-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-div {
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.contact-scroll-div.w--current {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%);
}

.contact-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.outline-text {
  width: 102%;
  padding-right: -0.07em;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 25vw;
  line-height: 0.75em;
  text-align: center;
  letter-spacing: -0.07em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.outline-text.large {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 40vw;
  line-height: 1em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.outline-text.medium-large {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  color: #fff;
  font-size: 36vw;
}

.outline-text.medium {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  font-size: 31vw;
}

.outline-text.small {
  width: 100%;
  margin-right: 0.12em;
  padding-right: 0em;
  font-size: 24vw;
}

.header-banner-white-div {
  position: absolute;
  left: -150vw;
  top: 3.4em;
  overflow: visible;
  width: 400vw;
  height: 400vw;
  border-radius: 50%;
  background-color: #fff;
}

.header-banner-div {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header-text {
  position: absolute;
  z-index: 300;
  margin-top: 30px;
  margin-left: 0.5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.header-top-banner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  min-width: 100%;
  -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;
  background-color: #d8531e;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.header-bottom-banner-div {
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  height: auto;
  margin-left: -1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom-banner-image {
  width: 100%;
}

.laptop-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 1366px;
  height: 768px;
  border: 1px solid #06b9ff;
}

.tablet-portrait-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 768px;
  height: 1024px;
  border: 1px solid #06b9ff;
}

.tablet-landscape-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 1024px;
  height: 768px;
  border: 1px solid #06b9ff;
}

.iphonex-portrait-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 375px;
  height: 812px;
  border: 1px solid #06b9ff;
}

.iphonex-landscape-screen-size-copy {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 812px;
  height: 375px;
  border: 1px solid #06b9ff;
}

.intro-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 2px;
}

.intro-text.light {
  margin-bottom: 30px;
  color: #000;
  font-weight: 300;
}

.section-title-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-div.left-offset {
  width: 100%;
}

.intro-text-div {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-title {
  position: relative;
  display: block;
  margin: 0px auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.contact-title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.contact-title.left-margin.white {
  color: #fff;
}

.contact-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -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-link-1 {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-link-1:hover {
  color: #d8531e;
}

.text-link-1.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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: 1px solid #d8531e;
  border-radius: 25px;
  color: #d8531e;
  font-weight: 300;
  cursor: pointer;
}

.text-link-1.button:hover {
  background-color: #d8531e;
  color: #fff;
}

.text-link-1.button.absolute-position {
  position: absolute;
  border-width: 2px;
}

.contact-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 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;
}

.contact-container.absolute {
  position: absolute;
  margin-top: 7px;
}

.studio-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -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;
}

.studio-text-div.top-bottom-margin-50 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
}

.studio-text-2 {
  color: #91a5a5;
  font-size: 2em;
  font-weight: 700;
}

.process-modal {
  position: relative;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 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-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block {
  position: absolute;
}

.process-wrapper {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 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;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: scale3d(1.5, 1, 1);
  transform: scale3d(1.5, 1, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.close-modal:hover {
  color: #d8531e;
}

.intro-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-div-copy {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.contact-scroll-div-copy.w--current {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%);
}

.studio-scroll-div-copy {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
}

.work-scroll-div-copy {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
}

.intro-scroll-div-copy {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
}

.title-copy {
  position: absolute;
  display: block;
  margin: 10px auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.title-copy.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.title-copy.left-margin.white {
  color: #fff;
}

.title-copy.no-spacing {
  letter-spacing: 0px;
}

.title-copy.no-spacing.initial-caps {
  text-transform: none;
}

.title-copy.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.title-copy.left-padding {
  padding-left: 20px;
}

.title-copy.upper-right {
  top: 20px;
  right: 20px;
}

.section-text-copy {
  color: #91a5a5;
  font-size: 2em;
  font-weight: 700;
}

.intro-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.intro-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.work-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.studio-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.studio-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div-copy.flexbox.vt-centerd {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.contact-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-text-1 {
  color: #91a5a5;
  font-size: 2em;
  font-weight: 700;
}

.text-link-2 {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-link-2:hover {
  color: #d8531e;
}

.text-link-2.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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: 1px solid #d8531e;
  border-radius: 25px;
  color: #d8531e;
  font-weight: 300;
  cursor: pointer;
}

.text-link-2.button:hover {
  background-color: #d8531e;
  color: #fff;
}

.text-link-2.button.absolute-position {
  position: absolute;
  border-width: 2px;
}

.studio-title {
  position: absolute;
  display: block;
  margin: 10px auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.studio-title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.studio-title.left-margin.white {
  color: #fff;
}

.studio-title.no-spacing {
  letter-spacing: 0px;
}

.studio-title.no-spacing.initial-caps {
  text-transform: none;
}

.studio-title.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.studio-title.left-padding {
  padding-left: 20px;
}

.studio-title.upper-right {
  top: 20px;
  right: 20px;
}

.studio-section-title-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.studio-section-title-div.left-offset {
  width: 100%;
}

.contact-section-title-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section-title-div.left-offset {
  width: 100%;
}

.studio-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 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;
}

.studio-container.absolute {
  position: absolute;
  margin-top: 7px;
}

.process {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 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;
}

.portfolio {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 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;
}

.portfolio-modal {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.close-portfolio-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: scale3d(1.5, 1, 1);
  transform: scale3d(1.5, 1, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.close-portfolio-modal:hover {
  color: #d8531e;
}

.work-link {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.work-link:hover {
  color: #d8531e;
}

.work-link.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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: 1px solid #d8531e;
  border-radius: 25px;
  color: #d8531e;
  font-weight: 300;
  cursor: pointer;
}

.work-link.button:hover {
  background-color: #d8531e;
  color: #fff;
}

.work-link.button.absolute-position {
  position: absolute;
  min-width: 250px;
  margin-top: 30px;
  padding: 0px;
  border-width: 2px;
  background-image: url('../images/welcome-button.svg');
  background-position: 50% 50%;
  background-size: auto 25px;
  background-repeat: no-repeat;
}

.work-link.button.absolute-position:hover {
  min-width: 335px;
  background-color: #d8531e;
  background-image: url('../images/work-button.svg');
  background-size: auto 25px;
  color: #fff;
}

.intro-outline-text {
  width: 102%;
  padding-right: -0.07em;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 40vw;
  line-height: 0.75em;
  text-align: center;
  letter-spacing: -0.07em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.intro-outline-text.large {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 40vw;
  line-height: 1em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.intro-outline-text.medium-large {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  color: #fff;
  font-size: 36vw;
}

.intro-outline-text.medium {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  font-size: 31vw;
}

.intro-outline-text.small {
  width: 100%;
  margin-right: 0.12em;
  padding-right: 0em;
  font-size: 24vw;
}

.webops-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
}

.main-content.vt-size-100 {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
}

.webops-heading {
  margin-bottom: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #02519b;
}

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

.webops-text.indent {
  padding-left: 15px;
}

.webops-text.bold {
  margin-top: 20px;
}

.webops-image {
  padding-top: 10px;
  padding-bottom: 20px;
}

.grid-1 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-1._100-vh {
  height: 100vh;
}

.grid-1._100-vh._100-vw {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
}

.orange-div {
  background-color: #d8531e;
}

.gray-div {
  background-color: #d4dcdc;
}

.blue-div {
  background-color: #06b9ff;
}

.dark-gray-div {
  background-color: #91a5a5;
}

.grid-2 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  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;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-2.overlay {
  position: absolute;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  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;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-border-1 {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}

.white-div {
  color: #fff;
}

.portfolio-modal-subhead {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .bwd-logo-white-image {
    top: 1px;
  }
  .footer-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .title.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .intro-scroll-div {
    bottom: 3px;
  }
  .studio-scroll-div {
    bottom: 3px;
  }
  .contact-scroll-div {
    bottom: 0px;
  }
  .header-banner-div {
    height: auto;
  }
  .header-text {
    margin-top: 30px;
  }
  .header-top-banner-div {
    height: 55px;
  }
  .header-bottom-banner-div {
    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;
  }
  .tablet-portrait-screen-size {
    display: none;
  }
  .contact-title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .contact-text-div {
    margin-top: 200px;
  }
  .text-link-1 {
    margin-bottom: 50px;
  }
  .heading {
    font-size: 2.5em;
  }
  .studio-text-div {
    margin-top: 200px;
  }
  .contact-scroll-div-copy {
    bottom: 50px;
  }
  .title-copy.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .title-copy.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .text-link-2 {
    margin-bottom: 50px;
  }
  .contact-heading {
    font-size: 2.5em;
  }
  .studio-title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .studio-title.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }
  .work-link {
    margin-bottom: 50px;
  }
  .work-link.button.absolute-position {
    height: 40px;
    min-height: 40px;
    min-width: 190px;
    margin-top: 25px;
    border-radius: 20px;
    background-size: auto 20px;
  }
  .work-link.button.absolute-position:hover {
    min-width: 260px;
    background-size: auto 20px;
  }
}

@media (max-width: 767px) {
  .bwd-logo-white-image {
    top: 1px;
    width: 5em;
    max-width: 5em;
    min-width: 5em;
  }
  .footer-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }
  .title.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }
  .footer-text.right-margin {
    font-size: 0.9em;
    letter-spacing: 0px;
  }
  .footer-text.right-margin.orange.all-caps {
    font-size: 0.8em;
    letter-spacing: 4px;
  }
  .footer-link-text {
    font-size: 0.9em;
  }
  .intro-scroll-div {
    bottom: 3px;
  }
  .studio-scroll-div {
    bottom: 3px;
  }
  .contact-scroll-div {
    bottom: 0px;
  }
  .outline-text.large {
    top: 7px;
    font-size: 28vw;
  }
  .header-banner-div {
    height: auto;
  }
  .header-text {
    position: absolute;
    margin-top: 20px;
    font-size: 0.9em;
  }
  .header-top-banner-div {
    height: 40px;
  }
  .header-bottom-banner-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .iphonex-landscape-screen-size-copy {
    display: none;
  }
  .body-gray {
    background-color: #f5f8f8;
  }
  .intro-text {
    margin-bottom: 5px;
    font-size: 1.2em;
  }
  .intro-text.light {
    margin-bottom: 10px;
  }
  .intro-text-div {
    position: relative;
    top: -5px;
  }
  .contact-title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }
  .contact-text-div {
    position: relative;
    top: -5px;
    margin-top: 100px;
  }
  .text-link-1 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .text-link-1.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    margin-top: 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;
    border-radius: 20px;
  }
  .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }
  .studio-text-div {
    position: relative;
    top: -5px;
    margin-top: 100px;
  }
  .studio-text-div.top-bottom-margin-50 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .studio-text-2 {
    font-size: 1.2em;
  }
  .contact-scroll-div-copy {
    bottom: 50px;
  }
  .title-copy.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }
  .title-copy.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }
  .section-text-copy {
    font-size: 1.2em;
  }
  .studio-text-1 {
    font-size: 1.2em;
  }
  .text-link-2 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .text-link-2.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    margin-top: 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;
    border-radius: 20px;
  }
  .contact-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }
  .studio-title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }
  .studio-title.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }
  .work-link {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .work-link.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    margin-top: 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;
    border-radius: 20px;
  }
  .work-link.button.absolute-position {
    height: 30px;
    min-height: 30px;
    min-width: 150px;
    margin-top: 5px;
    border-radius: 15px;
    background-size: auto 15px;
  }
  .work-link.button.absolute-position:hover {
    height: 30px;
    min-height: 30px;
    min-width: 200px;
    margin-top: 5px;
    border-radius: 15px;
    background-size: auto 15px;
  }
  .intro-outline-text.large {
    top: 7px;
    font-size: 28vw;
  }
}

@media (max-width: 479px) {
  .image {
    width: 250px;
  }
  .bwd-logo-white-image {
    top: 1px;
    z-index: 200;
    width: 5em;
    max-width: 5%;
    min-width: 5em;
  }
  .intro-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .footer-wrapper-div {
    height: 70px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
  }
  .title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }
  .title.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }
  .footer-text.right-margin {
    margin-right: 0px;
  }
  .footer-text.right-margin.orange.all-caps {
    margin-right: 0px;
    letter-spacing: 3px;
  }
  .footer-text.orange.no-margin {
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer-nav-div {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-left-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-link-text {
    margin-left: 0px;
  }
  .intro-scroll-div {
    bottom: 40px;
  }
  .work-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .studio-div.flexbox {
    padding-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .contact-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .work-scroll-div {
    bottom: 15vh;
  }
  .studio-scroll-div {
    bottom: 40px;
  }
  .contact-scroll-div {
    bottom: 35px;
  }
  .outline-text.large {
    top: 0px;
    margin-bottom: 20px;
    font-size: 40vw;
  }
  .outline-text.small {
    margin-right: 0.12em;
  }
  .header-banner-white-div {
    top: 2.63em;
  }
  .header-banner-div {
    height: auto;
  }
  .header-text {
    margin-top: 15px;
    margin-left: 0%;
    font-size: 0.9em;
  }
  .header-top-banner-div {
    height: 40px;
  }
  .header-bottom-banner-div {
    width: 102%;
    height: 30px;
    margin-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .laptop-screen-size {
    display: none;
  }
  .tablet-portrait-screen-size {
    display: none;
  }
  .tablet-landscape-screen-size {
    display: none;
  }
  .iphonex-portrait-screen-size {
    display: none;
  }
  .iphonex-landscape-screen-size-copy {
    display: none;
  }
  .intro-text {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0px;
  }
  .intro-text.light {
    margin-bottom: 20px;
  }
  .intro-text.spacing {
    letter-spacing: 2px;
  }
  .section-title-div {
    top: 0px;
  }
  .intro-text-div {
    top: 0px;
  }
  .contact-title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }
  .contact-text-div {
    top: 0px;
    margin-top: 100px;
  }
  .text-link-1 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .text-link-1:hover {
    color: #333;
  }
  .text-link-1.button {
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
  }
  .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }
  .studio-text-div {
    top: 0px;
    margin-top: 100px;
  }
  .studio-text-div.top-bottom-margin-50 {
    top: 0px;
    margin-bottom: 10px;
  }
  .contact-scroll-div-copy {
    bottom: 35px;
  }
  .studio-scroll-div-copy {
    bottom: 20px;
  }
  .work-scroll-div-copy {
    bottom: 15vh;
  }
  .intro-scroll-div-copy {
    bottom: 15vh;
  }
  .title-copy.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }
  .title-copy.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }
  .intro-div-copy.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .work-div-copy.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .studio-div-copy.flexbox {
    padding-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .contact-div-copy.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }
  .text-link-2 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .text-link-2:hover {
    color: #333;
  }
  .text-link-2.button {
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
  }
  .contact-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }
  .studio-title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }
  .studio-title.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }
  .studio-section-title-div {
    top: 0px;
  }
  .contact-section-title-div {
    top: 0px;
  }
  .work-link {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .work-link:hover {
    color: #333;
  }
  .work-link.button {
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
  }
  .work-link.button.absolute-position {
    height: 30px;
    min-height: 30px;
    min-width: 150px;
    margin-top: 5px;
    border-radius: 15px;
    background-size: auto 15px;
  }
  .work-link.button.absolute-position:hover {
    height: 30px;
    min-height: 30px;
    min-width: 200px;
    margin-top: 5px;
    background-size: auto 15px;
  }
  .intro-outline-text.large {
    top: 0px;
    margin-bottom: 20px;
    font-size: 40vw;
  }
  .intro-outline-text.small {
    margin-right: 0.12em;
  }
}

#w-node-86c13d795d7f-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3970fb2b215c-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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

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

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

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

#w-node-8921a0acb362-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-644fc05be19c-b5131529 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-df491ded033b-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-709d09f9d6e1-b5131529 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-782720607a75-b5131529 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

