@font-face {
  font-family: 'HK Grotesk';
  src: url("assets/HKGrotesk-Regular-.eot#iefix") format("embedded-opentype"), url("assets/HKGrotesk-Regular.woff") format("woff"), url("assets/HKGrotesk-Regular.ttf") format("truetype"), url("assets/HKGrotesk-Regular.svg#HKGrotesk-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk';
  src: url("assets/HKGrotesk-Medium-.eot#iefix") format("embedded-opentype"), url("assets/HKGrotesk-Medium.woff") format("woff"), url("assets/HKGrotesk-Medium.ttf") format("truetype"), url("assets/HKGrotesk-Medium.svg#HKGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk';
  src: url("assets/HKGrotesk-Bold-.eot#iefix") format("embedded-opentype"), url("assets/HKGrotesk-Bold.woff") format("woff"), url("assets/HKGrotesk-Bold.ttf") format("truetype"), url("assets/HKGrotesk-Bold.svg#HKGrotesk-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk';
  src: url("assets/HKGrotesk-Light-.eot#iefix") format("embedded-opentype"), url("assets/HKGrotesk-Light.woff") format("woff"), url("assets/HKGrotesk-Light.ttf") format("truetype"), url("assets/HKGrotesk-Light.svg#HKGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal; }


body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  background: #fd3d54 url("Worlds-Best-Graphic-Designer-Ever-header.jpg") no-repeat center 60%/80%;
  font-family: "HK Grotesk", Helvetica Neue, Arial, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 2000px) {

    body {
      background-size: 90%; } }
  @media screen and (max-width: 1680px) {

    body {
      background-size: 100%; } }
  @media screen and (max-width: 1440px) {

    body {
      background-size: 105%;
      background-position: center 50%; } }
  @media screen and (max-width: 800px) and (orientation: landscape) {

    body {
      background-size: 75%; } }
  @media screen and (max-width: 640px) and (orientation: portrait) {

    body {
      background-position: center 40%; } }


.noise {
  mix-blend-mode: multiply;
  background-image: url("Worlds-Best-Graphic-Designer-Ever-noise.png");
  opacity: .065;
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5; }


.logo {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 10; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {

    .logo {
      left: 30px;
      top: 30px; }

      .logo img {
        width: 125px; } }
  @media screen and (max-width: 640px) and (orientation: portrait) {

    .logo {
      left: 50%;
      top: 30px;
      transform: translate(-50%, 0); } }


.cont {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 10;
  color: white;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-align: right; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {

    .cont {
      right: 30px;
      top: 30px;
      font-size: 16px;
      line-height: 28px; } }
  @media screen and (max-width: 640px) and (orientation: portrait) {

    .cont {
      right: 0%;
      top: 80px;
      width: 100%;
      text-align: center;
      font-size: 16px;
      line-height: 28px; } }


span a {
  text-decoration: none;
  color: white;
  transition: 0.25s ease all; }


span a:hover {
  color: #393f4c;
  transition: 0.25s ease all; }


h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 60px;
  z-index: 10;
  text-align: center;
  font-size: 16px;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {

    h1 {
      bottom: 20px;
      font-size: 14px; } }
  @media screen and (max-width: 500px) {

    h1 {
      bottom: 30px;
      font-size: 12px;
      width: 100%; } }


i {
  font-style: normal; }


h1 span {
  height: 60px;
  display: block;
  width: 2px;
  background: transparent;
  margin: 0 auto 35px;
  position: relative; }
  @media screen and (max-width: 800px) and (orientation: landscape) {
    h1 span {
      display: none; } }

h1 span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: white;
  animation: 0.35s stich; }

/*
@keyframes stich {
    0% { top: 0%; }
    30% { top: 100%; }
    100% { top: 100%; bottom: 100%; }
}

@-webkit-keyframes stich {
    0% { top: 0%; }
    100% { top: 100%; }
}*/

/*# sourceMappingURL=style.css.map */

#line1 {
	width: 100%;
    height:100%;
  }
  table {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
  }
}
