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

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

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

a:hover {
  text-decoration: underline;
}

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

.navigation-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #fafafa;
  text-transform: uppercase;
}

.brand-link {
  cursor: crosshair;
}

.brand-link:hover {
  text-decoration: none;
}

.brand-link.w--current {
  cursor: crosshair;
}

.brand-text {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-family: cortado, sans-serif;
  color: #00011d;
  font-size: 55px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
}

.navigation-menu {
  margin-top: 3px;
}

.navigation-link {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  cursor: crosshair;
}

.navigation-link:hover {
  color: #333;
  text-decoration: line-through;
}

.navigation-link.w--current {
  color: #333;
  font-weight: 700;
}

.navigation-link.w--current:hover {
  text-decoration: none;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
  text-align: center;
}

.social-icon-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px;
  opacity: 0.3;
  transition: opacity 300ms ease;
  cursor: crosshair;
}

.social-icon-link:hover {
  opacity: 1;
}

.body {
  padding-top: 97px;
  background-color: #fafafa;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.project-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  flex: 0 32%;
  border-radius: 2px;
  text-decoration: none;
  cursor: crosshair;
}

.project-link-block.kokok {
  width: 100300px;
}

.project-link-block.hide {
  display: none;
}

.container {
  text-align: center;
}

.container.center {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}

.container.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}

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

.hover-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(310deg, #5c00d4, #ff1d7e);
  opacity: 0;
}

.div-block-2 {
  overflow: hidden;
  width: 400px;
  height: 530px;
  border-radius: 3px;
  background-image: url('../images/foto-bw.png');
  background-position: 35% 27%;
  background-size: 580px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transition: all 1142ms cubic-bezier(.269, .633, .012, 1.036);
}

.heading {
  font-family: cortado, sans-serif;
  color: #131313;
  font-size: 80px;
  letter-spacing: 1px;
}

.heading-2 {
  font-family: cortado, sans-serif;
  color: #1a1a1a;
  font-size: 50px;
  letter-spacing: 0.5px;
}

.paragraph {
  font-family: futura-pt, sans-serif;
  color: #838383;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.column {
  padding-right: 56px;
  padding-left: 56px;
}

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

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

.container-2.pampers {
  display: flex;
  flex-direction: column;
}

.column-2 {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.link {
  color: #ff1da5;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.section {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.section.showreel {
  padding-top: 23px;
  padding-bottom: 73px;
  background-color: #fafafa;
}

.proj-description {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.proj-description.name-client {
  opacity: 0;
  transform: translate(0px, -10px);
  font-weight: 300;
}

.proj-description.name-project {
  opacity: 0;
  transform: translate(0px, 10px);
}

.heading-3 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  text-align: center;
}

.video {
  margin-top: 20px;
}

.text-block {
  margin-bottom: 4px;
  font-weight: 300;
  letter-spacing: 1px;
}

.info-wrapper {
  margin-bottom: 20px;
}

.imgs-wrapper {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}

.imgs-wrapper.center {
  flex-direction: column;
}

.img-box {
  width: 49.5%;
  margin-bottom: 10px;
  text-align: center;
}

.img-box.full-width {
  width: 100%;
}

.img-box._30size {
  width: 32%;
}

.img-100-width {
  width: 100%;
  margin-bottom: 10px;
}

.img-100-width.widthcustom {
  width: 62%;
}

.img-100-width.align {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.heading-4 {
  margin-bottom: 30px;
  line-height: 48px;
  font-weight: 400;
}

.heading-4.center-text {
  margin-top: 0px;
  margin-bottom: 38px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.video-wrapper {
  overflow: hidden;
  width: 190px;
  margin-bottom: 25px;
  border-radius: 100px;
  opacity: 1;
}

.video-3 {
  display: none;
}

.logonavbar {
  width: 120px;
}

.hand-r {
  position: relative;
  left: 2px;
  top: 72px;
  bottom: 0px;
  width: 28px;
  transform-origin: 38% 27% 0px;
}

.eye {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.face-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hand-l {
  position: relative;
  left: 2px;
  top: 72px;
  bottom: 0px;
  width: 28px;
  transform-origin: 38% 17% 0px;
}

.arm {
  position: absolute;
  left: 8px;
  top: 0px;
  width: 80px;
  transform-origin: 100% 0%;
}

.mouth {
  width: 50px;
  margin-top: 11px;
}

.leg-l {
  position: relative;
  left: -15px;
  z-index: -1;
  display: flex;
  width: 50px;
  flex-direction: column;
  transform: rotate(0deg);
  transform-origin: 100% 0%;
}

.arm-r {
  position: absolute;
  left: 6px;
  top: 48px;
  z-index: -20;
  width: 90px;
  opacity: 0;
  transform: scale(-1);
  transform-origin: 100% 0%;
}

.head {
  position: relative;
  display: flex;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff1d7e;
  background-image: radial-gradient(circle farthest-corner at 19% 16%, #ff1d7e 1%, #6401d0);
  box-shadow: inset -1px -1px 22px 0 #fff;
  transform-origin: 50% 50%;
  cursor: crosshair;
}

.legs-wrapper {
  position: relative;
  top: -10px;
  display: flex;
}

.foot-l {
  position: relative;
  left: -21px;
  top: -6px;
  width: 30px;
  transform-origin: 86% 50% 0px;
}

.character_wrapper {
  position: relative;
  display: flex;
  width: 200px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.leg-r {
  position: relative;
  left: -31%;
  z-index: -1;
  display: flex;
  width: 50px;
  flex-direction: column;
  transform: scale3d(-1, 1, 1);
  transform-origin: 100% 0%;
  transform-style: preserve-3d;
}

.arm-l {
  position: absolute;
  left: -86px;
  top: 48px;
  z-index: -20;
  width: 90px;
  opacity: 0;
  transform: rotate(-27deg);
  transform-origin: 100% 0%;
}

.leg {
  position: relative;
  width: 100%;
  transform-origin: 100% 0%;
}

.foot-r {
  position: relative;
  left: -21px;
  top: -6px;
  width: 30px;
  transform-origin: 86% 50% 0px;
}

.eye-wrapper {
  position: relative;
  top: 6px;
  display: flex;
  width: 20px;
  height: 10px;
  justify-content: space-between;
}

.belly {
  position: relative;
  top: -27px;
  z-index: -1;
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-color: rgba(255, 29, 126, 0.6);
  transform: rotate(45deg);
}

.smile-animation-wrap {
  display: flex;
  margin-bottom: 60px;
  padding-top: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.navbar {
  position: fixed;
  background-color: #fff;
}

.youtube-class {
  margin-bottom: 10px;
}

.vimeoembed500pxcenter {
  display: inline-block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.imodium-video-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.html-embed {
  display: none;
}

html.w-mod-js *[data-ix="slide-from-left"] {
  opacity: 0;
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="slide-from-right"] {
  opacity: 0;
  transform: translate(30px, 0px);
}

@media screen and (max-width: 991px) {
  .brand-text {
    color: #000118;
  }

  .navigation-menu {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .navigation-link {
    padding: 9px 0px;
    color: #ecf0f1;
    text-align: center;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .div-block-2 {
    width: 360px;
  }

  .heading-2 {
    font-size: 46px;
  }

  .column {
    padding-right: 23px;
    padding-left: 23px;
  }

  .smile-animation-wrap {
    padding-top: 40px;
  }

  .insta {
    filter: invert(100%);
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand-link {
    top: 7px;
  }

  .brand-text {
    margin-top: 5px;
    font-size: 40px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .body {
    margin-top: -34px;
  }

  .project-link-block {
    flex-grow: 0;
    flex-basis: 48%;
  }

  .div-block-2 {
    height: 400px;
    margin-right: 91px;
    margin-left: 91px;
  }

  .column {
    padding-right: 65px;
    padding-left: 65px;
  }

  .column-2 {
    margin-top: 0px;
  }

  .img-box {
    margin-bottom: 5px;
  }

  .logonavbar {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    padding-top: 13px;
  }

  .brand-text {
    padding-left: 3px;
    font-size: 40px;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .body {
    margin-top: 0px;
    padding-top: 62px;
  }

  .project-link-block {
    margin-bottom: 5px;
    flex-basis: 98%;
  }

  .container.center {
    margin-bottom: 46px;
  }

  .div-block-2 {
    display: block;
    width: 300px;
    height: 340px;
    margin-right: auto;
    margin-left: auto;
    background-size: 536px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .column {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .column-2 {
    text-align: center;
  }

  .section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section.showreel {
    padding-top: 23px;
  }

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

  .info-wrapper {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .img-box {
    width: 100%;
  }

  .img-box._30size {
    width: 90%;
  }

  .img-100-width.widthcustom {
    width: 90%;
  }

  .img-100-width.align {
    flex-direction: column;
  }

  .link-2 {
    font-size: 26px;
    text-decoration: underline;
  }

  .heading-4 {
    margin-bottom: -1px;
    font-size: 22px;
    line-height: 34px;
  }

  .div-block-3 {
    margin-bottom: 10px;
  }

  .character_wrapper {
    margin: 35px 0px 0px;
  }

  .smile-animation-wrap {
    padding-top: 0px;
  }

  .vimeoembed500pxcenter {
    width: 80%;
    margin-top: 8px;
  }
}

