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

body {
  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: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.hero {
  display: block;
  margin-top: 125px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

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

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 30px;
  font-family: Plusjakartasans, sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  white-space: normal;
}

.paragraph.center {
  position: relative;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: 0%;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  line-height: 30px;
  text-align: center;
}

.paragraph.center:hover {
  opacity: 1;
  color: #030407;
}

.button {
  border-radius: 0px;
  background-color: #eb4753;
  font-family: Lato, sans-serif;
}

.navbar {
  margin-top: 0px;
  padding-top: 15px;
  background-color: transparent;
  font-family: Nunito, sans-serif;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 17px;
  text-transform: lowercase;
}

.nav-link:hover {
  color: #121212;
  text-decoration: none;
}

.nav-link:active {
  color: #00f;
}

.nav-link.w--current {
  color: #00f;
  text-transform: lowercase;
}

.container {
  margin-top: 20px;
}

.heading {
  margin: 30px 0px 10px;
  font-family: Lato, sans-serif;
  color: #030407;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.collection-item {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 101px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px;
  grid-template-rows: auto 0px;
}

.collection-item:hover {
  opacity: 1;
}

.section {
  padding-top: 45px;
  padding-bottom: 0px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.container-2.storyboard {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-bottom: 0px;
  padding-left: 50px;
  -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;
}

.container-2.flowchart {
  margin-top: 70px;
}

.section-2 {
  max-height: 0%;
  background-color: #fff;
}

.collection-list-2 {
  float: none;
}

.collection-list-wrapper {
  position: static;
  padding-left: 0px;
  float: none;
}

.container-3 {
  display: block;
  text-align: left;
}

.section-3 {
  background-color: #b76e79;
}

.footer {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #666;
  background-color: transparent;
}

.heading-4 {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer_image {
  height: 32px;
  margin-top: 15px;
  margin-left: 15px;
  padding-left: 0px;
}

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

.section-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-2 {
  height: 22.5px;
  margin-top: 10px;
  padding-top: 0px;
}

.section-5 {
  margin-top: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-5 {
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 48px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.heading-5.center {
  margin-top: 15px;
  color: #171920;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.heading-5.center.calm-escapes {
  color: #5781bb;
  font-size: 24px;
  text-align: left;
}

.heading-5.center.eventsy {
  color: #f7c029;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-5.center.eventsy.ideation {
  margin-top: 100px;
}

.heading-5.center.eventsy.test {
  margin-top: 70px;
}

.heading-5.center.locus {
  color: #afce39;
  font-size: 24px;
  text-align: left;
}

.div-block {
  position: relative;
  right: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Portfolio_background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  color: #fff;
}

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

.heading-6 {
  font-family: Lato, sans-serif;
  color: #121212;
  font-weight: 400;
}

.heading-6.black {
  color: #030407;
}

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

.list-item {
  margin-top: 0px;
}

.section-6 {
  padding-top: 75px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.container-5.centered-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-left: 45px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.list-item-2 {
  padding-right: 0px;
}

.link {
  color: #666;
  font-size: 15px;
}

.link:hover {
  color: #121212;
}

.link-2 {
  color: #666;
  font-size: 15px;
}

.link-2:hover {
  color: #121212;
}

.link-3 {
  color: #666;
  font-size: 15px;
}

.link-3:hover {
  color: #121212;
}

.link-4 {
  color: #666;
  font-size: 15px;
}

.link-4:hover {
  color: #121212;
}

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

.div-block-4 {
  position: absolute;
  width: 100%;
  height: 300px;
}

.thumbnail-block {
  position: absolute;
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Portfolio_background.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.flex-container-2 {
  position: static;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-2 {
  position: relative;
  display: block;
  width: 80%;
  height: auto;
  max-width: 100%;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 0px;
  opacity: 1;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-2 {
  position: static;
  width: 100%;
  height: 750px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  grid-auto-flow: row;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-7 {
  float: none;
}

.div-block-5 {
  display: block;
  background-image: url('../images/Yelp_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-wrapper {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  padding: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-7 {
  padding-top: 75px;
  padding-bottom: 200px;
}

.section-7.graphic-design {
  padding-bottom: 0px;
}

.grid-5 {
  position: static;
  height: 100px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.d_images {
  display: inline;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.d_images:hover {
  position: static;
  background-color: #000105;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-9 {
  color: #000;
}

.link-block {
  height: 300px;
  background-image: url('../images/Yelp_bg.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.link-block:hover {
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Yelp_bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Yelp_bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.link-block.projects {
  background-image: url('../images/Yelp_bg.png');
}

.link-block.projects:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/Yelp_bg.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/Yelp_bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.link-block-2 {
  width: 100%;
  height: 300px;
  background-image: url('../images/Costco_bg_ps.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-2.images {
  background-size: 100%;
  background-attachment: scroll;
}

.link-block-2.images:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Costco_bg_ps.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Costco_bg_ps.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.link-block-2.projects:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/Costco_bg_ps.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/Costco_bg_ps.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.link-block-3 {
  background-image: url('../images/Gopro_bg_ps-p-500.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gopro_bg_ps-p-500.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gopro_bg_ps-p-500.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.link-block-3.projects:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/Gopro_bg_ps-p-500.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/Gopro_bg_ps-p-500.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.link-block-4 {
  background-image: url('../images/calmescapes_bg.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.link-block-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/calmescapes_bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/calmescapes_bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.link-block-4.projects:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/calmescapes_bg.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/calmescapes_bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.container-6 {
  height: 500px;
}

.link-block-5 {
  background-image: url('../images/viator_bg.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.link-block-5.projects {
  background-repeat: no-repeat;
}

.link-block-5.projects:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/viator_bg.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/viator_bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
}

.link-block-6 {
  background-image: url('../images/Locus_bg.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.link-block-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/Locus_bg.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/Locus_bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Portfolio_background.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

.feature-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/DSGD197_bg_sq.png');
  background-position: 0px 0px;
  background-size: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-2 {
  margin-top: 0px;
  padding: 10px 30px;
  background-color: #030407;
  font-family: Lato, sans-serif;
}

.button-2:hover {
  background-color: #f9bec0;
  font-family: Lato, sans-serif;
  color: #030407;
}

.link-block-7 {
  height: 300px;
  background-image: url('../images/DSGD197_bg_sq_1.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.link-block-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/DSGD197_bg_sq_1.png');
  background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/DSGD197_bg_sq_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.heading-10 {
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #030407;
  font-size: 16px;
  text-align: left;
}

.heading-10.center {
  padding-left: 0px;
  text-align: center;
}

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

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 125px;
  -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;
}

.button-3 {
  background-color: #fde3e0;
  color: #000;
}

.div-block-8 {
  margin-left: 0px;
  padding-left: 0px;
}

.paragraph-2 {
  padding-right: 100px;
  padding-left: 100px;
}

.paragraph-3 {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 17px;
  font-style: normal;
}

.paragraph-3.italize {
  font-style: italic;
}

.image-4 {
  margin-left: 130px;
  padding-left: 0px;
}

.image-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-6 {
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.image-10 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.body-4 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.hero-image-3.home {
  width: 75%;
}

.heading-11 {
  font-family: Calibri, sans-serif;
}

.heading-1 {
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
}

.heading-1.projects {
  font-size: 38px;
  text-align: left;
}

.heading-1.playground {
  margin-bottom: 50px;
}

.heading-1.home {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Plusjakartasans, sans-serif;
  color: #121212;
  font-size: 34px;
}

.heading-1.about {
  margin-bottom: 50px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 500;
}

.heading-1.section {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 50px;
}

.paragraph-4 {
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 17px;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}

.text-span {
  color: #121212;
  font-weight: 700;
}

.button-4 {
  margin-top: 10px;
  border-radius: 20px;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.div-block-9 {
  width: 42px;
  padding-top: 20px;
}

.image-13 {
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #666;
}

.text-span-2 {
  color: #f0181e;
}

.list {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  list-style-type: none;
}

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

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

.column {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.columns {
  padding-top: 20px;
}

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

.card {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.05);
}

.section-title-group {
  margin-bottom: 60px;
}

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

.section-heading.centered {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.white-box {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(18, 18, 18, 0.05);
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  font-family: Lato, sans-serif;
  text-align: center;
}

.white-box:hover {
  padding-top: 0px;
  box-shadow: 0 0 3px 0 rgba(18, 18, 18, 0.05);
}

.white-box.projects {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}

.white-box.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.white-box.persona {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.white-box.persona:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.white-box.persona.storyboard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-box.persona.wireframe {
  max-width: 115%;
  padding-left: 15px;
}

.white-box.more-work {
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px 30px 20px;
  clear: none;
  text-align: center;
}

.grid-image {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: none;
  border: 10px solid #fff;
  border-radius: 0%;
  background-color: #fff;
}

.grid-image.projects {
  width: 78%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-radius: 0%;
  background-color: transparent;
}

.grid-image.projects.ideation {
  display: inline-block;
  width: 59%;
  margin-top: 0px;
  padding: 15px;
}

.grid-image.projects.design {
  display: inline-block;
  width: 81%;
  padding: 15px;
}

.grid-image.projects.test {
  display: inline-block;
  width: 65%;
  padding: 15px;
}

.grid-image.projects.discover {
  display: inline-block;
  width: 66.5%;
  padding: 15px;
}

.grid-image.projects.research {
  display: inline-block;
  width: 75%;
  padding: 15px;
}

.grid-image.projects.eventsy {
  display: inline-block;
  width: 67%;
  padding: 15px;
}

.grid-image.more-work {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  float: left;
}

.grid-image.home {
  display: inline-block;
  margin-top: 0px;
  padding: 0px;
  border-width: 0px;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-image.home:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.25;
}

.div-block-10 {
  width: 74.136%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-6 {
  color: #666;
}

.paragraph-7 {
  color: #666;
}

.paragraph-8 {
  color: #666;
}

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

.section-9 {
  margin-top: 0px;
  padding-top: 100px;
}

.image-14 {
  display: inline-block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.image-14.locus {
  width: 30%;
}

.image-14.calm-escapes.eventsy-banner {
  width: 100%;
  padding-top: 0px;
}

.image-14.eventsy {
  width: 35%;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 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;
}

.text-block-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.heading-12 {
  margin-top: 70px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 21px;
  text-transform: uppercase;
}

.heading-13 {
  font-family: Lato, sans-serif;
}

.heading-14 {
  margin-top: 0px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 17px;
}

.paragraph-9 {
  color: #121212;
  font-size: 16px;
  text-align: center;
}

.paragraph-9.more-work {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  clear: left;
}

.heading-15 {
  margin-top: 70px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 28px;
  font-weight: 400;
}

.heading-15.persona {
  margin-top: 20px;
}

.container-8 {
  padding-top: 0px;
}

.projects {
  font-size: 16px;
}

.container-9 {
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.container-9.center {
  display: block;
  padding-bottom: 50px;
  -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;
  text-align: left;
}

.container-9.upper-padding {
  padding-top: 70px;
}

.heading-16 {
  font-family: Lato, sans-serif;
  font-size: 28px;
}

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

.image-16 {
  display: inline-block;
  width: 4%;
  max-width: 100%;
}

.heading-17 {
  color: #121212;
}

.heading-3 {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
}

.heading-3.more-work {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.image-17 {
  padding: 50px 15px 10px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  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;
  list-style-type: none;
}

.persona-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 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;
}

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

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

.section-10 {
  padding-top: 100px;
}

.column-4 {
  margin-top: 70px;
}

.column-5 {
  margin-top: 250px;
}

.swot {
  padding-top: 20px;
}

.wireframe-sketch {
  max-width: 100%;
  padding-top: 20px;
}

.list-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: none;
}

.list-item-4 {
  padding-top: 20px;
}

.section-11 {
  margin-top: 20px;
}

.column-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-10 {
  display: block;
  height: 100%;
  padding: 15px;
}

.link-block-10.left {
  padding-right: 7.5px;
}

.link-block-10.left.top {
  padding-bottom: 7.5px;
  padding-left: 15px;
  opacity: 1;
}

.link-block-10.left.bottom {
  padding-top: 7.5px;
}

.link-block-10.right {
  padding-left: 7.5px;
}

.link-block-10.right.top {
  padding-bottom: 7.5px;
}

.link-block-10.right.bottom {
  padding-top: 7.5px;
}

.link-block-10.bottom-left {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 7.5px;
  padding-right: 7.5px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block-10.bottom-right {
  padding-top: 7.5px;
  padding-left: 7.5px;
}

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

.list-3 {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  list-style-type: none;
}

.container-10 {
  display: block;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: 780px;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Untitled-9.png');
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
}

.hero-overlay-2.eventsy {
  background-image: url('../images/Eventsy_mockup.jpg');
}

.hero-overlay-2.calmescapes {
  background-image: url('../images/Untitled-12.png');
}

.flowchat {
  width: 70%;
}

.section-12 {
  margin-top: 70px;
}

.section-13 {
  margin-top: 70px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

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

.div-block-11 {
  margin-right: 0px;
}

.burger-button-wrapper {
  padding: 10px;
  cursor: pointer;
}

.burger-line-top {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-middle {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-bottom {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #fff;
}

.paragraph-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 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;
}

.paragraph-11 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -80px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.paragraph-12 {
  position: relative;
  top: 170px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -80px;
  padding-top: 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;
  opacity: 0;
}

.paragraph-12:hover {
  opacity: 1;
  color: #121212;
}

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

.text-block-4 {
  color: #00f;
}

.text-block-5 {
  padding-top: 15px;
  font-family: 'Abril Fatface', sans-serif;
  color: #fb0f0c;
  font-size: 40px;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.author-title {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 7.5px;
  margin-bottom: 7.5px;
  margin-left: 15px;
  padding: 60px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(46%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.76));
}

.featured-text.left-top {
  height: 28%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
  color: #121212;
}

.featured-text.right-top {
  margin-right: 15px;
  margin-left: 7.5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.6));
}

.featured-text.bottom-left {
  margin-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.76));
}

.featured-text.bottom-right {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 7.5px;
}

.featured-title {
  display: block;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 7.5px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #121212;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.div-block-12 {
  font-family: Lato, sans-serif;
}

.home-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 15px 7.5px 7.5px 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  opacity: 0;
}

.home-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85));
  opacity: 1;
}

.home-image.left-top {
  padding-left: 30px;
}

.home-image.right-top {
  margin-right: 15px;
  margin-left: 7.5px;
  padding-left: 30px;
}

.home-image.bottom-left {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.home-image.bottom-right {
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 7.5px;
  padding-top: 15px;
}

.link-5 {
  font-family: Inconsolata, monospace;
  color: #00f;
  font-size: 17px;
}

.grid-7 {
  width: 100%;
  height: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.text-block-6 {
  font-family: 'Avenir next cyr', sans-serif;
  color: #1727fb;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.text-block-7 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.text-span-3 {
  font-size: 34px;
}

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

.container-11 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-jumbo {
  margin: 10px 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 44px;
  line-height: 62px;
  text-transform: none;
}

.text-span-4 {
  color: #1727fb;
  text-decoration: none;
}

.text-span-4:hover {
  color: #1727fb;
  text-decoration: none;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.section-14 {
  margin-right: 30px;
  margin-left: 30px;
}

.container-12 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.works-grid {
  margin-bottom: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-3 {
  margin-bottom: 0px;
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.work-image.cc-work-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  margin-bottom: 0px;
  background-image: url('../images/Eventsy_box.jpg');
  background-size: cover;
}

.work-image.cc-work-4 {
  margin-bottom: 0px;
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/Eventsy_mockup.jpg');
  background-position: 25% 50%;
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/Untitled-9.png');
  background-position: 55% 50%;
  background-size: cover;
}

.work-image.cc-work-1 {
  width: 100%;
  background-color: #fff;
  background-image: url('../images/Americ_Scores.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.work-image.cc-work-3 {
  background-image: url('../images/Untitled-12.png'), url('../images/portfolio-4---wide.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.text-block-8 {
  font-family: 'Avenir next cyr', sans-serif;
  color: #1727fb;
  font-size: 21px;
  text-transform: lowercase;
}

.navigation-item-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.navigation-item-2:hover {
  opacity: 0.9;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  opacity: 1;
  font-family: Plusjakartasans, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}

.navigation-item-2.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.col {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-div-example {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px none #c0e5ff;
  background-color: #fff;
  text-align: center;
}

.container-13 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-9 {
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  text-align: left;
}

.text-block-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 50px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.link-block-12 {
  padding-top: 50px;
}

.project-name-link {
  margin-bottom: 5px;
  color: #333;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

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

.works-grid-2 {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.paragraph-light {
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 100px;
  }

  .hero-image {
    position: static;
    left: -15px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .paragraph.center {
    width: 100%;
    height: 235px;
  }

  .navbar {
    padding-top: 15px;
  }

  .navbar:active {
    background-color: #fff;
  }

  .navbar:focus {
    background-image: url('../images/Portfolio_background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    background-color: transparent;
    text-align: center;
  }

  .icon {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 0px none #030407;
    border-radius: 0px;
    opacity: 1;
    font-family: Lato, sans-serif;
    color: #121212;
    font-size: 70px;
    line-height: 32px;
    font-weight: 100;
    text-align: left;
  }

  .icon:hover {
    color: #030407;
  }

  .icon:focus {
    color: #030407;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0px solid #b76e79;
    border-radius: 0px;
    background-color: transparent;
    font-size: 14px;
    line-height: 14px;
  }

  .menu-button:hover {
    border-color: #030407;
  }

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

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

  .nav-menu {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    padding-bottom: 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;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .brand {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-2 {
    left: -50px;
    right: 0px;
    clear: left;
  }

  .heading-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-6 {
    padding-top: 0px;
  }

  .section-7 {
    padding-bottom: 475px;
  }

  .link-block.projects {
    height: 235px;
  }

  .link-block.projects:hover {
    height: 235px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 224, 0.95)), to(rgba(253, 227, 224, 0.95))), url('../images/Yelp_bg.png');
    background-image: linear-gradient(180deg, rgba(253, 227, 224, 0.95), rgba(253, 227, 224, 0.95)), url('../images/Yelp_bg.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }

  .link-block-2.images {
    height: 235px;
  }

  .link-block-2.images:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Costco_bg_ps.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Costco_bg_ps.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .link-block-2.projects {
    height: 235px;
  }

  .link-block-3 {
    background-size: 100%;
  }

  .link-block-3:hover {
    height: 235px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gopro_bg_ps-p-500.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gopro_bg_ps-p-500.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }

  .link-block-3.projects:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Gopro_bg_ps-p-500.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Gopro_bg_ps-p-500.png');
    background-size: auto, 100%;
  }

  .link-block-5.projects {
    height: 235px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .div-block-6 {
    height: 235px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .link-block-7:hover {
    height: 235px;
  }

  .flex-container-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column {
    padding-left: 0px;
  }

  .white-box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .grid-image {
    width: 100%;
    padding: 15px;
  }

  .grid-image.home {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-10 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-6 {
    display: block;
  }

  .list-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-11 {
    margin-right: -157px;
  }

  .burger-line-top {
    width: 35px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #121212;
  }

  .burger-line-middle {
    width: 50px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #121212;
  }

  .burger-line-bottom {
    width: 35px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #121212;
  }

  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }

  .featured-text.left-top {
    margin-top: 15px;
    padding-top: 175px;
  }

  .featured-text.right-top {
    margin-top: 15px;
    padding-top: 175px;
  }

  .featured-text.bottom-left {
    margin-top: 7.5px;
    padding-top: 175px;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-wrap {
    margin-right: 0px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button-2 {
    padding: 0px;
  }

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

  .menu-icon {
    display: block;
    font-weight: 500;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .works-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-icon-2 {
    display: block;
    font-family: Plusjakartasans, sans-serif;
    font-weight: 500;
  }

  .works-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

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

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

  .hero-image {
    left: 45px;
    max-width: 75%;
    border-radius: 0px;
  }

  .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-link {
    float: none;
    background-color: #fff;
    text-align: center;
  }

  .icon {
    font-size: 70px;
  }

  .menu-button {
    margin-right: 10px;
    padding-right: 18px;
  }

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

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu-2 {
    padding-left: 0px;
    clear: left;
    text-align: left;
  }

  .section-5 {
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-5 {
    display: block;
    padding-left: 0px;
  }

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

  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .section-7 {
    padding-bottom: 100px;
  }

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

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

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

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

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

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

  .heading-1 {
    font-size: 30px;
    line-height: 45px;
  }

  .list {
    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;
    text-align: left;
  }

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

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

  .column {
    position: static;
    display: block;
    text-align: left;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .white-box:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  .grid-image {
    width: 100%;
    padding: 20px;
  }

  .grid-image.home {
    display: block;
  }

  .link-block-10.left.top {
    padding-right: 15px;
    padding-bottom: 7.5px;
  }

  .link-block-10.left.bottom {
    padding-top: 7.5px;
    padding-right: 15px;
    padding-bottom: 7.5px;
  }

  .link-block-10.right.top {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
  }

  .link-block-10.right.bottom {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
  }

  .list-3 {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .column-7 {
    margin-top: -20px;
    padding-top: 0px;
  }

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

  .div-block-11 {
    margin-right: 0px;
  }

  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

  .featured-text.left-top {
    margin-right: 15px;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .heading-jumbo {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 35px;
    line-height: 50px;
    text-align: left;
  }

  .section-14 {
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image {
    left: 45px;
    right: 0px;
  }

  .paragraph {
    margin-top: 15px;
  }

  .nav-link {
    float: none;
    background-color: #fff;
  }

  .icon {
    font-size: 70px;
  }

  .menu-button {
    display: block;
  }

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

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

  .collection-list-wrapper {
    display: block;
  }

  .footer {
    padding-bottom: 15px;
  }

  .section-5 {
    margin-top: 900px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .container-5 {
    padding-right: 0px;
    padding-left: 15px;
  }

  .link {
    font-size: 13px;
  }

  .link-2 {
    font-size: 13px;
  }

  .link-3 {
    font-size: 13px;
  }

  .link-4 {
    font-size: 13px;
  }

  .section-7 {
    padding-bottom: 100px;
  }

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

  .body-3 {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .flex-container-3 {
    padding-left: 0px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }

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

  .section-subheading.center {
    line-height: 30px;
  }

  .white-box {
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-image {
    width: 100%;
  }

  .body-5 {
    -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;
  }

  .featured-text {
    padding: 0px 15px 55px;
  }

  .featured-text.left-top {
    margin-top: 0px;
    padding-top: 130px;
  }

  .featured-text.right-top {
    padding-top: 130px;
  }

  .featured-title {
    padding-bottom: 0px;
    font-size: 18px;
  }

  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }

  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }

  .featured-description {
    display: none;
  }

  .author-img {
    display: block;
  }

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

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-jumbo {
    padding-right: 0px;
    font-size: 36px;
    line-height: 48px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

#w-node-_09e2a317-0cf4-1ebf-40a2-fa852e6690a4-2056b330 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_09e2a317-0cf4-1ebf-40a2-fa852e6690ac-2056b330 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_09e2a317-0cf4-1ebf-40a2-fa852e6690b3-2056b330 {
  -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-_09e2a317-0cf4-1ebf-40a2-fa852e6690ba-2056b330 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c72e8986-643c-5a65-02bf-d05f1563685e-5e4d043a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6d63e9c-d3af-bab4-a83c-7a16efd11dae-34a353bc {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b6d63e9c-d3af-bab4-a83c-7a16efd11db0-34a353bc {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c72e8986-643c-5a65-02bf-d05f1563685c-5e4d043a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-link-block-5e4d043a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b6d63e9c-d3af-bab4-a83c-7a16efd11dae-34a353bc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-BoldItalic.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next cyr';
  src: url('../fonts/Avenir-Next-Cyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}