:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  border-top: 5px solid #d82812;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

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

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

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

.container.project-header {
  padding-top: 0;
  padding-bottom: 40px;
}

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

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

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

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  padding-bottom: 40px;
}

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

.paragraph-light.cc-position-name.work-eyebrow {
  padding-bottom: 8px;
}

.paragraph-light.workcaption {
  margin-top: 40px;
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  height: 100%;
  margin: 40px 30px;
  padding: 0 80px;
  display: flex;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding: 40px 80px;
}

.section.work-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.slider-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

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

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

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

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

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

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

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

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

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 5.5fr;
  margin-bottom: 80px;
}

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

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

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

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

.work-image.cc-work-1 {
  background-image: url('../images/UPS_Hero.png');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/Kubota_Hero.png');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/Comparison_Tool.png');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/PearsonAccessNext.png');
  background-size: cover;
}

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

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

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

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

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

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

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

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

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

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

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

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

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

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

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

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

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

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

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

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

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
}

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

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

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

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

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

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

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

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

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

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

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

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

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

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

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

.project-overview-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  padding-bottom: 32px;
}

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

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

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

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

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

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

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

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

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

.protected-form {
  flex-direction: column;
  display: flex;
}

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.body {
  border-top: 5px solid #d82812;
}

.body-2 {
  border-radius: 5px;
}

.div-block {
  padding-top: 56px;
  padding-bottom: 56px;
}

.horiz-divider {
  text-align: center;
  background-color: #3333;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.list {
  list-style-type: decimal;
}

.persona1 {
  background-image: url('../images/Persona-Daily-Recipients.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.persona2 {
  background-image: url('../images/Training-Wheel-SMBs.png');
  background-position: 0 0;
  background-size: cover;
}

.persona3 {
  background-image: url('../images/Steady-Recipients.png');
  background-position: 0 0;
  background-size: cover;
}

.slider {
  width: 100%;
  height: 100%;
  min-height: 1080px;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.container-2 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  padding-bottom: 32px;
}

.slide1 {
  background-image: url('../images/Persona-Daily-Recipients.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(200px, 2.5fr) 1fr 1fr;
}

.slider-2 {
  background-image: url('../images/Steady-Recipients.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-3 {
  padding-right: 40px;
}

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

.list-2 {
  list-style-type: decimal;
}

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

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

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

  .primary-button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

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

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

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

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

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

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

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

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .link, .link-2, .link-3, .link-4, .list-item-31, .list-item-32 {
    text-align: left;
  }
}

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

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

  .container {
    text-align: center;
  }

  .container.project-header {
    padding-bottom: 0;
  }

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

  .paragraph-light, .paragraph-light.cc-position-name {
    text-align: center;
  }

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

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

  .section.work-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

  .name-text {
    text-align: left;
  }

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

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

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

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

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

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

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

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

  .footer-links {
    flex-direction: column;
  }

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

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

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

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 100%;
    max-width: 470px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .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: 16px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .paragraph {
    text-align: left;
  }

  .background-video {
    width: auto;
  }
}

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

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

  .paragraph-light {
    text-align: left;
  }

  .paragraph-light.cc-position-name {
    padding-right: 0;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section.work-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

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

  .work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3 {
    height: 160px;
  }

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

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

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

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

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

  .project-description-grid {
    grid-column-gap: 0px;
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

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

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 2.5fr);
  }

  .flex-block, .flex-block-2 {
    flex-flow: column;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .heading {
    text-align: left;
    font-size: 24px;
  }

  .link-6, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32 {
    text-align: left;
  }

  .background-video, .background-video-2 {
    width: 261px;
    height: 149px;
  }
}

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

#w-node-_48228512-c7c7-557e-27f5-aa295c142fdf-0e330c2e, #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fae-0e330c2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-0e330c2e {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-0e330c2e {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbc-0e330c2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

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

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fd1-0e330c2e {
  grid-area: 1 / 2 / 2 / 3;
}

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

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

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-0e330c32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-0e330c32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-0e330c32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-0e330c32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-0e330c32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-0e330c32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-0e330c32, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-0e330c32:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-0e330c32 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-0e330c32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-0e330c32 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-0e330c32 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-0e330c32 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-0e330c32 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-0e330c32 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-be539c4c-728e-114a-1c1f-74cb311e1d8d-0e330c33 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-be539c4c-728e-114a-1c1f-74cb311e1d9d-0e330c33 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_8f89573d-a211-5eb2-5949-551dcffbdda2-0e330c33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8f89573d-a211-5eb2-5949-551dcffbdda5-0e330c33 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8f89573d-a211-5eb2-5949-551dcffbddaa-0e330c33 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6722-0e330c33 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6725-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6729-0e330c33 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b672c-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6731-0e330c33 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6734-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6738-0e330c33 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0de181a7-e591-c36a-7d0c-4e22f33b673b-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d02057e4-6835-4cf4-f64d-2780da812e6f-0e330c33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d02057e4-6835-4cf4-f64d-2780da812e72-0e330c33 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d02057e4-6835-4cf4-f64d-2780da812e80-0e330c33 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b3880f74-47db-3e53-032c-966070a89887-0e330c33 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3880f74-47db-3e53-032c-966070a8988c-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fdc609a-8235-cbdb-f868-790312c52f31-0e330c33 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0fdc609a-8235-cbdb-f868-790312c52f36-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3880f74-47db-3e53-032c-966070a89873-0e330c33, #w-node-b3123c40-0228-960f-4d4d-9cf5dfcbed9d-0e330c33 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3123c40-0228-960f-4d4d-9cf5dfcbeda0-0e330c33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a5d561f-fe0c-b687-8956-d12fba3c6706-0e330c34 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9a5d561f-fe0c-b687-8956-d12fba3c6716-0e330c34 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c3eb07ea-2e49-5ba8-5212-5abac5a00c2f-0e330c34 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c3eb07ea-2e49-5ba8-5212-5abac5a00c32-0e330c34 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c3eb07ea-2e49-5ba8-5212-5abac5a00c37-0e330c34 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f60e-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f611-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f615-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f618-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f623-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f626-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f62a-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f62d-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5d35326-917a-e3c2-2c50-f83da42d8605-0e330c34 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f5d35326-917a-e3c2-2c50-f83da42d8608-0e330c34 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f5d35326-917a-e3c2-2c50-f83da42d8616-0e330c34 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_54286e3e-a7b9-1c1b-c6ba-7804d423f02c-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54286e3e-a7b9-1c1b-c6ba-7804d423f031-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c53b53fa-d31a-0651-285f-54a246fe9e8a-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c53b53fa-d31a-0651-285f-54a246fe9e8f-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65efd848-2752-afce-6f58-eb1fe1907836-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65efd848-2752-afce-6f58-eb1fe190783b-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad9c927c-2229-58e3-d62d-1560d48c05ef-0e330c34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad9c927c-2229-58e3-d62d-1560d48c05f2-0e330c34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8fa95645-c37b-5c22-8974-eed9fc867aa6-0e330c35 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8fa95645-c37b-5c22-8974-eed9fc867ab6-0e330c35 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-de5680b8-1c70-89df-2a03-d40588f01a84-0e330c35 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-de5680b8-1c70-89df-2a03-d40588f01a87-0e330c35 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-de5680b8-1c70-89df-2a03-d40588f01a8c-0e330c35 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_9e9e1d50-f5fe-a157-3049-09ac7e550980-0e330c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e9e1d50-f5fe-a157-3049-09ac7e550983-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2383f988-da00-b667-951d-3b19c3c13386-0e330c35 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2383f988-da00-b667-951d-3b19c3c13389-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_19abe9a3-fee8-92f6-ae2a-04ec201ada89-0e330c35 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_19abe9a3-fee8-92f6-ae2a-04ec201ada8c-0e330c35 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_19abe9a3-fee8-92f6-ae2a-04ec201ada9a-0e330c35 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_26e9de49-a7be-89f5-f6cd-3d14a7db7e17-0e330c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26e9de49-a7be-89f5-f6cd-3d14a7db7e1c-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26e9de49-a7be-89f5-f6cd-3d14a7db7e26-0e330c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c30cdef-239d-d1f6-1b0a-41868c480792-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1c30cdef-239d-d1f6-1b0a-41868c480794-0e330c35, #w-node-b4d6eb15-332a-01dc-b0c9-558ed06874c4-0e330c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4d6eb15-332a-01dc-b0c9-558ed06874c7-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c45bfd80-2e3f-cfbc-f587-b689020f8c84-0e330c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c45bfd80-2e3f-cfbc-f587-b689020f8c87-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e39d2ad3-5f74-c32d-d715-9d44ff28ba60-0e330c35 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e39d2ad3-5f74-c32d-d715-9d44ff28ba65-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_39e04244-df16-7282-13e2-2885d469b77e-0e330c35 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_39e04244-df16-7282-13e2-2885d469b783-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_964f1a16-b57f-96c3-d062-b1da8978202c-0e330c35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_964f1a16-b57f-96c3-d062-b1da8978202f-0e330c35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f10ba491-b3bb-eba8-f04e-cb9c1b135e32-0e330c37 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f10ba491-b3bb-eba8-f04e-cb9c1b135e42-0e330c37 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c42307a9-fc27-1dcf-3d7c-1e763275b949-0e330c37 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c42307a9-fc27-1dcf-3d7c-1e763275b94c-0e330c37 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c42307a9-fc27-1dcf-3d7c-1e763275b951-0e330c37 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

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

#w-node-_228b6637-a059-596a-0744-02ffe43a073e-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_228b6637-a059-596a-0744-02ffe43a0741-0e330c37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06f9891f-c8f6-9f6c-edca-afff63f5cd50-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_06f9891f-c8f6-9f6c-edca-afff63f5cd53-0e330c37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75e1c9e1-8aa7-49e8-2810-a44a01e351ea-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75e1c9e1-8aa7-49e8-2810-a44a01e351ed-0e330c37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9588d9ad-80df-8132-1493-cf5941e14c75-0e330c37 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9588d9ad-80df-8132-1493-cf5941e14c78-0e330c37 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9588d9ad-80df-8132-1493-cf5941e14c7d-0e330c37 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_34a9ff4e-6d0b-dafc-a7f1-c92b7186e78c-0e330c37, #w-node-_34a9ff4e-6d0b-dafc-a7f1-c92b7186e785-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34a9ff4e-6d0b-dafc-a7f1-c92b7186e788-0e330c37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5a7706a8-24b3-d20e-9de4-68ff41a4819c-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a7706a8-24b3-d20e-9de4-68ff41a481a1-0e330c37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5a7706a8-24b3-d20e-9de4-68ff41a481ab-0e330c37, #w-node-_01e4e16b-26e9-c5d1-2888-719107fd11b0-0e330c37, #w-node-_61c32655-d8be-b6bd-57ce-ea2f825becdf-0e330c37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17880622-5cf0-04fd-57b1-5338c908780b-0e330c37 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_48228512-c7c7-557e-27f5-aa295c142fdf-0e330c2e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-0e330c2e {
    grid-area: 3 / 1 / 4 / 4;
  }

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

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

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-0e330c32, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-0e330c32, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-0e330c32 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-0e330c32 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-0e330c32 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-0e330c32 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-0e330c32 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-0e330c32 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-0e330c32 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-be539c4c-728e-114a-1c1f-74cb311e1d8d-0e330c33 {
    grid-column-end: 2;
  }

  #w-node-be539c4c-728e-114a-1c1f-74cb311e1d9d-0e330c33 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8f89573d-a211-5eb2-5949-551dcffbdda2-0e330c33 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f89573d-a211-5eb2-5949-551dcffbdda5-0e330c33 {
    grid-column-end: 2;
  }

  #w-node-_8f89573d-a211-5eb2-5949-551dcffbddaa-0e330c33 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6725-0e330c33, #w-node-_0de181a7-e591-c36a-7d0c-4e22f33b672c-0e330c33, #w-node-_0de181a7-e591-c36a-7d0c-4e22f33b6734-0e330c33, #w-node-_0de181a7-e591-c36a-7d0c-4e22f33b673b-0e330c33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d02057e4-6835-4cf4-f64d-2780da812e6f-0e330c33 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d02057e4-6835-4cf4-f64d-2780da812e72-0e330c33 {
    grid-column-end: 2;
  }

  #w-node-d02057e4-6835-4cf4-f64d-2780da812e80-0e330c33 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b3880f74-47db-3e53-032c-966070a8988c-0e330c33, #w-node-_0fdc609a-8235-cbdb-f868-790312c52f36-0e330c33, #w-node-b3123c40-0228-960f-4d4d-9cf5dfcbeda0-0e330c33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a5d561f-fe0c-b687-8956-d12fba3c6706-0e330c34 {
    grid-column-end: 2;
  }

  #w-node-_9a5d561f-fe0c-b687-8956-d12fba3c6716-0e330c34 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c3eb07ea-2e49-5ba8-5212-5abac5a00c2f-0e330c34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c3eb07ea-2e49-5ba8-5212-5abac5a00c32-0e330c34 {
    grid-column-end: 2;
  }

  #w-node-c3eb07ea-2e49-5ba8-5212-5abac5a00c37-0e330c34 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f611-0e330c34, #w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f618-0e330c34, #w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f626-0e330c34, #w-node-_2c883643-05e4-bffc-6a95-a9eb7d89f62d-0e330c34 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5d35326-917a-e3c2-2c50-f83da42d8605-0e330c34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5d35326-917a-e3c2-2c50-f83da42d8608-0e330c34 {
    grid-column-end: 2;
  }

  #w-node-f5d35326-917a-e3c2-2c50-f83da42d8616-0e330c34 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_54286e3e-a7b9-1c1b-c6ba-7804d423f031-0e330c34, #w-node-c53b53fa-d31a-0651-285f-54a246fe9e8f-0e330c34, #w-node-_65efd848-2752-afce-6f58-eb1fe190783b-0e330c34, #w-node-ad9c927c-2229-58e3-d62d-1560d48c05f2-0e330c34 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8fa95645-c37b-5c22-8974-eed9fc867aa6-0e330c35 {
    grid-column-end: 2;
  }

  #w-node-_8fa95645-c37b-5c22-8974-eed9fc867ab6-0e330c35 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de5680b8-1c70-89df-2a03-d40588f01a84-0e330c35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-de5680b8-1c70-89df-2a03-d40588f01a87-0e330c35 {
    grid-column-end: 2;
  }

  #w-node-de5680b8-1c70-89df-2a03-d40588f01a8c-0e330c35 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e9e1d50-f5fe-a157-3049-09ac7e550983-0e330c35, #w-node-_2383f988-da00-b667-951d-3b19c3c13389-0e330c35 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_19abe9a3-fee8-92f6-ae2a-04ec201ada89-0e330c35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_19abe9a3-fee8-92f6-ae2a-04ec201ada8c-0e330c35 {
    grid-column-end: 2;
  }

  #w-node-_19abe9a3-fee8-92f6-ae2a-04ec201ada9a-0e330c35 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_26e9de49-a7be-89f5-f6cd-3d14a7db7e1c-0e330c35, #w-node-_1c30cdef-239d-d1f6-1b0a-41868c480792-0e330c35, #w-node-b4d6eb15-332a-01dc-b0c9-558ed06874c7-0e330c35, #w-node-c45bfd80-2e3f-cfbc-f587-b689020f8c87-0e330c35, #w-node-e39d2ad3-5f74-c32d-d715-9d44ff28ba65-0e330c35, #w-node-_39e04244-df16-7282-13e2-2885d469b783-0e330c35, #w-node-_964f1a16-b57f-96c3-d062-b1da8978202f-0e330c35 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f10ba491-b3bb-eba8-f04e-cb9c1b135e32-0e330c37 {
    grid-column-end: 2;
  }

  #w-node-f10ba491-b3bb-eba8-f04e-cb9c1b135e42-0e330c37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c42307a9-fc27-1dcf-3d7c-1e763275b949-0e330c37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c42307a9-fc27-1dcf-3d7c-1e763275b94c-0e330c37 {
    grid-column-end: 2;
  }

  #w-node-c42307a9-fc27-1dcf-3d7c-1e763275b951-0e330c37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-0e330c37, #w-node-_228b6637-a059-596a-0744-02ffe43a0741-0e330c37, #w-node-_06f9891f-c8f6-9f6c-edca-afff63f5cd53-0e330c37, #w-node-_75e1c9e1-8aa7-49e8-2810-a44a01e351ed-0e330c37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9588d9ad-80df-8132-1493-cf5941e14c75-0e330c37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9588d9ad-80df-8132-1493-cf5941e14c78-0e330c37 {
    grid-column-end: 2;
  }

  #w-node-_9588d9ad-80df-8132-1493-cf5941e14c7d-0e330c37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_34a9ff4e-6d0b-dafc-a7f1-c92b7186e788-0e330c37, #w-node-_5a7706a8-24b3-d20e-9de4-68ff41a481a1-0e330c37, #w-node-_17880622-5cf0-04fd-57b1-5338c908780b-0e330c37 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-0e330c2e {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-0e330c2e {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-0e330c2e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_48228512-c7c7-557e-27f5-aa295c142fdf-0e330c2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-0e330c2e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-0e330c2e {
    grid-area: 4 / 1 / 5 / 3;
  }
}


