body {
  font-family: Cabinetgrotesk, sans-serif;
  color: #2f3b3f;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 400;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 64px;
}

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

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

.heading-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Cabinetgrotesk variable', sans-serif;
  color: #f50;
  font-size: 200px;
  line-height: 0.8;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading-hero._01 {
  display: inline-block;
}

.heading-hero._02 {
  display: inline-block;
}

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

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

.h4 {
  display: block;
  width: auto;
  margin-bottom: 0px;
  font-family: Cabinetgrotesk, sans-serif;
  color: #f50;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

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

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

.h4.cc-about-light {
  opacity: 0.6;
}

.subtitle {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  text-align: right;
}

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

.simple-text-section {
  width: 100%;
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.simple-text-section.simple-text {
  width: 100%;
  height: 100%;
}

.simple-text-section.one-column {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-right: 0px;
  padding-left: 0px;
}

.simple-text-section.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1272px;
  margin: 120px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.simple-text-section.centered.line {
  width: 100vw;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f9f8;
}

.simple-text-section.centered.line._2-columns {
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.simple-text-section.centered.two-columns {
  margin-top: 80px;
  margin-bottom: 64px;
}

.simple-text-section.left-and-right {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: 0px auto;
  padding: 120px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f9f9f8;
}

.simple-text-section.line-one-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.simple-text-section.line-two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 632px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

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

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

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

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

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

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

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

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

.navigation-item {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px 1px 0px;
  border-color: #2f3b3f;
  opacity: 1;
  -webkit-transition: color 200ms cubic-bezier(.165, .84, .44, 1);
  transition: color 200ms cubic-bezier(.165, .84, .44, 1);
  font-family: Cabinetgrotesk, sans-serif;
  color: #2f3b3f;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-item:hover {
  overflow: hidden;
  color: #f50;
}

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

.navigation-item.w--current {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  color: #f50;
  font-weight: 500;
}

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

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

.navigation-item.language-selector {
  border-bottom-style: none;
}

.navigation-item.secondary {
  position: absolute;
  z-index: 50;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f50;
  font-weight: 900;
  text-align: center;
}

.navigation-item.primary {
  -webkit-transition-property: all;
  transition-property: all;
  font-size: 16px;
}

.navigation-item.with-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
}

.navigation-item.with-icon.size-s {
  position: relative;
}

.navigation-item.with-icon.hide {
  display: none;
}

.navigation-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f9f9f8;
  font-family: Cabinetgrotesk, sans-serif;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  position: static;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
}

.simple-text {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.simple-text.centered {
  font-size: 16px;
  line-height: 1.5;
}

.simple-text.hide {
  display: none;
}

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

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-wrap {
  position: relative;
  z-index: 5;
  display: block;
  padding-top: 96px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 3.2em;
  border-top-right-radius: 3.2em;
  background-color: #fff;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

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

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

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

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

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

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

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

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.body {
  border-style: none;
  border-width: 1px;
  border-color: #2f3b3f;
  background-color: #f9f9f8;
  font-family: Cabinetgrotesk, sans-serif;
  color: #2f3b3f;
  line-height: 24px;
  cursor: default;
}

.hero-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 1080px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #2f3b3f;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f50;
  border-radius: 99999999px;
  background-color: transparent;
  outline-color: #f50;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
  font-family: Cabinetgrotesk, sans-serif;
  color: #f50;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: normal;
  mix-blend-mode: normal;
}

.wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-self: flex-end;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.section---content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
}

.paragraph-size-l {
  width: 840px;
  max-width: 1085px;
  margin-bottom: 0px;
  font-family: Cabinetgrotesk, sans-serif;
  color: #2f3b3f;
  font-size: 40px;
  line-height: 1.3;
}

.h4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 52px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h4-wrapper.tags {
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list {
  max-width: 840px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.grid {
  grid-template-areas: "Area";
}

.badge---l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #2f3b3f;
  border-radius: 999999999999999px;
  -o-object-fit: fill;
  object-fit: fill;
}

.badge-text {
  position: static;
  display: block;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Cabinetgrotesk, sans-serif;
  color: #2f3b3f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.list---badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  grid-column-gap: 8px;
}

.grid-2 {
  width: 840px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  align-self: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
}

.heading-huge {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cabinetgrotesk, sans-serif;
  color: #f50;
  font-size: 42vw;
  line-height: 0.8;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading-huge.white {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  color: hsla(0, 0%, 100%, 0.2);
  white-space: nowrap;
}

.heading-huge.orange {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  bottom: 0vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-wrapper.featured-projects {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.featured-content {
  position: relative;
  z-index: 3;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom-style: none;
  background-color: transparent;
}

.featured-content.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-content.left._01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-content.left._03 {
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom-style: none;
  background-color: transparent;
}

.featured-content.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-content.right._02 {
  z-index: 3;
  clear: left;
  border-bottom-style: none;
  background-color: transparent;
}

.featured-content.right.about {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  border-bottom-style: none;
  background-color: transparent;
}

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

.content-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.content-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.featured-project---description {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  margin-top: 0px;
  padding: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #2f3b3f;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2f3b3f;
  font-size: 18px;
  line-height: 1.5px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.button-primary.external-link {
  border-bottom-width: 0px;
}

.button-primary.s {
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom-style: none;
  white-space: nowrap;
}

.mockup {
  width: 462px;
  height: 246px;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.features-list {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  padding: 80px 0px 0px;
  border-bottom: 1px none #e4ebf3;
}

.features-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.features-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.features-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.features-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin-bottom: 0px;
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 24px;
  background-color: #fff;
}

.features-image {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  border-radius: 16px;
  background-color: #f9f9f8;
  -o-object-fit: cover;
  object-fit: cover;
}

.mockup-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 624px;
  height: 416px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 24px;
  background-color: #f5d980;
}

.mockup-bg._01 {
  width: 39rem;
  height: 26rem;
}

.mockup-bg._02 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #cbb7e2;
}

.mockup-bg._03 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #dbd9d3;
}

.mockup-bg._04 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #c0e5c5;
}

.mockup-bg._05 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #aeddeb;
}

.who-section {
  position: relative;
  z-index: 5;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 0px 80px;
}

.list-badges {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  max-width: 1085px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  list-style-type: none;
}

.list-badges.s {
  width: 100%;
  margin-top: 24px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.list-item {
  margin-bottom: 0px;
  padding: 2px 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #2f3b3f;
  border-radius: 99999999px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.list-item.s {
  padding: 4px 8px;
  border-width: 1px;
  font-size: 14px;
  line-height: 1;
}

.left-text-wrapper {
  width: 100%;
  max-width: 408px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.left-text-wrapper.s {
  max-width: 192px;
  margin-bottom: 64px;
}

.left-text-wrapper.size-m {
  max-width: 300px;
  margin-bottom: 200px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.text-wrapper-centered {
  width: 100%;
  max-width: 300px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.work-section {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.work-scroll {
  position: relative;
  z-index: 1;
  border-radius: 3.2em;
  background-color: #fde8a5;
}

.heading {
  font-size: 40px;
  line-height: 52px;
}

.heading-2 {
  color: #2f3b3f;
  font-size: 40px;
  line-height: 52px;
  text-decoration: none;
}

.featured-project-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
}

.video {
  position: static;
  display: none;
  overflow: visible;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  box-shadow: 0 50px 48px -50px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
}

.mockup-container {
  position: relative;
  overflow: hidden;
  width: 75%;
  height: 60%;
  border-radius: 8px;
  box-shadow: 0 50px 48px -50px rgba(0, 0, 0, 0.2);
}

.button-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-block {
  position: static;
}

.text-block.s {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block.s.copyright {
  color: rgba(47, 59, 63, 0.5);
}

.image {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.shadow {
  position: static;
  left: 11%;
  top: -200px;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 82%;
  height: 220px;
  float: none;
  clear: none;
  border-radius: 12px;
  background-color: #2f3b3f;
  opacity: 0.39;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
}

.background-holder {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f50;
}

.how-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
  background-color: #f9f9f8;
}

.line {
  width: 2px;
  height: 200px;
  max-height: 200px;
  background-color: #f50;
}

.line.s {
  height: 200px;
  max-height: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line.l {
  height: 100%;
  max-height: none;
}

.title-list {
  color: #f50;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  white-space: normal;
}

.content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.about-section {
  position: relative;
  z-index: 5;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f9f9f8;
}

.right-text-wrapper {
  width: 100%;
  max-width: 408px;
  text-align: right;
}

.right-text-wrapper.size-m {
  max-width: 300px;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-text-2-columns {
  width: 100%;
  max-width: 408px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-2 {
  background-color: #f9f9f8;
}

.rich-text-block {
  width: 100%;
  max-width: 408px;
  font-size: 24px;
  line-height: 32px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 408px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.multimedia-size-m {
  width: 100%;
  height: 100%;
  max-height: 416px;
  max-width: 300px;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.features-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-large {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #f50;
  font-size: 140px;
  line-height: 80%;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-large.centered {
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.interests-section {
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
}

.interests-wrapper {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.button-clipboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1272px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #2f3b3f;
  border-radius: 9999px;
  background-color: #f2f2f2;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #2f3b3f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-clipboard:hover {
  background-color: #2f3b3f;
  outline-color: #f50;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
}

.button-clipboard.span-link {
  border-bottom-style: none;
  outline-color: #1a1b1f;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.section {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.copyright {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 99999999999999px;
  background-color: #f2f2f2;
  background-image: url('../images/dribbble.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
}

.social-button:hover {
  background-color: #2f3b3f;
  background-image: url('../images/dribbble-white.svg');
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.social-button.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.social-button.linkedin:hover {
  background-image: url('../images/linkedin-white.svg');
}

.social-button.behance {
  background-image: url('../images/behance.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.social-button.behance:hover {
  background-image: url('../images/behance-white.svg');
}

.social-icon {
  width: 14px;
  height: 14px;
}

.social-icon.behance {
  width: 18px;
  height: 18px;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.paragraph {
  font-size: 18px;
  line-height: 1.5;
}

.button-secondary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.text-button {
  color: #f50;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.content-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.simple-text-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-underline {
  height: 1px;
  margin-top: 0px;
  background-color: #f50;
  -webkit-transform: translate(-102%, 0%);
  -ms-transform: translate(-102%, 0%);
  transform: translate(-102%, 0%);
}

.span-link {
  position: relative;
  display: inline-block;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #2f3b3f;
  box-shadow: inset 0 -3px 0 -1px #2f3b3f;
  -webkit-transition: all 250ms cubic-bezier(.165, .84, .44, 1);
  transition: all 250ms cubic-bezier(.165, .84, .44, 1);
}

.span-link:hover {
  border-bottom-color: #f50;
  box-shadow: inset 0 -3px 0 -1px #f50;
  color: #f50;
}

.span-link.s {
  box-shadow: inset 0 -2px 0 -1px #2f3b3f;
}

.span-link.s:hover {
  box-shadow: inset 0 -2px 0 -1px #f50;
}

.text-badge-hover {
  display: inline-block;
  padding: 2px 8px;
  font-family: Cabinetgrotesk, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.badge-hover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  background-color: #2f3b3f;
  -webkit-transform: translate(-60px, -30px);
  -ms-transform: translate(-60px, -30px);
  transform: translate(-60px, -30px);
  white-space: nowrap;
}

.hide-this {
  position: relative;
  display: none;
}

.span-crossed-text {
  text-decoration: line-through;
}

.background-video {
  -o-object-fit: cover;
  object-fit: cover;
}

.mockup-image {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-wrapper {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-item-wrapper {
  overflow: hidden;
  height: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-wrap {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-wrap.link-with-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-wrap.link-with-icon.size-s {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
}

.link-text {
  position: relative;
  white-space: nowrap;
}

.link-text.top {
  position: relative;
}

.link-text.bottom {
  position: absolute;
}

.link-text.with-icon {
  position: static;
  margin-right: 4px;
}

.heading-wrap {
  width: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: box-shadow 300ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 300ms cubic-bezier(.165, .84, .44, 1);
}

.heading-wrap:hover {
  border-bottom: 2px none #f50;
}

.link-container {
  margin-right: -0.8em;
  padding: 0.8em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #f50;
  border-radius: 100%;
}

.link-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-with-icon.top {
  position: relative;
}

.link-with-icon.bottom {
  position: absolute;
}

.icon {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background-image: url('../images/external-link-hover.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon.top {
  display: block;
}

.icon.bottom {
  position: absolute;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.icon.hover {
  position: absolute;
  display: block;
  margin-left: 0px;
  background-image: url('../images/external-link-hover_1.svg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0;
}

.icon.hover.size-s {
  width: 14px;
  height: 14px;
  background-image: url('../images/arrow-up-hover.svg');
  background-size: cover;
}

.icon.default {
  margin-left: 0px;
  background-image: url('../images/external-link.svg');
  background-size: cover;
}

.icon.default.size-s {
  width: 14px;
  height: 14px;
  background-image: url('../images/arrow-up.svg');
  background-size: cover;
}

.icon-move {
  display: block;
}

.subtitle-wrap {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  white-space: nowrap;
}

.long-scroll {
  height: 200vh;
}

.div-block {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

.invisible-container {
  display: block;
  height: 30vh;
}

.row {
  position: relative;
  overflow: hidden;
  height: 100vw;
}

.row._02 {
  border-radius: 4vh;
  background-color: #fde8a5;
}

.heading-huge-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-wrap.size-s {
  width: 14px;
  height: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-point {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url('../images/cursor-default.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-wrapper {
  width: 840px;
  max-width: 1085px;
}

.cursor {
  position: fixed;
  left: 16px;
  top: 22px;
  z-index: 30000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.tooltip-text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.tooltip-text._02 {
  display: none;
}

.tooltip-text._03 {
  display: none;
}

.tooltip-text._04 {
  display: none;
}

.tooltip-text._05 {
  display: none;
}

.tooltip-text._06 {
  display: none;
}

.tooltip-text._07 {
  display: none;
}

.tooltip-text._08 {
  display: none;
}

.tooltip-text._09 {
  display: none;
}

.tooltip-wrapper-multimedia {
  position: absolute;
  left: 4px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 14em;
  height: 21em;
  border-radius: 24px;
}

.tooltip-wrapper-multimedia.hero {
  max-height: 424px;
  max-width: 300px;
}

.tooltip-wrapper-multimedia.footer {
  width: 8em;
  height: 8em;
}

.tooltip-wrapper {
  display: inline-block;
  padding: 0.2em 0.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f3b3f;
  white-space: nowrap;
}

.tooltip-wrapper.summa {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.tooltip-wrapper._02 {
  display: none;
}

.tooltip-wrapper.take-me-there {
  display: none;
}

.tooltip-wrapper.it-s-me {
  display: none;
}

.tooltip-wrapper._05 {
  display: none;
}

.tooltip-wrapper.eye-strain {
  display: none;
}

.tooltip-wrapper.stevie-nicks {
  display: none;
}

.tooltip-wrapper._08 {
  display: none;
}

.tooltip-wrapper.email-me {
  display: none;
}

.simple-text-link {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2f3b3f;
  text-decoration: none;
}

.simple-text-link:hover {
  color: #f50;
}

.link-wrap-secondary-button {
  overflow: hidden;
  color: #f50;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-text-secondary-button {
  position: relative;
}

.link-text-secondary-button.bottom {
  position: absolute;
}

.featured-content-wrapper {
  position: relative;
  z-index: 3;
}

.simple-text-hero {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  white-space: pre;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.mockup-video {
  position: static;
  -o-object-fit: cover;
  object-fit: cover;
}

.tooltip-multimedia-hero {
  position: static;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-email-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-self: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.button-email {
  padding: 4px 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #2f3b3f;
  -webkit-transition-property: all;
  transition-property: all;
  color: #2f3b3f;
  font-size: 40px;
  line-height: 52px;
}

.button-email:hover {
  box-shadow: inset 0 -2px 0 0 #f50;
  color: #f50;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lenguage-selector {
  padding: 0px;
  clear: left;
  background-color: transparent;
  -webkit-transition-property: all;
  transition-property: all;
  color: #2f3b3f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.lenguage-selector.disabled {
  color: #949a9b;
}

.lenguage-selector.disabled:hover {
  color: #f50;
}

.lenguage-selector-wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.lenguage-selector-divider {
  width: 2px;
  height: 16px;
  background-color: #2f3b3f;
}

.text-copyright {
  color: #2f3b3f;
  font-size: 14px;
  line-height: 20px;
}

.text-span {
  border-width: 1px;
  border-color: #000 #000 #2f3b3f;
  border-bottom-style: none;
}

@media screen and (min-width: 1440px) {
  .simple-text-section.left-and-right {
    max-width: 1272px;
  }

  .navigation-items {
    max-width: 1272px;
  }

  .hero-section {
    width: 100%;
    max-width: 1272px;
  }

  .wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .who-section {
    max-width: 1272px;
  }

  .about-section {
    max-width: 1272px;
  }

  .footer-wrapper {
    max-width: 1272px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .heading-hero {
    font-size: 240px;
  }

  .h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .subtitle {
    font-size: 40px;
  }

  .simple-text-section.one-column {
    margin-bottom: 96px;
  }

  .simple-text-section.centered {
    max-width: 1640px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .simple-text-section.centered.line {
    width: 1640px;
    margin-bottom: 96px;
  }

  .simple-text-section.centered.line._2-columns {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .simple-text-section.left-and-right {
    max-width: 1640px;
  }

  .simple-text-section.line-two-columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .navigation-item.primary {
    font-size: 20px;
  }

  .navigation-items {
    max-width: 1640px;
  }

  .simple-text {
    font-size: 20px;
    line-height: 1.5;
  }

  .simple-text.centered {
    font-size: 20px;
  }

  .hero-section {
    max-width: 1640px;
  }

  .wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section---content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .paragraph-size-l {
    width: 1085px;
    max-width: 1085px;
    font-size: 44px;
  }

  .h4-wrapper {
    height: 56px;
  }

  .h4-wrapper.tags {
    max-height: 40px;
  }

  .list-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .featured-content.left._01 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .featured-content.left._03 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
  }

  .featured-content.right._02 {
    border-bottom-style: none;
    background-color: transparent;
  }

  .features-container {
    max-width: 1640px;
  }

  .content-wrapper {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .content-split {
    width: 400px;
    max-width: 400px;
  }

  .featured-project---description {
    font-size: 20px;
  }

  .button-primary.external-link {
    font-size: 21px;
  }

  .features-list {
    max-width: 1640px;
  }

  .features-wrapper-two {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .features-block-two {
    width: 1085px;
  }

  .features-image {
    width: 96px;
    height: 96px;
  }

  .mockup-bg._01 {
    width: 832px;
    height: 554px;
  }

  .mockup-bg._02 {
    width: 832px;
    height: 554px;
  }

  .mockup-bg._03 {
    width: 832px;
    height: 554px;
  }

  .mockup-bg._04 {
    width: 832px;
    height: 554px;
  }

  .mockup-bg._05 {
    width: 832px;
    height: 554px;
  }

  .who-section {
    max-width: 1640px;
  }

  .list-badges {
    width: 1085px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .list-item {
    padding: 4px 18px;
    font-size: 28px;
  }

  .list-item.s {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .left-text-wrapper {
    max-width: 530px;
  }

  .left-text-wrapper.s {
    max-width: 253px;
    margin-bottom: 80px;
  }

  .left-text-wrapper.size-m {
    max-width: 400px;
    margin-top: 200px;
  }

  .text-wrapper-centered {
    max-width: 530px;
  }

  .featured-project-title {
    font-size: 44px;
  }

  .button-container {
    margin-top: 40px;
  }

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

  .text-block.s {
    font-size: 16px;
    line-height: 24px;
  }

  .image {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

  .how-section {
    max-width: 1640px;
    padding-bottom: 96px;
  }

  .line.s {
    height: 248px;
  }

  .title-list {
    font-size: 28px;
  }

  .content-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-section {
    width: 100%;
    max-width: 1640px;
    margin-right: auto;
    margin-left: auto;
  }

  .right-text-wrapper.l {
    max-width: 530px;
  }

  .right-text-wrapper.size-m {
    max-width: 400px;
    margin-bottom: 200px;
  }

  .simple-text-2-columns {
    max-width: 530px;
  }

  .content {
    max-width: 516px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .multimedia-size-m {
    max-height: 556px;
    max-width: 400px;
  }

  .features-content-wrap {
    max-width: 1640px;
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .heading-large {
    font-size: 164px;
  }

  .interests-section {
    max-width: 1640px;
  }

  .footer-wrapper {
    max-width: 1640px;
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .section-footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .social-button {
    width: 48px;
    height: 48px;
  }

  .social-icon {
    width: 16px;
    height: 16px;
  }

  .social-icon.behance {
    width: 20px;
    height: 20px;
  }

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

  .button-secondary {
    width: 224px;
    height: 224px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-button {
    font-size: 20px;
  }

  .content-title {
    font-size: 28px;
    line-height: 36px;
  }

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

  .link-text.top.s {
    font-size: 16px;
    line-height: 24px;
  }

  .link-text.bottom.s {
    font-size: 16px;
    line-height: 24px;
  }

  .icon.hover.size-s {
    width: 16px;
    height: 16px;
  }

  .icon.default.size-s {
    width: 16px;
    height: 16px;
    background-size: cover;
  }

  .subtitle-wrap {
    width: 400px;
  }

  .icon-wrap.size-s {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-wrapper {
    width: 1085px;
  }

  .tooltip-text {
    font-size: 20px;
  }

  .link-text-secondary-button {
    font-size: 20px;
  }

  .simple-text-hero {
    font-size: 20px;
  }

  .lenguage-selector {
    font-size: 20px;
  }

  .lenguage-selector-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .lenguage-selector-divider {
    height: 18px;
  }
}

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

  .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-hero {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 120px;
    line-height: 0.8;
  }

  .subtitle {
    font-size: 28px;
    text-align: left;
  }

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

  .simple-text-section.one-column {
    margin-bottom: 4rem;
  }

  .simple-text-section.centered {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .simple-text-section.centered.line {
    width: 100%;
    max-width: 704px;
    margin-bottom: 64px;
  }

  .simple-text-section.centered.line._2-columns {
    height: 60vh;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .simple-text-section.centered.two-columns {
    max-width: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-right: 6%;
    padding-left: 6%;
  }

  .simple-text-section.left-and-right {
    margin: 0rem 0px;
    padding: 4rem 6%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .simple-text-section.line-one-column {
    padding-bottom: 2rem;
  }

  .simple-text-section.line-two-columns {
    height: 400px;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

  .navigation-item {
    padding: 16px 0px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .navigation-item.primary {
    background-color: transparent;
  }

  .navigation-item.with-icon:hover {
    background-color: transparent;
  }

  .navigation-items {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6%;
    padding-left: 6%;
    background-color: transparent;
  }

  .navigation {
    padding: 0px;
  }

  .menu-button {
    padding: 0px;
  }

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

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

  .intro-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .works-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

  .contact-headline {
    width: 100%;
  }

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

  .footer-wrap {
    padding: 4rem 6% 2rem;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

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

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

  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

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

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

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

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

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

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

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

  .hero-section {
    height: 95vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 4rem 6%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrap {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section---content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-size-l {
    width: 100%;
    font-size: 28px;
  }

  .h4-wrapper {
    height: 24px;
  }

  .h4-wrapper.tags {
    height: 24px;
  }

  .list-section {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-huge {
    font-size: 160px;
  }

  .heading-huge.white {
    display: none;
  }

  .heading-huge.orange {
    height: auto;
    font-size: 28vw;
  }

  .sticky-wrapper {
    position: static;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .featured-content.left._01 {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3rem 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-content.left._03 {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3rem 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-content.left._05 {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3rem 6%;
  }

  .featured-content.left._04 {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3em 6%;
  }

  .featured-content.right {
    height: auto;
    padding: 3rem 6%;
  }

  .featured-content.right._02 {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3rem 6%;
  }

  .featured-content.right.about {
    padding-top: 4rem;
    padding-bottom: 4rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .featured-content.right._04 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-split {
    width: 340px;
    max-width: 100%;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .features-list {
    padding-top: 4rem;
  }

  .features-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .features-block-two {
    width: 100%;
    padding: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 3.2em;
  }

  .features-image {
    width: 64px;
    height: 64px;
    border-radius: 1.8em;
  }

  .mockup-bg._01 {
    width: 100%;
    height: 364px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 3.2em;
  }

  .mockup-bg._02 {
    width: 100%;
    height: 360px;
    border-radius: 3.2em;
  }

  .mockup-bg._03 {
    width: 100%;
    height: 360px;
    border-radius: 3.2em;
  }

  .mockup-bg._04 {
    width: 100%;
    height: 360px;
  }

  .mockup-bg._05 {
    width: 100%;
    height: 360px;
  }

  .who-section {
    margin-right: 0px;
    margin-left: 0px;
    padding: 4rem 6%;
  }

  .list-badges {
    width: auto;
  }

  .list-badges.s {
    margin-top: 16px;
  }

  .list-item {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 20px;
  }

  .list-item.s {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }

  .left-text-wrapper {
    max-width: 340px;
  }

  .left-text-wrapper.s {
    margin-bottom: 64px;
  }

  .left-text-wrapper.size-m {
    margin-bottom: 20%;
  }

  .text-wrapper-centered {
    max-width: 340px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .featured-project-title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .mockup-container {
    width: 65%;
    height: 65%;
  }

  .button-container {
    margin-top: 1.6rem;
  }

  .how-section {
    margin-right: 0%;
    margin-left: 0px;
    padding-right: 6%;
    padding-bottom: 4rem;
    padding-left: 6%;
  }

  .line.s {
    height: 120px;
  }

  .line.l {
    height: 100%;
  }

  .about-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 6%;
    padding-left: 6%;
  }

  .right-text-wrapper.l {
    max-width: 100%;
  }

  .right-text-wrapper.size-m {
    margin-top: 20%;
  }

  .simple-text-2-columns {
    max-width: 340px;
  }

  .multimedia-size-m {
    border-radius: 3.2em;
  }

  .features-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-large {
    font-size: 96px;
  }

  .interests-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .section-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph {
    font-size: 16px;
  }

  .button-secondary {
    width: 160px;
    height: 160px;
  }

  .content-title {
    font-size: 20px;
    line-height: 27px;
  }

  .simple-text-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .span-link {
    box-shadow: inset 0 -2px 0 -1px #2f3b3f;
  }

  .mockup-image {
    display: block;
  }

  .link-text.bottom {
    display: none;
  }

  .heading-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link-container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .subtitle-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .invisible-container {
    display: none;
  }

  .paragraph-wrapper {
    width: auto;
  }

  .cursor {
    display: none;
  }

  .link-text-secondary-button.bottom {
    display: none;
  }

  .mockup-video {
    display: none;
  }

  .button-email {
    font-size: 28px;
    line-height: 1.5;
  }
}

@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 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .heading-hero {
    width: 100%;
    font-size: 64px;
    line-height: 0.8;
    text-align: left;
  }

  .h4 {
    font-size: 18px;
  }

  .subtitle {
    width: 100%;
    font-size: 24px;
  }

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

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

  .simple-text-section.one-column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .simple-text-section.centered {
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-right: 0px;
    padding-left: 0px;
  }

  .simple-text-section.centered.line._2-columns {
    max-width: 520px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .simple-text-section.left-and-right {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .simple-text-section.line-two-columns {
    height: 344px;
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

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

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

  .navigation-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-item.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-items {
    max-width: none;
  }

  .navigation {
    padding: 0px;
  }

  .intro-wrap {
    width: 100%;
  }

  .simple-text {
    font-size: 18px;
  }

  .simple-text.centered {
    font-size: 18px;
    text-align: left;
  }

  .simple-text._1 {
    font-size: 18px;
  }

  .simple-text._2 {
    font-size: 18px;
  }

  .work-experience-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    text-align: center;
  }

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

  .social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    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;
  }

  .hero-section {
    max-width: none;
    padding-top: 0px;
  }

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

  .paragraph-size-l {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-huge {
    font-size: 96px;
  }

  .sticky-wrapper {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .featured-content {
    padding: 60px 15px;
  }

  .featured-content.left._01 {
    max-width: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .featured-content.left._03 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .featured-content.right._02 {
    max-width: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .featured-content.right.about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-split {
    width: 100%;
  }

  .featured-project---description {
    font-size: 18px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .features-list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .features-block-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mockup-bg._01 {
    height: 280px;
  }

  .mockup-bg._02 {
    height: 280px;
  }

  .mockup-bg._03 {
    height: 280px;
  }

  .mockup-bg._04 {
    height: 280px;
  }

  .mockup-bg._05 {
    height: 280px;
  }

  .who-section {
    max-width: none;
  }

  .list-badges {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .list-item {
    padding-right: 12px;
    padding-left: 12px;
    border-width: 1px;
    font-size: 16px;
  }

  .left-text-wrapper {
    max-width: none;
  }

  .left-text-wrapper.size-m {
    margin-bottom: 15%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-wrapper-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .work-scroll {
    border-radius: 24px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .mockup-container {
    min-height: 158px;
    min-width: 295px;
  }

  .button-container {
    width: 100%;
  }

  .text-block.s.copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .how-section {
    max-width: none;
  }

  .line.l {
    height: 100%;
  }

  .about-section {
    max-width: none;
  }

  .right-text-wrapper.l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-text-wrapper.size-m {
    margin-top: 15%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
  }

  .simple-text-2-columns {
    max-width: none;
  }

  .content {
    max-width: none;
  }

  .features-content-wrap {
    max-width: 520px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-large {
    max-width: 100%;
    font-size: 64px;
  }

  .heading-large.centered {
    font-size: 56px;
  }

  .interests-section {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-wrapper {
    max-width: none;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .button-clipboard {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom-width: 1px;
  }

  .section-footer {
    width: 100%;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-secondary {
    width: 152px;
    height: 152px;
  }

  .simple-text-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .simple-text-hero._1 {
    font-size: 18px;
  }

  .simple-text-hero._2 {
    font-size: 18px;
    text-align: left;
  }

  .footer-email-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-email {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    box-shadow: inset 0 -1px 0 0 #2f3b3f;
    font-size: 24px;
    line-height: 32px;
  }

  .text-copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

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

  .container {
    width: 100%;
  }

  .heading-hero {
    font-size: 60px;
  }

  .h4 {
    font-size: 18px;
  }

  .subtitle {
    font-size: 24px;
    line-height: 27px;
  }

  .simple-text-section.centered.line._2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .simple-text-section.left-and-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .simple-text-section.line-two-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navigation-item {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .simple-text.centered {
    font-size: 18px;
  }

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

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph-size-l {
    font-size: 20px;
    line-height: 27px;
  }

  .list-section {
    margin-top: 3rem;
  }

  .sticky-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .features-container {
    height: 100.000167%;
    max-height: 100.000167%;
    max-width: none;
  }

  .featured-project---description {
    font-size: 16px;
  }

  .features-list {
    height: 100%;
    max-height: 100%;
  }

  .features-wrapper-two {
    height: 100.000167%;
    max-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-right {
    margin-bottom: 0px;
  }

  .features-block-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .mockup-bg._01 {
    height: 200px;
  }

  .mockup-bg._02 {
    height: 200px;
  }

  .mockup-bg._03 {
    height: 200px;
  }

  .mockup-bg._04 {
    height: 200px;
  }

  .mockup-bg._05 {
    height: 200px;
  }

  .who-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .list-badges {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .featured-project-title {
    font-size: 28px;
  }

  .mockup-container {
    min-height: 140px;
    min-width: 240px;
  }

  .line.l {
    height: 100%;
  }

  .title-list {
    font-size: 20px;
  }

  .right-text-wrapper.size-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading-large {
    max-width: 100%;
    font-size: 48px;
  }

  .heading-large.centered {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 48px;
  }

  .interests-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-footer {
    width: 100%;
  }

  .text-button {
    font-size: 18px;
  }
}

@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Black.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Black.woff') format('woff'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extrabold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.woff') format('woff'), url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Medium.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Light.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Light.woff') format('woff'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Regular.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extralight.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Thin.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Thin.woff') format('woff'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk variable';
  src: url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Variable.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Variable.woff') format('woff'), url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}