:root {
  --white: #e7e7e7;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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 {
  color: #1a1b1f;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 40px;
  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 {
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.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 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

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

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

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

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

.heading-jumbo {
  z-index: 1;
  color: #fff;
  text-transform: none;
  mix-blend-mode: difference;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 80px;
  position: relative;
}

.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 {
  z-index: 1;
  opacity: .6;
  color: #4d4d4d;
  text-align: left;
  width: auto;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.paragraph-light._1 {
  opacity: 1;
  width: 400px;
  font-size: 14px;
}

.paragraph-light.experience_txt {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.section {
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-contact {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 80px;
  padding-right: 80px;
}

.section._2 {
  margin-top: 0;
}

.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;
}

.navigation-item {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  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-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

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

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
  margin-left: 0;
}

.intro-wrap.desktop {
  margin-left: -200px;
}

.name-text {
  z-index: 1;
  width: 250px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
}

.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-description.e1 {
  align-items: flex-start;
}

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

.works-grid2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(0, 5fr));
  grid-template-areas: ". . ."
                       ". . .";
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.works-grid2.h2 {
  padding-top: 60px;
}

.works-grid2.h2.h_video {
  padding-left: 220px;
  padding-right: 220px;
}

.works-grid2.experience {
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 100px;
}

.works-grid2.experience.ex_in {
  margin-bottom: 0;
  margin-left: 130px;
  margin-right: 130px;
}

.works-grid2.h2-copy {
  padding-top: 140px;
}

.works-grid2.h2-copy.h_video {
  padding-left: 220px;
  padding-right: 220px;
}

.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;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

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

.work-image.cc-work-1 {
  background-image: url('../images/m_img_6.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-1.experience-image {
  height: 400px;
  margin-bottom: 0;
}

.work-image.cc-work-p1 {
  background-image: url('../images/m_img_5.jpg');
  background-size: cover;
  height: auto;
  margin-bottom: 0;
}

.work-image.cc-work-4 {
  background-image: url('../images/m_img_6.jpg');
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.work-image.cc-work-5 {
  background-image: url('../images/m_img_3.jpg');
  background-position: 30%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.work-image.cc-work-6 {
  background-color: #fddcab;
  background-image: url('../images/ss_img_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  margin-bottom: 20px;
}

.work-image.cc-work-3 {
  background-image: url('../images/m_img_2.jpg');
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.work-image.cc-work-2 {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-2.experience-image {
  background-color: #000;
  background-image: url('../images/vlcsnap-2023-11-27-04h20m24s352.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.work-image.cc-work-3-copy {
  background-image: url('../images/m_img_5.jpg');
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.work-image.cc-work-14 {
  background-color: #2e76db;
  background-image: url('../images/m_img_3.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}

.work-image.cc-work-24 {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-24.experience-image {
  background-color: #000;
  background-image: url('../images/hkjc_img1_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-20 {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-20.experience-image {
  background-color: #000;
  background-image: url('../images/gf22.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.work-image.cc-work-21 {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-21.experience-image {
  background-color: #000;
  background-image: url('../images/6_20558985463ef64ad7ebaf-1024x1000.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-22-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-22-copy.experience-image {
  background-color: #000;
  background-image: url('../images/hkmoa_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-21-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-21-copy.experience-image {
  background-color: #000;
  background-image: url('../images/gf22.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.work-image.cc-work-26-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-26-copy.experience-image {
  background-color: #000;
  background-image: url('../images/b2_p2_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-246 {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-246.experience-image {
  background-color: #000;
  background-image: url('../images/PHOTO-2018-12-30-14-48-45-655x655.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-1-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-1-copy.experience-image {
  background-color: #443247;
  background-image: url('../images/m_img_7.gif');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 400px;
  margin-bottom: 0;
}

.work-image.cc-work-22-copy-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-22-copy-copy.experience-image {
  background-color: #000;
  background-image: url('../images/hkmoa_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-22-copy-copy-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-22-copy-copy-copy.experience-image {
  background-color: #f8f8f8;
  background-image: url('../images/hsbc_img1.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.work-image.cc-work-24-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-24-copy.experience-image {
  background-color: #000;
  background-image: url('../images/m_img_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-26-copy-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-26-copy-copy.experience-image {
  background-color: #fff;
  background-image: url('../images/vlcsnap-2023-10-07-20h14m22s480.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.work-image.cc-work-21-copy-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-21-copy-copy.experience-image {
  background-color: #000;
  background-image: url('../images/co_img_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.work-image.cc-work-254-copy-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-254-copy-copy.experience-image {
  background-color: #000;
  background-image: url('../images/6_20558985463ef64ad7ebaf-1024x1000.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-image.cc-work-24-copy-copy {
  background-image: url('../images/m_img_1.jpg');
  border-radius: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.work-image.cc-work-24-copy-copy.experience-image {
  background-color: #000;
  background-image: url('../images/6_20558985463ef64ad7ebaf-1024x1000.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.project-name-link {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 40px;
  margin-bottom: 5px;
  padding: 3px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

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

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

.project-name-link.e1 {
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}

.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;
  padding: 40px 50px;
  display: flex;
}

.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;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.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: ". ."
                 ". ."
                 / 1fr;
  grid-auto-flow: row;
  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: 29px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  align-content: stretch;
  place-items: stretch stretch;
  margin-bottom: 30px;
}

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

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

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 40px;
  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;
  padding-bottom: 0;
  font-size: 55px;
  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 {
  background-color: #ffe5be;
}

.div-block {
  margin-bottom: 0;
}

.div-block-2 {
  margin-top: 0;
}

.image {
  background-image: url('../images/m_img_5.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell {
  background-image: url('../images/vlcsnap-2023-11-26-04h39m03s296.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 20px;
  align-items: flex-start;
}

.cell-2 {
  background-image: url('../images/WhatsApp-Image-2023-08-30-at-03.23.33.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
}

.spline-scene {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.spline_div {
  z-index: 0;
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-3, .div-block-4 {
  position: relative;
}

.image-2 {
  border-radius: 20px;
}

.body-2 {
  background-color: #ffe5be;
}

.slide {
  border: 0 dotted #000;
  border-radius: 20px;
}

.slide-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/HKPL_1.gif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 0;
}

.mask {
  opacity: 1;
  border: 0 solid #000;
  border-radius: 20px;
}

.slide-3 {
  -webkit-text-stroke-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
}

.slider {
  aspect-ratio: auto;
  opacity: 1;
  outline-offset: 0px;
  background-color: #ffe5be;
  border: 0 solid #000;
  border-radius: 20px;
  outline: 3px #1a1b1f;
  overflow: visible;
}

.div-block-6 {
  opacity: 1;
  outline-offset: 0px;
  border: 0 solid #000;
  border-radius: 20px;
  outline: 3px #1a1b1f;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.slide-4 {
  opacity: 1;
  outline-offset: 0px;
  border: 0 #000;
  outline: 3px #555;
}

.slide-4.work-image {
  background-color: #000;
  background-image: url('../images/m_img_7.gif');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
}

.mask-2 {
  outline-offset: 0px;
  outline: 3px #1a1b1f;
}

.slider-2 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #1a1b1f;
  height: 460px;
}

.slide-4-copy {
  opacity: 1;
  outline-offset: 0px;
  border: 0 #000;
  outline: 3px #555;
}

.slide-4-copy.work-image {
  background-color: #000;
  background-image: url('../images/HKPL_1.gif');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
}

.slider-2-copy {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #1a1b1f;
  height: 460px;
}

.slider-2-copy.work-image {
  background-image: url('../images/vlcsnap-2023-11-26-04h38m11s714.png');
}

.slide-5 {
  background-color: #422f53;
  background-image: url('../images/m_img_7.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-radius: 20px;
}

.slide-6 {
  background-image: url('../images/m_img_5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-7 {
  background-color: #000;
  background-image: url('../images/HKPL_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-radius: 20px;
}

.slide-nav {
  border-radius: 20px;
}

.slide-8 {
  background-image: url('../images/vlcsnap-2023-11-27-04h20m24s352.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-9 {
  background-image: url('../images/m_img_7.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.image-3 {
  border-radius: 20px;
  padding-bottom: 0;
}

.image-4 {
  border-radius: 20px;
  display: inline-block;
}

.text-block {
  text-align: center;
  text-decoration: none;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  text-decoration: none;
}

.lightbox-link {
  margin-bottom: 0;
}

.image-5 {
  background-image: url('../images/e_img_t2_1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.image-6 {
  border-radius: 20px;
}

.image-7 {
  border-radius: 20px;
  display: inline-block;
}

.image-8, .image-9, .image-10 {
  border-radius: 20px;
}

.paragraph {
  font-size: 20px;
}

.slide-7-copy {
  background-color: #000;
  background-image: url('../images/m_img_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.slide-9-copy {
  background-image: url('../images/m_img_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.slide-10 {
  background-image: url('../images/hkjc_img1_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-11 {
  background-image: url('../images/gf22.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.slide-6-copy {
  background-image: url('../images/hkex_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.slide-6-c2 {
  background-color: #f9f9f9;
  background-image: url('../images/hsbc_img1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.slide-6-c3 {
  background-color: var(--white);
  background-image: url('../images/co_img_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.slide-6-c4 {
  background-image: url('../images/hsbc_img1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.slide-6-c8, .slide-6-c9 {
  background-image: url('../images/hku_img_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.slide-6-c28 {
  background-color: #c54a2a;
  background-image: url('../images/pn_img_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-8cy {
  background-image: url('../images/hkpl_img_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-9-c {
  background-color: #000;
  background-image: url('../images/DSCF2014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 20px;
}

.slide-6-9 {
  background-color: #4d517e;
  background-image: url('../images/b2_p2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.slide-12 {
  background-color: #88b7c9;
  background-image: url('../images/hku_t1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.mask-3 {
  border-radius: 0;
}

.mask-4, .mask-5, .mask-6, .mask-7 {
  border-radius: 20px;
}

.slide-13 {
  background-color: #fff;
  background-image: url('../images/cTest_2_3.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.lightbox-link-3 {
  text-align: center;
}

.image-11 {
  background-color: #000;
  border-radius: 20px;
  display: inline;
}

.link {
  float: none;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.works-grid2-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(0, 5fr));
  grid-template-areas: ". . ."
                       ". . .";
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.works-grid2-copy.h2 {
  padding-top: 60px;
}

.works-grid2-copy.h2.h_video {
  padding-left: 220px;
  padding-right: 220px;
}

.works-grid2-copy.experience {
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

.works-grid2-copy.experience.ex_in {
  margin-bottom: 0;
  margin-left: 130px;
  margin-right: 130px;
}

.works-grid2-copy.h2-copy {
  padding-top: 140px;
}

.works-grid2-copy.h2-copy.h_video {
  padding-left: 220px;
  padding-right: 220px;
}

.works-grid2-copy.experience-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(0, 5fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.works-grid2-copy.experience-copy.ex_in {
  margin-bottom: 0;
  margin-left: 130px;
  margin-right: 130px;
}

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

.work-description-copy.e1 {
  align-items: flex-start;
}

.work-description-copy.e1-copy {
  text-align: center;
  align-items: center;
}

.paragraph-light-copy {
  z-index: 1;
  opacity: .6;
  color: #4d4d4d;
  text-align: center;
  width: auto;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.paragraph-light-copy._1 {
  width: 400px;
}

.paragraph-light-copy.experience_txt {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.slide-9-ceopy {
  background-color: #dad4b1;
  background-image: url('../images/ss_img_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.body-3 {
  background-color: #ffe5be;
}

.v2 {
  aspect-ratio: 16 / 9;
}

.video {
  border-radius: 20px;
}

.link-2 {
  text-decoration: none;
}

.image-4-copy {
  border-radius: 20px;
  display: inline-block;
}

.spline-scene-2 {
  aspect-ratio: 3.5;
  width: 100%;
  height: 500px;
  position: absolute;
}

.bold-text {
  color: #dbbc8c;
  mix-blend-mode: exclusion;
}

.link-block-2 {
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .paragraph-light {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .paragraph-light._1 {
    text-align: left;
    justify-content: flex-start;
  }

  .paragraph-light.experience_txt {
    text-align: center;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .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 {
    opacity: 1;
    text-align: center;
    letter-spacing: 5px;
    background-color: #fff;
    padding: 60px 30px;
    font-size: 40px;
    font-weight: 300;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .navigation-items {
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    border-radius: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .work-description.e1 {
    align-items: center;
  }

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

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

  .works-grid2.h2.h_video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .works-grid2.experience {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .works-grid2.h2-copy.h_video {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .work-image.cc-work-1.experience-image {
    margin-bottom: 0;
  }

  .work-image.cc-work-6 {
    background-color: #ffe5be;
    background-position: 100%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
  }

  .work-image.cc-work-2.experience-image {
    margin-bottom: 0;
  }

  .work-image.cc-work-24.experience-image {
    background-size: cover;
    margin-bottom: 0;
  }

  .work-image.cc-work-20.experience-image {
    background-size: contain;
    margin-bottom: 0;
  }

  .work-image.cc-work-21.experience-image {
    background-size: cover;
    margin-bottom: 0;
  }

  .work-image.cc-work-22-copy.experience-image {
    margin-bottom: 0;
  }

  .work-image.cc-work-21-copy.experience-image, .work-image.cc-work-26-copy.experience-image, .work-image.cc-work-24-copy.experience-image, .work-image.cc-work-246.experience-image {
    background-size: cover;
    margin-bottom: 0;
  }

  .work-image.cc-work-1-copy.experience-image, .work-image.cc-work-22-copy-copy.experience-image, .work-image.cc-work-22-copy-copy-copy.experience-image {
    margin-bottom: 0;
  }

  .work-image.cc-work-24-copy.experience-image {
    background-size: cover;
    margin-bottom: 0;
  }

  .work-image.cc-work-26-copy-copy.experience-image {
    background-position: 100%;
    background-size: cover;
    margin-bottom: 0;
  }

  .work-image.cc-work-21-copy-copy.experience-image, .work-image.cc-work-254-copy-copy.experience-image, .work-image.cc-work-24-copy-copy.experience-image {
    background-size: cover;
    margin-bottom: 0;
  }

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

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

  .about-intro-grid {
    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;
  }

  .div-block-5 {
    aspect-ratio: auto;
    object-fit: cover;
    background-color: #7c2727;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .slide-12 {
    background-size: contain;
  }

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

  .works-grid2-copy.h2.h_video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .works-grid2-copy.experience {
    margin-left: 40px;
    margin-right: 40px;
  }

  .works-grid2-copy.h2-copy.h_video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .works-grid2-copy.experience-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .work-description-copy.e1 {
    align-items: center;
  }

  .work-description-copy.e1-copy {
    align-items: center;
    margin-top: 20px;
  }

  .paragraph-light-copy.experience_txt {
    text-align: center;
  }

  .spline-scene-2 {
    aspect-ratio: 1.5;
    height: 500px;
  }

  .bold-text {
    mix-blend-mode: normal;
  }
}

@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 {
    text-align: center;
    padding-top: 0;
  }

  .container.p28 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-jumbo {
    text-align: center;
    width: auto;
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-light {
    text-align: center;
  }

  .paragraph-light._1 {
    text-align: center;
    justify-content: center;
    width: auto;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

  .navigation-item {
    opacity: 1;
    letter-spacing: 5px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 40px;
    font-weight: 300;
  }

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

  .navigation {
    border-radius: 0;
    padding: 20px 30px;
  }

  .name-text {
    width: auto;
  }

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

  .works-grid2.experience {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .work-image.cc-work-6 {
    background-position: 100%;
  }

  .work-image.cc-work-14 {
    background-position: 30%;
    background-size: cover;
  }

  .work-image.cc-work-20.experience-image {
    background-size: cover;
  }

  .work-image.cc-work-21.experience-image {
    background-position: 65%;
  }

  .work-image.cc-work-21-copy.experience-image {
    background-position: 50%;
  }

  .work-image.cc-work-26-copy.experience-image {
    background-size: cover;
  }

  .work-image.cc-work-24-copy.experience-image {
    background-position: 65%;
  }

  .work-image.cc-work-26-copy-copy.experience-image {
    background-size: cover;
  }

  .work-image.cc-work-21-copy-copy.experience-image {
    background-position: 50%;
  }

  .work-image.cc-work-254-copy-copy.experience-image, .work-image.cc-work-24-copy-copy.experience-image {
    background-position: 65%;
  }

  .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 {
    justify-content: center;
    font-size: 36px;
    line-height: 54px;
    display: flex;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .heading {
    float: none;
    flex-flow: row;
    place-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .lightbox-link-2 {
    display: block;
  }

  .image-9 {
    display: inline-block;
  }

  .slide-10 {
    background-color: #000;
    background-position: 100%;
    background-size: contain;
  }

  .slide-6-c3 {
    background-position: 50%;
    background-size: cover;
  }

  .works-grid2-copy.experience, .works-grid2-copy.experience-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .work-description-copy.e1-copy {
    margin-top: 20px;
  }

  .paragraph-light-copy {
    text-align: center;
  }

  .paragraph-light-copy._1 {
    text-align: center;
    width: auto;
  }

  .slide-9-ceopy {
    background-position: 50%;
  }

  .spline-scene-2 {
    aspect-ratio: 1.2;
    height: 500px;
  }
}

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

  .styleguide-header-wrap {
    padding-bottom: 0;
  }

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

  .logo-link.w--current {
    padding-bottom: 0;
  }

  .navigation-items {
    z-index: 4;
    overflow: visible;
  }

  .navigation {
    padding: 10px 20px 0;
  }

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

  .works-grid2.experience {
    margin-left: 20px;
    margin-right: 20px;
  }

  .work-image.cc-work-5 {
    background-position: 36%;
  }

  .work-image.cc-work-6 {
    background-position: 100%;
    background-size: cover;
  }

  .work-image.cc-work-2.experience-image {
    background-size: cover;
  }

  .work-image.cc-work-14 {
    background-position: 36%;
    background-size: cover;
  }

  .work-image.cc-work-24.experience-image {
    background-position: 100%;
    background-size: cover;
  }

  .work-image.cc-work-20.experience-image {
    background-position: 50%;
    background-size: cover;
  }

  .work-image.cc-work-21.experience-image {
    background-position: 100%;
    background-size: cover;
  }

  .work-image.cc-work-22-copy.experience-image {
    background-size: cover;
  }

  .work-image.cc-work-21-copy.experience-image {
    background-position: 100%;
    background-size: contain;
  }

  .work-image.cc-work-26-copy.experience-image {
    background-position: 50%;
    background-size: cover;
  }

  .work-image.cc-work-24-copy.experience-image {
    background-position: 70%;
    background-size: cover;
  }

  .work-image.cc-work-246.experience-image {
    background-position: 50%;
    background-size: cover;
  }

  .work-image.cc-work-22-copy-copy.experience-image, .work-image.cc-work-22-copy-copy-copy.experience-image {
    background-size: cover;
  }

  .work-image.cc-work-24-copy.experience-image {
    background-position: 50%;
    background-size: cover;
    align-items: stretch;
  }

  .work-image.cc-work-26-copy-copy.experience-image, .work-image.cc-work-21-copy-copy.experience-image {
    background-position: 100%;
    background-size: cover;
  }

  .work-image.cc-work-254-copy-copy.experience-image, .work-image.cc-work-24-copy-copy.experience-image {
    background-position: 70%;
    background-size: cover;
  }

  .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: 20px;
    line-height: 46px;
  }

  .slide-10 {
    background-position: 0%;
    background-size: cover;
  }

  .slide-8cy {
    float: none;
    background-position: 0%;
    background-size: cover;
  }

  .slide-9-c, .slide-6-9 {
    background-size: cover;
  }

  .slide-12 {
    background-position: 80% 9%;
    background-size: cover;
  }

  .works-grid2-copy.experience, .works-grid2-copy.experience-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .work-description-copy.e1-copy {
    margin-top: 20px;
  }

  .spline-scene-2 {
    aspect-ratio: 1;
    height: 400px;
  }
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-3607d909 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6be2233f-2c68-9ba9-782e-e301f55337d8-3607d909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-3607d909 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-3607d909 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-3607d909 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-3607d909 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e571d66c-13eb-fa03-5def-20de705d2860-3607d90b, #w-node-_3521f042-134b-cc60-45da-da06dde6fc2a-3607d90b, #w-node-f4253e2e-a100-5b7f-f081-c194197a5c79-3607d90b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_16713559-3c35-da9c-f2f5-ac5d2298b852-3607d90b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24705273-2634-aa6a-a952-3feb0f77e4e2-3607d90b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63d241ae-3388-e4a1-99d1-3941312b37d9-3607d90b {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_6f13a1c3-e920-4109-7d28-6ada776aed8f-3607d90b {
  grid-area: 3 / 2 / 2 / 3;
}

#w-node-c5eaf5c7-bff9-b702-53f3-4917ef549b28-3607d90d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cf37edfc-9f94-9691-577d-0f8bcdb9c05b-3607d90d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2db5664b-168e-d00d-9e9a-297e6888385c-3607d90d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d6cb895b-4dbe-14d7-6c6b-6c63b26c0adb-3607d90d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3f21f677-f9e4-f7a7-e1d9-c7428969aa19-3607d90d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a7e9351a-d1d0-6c77-b50d-fd91bf3fd297-3607d90d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_694eaaec-0bdb-f152-3c2e-1154c7018fe1-3607d910 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_8e9e21b8-fed4-a2de-0c44-238c49b23505-3607d910 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7c641a73-2449-2460-7324-ac9cbc96c109-3607d910 {
  grid-area: 1 / 3 / 2 / 3;
  align-self: start;
}

#w-node-_21c42103-6f54-3b61-c674-feef98896aed-3607d910 {
  grid-area: 2 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6d8babba-7f06-a546-364a-9e01c236e7e9-3607d910 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_54709a19-e673-661c-69ef-4398435faac7-3607d910 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2d1ecd51-b410-7617-2b7b-fe486e9c1886-3607d910 {
  grid-area: 3 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_118b864a-d361-1d8b-310a-2257f2ebf906-3607d910 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e571d66c-13eb-fa03-5def-20de705d2860-3607d911, #w-node-_3521f042-134b-cc60-45da-da06dde6fc2a-3607d911, #w-node-f4253e2e-a100-5b7f-f081-c194197a5c79-3607d911 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_16713559-3c35-da9c-f2f5-ac5d2298b852-3607d911 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24705273-2634-aa6a-a952-3feb0f77e4e2-3607d911 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63d241ae-3388-e4a1-99d1-3941312b37d9-3607d911 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_6f13a1c3-e920-4109-7d28-6ada776aed8f-3607d911 {
  grid-area: 3 / 2 / 2 / 3;
}

#w-node-_0cbb3b41-3f1a-4779-87d7-3121ae762074-3607d912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-faddad91-d784-9e98-0fe8-3600e0446025-3607d912 {
  grid-row: span 2 / span 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d912 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_081e8049-a2fc-8c39-ae0c-855f0e26a881-3607d912 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3607d913 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3607d913 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3607d913 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d913 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-3607d913 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3607d914 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3607d914 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3607d914 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d914 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-3607d914 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3607d915 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3607d915 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3607d915 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d915 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-3607d915 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_71658c7b-07b1-3fcf-82f4-a127bed4d0f7-7ad1f06c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_71658c7b-07b1-3fcf-82f4-a127bed4d114-7ad1f06c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71658c7b-07b1-3fcf-82f4-a127bed4d0ff-7ad1f06c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_71658c7b-07b1-3fcf-82f4-a127bed4d106-7ad1f06c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_71658c7b-07b1-3fcf-82f4-a127bed4d11b-7ad1f06c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_71658c7b-07b1-3fcf-82f4-a127bed4d10d-7ad1f06c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-7ad1f06c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-7ad1f06c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-7ad1f06c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-7ad1f06c {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-3607d909, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-3607d909, #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d912 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3607d913 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3607d913 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3607d913 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d913 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3607d914 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3607d914 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3607d914 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d914 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-3607d914, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3607d915 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3607d915 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3607d915 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3607d915 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-3607d915 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-7ad1f06c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-7ad1f06c {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_694eaaec-0bdb-f152-3c2e-1154c7018fe1-3607d910 {
    grid-column-end: 4;
  }

  #w-node-_8e9e21b8-fed4-a2de-0c44-238c49b23505-3607d910 {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-_7c641a73-2449-2460-7324-ac9cbc96c109-3607d910 {
    grid-column: 1 / 4;
    grid-row-start: 2;
    justify-self: center;
  }

  #w-node-_21c42103-6f54-3b61-c674-feef98896aed-3607d910 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: center;
  }

  #w-node-_6d8babba-7f06-a546-364a-9e01c236e7e9-3607d910 {
    grid-area: 4 / 1 / 5 / 4;
    place-self: start center;
  }

  #w-node-_54709a19-e673-661c-69ef-4398435faac7-3607d910 {
    grid-area: 5 / 1 / 6 / 4;
    place-self: start center;
  }

  #w-node-_2d1ecd51-b410-7617-2b7b-fe486e9c1886-3607d910 {
    grid-area: 6 / 1 / 7 / 4;
    justify-self: center;
  }

  #w-node-_118b864a-d361-1d8b-310a-2257f2ebf906-3607d910 {
    grid-area: 7 / 1 / 8 / 4;
  }

  #w-node-faddad91-d784-9e98-0fe8-3600e0446025-3607d912 {
    grid-column: span 2 / span 2;
  }

  #w-node-_173b0f6f-655e-4087-7f88-755a885c96bc-3607d912 {
    order: 9999;
    grid-area: span 27 / span 2 / span 27 / span 2;
  }

  #w-node-_69be7f1e-7a2b-fe2e-e536-40107dd8e616-3607d912 {
    grid-area: span 29 / span 2 / span 29 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16713559-3c35-da9c-f2f5-ac5d2298b852-3607d90b {
    grid-column-end: 3;
  }

  #w-node-_24705273-2634-aa6a-a952-3feb0f77e4e2-3607d90b {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_63d241ae-3388-e4a1-99d1-3941312b37d9-3607d90b {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_6f13a1c3-e920-4109-7d28-6ada776aed8f-3607d90b {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_6d8babba-7f06-a546-364a-9e01c236e7e9-3607d910 {
    justify-self: center;
  }

  #w-node-_16713559-3c35-da9c-f2f5-ac5d2298b852-3607d911 {
    grid-column-end: 3;
  }

  #w-node-_24705273-2634-aa6a-a952-3feb0f77e4e2-3607d911 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_63d241ae-3388-e4a1-99d1-3941312b37d9-3607d911 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_6f13a1c3-e920-4109-7d28-6ada776aed8f-3607d911 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }
}


