@font-face {
  font-family: AdobeMyungJo2;
  src: url('../fonts/font.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AdobeMyungJo1;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --birdorange: #faa01e;
  --black: black;
  --light-coral: #007dbe;
}

body {
  color: #1a1b1f;
  font-family: AdobeMyungJo2, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--white);
  color: #1a1b1f;
  flex: none;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  object-fit: fill;
  flex: 0 auto;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: flex;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  clear: none;
  background-color: var(--birdorange);
  opacity: .6;
  flex-wrap: wrap;
  align-content: center;
  width: 1140px;
  height: 47px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 15px;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  object-fit: scale-down;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  display: block;
  position: static;
  overflow: visible;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: var(--white);
  border-style: none;
  border-color: #000;
  align-items: center;
  height: 2em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1em;
  line-height: 1.63em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-position: 55% 50%;
  background-color: #0000;
  border: 1px #000;
  border-bottom-width: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 2em;
  margin-top: 0;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.name-text1 {
  background-color: var(--birdorange);
  flex-direction: row;
  width: 300px;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
  position: relative;
  left: -18px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  display: none;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.mainlogo {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  letter-spacing: -1px;
  grid-template: ". ."
  / 1fr 2fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 27px;
  line-height: 44px;
  display: flex;
  position: static;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  color: var(--black);
  text-align: left;
  letter-spacing: -.05em;
  font-family: AdobeMyungJo2, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 44px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--birdorange);
  filter: blur();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.name-text2 {
  background-color: var(--white);
  flex-direction: row;
  width: 0;
  min-width: 0;
  margin: -16px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
  position: relative;
  top: -12px;
}

.navcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1024px;
  max-width: 1024px;
  margin-top: 42px;
  margin-bottom: 14px;
  padding-top: 0;
  display: flex;
}

.image {
  flex: 0 auto;
  margin-top: 6px;
  padding-top: 0;
}

.container-2 {
  display: block;
}

.yellowcontainer {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--birdorange);
  outline-offset: 0px;
  color: var(--light-coral);
  border: 0 #000;
  border-bottom: 2px solid #000;
  border-radius: 1px;
  outline: 3px #e148c0;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1024px;
  max-width: 1024px;
  margin-top: 42px;
  margin-bottom: 14px;
  padding-top: 0;
  display: flex;
}

.navcontainer-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1024px;
  margin-top: 42px;
  margin-bottom: 14px;
  padding-top: 0;
  display: flex;
}

.whiitecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0000;
  background-color: #0000;
  border: 0 #000;
  border-radius: 1px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1024px;
  margin-top: 42px;
  margin-bottom: 14px;
  padding-top: 0;
  display: flex;
}

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

.yellowwrap {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--birdorange);
  object-fit: cover;
  object-position: 55% 50%;
  border: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  height: 4vw;
  margin-top: -4vw;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.whitewrap {
  z-index: -2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  object-position: 55% 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 0%;
  height: 2em;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.mainlogoblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 55% 50%;
  border: 0 #000;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.maintext {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 44px;
  display: flex;
}

.contentwrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: ". Area"
                 ". ."
                 / 3.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: auto;
  width: 70%;
  padding-right: 0;
  display: block;
}

.homecontent {
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.link, .link-2 {
  display: inline;
}

.yellowlink {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-decoration: none;
  display: inline;
}

.yellowlink:hover {
  border-bottom-color: var(--birdorange);
  color: var(--birdorange);
}

.paragraph-2 {
  letter-spacing: -1px;
  column-count: 0;
}

.homepara {
  flex: 0 auto;
  margin-bottom: 0;
  display: inline;
}

.image-2 {
  transition: opacity .425s;
  display: block;
}

.logocontentwrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 55% 50%;
  border-bottom: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 125px;
  height: 47px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logotextimage {
  flex: 0 auto;
  width: 16px;
  height: 35px;
  margin-top: 6px;
  padding-top: 0;
}

.logoparawrap {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  object-position: 55% 50%;
  border: 1px #000;
  border-bottom-width: 2px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  font-style: normal;
  display: inline;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.headcontainer {
  z-index: 9999;
  background-color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footerblockwrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 55% 50%;
  border: 1px #000;
  border-bottom: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footerbarwrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 55% 50%;
  border: 1px #000;
  border-bottom-width: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 1280px;
  height: 54px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 44px;
  display: flex;
}

.footercontainer {
  background-color: #0000;
  max-width: none;
  margin: auto auto auto 20px;
  display: block;
  position: static;
}

.footerinfosection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 20px;
  font-size: .67em;
  line-height: 1.63em;
}

.footerinfopara {
  font-size: 1em;
}

.yellowwrap2 {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--birdorange);
  transform-origin: 100%;
  object-fit: cover;
  object-position: 55% 50%;
  border: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -80px;
}

.yellowprogress {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--birdorange);
  transform-origin: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 2em;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
}

.image-3 {
  flex: 0 auto;
  width: 114px;
}

.grid {
  grid-row-gap: 2px;
  grid-template: "."
                 "."
                 "Area"
                 / 2.25fr;
  grid-auto-flow: row;
}

.previewunit {
  flex: 1;
  width: 80%;
  display: none;
  position: relative;
  top: 112px;
}

.previewimage {
  display: block;
  position: static;
  top: 220px;
}

.previewimagecaption {
  color: var(--birdorange);
  text-align: left;
  margin-top: 12px;
  font-size: 18px;
  line-height: 30px;
}

.previewwrap {
  text-align: center;
  object-fit: scale-down;
  align-self: auto;
  width: 30%;
  padding-left: 0;
  display: block;
  position: static;
}

.hiddenpara {
  z-index: -10;
  color: #0000;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1px;
  line-height: 1px;
  display: flex;
  position: static;
}

.homesection {
  object-position: 100% 0%;
  width: 100%;
  height: auto;
  margin: 3em 20px 1em;
  display: block;
  position: static;
  overflow: visible;
}

.homesection.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.homelink {
  flex: 0 auto;
  justify-content: flex-end;
  text-decoration: none;
  display: inline;
}

.homelink.w--current {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline;
}

.pagesection {
  margin: 3em 20px 2em;
  font-size: .67em;
  line-height: 1.63em;
}

.pagesection.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.pagefooterwrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  display: block;
}

.footerwrap {
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  line-height: 1.63em;
}

.righttext {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.text-span-2 {
  justify-content: flex-end;
  display: flex;
}

.text-span-3, .text-span-4 {
  color: var(--light-coral);
}

.navipara {
  letter-spacing: -1px;
  column-count: 0;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  display: none;
}

.image-4 {
  width: 114px;
}

.bookinfowrap {
  width: 50%;
  margin-right: 10px;
}

.bookimagewrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 11px;
  padding-right: 11px;
  display: grid;
}

.booksection {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

.bookpara {
  text-align: left;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  font-style: normal;
}

.container-4 {
  display: flex;
}

.sampleleft {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.samplewrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.spreadimagewrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.boomimagewrap {
  width: 50%;
  display: block;
}

.bookcoverimagewrap {
  display: block;
}

.bookcoverimage {
  width: 100%;
  display: block;
}

.booksampleimagewrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: grid;
}

.contentwrap-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template: ". Area"
                 ". ."
                 / 3.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.link-3, .link-4, .link-5 {
  display: inline;
}

.authorimage {
  width: 100%;
}

.asterisk {
  flex: 0 auto;
  align-self: auto;
  width: .45em;
  margin-bottom: .25em;
  padding-top: 0;
  display: inline-block;
}

.link-6, .image-5 {
  display: inline;
}

.headsection {
  z-index: -10;
  background-color: var(--white);
  align-items: center;
  height: 2em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-5 {
  color: var(--light-coral);
}

.footerlogosection {
  background-color: var(--light-coral);
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: center flex-start;
  align-items: center;
  height: 2em;
  font-size: 1em;
  line-height: 1.63em;
  display: flex;
}

.booksampleimage {
  width: 100%;
}

.slider {
  display: none;
}

.link-7 {
  display: inline-block;
}

.footerlogowrap {
  z-index: 9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 2em;
  margin-left: 20px;
  display: flex;
}

.bluetext {
  color: var(--light-coral);
  text-indent: 30px;
}

.slider-2 {
  display: none;
}

.songsection {
  margin: 3em 20px 2em;
  font-size: 1em;
  line-height: 1.63em;
}

.songsection.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.inlineasterisk {
  flex: 0 auto;
  align-self: auto;
  width: .45em;
  margin-bottom: .6em;
  padding-top: 0;
  display: inline-block;
}

.link-8 {
  display: inline;
}

.blacklink {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-decoration: none;
  display: inline;
}

@media screen and (min-width: 1280px) {
  .navigation {
    align-items: center;
  }

  .intro-wrap {
    align-self: center;
  }

  .body {
    font-size: 2vw;
    line-height: 3.3vw;
  }

  .homesection {
    font-size: 2vw;
    line-height: 3vw;
  }

  .bookcoverimage {
    width: 100%;
  }

  .asterisk {
    margin-bottom: .6vw;
  }

  .inlineasterisk {
    margin-bottom: .75vw;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container {
    display: flex;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .mainlogo {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .body {
    font-size: 24px;
    line-height: 39px;
  }

  .mainlogoblock {
    display: flex;
  }

  .homecontent {
    display: inline;
  }

  .logoparawrap {
    object-fit: scale-down;
    flex-wrap: nowrap;
    height: auto;
    display: inline;
    overflow: visible;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footercontainer {
    max-width: 100%;
  }

  .footerinfopara {
    display: inline;
  }

  .previewunit {
    display: none;
  }

  .previewimage {
    width: auto;
  }

  .previewimagecaption {
    font-size: 16px;
    line-height: 26px;
  }

  .previewwrap {
    align-self: auto;
  }

  .homesection {
    width: auto;
    height: auto;
    display: block;
  }

  .homesection.cc-contact, .pagesection.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .footerwrap {
    display: block;
  }

  .navipara {
    align-items: center;
  }

  .bookinfowrap {
    width: 50%;
    margin-left: 0;
  }

  .booksection {
    width: auto;
    display: flex;
  }

  .bookpara {
    font-size: 1em;
    display: inline;
    overflow: visible;
  }

  .boomimagewrap {
    width: 50%;
  }

  .bookcoverimagewrap {
    margin-bottom: 20px;
  }

  .booksampleimagewrap {
    margin-top: 0;
  }

  .image-5 {
    margin-left: 20px;
  }

  .image-6 {
    display: block;
  }

  .booksampleimage {
    width: 100%;
  }

  .songsection.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    display: block;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .intro-wrap {
    width: 500px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .body {
    font-size: 20px;
    line-height: 33px;
  }

  .whitewrap {
    width: 0%;
  }

  .maintext {
    font-size: 30px;
    line-height: 52px;
  }

  .contentwrap {
    width: 100%;
  }

  .headcontainer {
    text-align: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footercontainer {
    text-align: center;
  }

  .footerinfosection {
    display: inline-block;
  }

  .previewwrap {
    display: none;
  }

  .homesection.cc-contact, .pagesection.cc-contact {
    padding: 15px;
  }

  .pagefooterwrap {
    text-align: center;
    flex-direction: column;
  }

  .footerwrap {
    flex-direction: column;
  }

  .navipara {
    display: none;
  }

  .bookinfowrap {
    width: auto;
  }

  .booksection {
    display: block;
  }

  .bookpara {
    text-align: left;
    font-size: 1em;
  }

  .boomimagewrap {
    display: none;
  }

  .asterisk {
    display: inline;
  }

  .slider {
    height: 100%;
    display: block;
  }

  .slider-2 {
    display: inline-block;
  }

  .songsection.cc-contact {
    padding: 15px;
  }

  .slide {
    overflow: hidden;
  }

  .mask {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .inlineasterisk {
    display: inline;
  }

  .slide-nav {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    width: 500px;
    overflow: visible;
  }

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

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .body {
    font-size: 18px;
    line-height: 27px;
  }

  .contentwrap {
    width: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .footerinfosection {
    font-size: .8em;
  }

  .previewwrap {
    width: auto;
  }

  .pagesection {
    font-size: .8em;
  }

  .pagefooterwrap {
    flex-direction: column;
  }

  .footerwrap {
    flex-direction: column;
    font-size: 18px;
    line-height: 27px;
  }

  .navipara {
    overflow: visible;
  }

  .bookinfowrap {
    font-size: 1em;
  }

  .booksection {
    margin-top: 1em;
    font-size: 1em;
  }

  .slideimage, .slider, .slider-2, .slide, .mask {
    overflow: hidden;
  }
}

#w-node-_252bd94e-63fa-ae61-088e-2fc92ec70b51-1d954aa0 {
  align-self: start;
}

#w-node-_2f3664b8-8660-9ced-9ad7-42025fd7d3b2-28e73123, #w-node-_1c9e5f0e-3de4-490d-5c0d-00c4c6a74723-28e73123, #w-node-_1c9e5f0e-3de4-490d-5c0d-00c4c6a74723-28e73126, #w-node-_369343e5-5b63-7338-8e33-202c808aeca9-28e73126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'AdobeMyungJo2';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AdobeMyungJo1';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}