:root {
  --white: white;
  --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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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;
  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: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.utility-margin-bottom-0 {
  margin-bottom: 7.1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 78px;
  font-weight: 700;
}

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

.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 {
  letter-spacing: 0;
  text-transform: none;
  word-break: normal;
  margin: 20px 10px;
  font-size: 28px;
  line-height: 46px;
}

.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, .paragraph-light {
  opacity: .6;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

.paragraph-bigger.paragraph-light.utility-margin-bottom-1rem {
  direction: ltr;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  overflow-wrap: normal;
  margin-top: -35px;
}

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

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

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

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

.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 {
  box-sizing: content-box;
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

.name-text {
  text-align: center;
  flex-flow: column;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: block;
  position: static;
}

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

.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/ART-IN-PLACE-2.jpg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/WhatsApp-Image-2024-10-28-at-12.14.25.jpeg');
  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-headline {
  width: 70%;
  margin-bottom: 40px;
}

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

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

.footer-wrap {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 40px 50px;
  display: flex;
  text-align: center;
}

.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;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  display: flex;
}

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

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

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

.footer-base {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 40px;
}

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

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}

.footer-logos {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-logos-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logos-title {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #444;
}

.footer-logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}

.footer-logos-list img {
  max-height: 56px;
  width: auto;
}

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

.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-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
}

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

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

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

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

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-l.x-center {
  grid-template-rows: auto auto auto;
  margin-top: -98px;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.x-center {
  justify-items: center;
}

.grid-layout.desktop-10-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.utility-margin-top-4rem {
  margin-top: 4rem;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image {
  width: 100%;
  margin-left: 0;
}

.image-2 {
  box-sizing: content-box;
  float: left;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  width: 600px;
  margin: 0 auto 60px;
  display: block;
  overflow: clip;
}

.grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: auto;
  place-items: center start;
}

.code-embed {
  width: 100%;
}

.paragraph {
  text-align: center;
  margin: -6px auto 11px;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.y-top {
  align-items: flex-start;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.tab-menu-link {
  background-color: #0000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
}

.utility-text-align-center {
  text-align: center;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.utility-position-relative {
  position: relative;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.background-overlay.inverse-overlay {
  background-color: #fff;
}

.tag {
  background-color: #0000001a;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .5rem;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.utility-position-absolute {
  position: absolute;
}

.utility-margin-left-1rem {
  margin-left: 1rem;
}

.utility-margin-top-1rem {
  margin-top: 1rem;
}

.icon-small {
  width: 1.25rem;
  height: 1.25rem;
}

.utility-display-inline-block {
  display: inline-block;
}

.card-body {
  padding: 2rem;
}

.image-3 {
  box-sizing: border-box;
  cursor: default;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  transform: translate(0);
}

.image-4 {
  box-sizing: content-box;
  object-fit: contain;
  border-radius: 16px;
}

.grid-2 {
  clear: left;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.bold-text-4 {
  line-height: 45px;
}

.image-5 {
  border-radius: 16px;
}

.link, .link-2 {
  color: #d4d3d3;
}

.image-6 {
  width: auto;
}

.utility-overflow-hidden {
  overflow: hidden;
}

.utility-width-125 {
  width: 125%;
}

.utility-width-125.centered {
  transform: translate(-10%);
}

.image-7, .image-8 {
  width: 65%;
}

.image-11 {
  width: 42%;
}

.paragraph-3 {
  letter-spacing: 3px;
  text-indent: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
}

.link-3 {
  white-space: normal;
  overflow-wrap: normal;
}

.grid-3 {
  grid-row-gap: 17px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-2 {
  text-transform: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 26px;
  text-decoration: none;
}

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

.link-8 {
  text-decoration: none;
  display: inline-block;
}

.image-12 {
  width: 50%;
}

.image-13 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.image-14 {
  width: 80%;
}

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

  .heading-jumbo {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
  }

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

  .primary-button {
    justify-content: center;
  }

  .paragraph-bigger.paragraph-light.utility-margin-bottom-1rem {
    margin-top: 3px;
  }

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

  .navigation {
    padding: 25px 30px;
    display: flex;
    position: fixed;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    box-sizing: content-box;
    float: left;
    flex-flow: wrap;
    justify-content: space-between;
    display: block;
  }

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

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

  .grid-layout.tablet-1-column, .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-3-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .image-2 {
    width: 400px;
    margin-bottom: 80px;
  }

  .grid {
    grid-template-columns: auto;
  }

  .code-embed {
    width: 100%;
  }

  .paragraph {
    margin-top: 15px;
  }

  .card-body {
    padding: 2rem;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .bold-text {
    text-indent: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .image-4 {
    height: auto;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-8, .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3 {
    line-height: 44px;
  }

  .image-12 {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    text-align: left;
    margin-top: 51px;
    margin-bottom: 64px;
    font-size: 30px;
    line-height: 52px;
  }

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

  .container {
    text-align: center;
  }

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

  .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 {
    padding: 20px 30px;
  }

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

  .grid-layout.grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-layout.grid-gap-xxl, .grid-layout.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .grid {
    grid-template-columns: auto;
  }

  .code-embed {
    width: 100%;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .flex-layout.mobile-landscape-flex-vertical {
    flex-flow: column;
  }

  .card-body {
    padding: 1.5rem;
  }

  .utility-width-100---mobile-landscape {
    width: 100%;
  }

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

  .bold-text-3 {
    line-height: 25px;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-8, .image-11, .image-12, .image-13 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo-small {
    margin-top: 8px;
    font-size: 26px;
    font-weight: 700;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 13px;
    line-height: 16px;
    display: block;
  }

  .paragraph-tiny.heading-jumbo-small.utility-margin-bottom-1rem {
    font-size: 17px;
  }

  .paragraph-bigger.paragraph-light.utility-margin-bottom-1rem {
    margin-top: 41px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .logo-image {
    width: 200px;
  }

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

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .code-embed {
    width: 100%;
    height: 90%;
  }

  .card-body {
    padding: 1.5rem;
  }

  .bold-text-2 {
    font-size: 8px;
    line-height: 25px;
  }

  .grid-2 {
    clear: right;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 24px;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-6 {
    width: 68%;
  }

  .image-7, .image-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    width: 68%;
  }

  .image-10, .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3 {
    font-size: 26px;
  }

  .image-12, .image-13, .image-14, .link-block-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_7234f44b-bcc7-3fb2-5a8c-c4ec90608c69-912a6a34, #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e98-912a6a34, #w-node-_23dc6a6a-8940-f64b-db30-6480d347e5dc-912a6a34, #w-node-f32011dc-6852-f74f-8b67-1e13a8807ebf-912a6a34, #w-node-_2847fa81-ad7a-3f05-1518-685293d0a9ff-912a6a34 {
  align-self: center;
}

#w-node-_6c0cdc03-3362-661b-cedd-4420a2508fca-912a6a34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6e560b-95eb-5074-d9dc-3011d8e25f59-912a6a34 {
  align-self: center;
}

#w-node-_1c697e6d-1941-020a-bbb6-143ee176b6c6-912a6a34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-912a6a34 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-912a6a34 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-912a6a34 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-912a6a34 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf971c-912a6a34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf971a-912a6a34 {
  align-self: center;
}

#w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf975e-912a6a34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf975c-912a6a34, #w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf977c-912a6a34 {
  align-self: center;
}

#w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf97a0-912a6a34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf979e-912a6a34, #w-node-_1f79bea0-25d4-f7f3-844d-6f6c74cf97be-912a6a34 {
  align-self: center;
}

#w-node-_46949987-0841-6105-e4bc-59acac3c8ac9-912a6a34 {
  justify-self: start;
}

#w-node-_46949987-0841-6105-e4bc-59acac3c8ac8-912a6a34 {
  align-self: end;
}

#w-node-_25b5c73c-1899-70b4-1e50-a81f3824713c-912a6a34 {
  justify-self: start;
}

#w-node-d21be923-2fc6-992f-8186-6bd6cd60da03-912a6a34, #w-node-_3fd4d4a2-15c2-831a-eac3-ddf005244095-912a6a34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33558402-aa5a-5790-c8aa-adcb15237599-912a6a34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25b5c73c-1899-70b4-1e50-a81f3824713d-912a6a34 {
  align-self: end;
}

#w-node-_494d7891-b0c8-7126-6521-c67700b9e6b7-912a6a34 {
  justify-self: start;
}

#w-node-b02cdf0a-0131-3eee-4b5b-f0e7a7045d8e-d0df4a24 {
  align-self: auto;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

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

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

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

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

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-912a6a38, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-912a6a38:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-912a6a38 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-912a6a38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-912a6a38 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-912a6a38 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-912a6a38 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-912a6a38 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-912a6a38 {
  grid-area: 2 / 4 / 3 / 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-912a6a3d {
  grid-area: 1 / 1 / 2 / 2;
}

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

@media screen and (max-width: 991px) {
  #w-node-_2847fa81-ad7a-3f05-1518-685293d0a9ff-912a6a34 {
    align-self: center;
  }

  #w-node-_6c0cdc03-3362-661b-cedd-4420a2508fca-912a6a34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd6e560b-95eb-5074-d9dc-3011d8e25f59-912a6a34 {
    align-self: center;
  }

  #w-node-_1c697e6d-1941-020a-bbb6-143ee176b6c6-912a6a34 {
    grid-column: span 3 / span 3;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-912a6a38, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-912a6a38 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-912a6a38 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-912a6a38 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-912a6a38 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-912a6a38 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-912a6a38 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-912a6a38 {
    grid-area: 4 / 2 / 5 / 3;
  }

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

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

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

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

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

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

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

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

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-912a6a3a, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-912a6a3b {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_46949987-0841-6105-e4bc-59acac3c8ac9-912a6a34 {
    align-self: center;
  }

  #w-node-_46949987-0841-6105-e4bc-59acac3c8ac8-912a6a34 {
    place-self: center;
  }

  #w-node-_25b5c73c-1899-70b4-1e50-a81f3824713c-912a6a34 {
    align-self: center;
  }

  #w-node-_25b5c73c-1899-70b4-1e50-a81f3824713d-912a6a34 {
    place-self: center;
  }

  #w-node-_494d7891-b0c8-7126-6521-c67700b9e6b7-912a6a34 {
    align-self: center;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
