:root {
  --white: white;
  --text-colour-2: #1d1d1d;
  --primary: #2e570f;
  --transparent: transparent;
  --section_bg_colour: #fff3e4;
  --light-grey: #b4bda8;
  --black: black;
  --wren-green: #11bd6c;
  --text-colr-3: #0d1f00;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrapper.grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center stretch;
  height: auto;
  font-family: Sen, sans-serif;
  display: grid;
  position: absolute;
}

.wrapper.sticky-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.education-section-grid, .wrapper.connect-section-grid {
  grid-template-columns: 1fr 1fr;
}

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

.brannd {
  margin-top: 32px;
}

.body {
  background-color: #000;
}

.nav-link {
  color: var(--white);
  padding: 32px;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.nav-link.button {
  background-color: var(--primary);
  font-weight: 700;
}

.lottie-animation {
  z-index: auto;
  opacity: .35;
  position: absolute;
}

.hero-image-box {
  background-image: url('../images/Hero-Image.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh;
  max-height: 421px;
}

.heading_76px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 76px;
  line-height: 94px;
}

.heading_76px.white_50 {
  opacity: .5;
}

.heading_76px.max-width-_1000px {
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  display: block;
}

.main-hero-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: block;
}

.paragraph_24 {
  color: var(--white);
  font-size: 24px;
  line-height: 36px;
}

.experience-section {
  background-color: var(--section_bg_colour);
  padding: 120px 72px;
}

.overline_16px {
  color: var(--text-colour-2);
  text-transform: uppercase;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.overline_16px.light_grey {
  color: var(--light-grey);
}

.heading_48px {
  color: var(--black);
  width: 100%;
  max-width: 780px;
  font-family: Sen, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

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

.heading_48px.white.wide {
  max-width: none;
}

.heading_24px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.heading_24px.experience {
  margin-bottom: 0;
}

.heading_24px.experience.black {
  color: var(--text-colour-2);
}

.heading_24px._60px-bottom_margin {
  margin-bottom: 60px;
}

.heading_24px._0px-bottom-margin {
  margin-bottom: 0;
}

.paragraph_20px {
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

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

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.text-block {
  color: var(--text-colour-2);
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 110%;
}

.list-item {
  font-family: Sen, sans-serif;
}

.quick-stack {
  padding-left: 0;
  padding-right: 20px;
}

.animated-link-button {
  color: #181823;
  border-bottom: 1px solid #5b6876;
  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 {
  color: #fff;
  background-image: linear-gradient(#5221e6, #5221e6);
  padding-left: 16px;
  padding-right: 16px;
}

.animated-link-button.white {
  color: #fff;
}

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

.normal-wrapper.education-section-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph_18px {
  color: #fff;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px.light-grey {
  color: #8491a0;
}

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

.paragraph_18px.opacity_50 {
  opacity: .5;
}

.paragraph_18px.button {
  max-height: 27px;
  margin-bottom: 0;
  line-height: 100%;
}

.heading_18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.heading_18px.light-grey {
  color: #8491a0;
}

.heading_18px.light-grey._4px-bottom_m {
  margin-bottom: 4px;
}

.skill-block._120px-bottom_m {
  background-color: var(--section_bg_colour);
  max-width: none;
  margin-bottom: 60px;
}

.heading_55px {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

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

.skills-section {
  background-color: var(--text-colour-2);
  padding: 120px 72px;
}

.paragraph_16px {
  color: var(--text-colour-2);
  margin-bottom: 0;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

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

.heading_24px-2 {
  color: var(--text-colour-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading_24px-2._64px-bottom_m {
  color: var(--text-colour-2);
  margin-bottom: 64px;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

.skill-text {
  border: 1px #000;
  padding: 24px 20px;
}

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

.project-block._60px-bottom_margin {
  margin-bottom: 0;
}

.project-wrapper {
  color: var(--white);
  text-decoration: none;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  height: auto;
}

.project-description {
  background-color: var(--text-colour-2);
  padding: 40px 32px;
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 0;
  padding-right: 0;
}

.arrow-div {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.image {
  background-color: var(--primary);
}

.testimonial-section {
  background-color: var(--text-colour-2);
  padding: 120px 72px;
}

.testimonial-block._120px-bottom_m {
  background-color: var(--transparent);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--light-grey);
  max-width: none;
  margin-bottom: 60px;
}

.testimonial-text {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #b4bda8;
  border: .1px solid #b4bda84a;
  padding: 24px 20px;
}

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

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

.education-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.image-2 {
  object-fit: fill;
  max-height: 150px;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper.grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center stretch;
  font-family: Sen, sans-serif;
  display: grid;
  position: absolute;
}

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

.connect-section {
  background-color: var(--text-colour-2);
  padding: 120px 72px;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-resume-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #2e570f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 306px;
  max-width: 306px;
  height: 55px;
  max-height: 55px;
  padding: 10px 16px;
  display: flex;
}

.download-resume-button.linkedin {
  background-color: #007ebb;
}

.image-3 {
  background-color: #007ebb;
  max-width: 26px;
}

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

.overlay {
  z-index: 5;
  background-color: #00000080;
  border: 1px #00000040;
  width: 100vw;
  height: auto;
  padding-top: 120px;
  padding-left: 72px;
  padding-right: 72px;
  position: fixed;
  inset: auto;
}

.image-4 {
  width: 100%;
  height: 50%;
  max-height: 50%;
}

.body-2 {
  background-color: var(--black);
}

.hero-image-project {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2018_11_21_FredericiaFurniture_Calmo126403.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 70vh;
  padding: 120px 72px;
  display: flex;
}

.hero-image-project.energy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/terrapass-blog-electricalgrid.jpg');
}

.hero-image-project.music {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/apps.47000.14102585245378305.875ba0f5-f075-4973-9296-f1333680b226.jpg');
}

.close-icon {
  border: 2px solid var(--white);
  cursor: pointer;
  position: fixed;
  inset: 72px auto auto 72px;
}

.project-page-description {
  padding-left: 72px;
  padding-right: 72px;
}

.section-tile {
  padding: 40px;
}

.details-text.paragraph_24 {
  font-family: Sen, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

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

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

  .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo {
    max-height: 150px;
  }

  .nav-link {
    background-color: var(--text-colour-2);
    border-bottom: 1px solid #f5ffe717;
    display: flex;
  }

  .menu-button {
    padding-bottom: 32px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    padding-top: 32px;
  }

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

  .heading_76px {
    font-size: 56px;
    line-height: 110%;
  }

  .paragraph_24 {
    font-size: 18px;
    line-height: 150%;
  }

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

  .heading_24px._0px-bottom-margin {
    font-size: 20px;
  }

  .paragraph_20px {
    line-height: 150%;
  }

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

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

  .paragraph_16px.white {
    font-size: 14px;
  }

  .skill-text {
    padding: 32px;
  }

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

  .project-image {
    background-color: var(--wren-green);
    object-fit: contain;
  }

  .quick-stack-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-block._120px-bottom_m {
    border: .5px solid var(--light-grey);
    margin-bottom: 64px;
  }

  .testimonial-text {
    border-style: none;
    padding: 32px;
  }

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

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

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

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

  .buttons-wrapper {
    justify-content: space-between;
  }

  .close-icon {
    max-width: 60px;
  }

  .section-tile {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .wrapper.grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

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

  .logo {
    max-height: 24px;
  }

  .menu-button {
    padding-top: 32px;
  }

  .lottie-animation {
    bottom: 50%;
  }

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

  .hero-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_76px {
    text-align: center;
  }

  .heading_76px.white_50 {
    margin-bottom: 16px;
  }

  .paragraph_24 {
    text-align: center;
  }

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

  .heading_48px {
    font-size: 32px;
  }

  .paragraph_20px {
    text-align: left;
    line-height: 150%;
  }

  .cell {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .quick-stack {
    padding-top: 0;
    padding-left: 0;
  }

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

  .normal-wrapper.education-section-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .skill-block._120px-bottom_m {
    max-width: none;
  }

  .heading_55px {
    font-size: 32px;
  }

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

  .quick-stack-2 {
    padding: 0;
  }

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

  .testimonial-block._120px-bottom_m {
    max-width: none;
  }

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

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

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

  .navbar-wrapper.grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

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

  .buttons-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-image-project {
    background-image: linear-gradient(#0009, #0009), url('../images/2018_11_21_FredericiaFurniture_Calmo126403.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 64px 20px;
  }

  .hero-image-project.energy {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/terrapass-blog-electricalgrid.jpg');
  }

  .hero-image-project.music {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/apps.47000.14102585245378305.875ba0f5-f075-4973-9296-f1333680b226.jpg');
  }

  .close-icon {
    top: 40px;
    left: 20px;
  }

  .project-page-description {
    text-align: left;
    padding: 64px 20px;
  }

  .section-tile {
    text-align: left;
    padding: 16px 0;
  }

  .details-text.paragraph_24, .paragraph {
    text-align: left;
  }
}

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

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lottie-animation {
    bottom: 50%;
  }

  .hero-image-box {
    text-align: left;
    background-position: 50%;
    max-height: 300px;
  }

  .heading_76px {
    text-align: center;
    font-size: 32px;
  }

  .paragraph_24 {
    text-align: center;
  }

  .experience-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .normal-wrapper {
    aspect-ratio: auto;
  }

  .normal-wrapper.education-section-left {
    margin-bottom: 16px;
  }

  .skill-block._120px-bottom_m {
    width: auto;
    max-width: none;
    margin-bottom: 24px;
  }

  .skill-text {
    border-style: none;
    padding: 24px;
  }

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

  .quick-stack-2 {
    padding: 0;
  }

  .testimonial-block._120px-bottom_m {
    width: auto;
    max-width: none;
    margin-bottom: 40px;
  }

  .testimonial-text {
    border-style: none;
    padding: 24px;
  }

  .navbar-wrapper.sticky-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .download-resume-button {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .link-block {
    flex: 1;
    width: 100%;
  }

  .hero-image-project {
    background-image: linear-gradient(#000000d9, #000000d9), url('../images/2018_11_21_FredericiaFurniture_Calmo126403.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .close-icon {
    max-width: 48px;
    top: 60px;
    left: 20px;
  }

  .list {
    padding-left: 20px;
  }
}

#w-node-_8510eb97-77ee-dcf4-2fdf-35489b600e8f-1800f7fb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b709a09d-88ee-2469-7930-0727b7c0283e-1800f7fb {
  grid-column: span 2 / span 2;
}

#w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa883-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa88b-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_759f81ae-c030-916b-95c9-b0638b9f3a0d-1800f7fb {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_759f81ae-c030-916b-95c9-b0638b9f3a0f-1800f7fb, #w-node-_9397452c-6ba4-c79f-dcba-c59c19b6b607-1800f7fb, #w-node-_1c51f480-8f1c-9506-f2dd-a55f1d2be0a2-1800f7fb, #w-node-_3bab83f2-ae4c-b992-911d-4e23ffdf88bc-1800f7fb {
  grid-row: span 2 / span 2;
}

#w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de35-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de3c-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a573e67b-8dc7-8377-dcf7-453fe2d8b83e-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a573e67b-8dc7-8377-dcf7-453fe2d8b83f-1800f7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-d28473f9-e16a-003f-bd56-76d0f51e071e-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d28473f9-e16a-003f-bd56-76d0f51e071f-1800f7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_332bb3c3-deaa-7618-aec8-a0ed6a580ea3-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abfce9c0-b5a1-37bc-9913-92067fabc6e1-1800f7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-c9266495-f61f-0fd1-d180-d31260c864d8-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9266495-f61f-0fd1-d180-d31260c864d9-1800f7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_5aaab4aa-ced4-0702-8136-9d4002e821c2-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aaab4aa-ced4-0702-8136-9d4002e821c3-1800f7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-a67b3f4c-3ffb-15b3-0cf1-f9082133a421-1800f7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a67b3f4c-3ffb-15b3-0cf1-f9082133a422-1800f7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_87a16b86-ff7d-8854-0c19-6b862390047c-1800f7fb {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa883-1800f7fb, #w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de35-1800f7fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de3c-1800f7fb {
    place-self: auto;
  }

  #w-node-a573e67b-8dc7-8377-dcf7-453fe2d8b83e-1800f7fb, #w-node-d28473f9-e16a-003f-bd56-76d0f51e071e-1800f7fb, #w-node-_332bb3c3-deaa-7618-aec8-a0ed6a580ea3-1800f7fb, #w-node-c9266495-f61f-0fd1-d180-d31260c864d8-1800f7fb, #w-node-_5aaab4aa-ced4-0702-8136-9d4002e821c2-1800f7fb, #w-node-a67b3f4c-3ffb-15b3-0cf1-f9082133a421-1800f7fb {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e647fbc0-8256-6217-4c21-177a33abd02b-1800f7fb {
    align-self: auto;
  }

  #w-node-_8510eb97-77ee-dcf4-2fdf-35489b600e8f-1800f7fb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8510eb97-77ee-dcf4-2fdf-35489b600e90-1800f7fb {
    grid-column: span 2 / span 2;
  }

  #w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa883-1800f7fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa88b-1800f7fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_759f81ae-c030-916b-95c9-b0638b9f3a0d-1800f7fb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_759f81ae-c030-916b-95c9-b0638b9f3a0f-1800f7fb, #w-node-_9397452c-6ba4-c79f-dcba-c59c19b6b607-1800f7fb, #w-node-_1c51f480-8f1c-9506-f2dd-a55f1d2be0a2-1800f7fb, #w-node-_3bab83f2-ae4c-b992-911d-4e23ffdf88bc-1800f7fb {
    grid-row: span 2 / span 2;
  }

  #w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de35-1800f7fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de3c-1800f7fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e647fbc0-8256-6217-4c21-177a33abd02b-1800f7fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_8510eb97-77ee-dcf4-2fdf-35489b600e8f-1800f7fb {
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
  }

  #w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa883-1800f7fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ca3d416-cd30-9a54-ad06-96d0163aa88b-1800f7fb {
    place-self: auto;
  }

  #w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de35-1800f7fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8fffeae4-ae8d-a318-8c9f-f8d0f431de3c-1800f7fb {
    place-self: auto;
  }
}


