.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 100vw;
  height: 75px;
  -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(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  box-shadow: 0 5px 33px -10px #fff;
  opacity: 1;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  box-shadow: 0 10px 30px 7px #fff;
}

.case-study-title-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  margin-top: 0px;
  padding-top: 45px;
  -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;
}

.case-study-title-box.page {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.case-study-title {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.case-study-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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;
}

.case-study-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 2px 10px 30px 7px #fff;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2.page {
  position: fixed;
  bottom: 85px;
  display: block;
  width: 100%;
  height: 350px;
  padding-top: 50px;
}

.heading {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  float: right;
  -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;
  cursor: pointer;
}

.menu.mobile {
  display: none;
}

.image {
  display: none;
  margin-top: -5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.case-study-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 0 10px 30px 7px #fff;
}

.heading-2 {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  display: block;
  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: 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.page {
  position: fixed;
  width: 100%;
  height: 350px;
  padding-top: 50px;
}

.case-study-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -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, .5)), to(rgba(0, 0, 0, .5))), url('../images/webeefin_1_5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/webeefin_1_5.jpg');
  background-position: 0px 0px, 50% -307px;
  background-size: auto, cover;
}

.html-embed {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.sidebar {
  position: fixed;
  top: 0px;
  right: 35px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 10px;
  height: 27%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 5px;
  background-color: transparent;
}

.logo {
  display: block;
  width: 100%;
  margin: 25px auto 0px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.award-section-1 {
  display: block;
  width: 100vw;
  height: 100vh;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 20px 0 41px 5px #fff;
}

.award-number {
  position: relative;
  top: -30px;
  right: 55px;
  z-index: 2;
  display: inline-block;
  height: 89px;
  margin-top: 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 165px;
}

.award-number.clio {
  top: -285px;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-right: 50px;
  text-align: right;
}

.award-number.cannes {
  position: relative;
  top: -280px;
  right: 0px;
  display: block;
  margin-top: 0px;
  text-align: right;
}

.award-number.shortlist {
  top: -353px;
  right: 0px;
  display: block;
  margin-top: 0px;
  text-align: right;
}

.cannes-lion-trophy {
  position: static;
  right: 20px;
  display: block;
  width: 75%;
  height: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1px;
}

.cannes-lion-trophy.silver {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.awards-section-2 {
  display: block;
  overflow: hidden;
  width: 100vw;
  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: #fafafa;
  box-shadow: inset 20px 0 41px 5px #fff;
}

.heading-5 {
  position: relative;
  right: 140px;
  margin-top: 40px;
  margin-left: -250px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.clio-award-trophy {
  position: relative;
  top: -60px;
  right: 1px;
  display: block;
  width: 45%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.paragraph {
  display: block;
  width: 55%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-indent: 0px;
}

.view-article-button {
  width: 125px;
  height: 40px;
  margin-top: 25px;
  border: 2px solid #fff;
}

.view-article-button.case-study {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-transition: background-color 1000ms cubic-bezier(.755, .05, .855, .06);
  transition: background-color 1000ms cubic-bezier(.755, .05, .855, .06);
  cursor: pointer;
}

.view-article-button.case-study:hover {
  background-color: #000;
}

.heading-6 {
  -webkit-transition: color 1000ms cubic-bezier(.755, .05, .855, .06);
  transition: color 1000ms cubic-bezier(.755, .05, .855, .06);
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.heading-6:hover {
  color: #fff;
}

.case-study-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.award-title {
  position: relative;
  left: -61px;
  top: 15px;
  right: -4px;
  bottom: 1px;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Vollkorn, serif;
  font-size: 50px;
}

.award-title.clio {
  left: 0px;
  top: -145px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.award-title.cannes {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 80px;
  display: block;
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.award-title.cannes-shortlist {
  position: relative;
  left: auto;
  top: -55px;
  right: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  text-align: center;
}

.awards-container {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.awards-container.cannes {
  margin-top: 115px;
}

.awards-container.clio {
  display: none;
  margin-top: 115px;
  padding-top: 25px;
  padding-right: 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;
}

.awards-container.cannes-shortlist {
  margin-top: 115px;
  padding-top: 25px;
}

.nav-circle {
  margin-top: 20px;
  cursor: pointer;
}

.nav-circle:active {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.nav-circle:focus {
  -webkit-filter: contrast(200);
  filter: contrast(200);
}

.slider {
  width: 100vw;
  height: 100vh;
}

.awards-box {
  display: block;
  width: 108%;
  height: 75px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: #111;
}

.contact-box {
  display: block;
  width: 104%;
  height: 75px;
  margin-right: 0px;
  margin-left: -6px;
  border: 1px solid #fff;
  background-color: #111;
}

.body {
  background-color: #000;
}

.heading-7 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16.5px;
  text-align: center;
  cursor: pointer;
}

.heading-7:hover {
  text-decoration: underline;
}

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

.column-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-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-awards-container {
  display: block;
  margin-bottom: -16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  display: inline;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-3 {
  display: inline;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 90px;
  margin-top: 20px;
}

.footer-text {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 9px;
  text-align: right;
}

.footer-text.inline {
  display: block;
  width: 100%;
  margin-left: 10px;
  text-align: left;
}

.footer-inner-wrapper {
  display: block;
  width: 170px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.facebook {
  display: inline;
  margin-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.twitter {
  display: inline;
  -webkit-transition: height 2000ms cubic-bezier(.755, .05, .855, .06), width 2000ms cubic-bezier(.755, .05, .855, .06);
  transition: height 2000ms cubic-bezier(.755, .05, .855, .06), width 2000ms cubic-bezier(.755, .05, .855, .06);
  cursor: pointer;
}

.instagram {
  display: inline;
  margin-left: 25px;
  cursor: pointer;
}

.social-media-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  -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;
}

.terms-of-service-link {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  text-decoration: none;
}

.main-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 25%;
  height: 250px;
  margin-top: -300px;
  background-color: #fff;
}

.main-menu-title {
  margin-top: 40px;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.main-menu-title:hover {
  text-decoration: underline;
}

.case-study-slider {
  width: 100vw;
  height: 100vh;
}

.slide-nav {
  display: none;
}

.link-block {
  text-decoration: none;
}

.menu-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.menu-link.case-studies {
  display: block;
}

.video {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  overflow: scroll;
  height: 100vh;
}

.mask {
  height: 100vh;
}

.content-container {
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/Black-Panther-Movie-Wallpapers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/Black-Panther-Movie-Wallpapers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content-container.case-study-2 {
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, .9))), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-size: auto, cover;
}

.content-container.wendys {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/wendyslogo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/wendyslogo.jpg');
  background-size: auto, cover;
}

.content-container.kendrick-x-staples {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/1616-gq-fekl12-01-kl-gqstyle.jpg');
  background-size: auto, cover;
}

.content-container.dom-kennedy-x-nike-x-richard {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95))), url('../images/Dom_Nike_Richard-Sherman.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95)), url('../images/Dom_Nike_Richard-Sherman.jpg');
  background-size: auto, cover;
}

.body-2 {
  background-color: #000;
}

.title {
  margin-top: 165px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.title.case-study-page {
  margin-top: 50px;
  margin-bottom: 65px;
  padding-top: 1px;
}

.video-2 {
  position: relative;
  top: 21px;
  display: block;
  width: 75%;
  height: 100%;
  margin: 60px auto 39px;
  padding-bottom: auto;
}

.case-study-content {
  display: block;
  width: 80%;
  height: 475px;
  margin-right: auto;
  margin-left: auto;
}

.youtube {
  display: none;
  height: 100%;
  margin-top: 60px;
}

.content-text {
  display: block;
  width: 50%;
  margin: 35px auto 60px;
  padding-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

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

.content-text._2 {
  display: block;
  width: 100%;
  line-height: 43px;
  text-align: center;
}

.home-link {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-decoration: none;
}

.home-link:hover {
  color: #000;
  text-decoration: underline;
}

.home-link.w--current {
  float: left;
}

.wendys-mixtape-spotify {
  position: static;
  display: block;
  width: 794.390625px;
  margin: 35px auto 100px;
}

.columns {
  margin-top: 120px;
}

.contact-title {
  font-family: 'PT Serif', serif;
  font-weight: 300;
  text-align: center;
}

.body-3 {
  background-color: #e7e7e7;
}

.text-field {
  width: 350px;
}

.text-field-2 {
  width: 350px;
}

.text-field-3 {
  width: 350px;
}

.textarea {
  width: 400px;
}

.submit-button {
  background-color: #333;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}

.paragraph-3 {
  display: block;
  width: 50%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

.div-block-6 {
  position: static;
  height: 135px;
  margin-top: 0px;
  background-color: #111;
}

.footer-wrapper {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #111;
}

.slider-2 {
  height: 100vh;
}

.icon {
  color: #000;
}

.icon-2 {
  color: rgba(0, 0, 0, .43);
}

.awards-section-3 {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.heading-9 {
  position: static;
  top: -80px;
  right: 130px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  font-family: 'PT Sans', sans-serif;
  font-size: 21px;
  text-align: right;
}

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

.field-label {
  font-family: 'PT Serif', serif;
}

.field-label-2 {
  font-family: 'PT Serif', serif;
}

.field-label-3 {
  font-family: 'PT Serif', serif;
}

.field-label-4 {
  font-family: 'PT Serif', serif;
}

.view-awards-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.heading-10 {
  width: 100%;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

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

.privacy-policy-link {
  text-decoration: none;
}

.navcircle {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.navcircle:active {
  background-color: #faff00;
}

.column-4 {
  display: block;
}

.columns-2 {
  margin-top: 77px;
}

.column-5 {
  display: block;
}

.column-6 {
  display: block;
}

.video-header {
  width: 100vw;
}

.case-study-content-image {
  display: block;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.image-8 {
  margin-bottom: 100px;
}

.case-study-logo {
  display: block;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.case-study-logo.nike {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.case-study-logo.wendys {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-11 {
  margin-top: 65px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.nav-title-desktop {
  position: relative;
  z-index: 100;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.navcircle2 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.navcircle3 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.navcircle4 {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.desktop-nav-link {
  text-decoration: none;
}

html.w-mod-js *[data-ix="nav-bar-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-case-study-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-awards"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-awards-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-awards-3"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .logo {
    margin-left: 25px;
  }
  .award-number.clio {
    top: -431px;
    right: -107px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .award-number.cannes {
    top: -345px;
    right: -84px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .award-number.shortlist {
    left: 67px;
    top: -433px;
    right: 0px;
    display: block;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .cannes-lion-trophy {
    width: 45%;
  }
  .clio-award-trophy {
    width: 26%;
  }
  .terms-of-service-link {
    width: 25%;
  }
  .main-menu {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .background-video {
    display: none;
  }
  .case-study-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url('../images/Black-Panther-Movie-Wallpapers.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Black-Panther-Movie-Wallpapers.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .case-study-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url('../images/Dom_Nike_Richard-Sherman.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Dom_Nike_Richard-Sherman.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .menu {
    width: 15%;
  }
  .menu.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu.desktop {
    display: none;
  }
  .image {
    display: block;
    width: 35px;
    height: 35px;
  }
  .case-study-3 {
    margin-bottom: 20px;
  }
  .case-study-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/webeefin_1_5.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/webeefin_1_5.jpg');
    background-size: auto, auto;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .award-number.clio {
    top: -359px;
    font-size: 145px;
  }
  .award-number.cannes {
    top: -251px;
    right: -65px;
    font-size: 145px;
  }
  .award-number.shortlist {
    top: -335px;
    font-size: 145px;
  }
  .paragraph {
    width: 70%;
  }
  .contact-box {
    margin-left: -11px;
    border-style: none;
  }
  .footer-text {
    margin-top: 10px;
    text-align: center;
  }
  .main-menu {
    margin-top: -300px;
  }
  .title.case-study-page {
    font-size: 26px;
  }
  .home-link {
    width: 30%;
    float: none;
  }
  .home-link.w--current {
    width: 25%;
    float: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
  }
  .text-field {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-3 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .submit-button {
    display: block;
    width: 80%;
    margin-top: 31px;
    margin-right: auto;
    margin-left: auto;
  }
  .field-label {
    margin-top: 40px;
    text-align: center;
  }
  .field-label-2 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-3 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-4 {
    margin-top: 20px;
    text-align: center;
  }
  .form {
    overflow: auto;
  }
  .privacy-policy-link {
    display: block;
    text-align: center;
  }
  .column-7 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #111;
  }
  .video-header {
    display: none;
  }
  .nav-title-desktop {
    display: none;
  }
  .image-9 {
    margin-top: 45px;
  }
}

@media (max-width: 479px) {
  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 10px 33px 4px #fff;
  }
  .case-study-title {
    font-size: 22px;
  }
  .heading {
    font-size: 22px;
  }
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
  }
  .menu.desktop {
    display: none;
  }
  .image {
    width: 25px;
    height: 25px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .award-section-1 {
    display: block;
    overflow: auto;
  }
  .award-number.clio {
    left: 70px;
    top: -375px;
    right: 0px;
    width: 25%;
    padding-right: 0px;
    font-size: 145px;
  }
  .award-number.cannes {
    position: relative;
    left: 89px;
    top: -270px;
    right: 13px;
    display: block;
    width: 25%;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 125px;
    text-align: center;
  }
  .award-number.shortlist {
    top: -368px;
  }
  .cannes-lion-trophy {
    position: static;
    top: 35px;
    right: -52px;
    display: block;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
  .cannes-lion-trophy.silver {
    margin-top: -30px;
  }
  .clio-award-trophy {
    display: block;
    width: 50%;
  }
  .paragraph {
    width: 90%;
    font-size: 12px;
  }
  .award-title.clio {
    left: 0px;
    top: -161px;
    right: 5px;
    font-size: 24px;
  }
  .award-title.cannes {
    position: relative;
    left: 0px;
    top: -128px;
    right: 0px;
    display: block;
    width: 100%;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    font-size: 21px;
    text-align: center;
  }
  .awards-container.cannes {
    width: 90%;
  }
  .body {
    background-color: #111;
  }
  .column {
    border-bottom: 1px solid #fff;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text.inline {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    text-align: center;
  }
  .footer-inner-wrapper {
    margin-top: 16px;
  }
  .instagram {
    margin-left: 0px;
  }
  .social-media-container {
    margin-top: 25px;
  }
  .terms-of-service-link {
    width: 50%;
    margin-top: 20px;
  }
  .main-menu {
    margin-top: -300px;
  }
  .menu-link.case-studies {
    display: block;
  }
  .content-container.dom-kennedy-x-nike-x-richard {
    margin-bottom: 0px;
  }
  .title {
    font-size: 21px;
    line-height: 36px;
  }
  .title.case-study-page {
    margin-top: 35px;
  }
  .case-study-content {
    width: 95%;
  }
  .youtube {
    height: 50%;
  }
  .content-text {
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 12px;
  }
  .home-link {
    float: none;
  }
  .home-link.w--current {
    width: 50%;
    text-align: center;
  }
  .wendys-mixtape-spotify {
    width: 100%;
  }
  .contact-title {
    margin-bottom: 0px;
  }
  .body-3 {
    background-color: #fafafa;
  }
  .text-field {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-3 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .submit-button {
    display: block;
    width: 80%;
    margin-top: 25px;
    text-align: center;
  }
  .paragraph-3 {
    margin-top: 20px;
  }
  .div-block-6 {
    height: 110px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .icon {
    font-size: 24px;
  }
  .icon-2 {
    color: #000;
    font-size: 24px;
  }
  .heading-9 {
    position: relative;
    left: 0px;
    top: auto;
    right: 208px;
    bottom: 129px;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .field-label {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .field-label-2 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-3 {
    margin-top: 20px;
    text-align: center;
  }
  .field-label-4 {
    margin-top: 20px;
    text-align: center;
  }
  .column-3 {
    overflow: auto;
    margin-top: 30px;
  }
  .italic-text {
    margin-top: 0px;
    font-size: 12px;
  }
  .form-block {
    overflow: auto;
  }
  .privacy-policy-link {
    display: block;
    width: 100%;
    height: 25px;
    margin-top: -30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-7 {
    background-color: #111;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .div-block-7 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
  }
}

