:root {
  --dark-khaki: #d1bf56;
  --sky-blue: #76c2cc;
  --chocolate: #e67e22;
  --steel-blue: #2980b9;
  --medium-sea-green: #27ae60;
  --tomato: #e74c3c;
  --dark-slate-gray: #34495e;
  --teal: #1c5e84;
  --dark-slate-blue: #5d396c;
  --deep-pink: #ff007b;
  --deep-pink-2: #fc3d99;
  --deep-sky-blue: #07c7ed;
  --gold: #f5d311;
  --royal-blue: #005ac2;
}

body {
  height: 100vh;
  color: #333;
  text-align: center;
  background-color: #242424;
  background-image: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .5s;
  display: block;
  overflow: visible;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 44px;
}

h2 {
  color: rgba(255, 255, 255, .43);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 36px;
}

h3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 21px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #bababa;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 40px 39px 39px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

a {
  text-decoration: none;
}

.button {
  width: 30%;
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #383838;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px 2px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.button:hover {
  background-color: #2980b9;
}

.button.easing-button {
  width: 18%;
  height: 30px;
  box-shadow: none;
  color: #c9c9c9;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  background-color: rgba(192, 57, 43, 0);
  background-image: url('../images/ease.png');
  background-position: 5% 49%;
  background-repeat: no-repeat;
  background-size: 27px;
  border: 1px solid #8c8c8c;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.button.easing-button:active {
  box-shadow: none;
  text-shadow: none;
  top: 2px;
}

.button.easing-button.math {
  box-shadow: none;
  color: #07c7ed;
  text-shadow: none;
}

.button.link-to-designer {
  z-index: 1000;
  width: auto;
  box-shadow: none;
  color: #dbdbdb;
  background-color: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 35px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  transition: all .5s;
  display: inline-block;
  position: fixed;
  top: 43px;
  left: auto;
  right: 9px;
}

.button.link-to-designer:hover {
  box-shadow: none;
  color: #fff;
  background-color: #17aa9d;
}

.button.link-to-designer:active {
  box-shadow: none;
  background-color: #f5d311;
}

.button.link-to-designer.w--current {
  z-index: 1000;
  color: #fff;
  text-shadow: none;
  background-color: #17aa9d;
  font-weight: 700;
}

.button.link-to-designer.twitter {
  box-shadow: none;
  color: #616161;
  background-color: #f2f2f2;
  background-image: url('../images/twitterme.svg');
  background-position: 11px 46%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid rgba(0, 0, 0, .02);
  margin-left: 9px;
  padding-left: 40px;
  padding-right: 20px;
}

.button.link-to-designer.twitter:hover {
  box-shadow: none;
  color: #07b4ed;
  background-color: rgba(7, 199, 237, .09);
}

.button.link-to-designer._2 {
  z-index: 1000;
  top: 79px;
  left: auto;
  right: 8px;
}

.button.link-to-designer._2._3 {
  padding-left: 23px;
  padding-right: 23px;
  top: 114px;
  right: 8px;
}

.button.link-to-designer._2._3._4 {
  top: 150px;
}

.menu-gen {
  z-index: 1;
  width: 100%;
  height: auto;
  color: #34495e;
  text-align: center;
  background-color: #242424;
  margin-top: 0;
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.menu-gen-item {
  width: auto;
  color: #fff;
  background-color: #5c5c5c;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  transition: all .35s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
}

.menu-gen-item:hover {
  background-color: #e74c3c;
  box-shadow: inset 0 1px rgba(255, 255, 255, .47);
}

.menu-gen-item.w--current {
  background-color: #e74c3c;
  margin-left: 0;
  padding-right: 8px;
  line-height: 30px;
}

.menu-gen-item.pub {
  background-color: rgba(39, 174, 96, .9);
}

.menu-gen-item.brandnew {
  box-shadow: none;
  background-color: rgba(92, 92, 92, 0);
  padding-left: 10px;
  transition: all .45s;
}

.menu-gen-item.brandnew:hover {
  box-shadow: none;
  background-color: #ff007b;
}

.menu-gen-item.twitter-button {
  color: #303030;
  background-color: #ededed;
  background-image: url('../images/twitterme_1.svg');
  background-position: 9px 47%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 36px;
}

.menu-gen-item.homebutton {
  background-image: url('../images/birdhouse-wh.svg');
  background-position: 9px 44%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 36px;
}

.label {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  display: inline-block;
}

.label.twitter {
  color: rgba(46, 46, 46, .8);
  font-weight: 700;
}

.sb {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 77px;
  line-height: 50px;
}

.sb.lil {
  height: 60px;
  padding: 10px 10px 0;
  font-size: 9px;
}

.logo {
  width: 55.4402%;
  color: #e74c3c;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 110px;
}

.logo.lillogo {
  font-size: 20px;
  line-height: 20px;
}

.pink {
  color: #e74c3c;
}

.arrow1 {
  position: absolute;
  top: 677px;
  left: -91px;
}

.label-draft {
  width: 150px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Shadows Into Light, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 739px;
  left: -227px;
}

.sticky-navbar {
  background-color: rgba(255, 255, 255, .93);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-navbar-link {
  opacity: .51;
  color: #000;
  transition: all .5s;
}

.sticky-navbar-link:hover {
  opacity: .29;
}

.sticky-navbar-link.w--current {
  opacity: 1;
  color: #ff007b;
}

.sticky-navbar-link.yellow.w--current {
  color: #d1bf56;
}

.sticky-navbar-link.cyan.w--current {
  color: #76c2cc;
}

.sticky-navbar-link.orange.w--current {
  color: #e67e22;
}

.sticky-navbar-link.nlue.w--current {
  color: #2980b9;
}

.sticky-navbar-link.green.w--current {
  color: #27ae60;
}

.sticky-navbar-link.red.w--current {
  color: #e74c3c;
}

.sticky-navbar-link.navy.w--current {
  color: #34495e;
}

.sticky-navbar-link.denim.w--current {
  color: #1c5e84;
}

.sticky-navbar-link.purple.w--current {
  color: #5d396c;
}

.logo-container {
  height: 70vh;
  perspective: 2000px;
  margin-top: 0;
  padding-top: 131px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.logo-structure-400px {
  width: 400px;
  height: 400px;
  perspective: 1465px;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: translate3d(0, 0, 65px);
}

.big-disc {
  width: 234px;
  height: 234px;
  box-shadow: none;
  background-color: rgba(214, 214, 214, .49);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .21));
  border-radius: 50%;
  display: inline-block;
}

.big-disc.big-disc-one {
  z-index: 18;
  background-color: rgba(174, 10, 199, .6);
  transition: transform .575s, box-shadow .2s, background-color .975s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  box-shadow: 20px 1px 10px 2px rgba(143, 8, 163, .46), inset 0 1px rgba(255, 255, 255, .33);
}

.big-disc.big-disc-one:hover {
  background-color: #ae0ac7;
  margin-bottom: -102px;
  transform: translate(-69px, -56px);
  box-shadow: 20px 1px 10px 2px rgba(143, 8, 163, .46), inset 0 1px rgba(255, 255, 255, .33);
}

.big-disc.big-disc-two {
  z-index: 16;
  background-color: rgba(226, 34, 45, .74);
  transition: transform .592s, background-color .742s;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset -1px 0 rgba(237, 221, 185, .33), 6px 12px 17px 1px rgba(201, 50, 0, .58);
}

.big-disc.big-disc-two:hover {
  background-color: #e2222d;
  transform: translate(79px, -32px);
}

.big-disc.big-disc-three {
  z-index: 14;
  background-color: rgba(236, 124, 0, .74);
  transition: transform .558s, background-color .625s;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: -13px 0 21px 2px rgba(0, 110, 101, .62), inset 1px -1px rgba(255, 255, 255, .16);
}

.big-disc.big-disc-three:hover {
  background-color: #ec7c00;
  transform: translate(69px, 60px);
}

.big-disc.big-disc-four {
  z-index: 12;
  transform-style: preserve-3d;
  background-color: rgba(7, 108, 240, .7);
  transition: transform .592s, background-color .625s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 97px);
  box-shadow: 0 -6px 10px 2px rgba(0, 0, 0, .26), inset 1px 1px rgba(255, 255, 255, .14);
}

.big-disc.big-disc-four:hover {
  background-color: #076cf0;
  transform: translate(-83px, 46px);
}

.big-disc.big-disc-five {
  z-index: 17;
  background-color: rgba(176, 9, 84, .43);
  background-image: linear-gradient(rgba(210, 53, 160, .7), rgba(247, 193, 230, .49));
  margin-left: auto;
  margin-right: auto;
  transition: transform .642s, background-color .858s;
  display: block;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  box-shadow: inset -1px 0 rgba(255, 255, 255, .24), 14px 9px 20px -4px rgba(173, 43, 0, .68);
}

.big-disc.big-disc-five:hover {
  background-color: #b00954;
  transform: translate(0, -51px);
}

.big-disc.big-disc-6 {
  z-index: 15;
  background-color: rgba(237, 66, 20, .74);
  transition: transform .575s, background-color .642s;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -34px;
  transform: translate(0, -50%);
  box-shadow: inset -1px -1px rgba(255, 255, 255, .18), -9px 13px 18px 2px rgba(194, 87, 0, .84);
}

.big-disc.big-disc-6:hover {
  background-color: #ed4214;
  transform: translate(0, -50%)translate(74px);
}

.big-disc.big-disc-seven {
  z-index: 13;
  background-color: rgba(22, 172, 163, .7);
  margin-left: auto;
  margin-right: auto;
  transition: transform .742s, border .325s cubic-bezier(.6, -.28, .735, .045), background-color .592s;
  display: block;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  box-shadow: -4px -4px 10px 2px rgba(0, 0, 0, .26), inset 1px -1px rgba(255, 255, 255, .22);
}

.big-disc.big-disc-seven:hover {
  background-color: #16aca3;
  border: 2px solid #fff;
  transform: translate(0, 86px);
}

.big-disc.big-disc-height {
  z-index: 11;
  background-color: rgba(96, 15, 206, .7);
  transition: transform .558s, background-color .458s;
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translate(0, -50%);
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, .26), inset 1px 1px rgba(255, 255, 255, .26);
}

.big-disc.big-disc-height:hover {
  background-color: #600fce;
  transform: translate(0, -50%)translate(-125px);
}

.small-disc {
  z-index: 19;
  width: 88px;
  height: 88px;
  background-color: rgba(118, 194, 204, .52);
  border-radius: 50%;
  position: absolute;
  box-shadow: -6px 6px 21px -1px rgba(0, 0, 0, .26);
}

.small-disc.small-disc-one {
  background-color: rgba(174, 10, 199, .6);
  position: absolute;
  top: -14px;
  left: -14px;
  box-shadow: 6px 6px 21px -1px rgba(145, 14, 201, .68), inset -1px -1px rgba(255, 255, 255, .24);
}

.small-disc.small-disc-two {
  background-color: rgba(226, 34, 45, .74);
  position: absolute;
  top: -14px;
  right: -14px;
  box-shadow: -6px 6px 21px -1px rgba(199, 0, 0, .61), inset 1px -1px rgba(255, 255, 255, .2);
}

.small-disc.small-disc-three {
  background-color: rgba(236, 124, 0, .74);
  position: absolute;
  bottom: -14px;
  right: -14px;
  box-shadow: -6px -6px 21px -1px rgba(0, 0, 0, .23), inset 1px 1px rgba(255, 255, 255, .17);
}

.small-disc.small-disc-four {
  background-color: rgba(7, 81, 240, .7);
  position: absolute;
  bottom: -14px;
  left: -14px;
  box-shadow: 6px -6px 21px -1px rgba(0, 54, 135, .57), inset -1px 1px rgba(255, 255, 255, .16);
}

.small-superellipse {
  z-index: 19;
  width: 82px;
  height: 82px;
  background-color: rgba(231, 76, 60, .54);
  border-radius: 16px;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: 6px 6px 28px rgba(0, 0, 0, .34);
}

.small-superellipse.small-superellipse-one {
  background-color: rgba(210, 53, 160, .7);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -87px;
  left: 0;
  right: 0;
  box-shadow: 7px 7px 17px rgba(173, 9, 88, .43), inset 0 0 8px rgba(237, 88, 190, .58), inset -1px -1px rgba(255, 255, 255, .25), 1px 1px 4px rgba(0, 0, 0, .07);
}

.small-superellipse.small-superellipse-two {
  background-color: rgba(237, 66, 20, .74);
  position: absolute;
  top: 47%;
  bottom: 0;
  right: -58px;
  transform: rotate(45deg)translate(0, -50%);
  box-shadow: -6px 6px 28px rgba(166, 52, 0, .63), inset 1px -1px rgba(255, 255, 255, .2);
}

.small-superellipse.small-superellipse-four {
  background-color: rgba(96, 15, 206, .7);
  position: absolute;
  top: 47%;
  left: -117px;
  transform: rotate(45deg)translate(0, -50%);
  box-shadow: 6px -6px 28px rgba(57, 58, 107, .79), inset -1px 1px rgba(255, 255, 255, .18);
}

.small-superellipse.small-superellipse-three {
  width: 50px;
  height: 50px;
  opacity: .74;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .425s, transform .358s;
  display: flex;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  box-shadow: -6px -6px 28px rgba(0, 0, 0, .55), inset 1px 1px rgba(255, 255, 255, .21);
}

.small-superellipse.small-superellipse-three:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  transform: rotate(45deg)scale(1.09);
}

.big-superellipse {
  z-index: 20;
  width: 290px;
  height: 290px;
  background-color: rgba(13, 3, 99, .56);
  border-radius: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.big-superellipse.big-superellipse-two {
  opacity: 0;
  transform: translate(0, -50%)rotate(45deg);
  box-shadow: inset 1px 1px rgba(255, 255, 255, .17);
}

.big-superellipse.front {
  z-index: 21;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, .26);
  border: 1px solid #fff;
  border-radius: 5000px;
  transition: background-color .658s;
  transform: translate(0)translate(0, -50%)translate3d(0, 0, 120px);
  box-shadow: inset 0 1px rgba(255, 255, 255, .19);
}

.big-superellipse.front:hover {
  background-color: rgba(0, 0, 0, .15);
}

.big-superellipse.front.new {
  width: 200px;
  height: 200px;
  opacity: 1;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, .5);
  border-width: 1px;
  border-color: #ffe9e9;
  transition: background-color .658s, transform 1.158s;
  box-shadow: inset 0 1px rgba(255, 255, 255, .19), 1px 1px 50px 5px rgba(0, 0, 0, .48);
}

.big-superellipse.front.new:hover {
  background-color: rgba(32, 32, 32, .79);
  transform: translate(0, -50%)translate3d(0, 0, 120px);
}

.wwdc {
  height: auto;
  color: #999;
  text-align: center;
  background-color: #202020;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 300;
  display: block;
}

.apple-logop {
  color: #fff;
  font-size: 72px;
  line-height: 74px;
}

.superellipse-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.title {
  color: rgba(255, 255, 255, .78);
  letter-spacing: -1px;
  text-shadow: none;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.wwdc-logo {
  color: #fff;
  margin-top: 33px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.bolder {
  font-weight: 400;
}

.brandlink {
  color: #07c7ed;
  padding-bottom: 1px;
  font-weight: 600;
  transition: all .3s;
}

.brandlink:hover {
  padding-bottom: 4px;
}

.main-section {
  height: 0;
  perspective: 1375px;
  transform-style: preserve-3d;
  background-color: #202020;
  padding-bottom: 0;
  display: none;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%)translate3d(0, 0, 120px);
}

.div-block {
  width: 80%;
  height: 100vh;
  background-image: url('../images/1.-Macbook---top-views.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  margin-top: -11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block.new {
  z-index: 3;
  width: 100%;
  height: 100vh;
  cursor: auto;
  background-image: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 16px;
  display: block;
  position: static;
  overflow: scroll;
  transform: translate(0);
}

.row {
  width: 60%;
  height: 60vh;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 11%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.row._5 {
  z-index: 2;
  width: 60%;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  top: 11px;
}

.row.row._3 {
  z-index: 2;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  top: 13.5%;
}

.image {
  cursor: pointer;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 14px 0 17px;
  display: block;
}

.image:hover {
  filter: blur(1px);
}

.image-2 {
  opacity: 1;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 0 39px;
  display: block;
}

.image-2:hover {
  opacity: 1;
  filter: blur(1px);
  padding-left: 39px;
  padding-right: 39px;
}

.image-3 {
  width: 45%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1%;
  display: block;
}

.image-3:hover {
  filter: blur(1px);
}

.column {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  display: block;
}

.column-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  display: block;
}

.image-4 {
  margin-bottom: 8px;
  padding: 0 12px;
}

.image-4:hover {
  filter: blur(1px);
}

.image-5 {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.image-5:hover {
  filter: blur(1px);
}

.image-6 {
  filter: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(-45deg);
}

.link-block {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-block:hover {
  z-index: 50;
  filter: blur(1px);
  perspective: 1px;
}

.column-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  height: 100vh;
}

.image-7 {
  margin-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-7:hover {
  filter: blur(1px);
}

.sparky {
  z-index: 10002;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: none;
}

.description {
  z-index: 1000;
  color: #fff;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.description.body {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 300;
}

.text-block {
  text-align: left;
  text-transform: none;
  padding-top: 19px;
  padding-left: 23px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  transform: translate(0);
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 21px;
  padding-right: 21px;
  display: block;
}

.image-8.spark {
  width: 170px;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 19px 7px 18px 31px;
  display: inline-block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-8.spark.nre {
  width: 200px;
}

.image-8.spark.ux {
  width: 150px;
  filter: invert();
  margin-bottom: 0;
  margin-left: -3px;
  padding-left: 33px;
  padding-right: 0;
  display: inline-block;
  position: static;
  bottom: 92px;
}

.image-8.spark.ux.sxsw {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
  position: static;
  bottom: 194px;
}

.rise {
  z-index: 100003;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  transform: translate(-200px);
}

.grid {
  z-index: 10003;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.worldseries {
  z-index: 10003;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.nike {
  z-index: 10005;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.belikin {
  z-index: 100006;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.heading {
  z-index: 500;
  color: #333;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
  position: fixed;
  top: 293px;
  left: 98px;
}

.heading.right {
  margin-bottom: 0;
  top: 300px;
  left: auto;
  right: 75px;
}

.heading.nick {
  margin-top: -46px;
  font-weight: 100;
}

.heading.nick._2 {
  margin-top: 46px;
}

.heading-2 {
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .68), 0 -1px 6px rgba(255, 255, 255, .06);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 800;
  position: absolute;
  bottom: 92px;
  left: 0;
  right: 0;
}

.heading-2.jimmysprcisl {
  display: none;
}

.image-9 {
  z-index: 150;
  filter: invert();
  margin-bottom: 1px;
  padding-top: 0;
  position: static;
  top: 14px;
  right: 23px;
}

.link-block-2 {
  z-index: 150;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: background-color .592s, opacity .658s;
  display: flex;
  position: fixed;
  top: 11px;
  right: 28px;
}

.link-block-2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79));
  border-color: #0a0a0a;
  box-shadow: 1px 1px 3px #000;
}

.section-2 {
  height: 1px;
}

.div-block-2 {
  z-index: 10000;
  width: 20%;
  height: 100vh;
  position: relative;
}

.div-block-3 {
  z-index: 1000000;
  width: 20%;
  height: 100vh;
  position: relative;
}

.link {
  color: #fff;
  text-shadow: 0 0 12px #000;
}

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

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

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

.passwordbelikin {
  z-index: 2009000;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, .86);
  display: none;
  position: fixed;
}

.image-10 {
  margin-top: 99px;
  padding-bottom: 52px;
}

.text-field {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2 {
  letter-spacing: 1px;
  background-color: #17aa9d;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}

.submit-button {
  background-color: #17aa9d;
  margin-top: 28px;
}

.gridmodal {
  z-index: 1100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(32, 32, 32, .98);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
}

.trigger-holder {
  height: 40vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  max-width: 600px;
  padding-top: 27px;
  padding-left: 0;
}

.column-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gridassets {
  padding-top: 5px;
  padding-bottom: 5px;
}

.row-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-12 {
  margin-top: 9px;
}

.heading-3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 300;
}

.heading-4 {
  margin-top: 1px;
}

.aurasma {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-13 {
  border-radius: 10px;
}

.image-14 {
  z-index: 11150;
  padding-bottom: 0;
  position: relative;
}

.column-5 {
  margin-top: -13px;
  padding-bottom: 0;
  position: static;
}

.grds {
  transition: margin .2s;
}

.grds:hover {
  margin-right: 18px;
  box-shadow: 0 0 50px 8px #000;
}

.button-3 {
  z-index: 9000;
  width: 30px;
  background-image: linear-gradient(#17aa9d, #17aa9d);
  border-color: #17aa9d;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-3 {
  height: 10vh;
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
  box-shadow: 0 -1px 23px -1px #000;
}

.footer {
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #5c5c5c;
  border: 2px solid rgba(255, 255, 255, .39);
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  box-shadow: 1px 1px 31px rgba(0, 0, 0, .38);
}

.footer:hover {
  box-shadow: 1px 1px 39px #000;
}

.row-3 {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.section-4 {
  height: 10vh;
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.footerlink {
  z-index: 100000;
  color: #000;
  position: relative;
}

.closing {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: background-color 1.125s;
}

.closing:hover {
  color: #2fa89c;
  background-color: #1f1f1f;
}

.closing._2 {
  color: #fff;
  background-color: #25a99c;
  margin-top: 31px;
}

.closing._2:hover {
  background-color: #cacaca;
}

.background-video {
  z-index: 0;
  position: absolute;
  top: 645px;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-5 {
  display: none;
}

.image-15 {
  padding-bottom: 34%;
  padding-left: 47px;
  padding-right: 47px;
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
}

.image-15:hover {
  filter: blur(1px);
}

.link-block-3 {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-block-4 {
  z-index: 150;
  position: relative;
}

.session {
  z-index: 100006;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.link-3 {
  display: none;
}

.body-2 {
  max-height: none;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

.div-block-5 {
  opacity: .25;
  filter: blur(5px);
  background-image: url('../images/swirl.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 197px;
  left: 0;
  right: 0;
}

.image-16 {
  height: 75px;
  max-width: none;
  transition: opacity .2s;
}

.image-16.hp {
  padding: 7px;
}

.heading-2-copy {
  clear: none;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.heading-2-copy.jimmysprcisl {
  display: none;
}

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

.titlecolumns {
  width: 800px;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titlecolumns.rows {
  width: 650px;
  box-shadow: none;
  background-color: #101010;
  border: 1.5px solid #333;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0 12px 28px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.titlecolumns.rows:hover {
  width: 780px;
  box-shadow: none;
  background-color: #101010;
  border-width: 1px;
  margin-bottom: 0;
}

.dateme {
  clear: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.dateme.jimmysprcisl {
  display: none;
}

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

.lildateright {
  width: 110px;
  height: 30px;
  color: #fff;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: -5%;
  transform: rotate(90deg);
}

.link-block-5 {
  width: 90%;
  height: 100px;
  display: block;
  position: absolute;
}

.heading-2-copy-rise {
  clear: none;
  color: rgba(255, 255, 255, .3);
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .9), 0 -1px 6px rgba(255, 255, 255, .2);
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.heading-2-copy-rise.jimmysprcisl {
  display: none;
}

.div-block-6 {
  margin-bottom: 35px;
}

.hpinc {
  z-index: 100006;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.hpcover {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 21px;
  padding-right: 21px;
  display: block;
}

.hpcover.spark {
  width: 150px;
  margin-bottom: 27px;
  margin-left: 4px;
  padding: 8px 19px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hpcover.spark.nre {
  width: 200px;
}

.hpcover.spark.ux {
  width: 115px;
  margin-left: -3px;
  bottom: 92px;
}

.hpcover.spark.ux.sxsw {
  bottom: 194px;
}

.button-side {
  width: 30%;
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #383838;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px 2px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.button-side:hover {
  background-color: #2980b9;
}

.button-side.easing-button {
  width: 18%;
  height: 30px;
  box-shadow: none;
  color: #c9c9c9;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  background-color: rgba(192, 57, 43, 0);
  background-image: url('../images/ease.png');
  background-position: 5% 49%;
  background-repeat: no-repeat;
  background-size: 27px;
  border: 1px solid #8c8c8c;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.button-side.easing-button:active {
  box-shadow: none;
  text-shadow: none;
  top: 2px;
}

.button-side.easing-button.math {
  box-shadow: none;
  color: #07c7ed;
  text-shadow: none;
}

.button-side.link-to-designer {
  z-index: 1000;
  width: auto;
  box-shadow: none;
  color: #dbdbdb;
  background-color: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 35px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  transition: all .5s;
  display: inline-block;
  position: fixed;
  top: 43px;
  left: auto;
  right: 9px;
}

.button-side.link-to-designer:hover {
  box-shadow: none;
  color: #fff;
  background-color: #17aa9d;
}

.button-side.link-to-designer:active {
  box-shadow: none;
  background-color: #f5d311;
}

.button-side.link-to-designer.w--current {
  z-index: 1000;
  color: #fff;
  text-shadow: none;
  background-color: #17aa9d;
  font-weight: 700;
}

.button-side.link-to-designer.twitter {
  box-shadow: none;
  color: #616161;
  background-color: #f2f2f2;
  background-image: url('../images/twitterme.svg');
  background-position: 11px 46%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid rgba(0, 0, 0, .02);
  margin-left: 9px;
  padding-left: 40px;
  padding-right: 20px;
}

.button-side.link-to-designer.twitter:hover {
  box-shadow: none;
  color: #07b4ed;
  background-color: rgba(7, 199, 237, .09);
}

.button-side.link-to-designer._2 {
  z-index: 1000;
  top: 79px;
  left: auto;
  right: 8px;
}

.button-side.link-to-designer._2._3 {
  padding-left: 23px;
  padding-right: 23px;
  top: 114px;
  right: 8px;
}

.button-side.link-to-designer._2._3._4 {
  top: 150px;
}

.button-side.link-to-designer-copy {
  z-index: 1000;
  width: auto;
  box-shadow: none;
  color: #dbdbdb;
  background-color: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 35px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  transition: all .5s;
  display: inline-block;
  position: fixed;
  top: 43px;
  left: auto;
  right: 9px;
}

.button-side.link-to-designer-copy:hover {
  box-shadow: none;
  color: #fff;
  background-color: #17aa9d;
}

.button-side.link-to-designer-copy:active {
  box-shadow: none;
  background-color: #f5d311;
}

.button-side.link-to-designer-copy.w--current {
  z-index: 1000;
  width: auto;
  color: rgba(255, 255, 255, .21);
  text-shadow: 0 0 2px rgba(0, 0, 0, .71);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 295px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: -46%;
  transform: rotate(90deg);
}

.button-side.link-to-designer-copy.twitter {
  box-shadow: none;
  color: #616161;
  background-color: #f2f2f2;
  background-image: url('../images/twitterme.svg');
  background-position: 11px 46%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid rgba(0, 0, 0, .02);
  margin-left: 9px;
  padding-left: 40px;
  padding-right: 20px;
}

.button-side.link-to-designer-copy.twitter:hover {
  box-shadow: none;
  color: #07b4ed;
  background-color: rgba(7, 199, 237, .09);
}

.button-side.link-to-designer-copy._2 {
  z-index: 1000;
  top: 79px;
  left: auto;
  right: 8px;
}

.button-side.link-to-designer-copy._2._3 {
  padding-left: 23px;
  padding-right: 23px;
  top: 114px;
  right: 8px;
}

.button-side.link-to-designer-copy._2._3._4 {
  top: 150px;
}

.workheader {
  width: 650px;
  color: #101010;
  text-align: left;
  letter-spacing: 9px;
  text-transform: uppercase;
  border: 1px #333;
  margin: 20px auto -66px;
  padding-top: 0;
  padding-bottom: 28px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  left: 0;
}

._w-slider-dot {
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: 2px;
  margin-right: 2px;
  transition: all .3s;
}

._w-slider-dot:hover {
  background-color: #fff;
}

._w-slider-dot._w-active {
  transition: all .5s;
  transform: rotate(90deg);
}

._w-slider-dot._w-active.inactive {
  display: none;
}

.content-section {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.content-section.about {
  z-index: 1;
  padding-top: 0;
  position: relative;
}

.call-to-action {
  width: 100%;
  height: 100%;
  min-height: 70px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/sprite-nav.svg');
  background-position: 90% 22px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #fff;
  padding-top: 22px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.call-to-action:hover {
  color: #1c1b1b;
  text-align: center;
  background-color: #fff;
  background-position: 50% 22px;
  padding-right: 0;
}

.call-to-action.hire {
  width: 200px;
  padding-right: 60px;
  display: inline-block;
}

.call-to-action.hire:hover {
  padding-right: 0;
}

.call-to-action.submit {
  background-color: rgba(0, 0, 0, 0);
}

.call-to-action.submit.form {
  width: 49%;
  height: auto;
  float: right;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 100px 10px 0;
  display: block;
  position: relative;
}

.call-to-action.submit.form:hover {
  background-color: #fff;
  padding-right: 0;
}

.call-to-action.cancel {
  width: 50%;
  height: auto;
  float: left;
  background-position: 90% -35px;
  border-width: 2px;
  border-color: #565656;
  padding-right: 100px;
  position: relative;
}

.call-to-action.cancel:hover {
  background-position: 50% -35px;
  border-color: #fff;
  padding-right: 0;
}

.content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.content-wrapper:hover {
  transform: translate(0);
}

.content-wrapper.contact {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bio-link {
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.bio-link:hover {
  color: #000;
  background-color: #fff;
}

.bio-link.mail {
  width: 300px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 40px;
  display: block;
}

.bio-link.small {
  font-size: 28px;
}

.bio-link.phone {
  font-size: 28px;
  line-height: 30px;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 200;
}

.contact-form {
  width: 500px;
  height: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.1);
}

.form-field {
  color: #858585;
  text-align: center;
  background-color: #1c1b1b;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  transition: all .3s;
}

.form-field:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #fff;
}

.form-field:focus {
  color: #fff;
  background-color: #1c1b1b;
  border-color: #fff;
}

.form-field.phone-input {
  width: 49%;
  float: right;
}

.form-field.mainl-input {
  width: 50%;
  float: left;
}

.form-field.name-input, .form-field.name-input:focus {
  color: #fff;
}

.form-field.text-input {
  min-height: 120px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-field.text-input:focus {
  text-align: left;
}

.hire-title {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.succes-text {
  color: #565656;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 200;
  line-height: 25px;
}

.alert-block {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.avatar-block {
  width: 90px;
  height: 90px;
  background-image: url('../images/1966053_754596101281010_167673923914984262_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-section {
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #323232;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 61%, rgba(0, 0, 0, .2));
  border-radius: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-7 {
  z-index: auto;
  width: 80px;
  height: 50vh;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .43);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-5 {
  width: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-8 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.columns {
  position: -webkit-sticky;
  position: sticky;
}

.passionsection {
  z-index: 100006;
  width: 20%;
  height: 100vh;
  background-image: linear-gradient(#242423, #242423);
  border-right: 1px solid #fff;
  padding-top: 31px;
  display: none;
  position: fixed;
  transform: translate(-250px);
}

.passionmodal {
  width: 80%;
  height: 90vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, .92);
  display: block;
  position: fixed;
  top: 10%;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.button-4 {
  width: 200px;
  text-align: center;
  background-color: #ec3838;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.igembed {
  margin-top: 23px;
}

.div-block-9 {
  z-index: 100;
  position: static;
}

.link-block-6 {
  z-index: 1000;
  width: 60px;
  height: 60px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  border: 2px solid #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 11px;
  left: 28px;
  right: auto;
}

.link-block-6:hover {
  background-image: linear-gradient(rgba(143, 143, 143, .85), rgba(143, 143, 143, .85));
}

.image-17 {
  filter: invert();
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 5px;
}

.button-5 {
  z-index: 1000;
  width: 108px;
  color: #6e6e6e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .1px solid rgba(51, 51, 51, .23);
  border-radius: 0;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 29px 2px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: fixed;
  top: 43px;
  left: 10px;
  right: auto;
}

.button-5:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .76);
}

.button-5.resume {
  width: 108.25px;
  position: fixed;
  top: 119px;
  right: auto;
}

.button-5.workk {
  top: 82px;
}

.button-5.contact {
  top: 157px;
  right: auto;
}

.button-5.contact:hover {
  background-color: rgba(255, 255, 255, .31);
}

.html-embed2 {
  z-index: 1000000;
  width: 100%;
  height: 800px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed2-copy {
  z-index: 1000000;
  width: 100%;
  height: 800px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.worldseriesembed {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, .63);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-6 {
  width: 1216px;
  background-color: #ae1a31;
  margin-top: -61px;
  margin-bottom: 0;
}

.button-6:hover {
  background-color: #ff0028;
}

.gallerycolumns {
  width: 800px;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallerycolumns.rows {
  width: 780px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #dadada;
  margin: 0;
  padding: 0;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.gallerycolumns.rows:hover {
  background-color: rgba(255, 255, 255, .22);
  border-color: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, .12);
}

.gallerycolumnl {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.gallerycolumnr {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 14px;
  padding-left: 30px;
  padding-right: 24px;
  display: flex;
}

.linkcolumnr {
  width: 90%;
  height: auto;
  display: block;
  position: absolute;
}

.galleryimage {
  height: auto;
  max-width: none;
  transition: opacity .2s;
}

.galleryimage.hp {
  padding: 7px;
}

.galleryheader {
  width: 100%;
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.galleryheader.jimmysprcisl {
  display: none;
}

.gallerydescription {
  clear: none;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.gallerydescription.jimmysprcisl {
  display: none;
}

.image-18 {
  min-height: 300px;
  object-fit: cover;
}

.gallerydescriptor {
  width: 100%;
  clear: none;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.gallerydescriptor.jimmysprcisl {
  display: none;
}

.gallerybutton {
  width: 60%;
  clear: none;
  color: #101010;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  background-color: #fff;
  border: .1px solid #101010;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .275s;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.gallerybutton:hover {
  color: #fff;
  background-color: #101010;
  border: 1px solid #101010;
}

.gallerybutton.jimmysprcisl {
  display: none;
}

.gallerylink {
  margin-left: 130px;
  display: none;
}

.gallerylink.spark {
  opacity: 1;
  display: inline-block;
}

.gallerylink.hp {
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.gallerylink.advent, .gallerylink.worlds {
  display: inline-block;
}

.gallerylink.session2 {
  opacity: 1;
  display: inline-block;
}

.mainelement {
  width: 650px;
  margin: 103px auto 1px;
  display: block;
}

.mainelement:hover {
  width: 650px;
}

.bottomworkdiv {
  width: 820px;
  height: 400px;
  flex-direction: column;
  align-items: center;
  margin-top: 163px;
  margin-left: 161px;
  margin-right: auto;
  display: inline-block;
}

.navdivhome {
  z-index: 2;
  width: 130px;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: 8px;
  transition: all 1s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navdivhome:hover {
  background-color: rgba(255, 255, 255, .44);
  border: 1px solid #333;
  box-shadow: 0 0 12px -5px rgba(0, 2, 42, .34);
}

.navdivhoome {
  width: 100%;
}

.navhome {
  width: 100%;
  height: 100%;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.hoverimagecaption {
  width: 85%;
  max-width: 300px;
  text-align: left;
  white-space: normal;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.tagline {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.navdivinfo {
  width: 100%;
}

.genarthoverar {
  z-index: 2;
  width: auto;
  height: 200px;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .81);
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  margin-left: 300px;
  transition: all 1s;
  display: none;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 7px;
  right: auto;
}

.navinfo {
  width: 100%;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.navdivparent {
  z-index: 2;
  width: 260px;
  height: 80px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: all 1s;
  display: flex;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.navdivparent:hover {
  height: 200px;
  background-color: rgba(255, 255, 255, .44);
  border: 1px solid #333;
  box-shadow: 0 0 12px -5px rgba(0, 2, 42, .34);
}

.navdivparentinfo {
  z-index: 2;
  width: 120px;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 8px;
  transition: all 1s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navdivparentinfo:hover {
  background-color: rgba(255, 255, 255, .44);
  border: 1px solid #333;
  box-shadow: 0 0 12px -5px rgba(0, 2, 42, .34);
}

.genarthoverimagediv {
  width: auto;
  height: auto;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.genarthoverproduct {
  z-index: 2;
  width: auto;
  height: 200px;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .81);
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  margin-left: 300px;
  transition: all 1s;
  display: none;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 7px;
  right: auto;
}

.hoverimagehero {
  width: 100%;
  max-width: 600px;
  padding: 30px;
  display: none;
}

.genarthovergen {
  z-index: 2;
  width: auto;
  height: 200px;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .81);
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  margin-left: 300px;
  transition: all 1s;
  display: none;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 7px;
  right: auto;
}

.hoverimagetitle {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 24px;
  margin-left: 24px;
  padding-right: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.navwork {
  width: 100%;
  color: #333;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.navheader {
  width: auto;
  opacity: 0;
  color: #333;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  transition: all .375s;
  display: none;
}

.navheader:hover {
  color: #000;
  font-weight: 900;
}

.navheader._1link {
  color: #333;
  text-align: left;
}

.div-block-11 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  cursor: crosshair;
  margin-left: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.genarthoverai {
  z-index: 2;
  width: auto;
  height: 200px;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .81);
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  margin-left: 300px;
  transition: all 1s;
  display: none;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 7px;
  right: auto;
}

.homecontainer {
  z-index: 1;
  width: 300px;
  flex-direction: row;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.headerlogodivtext {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 450px;
  text-align: center;
  cursor: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gallerymodal {
  z-index: 500;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, .63);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modalcontentsection {
  width: 80%;
  background-color: #fff;
  border: 1px solid #000;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .11);
}

.button-7 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-7 {
  width: 50px;
  text-align: right;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.headingmodal {
  clear: none;
  color: #101010;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodal.jimmysprcisl {
  display: none;
}

.closebutton {
  width: 20px;
  text-align: right;
  cursor: pointer;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 16px;
  padding-right: 0;
}

.closebutton:hover {
  opacity: .48;
}

.column-8 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
  padding-right: 29px;
  display: flex;
}

.modalheaderrow {
  border-bottom: 1px solid #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.modelcontentrows {
  width: 100%;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}

.headingmodal-copy {
  clear: none;
  color: #333;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 19px;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodal-copy.jimmysprcisl {
  display: none;
}

.headingmodalcontenttitle {
  width: 100%;
  clear: none;
  color: #101010;
  letter-spacing: 2px;
  text-shadow: none;
  white-space: normal;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5vw;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalcontenttitle.jimmysprcisl {
  display: none;
}

.headingmodalcontentsubtitle {
  clear: none;
  color: #101010;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.3vw;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalcontentsubtitle.jimmysprcisl {
  display: none;
}

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

.headingmodalcontentbody {
  clear: none;
  color: #101010;
  text-align: left;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.3vw;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalcontentbody.jimmysprcisl {
  display: none;
}

.column-10 {
  padding-left: 0;
}

.column-11 {
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 0;
}

.modelbottomlinks {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 10vh;
  left: 0%;
  right: 0%;
  transform: none;
}

.bottom-section {
  border: 1px solid #000;
  padding: 21px 16px;
}

.image-19 {
  width: 100%;
  max-height: 250px;
  min-height: 150px;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
}

.galbottomfeaturecardas {
  max-height: 350px;
  cursor: pointer;
  border: .1px solid #fff;
  padding: 0;
  transition: all .325s;
}

.galbottomfeaturecardas:hover {
  border-width: 1px;
  border-color: #000;
}

.headingmodalcontentsubtitle-copy {
  clear: none;
  color: #333;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1vw;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1vw;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalcontentsubtitle-copy.jimmysprcisl {
  display: none;
}

.column-12, .column-13 {
  padding-left: 3vw;
  padding-right: 30px;
}

.column-14 {
  padding-left: 30px;
  padding-right: 3vw;
}

.image-20 {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.headingmodalpw {
  clear: none;
  color: #333;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalpw.jimmysprcisl {
  display: none;
}

.headingmodalpwsub {
  clear: none;
  color: #333;
  letter-spacing: 2px;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalpwsub.jimmysprcisl {
  display: none;
}

.text-field-2 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.gallerybuttonpw {
  width: 200px;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  background-color: #333;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 8px auto 29px;
  padding: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .275s;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.gallerybuttonpw:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
}

.gallerybuttonpw.jimmysprcisl {
  display: none;
}

.pwdiv {
  opacity: 0;
  margin-top: 75px;
  display: none;
}

.success-message {
  background-color: #da3737;
  margin-left: 477px;
  margin-right: 477px;
}

.text-block-2 {
  color: #fff;
}

.button-8 {
  margin-top: 20px;
  padding-left: 58px;
  padding-right: 58px;
}

.button-9 {
  margin-bottom: 33px;
}

.gallerymodaladvent {
  z-index: 500;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, .63);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.headingmodalcontenttitle-copy {
  clear: none;
  color: #101010;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
  white-space: normal;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5vw;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalcontenttitle-copy.jimmysprcisl {
  display: none;
}

.modelcontentrowsadvent {
  width: 95%;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.modalcontentsectionadvent {
  width: 80%;
  height: auto;
  background-color: #fff;
  border: 1px solid #000;
  padding-bottom: 31px;
  display: block;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .11);
}

.bold-text {
  color: #008ddf;
}

.bold-text:hover {
  color: #006aa7;
}

.awards {
  z-index: 50;
  height: 500px;
  opacity: 0;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 20%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(300px);
}

.galleryheader-copy {
  width: 100%;
  clear: none;
  color: #333;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.galleryheader-copy.jimmysprcisl {
  display: none;
}

.awards-session {
  z-index: 50;
  height: 250px;
  opacity: 0;
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(300px);
}

.bottomworklink {
  width: 100%;
  border: 0 solid #000;
  padding-bottom: 16px;
  transition: all .3s;
}

.bottomworklink:hover {
  border-width: 1px;
  border-color: #333;
  transform: scale(1.1);
}

.bottomworktitle {
  color: #333;
  border: 1px #333;
  padding-top: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.bottomworkimage {
  height: 180px;
  object-fit: cover;
}

.bottomworkcolum {
  padding-left: 0;
  padding-right: 23px;
}

.bottomworkrow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bottomworktitletop {
  width: 100%;
  height: 60px;
  text-align: left;
  margin: 20px auto 36px;
  padding-top: 15px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.gallerybutton-copy {
  width: 250px;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  background-color: #101010;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .275s;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.gallerybutton-copy:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
}

.gallerybutton-copy.jimmysprcisl {
  display: none;
}

.link-4 {
  color: #0090ff;
  font-weight: 600;
}

.text-span, .text-span-2, .text-span-3 {
  font-size: 1vw;
}

.navdivhome-2 {
  z-index: 2;
  width: 100px;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: 8px;
  transition: all 1s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navdivhome-2:hover {
  background-color: rgba(255, 255, 255, .44);
  border: 1px solid #333;
  box-shadow: 0 0 12px -5px rgba(0, 2, 42, .34);
}

.navhome-2 {
  width: 100%;
  height: 100%;
  color: #101010;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  padding-left: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: block;
}

.navdivparentinfo-2 {
  z-index: 2;
  width: 90px;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 9px;
  transition: all 1s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navdivparentinfo-2:hover {
  background-color: rgba(255, 255, 255, .44);
  border: 1px solid #333;
  box-shadow: 0 0 12px -5px rgba(0, 2, 42, .34);
}

.navinfo-2 {
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  color: #101010;
  text-align: left;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  padding-left: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: block;
}

.mobilediv {
  display: none;
}

.bg {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.spacer {
  width: 100%;
  height: 1px;
}

.gallerymodaladidas {
  z-index: 500;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, .63);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-21 {
  width: 100%;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  max-height: 40vh;
  object-fit: fill;
}

.image-22 {
  width: 100%;
  max-height: 40vh;
  object-fit: cover;
}

.logolock {
  width: 100%;
  max-height: 75px;
  object-fit: contain;
}

.logolock.ph {
  width: 100%;
  max-height: 100px;
}

.modelbottomlinks-adi {
  width: 60%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1vh auto 5vh;
  display: flex;
  position: static;
  top: auto;
  bottom: 10vh;
  left: 0%;
  right: 0%;
}

.column-12-copy, .column-13-copy {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-14-copy {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.ivpyzyhu {
  width: 80%;
  margin-top: 1vw;
  margin-bottom: 2.7vw;
  display: block;
}

.column-11-copy {
  margin-bottom: 3vw;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 0;
}

.modelcontentrows-copy {
  width: 100%;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 4vw;
}

.modelbottomlinks-copy {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-top: 3vw;
  margin-left: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 10vh;
  left: 0%;
  right: 0%;
  transform: none;
}

.headingmodalcontentbody-copy {
  clear: none;
  color: #101010;
  text-align: left;
  text-shadow: none;
  border: 20px rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 18px;
  font-family: Montserrat, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.2vw;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 65px;
  left: 0;
  right: 0;
}

.headingmodalcontentbody-copy.jimmysprcisl {
  display: none;
}

.gallerymodalburnghost {
  z-index: 500;
  width: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, .63);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

html.w-mod-js [data-ix="spheres"] {
  opacity: 0;
  transform: translate(-100px, -100px)scale(.5);
}

html.w-mod-js [data-ix="new-interaction-3"], html.w-mod-js [data-ix="new-interaction-5"] {
  opacity: 0;
}

html.w-mod-js [data-ix="middlespherebrand"] {
  opacity: 0;
  width: 0;
}

html.w-mod-js [data-ix="new-interaction-4"] {
  opacity: 0;
  width: 0;
  height: 0;
}

html.w-mod-js [data-ix="jimmy"], html.w-mod-js [data-ix="jimmy-3nicnametop"], html.w-mod-js [data-ix="jimmy-3nicnametop-2"] {
  opacity: 0;
  transform: translate(300px)scale(.5);
}

html.w-mod-js [data-ix="jimmy-2"] {
  opacity: 0;
  transform: translate(-350px)scale(.5);
}

html.w-mod-js [data-ix="ux"] {
  opacity: 0;
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="ux-2"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  p {
    transform: none;
  }

  .button.easing-button {
    width: 23%;
    box-shadow: none;
    text-shadow: none;
  }

  .heading-5 {
    display: none;
  }

  .button-side.easing-button {
    width: 23%;
    box-shadow: none;
    text-shadow: none;
  }

  ._w-slider-dot {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .call-to-action {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-left: 20px;
  }

  h3 {
    padding: 23px;
  }

  p {
    transform: none;
  }

  .button.easing-button {
    width: 30%;
    box-shadow: none;
    text-shadow: none;
  }

  .heading-2.jimmysprcisl, .heading-5, .heading-2-copy.jimmysprcisl, .dateme.jimmysprcisl, .heading-2-copy-rise.jimmysprcisl {
    display: none;
  }

  .button-side.easing-button {
    width: 30%;
    box-shadow: none;
    text-shadow: none;
  }

  .content-section.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .call-to-action {
    padding-right: 60px;
  }

  .content-wrapper.contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bio-link {
    font-size: 28px;
  }

  .contact-form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .galleryheader.jimmysprcisl, .gallerydescription.jimmysprcisl, .gallerydescriptor.jimmysprcisl, .gallerybutton.jimmysprcisl, .headingmodal.jimmysprcisl, .headingmodal-copy.jimmysprcisl, .headingmodalcontenttitle.jimmysprcisl, .headingmodalcontentsubtitle.jimmysprcisl, .headingmodalcontentbody.jimmysprcisl, .headingmodalcontentsubtitle-copy.jimmysprcisl, .headingmodalpw.jimmysprcisl, .headingmodalpwsub.jimmysprcisl, .gallerybuttonpw.jimmysprcisl, .headingmodalcontenttitle-copy.jimmysprcisl, .galleryheader-copy.jimmysprcisl, .gallerybutton-copy.jimmysprcisl {
    display: none;
  }

  .mobilediv {
    z-index: 100;
    background-color: #101010;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobilebutton {
    width: 90%;
    background-color: #101010;
    border: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .headingmodalcontentbody-copy.jimmysprcisl {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-left: 0;
  }

  h3 {
    padding: 17px;
  }

  p {
    box-shadow: none;
    transform: none;
  }

  .button.easing-button {
    width: 45%;
    box-shadow: none;
    text-shadow: none;
  }

  .menu-gen {
    position: relative;
    transform: none;
  }

  .sticky-navbar {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .logo-container {
    perspective: 1304px;
    transform: rotate(0);
  }

  .div-block.new {
    height: auto;
    background-image: linear-gradient(rgba(32, 32, 32, .76), rgba(32, 32, 32, .76)), linear-gradient(rgba(32, 32, 32, .73), #202020 15%, rgba(32, 32, 32, .73) 38%, rgba(255, 255, 255, .01));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    overflow: hidden;
  }

  .row.row._3 {
    z-index: 0;
    display: none;
  }

  .image {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .image-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-5 {
    padding: 14px 3px 30px;
  }

  .image-7 {
    margin-bottom: 20px;
    padding: 28px 0;
  }

  .sparky {
    width: 40%;
  }

  .image-8.spark {
    display: none;
  }

  .rise {
    width: 40%;
    display: block;
  }

  .grid, .worldseries, .nike {
    width: 40%;
  }

  .belikin {
    width: 40%;
    opacity: 0;
  }

  .heading {
    padding-top: 137px;
    font-size: 15px;
    display: none;
  }

  .heading.right {
    padding-top: 137px;
    display: none;
  }

  .heading-2 {
    z-index: 15000;
    color: #707070;
    text-align: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .heading-2.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .trigger-holder {
    display: block;
  }

  .column-4 {
    display: none;
  }

  .button-3 {
    z-index: 1500000;
  }

  .row-3 {
    display: none;
  }

  .heading-5 {
    letter-spacing: 5px;
    display: block;
  }

  .heading-5.work {
    background-color: #131313;
    margin-top: 0;
    margin-bottom: 0;
  }

  .session {
    width: 40%;
    opacity: 0;
  }

  .link-2 {
    position: fixed;
  }

  .link-2.w--current {
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .link-3 {
    z-index: 11110000;
    width: 90%;
    height: 10vh;
    background-color: #17a092;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 800;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-16.hp {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .heading-2-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .column-6 {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  .titlecolumns.rows {
    width: 250px;
    height: 250px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .titlecolumns.rows:hover {
    transform: scale(1.2);
  }

  .dateme {
    z-index: 15000;
    color: #707070;
    text-align: center;
    flex-wrap: nowrap;
    flex: 1;
    align-content: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .dateme.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .column-7 {
    flex-wrap: wrap;
  }

  .lildateright {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0%;
    right: 0%;
    transform: none;
  }

  .heading-2-copy-rise {
    z-index: 15000;
    color: #707070;
    text-align: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .heading-2-copy-rise.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .hpinc {
    width: 40%;
    opacity: 0;
  }

  .hpcover.spark {
    display: none;
  }

  .button-side.easing-button {
    width: 45%;
    box-shadow: none;
    text-shadow: none;
  }

  .call-to-action {
    padding-right: 30px;
    position: relative;
  }

  .call-to-action.submit.form {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .call-to-action.cancel {
    width: 100%;
    float: none;
  }

  .content-wrapper.contact {
    padding: 0 15px;
  }

  .bio-link {
    font-size: 18px;
  }

  .bio-link.mail {
    width: auto;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .modal-section {
    background-color: #333;
  }

  .passionsection {
    width: 40%;
    opacity: 0;
  }

  .gallerycolumns.rows {
    width: 250px;
    height: 250px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .gallerycolumns.rows:hover {
    transform: scale(1.2);
  }

  .gallerycolumnl {
    flex-wrap: wrap;
  }

  .gallerycolumnr {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  .galleryimage.hp {
    margin-left: auto;
    margin-right: auto;
  }

  .galleryheader {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .galleryheader.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .gallerydescription {
    z-index: 15000;
    color: #707070;
    text-align: center;
    flex-wrap: nowrap;
    flex: 1;
    align-content: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .gallerydescription.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .gallerydescriptor {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .gallerydescriptor.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .gallerybutton {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .gallerybutton.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodal {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodal.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodal-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodal-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalcontenttitle {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalcontenttitle.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalcontentsubtitle {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalcontentsubtitle.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalcontentbody {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalcontentbody.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalcontentsubtitle-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalcontentsubtitle-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalpw {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalpw.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalpwsub {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalpwsub.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .gallerybuttonpw {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .gallerybuttonpw.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .headingmodalcontenttitle-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalcontenttitle-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .galleryheader-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .galleryheader-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .gallerybutton-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .gallerybutton-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  .mobilediv {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 91px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobileimage {
    margin-bottom: -32px;
    padding-bottom: 0;
    display: block;
  }

  .mobileheading {
    width: 100%;
    text-transform: none;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .mobilesubtitle {
    width: 100%;
    text-transform: none;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .mobilebutton {
    width: 90%;
    background-color: #000;
    border: 1px solid #fff;
    margin-top: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .headingmodalcontentbody-copy {
    z-index: 15000;
    clear: none;
    color: #707070;
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    align-items: center;
    margin-top: -11px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 35px;
    display: flex;
    top: 59px;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .headingmodalcontentbody-copy.jimmysprcisl {
    top: 33px;
    bottom: NaNpx;
    color: #fff;
    font-size: 16px;
    display: block;
  }
}


@font-face {
  font-family: 'Webflow my sandbox';
  src: url('../fonts/webflow-my-sandbox.eot') format('embedded-opentype'), url('../fonts/webflow-my-sandbox.woff') format('woff'), url('../fonts/webflow-my-sandbox.ttf') format('truetype'), url('../fonts/webflow-my-sandbox.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blokkneue';
  src: url('../fonts/BLOKKNeue-Regular.eot') format('embedded-opentype'), url('../fonts/BLOKKNeue-Regular.woff') format('woff'), url('../fonts/BLOKKNeue-Regular.ttf') format('truetype'), url('../fonts/BLOKKNeue-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}