:root {
  --black: black;
  --light-slate-grey: #8491a0;
  --cyan: cyan;
  --blue: #5221e6;
  --white: white;
  --level-1: #181823;
  --darkgrey: #5b6876;
  --lime-green: #3cc74e;
}

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

.body {
  background-color: var(--black);
  font-family: Sen, sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: var(--light-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-bar {
  background-color: #0000;
  padding-left: 72px;
  padding-right: 72px;
}

.nav-link {
  color: #ffffffb3;
  padding: 32px 24px;
  font-size: 16px;
  line-height: 150%;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: var(--cyan);
}

.nav-link.button {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1), color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link.button:hover {
  background-color: #2a0b85;
}

.brand {
  margin-top: 32px;
  padding-left: 0;
}

.hero-section {
  height: 90vh;
  max-height: 1080px;
  padding-right: 40px;
  position: static;
}

.hero-image-box {
  background-image: url('../images/bruno-nardon-hero_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 80vh;
  max-height: 864px;
}

.heading_76px {
  color: var(--white);
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 76px;
  line-height: 110%;
}

.hero-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: -64px;
  display: flex;
}

.paragraph_18px {
  color: var(--white);
  padding-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph_18px.dark-grey {
  color: var(--darkgrey);
}

.paragraph_18px.light-grey {
  color: var(--light-slate-grey);
}

.paragraph_18px.light-grey._40px-bottom_m {
  margin-bottom: 40px;
}

.paragraph_18px.light-grey._64px-bottom_m {
  margin-bottom: 64px;
}

.hero-bg {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--level-1), var(--level-1));
  width: 65vw;
  height: 110vh;
  max-height: 1350px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.white_50 {
  color: #ffffff80;
}

.experience-section {
  background-color: #000;
  padding: 172px 72px 120px;
}

.overline_16px {
  color: var(--light-slate-grey);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.heading_55px {
  color: var(--white);
  width: 70%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px.black {
  color: var(--level-1);
}

.heading_55px.black._24px-bottom {
  margin-bottom: 24px;
}

.heading_55px._24px-bottom {
  width: 100%;
  margin-bottom: 24px;
}

.heading_55px.custom {
  text-align: center;
  width: 100%;
  max-width: 742px;
  font-size: 30px;
  font-weight: 700;
}

.flex-vertical_left_top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.number {
  color: var(--light-slate-grey);
  margin-bottom: 8px;
  font-size: 117px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.heading_24px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading_24px._64px-bottom_m {
  margin-bottom: 64px;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

.experience-block {
  padding-right: 48px;
}

.paragraph_16px {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  color: var(--light-slate-grey);
}

.paragraph_16px.light-grey.direitos-reservados {
  text-decoration: none;
}

.paragraph_16px.white {
  color: var(--white);
}

.paragraph_16px.cyan {
  color: var(--cyan);
  transition: color .35s;
}

.paragraph_16px.cyan:hover {
  color: #00ffffd9;
}

.green {
  color: var(--lime-green);
}

.blue {
  color: #609bff;
}

.pink {
  color: #e95d90;
}

.mid-section {
  height: 600px;
  display: block;
}

.mid_left-block {
  background-color: #fff3e4;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 72px;
  display: flex;
}

.mid_left-block.instagram {
  background-color: #fbe4ff;
}

.animated-link-button {
  border-bottom: 1px solid var(--darkgrey);
  color: var(--level-1);
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1), padding .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.animated-link-button:hover {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
}

.animated-link-button.white {
  color: var(--white);
}

.normal-wrapper {
  width: auto;
  height: auto;
}

.normal-wrapper._48px-right_p {
  padding-right: 0;
}

.normal-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.normal-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.normal-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.normal-wrapper.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mid_image {
  background-image: url('../images/philosophy.jpg');
  background-position: 50%;
  background-size: cover;
}

.mid_image.instagram {
  background-image: url('../images/instagram.jpg');
  background-position: 50% 0;
}

.skills-section {
  background-color: #fff3e4;
  padding: 120px 72px;
}

.skill-icon {
  margin-bottom: 24px;
  display: none;
}

.logo-bar-section {
  background-color: #000;
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-box {
  border: 1px solid var(--level-1);
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 140px;
  display: flex;
}

.client-logo {
  opacity: .3;
}

.projects-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 72px;
  display: flex;
}

.project-image {
  object-fit: cover;
  height: 400px;
  display: none;
  overflow: visible;
}

.project-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--level-1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.project-description:hover {
  background-color: var(--blue);
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  height: 232px;
  display: flex;
}

.cta {
  border: 1px solid var(--blue);
  color: var(--white);
  background-color: #3898ec00;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1), transform .35s cubic-bezier(.165, .84, .44, 1);
}

.cta:hover {
  background-color: var(--blue);
  transform: translate(0, -5px);
  box-shadow: 0 20px 60px #5221e64d;
}

.project-wrapper {
  text-decoration: none;
  overflow: hidden;
}

.project-wrapper._24px-bottom_m {
  margin-bottom: 24px;
}

.dribbble-section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.wrapper-v2 {
  width: 100%;
  max-width: 1076px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-v2.forms-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brower-bar {
  background-color: var(--level-1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 37px;
  padding-left: 16px;
  display: flex;
}

.dots {
  background-color: var(--light-slate-grey);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.dribbble-image {
  background-image: url('../images/dribbble.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1024px;
  background-attachment: fixed;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 640px;
}

.testimonial-section {
  background-color: #000;
  padding: 120px 72px;
}

.testimonial-block._120px-bottom_m {
  margin-bottom: 120px;
}

.testimonial-image {
  text-align: left;
  object-fit: cover;
  height: 360px;
}

.testimonial-text {
  border-right: 1px solid var(--darkgrey);
  border-bottom: 1px solid var(--darkgrey);
  border-left: 1px solid var(--darkgrey);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  padding: 64px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading_18px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.heading_18px.light-grey {
  color: var(--light-slate-grey);
}

.heading_18px.light-grey._4px-bottom_m {
  margin-bottom: 4px;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

.testimonial-sticky-block {
  position: sticky;
  top: 64px;
}

.tabs-section {
  background-color: #000;
  padding: 120px 72px;
}

.tab {
  border: 1px solid var(--blue);
  color: var(--white);
  background-color: #ddd0;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab:hover {
  background-color: #5221e633;
}

.tab.w--current {
  background-color: var(--blue);
}

.tab-menu {
  margin-bottom: 40px;
}

.tab-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 32vw;
  max-height: 630px;
  display: grid;
}

.tab-image {
  object-fit: cover;
  height: 100%;
}

.forms-section {
  background-color: #fbe4ff;
  padding: 120px 72px;
}

.text-field {
  background-color: var(--level-1);
  color: var(--white);
  border: 0 #000;
  margin-top: 8px;
  margin-bottom: 40px;
}

.text-field._100px {
  height: 100px;
  display: block;
}

.form-button {
  background-color: var(--blue);
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.success {
  background-color: var(--lime-green);
}

.success-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  background-color: #e43b3b;
}

.text-block {
  color: #fff;
}

.footer {
  background-color: var(--level-1);
  height: 422px;
  padding: 80px 72px;
  display: block;
}

.footer-logo {
  margin-bottom: 32px;
}

.social-icons {
  margin-right: 16px;
}

.social-link-block {
  width: auto;
}

.social-link-block.twitter {
  display: none;
}

.footer-link-block {
  border: 1px #000;
  width: 50%;
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  color: var(--cyan);
}

.skills-wrapper._48px-right_p {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.skills-wrapper._48px-right_p:hover {
  background-color: var(--blue);
}

.progress-bar {
  z-index: 100;
  background-color: var(--blue);
  transform-origin: 0%;
  width: 100%;
  height: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.arrow-div {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.banner {
  background-color: var(--blue);
  background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(90deg, var(--blue), #8d21e6);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.banner:hover {
  background-image: linear-gradient(to bottom, #0003, #0003), linear-gradient(to right, var(--blue), #8d21e6);
}

.banner-text {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.div-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  opacity: .31;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center start;
  width: 500px;
  height: auto;
  padding-top: 16px;
  display: none;
}

.image {
  width: 50px;
  height: 24px;
}

.image-2 {
  height: 15px;
}

.image-3 {
  height: 19px;
}

.image-4 {
  height: 24px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/image-background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
  position: relative;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, var(--black), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
  font-size: 14px;
  line-height: 18px;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(180deg, var(--black), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -5;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  z-index: 2;
  position: relative;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -2;
  background-color: var(--black);
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.paragraph {
  color: #a8a7a7;
  max-width: 520px;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--light-slate-grey);
  transition: color .2s;
}

.text-span:hover {
  color: var(--blue);
}

.text-span-2 {
  color: var(--light-slate-grey);
  transition: color .2s;
}

.text-span-2:hover {
  color: var(--blue);
}

.text-span-3 {
  color: var(--light-slate-grey);
}

.button-2 {
  z-index: 0;
  background-color: var(--blue);
  margin-top: 32px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  transition: background-color .2s;
  position: relative;
}

.button-2:hover {
  background-color: var(--darkgrey);
}

.bold-text {
  color: var(--black);
  width: 100%;
  font-size: 50px;
}

.div-block-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-span-4 {
  color: var(--light-slate-grey);
}

.heading-hero {
  color: var(--white);
  font-size: 70px;
}

.heading {
  color: var(--light-slate-grey);
  max-width: 600px;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

.social-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--level-1);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  border-radius: 3px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 260px;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.social-item:hover {
  background-color: var(--level-1);
}

.image-5 {
  height: auto;
}

.social-heading {
  color: var(--light-slate-grey);
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  display: flex;
}

.link, .link-2, .link-3, .link-4 {
  color: var(--white);
  text-decoration: none;
}

.link-5, .link-6 {
  text-decoration: none;
}

.text-span-5 {
  color: var(--light-slate-grey);
  text-decoration: none;
  transition: color .2s;
}

.text-span-5:hover {
  color: var(--blue);
}

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

.link-8 {
  color: #dad1d1a6;
}

@media screen and (max-width: 991px) {
  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 24px;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section {
    padding-right: 32px;
  }

  .heading_76px {
    font-size: 56px;
  }

  .experience-section {
    padding: 150px 40px 80px;
  }

  .heading_55px.custom {
    width: 90%;
  }

  .experience-block {
    padding-right: 16px;
  }

  .mid_left-block, .skills-section {
    padding: 80px 40px;
  }

  .logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    width: auto;
  }

  .projects-section {
    padding: 80px 40px;
  }

  .project-wrapper._24px-bottom_m {
    margin-bottom: 48px;
  }

  .dribbble-section {
    padding: 80px 40px;
  }

  .dribbble-image {
    background-size: cover;
    height: 480px;
  }

  .testimonial-section {
    padding: 80px 40px;
  }

  .testimonial-block._120px-bottom_m {
    margin-bottom: 64px;
  }

  .testimonial-text {
    padding: 32px;
  }

  .tabs-section {
    padding: 80px 40px;
  }

  .tab-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    height: 840px;
    max-height: none;
  }

  .forms-section {
    padding: 80px 40px;
  }

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

  .banner {
    display: block;
  }

  .banner-text {
    text-align: center;
    line-height: 130%;
  }

  .heading-hero {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px solid #ffffff1f;
  }

  .brand {
    margin-top: 24px;
  }

  .menu-button {
    padding: 24px 20px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .nav-menu {
    background-color: var(--level-1);
  }

  .hero-section {
    height: auto;
    padding-right: 0;
  }

  .hero-image-box {
    height: 51vh;
  }

  .heading_76px {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .hero-text-block {
    background-image: linear-gradient(to bottom, var(--level-1), var(--level-1));
    margin-left: 0;
    padding: 48px 20px;
  }

  .hero-bg {
    display: none;
  }

  .experience-section {
    padding: 64px 20px;
  }

  .heading_55px {
    font-size: 32px;
  }

  .experience-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .experience-block {
    padding-right: 0;
  }

  .mid-section {
    height: auto;
    display: block;
  }

  .mid_left-block {
    height: 450px;
    padding: 48px 20px;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0;
  }

  .normal-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .mid_image {
    height: 450px;
  }

  .skills-section, .projects-section, .dribbble-section {
    padding: 64px 20px;
  }

  .wrapper-v2.forms-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .dribbble-image {
    background-size: cover;
  }

  .testimonial-section {
    padding: 64px 20px;
  }

  .testimonial-sticky-block {
    position: static;
  }

  .tabs-section {
    padding: 64px 20px;
  }

  .tab {
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    display: flex;
  }

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

  .tab-grid {
    height: auto;
  }

  .tab-image {
    height: 360px;
  }

  .forms-section {
    padding: 64px 20px;
  }

  .footer {
    height: auto;
  }

  .skills-wrapper._48px-right_p {
    padding-right: 0;
  }

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

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .heading-hero {
    height: 50px;
    margin-bottom: 0;
  }

  .social-item {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper.grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper.grid-3_col {
    grid-row-gap: 24px;
  }

  .hero-image-box {
    text-align: left;
    width: 100%;
    height: 230px;
    display: block;
  }

  .hero-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .experience-section {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_55px {
    width: 100%;
    font-size: 30px;
  }

  .heading_55px.custom {
    width: 100%;
    font-size: 21px;
  }

  .heading_24px {
    display: flex;
  }

  .skills-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-grid {
    display: none;
  }

  .projects-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-section {
    padding-top: 40px;
  }

  .testimonial-text {
    padding: 24px;
  }

  .tab-grid {
    grid-template-columns: 1fr;
  }

  .skills-wrapper._48px-right_p {
    justify-content: center;
    align-items: flex-start;
    padding-right: 48px;
  }

  .div-block {
    flex-flow: row;
    width: 100%;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .text-colour-lightgrey {
    font-size: 14px;
    line-height: 18px;
  }

  .timeline_text {
    font-size: 16px;
    font-weight: 400;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bold-text {
    font-size: 38px;
  }

  .div-block-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-hero {
    height: 90px;
    font-size: 50px;
  }

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

  .section {
    padding-bottom: 64px;
  }
}

#w-node-_3cb0f931-ad23-8f11-e7c9-7467d5aa3ec3-ece0d52a, #w-node-c07b73a0-4560-1829-def8-54c08f04f882-ece0d52a {
  align-self: center;
}

#w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-ece0d52a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a789fd21-d158-05e3-d750-49857cf814e4-ece0d52a, #w-node-_42364259-3615-eb9d-c8b1-3531b219f868-ece0d52a, #w-node-_80b1b6c5-6005-6b75-4be7-6c363ada6734-ece0d52a, #w-node-f73fbc17-0667-dc10-5835-ae2459d5a7e5-ece0d52a, #w-node-_70051243-b362-5358-aede-5f0aed907ee0-ece0d52a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a9716ca-4096-3850-2d15-28cc733fbdd4-1e7d8e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-ece0d52a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c123-ece0d52a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c126-ece0d52a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c128-ece0d52a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c12f-ece0d52a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c132-ece0d52a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c142-ece0d52a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b0a67e5c-87a6-417a-7b62-6c84bad4c145-ece0d52a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-ece0d52a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cb0f931-ad23-8f11-e7c9-7467d5aa3ec3-ece0d52a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_2a9716ca-4096-3850-2d15-28cc733fbdd4-1e7d8e5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


