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

.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);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sen, sans-serif;
}

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

.wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  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 {
  z-index: 99999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: sticky;
  top: 0;
}

.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(--bright-purple);
  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;
}

.nav-link.hide-link {
  display: none;
}

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

.brand.w--current {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
}

.logo {
  max-height: 60px;
  margin-top: 14px;
  margin-bottom: auto;
  display: block;
  position: static;
}

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

.hero-image-box {
  background-image: url('../images/Siloed-photo.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  max-height: 864px;
}

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

.hero-text-block {
  margin-left: -64px;
}

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

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

.paragraph_18px.light-grey {
  color: var(--white);
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

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

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

.paragraph_18px.light-grey.caption {
  margin-bottom: 24px;
}

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

.paragraph_18px.linkediin {
  margin-bottom: 0;
}

.paragraph_18px.password {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 400;
}

.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: #fffc;
  font-size: 60px;
  font-weight: 400;
}

.experience-section {
  padding: 40px 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 {
  width: 100%;
  max-width: 780px;
  color: var(--white);
  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, .heading_55px._24px-bottom {
  margin-bottom: 24px;
}

.flex-vertical_left_top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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: 160%;
}

.heading_24px._64px-bottom_m {
  margin-bottom: 64px;
}

.heading_24px.hide {
  display: none;
}

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

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

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

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

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

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

.paragraph_16px.password {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.box {
  color: #006fcf;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}

.box.amex {
  color: #006fcf;
}

.box.adt {
  color: #1f99e0;
}

.box.ir {
  color: #d42a1d;
}

.box.trane {
  color: #6400ff;
}

.box.american-standard {
  color: #005d9c;
}

.box.mg-bw {
  color: #000;
}

.box.tpg {
  color: #146aff;
}

.box.rv {
  color: #b2292e;
}

.box.lendingtree {
  color: #008f12;
}

.box.lowes {
  color: #012169;
}

.blue {
  color: #1f99e0;
}

.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);
  background-color: var(--bright-purple);
  color: #fff;
  text-align: center;
  width: 400px;
  margin-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 68px;
  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 {
  color: var(--white);
  background-color: #2a0b85;
  padding-left: 16px;
  padding-right: 16px;
}

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

.animated-link-button.email-me {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.animated-link-button.secondary {
  background-color: var(--black);
  border: 1px solid #5221e6;
}

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

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

.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 {
  padding: 200px 72px 40px;
}

.skill-icon {
  height: 32px;
  margin-bottom: 24px;
}

.skill-icon.hide {
  display: none;
}

.logo-bar-section {
  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;
}

.projects-section {
  padding: 120px 72px;
}

.project-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  height: auto;
  min-height: 0;
}

.project-description {
  background-color: var(--level-1);
  padding: 40px 32px;
  position: relative;
}

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

.cta {
  border: 1px solid var(--bright-purple);
  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(--bright-purple);
  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 {
  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 {
  padding: 120px 72px;
}

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

.testimonial-image {
  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);
  padding: 64px;
}

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

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

.tabs-section {
  padding: 120px 72px;
}

.tab {
  border: 1px solid var(--bright-purple);
  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(--bright-purple);
}

.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 {
  padding: 120px 72px;
}

.form-block.hide {
  display: block;
}

.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(--bright-purple);
  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;
}

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

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

.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 {
  padding-top: 24px;
  padding-right: 48px;
}

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

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

.banner {
  background-color: var(--bright-purple);
  background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(to right, var(--bright-purple), #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: block;
  position: static;
  inset: 0% 0% auto;
}

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

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

.div-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.div-block:hover {
  background-color: #000;
  padding-left: 16px;
}

.div-block.bottom {
  margin-bottom: 0;
  text-decoration: none;
}

.div-block.bottom.hide, .div-block.hide {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 310px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.heading, .field-label {
  color: #fff;
}

.submit-button {
  background-color: var(--bright-purple);
}

.submit-button:hover {
  background-color: var(--hover-purple);
}

.image {
  max-width: 16%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.link {
  color: #fff;
}

.link:hover {
  font-weight: 700;
}

.text-span {
  margin-left: 8px;
}

.text-span.highlight {
  color: var(--black);
  background-color: #ffea00;
  padding-left: 4px;
  padding-right: 4px;
}

.skill-list {
  margin-bottom: 16px;
  font-size: 18px;
  list-style-type: disc;
}

.skill-list.header {
  clear: none;
  font-size: 24px;
  font-weight: 700;
  list-style-type: none;
}

.list {
  color: #fff;
}

.div-block-3 {
  flex-direction: row;
  display: flex;
}

.div-block-3._24-bottom {
  margin-bottom: 24px;
}

.image-2 {
  height: 56px;
  margin-right: 16px;
}

.link-2, .link-3 {
  color: #fff;
}

.text-span-2 {
  white-space: nowrap;
}

.form, ._w-webflow-badge {
  display: none;
}

.image-3 {
  z-index: 2147483647;
  display: block;
  position: fixed;
  inset: auto 8px 8px auto;
}

.skill-heading {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 25px;
  font-size: 24px;
  font-weight: 700;
}

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

  .hero-image-box {
    background-position: 100% 27%;
  }

  .heading_76px {
    font-size: 56px;
  }

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

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

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

  .animated-link-button.email-me {
    margin-top: 40px;
  }

  .animated-link-button.secondary {
    background-color: var(--black);
    border-width: 2px;
    border-color: #5221e6;
    border-radius: 0;
  }

  .skills-section {
    padding: 180px 40px 80px;
  }

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

  .logo-box {
    width: auto;
  }

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

  .project-image {
    height: auto;
  }

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

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

  .wrapper-v2.forms-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

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

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

  .logo {
    max-height: 48px;
  }

  .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 {
    background-position: 50% 22%;
    height: 45vh;
  }

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

  .white_50 {
    font-size: 24px;
  }

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

  .heading_55px {
    align-items: center;
    font-size: 32px;
    display: flex;
  }

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

  .project-image {
    height: auto;
    min-height: 209.79px;
  }

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

@media screen and (max-width: 479px) {
  .wrapper.grid-3_col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-section {
    object-fit: fill;
    max-height: 1160px;
    overflow: visible;
  }

  .hero-image-box {
    background-position: 70%;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    max-height: 900px;
  }

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

  .animated-link-button.email-me, .animated-link-button.secondary {
    width: 100%;
  }

  .skills-section {
    padding-bottom: 40px;
  }

  .projects-section {
    padding-bottom: 0;
  }

  .project-image {
    height: auto;
    min-height: 209.79px;
  }

  .testimonial-text {
    padding: 24px;
  }

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

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

  .image {
    max-width: 16%;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    margin-bottom: 0;
  }
}

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

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

#w-node-eb81428c-b6fe-6fbc-7f98-63407580b961-d1f93b7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd681000-b540-fff5-f73d-0cd52ba223b8-d1f93b7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

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

@media screen and (max-width: 767px) {
  #w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-d1f93b7c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e2bf88e-17e0-8ee7-fccf-82be762babea-d1f93b7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


