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

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: none;
  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 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

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

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

.container {
  width: 100%;
  max-width: 1240px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.contact {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

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

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

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

.label.cc-styleguide-label {
  color: #858585;
  margin-bottom: 20px;
  font-size: 14px;
}

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

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

.paragraph-light {
  opacity: .8;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

.paragraph-light.work-intro {
  width: 80%;
  text-align: center;
  margin: 40px auto 0;
  font-size: 18px;
}

.paragraph-light.about {
  margin-top: 40px;
  margin-bottom: 0;
}

.section {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  object-fit: fill;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section.cc-contact {
  max-width: none;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.work-intro {
  max-width: none;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.section.image {
  margin-bottom: 80px;
}

.section.footer {
  max-width: none;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.work {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.section.sketches {
  margin-top: 120px;
}

.section.home {
  margin-bottom: 0;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-top: 40px;
  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: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

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

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

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

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

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

.navigation-item {
  opacity: 1;
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  padding: 9px 0 9px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  color: #000;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 0;
  font-weight: 400;
}

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

.navigation-items {
  max-width: 1240px;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
}

.navigation {
  z-index: 2147483647;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-image {
  width: 18vw;
  max-width: 200px;
  display: block;
}

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

.intro-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.work-experience-grid {
  width: 100%;
  max-width: none;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin: 20px auto 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.work-experience-grid.about {
  margin-top: 0;
  margin-bottom: 100px;
}

.works-grid {
  max-width: 1240px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.work-position-wrap {
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.work-image {
  height: 540px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('../images/Salushi-website-marco.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

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

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

.work-image.cc-work-1 {
  height: 100%;
  max-height: 540px;
  background-image: url('../images/SDD-Honey-1.jpg');
  background-size: cover;
  margin-bottom: 0;
}

.work-image.cc-work-1:hover {
  opacity: 1;
}

.work-image.cc-work-2 {
  background-image: url('../images/TPK-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
}

.work-image.cc-work-2:hover {
  opacity: 1;
}

.work-image.cc-work-4 {
  background-image: url('../images/SDD-Blue-Karoo-1.jpg');
  background-size: cover;
}

.work-image.cc-work-4:hover, .work-image.cc-work-4:active {
  opacity: 1;
}

.work-image.cc-work-3 {
  background-image: url('../images/WaveScape-1.jpg');
  background-size: cover;
}

.work-image.cc-work-3:hover {
  opacity: 1;
}

.work-image.cc-work-5 {
  background-image: url('../images/Amarula-1.jpg');
  background-size: cover;
}

.work-image.cc-work-5:hover {
  opacity: 1;
}

.work-image.cc-work-6 {
  background-image: url('../images/Paper-Tiger-1.jpg');
  background-size: cover;
}

.work-image.cc-work-6:hover {
  opacity: 1;
}

.work-image.cc-work-7 {
  background-image: url('../images/Web-sketch-1.1.jpg');
  background-size: cover;
  border: 6px #000;
}

.work-image.cc-work-7:hover {
  opacity: 1;
}

.work-image.cc-work-9 {
  background-image: url('../images/RapidFire-M-1.jpg');
  background-size: cover;
}

.work-image.cc-work-9:hover {
  opacity: 1;
}

.work-image.cc-work-10 {
  background-image: url('../images/RD-Bunker-V3.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.work-image.cc-work-10:hover {
  opacity: 1;
}

.work-image.cc-work-11 {
  background-image: url('../images/MK-Web-1.jpg');
  background-size: cover;
}

.work-image.cc-work-11:hover {
  opacity: 1;
}

.work-image.cc-work-12 {
  background-image: url('../images/SDD-pino-1.jpg');
  background-position: 0%;
  background-size: cover;
}

.work-image.cc-work-12:hover {
  opacity: 1;
}

.work-image.cc-work-11-copy {
  background-image: url('../images/MK-Web-1.jpg');
  background-size: cover;
}

.work-image.cc-work-11-copy:hover {
  opacity: 1;
}

.work-image.cc-work-13 {
  background-image: url("https://uploads-ssl.webflow.com/61de8f2d9e98a31a1602a9b7/61e96b6e0177b6c2c21de6de_Sant'Alessandro-home-2.jpg");
  background-position: 0%;
  background-size: cover;
}

.work-image.cc-work-13:hover {
  opacity: 1;
}

.work-image.cc-work-14 {
  background-image: url('../images/GenRe-Flowers-1.jpg');
  background-position: 0%;
  background-size: cover;
}

.work-image.cc-work-14:hover {
  opacity: 1;
}

.work-image.cc-work-16 {
  background-image: url('../images/Blue_Lady.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-image.cc-work-16:hover {
  opacity: 1;
}

.work-image.cc-work-15 {
  background-image: url('../images/SDD-Brandy-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.work-image.cc-work-15:hover {
  opacity: 1;
}

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.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 {
  width: 100%;
  max-width: 1240px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.footer-wrap {
  width: 100%;
  max-width: none;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px;
  display: none;
}

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

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

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

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

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

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

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

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

.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-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

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

.detail-image._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.detail-image._50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.detail-image._65 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.detail-image._65.shadow {
  width: 55%;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 79px;
  box-shadow: 13px 13px 40px -13px rgba(8, 7, 7, .2);
}

.detail-image._35 {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.detail-image._35.shadow {
  height: auto;
  box-shadow: 12px 12px 40px 8px rgba(0, 0, 0, .09);
}

.detail-image.multiply {
  mix-blend-mode: multiply;
}

.detail-image.flower {
  width: 80%;
  background-color: #fce1e6;
  margin-left: auto;
  margin-right: auto;
}

.detail-image._40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

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

.email-link {
  opacity: .5;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
  text-decoration: none;
}

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

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

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

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
}

.banner-home {
  width: 100%;
  height: 47.5vw;
  max-height: 640px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/WCG-Image-1.2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  display: block;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: rgba(239, 145, 22, .98);
}

.text-block {
  height: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  display: flex;
}

.text-block-2 {
  text-align: center;
}

.banner-colour {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.banner-colour:hover {
  opacity: 1;
}

.banner-text {
  height: auto;
  max-height: none;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.work-text {
  z-index: 999999;
  height: 540px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(235, 181, 195, .96);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-div {
  height: 100%;
  max-height: 540px;
  overflow: hidden;
}

.work-1 {
  z-index: 999999;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-1:hover {
  opacity: 1;
}

.work-title-1 {
  color: #000;
  font-size: 24px;
}

.work-2 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-2:hover {
  opacity: 1;
}

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

.text-block-3 {
  color: #ababab;
  text-align: center;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.work-1-copy {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-1-copy:hover {
  opacity: 1;
}

.work-3 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-3:hover {
  opacity: 1;
}

.work-4 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-4:hover {
  opacity: 1;
}

.work-5 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-5:hover {
  opacity: 1;
}

.work-6 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-6:hover {
  opacity: 1;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Recoleta, Georgia, sans-serif;
  font-weight: 300;
}

.work-intro-div {
  margin: 140px auto 80px;
}

.work-page-title {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.work-page-title.home {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.work-body {
  background-color: #f2f2f3;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.work-page-image {
  width: 100%;
  max-width: 1240px;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.work-page-image.work-page {
  max-width: 1320px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.work-page-image.work-page.white {
  max-width: 1240px;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.work-page-image.book {
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.devider {
  width: 100%;
  height: 30px;
}

.devider._80px {
  height: 80px;
}

.devider._20px, .devider._40px {
  height: 40px;
}

.devider._60px, .devider._60 {
  height: 60px;
}

.devider._100px {
  height: 100px;
}

.slider {
  width: 50%;
  height: auto;
  max-width: 1240px;
  min-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin: 0 auto;
}

.slider.sdd-slider {
  margin-top: 0;
  margin-bottom: 20px;
}

.slider.amarula-slider {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.slider.sa {
  width: 70%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.slider.vector-slider {
  width: 80%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.slider.uwc-slider {
  width: 60%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.slider-image {
  width: 60vw;
  height: 100%;
  max-width: 800px;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.slider-image.sdd-slide {
  width: 60vw;
  max-width: 850px;
}

.slider-image.sa {
  width: 50vw;
  max-width: 850px;
}

.slider-image.m-k {
  width: auto;
  height: 750px;
  max-width: none;
  min-width: auto;
  border: 6px solid #1c1c1c;
  box-shadow: 8px 0 40px -5px rgba(0, 0, 0, .22);
}

.slider-image.uwc {
  width: 50%;
}

.slide-nav {
  opacity: .2;
  color: rgba(0, 0, 0, 0);
  font-size: 8px;
  font-weight: 100;
  position: relative;
  top: 10px;
}

.slide-nav.amarula-nav {
  position: relative;
  top: -69px;
}

.slide-nav.uwc-nav-copy {
  margin-top: 20px;
  position: static;
  top: -69px;
}

.slide-nav.vector-slide-nav {
  position: relative;
  top: -69px;
}

.slide-nav.wcg {
  position: relative;
  top: -30px;
}

.slide-nav.sdd {
  top: -32px;
}

.icon, .icon-2 {
  opacity: .2;
  color: #000;
  font-size: 28px;
}

.right-arrow {
  border: 0 #000;
  margin-bottom: 40px;
}

.slide {
  border: 1px #000;
}

.slide.m-k {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide.white {
  background-color: #fff;
}

.mask {
  object-fit: fill;
  border: 1px #000;
  flex: none;
}

.slide-2 {
  border: 1px #000;
}

.slide-2.white {
  background-color: #fff;
}

.dash {
  width: 40px;
  height: 4px;
  opacity: .3;
  background-color: #000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 100%;
}

.image-2.shadow {
  box-shadow: 11px 11px 40px -20px rgba(0, 0, 0, .14);
}

._2-coloumn-div {
  width: 80%;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto 140px;
  display: grid;
}

.home-back {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
}

.home-back-link {
  opacity: .5;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.home-back-link:hover {
  opacity: 1;
  border-bottom: 1px solid #000;
}

.work-7 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-7:hover {
  opacity: 1;
}

.work-8 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

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

.work-9 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-9:hover {
  opacity: 1;
}

.work-10 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-10:hover {
  opacity: 1;
}

.work-11 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-11:hover {
  opacity: 1;
}

.work-12 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-12:hover {
  opacity: 1;
}

.div-block-3 {
  background-image: url('../images/Salushi-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-4 {
  background-image: url('../images/Salushi-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-5 {
  background-image: url('../images/Salushi-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid {
  width: 100%;
  height: 45vw;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.salushi-grid {
  width: 100%;
  height: 45vw;
  max-height: 700px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.video {
  width: 80%;
  height: auto;
  outline-offset: 0px;
  border: 2px #000;
  outline: 3px solid rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.work-13 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-13:hover {
  opacity: 1;
}

.div-block-6 {
  background-image: url('../images/Screenshot-2022-01-20-at-10.47.12.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.grid-2 {
  width: 90%;
  height: 28vw;
  max-height: 400px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-image: url('../images/Screenshot-2022-01-20-at-15.22.46.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work-14 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-14:hover {
  opacity: 1;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: grid;
}

.image-3 {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}

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

.heading-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.line {
  width: 3%;
  height: 2px;
  max-width: none;
  opacity: .3;
  background-color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.sketches {
  max-width: 1240px;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sketch-div {
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.sketch-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

.sketch-image.tpk {
  object-fit: contain;
}

.grid-3 {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.sketch-intro {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  object-fit: fill;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.sketch-intro.cc-contact {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.sketch-intro.work-intro {
  max-width: none;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.sketch-intro.image {
  margin-bottom: 80px;
}

.sketch-intro.footer {
  max-width: none;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.sketch-intro.work {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.sketch-intro.sketches {
  margin-top: 120px;
}

.link {
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 18px;
}

.link.underline {
  border-bottom: 1px solid #000;
}

.credit {
  width: 100%;
  max-width: 1240px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-4 {
  opacity: .59;
  font-weight: 400;
  line-height: 24px;
}

.text-block-5, .credit-link {
  opacity: .9;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
}

.credit-link:hover {
  opacity: .9;
}

.slide-3 {
  background-color: rgba(0, 0, 0, 0);
}

.slide-3.white, .slide-4 {
  background-color: #fff;
}

.left-arrow {
  margin-bottom: 40px;
}

.vector-disc {
  text-align: center;
}

.vector-disc._60 {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-15 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-15:hover {
  opacity: 1;
}

.work-16 {
  z-index: 999999;
  height: 540px;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-16:hover {
  opacity: 1;
}

.rd {
  width: 100%;
  height: 24vw;
  background-image: url('../images/RD-Journey-wall.jpg');
  background-position: 0%;
  background-size: cover;
}

.work-block {
  z-index: 999999;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-block:hover {
  opacity: 1;
}

.work-block-2 {
  z-index: 999999;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .94);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 21px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  bottom: 540px;
}

.work-block-2:hover {
  opacity: 1;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.full-menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-link {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 34px;
}

.menu-trigger {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-5 {
  z-index: 9006;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: auto;
}

.div-block-10 {
  height: 400px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.bold-text {
  font-weight: 500;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 78px;
}

.text-block-8 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.about-div {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 60%;
  margin: 40px auto;
}

.div-block-11 {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.x {
  z-index: 9007;
  opacity: 0;
  background-color: #fff;
  position: absolute;
}

.intext-link {
  font-weight: 500;
  display: inline;
}

.heading-7 {
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .works-grid {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .sketch-intro {
    margin-bottom: 0;
  }

  .rd {
    width: 100%;
    height: 18vw;
    background-image: url('../images/RD-Journey-wall.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .menu-trigger {
    width: 40px;
    height: 40px;
    flex-direction: row;
    align-items: center;
    display: none;
  }

  .image-5 {
    opacity: 1;
    position: static;
    bottom: 0;
  }

  .image-6 {
    margin-bottom: 40px;
  }

  .x {
    position: static;
    bottom: 0;
  }
}

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

  .container.contact {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .paragraph-light {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light.cc-position-name {
    text-align: center;
    flex: none;
    justify-content: space-around;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    display: flex;
  }

  .paragraph-light.work-intro {
    margin-top: 30px;
  }

  .section {
    margin-bottom: 30px;
  }

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

  .section.work-intro {
    margin-bottom: 80px;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .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 {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .navigation {
    z-index: 9999999;
    padding: 40px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image {
    min-width: 180px;
  }

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

  .position-name-text {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
    margin-bottom: 60px;
  }

  .works-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .work-position-wrap {
    flex: 0 auto;
    align-items: stretch;
  }

  .carrer-headline-wrap {
    width: auto;
    margin-bottom: 60px;
  }

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

  .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3, .work-image.cc-work-5, .work-image.cc-work-6, .work-image.cc-work-7 {
    height: 300px;
  }

  .contact {
    width: auto;
    padding: 20px 50px;
  }

  .contact-headline {
    width: 100%;
    margin-bottom: 0;
  }

  .contact-headline.menu {
    margin-bottom: 40px;
  }

  .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 {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .detail-header-image.sdd {
    width: auto;
    height: 100%;
    object-fit: cover;
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .detail-image._80 {
    width: 90%;
  }

  .detail-image._50 {
    width: 50%;
  }

  .detail-image._65.shadow {
    margin-bottom: 70px;
  }

  .detail-image._35 {
    width: 40%;
  }

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

  .email-link {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 54px;
  }

  .banner-home {
    height: 50vw;
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 100px;
  }

  .banner-text {
    font-size: 21px;
  }

  .work-div {
    max-height: 300px;
  }

  .work-1 {
    bottom: 400px;
  }

  .work-2 {
    height: 400px;
    bottom: 400px;
  }

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

  .text-block-3 {
    line-height: 21px;
  }

  .work-3, .work-4, .work-5, .work-6 {
    height: 400px;
    bottom: 430px;
  }

  .work-page-title {
    font-size: 56px;
    line-height: 70px;
  }

  .work-page-image {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-page-image.work-page.white {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .devider._20px {
    height: 30px;
  }

  .devider._60px {
    height: 60px;
  }

  .slider {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .slider.sdd-slider, .slider.amarula-slider, .slider.sa {
    width: 90%;
  }

  .slider.vector-slider, .slider.uwc-slider {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .slider-image {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
  }

  .slider-image.sdd-slide {
    width: 80%;
  }

  .slider-image.sa {
    width: 60vw;
  }

  .slider-image.uwc {
    width: 70%;
    max-width: none;
    min-width: auto;
  }

  .slide-nav {
    position: static;
  }

  .slide-nav.amarula-nav {
    top: -50px;
  }

  .slide-nav.vector-slide-nav {
    top: -80px;
  }

  .icon {
    margin-right: 40px;
  }

  .icon-2 {
    margin-left: 40px;
  }

  .right-arrow {
    width: 100px;
  }

  ._2-coloumn-div {
    width: 90%;
    grid-column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .work-7, .work-8, .work-9 {
    height: 400px;
    bottom: 430px;
  }

  .grid-2 {
    height: 35vw;
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .line {
    width: 6%;
    max-width: none;
    margin-bottom: 10px;
  }

  .sketch-div {
    height: 400px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .link.ssd {
    margin-bottom: 0;
    font-size: 20px;
  }

  .rd {
    height: 25vw;
  }

  .work-block {
    z-index: 9999;
    bottom: 300px;
  }

  .work-block-2 {
    bottom: 330px;
  }

  .link-block.ssd {
    height: 500px;
    object-fit: fill;
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .left-arrow-4 {
    width: 30px;
    margin-bottom: 40px;
  }

  .left-arrow-6 {
    width: 100px;
    margin-bottom: 40px;
    overflow: visible;
  }

  .full-menu {
    z-index: 999;
    object-fit: fill;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .menu-link {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .menu-trigger {
    display: block;
  }

  .image-5 {
    z-index: 9006;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
  }

  .div-block-9 {
    height: 40px;
  }

  .div-block-10 {
    height: 380px;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-7 {
    margin-bottom: 20px;
    font-size: 62px;
    line-height: 70px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .about-div {
    width: auto;
    margin-bottom: 40px;
  }

  .x {
    z-index: 2147483647;
    opacity: 0;
    position: absolute;
    bottom: 0;
  }

  .left-arrow-7 {
    margin-bottom: 40px;
  }
}

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

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

  .container {
    text-align: center;
  }

  .container.contact {
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .paragraph-light {
    width: 80%;
  }

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

  .section {
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.work-intro {
    margin-bottom: 80px;
  }

  .section.work {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .navigation {
    padding: 40px 20px;
  }

  .logo-image {
    min-width: 200px;
  }

  .position-name-text {
    margin-bottom: 20px;
  }

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

  .work-experience-grid.about {
    margin-bottom: 60px;
  }

  .works-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .work-image {
    height: 300px;
  }

  .work-image.cc-work-1 {
    max-height: 300px;
  }

  .work-image.cc-work-2 {
    height: 300px;
  }

  .work-image.cc-work-4 {
    height: 300px;
    background-position: 50%;
  }

  .work-image.cc-work-3, .work-image.cc-work-7 {
    height: 300px;
  }

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

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

  .contact {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-headline {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .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 {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

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

  .detail-header-image.sdd {
    width: auto;
  }

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

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

  .detail-image._80 {
    width: 90%;
  }

  .detail-image._50 {
    width: 65%;
  }

  .detail-image._35 {
    width: 60%;
  }

  .detail-image._35.shadow {
    width: 50%;
  }

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

  .email-link {
    justify-content: space-around;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 42px;
    display: flex;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .banner-home {
    margin-top: 90px;
  }

  .work-div {
    max-height: 300px;
  }

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

  .work-intro-div {
    margin-bottom: 60px;
  }

  .work-page-title {
    font-size: 50px;
    line-height: 64px;
  }

  .work-page-image {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-page-image.work-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-page-image.work-page.white {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-page-image.book {
    margin-top: 60px;
  }

  .devider {
    display: flex;
  }

  .devider._80px {
    height: 60px;
    display: flex;
  }

  .devider._20px {
    display: flex;
  }

  .devider._40px, .devider._60px {
    height: 40px;
    display: flex;
  }

  .devider._100px {
    height: 60px;
  }

  .slider.sdd-slider {
    width: 90%;
  }

  .slider.amarula-slider, .slider-image {
    width: 100%;
  }

  .slider-image.sa {
    width: 70vw;
  }

  .slider-image.m-k {
    height: 500px;
  }

  .slide-nav {
    position: static;
    top: -5px;
  }

  .slide-nav.amarula-nav {
    top: -44px;
  }

  .slide-nav.vector-slide-nav {
    top: -80px;
  }

  .slide-nav.wcg {
    top: -15px;
  }

  .icon, .icon-2 {
    font-size: 24px;
  }

  .right-arrow {
    width: 80px;
    margin-right: 10px;
    overflow: visible;
  }

  ._2-coloumn-div {
    grid-column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .salushi-grid {
    height: 50vw;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video {
    width: 100%;
  }

  .line {
    width: 6%;
    max-width: none;
    margin-bottom: 40px;
  }

  .sketches {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .sketch-div {
    height: 300px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sketch-intro {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sketch-intro.cc-contact {
    padding: 15px;
  }

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

  .left-arrow {
    width: 30px;
    margin-left: 10px;
  }

  .vector-disc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .rd {
    height: 40vw;
  }

  .work-block {
    height: 300px;
    bottom: 300px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 32px;
  }

  .link-block {
    overflow: hidden;
  }

  .link-block.ssd {
    height: 400px;
    display: flex;
  }

  .left-arrow-3 {
    width: 50px;
    margin-bottom: 40px;
  }

  .left-arrow-4, .left-arrow-5 {
    width: 30px;
    margin-bottom: 40px;
  }

  .left-arrow-6 {
    width: 80px;
    max-width: none;
    overflow: visible;
  }

  .full-menu {
    display: none;
  }

  .menu-link {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .image-5 {
    background-color: rgba(0, 0, 0, 0);
    right: 0;
  }

  .div-block-10 {
    height: 350px;
  }

  .text-block-7 {
    font-size: 54px;
    line-height: 60px;
  }

  .about-div {
    margin-bottom: 20px;
  }

  .image-6 {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .x {
    right: 0;
  }

  .heading-5 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  img {
    opacity: 1;
  }

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

  .container.contact {
    margin-top: 0;
    padding-top: 0;
  }

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

  .label.cc-styleguide-label {
    font-size: 12px;
  }

  .paragraph-light {
    width: 90%;
  }

  .paragraph-light.work-intro {
    width: 80%;
    font-size: 16px;
    line-height: 21px;
  }

  .section {
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.work-intro {
    margin-bottom: 60px;
  }

  .section.footer {
    padding-top: 0;
    padding-bottom: 80px;
  }

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

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

  .logo-image {
    min-width: 175px;
  }

  .work-experience-grid {
    margin-bottom: 20px;
  }

  .work-experience-grid.about {
    margin-bottom: 40px;
  }

  .works-grid {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .work-position-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .carrer-headline-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .work-image.cc-work-1 {
    height: 400px;
    max-height: none;
  }

  .work-image.cc-work-2, .work-image.cc-work-4 {
    height: 400px;
  }

  .work-image.cc-work-3 {
    height: 400px;
    background-position: 50% 19%;
  }

  .work-image.cc-work-5, .work-image.cc-work-6 {
    height: 400px;
  }

  .work-image.cc-work-7 {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .work-image.cc-work-9, .work-image.cc-work-10, .work-image.cc-work-11, .work-image.cc-work-12, .work-image.cc-work-13, .work-image.cc-work-14 {
    height: 400px;
  }

  .work-image.cc-work-16 {
    height: 400px;
    background-position: 50% 35%;
  }

  .work-image.cc-work-15 {
    height: 400px;
  }

  .contact {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 40px 0 0;
  }

  .contact-headline {
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
  }

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

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

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

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

  .detail-image {
    margin-bottom: 0;
  }

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

  .detail-image._65 {
    width: 80%;
  }

  .detail-image._65.shadow {
    width: 75%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .detail-image._35 {
    width: 60%;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .email-link {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 46px;
  }

  .banner-home {
    height: 70vw;
    margin-top: 80px;
  }

  .work-div {
    width: 100%;
    max-height: 400px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .body {
    object-fit: none;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .work-intro-div {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .work-page-title {
    font-size: 34px;
    line-height: 42px;
  }

  .work-page-image.work-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-page-image.work-page.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-page-image.book {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .devider._80px {
    height: 60px;
    display: flex;
  }

  .devider._20px {
    height: 20px;
    display: flex;
  }

  .devider._40px {
    height: 40px;
    display: flex;
  }

  .devider._60px {
    display: flex;
  }

  .devider._100px {
    height: 60px;
    display: block;
  }

  .slider.sa {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .slider.vector-slider, .slider.uwc-slider {
    width: 100%;
  }

  .slider-image.m-k {
    height: 350px;
  }

  .slide-nav.amarula-nav {
    top: -15px;
  }

  .slide-nav.vector-slide-nav {
    height: 20px;
    top: -60px;
  }

  .slide-nav.wcg {
    top: -10px;
  }

  .icon {
    font-size: 22px;
  }

  .icon-2 {
    font-size: 22px;
    display: none;
  }

  .right-arrow {
    display: none;
    overflow: visible;
  }

  ._2-coloumn-div {
    grid-column-gap: 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .home-back {
    margin-bottom: 60px;
  }

  .home-back-link {
    font-size: 21px;
    line-height: 24px;
  }

  .salushi-grid {
    height: 60vw;
  }

  .grid-2 {
    width: 100%;
    height: 40vw;
    grid-column-gap: 20px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .line {
    width: 5%;
    margin-bottom: 20px;
  }

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

  .sketch-div {
    height: 400px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .sketch-intro {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    font-size: 16px;
  }

  .link.ssd {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 21px;
  }

  .credit-link {
    font-size: 18px;
    line-height: 24px;
  }

  .left-arrow {
    display: none;
  }

  .vector-disc {
    width: 70%;
    font-size: 14px;
    line-height: 21px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph {
    line-height: 24px;
  }

  .rd {
    height: 50vw;
    background-position: 0%;
    overflow: visible;
  }

  .work-block {
    height: 400px;
    bottom: 400px;
  }

  .work-block-2 {
    height: 400px;
    max-height: none;
    bottom: 400px;
  }

  .link-block.ssd {
    height: 300px;
  }

  .left-arrow-2 {
    width: 30px;
    margin-bottom: 40px;
    display: none;
  }

  .left-arrow-3 {
    width: 30px;
    display: none;
  }

  .left-arrow-4, .left-arrow-5, .left-arrow-6, .full-menu {
    display: none;
  }

  .menu-link {
    font-size: 20px;
  }

  .image-5 {
    z-index: 99998;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    bottom: 0;
    right: 0;
  }

  .div-block-10 {
    height: 320px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-7 {
    font-family: Recoleta, Georgia, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .about-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .x {
    z-index: 99999;
    opacity: 0;
    position: relative;
  }

  .div-block-12 {
    margin-top: 60px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 32px;
  }
}

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

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

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

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

#w-node-d4eae864-c09f-0097-8483-fc1ee33c82f0-9e02a9bc {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a9a9d6ba-7992-0337-3a21-8c9562ad9ace-9e02a9bc {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_44f29f86-126d-d280-3e80-1fd23c82f2b8-9e02a9bc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4922f4dd-0357-34d8-7e74-b07c3bf9249d-9e02a9bc {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_4a8f9733-d2d7-94ec-eae2-3ca4dde2e3a7-9e02a9bc {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_20f30a06-b9f2-bf79-9f2c-3b384100f48c-9e02a9bc {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-cc47ed7e-f282-b007-c0c0-929936e057e3-9e02a9bc {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-feced87d-b52c-2b7b-3640-a241b2874660-9e02a9bc {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_1a35e5aa-9e88-f59d-99ce-ec2e6b0cf8f5-9e02a9bc {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-_900d740f-e42c-3afd-3390-96e77966304f-9e02a9bc {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-bb1dbcbc-e701-4084-750c-c513daa5711f-9e02a9bc {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-c9d48779-488f-f9c1-cbfe-d69fd4118cd9-9e02a9bc {
  grid-area: 8 / 1 / 9 / 2;
}

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

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-9e02a9bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_13396fa2-7f56-a9ea-14af-b6d166a729d9-f302a9bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_13396fa2-7f56-a9ea-14af-b6d166a729e1-f302a9bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13396fa2-7f56-a9ea-14af-b6d166a729e9-f302a9bf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_13396fa2-7f56-a9ea-14af-b6d166a729f1-f302a9bf {
  grid-area: 1 / 4 / 2 / 5;
}

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

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

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

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

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

#w-node-c01f5ad1-b889-e28b-613d-73d90d3a383c-3049e949 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6d308644-6c9c-aeb3-c435-23df05e5336a-bd04e7b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85876f76-5ec6-b2eb-9461-fd1f46d12bcd-dbd3ec09 {
  justify-self: center;
}

#w-node-_07678358-eca1-6c62-1689-9e8138314c4e-1cc0f960, #w-node-_344b6ea5-9d89-a66c-ccc4-c0421032b18e-1cc0f960 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0613c04-1485-6481-e422-f371f53fdb10-1cc0f960 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3034acbe-2245-bc46-19f6-51d3b304673d-1cc0f960, #w-node-_07fef729-01ce-f89b-09b1-9f320e401650-1cc0f960, #w-node-_1a37918a-41c1-fdd7-9be0-e37054a59f29-1cc0f960, #w-node-cfc92249-49a2-1793-08bc-ce9e16c8a4e9-1cc0f960, #w-node-ae739d7f-1861-2348-28c6-e590e17b1c2e-1cc0f960 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd9-9e02a9bc {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-_13396fa2-7f56-a9ea-14af-b6d166a729e9-f302a9bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_13396fa2-7f56-a9ea-14af-b6d166a729f1-f302a9bf {
    grid-area: 2 / 2 / 3 / 3;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-9e02a9bc, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-9e02a9bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-9e02a9bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8ec341f-83b6-986c-2c8c-34bfed79cc49-1cc0f960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e42b5e3-4ae3-3347-0a37-68ded7591e9a-1cc0f960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f0613c04-1485-6481-e422-f371f53fdb10-1cc0f960 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab015dbf-45e3-5a10-54d8-2aefb48dd2bc-1cc0f960, #w-node-_193489e8-24fc-c7ee-ff18-7f25248cf8ce-1cc0f960, #w-node-_0be82f6d-a908-eac5-5f22-c31fa33a61e6-1cc0f960, #w-node-e69bfcc5-0877-9113-79cd-2070ccf811ee-1cc0f960 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_315b962f-81ab-c4d9-863e-63b13375e6d8-1cc0f960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_838ca977-b49f-f740-831b-8e2c779286fa-1cc0f960 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/recoleta-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Thin.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Thin.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}