/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/index.css */
@font-face {
  font-family: "GT Walsheim Pro";
  src: url(./GT-Walsheim-Pro-Regular-MRE4JXYY.woff2) format("woff2"), url(./GT-Walsheim-Pro-Regular-BXOKRPMY.woff) format("woff");
}
@font-face {
  font-family: "GT Walsheim Pro Bold";
  src: url(./GT-Walsheim-Pro-Condensed-Bold-REUBQIAI.woff2) format("woff2"), url(./GT-Walsheim-Pro-Condensed-Bold-5UBKC2MW.woff) format("woff");
}
:root {
  --height: 100vh;
}
@keyframes anim-mask-right {
  0%, 100% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg) translate(-100%, 0);
  }
  51% {
    transform: rotate(180deg) translate(100%, 0);
  }
}
@keyframes anim-mask-left {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-100%, 0);
  }
  51% {
    transform: translate(100%, 0);
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html,
body {
  background: black;
  color: #ffffff;
  font-family: "GT Walsheim Pro", sans-serif;
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  width: 100vw;
}
#app {
  display: flex;
  min-height: 100%;
  position: relative;
}
.grid {
  display: inline-grid;
  grid-template-columns: 24px repeat(10, 1fr) 24px;
  grid-gap: 5px 16px;
  padding: 0;
  position: relative;
  max-width: 1440px;
  width: 100%;
}
.grid > div {
  display: flex;
  flex-direction: column;
  grid-column: 2/span 10;
}
@media screen and (min-width:425px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width:1024px) {
  .grid {
    padding: 0 28px;
  }
}

/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/intro.css */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: var(--height);
  font-size: 16px;
  overflow-y: auto;
  padding: 80px 0 0;
  width: 100%;
}
.intro a,
.intro a:visited {
  color: white;
  text-decoration: none;
}
.intro__nav {
  display: flex;
  flex-direction: column;
  margin-top: 63px;
  position: relative;
}
.intro__content {
  margin: 0 auto;
  min-height: calc(var(--height) - 80px);
  padding-bottom: 10%;
  padding-top: 10%;
  width: 100%;
}
.intro__content .wrapper {
  grid-column: 2/span 10;
}
.intro__content .top {
  align-content: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.intro__content .mid {
  font-size: 32px;
  margin-top: 43px;
  max-width: 100%;
}
@media screen and (min-width:425px) {
  .intro__content .mid {
    font-size: clamp(30px, 4.4vw, 40px);
  }
}
@media screen and (min-width:1024px) {
  .intro__content .mid {
    font-size: 40px;
  }
}
.intro__content .bot {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: auto 0 0 0;
  padding-top: 14px;
}
@media screen and (min-width:425px) {
  .intro__content .bot {
    padding-top: 72px;
  }
}
.break-large {
  display: none;
}
@media screen and (min-width:425px) {
  .break-large {
    display: block;
  }
}
.gap12 {
  margin-top: 12px;
}
.social-links a {
  transition: opacity 350ms ease-out;
}
.social-links a:hover {
  opacity: 0.5;
}

/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/login.css */
.login {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100vh;
  overflow-y: scroll;
  padding: 80px 0 0;
  width: 100%;
}
.login a,
.login a:visited {
  color: white;
  text-decoration: none;
}
.login__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1440px;
  min-height: var(--height);
  padding: 10% 0;
  width: 100%;
}
.login__content .top {
  align-content: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login__content .mid {
  font-size: 32px;
  margin-top: 43px;
  max-width: 100%;
}
@media screen and (min-width:425px) {
  .login__content .mid {
    font-size: 4.5vw;
  }
}
@media screen and (min-width:1024px) {
  .login__content .mid {
    font-size: 40px;
    max-width: 58%;
  }
}
.login__content .bot {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: auto 0 0 0;
  padding-top: 72px;
}
.login .mid label {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  position: relative;
}
.login .mid label input {
  background: transparent;
  border: none;
  color: white;
  font-size: 120px;
  outline: none;
  margin-top: 40px;
  padding: 0;
  position: relative;
  width: 100%;
}
.login .mid label:after {
  background: white;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.login__title {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
.login__title:after {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/about.css */
.about {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 100vh;
  overflow-y: auto;
  padding: 80px 0 0;
  width: 100%;
}
.about .grid > div {
  flex-direction: row;
}
.about a,
.about a:visited {
  color: white;
  text-decoration: none;
}
.about--info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  min-height: calc(100vh - 80px);
  padding: 10vh 0;
}
@media screen and (min-height:1024px) {
  .about--info {
    padding: 10% 0;
  }
}
@media screen and (min-width:1024px) {
  .about--info {
    max-width: 1440px;
  }
}
.about--info .left {
  flex: 1 0 100%;
}
@media screen and (min-width:1024px) {
  .about--info .left {
    flex: 1 1 50%;
  }
}
.about--info .right {
  flex: 1 0 100%;
  margin-top: 75px;
}
@media screen and (min-width:1024px) {
  .about--info .right {
    flex: 1 1 50%;
    margin-top: 0;
  }
}
.about--info .me {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.33;
  max-width: 500px;
}
@media screen and (min-width:1024px) {
  .about--info .me {
    max-width: 75%;
  }
}
.about--info .experience {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 75px;
}
.about--info .experience .info {
  margin-bottom: 0;
}
.about--info .awards {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about--info .col {
  flex: 1 1 100%;
}
@media screen and (min-width:1024px) {
  .about--info .col {
    flex: 1 1 50%;
  }
}
.about--info .info {
  line-height: 1.33;
  margin: 1.2em 0;
  padding-right: 45px;
  white-space: nowrap;
}
.about--info .info:last-of-type {
  margin-bottom: 0;
}
.about__title {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
.about__title:after {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/header.css */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes slide-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.intersection-observer {
  display: block;
  left: 0;
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
.header {
  align-items: center;
  background: black;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  padding: 0;
  position: fixed;
  transition: 350ms background-color ease-out;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header svg {
  fill: white;
}
.header.opened {
  background: transparent;
  transition: none;
}
.header.white {
  background: white;
}
.header.cream {
  background: #fffaf5;
}
.header.opened .hamburger svg,
.header.cream:not(.opened) .hamburger svg,
.header.white:not(.opened) .hamburger svg {
  fill: black;
  stroke: black;
}
.header.opened .back-home svg,
.header.cream:not(.opened) .back-home svg,
.header.white:not(.opened) .back-home svg {
  fill: black;
}
.header.transparent {
  background-color: transparent;
}
.header .content {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  height: 80px;
  max-width: calc(1440px);
  width: 100%;
  z-index: 1;
}
.header .content > div {
  flex-direction: row;
}
.back-home {
  height: 16px;
  margin-right: 24px;
  overflow: hidden;
  width: 18px;
}
.back-home.hovered svg {
  animation: 550ms anim-mask-left both;
}
.back-home svg {
  width: 100%;
}
.hamburger {
  height: 18px;
  cursor: pointer;
  width: 16px;
  --speed: 125ms;
}
.hamburger svg {
  fill: white;
  stroke: white;
  width: 100%;
}
.hamburger .x .horizontal {
  transition: transform var(--speed) 0ms ease-out, opacity 0ms var(--speed) ease-out;
}
.hamburger .x .diagonal {
  transition: transform var(--speed) var(--speed) ease-out, opacity 0ms 0s ease-out;
}
.hamburger .o .horizontal {
  transition: transform var(--speed) var(--speed) ease-out, opacity 0ms var(--speed) ease-out;
}
.hamburger .o .diagonal {
  transition: transform var(--speed) ease-out, opacity 0ms var(--speed) ease-out;
}
.menu {
  align-items: center;
  background: transparent;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  padding: 192px 0 0;
  pointer-events: none;
  right: 0;
  top: 0;
  z-index: 6;
}
.menu:after {
  background: white;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 0;
}
.menu.visible .menu-wrapper {
  animation: 350ms 350ms fade-in forwards ease-out;
}
.menu.visible:after {
  animation: 350ms slide-in forwards ease-out;
}
.menu.hidden .menu-wrapper {
  animation: 350ms fade-out forwards ease-out;
}
.menu.hidden:after {
  animation: 350ms 350ms slide-out backwards ease-out;
}
.menu .menu-wrapper {
  opacity: 0;
  z-index: 1;
}
.menu a {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 10vw;
  line-height: 1.4;
  text-decoration: none;
  max-width: 90%;
}
@media screen and (min-width:425px) {
  .menu a {
    font-size: clamp(46px, 10vw, 120px);
  }
}
.menu a span {
  position: relative;
}
.menu a span:after {
  bottom: 10%;
  content: "";
  display: block;
  background: black;
  height: 2px;
  opacity: 0;
  position: absolute;
  transition: opacity 550ms ease-out;
  width: 100%;
}
@media screen and (min-width:768px) {
  .menu a span:after {
    height: 3px;
  }
}
@media screen and (min-width:1024px) {
  .menu a span:after {
    height: 4px;
  }
}
.menu a:hover span:after {
  opacity: 1;
}
.menu .menu-content {
  display: flex;
  flex-direction: column;
  left: 0;
  max-width: 1440px;
  width: 100%;
}
.header--menu {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}
.visible .header--menu {
  opacity: 1;
}
.hidden .header--menu {
  animation: 0ms 355ms fade-out both ease-out;
}
.header--menu .content > div {
  flex-direction: row;
}
.header--menu svg path {
  stroke: black;
}
.header--menu svg rect {
  fill: black;
}

/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/title.css */
.title .content {
  display: inline-block;
  font-family: "GT Walsheim Pro Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
}
.title .content:after {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width:425px) {
  .title .content:after {
    height: 2px;
  }
}
.title.black_underscore .content:after {
  background-color: black;
}

/* ../../../../../../var/folders/_0/64pmvhyn2tbf7kf4_n5n3n4c0000gn/T/tmp-43561-po7m1oMCloPc/Elvani Kusdiana/src/styles/next-button.css */
.next {
  display: inline-flex;
  color: white;
  flex-direction: row;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.next.hovered svg {
  animation: 550ms anim-mask-right both;
}
.next .svg-wrapper {
  margin-right: 12px;
  overflow: hidden;
}
.next .svg-wrapper svg {
  fill: white;
  transform: rotate(180deg);
  width: 16px;
}
