a {
  text-decoration: none;
}

.body {
  height: 100dvh;
  background-color: #fdfeff;
  overflow: hidden;
}

.section {
  width: 100%;
}

.container {
  height: 100vh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.content {
  justify-content: center;
  display: flex;
}

.description {
  z-index: 3;
  height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.description.mobile {
  display: none;
}

.profile {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.avatar {
  z-index: 1;
  width: 40vh;
  height: 40vh;
  object-fit: fill;
  border-radius: 50%;
  display: none;
  position: relative;
}

.icon-logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: static;
  top: auto;
  bottom: -1vh;
  left: auto;
  right: -1vh;
}

.logo-stripe {
  z-index: 0;
  width: 120vw;
  height: 14vh;
  min-width: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  transform: rotate(45deg);
}

.stripe {
  width: 50%;
  height: 100%;
  background-image: url('../images/icon-k.svg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}

.stripe.r {
  width: 50%;
  background-image: none;
  background-size: auto;
  display: block;
}

.stripe.side {
  width: 20vh;
  background-position: 0%;
  background-repeat: no-repeat;
  position: absolute;
  right: -20.1vh;
}

.stripe.logo {
  z-index: 0;
  width: 50vw;
  height: 13.6vh;
  background-image: url('../images/icon-r.svg');
  background-position: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14vh;
  right: 0;
}

.stripe.logo.k {
  width: 60vw;
  background-image: url('../images/icon-k.svg');
  background-position: 100% 100%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stripe.center {
  width: 42vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.stripe-center {
  width: 47vh;
  margin-right: 21vh;
}

.logo {
  z-index: 2;
  width: 14vh;
  height: 14vh;
  position: absolute;
  bottom: -2vh;
  right: -2vh;
}

.stripe-anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.stripe-anchor.k {
  width: 14vh;
  height: 14vh;
  top: -6vh;
  bottom: auto;
  left: -6vh;
  right: auto;
}

.header {
  width: auto;
  height: 12vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: none;
}

.header.ba {
  transform: rotate(8deg);
}

.header.pm {
  margin-right: 5vh;
  transform: rotate(3deg);
}

.header.fc {
  height: 7vh;
  margin-top: 3.5vh;
  transform: rotate(-6deg);
}

.header.kr {
  height: 8vh;
  padding-right: 3vh;
  transform: rotate(-7deg);
}

.expertise {
  width: auto;
  height: 7vh;
  color: #1a1a1a;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Bigshouldersdisplay variablefont wght, sans-serif;
  font-size: 7vh;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.expertise.ba {
  letter-spacing: -.25px;
  font-size: 6vh;
}

.expertise.pm {
  letter-spacing: -.025px;
  font-family: Bebasneue, sans-serif;
  font-size: 6vh;
}

.expertise.fc {
  letter-spacing: 1vh;
  font-family: Sairacondensed, sans-serif;
  font-size: 6vh;
}

.contact {
  z-index: 5;
  grid-column-gap: 1.5vh;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 56px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-linkedin {
  width: 7vh;
  height: 7vh;
  max-height: 56px;
  max-width: 56px;
  min-height: 28px;
  min-width: 28px;
}

.contact-link {
  color: #3457b4;
  padding-top: .75vh;
  font-family: Bebasneue, sans-serif;
  font-size: 3.8vh;
  line-height: 100%;
  text-decoration: none;
}

.name {
  color: #1a1a1a;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Sairacondensed, sans-serif;
  font-size: 3vh;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: none;
}

.headers-content {
  grid-row-gap: 0vh;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.expertise-bg {
  width: 109%;
  height: 12vh;
  background-color: rgba(164, 210, 255, .7);
  position: absolute;
  right: 1vh;
}

.expertise-bg.fc {
  width: 102%;
  background-color: rgba(251, 255, 47, .55);
  right: 2.3vh;
}

.expertise-bg.pm {
  width: 108%;
  background-color: rgba(176, 231, 227, .7);
}

.avatar-vide {
  z-index: 1;
  width: 40vh;
  height: 40vh;
  border-radius: 50%;
  position: relative;
}

.avatar-vide.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .container {
    grid-row-gap: 5vh;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10vw;
  }

  .content {
    grid-row-gap: 3vh;
    flex-direction: column;
  }

  .description {
    padding-right: 0;
    display: none;
  }

  .description.mobile {
    display: block;
  }

  .avatar {
    width: 36vh;
    height: 36vh;
  }

  .stripe-anchor.k {
    width: 15vh;
    height: 15vh;
  }

  .header.ba {
    justify-content: center;
    transform: rotate(4deg);
  }

  .header.pm {
    height: 10vh;
    justify-content: center;
    transform: rotate(-2deg);
  }

  .header.fc {
    height: 5vh;
    justify-content: center;
    margin-top: 4.5vh;
    transform: rotate(4deg);
  }

  .header.kr {
    margin-top: 2vh;
    transform: rotate(4deg);
  }

  .expertise.ba, .expertise.pm, .expertise.fc {
    font-size: 5.5vh;
  }

  .contact {
    position: static;
  }

  .headers-content {
    grid-row-gap: 0vh;
    align-items: center;
  }

  .expertise-bg {
    width: 119%;
    height: 11vh;
    right: auto;
  }

  .expertise-bg.fc {
    width: 109%;
    right: auto;
  }

  .expertise-bg.pm {
    width: 116%;
  }

  .avatar-vide {
    display: none;
  }

  .avatar-vide.mobile {
    width: 40vh;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .container {
    height: auto;
    grid-row-gap: 12vw;
    flex-direction: column;
    align-items: center;
    padding-top: 10vw;
  }

  .content {
    grid-row-gap: 0vh;
    flex-direction: column;
  }

  .description {
    display: none;
  }

  .description.mobile {
    height: auto;
    margin-top: 10vw;
    display: block;
  }

  .avatar {
    width: 48vw;
    height: 48vw;
  }

  .stripe.logo {
    height: 19vw;
    left: 20vw;
  }

  .logo {
    width: 20vw;
    height: 20vw;
    bottom: -4vw;
    right: 4vw;
  }

  .stripe-anchor.k {
    width: 16vw;
    height: 16vw;
    top: -4vw;
    left: -2vw;
  }

  .header.ba {
    height: 14vw;
    justify-content: center;
    transform: rotate(4deg);
  }

  .header.pm {
    height: 14vw;
    justify-content: center;
    margin-right: 0;
    transform: rotate(-2deg);
  }

  .header.fc {
    height: 14vw;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    transform: rotate(4deg);
  }

  .header.kr {
    height: 7vw;
    padding-right: 0;
    transform: rotate(4deg);
  }

  .expertise.ba {
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9vw;
  }

  .expertise.pm {
    height: 60%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8.5vw;
  }

  .expertise.fc {
    height: 60%;
    letter-spacing: 1.5vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .contact {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .icon-linkedin {
    width: 10vw;
    height: 10vw;
  }

  .contact-link, .name {
    font-size: 6vw;
  }

  .headers-content {
    grid-row-gap: 2.2vw;
    align-items: center;
  }

  .expertise-bg {
    width: 119%;
    height: 100%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .expertise-bg.fc {
    width: 109%;
    height: 100%;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .expertise-bg.pm {
    width: 116%;
    height: 100%;
  }

  .avatar-vide {
    display: none;
  }

  .avatar-vide.mobile {
    width: 48vw;
    height: 48vw;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 100vh;
    overflow: hidden;
  }

  .stripe-anchor.k {
    width: 13vw;
    height: 17vw;
  }

  .avatar-vide {
    width: 48vw;
    height: 48vw;
  }
}


@font-face {
  font-family: 'Sairacondensed';
  src: url('../fonts/SairaCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshouldersdisplay variablefont wght';
  src: url('../fonts/BigShouldersDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}