:root {
  --black: #282828;
  --visa-blue: #4e6ccf;
  --white: white;
  --cisco: #7fd1f9;
  --bttr: #3ebdd3;
  --cisco-sections: #232f3e;
  --gold: #fbda52;
  --gold-2: #fad952;
  --indian-red: #fd475c;
  --deep-sky-blue: #42b4ff;
  --deep-pink: #f84a89;
  --sandy-brown: #ff9847;
  --medium-orchid: #b741ec;
  --slate-blue: #6147d9;
  --red: #f94878;
  --purple: #8e3fe2;
  --deep-sky-blue-2: #1ab7ea;
  --blackberry: #ea203c;
}

body {
  color: #333;
  background-image: linear-gradient(#fff, #fff), url('../images/Pattern.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: bebas-neue, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

h2 {
  color: var(--black);
  letter-spacing: .08vw;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: bebas-neue, sans-serif;
  font-size: 3.7vw;
  font-weight: 400;
  line-height: 3.5vw;
}

h3 {
  letter-spacing: .07vw;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: bebas-neue, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
}

h4 {
  color: var(--black);
  text-align: center;
  letter-spacing: .04rem;
  text-transform: uppercase;
  margin: 20px auto;
  padding: 11px 15px 0;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
  display: block;
}

h5 {
  color: var(--black);
  letter-spacing: .2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: .03rem;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6rem;
}

a {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #28282880;
  text-align: center;
  letter-spacing: .01rem;
  margin-top: 1vw;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
}

.angled-section {
  z-index: 2;
  background-color: #1495eb;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(6deg)translate(35%)scale(1.44);
  box-shadow: -3px 2px 50px -11px #00000073;
}

.angled-section.loader-screen {
  z-index: 99999;
  box-shadow: none;
  filter: invert() brightness(159%) saturate(46%) contrast(81%) hue-rotate(317deg);
  background-color: #ffe142;
  background-image: url('../images/Loader-animation.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  transition: all .9s ease-in-out;
  display: block;
  position: fixed;
  inset: 0;
  transform: rotate(6deg)scale(1.44);
}

.anti-angle-container {
  justify-content: space-between;
  align-items: center;
  width: 53%;
  max-width: 1200px;
  height: 70vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  transform: rotate(-6deg);
}

.anti-angle-container.contact-anti {
  transform: rotate(-6deg);
}

.text-container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 400px;
  max-height: 200px;
  margin-top: -83px;
  margin-left: 7%;
  padding-bottom: 5%;
  display: block;
  position: relative;
  inset: 0;
}

.text-container.text-home {
  margin-top: -97px;
}

.text-container.contact-container {
  margin-top: -90px;
  margin-left: 1%;
}

.section-description {
  color: #fff;
  text-align: left;
  letter-spacing: .3px;
  max-width: 16vw;
  margin-bottom: 20px;
  margin-right: 22%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.section-description.d-home {
  max-width: 300px;
  margin-right: 0%;
}

.section-description.contact-description {
  max-width: 15vw;
}

.projects-container {
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-end;
  width: 70%;
  max-width: 700px;
  margin-right: 25px;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(0);
}

.projects-container.art-projects {
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin-right: 3%;
  padding-bottom: 0;
  inset: 0;
}

.projects-container.writing-container {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 76%;
  max-width: 1200px;
  height: 94vh;
  margin-top: 33vh;
  margin-right: -14vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.projects-container.contact---logo-wall {
  background-image: url('../images/Background_Contact.jpg');
  background-position: 45px;
  background-repeat: no-repeat;
  background-size: 59%;
  margin-right: -49px;
}

.web-thumbnail {
  cursor: pointer;
  transform-style: preserve-3d;
  flex: 0 auto;
  align-self: flex-end;
  width: 14%;
  min-width: 60px;
  max-width: 109px;
  transition: all .4s;
  position: relative;
  bottom: 0%;
  right: 0%;
  transform: skew(-53deg, 26deg)scale3d(1, .75, 1);
  box-shadow: 32px 32px 37px 4px #00000073;
}

.web-thumbnail:hover {
  z-index: 6;
  transform: skew(0deg)scale(1)translate(0, -79px)scale(1.35);
  box-shadow: 0 20px 37px -9px #00000073;
}

.web-thumbnail.visa {
  transform-style: preserve-3d;
  border-bottom: 1px solid #e0dddd;
  border-right: 1px solid #969393;
  width: 100%;
  transition: all .4s;
  right: 0%;
  box-shadow: 32px 32px 37px 4px #0000003d;
}

.web-thumbnail.visa:hover {
  border-bottom-style: none;
  border-right-style: none;
  transform: scale3d(1, 1.3, 1)scale3d(1, .75, 1)scale(1.3)translate(0, -32px);
  box-shadow: 0 14px 37px -7px #00000073;
}

.web-thumbnail.horizontal {
  z-index: 4;
  transform-style: preserve-3d;
  border: 0 #0000;
  border-left: 1px solid #067063;
  width: 15%;
  margin-top: -22%;
  margin-bottom: 2%;
  bottom: 0%;
  right: 13%;
  overflow: visible;
  transform: skew(64deg, -37deg)scale3d(.85, .55, 1);
  box-shadow: -34px 29px 37px 4px #00000073;
}

.web-thumbnail.horizontal:hover {
  z-index: 6;
  transform: skew(0deg)scale3d(1, .97, 1)translate(0, -46px)rotate(-90deg)scale(1.3);
  box-shadow: -24px 5px 37px -8px #00000073;
}

.web-thumbnail.horizontal.jelly {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  margin-top: -14%;
  right: 11%;
  transform: skew(64deg, -37deg)scale3d(.8, .52, 1);
  box-shadow: -21px 17px 37px -15px #00000073;
}

.web-thumbnail.horizontal.jelly:hover {
  z-index: 6;
  transform: skew(0deg)scale3d(1, .9, 1)translate(0, -74px)rotate(-90deg)scale(1.3);
  box-shadow: -15px -3px 37px -1px #00000073;
}

.web-thumbnail.cisco {
  transform-style: preserve-3d;
  border-style: none;
  border-width: 0;
  width: 15%;
  margin-top: -34%;
  right: 42%;
  transform: skew(-53deg, 26deg)scale3d(1.05, .75, 1);
}

.web-thumbnail.cisco:hover {
  z-index: 6;
  transform: skew(0deg)scale(1)scale(1.3)translate(0, -46px);
  box-shadow: 0 16px 37px -7px #00000073;
}

.web-thumbnail.spot {
  z-index: 5;
  transform-style: preserve-3d;
  margin-top: -11%;
  right: 76%;
  box-shadow: 28px 28px 39px -2px #00000059;
}

.web-thumbnail.spot:hover {
  transform: skew(0deg)scale3d(.95, 1, 1)translate(0, -79px)scale(1.35);
  box-shadow: 0 15px 39px -4px #00000073;
}

.web-thumbnail.spot.darren {
  transform-style: preserve-3d;
  width: 15%;
}

.web-thumbnail.poster {
  flex-wrap: nowrap;
  width: 14vw;
  max-width: 250px;
  transition-duration: .5s;
  transform: none;
  box-shadow: 3px 23px 30px -7px #00000073;
}

.web-thumbnail.poster:hover {
  z-index: 6;
  box-shadow: 3px 23px 30px 3px #00000070;
}

.web-thumbnail.poster.blackberry {
  z-index: 1;
  width: 18%;
  max-width: 220px;
  margin-top: -3%;
  bottom: 0%;
  right: 5%;
}

.web-thumbnail.poster.blackberry:hover {
  z-index: 6;
  transform: scale(1.04);
  box-shadow: 2px 18px 30px 3px #0000005c;
}

.web-thumbnail.poster.trees {
  z-index: 1;
  width: 18%;
  max-width: 220px;
  margin-top: -16%;
  bottom: 0%;
  right: 26%;
}

.web-thumbnail.poster.trees:hover {
  z-index: 6;
  transform: scale(1.04);
  box-shadow: 3px 23px 30px 3px #0003;
}

.web-thumbnail.poster.coast {
  width: 22%;
  bottom: 0%;
  right: 14%;
  transform: translate(0);
}

.web-thumbnail.poster.coast:hover {
  transform: scale(1.04);
  box-shadow: 2px 20px 30px 3px #0000004d;
}

.web-thumbnail.poster.data {
  width: 27%;
  max-width: 320px;
  margin-top: -3%;
  bottom: 0%;
  right: 9%;
}

.web-thumbnail.poster.data:hover {
  transform: scale(1.04);
  box-shadow: 2px 23px 30px -2px #00000047;
}

.web-thumbnail.writing {
  box-shadow: none;
  background-image: url('../images/Thumbnail_W_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36%;
  max-width: 36%;
  height: 19vh;
  transform: translate(-250px, -250px);
}

.web-thumbnail.writing.book-01 {
  background-image: url('../images/Book_Bloody-Stitches.png');
  background-size: 100%;
  width: 24vh;
  max-width: 266px;
  height: 19vh;
  position: absolute;
  bottom: 43%;
  right: 13%;
}

.web-thumbnail.writing.book-01:hover {
  transform: translate(-250px, -250px)scale(1.02);
}

.web-thumbnail.writing.dod {
  background-image: url('../images/Book_Dod.png');
  background-size: auto 100%;
  width: 15vh;
  max-width: 200px;
  height: 21vh;
  max-height: 350px;
  position: absolute;
  bottom: 28%;
  right: 1%;
}

.web-thumbnail.writing.dod:hover {
  transform: translate(-250px, -250px)scale(1.02);
}

.web-thumbnail.writing.dod.smoking-gun {
  background-image: url('../images/Book_Smoking-Gun1.png');
  background-size: auto 100%;
  align-self: flex-end;
  width: 20vh;
  min-width: 60px;
  height: 22vh;
  max-height: 205px;
  position: absolute;
  bottom: 14%;
  right: -24%;
}

.web-thumbnail.writing.book-02 {
  background-image: url('../images/Derelict1.png');
  background-size: auto 100%;
  width: 41vh;
  max-width: 364px;
  height: 28vh;
  max-height: 258px;
  position: absolute;
  bottom: -3%;
  right: -24%;
}

.web-thumbnail.writing.book-02:hover {
  transform: translate(-250px, -250px)scale(1.02);
}

.web-thumbnail.writing.book-03 {
  z-index: 7;
  background-image: url('../images/Book_iPad.png');
  background-size: 100%;
  width: 23vh;
  max-width: 230px;
  position: absolute;
  bottom: 40%;
  right: -20%;
}

.web-thumbnail.writing.book-03:hover {
  transform: translate(-250px, -250px)scale(1.02);
}

.web-thumbnail.writing.book-00 {
  width: 30vh;
  max-width: 340px;
  height: 24vh;
  position: absolute;
  bottom: 10%;
  right: 16%;
}

.web-thumbnail.writing.book-00:hover {
  transform: translate(-250px, -250px)scale(1.02);
}

.image-ipad {
  width: 80%;
  min-width: 420px;
  max-width: 600px;
  margin-bottom: -10%;
  position: relative;
  bottom: 0%;
  right: -28%;
  transform: skew(6deg);
}

.cutout {
  float: left;
  clear: both;
  color: #2089d6;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 -1px #ffffff40;
  background-color: #fff;
  margin-left: -300px;
  padding: 2px 40px 2px 300px;
  font-family: Kastelov nolannext heavy;
  font-size: 6vh;
  line-height: 8vh;
  display: block;
  box-shadow: -4px 5px 23px -8px #00000061;
}

.cutout.cut-ad {
  color: #0000;
  text-shadow: none;
  background-image: linear-gradient(142deg, #fff0, #ffffff29), url('../images/Print-Creative.png');
  background-position: 0 0, 83%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 55%;
  padding-left: 305px;
  padding-right: 20px;
}

.cutout.cut-ec {
  color: #6147d900;
  text-shadow: none;
  background-image: linear-gradient(149deg, #fff0 26%, #ffffff26), url('../images/Creative.jpg');
  background-position: 0 0, 89%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 55%;
  margin-left: -306px;
  box-shadow: -4px 5px 23px -8px #00000070;
}

.cutout.cut-wd {
  color: #0000;
  text-shadow: none;
  background-image: linear-gradient(#ffffff17, #ffffff17), url('../images/Digital-Creative.png');
  background-position: 0 0, 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 55%;
  padding-left: 356px;
  box-shadow: -4px 5px 23px -8px #00000075;
}

.cutout.cut-c {
  float: left;
  clear: both;
  color: #0000;
  text-shadow: none;
  background-image: url('../images/Contact-Creative.png');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 55%;
  margin-left: -61%;
  padding-left: 366px;
}

.cutout.cut-home {
  float: left;
  clear: both;
  color: #0000;
  text-shadow: none;
  background-image: url('../images/ErikMenches.jpg');
  background-position: 68px;
  background-repeat: no-repeat;
  background-size: auto 59%;
  width: 100vw;
  margin-top: 7px;
  margin-left: -75px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Kastelov nolannext heavy;
  box-shadow: -10px 12px 40px -17px #0000002e;
}

.brushed {
  float: left;
  clear: both;
  font-size: 30px;
  line-height: 59px;
}

.brushed.b-home {
  margin-left: 0;
}

.main-button {
  color: #0000;
  background-image: url('../images/.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  border: 1px solid #fff;
  min-width: 8vh;
  max-width: 8vh;
  min-height: 8vh;
  max-height: 70px;
  margin: -8vh -120% 0 120%;
  transition: all .35s;
  display: block;
  transform: rotate(-45deg);
}

.main-button:hover {
  background-repeat: no-repeat;
  background-size: 115%;
  border-color: #47c9a7;
}

.main-button.button-ec {
  opacity: 1;
  background-image: url('../images/creative.png');
  background-size: 110%;
  min-width: 8vh;
  max-width: 8vh;
  min-height: 8vh;
  margin-left: 107%;
  margin-right: -107%;
  display: block;
}

.main-button.button-ec:hover {
  background-size: 115%;
}

.main-button.button-art {
  background-image: url('../images/print.png');
  background-size: 110%;
  margin-left: 101%;
  margin-right: -101%;
}

.main-button.button-wd {
  margin-left: 111%;
}

.main-button.button-wd.darren {
  background-image: url('../images/code.png');
  background-size: 110%;
}

.main-button.contact-button {
  background-image: url('../images/mail.png');
  background-size: 110%;
}

.main-button.button-close {
  background-image: url('../images/Button_Icon-close.png');
  background-size: 110%;
  max-width: 65px;
  max-height: 65px;
  margin: -9px auto 45px;
  display: block;
}

.coming-soon {
  z-index: 99999;
  background-color: #000000c2;
  background-image: linear-gradient(134deg, #000000bd, #0505059c 44%, #ffffff1a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.coming-soon-title {
  color: #fff;
  font-family: Pintassilgoprints brushup;
  font-size: 140px;
}

.image-hand {
  width: 4%;
  margin-top: -9%;
  margin-bottom: 5%;
}

.social-icon {
  float: left;
  cursor: pointer;
  background-image: url('../images/Icons_Social-07.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
  margin-top: -12px;
}

.social-icon:hover {
  background-image: url('../images/Icons_Social-02.svg');
  background-size: 30px;
}

.social-icon.vimeo {
  background-image: url('../images/Icons_Social-06.svg');
  background-size: 30px;
}

.social-icon.vimeo:hover {
  background-image: url('../images/Icons_Social-03.svg');
  background-size: 30px;
}

.social-icon.instagram {
  background-image: url('../images/Icons_Social-05.svg');
  background-size: 30px;
}

.social-icon.instagram:hover {
  background-image: url('../images/Icons_Social-04.svg');
  background-size: 30px;
}

.navbar {
  z-index: 1900;
  background-color: #0000;
  width: 100vw;
  height: 100px;
  transition: filter 40s;
  position: fixed;
}

.navbar:hover {
  filter: hue-rotate(1440deg);
}

.nav-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 1.8vw;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 1.8vw;
  display: block;
}

.bold-nav {
  float: left;
  font-family: Open Sans, sans-serif;
  font-size: .75vw;
  line-height: 1.95vw;
  display: block;
}

.nav {
  float: left;
  height: 1.8vw;
  line-height: 1.9vw;
  display: block;
}

.link {
  opacity: .8;
  min-width: 11.2vw;
  height: 1.8vw;
  margin-top: 1vw;
  margin-left: 1vw;
  transition: all .2s;
}

.link:hover {
  opacity: 1;
}

.link.contact-link {
  flex-flow: column;
  width: auto;
  min-width: 8.2vw;
  margin-left: 2vw;
  display: block;
}

.link.contact-link.page-contact {
  float: right;
}

.nav-menu {
  float: none;
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -100px;
  padding-top: 29vh;
  padding-left: 20%;
  padding-right: 27%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.nav-menu.project-menu {
  background-image: linear-gradient(#00000085, #0003 37%, #0000000a 74%, #0000);
}

.page-nav {
  max-width: 300px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.next {
  z-index: 10000;
  float: right;
  background-image: url('../images/Next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 70px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.next:hover {
  background-image: url('../images/Next-hover.svg');
  background-position: 50%;
  background-size: 50px;
}

.back {
  z-index: 10000;
  float: left;
  background-image: url('../images/Next1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.back:hover {
  background-image: url('../images/Next1-hover.svg');
  background-size: 50px;
}

.righttextblock {
  float: right;
  clear: right;
  width: 40%;
  margin-top: 45px;
}

.resume-link {
  z-index: 100;
  float: right;
  clear: right;
  letter-spacing: .04vw;
  text-transform: uppercase;
  background-image: url('../images/Next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  line-height: 2vw;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 1px;
  overflow: visible;
  transform: rotate(90deg);
}

.resume-link.page-resume {
  color: #504c4c;
  margin-top: -1vw;
  margin-right: 1vw;
}

.menu-button {
  z-index: 10;
  float: left;
  width: 42px;
  height: 42px;
  margin-top: 33px;
  margin-left: 30px;
  padding: 0;
  transform: rotate(45deg)scale(.8);
}

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

.menu-button.close-button.w--open {
  z-index: 12;
}

.logo {
  opacity: 1;
  height: 3.3vw;
  min-height: 50px;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.underline {
  z-index: 2;
  float: none;
  color: #c3858b;
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #c28089;
  width: 54px;
  height: 22px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: absolute;
  inset: 0;
}

.underline.w--current {
  float: left;
  display: block;
}

.next-button {
  float: right;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: -8px;
  margin-right: 0;
  display: block;
  position: relative;
  transform: rotate(45deg);
  box-shadow: 3px 3px 11px -5px #0000000f;
}

.next-button.button-lefty {
  float: left;
  transform: rotate(225deg);
}

.button-stroke {
  z-index: 2;
  border: 6px solid #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.button-fill {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 18% 0 0 4%;
  transform: rotate(45deg);
}

.button-fill.button-left {
  z-index: 0;
  box-shadow: none;
  inset: 9px 0 0 4px;
  transform: none;
}

.menu-button-mask {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.menu-fill {
  box-shadow: none;
  background-color: #fff;
  width: 14px;
  height: 150%;
  transform: rotate(45deg)translate(-36px, -7px);
}

.menu-fill.menu-2 {
  transform: rotate(45deg)translate(-16px, -7px);
}

.menu-fill.menu-2.blue-fill {
  box-shadow: none;
  background-color: #42b4ff;
}

.menu-fill.menu-3 {
  transform: rotate(45deg)translate(2px, -5px);
}

.menu-fill.menu-3.blue-fill {
  box-shadow: none;
  background-color: #42b4ff;
}

.menu-fill.menu-4 {
  transform: rotate(45deg)translate(20px, -7px);
}

.menu-fill.menu-4.blue-fill {
  box-shadow: none;
  background-color: #42b4ff;
}

.menu-fill.manu-1 {
  transform: rotate(45deg)translate(-34px, -7px);
}

.menu-fill.manu-1.blue-fill {
  box-shadow: none;
  background-color: #42b4ff;
}

.nav-background {
  z-index: 2;
  background-color: #42b4ff;
  transition: filter 19s;
  position: absolute;
  inset: 0;
  transform: rotate(7deg)translate(-40%);
}

.nav-background:hover {
  filter: hue-rotate(360deg);
}

.nav-background.nav-white-back {
  z-index: 0;
  background-color: #fff;
  transition: none;
  display: none;
  position: fixed;
  transform: none;
}

.nav-background.nav-white-back:hover {
  filter: none;
}

.nav-background.nav-color-back {
  z-index: 1;
  transform-style: preserve-3d;
  height: 100vh;
  transition: none;
  display: none;
  position: fixed;
  transform: rotate(6deg)translate(8%)scale3d(1, 1.26, 1);
}

.nav-background.nav-color-back:hover {
  filter: none;
}

.nav-title {
  z-index: 2;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 13vh;
  line-height: 11vh;
  position: relative;
}

.nav-link {
  z-index: 2;
  float: left;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 128px;
  line-height: 99px;
  position: relative;
}

.nav-link.nav-link-1, .nav-link.nav-link-2, .nav-link.nav-link-3, .nav-link.nav-link-4, .nav-link.nav-link-5 {
  cursor: pointer;
}

.bolder-nav {
  font-family: Open Sans, sans-serif;
}

.close-button {
  z-index: 12;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.visa-thumb {
  width: 16%;
  margin-top: -5%;
  margin-bottom: 9%;
  position: relative;
  right: 50%;
}

.background-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.blurrr {
  filter: blur(60px) hue-rotate(292deg);
  background-image: linear-gradient(#a8a3a32e, #a8a3a32e), url('../images/JellyBelly2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
  transform: scale(1.8);
}

.project-nav {
  z-index: 2000;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 11%;
  margin-right: 6%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-project-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  display: block;
}

.project-footer {
  z-index: 1000;
  color: #fff;
  text-align: center;
  letter-spacing: .51px;
  width: 100vw;
  height: 37px;
  padding-left: 31%;
  padding-right: 31%;
  font-family: Open Sans, sans-serif;
  line-height: 40px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-wallk {
  margin-top: 45px;
}

.heading {
  margin-bottom: 10px;
}

.text-block-3 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.home-nav {
  z-index: 10000000;
  clear: both;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 5em;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-style {
  position: absolute;
  inset: 0;
}

.em-section {
  object-fit: fill;
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  overflow: hidden;
}

.em-section.s-hero {
  height: 100vh;
}

.em-section.s-hero.s-visa-hero {
  background-color: var(--visa-blue);
  background-image: linear-gradient(to right, var(--visa-blue), #ffffff29);
  height: 60vw;
  min-height: 50vw;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.em-section.s-hero.s-bttr {
  background-color: var(--white);
  background-image: radial-gradient(circle at 77% -38%, #ffffff4a 5%, #cdcdce00 65%, #4e6ccf00 67%), linear-gradient(220deg, #fff0 45%, #e0dfd740);
  height: 60vw;
  min-height: 50vw;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.em-section.s-hero.s-cisco-hero {
  background-color: var(--cisco);
  height: 60vw;
  min-height: 50vw;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.em-section.s-hero.s-atlys-hero {
  background-color: #5a48fc;
  background-image: linear-gradient(#5a48fc, #8d80fd);
  height: 60vw;
  min-height: 50vw;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.em-section.s-contact {
  height: 100vh;
  position: relative;
}

.em-section.project-section-1 {
  min-height: 160vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.em-section.em-project-section {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.em-section.project-section-2 {
  z-index: 10;
  background-color: var(--white);
  min-height: 1300px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30vw;
  position: relative;
}

.em-section.project-section-2.visa-sec-2 {
  overflow: visible;
}

.em-section.project-section-3 {
  height: 100vw;
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.em-section.project-section-quote-bttr {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-height: 95vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.em-section.bttr_project-section-1 {
  z-index: 4;
  height: auto;
  min-height: 1020px;
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}

.em-section.bttr_project-section-2 {
  z-index: 5;
  background-color: var(--white);
  height: 85vw;
  margin-top: -6vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.em-section.bttr_project-section-3 {
  height: 100vw;
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.em-section.project-section-4 {
  height: 100vw;
  padding-top: 6px;
  padding-bottom: 70px;
  position: relative;
  overflow: visible;
}

.em-section.cisco-project-section-2 {
  z-index: 5;
  background-color: var(--white);
  margin-top: 3vw;
  padding-top: 0;
  padding-bottom: 1vw;
  position: relative;
}

.em-section.cisco-project-section-3 {
  min-height: 161vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.em-section.cisco-project-section-1 {
  min-height: 142vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.em-section.atlys-project-section-1 {
  height: auto;
  min-height: 1300px;
  padding-top: 0;
  padding-bottom: 31vw;
  position: relative;
}

.em-section.atlys-project-section-2 {
  z-index: 5;
  background-color: var(--white);
  margin-top: -6vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.em-section.atlys-section-4 {
  height: auto;
  margin-top: -6vw;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.em-section.atlys-project-section-2-copy-copy {
  z-index: 5;
  background-color: var(--white);
  margin-top: -6vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.em-section.atlys-project-section-3 {
  height: auto;
  min-height: 1000px;
  padding-top: 0;
  padding-bottom: 26vw;
  position: relative;
}

.em-section.atlys-project-section-5 {
  height: auto;
  padding-top: 0;
  padding-bottom: 26vw;
  position: relative;
}

.hero-content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero.project-hero {
  align-items: flex-start;
  height: auto;
  padding-top: 10vh;
}

.hero-back {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-back-mask {
  z-index: 2;
  width: 72vw;
  position: relative;
  box-shadow: 0 0 0 25px #fff;
}

.hero-back-blobs {
  width: 98.4%;
  height: 96%;
  margin: .7% .8% 1%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.purple-big {
  width: 60%;
  position: absolute;
  inset: -68% auto auto 8%;
}

.red-big {
  width: 44%;
  position: absolute;
  inset: -30% -1% auto auto;
}

.purple-small {
  width: 24%;
  position: absolute;
  inset: -12% auto auto -3%;
}

.yellow-small {
  width: 15%;
  position: absolute;
  inset: auto auto 19% 30%;
}

.yellow-mid {
  width: 46%;
  position: absolute;
  inset: 6% auto auto -11%;
}

.blue-big {
  width: 64%;
  position: absolute;
  inset: 1% -4% auto auto;
}

.blue-mid {
  width: 48%;
  position: absolute;
  inset: auto auto -15% 14%;
}

.blue-small {
  width: 27%;
  position: absolute;
  inset: auto auto -16% -2%;
}

.red-mid {
  width: 40%;
  position: absolute;
  inset: -12% 19% auto auto;
}

.h1 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: bebas-neue, sans-serif;
  font-size: 6.9vw;
  font-weight: 400;
  line-height: 6.2vw;
}

.h1.hero-title {
  margin-top: -2vw;
  margin-left: 41.5vw;
}

.h1.white-title {
  color: #fff;
  text-align: center;
  letter-spacing: .1vw;
  cursor: auto;
  font-size: 3.9vw;
  line-height: 3.9vw;
}

.h1.project-title-h1 {
  color: var(--white);
}

.h1.project-title-h1-bttr {
  color: var(--bttr);
  text-align: center;
  letter-spacing: .05rem;
}

.about {
  position: relative;
}

.about-back {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.about-content {
  z-index: 2;
  position: relative;
}

.em-container {
  z-index: 9;
  justify-content: space-between;
  align-items: flex-start;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.em-container.special-container {
  z-index: 6;
  margin-top: 0;
  padding-top: 0;
}

.em-container.columns {
  justify-content: space-between;
  margin-top: 160px;
  display: flex;
}

.em-container.z-index-cont {
  z-index: 6;
  height: auto;
}

.em-container.bttr-container-horizon {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.em-container.wil-conteiner {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.em-container.atlys-cont-1 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.em-text-block {
  margin-left: 13vw;
  margin-right: 13vw;
}

.paragraph {
  color: var(--black);
  letter-spacing: .02rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.paragraph.p-white {
  color: #fff;
  text-align: center;
  cursor: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.paragraph.about-paragraph {
  max-width: 25vw;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph.p-30 {
  width: 20%;
  min-width: 150px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph.p-70 {
  width: 85%;
  max-width: 600px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph.project-paragraph-mini {
  max-width: 39%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph.project-paragraph-mini.white-p {
  color: var(--white);
}

.paragraph.project-paragraph-mini.bttr-mini {
  max-width: 100%;
}

.paragraph.project-paragraph-wide {
  width: 70%;
  max-width: 460px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
}

.paragraph.project-paragraph-wide.white-p {
  float: none;
  clear: right;
  color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: static;
}

.paragraph.project-paragraph-wide.atlys-1 {
  text-align: left;
  white-space: break-spaces;
  width: 136%;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: relative;
}

.paragraph.project-paragraph-wide.white-p-atlys {
  color: var(--white);
  width: auto;
  max-width: none;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: relative;
}

.paragraph.project-paragraph-wide.white-p-atlys.righttextblock {
  float: none;
  clear: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph.project-paragraph-wide.yfgbh {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: relative;
}

.paragraph.project-paragraph-wide.learn-horz {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: relative;
}

.work {
  height: 130vw;
  position: relative;
}

.work-container {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 85vw;
  max-width: 1920px;
  height: 85vw;
  max-height: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-project-block {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-project-block.mini-work-block {
  width: 20vw;
  height: 20vw;
}

.work-project-block.mini-work-block.w--current {
  opacity: 0;
  filter: none;
  cursor: default;
  width: 0;
  height: 0;
}

.devider {
  align-items: center;
  height: 50px;
  display: flex;
}

.line {
  background-color: var(--black);
  width: 40px;
  height: .3vh;
}

.line.long-line {
  width: 17vw;
}

.line.vertical-line {
  flex: none;
  width: .2vw;
  height: 90px;
  margin-top: 4px;
  margin-right: 20px;
}

.h3 {
  color: var(--black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.project-hover {
  cursor: pointer;
  background-color: #3db4f9cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 101%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0;
}

.project-hover.red-hover {
  opacity: 0;
  background-color: #ff9f0ecc;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.project-hover.green-hover {
  opacity: 0;
  background-color: #4fe492e0;
}

.project-hover.blue-hover {
  opacity: 0;
  background-color: #3db4f9cc;
  border-radius: 0;
}

.project-hover.yellow-hover {
  opacity: 0;
  background-color: #fdd72dba;
}

.project-hover.yellow-hover:hover {
  opacity: 1;
}

.project-hover.teal-hover {
  opacity: 0;
  cursor: auto;
  background-color: #3ee7bdd9;
}

.project-hover.orange-hover {
  opacity: 0;
  background-color: #ff9847d6;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.project-thumbnail {
  opacity: 1;
  width: 100%;
  position: relative;
  inset: 0;
}

.project-content {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.h2 {
  color: var(--black);
  letter-spacing: .08vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 3.7vw;
  font-weight: 400;
  line-height: 3.5vw;
}

.h2.client-h2 {
  text-align: left;
  width: 30vw;
}

.h2.contact-h2 {
  text-align: left;
  width: 26vw;
  font-size: 2.7vw;
  line-height: 2.5vw;
}

.h2.project-title-h2 {
  max-width: 60vw;
}

.h2.project-title-mini {
  max-width: 38%;
  margin-bottom: 30px;
}

.h2.project-title-mini.white-h3 {
  color: var(--white);
  margin-bottom: 20px;
}

.h2.project-title-mini.bttr-h3 {
  color: var(--bttr);
  max-width: 100%;
  margin: 25px auto;
  display: block;
}

.h2.project-title-wide {
  width: 50%;
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.h2.project-title-wide.white-h3 {
  color: var(--white);
}

.h2.project-title-wide.white-h3.atlys-w-title, .h2.project-title-wide.atlys-title {
  margin-bottom: 20px;
}

.h2.project-title-wide.atlys-6-title {
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.client-logos {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 3vw;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-back {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-back-mask {
  z-index: 2;
  width: 50vw;
  position: relative;
}

.contact-content {
  width: 35vw;
  min-height: 300px;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
}

.contact-back-blobs {
  width: 95%;
  height: 95%;
  margin: 2%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mini-purple-mid {
  width: 53%;
  position: absolute;
  inset: -22% auto auto -16%;
}

.mini-purple-big {
  width: 54%;
  position: absolute;
  inset: -17% 6% auto auto;
}

.mini-red {
  width: 85%;
  position: absolute;
  inset: 4% auto auto 3%;
}

.mini-yellow {
  width: 59%;
  position: absolute;
  inset: auto auto -23% -5%;
}

.mini-blue-mid {
  width: 66%;
  position: absolute;
  inset: auto auto -47% -13%;
}

.mini-blue-big {
  width: 50%;
  position: absolute;
  inset: auto -8% 3% auto;
}

.em-navbar {
  background-color: var(--white);
  position: fixed;
  inset: 0 0 auto;
}

.em-navbar.nav-project {
  background-color: #0000;
}

.em-logo {
  width: 50px;
}

.em-nav-cont {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.em-nav-link {
  color: var(--black);
  letter-spacing: .08rem;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1rem;
  transition: all .2s;
  display: inline-block;
}

.em-nav-link:hover {
  opacity: .65;
}

.em-nav-link.resume-download {
  background-image: url('../images/icon-download.svg');
  background-position: 24px 19px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 50px;
}

.em-nav-link.resume-download.white-resume {
  color: var(--white);
  background-image: url('../images/icon-download-white.svg');
  background-size: 14px;
}

.em-nav-link.footer-link {
  margin-top: 0;
  font-size: .6rem;
}

.em-nav-link.footer-link:hover {
  opacity: 1;
}

.em-nav-link.em-cta {
  background-image: url('../images/icon-arrow.svg');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
}

.em-nav-link.white-link {
  color: var(--white);
}

.em-footer {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-link {
  background-color: var(--white);
  background-image: url('../images/icon-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  padding: 2px;
  transition: all .1s;
}

.social-link:hover {
  filter: invert();
}

.social-link.i-vimeo {
  background-image: url('../images/icon-vimeo.svg');
  background-size: 26px;
}

.social-link.i-instagram {
  background-image: url('../images/icon-instagram.svg');
  background-size: 26px;
}

.scroll {
  max-width: 70px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll.bttr-scroll {
  filter: none;
}

.scroll.visa-scroll {
  filter: invert();
}

.browser-mockup {
  z-index: 4;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -12vh;
  left: 25%;
  right: auto;
}

.browser-mockup.hero-mockup {
  width: 64%;
  inset: auto 18% -6vh;
  overflow: hidden;
  box-shadow: 0 150px 250px -25px #08123a8a, 0 200px 500px -13px #12191f91;
}

.browser-mockup.desktop-m {
  width: 35%;
  inset: 72vw 47% auto auto;
  box-shadow: 0 24px 148px -20px #00000057;
}

.browser-mockup.desktop-m.wireframe-m {
  z-index: 2;
  top: 23vw;
  right: 16%;
}

.browser-mockup.desktop-m.wireframe-m.email-m, .browser-mockup.desktop-m.wireframe-m.bttr-mockup1 {
  top: 43vw;
}

.browser-mockup.desktop-m.wireframe-m.cisco-mockup {
  top: 0;
}

.browser-mockup.desktop-m.cisco-week-page {
  top: 48vw;
}

.browser-mockup.desktop-m.cisco-wireframe-m {
  z-index: 2;
  top: 23vw;
  right: 16%;
}

.browser-mockup.mobile-m {
  z-index: 5;
  width: 16%;
  inset: 98vw 37% auto auto;
  box-shadow: 0 17px 138px -39px #00000082;
}

.browser-mockup.cisco-mobile-wireframe {
  z-index: 5;
  width: 16%;
  inset: 67vw auto auto 35vw;
  box-shadow: 0 17px 138px -39px #00000082;
}

.browser-top {
  background-color: #ffffff4d;
  background-image: linear-gradient(162deg, #fff0 3%, #ffffff38 100%, #fff);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 20px;
  display: flex;
  position: relative;
}

.browser-top.browser-bottom {
  border-radius: 0 0 6px 6px;
  height: 12px;
  display: block;
}

.browser-top.browser-bottom.mini-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 6px;
}

.browser-top.mini-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 10px;
}

.browser-content {
  overflow: hidden;
}

.browser-content.visa-desktop-mask {
  max-height: 106vw;
}

.browser-content.wireframe-mask {
  max-height: 67vw;
}

.browser-content.visa-mobile-mask {
  max-height: 43vw;
}

.browser-content.bttr-frame {
  max-height: 67vw;
}

.browser-content.website-mask {
  max-height: 100vw;
}

.browser-content.cisco-mobile-mask {
  max-height: 97vw;
}

.browser-content.cisco-wireframe-mask {
  max-height: 123vw;
}

.browser-buttons {
  float: left;
  flex: 1;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
}

.browser-buttons.mini-buttons {
  padding-left: 5px;
}

.browser-button {
  border: 1px solid #fff3;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.browser-button.mini-button {
  width: 4px;
  height: 4px;
  margin-right: 2.5px;
}

.browser-menu {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  width: 20px;
  margin-right: 4px;
  padding: 5px;
  display: flex;
}

.browser-menu.mini-menu {
  width: 10px;
  margin-right: 2.5px;
  padding: 2px;
}

.browser-menu-bar {
  background-color: #fff3;
  flex: none;
  width: 100%;
  height: 2px;
}

.browser-menu-bar.mini-bar {
  height: 1px;
}

.em-project-text-block {
  z-index: 7;
  flex: none;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
}

.em-project-text-block.right-align {
  z-index: 6;
  margin-left: 45vw;
  margin-right: -45vw;
  position: relative;
}

.em-project-text-block.right-align.atlys-research-2 {
  margin-left: 95px;
  margin-right: 0;
}

.em-project-text-block.bttr-right-align {
  z-index: 5;
  margin-left: 45vw;
  margin-right: -45vw;
  position: relative;
}

.em-project-text-block.bttr-text {
  width: 20vw;
  max-width: 400px;
}

.em-project-text-block.atyls-text-block {
  max-width: 40vw;
  margin-right: 0;
}

.project-info-container {
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.hashtag {
  letter-spacing: .02rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.white-bottom {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-number {
  z-index: 10;
  width: 10vw;
  margin-bottom: 35px;
  margin-left: -3.2vw;
  position: relative;
}

.background-color {
  z-index: 1;
  width: 100%;
  height: 99%;
  margin-top: 1%;
  margin-bottom: 1%;
  position: absolute;
  inset: 0;
}

.background-color.visa-color {
  background-color: var(--visa-blue);
}

.background-color.bttr-color {
  background-color: #f7f6f3;
}

.background-color.cisco-dark-color {
  background-color: var(--cisco-sections);
}

.background-color.atlys-dark-color {
  background-color: #4c3fc1;
}

.background-color.atlys-dark-color-5 {
  background-color: #4c3fc1;
  margin-top: 0%;
  padding-bottom: 0;
}

.white-top {
  z-index: 3;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.visa-desktop-design, .visa-mobile-design {
  width: 100%;
}

.wireframe-design {
  min-width: 100%;
}

.float-photo {
  z-index: 15;
  width: 30vw;
  position: absolute;
  top: 56vw;
  left: auto;
  right: 50vw;
}

.float-photo.photo-01 {
  width: 23vw;
  top: 33vw;
}

.float-photo.photo-03 {
  width: 26vw;
  top: 59vw;
  left: 50vw;
  right: auto;
}

.float-highlight {
  background-color: var(--visa-blue);
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  padding: 2vw;
  display: flex;
  position: absolute;
  inset: 39vw auto auto 50vw;
}

.hidden {
  overflow: hidden;
}

.h3-highlight {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue, sans-serif;
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.bttr-hero-image {
  z-index: 1;
  width: 21vw;
  position: absolute;
  inset: auto auto -7vw 10vw;
  transform: rotate(-15deg);
}

.bttr-hero-basil {
  z-index: 0;
  width: 25vw;
  position: absolute;
  inset: auto auto -10vw -3vw;
}

.bttr-hero-mint {
  z-index: 0;
  width: 26vw;
  position: absolute;
  inset: auto auto -9vw 25vw;
}

.bttr-hero-water-garden {
  z-index: 0;
  width: 37vw;
  position: absolute;
  inset: auto -10vw -12vw auto;
  transform: rotate(10deg);
}

.bttr-hero-flakes {
  z-index: 2;
  width: 17vw;
  position: absolute;
  inset: auto 28vw -10vw auto;
  transform: rotate(13deg);
}

.bttr-hero-mint2 {
  z-index: 0;
  width: 35vw;
  position: absolute;
  inset: auto 6vw -12vw auto;
  transform: rotate(-1deg);
}

.bttr-hero-basil-leaf {
  z-index: 0;
  width: 20vw;
  position: absolute;
  inset: 10vw -9vw auto auto;
  transform: rotate(-80deg);
}

.bttr-hero-mint-leaf {
  z-index: 0;
  width: 21vw;
  position: absolute;
  inset: -6vw 23vw auto auto;
  transform: rotate(-37deg);
}

.bttr-hero-tomato {
  z-index: 0;
  width: 8vw;
  position: absolute;
  inset: 8vw auto auto -3vw;
  transform: rotate(133deg);
}

.bttr-hero-parsley {
  z-index: 0;
  width: 14vw;
  position: absolute;
  inset: 13vw auto auto -7vw;
  transform: rotate(-180deg);
}

.bttr-flakes {
  z-index: 2;
  width: 17vw;
  position: absolute;
  inset: auto auto 2vw 14vw;
  transform: rotate(13deg);
}

.bttr-flakes2 {
  z-index: 2;
  width: 18vw;
  position: absolute;
  inset: auto auto 7vw 3vw;
  transform: rotate(13deg);
}

.bttr-tomatoes {
  z-index: 2;
  width: 22vw;
  position: absolute;
  inset: auto auto 18vw -10vw;
  transform: rotate(13deg);
}

.bttr-mint {
  z-index: 1;
  width: 33vw;
  position: absolute;
  inset: auto auto 28vw -10vw;
  transform: rotate(23deg);
}

.bttr-cup1 {
  z-index: 1;
  width: 16vw;
  position: absolute;
  inset: 15vw -3vw auto auto;
  transform: rotate(-43deg);
}

.bttr-cup2 {
  z-index: 2;
  width: 16vw;
  position: absolute;
  inset: 25vw -5vw auto auto;
  transform: rotate(-57deg);
}

.cta-bttr {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/cta.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 734px;
  width: 148px;
  height: 62px;
  margin-left: -10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 66px;
  display: block;
}

.em-project-quote-text-block {
  z-index: 4;
  max-width: 22vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bttr-flakes-mini {
  z-index: 1;
  width: 28vw;
  position: absolute;
  inset: 26vw 22vw auto auto;
  transform: rotate(10deg);
}

.bttr-line {
  z-index: 0;
  background-image: url('../images/line-yellow2.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 500vw;
  width: 102vw;
  height: 17.5vw;
  position: absolute;
  inset: auto auto 18vw;
  transform: scale(1.1);
}

.bttr-line.line-2 {
  filter: hue-rotate(346deg);
  background-image: url('../images/line-blue.svg');
  background-size: 500vw;
  bottom: 9vw;
}

.bttr-line.line-quote {
  z-index: 1;
  bottom: 11vw;
  transform: scale(1.1)rotate(23deg);
}

.bttr-line.line-quote2 {
  z-index: 1;
  background-image: url('../images/bttr_line.svg');
  background-size: 500vw;
  bottom: 19vw;
  left: 0;
  transform: scale(1.1)rotate(27deg);
}

.bttr-water-garden2 {
  z-index: 1;
  width: 40vw;
  position: absolute;
  inset: auto -10vw 10vw auto;
  transform: rotate(0);
}

.spoon {
  z-index: 2;
  filter: hue-rotate(50deg);
  transform-style: preserve-3d;
  background-image: url('../images/spoon.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 255vw;
  width: 50.5vw;
  height: 12vw;
  position: absolute;
  inset: 28vw 1vw auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-17deg)scale(.46);
}

.bttr-tomato1 {
  z-index: 2;
  width: 7.5vw;
  position: absolute;
  inset: auto 33vw 20.5vw auto;
  transform: rotate(35deg);
}

.star {
  z-index: 1;
  background-image: url('../images/bttr_star.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 500vw;
  width: 100vw;
  height: 100vw;
  position: absolute;
  inset: auto -13vw -27vw auto;
  transform: scale(.16);
}

.white-top-quote {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.color-block {
  flex: none;
  margin-bottom: 10px;
  margin-right: 10px;
}

.color {
  width: 10vw;
  height: 10vw;
}

.allcaps {
  text-transform: uppercase;
  max-width: 10vw;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.color-grid {
  z-index: 25;
  float: right;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
  inset: 0 0 auto auto;
}

.color-01 {
  background-color: #00adbb;
  width: 10vw;
  height: 10vw;
}

.color-02 {
  background-color: #008894;
  width: 10vw;
  height: 10vw;
}

.color-03 {
  background-color: #f17830;
  width: 10vw;
  height: 10vw;
}

.color-04 {
  background-color: #fcba31;
  width: 10vw;
  height: 10vw;
}

.color-05 {
  background-color: #b6925b;
  width: 10vw;
  height: 10vw;
}

.color-06 {
  background-color: #e7222e;
  width: 10vw;
  height: 10vw;
}

.color-07 {
  background-color: #8568ab;
  width: 10vw;
  height: 10vw;
}

.bttr_font {
  flex: 1;
  width: 35vw;
}

.bttr_font.font-1 {
  z-index: 6;
  width: 22vw;
  margin-top: 10px;
  position: relative;
}

.container {
  width: 100%;
  margin-top: 10px;
}

.container-color {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.bttr_logo {
  flex: 1;
  width: 16vw;
  margin-bottom: 25px;
}

.allcaps-font {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.allcaps-font.left-align {
  color: var(--black);
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.story-grid {
  z-index: 25;
  float: right;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 62%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.story {
  width: 18vw;
}

.persona-row {
  border-bottom: 1px solid #8c8ba31f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.persona-row.bottom-row {
  border-bottom-style: none;
  padding-bottom: 30px;
}

.h3-persona {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
}

.persona-col {
  border: 1px solid #f1f1f4;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 2vw 3vw 3vw;
}

.p-persona {
  color: #282828;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1.4rem;
  display: block;
}

.arch-img {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arch-img img {
  z-index: 0;
  flex: none;
  width: 70vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.arch-img figure {
  flex: 1;
  min-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cisco-hero-laptop {
  z-index: 0;
  width: 75vw;
  position: absolute;
  inset: auto -22vw -16vw auto;
  transform: rotate(10deg);
}

.cisco-hero-phone {
  z-index: 0;
  width: 37vw;
  position: absolute;
  inset: auto auto 3vw -9vw;
}

.mini-work-conteiner {
  justify-content: space-around;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.work-menu {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: none;
  position: relative;
}

.atlys-hero-img {
  float: none;
  text-align: center;
  object-fit: fill;
  height: 36vw;
  max-height: 820px;
  margin: 0 auto -5px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% -2%;
  overflow: visible;
}

.image-5 {
  float: right;
  flex: none;
  width: 44vw;
  min-width: 600px;
  max-width: 700px;
  margin-bottom: -1vw;
  position: relative;
  left: 0;
  overflow: hidden;
}

.image-6 {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  max-height: 980px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
  top: 15px;
}

.image-7 {
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: -581px;
  display: flex;
  position: relative;
  top: -559px;
  right: 150px;
}

.atlys-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 60px;
  margin-top: 13px;
  margin-right: 35px;
  padding-top: 0;
}

.image-13 {
  float: none;
  margin-top: auto;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-14 {
  float: none;
}

.cont-2-col {
  align-items: flex-start;
  display: flex;
}

.atlys-research {
  float: left;
  clear: left;
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  display: grid;
  position: static;
}

.div-block-5, .div-block-6 {
  position: relative;
}

.text-span-6 {
  opacity: .5;
}

.atlys-subtitle {
  opacity: .55;
  text-transform: uppercase;
  font-size: .8rem;
}

.atlys-bold {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.atlys-improve {
  grid-column-gap: 37px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  place-items: start center;
  margin-top: 150px;
  display: grid;
}

.atlys-tri-col {
  text-align: left;
}

.atlys-tri-col.left {
  text-align: right;
  width: 100%;
}

.atlys-tri-col.right {
  width: 100%;
}

.atlys-col-img {
  clear: both;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}

.atlys-col-img.left {
  float: right;
  clear: both;
  position: relative;
}

.tri-col-center {
  width: 100%;
}

.image-16 {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.slide, .slider {
  background-color: #0000;
}

.left-arrow, .right-arrow {
  display: none;
}

.mask {
  height: 900px;
  max-height: 900px;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.atlys-6-title {
  position: relative;
}

.covid-phone {
  z-index: 1;
  mix-blend-mode: darken;
  width: 27vw;
  min-width: 320px;
  max-width: 500px;
  margin-right: -55px;
  position: relative;
}

.covid-phone.phone-2 {
  z-index: 0;
  margin-top: 250px;
}

.covid-phone.phone-3 {
  margin-top: 633px;
}

.purple-bottom {
  z-index: 7;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-2, .bold-text-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 300;
}

.figure-caption, .figure-caption-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.bold-text-8 {
  text-transform: uppercase;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-2 {
  font-family: bebas-neue, sans-serif;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: .05rem;
    font-size: 3.6rem;
    line-height: 3.3rem;
  }

  h4 {
    font-size: .8rem;
  }

  .text-container {
    margin-top: -300px;
  }

  .section-description {
    font-size: 11px;
  }

  .projects-container, .projects-container.art-projects {
    inset: 0;
  }

  .web-thumbnail.poster {
    width: 19vw;
  }

  .web-thumbnail.poster.blackberry {
    width: 25%;
    margin-top: -5%;
    right: 17%;
  }

  .web-thumbnail.poster.trees {
    width: 25%;
    margin-top: -22%;
    right: 45%;
  }

  .web-thumbnail.poster.coast {
    width: 32%;
    margin-top: 210px;
    right: 29%;
  }

  .web-thumbnail.poster.data {
    width: 43%;
    margin-top: -8%;
    right: 21%;
  }

  .cutout {
    font-size: 40px;
    line-height: 50px;
  }

  .cutout.cut-ec {
    height: 54px;
  }

  .cutout.cut-wd {
    background-image: linear-gradient(to bottom, null, null), url('../images/Design.jpg');
    background-position: 0 0, 91%;
    padding-right: 20px;
  }

  .brushed {
    font-size: 27px;
    line-height: 51px;
  }

  .main-button {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: -50px;
  }

  .main-button.button-ec {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
  }

  .main-button.button-wd {
    margin-left: 105%;
  }

  .main-button.button-close {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-top: -5px;
  }

  .coming-soon-title {
    font-size: 105px;
  }

  .image-hand {
    width: 70px;
    margin-bottom: 7%;
  }

  .navbar {
    width: 100%;
    transition: filter 28s;
  }

  .navbar:hover {
    filter: hue-rotate(1440deg);
  }

  .bold-nav {
    font-size: 1.5vw;
  }

  .nav {
    font-size: 2.5vw;
  }

  .link {
    float: left;
    min-width: 23.2vw;
    margin-top: 4vh;
  }

  .link.contact-link.page-contact {
    min-width: 12.2vw;
  }

  .nav-menu {
    padding-top: 200px;
    position: absolute;
  }

  .page-nav {
    margin-top: 3vw;
  }

  .righttextblock {
    float: none;
    clear: none;
    width: 100%;
  }

  .resume-link.page-resume {
    width: 12vw;
    height: 11vw;
    margin-top: 0;
    padding-top: .5vh;
    font-size: 1.5vw;
  }

  .nav-background.nav-color-back:hover {
    filter: none;
  }

  .nav-title {
    font-size: 10vh;
    line-height: 8vh;
  }

  .text-block-3 {
    display: flex;
  }

  .em-section.s-hero {
    height: 60vw;
  }

  .em-section.s-hero.s-visa-hero, .em-section.s-hero.s-bttr, .em-section.s-hero.s-cisco-hero, .em-section.s-hero.s-atlys-hero {
    height: 65vw;
    min-height: 500px;
  }

  .em-section.s-contact {
    height: auto;
  }

  .em-section.project-section-1 {
    min-height: 200vw;
  }

  .em-section.project-section-2 {
    padding-bottom: 50vw;
  }

  .em-section.project-section-3 {
    height: 120vw;
  }

  .em-section.project-section-quote-bttr {
    min-height: 120vw;
  }

  .em-section.bttr_project-section-1 {
    min-height: 940px;
  }

  .em-section.bttr_project-section-2 {
    height: 95vw;
    padding-bottom: 50vw;
  }

  .em-section.bttr_project-section-3 {
    height: 120vw;
  }

  .em-section.project-section-4 {
    height: 140vw;
  }

  .em-section.cisco-project-section-2 {
    padding-bottom: 0;
  }

  .em-section.cisco-project-section-3 {
    min-height: 250vw;
  }

  .em-section.cisco-project-section-1 {
    min-height: 170vw;
  }

  .em-section.atlys-project-section-2-copy-copy {
    padding-bottom: 25vw;
  }

  .hero.project-hero {
    max-height: 200px;
    padding-top: 3vw;
  }

  .h1 {
    font-size: 5.5rem;
    line-height: 5rem;
  }

  .h1.hero-title {
    margin-top: 1vw;
    margin-left: 19.5vw;
  }

  .em-container {
    width: 80vw;
  }

  .em-container.z-index-cont {
    overflow: visible;
  }

  .paragraph, .paragraph.about-paragraph {
    max-width: 100%;
  }

  .paragraph.project-paragraph-mini {
    width: 50%;
    max-width: 300px;
  }

  .paragraph.project-paragraph-mini.bttr-mini {
    width: auto;
  }

  .paragraph.project-paragraph-wide {
    width: 50%;
    max-width: 100%;
  }

  .paragraph.project-paragraph-wide.yfgbh {
    float: none;
    clear: none;
    width: 50%;
  }

  .paragraph.project-paragraph-wide.learn-horz {
    right: auto;
  }

  .work-project-block.mini-work-block {
    width: 28vw;
    height: 28vw;
  }

  .h2 {
    letter-spacing: .05rem;
    font-size: 3.6rem;
    line-height: 3.3rem;
  }

  .h2.client-h2 {
    width: 100%;
  }

  .h2.contact-h2 {
    width: 80%;
    font-size: 5.7vw;
    line-height: 5.5vw;
  }

  .h2.project-title-h2 {
    max-width: 63vw;
  }

  .h2.project-title-h2.atlys {
    max-width: 73vw;
  }

  .h2.project-title-mini {
    max-width: 50%;
  }

  .h2.project-title-wide {
    width: 100%;
    max-width: 100%;
    top: 100px;
  }

  .h2.project-title-wide.white-h3.atlys-w-title {
    margin-bottom: 20px;
    top: auto;
  }

  .h2.project-title-wide.atlys-title {
    top: auto;
  }

  .h2.project-title-wide.atlys-6-title {
    top: auto;
    bottom: auto;
    left: auto;
  }

  .contact {
    flex-direction: column;
    justify-content: flex-start;
  }

  .contact-back {
    margin-left: 0;
  }

  .contact-back-mask {
    width: 75vw;
  }

  .contact-content {
    z-index: 2;
    width: 70vw;
    margin-top: -91px;
    margin-left: 0;
    margin-right: 0;
  }

  .browser-mockup.hero-mockup {
    width: 80%;
    position: relative;
    bottom: -1vw;
    left: auto;
    right: auto;
  }

  .browser-mockup.desktop-m {
    top: 104vw;
  }

  .browser-mockup.desktop-m.wireframe-m {
    top: 52.8vw;
    right: 8%;
  }

  .browser-mockup.desktop-m.wireframe-m.cisco-mockup {
    width: 42%;
    right: 3%;
  }

  .browser-mockup.desktop-m.email-m2 {
    top: 86.1vw;
    right: 43%;
  }

  .browser-mockup.desktop-m.cisco-week-page {
    width: 47%;
    top: 83vw;
  }

  .browser-mockup.desktop-m.cisco-wireframe-m {
    right: 8%;
  }

  .browser-mockup.mobile-m {
    top: 120vw;
  }

  .browser-mockup.cisco-mobile-wireframe {
    top: 95vw;
    left: 43vw;
  }

  .browser-content.wireframe-mask {
    padding-top: 0;
    padding-bottom: 0;
  }

  .browser-content.website-mask {
    max-height: 100vw;
  }

  .em-project-text-block.right-align {
    overflow: visible;
  }

  .em-project-text-block.right-align.atlys-research-2 {
    margin-left: 70px;
  }

  .em-project-text-block.bttr-right-align {
    position: absolute;
  }

  .em-project-text-block.bttr-text {
    width: 40vw;
  }

  .project-number {
    width: 13vw;
    margin-bottom: 30px;
  }

  .float-photo {
    width: 40vw;
  }

  .float-photo.photo-01 {
    width: 30vw;
    top: 26.2vw;
  }

  .float-photo.photo-03 {
    width: 36vw;
    top: 103vw;
  }

  .float-highlight {
    width: 30vw;
    height: 30vw;
    top: 73vw;
  }

  .h3-highlight {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.3rem;
    line-height: 2rem;
  }

  .bttr-flakes {
    width: 21vw;
    bottom: -2vw;
    left: 15vw;
  }

  .bttr-flakes2 {
    width: 22vw;
  }

  .bttr-tomatoes {
    width: 27vw;
    left: -14vw;
  }

  .bttr-mint {
    width: 47vw;
    top: 23vw;
    bottom: auto;
    left: -19vw;
  }

  .bttr-cup1 {
    width: 22vw;
    top: 17vw;
    right: -4vw;
  }

  .bttr-cup2 {
    width: 23vw;
    top: 31vw;
    right: -6vw;
  }

  .em-project-quote-text-block {
    max-width: 39vw;
  }

  .bttr-water-garden2 {
    width: 46vw;
  }

  .allcaps {
    font-size: .7rem;
    line-height: .9rem;
  }

  .color-grid {
    width: 44%;
  }

  .allcaps-font {
    width: 18vw;
    font-size: .7rem;
    line-height: 1rem;
  }

  .story-grid {
    float: left;
    width: 50%;
    position: relative;
  }

  .story {
    width: 18vw;
  }

  .h3-persona {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .arch-img img {
    width: 100%;
  }

  .cisco-hero-laptop {
    width: 90vw;
    bottom: -20vw;
    right: -37vw;
  }

  .cisco-hero-phone {
    width: 48vw;
    bottom: -3vw;
    left: -13vw;
  }

  .mini-work-conteiner {
    width: 90vw;
  }

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

  .image-6 {
    max-width: 100%;
    margin-top: -140px;
    top: 16%;
    left: 10%;
  }

  .image-7 {
    clear: both;
    flex-direction: column;
    max-width: 204%;
    margin-bottom: -1008px;
    margin-left: 23px;
    top: -816px;
    right: 132px;
    overflow: visible;
  }

  .atlys-icon {
    margin-right: 10px;
  }

  .atlys-research.atlys-title {
    flex-direction: column-reverse;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    display: flex;
  }

  .atlys-improve {
    grid-column-gap: 43px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .tri-col-center {
    display: none;
  }

  .image-16 {
    margin-top: 50%;
  }

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

  .covid-phone {
    width: 52vw;
  }

  .covid-phone.phone-2 {
    margin-top: -28px;
  }

  .covid-phone.phone-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .angled-section {
    width: 500vw;
    height: 500vw;
    margin-top: 0;
    margin-left: -100vw;
    padding-top: 40vw;
    padding-left: 100vw;
    overflow: visible;
    transform: rotate(10deg)translate(-20vw)scale(1);
  }

  .angled-section.loader-screen {
    width: 100%;
    transform: rotate(6deg)translate(-200vw)scale(1.44);
  }

  .anti-angle-container {
    z-index: 26;
    flex-direction: column;
    justify-content: flex-start;
    width: 119vw;
    height: 500vw;
    margin-left: 0;
    padding-top: 14vw;
    padding-left: 30vw;
    inset: 0;
    transform: rotate(-10deg);
  }

  .anti-angle-container.ec-anti {
    height: 500vw;
    padding-top: 23vw;
  }

  .anti-angle-container.contact-anti {
    height: 170vw;
    margin-top: -15vw;
    padding-top: 0;
    transform: rotate(-6deg);
  }

  .text-container {
    align-self: flex-start;
    margin-top: 0;
  }

  .text-container.text-home {
    margin-top: 4px;
    margin-left: 12%;
  }

  .section-description {
    width: 250px;
    max-width: 100%;
    margin-top: 29px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-description.d-home {
    color: #fff;
    text-shadow: 0 0 184px #3f2c0538;
    width: 70vw;
    max-width: 350px;
    margin-top: 25px;
    font-family: Fontfabric unisansbook;
    font-size: 19px;
    line-height: 22px;
  }

  .section-description.contact-description {
    width: 69%;
    max-width: 300px;
  }

  .projects-container {
    width: 70vw;
    max-width: 1200px;
    height: auto;
    margin-top: 71vw;
    margin-left: 13vw;
    margin-right: 13vw;
    padding-bottom: 10%;
    display: block;
    inset: 0 0 0 auto;
  }

  .projects-container.writing-container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    width: 70vw;
    height: auto;
    margin-top: 17vw;
    margin-left: -8vw;
    margin-right: 0;
    display: flex;
  }

  .projects-container.contact---logo-wall {
    background-position: 50% 2px;
    background-size: 91%;
    width: 93vw;
    height: 80vw;
    margin-top: 30vw;
    margin-left: -5vw;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0;
  }

  .web-thumbnail.visa {
    width: 57vw;
    min-width: 13px;
    max-width: 300px;
    height: 85vw;
    min-height: 12px;
    max-height: 448px;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 0 0% 0%;
    transform: none;
    box-shadow: 4px 25px 37px -8px #00000073;
  }

  .web-thumbnail.visa:hover {
    transform: none;
  }

  .web-thumbnail.horizontal {
    width: 38vw;
    min-width: 13px;
    max-width: 200px;
    height: 56vw;
    min-height: 19px;
    max-height: 300px;
    margin: 0% auto;
    display: block;
    right: 0%;
    transform: scale3d(1, .97, 1)rotate(-90deg);
    box-shadow: -18px 0 29px -8px #00000073;
  }

  .web-thumbnail.horizontal:hover {
    transform: scale3d(1, .97, 1)rotate(-90deg);
  }

  .web-thumbnail.horizontal.jelly {
    width: 38vw;
    max-width: 200px;
    height: 56vw;
    margin-top: 0%;
    bottom: 0%;
    right: 0%;
    transform: scale3d(1.01, .91, 1)rotate(-90deg);
  }

  .web-thumbnail.horizontal.jelly:hover {
    transform: scale3d(1.01, .91, 1)rotate(-90deg);
  }

  .web-thumbnail.cisco {
    width: 57vw;
    min-width: 13px;
    max-width: 300px;
    height: 85vw;
    min-height: 19px;
    max-height: 448px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0%;
    right: 0%;
    transform: none;
    box-shadow: -3px 19px 40px 6px #00000069;
  }

  .web-thumbnail.cisco:hover {
    transform: none;
  }

  .web-thumbnail.spot {
    width: 24vw;
    min-width: 130px;
    max-width: 150px;
    height: 95vw;
    min-height: 192px;
    max-height: 222px;
    bottom: 0%;
    right: 0%;
    transform: scale(1);
    box-shadow: 0 18px 32px -13px #00000075;
  }

  .web-thumbnail.spot.darren {
    width: 57vw;
    min-width: 13px;
    max-width: 300px;
    height: 85vw;
    min-height: 19px;
    max-height: 448px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: none;
  }

  .web-thumbnail.spot.darren:hover {
    transform: none;
  }

  .web-thumbnail.poster.blackberry, .web-thumbnail.poster.trees {
    width: 70vw;
    max-width: 300px;
    margin: 0% auto 20px;
    display: block;
    bottom: 0%;
    right: 0%;
  }

  .web-thumbnail.poster.coast {
    width: 70vw;
    max-width: 300px;
    margin: 0 auto 20px;
    display: block;
    bottom: 0%;
    right: 0%;
  }

  .web-thumbnail.poster.data {
    width: 70vw;
    max-width: 300px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0%;
  }

  .web-thumbnail.writing.book-01 {
    width: 70vw;
    max-width: 320px;
    height: 50vw;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
    right: 0%;
    transform: none;
  }

  .web-thumbnail.writing.book-01:hover {
    transform: none;
  }

  .web-thumbnail.writing.dod {
    width: 50vw;
    max-width: 250px;
    height: 64vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
    right: 0%;
    transform: none;
  }

  .web-thumbnail.writing.dod:hover {
    transform: none;
  }

  .web-thumbnail.writing.dod.smoking-gun {
    background-position: 100% 0;
    background-size: 85%;
    width: 80vw;
    max-width: 300px;
    height: 90vw;
    max-height: 350px;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .web-thumbnail.writing.book-02 {
    background-position: 100% 0;
    background-size: 89%;
    width: 80vw;
    max-width: 450px;
    height: 80vw;
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
    right: 0%;
    transform: none;
  }

  .web-thumbnail.writing.book-02:hover {
    transform: none;
  }

  .web-thumbnail.writing.book-03 {
    width: 70vw;
    max-width: 320px;
    height: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
    right: 0%;
    transform: none;
  }

  .web-thumbnail.writing.book-03:hover {
    transform: none;
  }

  .web-thumbnail.writing.book-00 {
    width: 70vw;
    height: 50vw;
    margin-top: -10vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
    right: 0%;
    transform: none;
  }

  .web-thumbnail.writing.book-00:hover {
    transform: none;
  }

  .image-ipad {
    margin-bottom: 0%;
    bottom: 34%;
    right: -30%;
  }

  .cutout {
    margin-left: -22vw;
    padding-left: 20vw;
    font-size: 13vw;
    line-height: 14vw;
  }

  .cutout.cut-ad {
    margin-left: -36vw;
    padding-left: 20vw;
    font-size: 13vw;
    line-height: 14vw;
  }

  .cutout.cut-ec {
    height: auto;
    margin-left: -38vw;
  }

  .cutout.cut-wd {
    margin-left: -32vw;
    padding-left: 20vw;
    font-size: 13vw;
    line-height: 14vw;
  }

  .cutout.cut-c {
    margin-left: -29vw;
  }

  .cutout.cut-home {
    color: #fbda52;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: -21vw;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 9vw;
    line-height: 40px;
  }

  .brushed {
    width: 100%;
    font-size: 6vw;
    line-height: 10vw;
  }

  .brushed.b-home {
    text-align: left;
  }

  .brushed.b-wd {
    font-size: 6vw;
    line-height: 10vw;
  }

  .main-button.button-art {
    min-width: 13vw;
    max-width: 13vw;
    min-height: 13vw;
    max-height: 13vw;
    margin-top: -18%;
    margin-left: 103%;
  }

  .main-button.button-wd.darren {
    min-width: 14vw;
    max-width: 14vw;
    min-height: 14vw;
    max-height: 14vw;
    margin-top: -28%;
    margin-left: 107%;
  }

  .main-button.contact-button {
    min-width: 13vw;
    max-width: 13vw;
    min-height: 13vw;
    max-height: 13vw;
    margin-top: -43%;
    margin-left: 129%;
  }

  .coming-soon-title {
    font-size: 15vw;
  }

  .image-hand {
    width: 9vw;
  }

  .social-icon {
    background-size: 100%;
    width: 11vw;
    max-width: 50px;
    height: 12vw;
    margin-right: 2vw;
  }

  .social-icon:hover, .social-icon.vimeo, .social-icon.vimeo:hover, .social-icon.instagram, .social-icon.instagram:hover {
    background-size: 100%;
  }

  .navbar {
    background-image: linear-gradient(#00000075, #0000);
  }

  .nav-menu {
    padding-top: 207px;
  }

  .resume-link {
    width: 23vw;
    height: 20vw;
    font-size: 2.7vw;
  }

  .resume-link.page-resume {
    width: 15vw;
    height: 13vw;
    padding-top: .4vh;
    font-size: 2vw;
  }

  .menu-button {
    float: left;
    margin-left: 42px;
  }

  .logo {
    height: 7vw;
    min-height: 7vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .nav-background.nav-color-back {
    transform: rotate(6deg)translate(9%)scale3d(1, 1.26, 1);
  }

  .nav-title {
    font-size: 12vw;
    line-height: 10vw;
  }

  .visa-thumb {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0%;
  }

  .project-footer {
    background-color: #1f1f1f;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: absolute;
  }

  .em-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .em-section.s-hero {
    height: 60vw;
  }

  .em-section.s-hero.s-visa-hero, .em-section.s-hero.s-bttr, .em-section.s-hero.s-cisco-hero, .em-section.s-hero.s-atlys-hero {
    min-height: 380px;
  }

  .em-section.s-contact {
    height: auto;
  }

  .em-section.em-project-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .em-section.project-section-2 {
    margin-top: -2vw;
    padding-top: 3vw;
    padding-bottom: 70vw;
  }

  .em-section.project-section-2.visa-sec-2 {
    min-height: 1000px;
  }

  .em-section.project-section-3 {
    height: 150vw;
  }

  .em-section.project-section-quote-bttr {
    min-height: 160vw;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .em-section.bttr_project-section-1 {
    padding-top: 100px;
  }

  .em-section.bttr_project-section-2 {
    height: auto;
    margin-top: -2vw;
    padding-top: 3vw;
    padding-bottom: 0;
  }

  .em-section.bttr_project-section-3 {
    height: auto;
    padding-bottom: 455px;
  }

  .em-section.project-section-4 {
    height: 192vw;
  }

  .em-section.cisco-project-section-2 {
    margin-top: -2vw;
    padding-top: 3vw;
    padding-bottom: 0;
  }

  .em-section.cisco-project-section-1 {
    min-height: 245vw;
  }

  .em-section.atlys-project-section-1 {
    padding-bottom: 279px;
  }

  .em-section.atlys-project-section-2 {
    margin-top: -2vw;
    padding-top: 3vw;
    padding-bottom: 0;
  }

  .em-section.atlys-project-section-2-copy-copy {
    min-height: 145vh;
    margin-top: -2vw;
    padding-top: 3vw;
    padding-bottom: 0;
  }

  .em-section.atlys-project-section-3 {
    padding-bottom: 30vw;
  }

  .hero.project-hero {
    padding-top: 10vw;
  }

  .hero-back-mask {
    width: 85vw;
  }

  .h1.project-title-h1, .h1.project-title-h1-bttr {
    text-align: center;
    max-width: 90vw;
  }

  .em-container {
    width: 80vw;
  }

  .em-container.columns {
    justify-content: space-around;
  }

  .em-container.wil-conteiner {
    flex-direction: column-reverse;
    display: flex;
  }

  .em-container.atlys-cont-1 {
    flex-direction: column;
    align-items: center;
  }

  .em-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    max-width: 100%;
  }

  .paragraph.p-white {
    font-size: .8rem;
    line-height: 1rem;
  }

  .paragraph.p-30 {
    margin-bottom: 30px;
  }

  .paragraph.project-paragraph-mini, .paragraph.project-paragraph-wide {
    width: 100%;
    max-width: 100%;
  }

  .paragraph.project-paragraph-wide.white-p-atlys, .paragraph.project-paragraph-wide.white-p-atlys.righttextblock {
    margin-bottom: 25px;
  }

  .paragraph.project-paragraph-wide.yfgbh {
    width: 100%;
  }

  .paragraph.project-paragraph-wide.learn-horz {
    width: 100%;
    left: auto;
  }

  .line.long-line {
    width: 43vw;
  }

  .line.vertical-line {
    width: 6%;
    height: .3vw;
    min-height: .3vw;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .h2.project-title-h2 {
    font-size: 2.4rem;
    line-height: 2.3rem;
  }

  .h2.project-title-mini {
    max-width: 100%;
  }

  .h2.project-title-wide {
    max-width: 100%;
    top: 110px;
  }

  .h2.project-title-wide.white-h3.atlys-w-title {
    margin-bottom: 20px;
    top: auto;
  }

  .h2.project-title-wide.atlys-title {
    top: auto;
  }

  .client-logos {
    margin-top: 4vw;
  }

  .contact-content {
    min-height: 250px;
    margin-top: -66px;
  }

  .em-nav-cont {
    height: 60px;
  }

  .em-nav-link {
    text-align: center;
    display: block;
  }

  .em-nav-link.resume-download {
    padding-left: 20px;
    display: block;
  }

  .em-nav-link.resume-download.white-resume {
    color: var(--black);
    background-image: url('../images/icon-download.svg');
    background-size: 14px;
    padding-left: 20px;
    display: block;
  }

  .em-nav-link.footer-link {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .em-nav-link.white-link {
    color: var(--black);
    text-align: center;
    display: block;
  }

  .em-footer {
    flex-direction: column-reverse;
  }

  .social-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .em-nav-menu {
    background-color: var(--white);
  }

  .em-menu-button {
    color: var(--black);
  }

  .em-menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .em-menu-button.white-button {
    color: var(--white);
    background-color: #0000;
  }

  .em-menu-button.white-button.w--open {
    background-color: var(--white);
    color: var(--black);
    text-align: right;
    flex: 1;
    padding-right: 32px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .browser-mockup.hero-mockup {
    bottom: -3vw;
  }

  .browser-mockup.desktop-m {
    width: 42%;
    top: 110vw;
  }

  .browser-mockup.desktop-m.wireframe-m {
    top: 90.9vw;
  }

  .browser-mockup.desktop-m.wireframe-m.email-m {
    z-index: 6;
    top: 91.5vw;
  }

  .browser-mockup.desktop-m.wireframe-m.bttr-mockup1 {
    top: 98vw;
  }

  .browser-mockup.desktop-m.wireframe-m.cisco-mockup {
    width: 50%;
    top: 70vw;
  }

  .browser-mockup.desktop-m.email-m2 {
    top: 104vw;
    right: 50%;
  }

  .browser-mockup.desktop-m.cisco-week-page {
    top: 99vw;
  }

  .browser-mockup.desktop-m.cisco-wireframe-m {
    top: 94vw;
    left: 39vw;
    right: auto;
  }

  .browser-mockup.cisco-mobile-wireframe {
    top: 140.5vw;
    left: 27vw;
  }

  .browser-content.wireframe-mask {
    max-height: 100vw;
  }

  .browser-content.cisco-wireframe-mask {
    max-height: 109vw;
  }

  .em-project-text-block, .em-project-text-block.right-align {
    margin-left: 0;
    margin-right: 0;
  }

  .em-project-text-block.right-align.atlys-research-2 {
    margin-left: 75px;
  }

  .em-project-text-block.bttr-right-align {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .em-project-text-block.bttr-text {
    width: 62vw;
    margin-right: 20px;
  }

  .em-project-text-block.atyls-text-block {
    max-width: 100%;
  }

  .project-info-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .hashtag {
    font-family: Fontfabric unisansbook;
    font-weight: 400;
  }

  .project-number {
    width: 19vw;
    margin-left: -5.2vw;
  }

  .float-photo {
    top: 130vw;
  }

  .float-photo.photo-01 {
    top: 100vw;
  }

  .float-photo.photo-03 {
    top: 130vw;
  }

  .float-highlight {
    width: 40vw;
    height: 40vw;
    padding: 2vw;
    top: 90vw;
  }

  .bttr-hero-image {
    bottom: -11.2vw;
  }

  .bttr-hero-basil {
    bottom: -15.5vw;
  }

  .bttr-hero-mint {
    bottom: -12.5vw;
    left: 21.3vw;
  }

  .bttr-hero-water-garden {
    bottom: -12.1vw;
  }

  .bttr-hero-flakes {
    bottom: -15.5vw;
  }

  .bttr-hero-mint2 {
    bottom: -23.1vw;
  }

  .bttr-flakes {
    width: 29vw;
    bottom: -12vw;
    left: 16vw;
  }

  .bttr-flakes2 {
    width: 30vw;
    bottom: -5vw;
    left: -4vw;
  }

  .bttr-tomatoes {
    width: 37vw;
    bottom: 27vw;
    left: -24vw;
  }

  .bttr-mint {
    width: 60vw;
    top: 32vw;
    left: -36vw;
  }

  .bttr-cup1 {
    z-index: 2;
    width: 30vw;
    top: 35vw;
  }

  .bttr-cup2 {
    z-index: 3;
    width: 30vw;
    top: 55vw;
  }

  .em-project-quote-text-block {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bttr-flakes-mini {
    width: 43vw;
  }

  .bttr-line {
    bottom: 54.4vw;
    transform: scale(1.94);
  }

  .bttr-line.line-2 {
    bottom: 53.6vw;
  }

  .bttr-line.line-quote {
    bottom: 24vw;
    transform: scale(1.67)rotate(23deg);
  }

  .bttr-line.line-quote2 {
    bottom: 28vw;
    left: -8vw;
    transform: scale(1.39)rotate(27deg);
  }

  .bttr-water-garden2 {
    width: 55vw;
  }

  .spoon {
    z-index: 1;
    top: 31vw;
    right: 5vw;
    transform: rotateX(0)rotateY(-180deg)rotateZ(-17deg)scale(.66);
  }

  .bttr-tomato1 {
    width: 12.5vw;
    bottom: 18vw;
    right: 38vw;
  }

  .star {
    bottom: -29vw;
    right: -7vw;
    transform: scale(.31);
  }

  .color {
    width: 20vw;
    height: 20vw;
  }

  .allcaps {
    max-width: 20vw;
  }

  .color-grid {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }

  .bttr_font {
    width: 60vw;
  }

  .bttr_font.font-1 {
    width: 40vw;
  }

  .bttr_logo {
    width: 29vw;
  }

  .allcaps-font {
    width: 38vw;
  }

  .story-grid {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }

  .story {
    width: 38vw;
  }

  .cisco-hero-laptop {
    right: -41vw;
  }

  .cisco-hero-phone {
    bottom: -6vw;
  }

  .atlys-hero-img {
    max-width: 56%;
    height: 47vw;
    position: relative;
    top: auto;
    bottom: auto;
    right: 0%;
  }

  .image-5 {
    position: relative;
    top: auto;
    bottom: auto;
  }

  .image-6 {
    max-width: 100%;
    margin-top: auto;
    padding-bottom: 10px;
    top: 14%;
    left: 0%;
  }

  .image-7 {
    flex-direction: row;
    margin-bottom: -53px;
    margin-left: -3px;
    top: 2px;
    right: 93px;
  }

  .atlys-icon {
    margin-right: 15px;
  }

  .atlys-research {
    grid-template-columns: 1.25fr;
  }

  .atlys-improve {
    margin-top: 77px;
  }

  .atlys-6-title.space {
    display: none;
  }

  .covid-phone {
    margin-right: -59px;
  }

  .covid-phone.phone-2 {
    margin-top: 148px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    letter-spacing: .02rem;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  h4 {
    text-align: left;
    border-bottom: 1px solid #f1f1f4;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  figcaption {
    text-align: left;
    margin-top: 10px;
  }

  .angled-section {
    transform: rotate(10deg)translate(-32vw)scale(1);
  }

  .anti-angle-container {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    transform: none;
  }

  .anti-angle-container.ec-anti {
    height: auto;
    margin-left: 20px;
    padding-top: 0;
  }

  .anti-angle-container.contact-anti {
    height: auto;
    margin-top: 0;
    transform: none;
  }

  .text-container {
    max-height: 400px;
    margin-left: 0;
    padding-bottom: 0%;
  }

  .text-container.text-home {
    width: 100%;
    height: auto;
    max-height: 400px;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0%;
  }

  .text-container.tc-wd {
    margin-left: 0;
  }

  .text-container.contact-container {
    width: 100%;
    margin-left: 20px;
  }

  .section-description {
    width: 80%;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .section-description.d-home {
    text-shadow: none;
    width: 80%;
    margin-top: 20px;
    font-size: 15px;
  }

  .section-description.contact-description {
    width: 80%;
  }

  .projects-container {
    width: 100%;
    margin-top: 10vw;
    margin-left: -20px;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .projects-container.art-projects {
    margin-left: -20px;
    margin-right: 0%;
    display: block;
    position: relative;
  }

  .projects-container.writing-container {
    margin-top: 10vw;
    margin-left: -28px;
  }

  .projects-container.contact---logo-wall {
    background-image: url('../images/Mobile_Contact_Logo-Wall.jpg');
    background-position: 35%;
    background-size: 80%;
    width: 100%;
    height: 162vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .web-thumbnail.visa {
    box-shadow: none;
    transition-property: none;
    transform: none;
  }

  .web-thumbnail.visa:hover {
    box-shadow: none;
    transform: none;
  }

  .web-thumbnail.horizontal {
    box-shadow: none;
    margin-top: -30px;
    transition-property: none;
    transform: rotate(-90deg);
  }

  .web-thumbnail.horizontal:hover {
    box-shadow: none;
    transform: rotate(-90deg);
  }

  .web-thumbnail.horizontal.jelly {
    box-shadow: none;
    display: block;
    transform: rotate(-90deg);
  }

  .web-thumbnail.horizontal.jelly:hover {
    box-shadow: none;
    transform: rotate(-90deg);
  }

  .web-thumbnail.cisco {
    box-shadow: none;
    transition-property: none;
    transform: none;
  }

  .web-thumbnail.cisco:hover {
    box-shadow: none;
    transform: none;
  }

  .web-thumbnail.spot.darren {
    box-shadow: none;
    transition-property: none;
    display: block;
    transform: none;
  }

  .web-thumbnail.spot.darren:hover {
    transform: none;
  }

  .web-thumbnail.writing.book-01 {
    margin-top: 10vw;
  }

  .web-thumbnail.writing.dod {
    width: 60vw;
    height: 69vw;
    margin-top: -15vw;
  }

  .web-thumbnail.writing.dod.smoking-gun {
    background-size: 80%;
    width: 70vw;
    height: 80vw;
    margin-top: 0;
  }

  .web-thumbnail.writing.book-02 {
    background-position: 50% 0;
    width: 90vw;
    height: 90vw;
  }

  .web-thumbnail.writing.book-00 {
    margin-top: -20vw;
    margin-bottom: 10vw;
  }

  .image-ipad {
    inset: 65px 0% 0% 50px;
  }

  .cutout.cut-ad {
    color: #ff9847;
    background-image: none;
    margin-top: 8px;
    margin-left: -40px;
    padding-left: 38px;
    font-size: 14vw;
    line-height: 20vw;
  }

  .cutout.cut-ec {
    color: #6147d9;
    background-image: none;
    margin-top: 9px;
    margin-left: -40px;
    padding-top: 1px;
    padding-left: 38px;
    padding-right: 20px;
    font-size: 14vw;
    line-height: 20vw;
  }

  .cutout.cut-wd {
    color: #2498ed;
    background-image: none;
    margin-top: 8px;
    margin-left: -40px;
    padding-left: 38px;
    font-size: 14vw;
    line-height: 20vw;
  }

  .cutout.cut-c {
    color: #ffbf56;
    background-image: none;
    margin-top: 8px;
    margin-left: -40px;
    padding: 0 20px 10px 38px;
    font-size: 14vw;
    line-height: 20vw;
  }

  .cutout.cut-home {
    color: #facb52;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    max-width: 100%;
    margin-top: 8px;
    margin-left: -40px;
    padding-left: 38px;
    padding-right: 15px;
    font-size: 14vw;
    line-height: 12vw;
  }

  .brushed {
    text-align: left;
    letter-spacing: 4px;
    font-size: 10vw;
    line-height: 14vw;
  }

  .brushed.b-wd {
    font-size: 10vw;
    line-height: 14vw;
  }

  .brushed.b-contact {
    width: 100%;
    max-width: 100px;
    margin-bottom: 10px;
    font-size: 10vw;
    line-height: 9vw;
    display: block;
  }

  .main-button {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-top: -70px;
  }

  .main-button.button-ec {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    display: none;
  }

  .main-button.button-art {
    margin-left: 105%;
    display: none;
  }

  .main-button.button-wd.darren {
    min-width: 14.7vw;
    max-width: 14.7vw;
    min-height: 14.7vw;
    max-height: 14.7vw;
    line-height: 23vw;
    display: none;
    transform: rotate(-45deg)translate(4px, -4px);
  }

  .main-button.contact-button {
    min-width: 14vw;
    max-width: 14vw;
    min-height: 14vw;
    max-height: 14vw;
    margin-top: -59%;
    margin-left: 119%;
  }

  .main-button.button-close {
    min-width: 12vw;
    max-width: 12vw;
    min-height: 12vw;
    max-height: 12vw;
    margin-top: 0;
  }

  .coming-soon-title {
    font-size: 17vw;
  }

  .image-hand {
    width: 15vw;
  }

  .social-icon {
    background-image: url('../images/Icons_Social-02.svg');
    background-size: 100%;
  }

  .social-icon.vimeo {
    background-image: url('../images/Icons_Social-03.svg');
    background-size: 100%;
  }

  .social-icon.instagram {
    background-image: url('../images/Icons_Social-04.svg');
    background-size: 100%;
  }

  .navbar {
    background-image: linear-gradient(#00000075, #0000);
  }

  .navbar.main-nav {
    background-image: linear-gradient(#00000014, #0000);
  }

  .nav-menu {
    padding-left: 22%;
    padding-right: 3%;
  }

  .nav-menu.project-menu {
    background-image: linear-gradient(#000000b8, #00000061 37%, #0000000a 74%, #0000);
  }

  .page-nav {
    max-width: 90%;
  }

  .next {
    background-size: 100%;
    width: 10vw;
    height: 10vw;
  }

  .next:active {
    background-size: 100%;
  }

  .back {
    background-size: 100%;
    width: 10vw;
    height: 10vw;
  }

  .back:hover {
    background-size: 100%;
  }

  .menu-button {
    margin-top: 25px;
    margin-left: 20px;
  }

  .logo {
    height: 9vw;
    min-height: 9vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .nav-background.nav-white-back {
    display: none;
  }

  .nav-background.nav-color-back {
    width: 500px;
    height: 600px;
    margin-left: 20px;
    transition-property: none;
    display: none;
    position: fixed;
    transform: rotate(45deg)translate(26.5%)scale(1.72);
  }

  .project-nav {
    background-color: #000000e0;
    justify-content: center;
    height: 55px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
    inset: auto 0 0;
  }

  .nav-project-container {
    margin-top: 7px;
  }

  .project-footer {
    margin-bottom: 54px;
    font-size: 12px;
  }

  .social-wallk {
    width: 90%;
    margin-top: 25px;
    margin-left: 10px;
  }

  .em-section.s-hero {
    min-height: 400px;
    padding-top: 90px;
    padding-bottom: 0;
    position: relative;
  }

  .em-section.s-hero.s-visa-hero {
    height: 109vw;
    min-height: 300px;
    padding-top: 70px;
  }

  .em-section.s-hero.s-bttr {
    height: 58vh;
    min-height: 300px;
    padding-top: 70px;
  }

  .em-section.s-hero.s-cisco-hero {
    height: 60vh;
    min-height: auto;
    padding-top: 70px;
  }

  .em-section.s-hero.s-atlys-hero {
    height: 32vh;
    min-height: 300px;
    margin-bottom: 0;
    padding-top: 70px;
  }

  .em-section.s-contact {
    background-color: var(--white);
    height: auto;
    min-height: 500px;
    padding-top: 50px;
  }

  .em-section.project-section-1 {
    height: 300vw;
    min-height: 1000px;
    max-height: 1200px;
  }

  .em-section.em-project-section {
    z-index: 1;
    background-color: var(--white);
    padding-top: 12vw;
    padding-bottom: 12vw;
    position: relative;
  }

  .em-section.project-section-2 {
    height: auto;
    margin-top: -7vw;
    padding-top: 5vw;
    padding-bottom: 0;
  }

  .em-section.project-section-3 {
    height: 170vw;
    min-height: 700px;
  }

  .em-section.project-section-quote-bttr {
    height: auto;
    min-height: 231vw;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .em-section.bttr_project-section-1 {
    min-height: 1000px;
    padding-top: 50px;
  }

  .em-section.bttr_project-section-2 {
    height: auto;
    margin-top: -7vw;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .em-section.bttr_project-section-3 {
    height: 350vw;
    min-height: 700px;
  }

  .em-section.project-section-4 {
    height: 267vw;
    min-height: 700px;
  }

  .em-section.cisco-project-section-2 {
    height: auto;
    margin-top: -7vw;
    padding-top: 5vw;
    padding-bottom: 0;
  }

  .em-section.cisco-project-section-3, .em-section.cisco-project-section-1 {
    height: 300vw;
    min-height: 1000px;
    max-height: 1200px;
  }

  .em-section.atlys-project-section-1 {
    height: auto;
    min-height: 1360px;
    padding-bottom: 180px;
  }

  .em-section.atlys-project-section-2, .em-section.atlys-project-section-2-copy-copy {
    height: auto;
    margin-top: -7vw;
    padding-top: 5vw;
    padding-bottom: 0;
  }

  .em-section.atlys-project-section-3 {
    padding-bottom: 40vw;
  }

  .em-section.atlys-project-section-5 {
    padding-bottom: 48vw;
  }

  .hero-content {
    justify-content: flex-start;
  }

  .hero {
    height: auto;
  }

  .hero.project-hero {
    padding-top: 1vw;
  }

  .hero-back-mask {
    width: 95vw;
  }

  .h1 {
    font-size: 4.3rem;
    line-height: 3.8rem;
  }

  .h1.hero-title {
    max-width: 200px;
    margin-top: 185px;
    margin-left: 18px;
  }

  .h1.white-title {
    text-align: center;
    max-width: 82%;
    margin-bottom: 0;
    font-size: 13.9vw;
    line-height: 12.9vw;
  }

  .h1.project-title-h1-bttr {
    color: #3ebdd3;
    letter-spacing: .02rem;
    font-size: 3.6rem;
    line-height: 3rem;
  }

  .em-container {
    flex-direction: column;
  }

  .em-container.columns {
    flex-direction: column;
    justify-content: flex-start;
  }

  .paragraph.p-30 {
    margin-bottom: 20px;
  }

  .paragraph.project-paragraph-mini, .paragraph.project-paragraph-wide {
    font-size: .9rem;
    font-weight: 100;
  }

  .paragraph.project-paragraph-wide.white-p {
    float: none;
    clear: both;
    position: relative;
  }

  .paragraph.project-paragraph-wide.learn-horz {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .work {
    height: 510vw;
  }

  .work-container {
    height: auto;
  }

  .work-project-block {
    width: 100%;
    height: 100%;
  }

  .line, .line.long-line {
    width: 16vw;
  }

  .line.vertical-line {
    width: 10%;
    height: 2px;
    margin-bottom: 25px;
  }

  .h2.client-h2 {
    font-size: 3.1rem;
    line-height: 2.9rem;
  }

  .h2.contact-h2 {
    width: 76%;
    font-size: 8.7vw;
    line-height: 8.5vw;
  }

  .h2.project-title-h2 {
    color: #282828;
    letter-spacing: .2px;
    font-size: 1.8rem;
    line-height: 1.7rem;
  }

  .h2.project-title-h2.atlys {
    max-width: 73vw;
  }

  .h2.project-title-mini {
    letter-spacing: .1px;
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .h2.project-title-wide {
    letter-spacing: .02rem;
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 2.3rem;
    top: 80px;
  }

  .h2.project-title-wide.atlys-6-title {
    margin-bottom: 20px;
    top: auto;
    left: auto;
  }

  .column {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-back-mask {
    width: 100vw;
  }

  .contact-content {
    width: 90vw;
    min-height: auto;
    margin-top: -15vw;
    margin-left: 7vw;
    padding-bottom: 10px;
  }

  .em-nav-link.resume-download {
    padding-left: 20px;
    display: block;
  }

  .em-nav-link.footer-link {
    text-align: center;
    letter-spacing: .02rem;
    padding-bottom: 15px;
    font-size: .4rem;
    line-height: .6rem;
  }

  .em-nav-link.em-cta {
    text-align: left;
  }

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

  .em-nav-menu {
    background-color: var(--white);
  }

  .em-menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .em-menu-button.white-button.w--open {
    height: 60px;
  }

  .scroll.w--current {
    top: 254.359px;
  }

  .scroll.bttr-scroll {
    z-index: 10;
    filter: none;
    padding-top: 21px;
    position: relative;
  }

  .scroll.bttr-scroll.w--current {
    z-index: 8;
  }

  .scroll.visa-scroll {
    z-index: 10;
    position: relative;
  }

  .scroll.visa-scroll.w--current {
    z-index: 8;
    position: relative;
  }

  .browser-mockup.hero-mockup {
    width: 90%;
    position: relative;
    bottom: -2vh;
    left: auto;
    right: auto;
  }

  .browser-mockup.desktop-m {
    width: 50%;
    top: 56%;
    right: 44%;
  }

  .browser-mockup.desktop-m.wireframe-m {
    top: 47%;
  }

  .browser-mockup.desktop-m.wireframe-m.email-m {
    top: 67%;
  }

  .browser-mockup.desktop-m.wireframe-m.bttr-mockup1 {
    width: 70%;
    top: 45%;
  }

  .browser-mockup.desktop-m.wireframe-m.cisco-mockup {
    width: 60%;
    top: 43%;
  }

  .browser-mockup.desktop-m.email-m2 {
    top: 78%;
    right: 44%;
  }

  .browser-mockup.desktop-m.bttr_mockup2 {
    width: 70%;
    top: 76%;
    right: 23%;
  }

  .browser-mockup.desktop-m.cisco-week-page {
    width: 60%;
    top: 65%;
    right: 37%;
  }

  .browser-mockup.desktop-m.cisco-wireframe-m {
    top: 47%;
    left: 29vw;
  }

  .browser-mockup.mobile-m {
    width: 22%;
    top: 63%;
  }

  .browser-mockup.cisco-mobile-wireframe {
    width: 22%;
    top: 63%;
    left: 15vw;
  }

  .browser-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 15px;
  }

  .browser-top.browser-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 8px;
  }

  .browser-content.visa-desktop-mask {
    max-height: 119vw;
  }

  .browser-content.wireframe-mask {
    max-height: 300vw;
  }

  .browser-content.visa-mobile-mask {
    max-height: 59vw;
  }

  .browser-content.bttr-frame {
    max-height: 110vw;
  }

  .browser-content.website-mask {
    max-height: 300vw;
  }

  .browser-content.cisco-mobile-mask {
    max-height: 136vw;
  }

  .browser-content.cisco-wireframe-mask {
    max-height: 300vw;
  }

  .browser-buttons {
    padding-left: 5px;
  }

  .browser-button {
    width: 4px;
    height: 4px;
  }

  .browser-menu {
    width: 15px;
    margin-right: 2px;
    padding: 3px;
  }

  .browser-menu-bar {
    height: 1px;
  }

  .em-project-text-block.right-align.atlys-research-2 {
    margin-left: 0;
  }

  .em-project-text-block.bttr-text {
    width: 100%;
  }

  .hashtag {
    font-weight: 400;
  }

  .white-bottom {
    width: 102vw;
    max-width: 102vw;
    margin-left: -1vw;
    bottom: -2px;
  }

  .project-number {
    width: 26vw;
    min-width: 70px;
    margin-bottom: 20px;
    margin-left: -2vw;
  }

  .background-color.bttr-color {
    height: 100%;
    margin-bottom: 0%;
  }

  .background-color.atlys-dark-color {
    height: 100%;
  }

  .white-top {
    width: 102vw;
    max-width: 102vw;
    margin-top: -1vw;
    margin-left: -1vw;
  }

  .float-photo {
    width: 80vw;
    position: relative;
    top: 0%;
    left: 10vw;
    right: auto;
  }

  .float-photo.photo-01 {
    width: 80vw;
    top: 0;
    left: 10vw;
    right: 10vw;
  }

  .float-photo.photo-03 {
    width: 80vw;
    margin-top: 20px;
    top: 0;
    left: 10vw;
  }

  .float-highlight {
    width: 80vw;
    height: auto;
    padding: 4vw;
    position: relative;
    top: 0%;
    left: 10vw;
  }

  .bttr-hero-image {
    width: 50vw;
    bottom: -17vw;
    left: -7vw;
  }

  .bttr-hero-basil {
    width: 55vw;
    bottom: -15.7vw;
    left: -26vw;
  }

  .bttr-hero-mint {
    width: 42vw;
    bottom: -13vw;
    left: 19vw;
  }

  .bttr-hero-water-garden {
    width: 83vw;
    bottom: -18.5vw;
    right: -35vw;
  }

  .bttr-hero-flakes {
    width: 40vw;
    bottom: -12vw;
    right: 20vw;
  }

  .bttr-hero-mint2 {
    width: 63vw;
    bottom: -4.9vw;
    right: -3vw;
  }

  .bttr-hero-basil-leaf {
    width: 33vw;
    top: 33vw;
    right: -14vw;
  }

  .bttr-hero-mint-leaf {
    width: 34vw;
    top: -13vw;
    right: 16vw;
  }

  .bttr-hero-tomato {
    z-index: 1;
    width: 16vw;
    top: 16vw;
    left: auto;
    right: -7vw;
    transform: rotate(-7deg);
  }

  .bttr-hero-parsley {
    width: 26vw;
    top: -5vw;
    left: -15vw;
  }

  .bttr-flakes, .bttr-flakes2 {
    width: 30vw;
    bottom: -18vw;
    right: 23vw;
  }

  .bttr-tomatoes {
    width: 56vw;
    bottom: -2vw;
    left: -32vw;
  }

  .bttr-mint {
    z-index: 1;
    width: 95vw;
    top: -2vw;
    left: -46vw;
  }

  .bttr-cup1 {
    width: 47vw;
    top: 23vw;
    right: -14vw;
  }

  .bttr-cup2 {
    width: 46vw;
    top: 121vw;
    bottom: auto;
    right: -18vw;
  }

  .em-project-quote-text-block {
    z-index: 4;
    position: relative;
  }

  .bttr-flakes-mini {
    width: 65vw;
    top: 53vw;
    right: -12vw;
  }

  .bttr-line {
    z-index: 0;
    bottom: 77.7vw;
    transform: scale(1.5);
  }

  .bttr-line.line-2 {
    bottom: 80.5vw;
  }

  .bttr-line.line-quote {
    bottom: 33vw;
    left: 16vw;
    transform: scale(3)rotate(23deg);
  }

  .bttr-line.line-quote2 {
    bottom: 50vw;
    transform: scale(3)rotate(27deg);
  }

  .bttr-water-garden2 {
    width: 79vw;
    bottom: -6vw;
    right: -25vw;
  }

  .bttr-tomato1 {
    width: 17.5vw;
    bottom: 14vw;
    right: 52vw;
  }

  .star {
    bottom: -30vw;
    right: 11vw;
    transform: scale(.45);
  }

  .white-top-quote {
    width: 102vw;
    max-width: 102vw;
    margin-top: -1vw;
    margin-left: -1vw;
  }

  .color {
    width: 30vw;
    height: 30vw;
  }

  .allcaps {
    max-width: 30vw;
  }

  .bttr_font {
    width: 100%;
  }

  .bttr_font.font-1 {
    width: 70%;
  }

  .bttr_logo {
    width: 60vw;
  }

  .allcaps-font, .story {
    width: 80vw;
  }

  .persona-row.bottom-row {
    padding-bottom: 10px;
  }

  .h3-persona {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  .persona-col {
    border-style: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .arch-img {
    padding-top: 57px;
  }

  .cisco-hero-laptop {
    width: 118vw;
    max-width: 100vh;
    bottom: -18vw;
    right: -33vw;
  }

  .cisco-hero-phone {
    width: 71vw;
    bottom: 37vw;
    left: -33vw;
  }

  .atlys-hero-img {
    max-width: 65%;
    top: -3%;
  }

  .image-5 {
    width: 44vw;
    min-width: 500px;
    max-width: 100%;
    top: 100%;
  }

  .image-6 {
    order: 0;
    max-width: 100%;
    position: relative;
    top: 25%;
  }

  .image-7 {
    width: 300vw;
    max-width: 1000px;
    top: 10px;
    right: 64px;
  }

  .atlys-icon {
    margin-left: -13px;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .cont-2-col {
    flex-direction: column;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .atlys-improve {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .atlys-tri-col.left {
    text-align: left;
  }

  .atlys-col-img.left {
    float: left;
    clear: both;
  }

  .covid-phone {
    width: 109vw;
    min-width: 100px;
    max-width: 400px;
    margin-right: -32px;
  }

  .purple-bottom {
    width: 102vw;
    max-width: 102vw;
    margin-top: -1vw;
    margin-left: -1vw;
  }
}

#w-node-_3e3676bd-961c-aa54-68fb-8f18e5849c6d-bf0de64b, #w-node-dc06b3df-b749-2ade-0964-0e81c07a8765-bf0de64b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_231fc826-315b-8a08-3bab-abeb6f230b68-bf0de64b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_231fc826-315b-8a08-3bab-abeb6f230b68-bf0de64b {
    justify-self: start;
  }
}


