: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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@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;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: #fff;
  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: #fff;
  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;
}

.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 {
  z-index: 2;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend Exa, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 80px;
  position: relative;
}

.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;
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
}

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

.logo-image {
  float: none;
  clear: none;
  text-align: left;
  width: 10rem;
  display: block;
  position: relative;
  top: auto;
}

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

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.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: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.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/portfolio-1---wide.svg');
  background-size: cover;
}

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

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

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

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  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-family: Lexend, sans-serif;
  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;
  font-family: Lexend, sans-serif;
}

.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 {
  padding-top: 80px;
  padding-bottom: 90px;
}

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

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

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

.footer-wrap {
  justify-content: center;
  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;
  margin-top: 100px;
  margin-bottom: 140px;
}

.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-heading {
  margin-bottom: 60px;
}

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

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

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

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

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

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

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  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;
}

.div-block {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.heading {
  font-family: Lexend, sans-serif;
  font-weight: 600;
}

.image {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2 {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-3 {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-4 {
  z-index: -1;
  width: 200px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-image-copy {
  float: none;
  clear: none;
  text-align: left;
  width: 10rem;
  display: block;
  position: relative;
  top: auto;
}

.image-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  padding-top: 0;
  display: block;
}

.navbar {
  background-color: var(--white);
  margin-top: 16px;
}

.slider {
  border-radius: 20px;
  height: 440px;
}

.mask {
  border-radius: 20px;
}

.nav-menu {
  text-transform: uppercase;
  font-family: Lexend Zetta, sans-serif;
  font-size: 12px;
}

.heading-3 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  position: static;
  inset: 0% auto auto 0%;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Zetta, sans-serif;
  font-size: 12px;
  line-height: 14px;
  position: static;
}

.div-block-2 {
  z-index: 2;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 181px;
  left: 70px;
}

.hero {
  margin-top: 16px;
}

.navbar-2 {
  background-color: #0000;
  border-radius: 8px;
  margin-top: 1.5rem;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.hero-section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 700px;
}

.image-7 {
  object-fit: fill;
  margin-top: 19px;
  padding-left: 16px;
  position: static;
}

.container-2 {
  background-color: var(--white);
  border-radius: 8px;
}

.heading-5 {
  color: var(--white);
  text-align: left;
  text-shadow: 0 1px 12px #000000a6;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  font-family: Lexend Exa, sans-serif;
  font-size: 3rem;
}

.heading-5.hero-heading {
  text-align: center;
  letter-spacing: -3px;
  padding-top: 8rem;
  font-size: 3rem;
  line-height: 62px;
}

.heading-7 {
  color: #1a1b1f;
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.heading-7.dark-heading {
  color: #fff;
}

.home-body {
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

.customers-section {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: center;
  align-items: center;
}

.image-9 {
  width: 110px;
  height: 110px;
}

.image-10 {
  height: 54px;
}

.image-11 {
  width: 110px;
  height: 110px;
}

.section-4 {
  height: 2000px;
}

.container-3 {
  width: 950px;
  padding-left: 140px;
  padding-right: 140px;
}

.projects-section {
  background-color: #0b1926;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: var(--white);
  background-color: #1a1b1f;
  padding: .3rem .5rem;
  font-family: Lexend Exa, sans-serif;
  font-size: .75rem;
  font-weight: 600;
}

.heading-8 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 400px;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  background-color: #1a1b1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-content {
  z-index: 2;
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 11rem;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  position: relative;
}

.slider-2 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.carousel-arrow {
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  display: flex;
  position: static;
  inset: 0%;
}

.slide {
  pointer-events: auto;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  font-family: Lexend Exa, sans-serif;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 1rem;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next, .carousel-arrow-w.arrow-previous {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.heading-9 {
  color: #fff;
  white-space: nowrap;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.section-6 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.heading-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.slider-3 {
  background-color: #0b1926;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider-2 {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider-2.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.card-button {
  cursor: pointer;
  background-color: #ffffff3d;
  border-radius: 50px;
  margin-bottom: .75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-button:hover {
  color: #fff;
  background-color: #ffffff6b;
}

.card-button:active {
  background-color: #ffffff8a;
}

.div-block-4 {
  max-width: 700px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-section {
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-span {
  color: #5134ff;
}

.footer-section {
  background-color: #0b1926;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.heading-11 {
  color: #7d7d7d;
  text-align: center;
  font-family: Lexend Exa, sans-serif;
  font-size: 14px;
}

.footer-email-text {
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Lexend Exa, sans-serif;
  font-size: 22px;
}

.footer-email-text:hover {
  color: #fff;
}

.text-block {
  font-size: 16px;
  line-height: 180%;
}

.text-block-2 {
  color: #b9b9b9;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.image-12 {
  height: 36px;
}

.slider-nav {
  background-color: #0b1926;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.button-2 {
  background-color: #fff3;
  border-radius: 50px;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding: 4px 32px;
  font-size: 10px;
  line-height: 20px;
}

.button-2:hover {
  color: #fff;
  background-color: #ffffff80;
}

.heading-12 {
  font-size: 28px;
  font-weight: 600;
}

.nav-menu-2 {
  text-transform: uppercase;
  font-family: Lexend Exa, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Lexend Exa, sans-serif;
}

.quick-stack-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.image-13 {
  border-radius: 1rem;
}

.overview-section {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slide-content-part.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.project-hero-section {
  background-image: url('../images/mimic-cover.jpeg');
  background-position: 50% 90%;
  background-size: cover;
  height: 580px;
}

.text-block-3 {
  color: #d2d2d2;
  font-family: Lexend Zetta, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-6 {
  margin-top: 20rem;
}

.block-quote {
  text-align: center;
  border-left-width: 0;
  border-left-color: #0000;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
}

.cell-6 {
  background-color: #f8f5f5;
  border-radius: 10px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.cell-7 {
  background-color: #f8f5f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.image-15 {
  border-radius: 10px;
}

.paragraph {
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.quick-stack-3 {
  grid-row-gap: 4rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.cell-8 {
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-4 {
  text-align: center;
  align-self: center;
  margin-bottom: .75rem;
  font-family: Lexend Exa, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.image-16 {
  align-self: center;
  width: 140px;
}

.text-span-2 {
  color: #5134ff;
}

.text-span-3 {
  color: #5134ff;
  font-weight: 600;
}

.image-17 {
  object-fit: cover;
  object-position: 50% 21%;
  width: 100%;
  height: 380px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-5 {
  clear: none;
  color: #fffc;
  letter-spacing: 2px;
  order: 0;
  align-self: auto;
  align-items: flex-end;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.section-7 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/mimic-landscape-banner.jpeg');
  background-position: 0 -50px;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.link {
  color: #fff;
  text-align: center;
  font-family: Lexend Exa, sans-serif;
}

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

.section-8 {
  background-color: #0b1926;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.project-overview-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cell-9 {
  justify-content: center;
  padding: 2rem;
}

.contact-hero-section {
  background-image: url('../images/boho-five.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  height: 560px;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  font-weight: 700;
}

.section-9 {
  margin-top: -11rem;
}

.services-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.service {
  flex: auto;
  align-self: stretch;
  padding: 0;
  font-size: 16px;
}

.heading-14 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

.button-4 {
  color: #fff;
  background-color: #000;
  margin-right: 1rem;
  font-family: Lexend Exa, sans-serif;
}

.button-4:hover {
  color: #fff;
}

.image-16-copy {
  align-self: center;
  width: 120px;
}

.text-block-4-copy {
  text-align: center;
  align-self: center;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Lexend Exa, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.project-hero-section---001 {
  background-image: linear-gradient(5deg, #000, #0000 59%), url('../images/mitsubishi-hero.jpg');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
  height: 580px;
}

.section-7---001 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/sandpit-002.jpg');
  background-position: 50% 28%;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: #f8f5f5;
}

.quick-stack-3---wall {
  grid-row-gap: 4rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.project-hero-section---wall {
  background-image: url('../images/Park-End-Primary-Image.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 580px;
}

.text-span-7, .text-span-8 {
  color: #5134ff;
  -webkit-text-stroke-color: transparent;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: #5134ff;
}

.project-overview-section---wall-002 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-7---wall {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/isports-floor-001.png');
  background-position: 50% 28%;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-hero-section---floor {
  background-image: url('../images/floor-cover.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  height: 580px;
}

.quick-stack-3---floor {
  grid-row-gap: 4rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.project-overview-section---floor, .project-overview-section---floor-002 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-7---floor {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/floor-003.jpeg');
  background-position: 50% 28%;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact-information {
  margin-top: -11rem;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

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

.footer-section-copy {
  background-color: #0b1926;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-11 {
  color: #fff;
  background-color: #0b1926;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-15 {
  text-align: center;
  max-width: 700px;
  font-size: 17px;
  font-weight: 300;
  line-height: 2rem;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  max-width: 1200px;
}

.cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

.image-18, .image-19 {
  width: 120px;
}

.image-20, .image-21 {
  height: 90px;
}

.cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-23, .cell-24, .cell-25, .cell-26, .cell-27 {
  justify-content: center;
  align-items: center;
}

.image-22, .image-23, .image-24 {
  width: 90px;
}

.image-25 {
  width: 130px;
}

.image-26, .image-27 {
  width: 120px;
}

.image-22-copy {
  width: 220px;
}

.image-23-copy {
  width: 260px;
}

.image-24-copy {
  width: 280px;
}

.image-22-copy-copy {
  width: 110px;
}

.image-24-copy-copy {
  width: 160px;
}

.image-23-copy-copy, .image-23-copy-copy-copy {
  width: 140px;
}

.cell-28 {
  justify-content: center;
  align-items: center;
}

.section-12 {
  background-color: #eef6fe;
}

.div-block-8, .div-block-9 {
  width: 50%;
}

.cell-29 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button-5 {
  letter-spacing: .2rem;
  background-color: #1a1b1f;
  border-radius: 200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button-5:hover {
  color: #fff;
}

.image-23-copy-copy-copy {
  width: 100px;
}

.image-23-copy-copy-copy-copy {
  width: 120px;
}

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

.container-7 {
  max-width: 820px;
}

.background-video {
  background-color: #0000004d;
  height: 620px;
}

.section-14 {
  background-color: #eef6fe;
}

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

.cell-31 {
  justify-content: center;
  align-items: center;
}

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

.container-8 {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.link-block {
  padding-left: 1rem;
  padding-right: 1rem;
}

.image-28 {
  width: 130px;
}

.footer-link {
  color: #b9b9b9;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.cell-33 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  grid-column-gap: 20px;
}

.link-block-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
}

.body-2 {
  font-family: Lexend, sans-serif;
}

.text-block-6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-block-7 {
  color: #fff;
  padding-bottom: 2rem;
  font-size: 14px;
}

.body-3 {
  font-family: Lexend, sans-serif;
}

.link-2 {
  color: #000;
}

.text-block-6-copy {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.section-15 {
  background-color: #0b1926;
  margin-top: -1.5rem;
  padding-top: 1.5rem;
}

.heading-16 {
  padding-top: 3rem;
}

.container-9 {
  padding-top: 2rem;
}

.link-3 {
  color: #000;
}

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

.project-hero-section---001-copy {
  background-image: linear-gradient(5deg, #000, #0000 59%), url('../images/dvsa-edit001.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  height: 580px;
}

@media screen and (min-width: 1920px) {
  .heading-5.hero-heading {
    padding-top: 12rem;
  }

  .slider-2 {
    margin-bottom: 8em;
  }

  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider-3 {
    margin-bottom: 0;
  }

  .project-hero-section {
    background-image: url('../images/mimic-cover.jpeg');
    background-position: 50% 90%;
    height: 588px;
  }

  .div-block-6 {
    margin-top: 20rem;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .text-block-4 {
    margin-top: .75rem;
  }

  .image-16 {
    width: 110px;
  }

  .section-7 {
    background-image: url('../images/mimic-landscape-banner.jpeg');
    background-position: 50% 40%;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    color: #5134ff;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3 {
    margin: 1rem;
  }

  .button-4 {
    color: #fff;
    letter-spacing: .25rem;
    background-color: #000;
    margin-right: 1rem;
    font-family: Lexend Deca, sans-serif;
  }

  .button-4:hover {
    color: #fff;
    background-color: #202020;
  }

  .image-16-copy {
    width: 250px;
  }

  .text-block-4-copy {
    margin-top: .75rem;
  }

  .project-hero-section---001 {
    background-image: url('../images/adults-playing-001.jpeg');
    background-position: 50% 30%;
    height: 588px;
  }

  .section-7---001 {
    background-image: url('../images/sandpit-002.jpg');
    background-position: 50% 24%;
  }

  .project-hero-section---wall {
    background-image: url('../images/Park-End-Primary-Image.jpeg');
    background-position: 50% 58%;
    height: 588px;
  }

  .section-7---wall {
    background-image: url('../images/sandpit-002.jpg');
    background-position: 50% 24%;
  }

  .project-hero-section---floor {
    background-image: url('../images/floor-cover.jpeg');
    background-position: 50% 34%;
    height: 588px;
  }

  .section-7---floor {
    background-image: url('../images/floor-003.jpeg');
    background-position: 50% 30%;
  }

  .background-video {
    height: 700px;
  }

  .container-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-hero-section---001-copy {
    background-image: url('../images/adults-playing-001.jpeg');
    background-position: 50% 30%;
    height: 588px;
  }
}

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

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

  .paragraph-light {
    letter-spacing: 0;
    font-family: DM Sans;
  }

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

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    background-color: #0000;
    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: #0000;
  }

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

  .heading {
    letter-spacing: -.025rem;
    font-family: Lexend, sans-serif;
    font-weight: 500;
  }

  .heading-5.hero-heading {
    line-height: 58px;
  }

  .image-8 {
    height: 42px;
  }

  .cell-4 {
    display: none;
  }

  .image-9 {
    width: 90px;
    height: 90px;
  }

  .image-10 {
    height: 42px;
  }

  .image-11 {
    width: 90px;
    height: 90px;
  }

  .slider-2 {
    display: flex;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider-3 {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #f8f5f5;
  }

  .quick-stack-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .cell-7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .quick-stack-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-top: 2rem;
  }

  .cell-8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-7 {
    background-position: 50%;
    width: 100%;
    height: 350px;
  }

  .project-hero-section---001 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/adults-playing-001.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 510px;
  }

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

  .icon {
    color: #000;
  }

  .quick-stack-3---wall {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-top: 2rem;
  }

  .project-hero-section---wall {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Park-End-Primary-Image.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 510px;
  }

  .project-hero-section---floor {
    background-image: linear-gradient(#00000080, #00000080), url('../images/floor-cover.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 510px;
  }

  .quick-stack-3---floor {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-top: 2rem;
  }

  .project-hero-section---001-copy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/adults-playing-001.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 510px;
  }
}

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

  .heading-jumbo {
    margin-top: 16px;
    padding-top: 40px;
    font-size: 50px;
    line-height: 64px;
  }

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

  .project-name-link {
    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: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

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

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

  ._404-wrap {
    padding: 30px;
  }

  .image-6 {
    padding-top: 0;
  }

  .navbar-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .heading-5.hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.6rem;
    line-height: 48px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .image-8 {
    height: 34px;
  }

  .cell-4 {
    display: none;
  }

  .image-9 {
    width: 70px;
    height: 70px;
  }

  .image-10 {
    height: 35px;
  }

  .image-11 {
    width: 70px;
    height: 70px;
  }

  .slide-img {
    height: auto;
  }

  .slide-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start space-between;
    align-items: center;
    display: flex;
  }

  .header {
    margin-top: 4em;
  }

  .heading-11 {
    margin-top: 4px;
  }

  .footer-email-text {
    font-size: 14px;
  }

  .button-2 {
    align-self: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .nav-menu-2 {
    background-color: #f8f5f5;
  }

  .slide-content-part {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .slide-content-part.top {
    flex-direction: column;
    align-items: center;
  }

  .slide-content-part.bottom {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .image-14 {
    align-self: center;
  }

  .div-block-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-7 {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
    height: 370px;
  }

  .link {
    color: #fff;
  }

  .section-8 {
    background-color: #0b1926;
  }

  .project-overview-section {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .project-hero-section---001 {
    height: 530px;
  }

  .section-7---001 {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
    height: 370px;
  }

  .div-block-7 {
    align-self: center;
  }

  .quick-stack-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .project-hero-section---wall {
    height: 530px;
  }

  .project-overview-section---wall-002 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7---wall {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
    height: 370px;
  }

  .project-hero-section---floor {
    height: 530px;
  }

  .project-overview-section---floor, .project-overview-section---floor-002 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7---floor {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
    height: 370px;
  }

  .project-hero-section---001-copy {
    height: 530px;
  }
}

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

  .heading-jumbo {
    letter-spacing: -1px;
    object-fit: fill;
    flex-flow: row;
    place-content: flex-start center;
    align-items: center;
    padding-top: 0;
    font-size: 20px;
    line-height: 40px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .section {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    font-family: Lexend, sans-serif;
    font-weight: 800;
    display: block;
    position: relative;
  }

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

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

  .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, .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

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

  .image, .image-2, .image-3, .image-4 {
    width: 100px;
  }

  .logo-image-copy {
    width: 6rem;
  }

  .body {
    flex-direction: column;
  }

  .heading-2 {
    text-align: center;
    flex-flow: wrap;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .brand {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    padding-top: 0;
  }

  .navbar-2 {
    background-color: var(--white);
    border-radius: 4px;
    margin: 8px;
  }

  .hero-section {
    background-image: url('../images/children-playing-001.jpeg');
    background-position: 35%;
    background-size: cover;
    width: auto;
    height: 580px;
  }

  .image-7 {
    border: 1px #000;
    padding-left: 4px;
    position: static;
  }

  .container-2 {
    display: block;
  }

  .brand-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    direction: ltr;
    color: var(--white);
    text-align: left;
    text-shadow: 0 1px 12px #000000a6;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    width: 100%;
    padding-top: 0;
    font-family: Lexend Exa, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    display: block;
    overflow: visible;
  }

  .heading-5.hero-heading {
    letter-spacing: -1px;
    padding-top: 13rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Lexend Exa, sans-serif;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-6 {
    font-family: Lexend Exa, sans-serif;
    font-weight: 600;
  }

  .heading-7 {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 24px;
    line-height: 120%;
  }

  .image-8 {
    height: 40px;
  }

  .cell-4 {
    display: none;
  }

  .image-9 {
    width: 80px;
    height: 80px;
  }

  .image-10 {
    width: 86px;
    height: 36px;
  }

  .image-11 {
    width: 80px;
    height: 80px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-8 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .heading-9 {
    font-size: 2em;
  }

  .credentials {
    flex-direction: column;
    align-items: center;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

  .section-6 {
    min-height: 90vh;
  }

  .heading-10 {
    font-size: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .footer-section {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
  }

  .heading-11 {
    margin-bottom: 8px;
  }

  .footer-email-text {
    order: 0;
    align-self: center;
    font-size: 14px;
    display: block;
    position: static;
  }

  .text-block {
    font-size: 16px;
    line-height: 170%;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 150%;
  }

  .nav-menu-2 {
    background-color: #f8f5f5;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-13 {
    order: 0;
  }

  .project-hero-section {
    background-image: url('../images/mimic-cover.jpeg');
    background-position: 80% 30%;
    background-size: cover;
    width: auto;
    height: 440px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-6 {
    margin-top: 15rem;
    padding-left: 1rem;
  }

  .block-quote {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    line-height: 23px;
  }

  .cell-6 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

  .cell-8 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 1rem;
  }

  .project-overview-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cell-9 {
    padding: 0 0 1rem;
  }

  .contact-hero-section {
    background-image: url('../images/boho-five.jpeg');
    background-position: 35%;
    background-size: cover;
    width: auto;
    height: 580px;
  }

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

  .button-4 {
    margin-right: .5rem;
    font-size: 12px;
  }

  .project-hero-section---001 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/card-img-sandpit.jpg');
    background-position: 0 0, 80% 30%;
    background-size: auto, cover;
    width: auto;
    height: 418px;
  }

  .div-block-7 {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .quick-stack-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 26px;
  }

  .menu-button-2 {
    background-color: #fff;
  }

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

  .dropdown-toggle {
    flex-flow: row;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .project-hero-section---wall {
    background-image: linear-gradient(#00000080, #00000080), url('../images/card-img-sports-wall.jpg');
    background-position: 0 0, 80% 30%;
    background-size: auto, cover;
    width: auto;
    height: 418px;
  }

  .project-overview-section---wall-002 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-hero-section---floor {
    background-image: linear-gradient(#00000080, #00000080), url('../images/floor-cover.jpeg');
    background-position: 0 0, 80% 30%;
    background-size: auto, cover;
    width: auto;
    height: 418px;
  }

  .project-overview-section---floor, .project-overview-section---floor-002 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-section-copy {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
  }

  .project-hero-section---001-copy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/card-img-sandpit.jpg');
    background-position: 0 0, 80% 30%;
    background-size: auto, cover;
    width: auto;
    height: 418px;
  }
}

#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-_90a81265-280c-3d5e-9b90-f06c65983d5c-783f8e20 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c867a953-7adc-9a27-aca3-3e602358c3ef-783f8e20 {
  place-self: center end;
}

#w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebb-783f8e20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebc-783f8e20, #w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebd-783f8e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3107b503-9dce-539d-c3f8-4959c84cdb67-783f8e20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c3e294c3-eef9-aa05-5378-11ead0792c69-783f8e20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2a3c2de0-b284-7be0-46e4-10cbc4913bae-783f8e20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd6f3353-c116-f851-53c2-358d4dcbb8b6-783f8e20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-eb2e61e0-3826-a327-ac3b-0c26c4b6e8c1-c4b6e8bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_35bb0faf-9598-e4a5-8020-acb5a4b73047-a4b73047 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-4a8e1d62 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 1fr;
}

#w-node-dfb23034-aeee-35a4-0617-011864a69e1d-4a8e1d62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c386b851-48b9-7799-0d89-233439241927-4a8e1d62, #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-4a8e1d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-4a8e1d62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-4a8e1d62 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-4a8e1d62, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-4a8e1d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-66903155 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 1fr;
}

#w-node-dfb23034-aeee-35a4-0617-011864a69e1d-66903155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c386b851-48b9-7799-0d89-233439241927-66903155, #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-66903155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-66903155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-66903155 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-66903155, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-66903155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-8202de5b {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 1fr;
}

#w-node-dfb23034-aeee-35a4-0617-011864a69e1d-8202de5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c386b851-48b9-7799-0d89-233439241927-8202de5b, #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-8202de5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-8202de5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-8202de5b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-8202de5b, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-8202de5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-8202de5b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-8202de5b, #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02dc-8202de5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c208c54-443e-360d-9daf-a0f4f431043f-8202de5b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_6c208c54-443e-360d-9daf-a0f4f4310440-8202de5b, #w-node-_6c208c54-443e-360d-9daf-a0f4f4310445-8202de5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-502fbbb9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 1fr;
}

#w-node-dfb23034-aeee-35a4-0617-011864a69e1d-502fbbb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c386b851-48b9-7799-0d89-233439241927-502fbbb9, #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-502fbbb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-502fbbb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-502fbbb9 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-502fbbb9, #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02dc-502fbbb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-71cb6a62 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-dfb23034-aeee-35a4-0617-011864a69e1d-71cb6a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c386b851-48b9-7799-0d89-233439241927-71cb6a62, #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-71cb6a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-71cb6a62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-71cb6a62 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-71cb6a62, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-71cb6a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-71cb6a62 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-71cb6a62, #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af144-71cb6a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-7ea9053f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-dfb23034-aeee-35a4-0617-011864a69e1d-7ea9053f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c386b851-48b9-7799-0d89-233439241927-7ea9053f, #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-7ea9053f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-7ea9053f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-7ea9053f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-7ea9053f, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-7ea9053f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-7ea9053f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-7ea9053f, #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af144-7ea9053f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc13f9f9-10a4-3607-2764-5886770b9d38-7ea9053f {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
}

#w-node-cc13f9f9-10a4-3607-2764-5886770b9d39-7ea9053f, #w-node-cc13f9f9-10a4-3607-2764-5886770b9d3e-7ea9053f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebb-783f8e20 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebc-783f8e20, #w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebd-783f8e20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-4a8e1d62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb23034-aeee-35a4-0617-011864a69e1d-4a8e1d62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-4a8e1d62 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-4a8e1d62, #w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-4a8e1d62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-4a8e1d62 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-4a8e1d62, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-4a8e1d62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-66903155 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb23034-aeee-35a4-0617-011864a69e1d-66903155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-66903155 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-66903155, #w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-66903155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-66903155 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-66903155 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-66903155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-8202de5b {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb23034-aeee-35a4-0617-011864a69e1d-8202de5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-8202de5b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-8202de5b, #w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-8202de5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-8202de5b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-8202de5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-8202de5b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02dc-8202de5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f431043f-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f4310440-8202de5b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f4310445-8202de5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-502fbbb9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb23034-aeee-35a4-0617-011864a69e1d-502fbbb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-502fbbb9 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-502fbbb9, #w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-502fbbb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-502fbbb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-502fbbb9 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02dc-502fbbb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-71cb6a62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb23034-aeee-35a4-0617-011864a69e1d-71cb6a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-71cb6a62 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-71cb6a62, #w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-71cb6a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-71cb6a62 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-71cb6a62, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-71cb6a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-71cb6a62 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-71cb6a62, #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af144-71cb6a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a92532a4-d28e-64f4-d1b9-79c74aabe857-7ea9053f {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-dfb23034-aeee-35a4-0617-011864a69e1d-7ea9053f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-7ea9053f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1f16167-97fd-0bec-1369-4e6b33be78cc-7ea9053f, #w-node-_2bf09c63-9c9d-6b4a-d808-2cc8aa9593e0-7ea9053f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-7ea9053f, #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af9-7ea9053f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-7ea9053f, #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af144-7ea9053f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc13f9f9-10a4-3607-2764-5886770b9d38-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-cc13f9f9-10a4-3607-2764-5886770b9d39-7ea9053f, #w-node-cc13f9f9-10a4-3607-2764-5886770b9d3e-7ea9053f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #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;
  }

  #w-node-_90a81265-280c-3d5e-9b90-f06c65983d5c-783f8e20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-4a8e1d62 {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-4a8e1d62 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-4a8e1d62 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-66903155 {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-66903155 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-66903155 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-8202de5b {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-8202de5b {
    order: 9999;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-8202de5b {
    order: 9999;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f431043f-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f4310440-8202de5b {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-502fbbb9 {
    order: -9999;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-502fbbb9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-502fbbb9 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-71cb6a62 {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-71cb6a62 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-71cb6a62 {
    order: 9999;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-71cb6a62 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-71cb6a62 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-7ea9053f {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-7ea9053f {
    order: 9999;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-7ea9053f {
    order: 9999;
  }

  #w-node-cc13f9f9-10a4-3607-2764-5886770b9d38-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-cc13f9f9-10a4-3607-2764-5886770b9d39-7ea9053f {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64e40380-ee9f-ca73-08fe-f6c07e31bebb-783f8e20 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-4a8e1d62 {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-4a8e1d62 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-4a8e1d62 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-66903155 {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-66903155 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-66903155 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-8202de5b {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-8202de5b {
    order: 9999;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-8202de5b {
    order: 9999;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f431043f-8202de5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6c208c54-443e-360d-9daf-a0f4f4310440-8202de5b {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-502fbbb9 {
    order: -9999;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d6-502fbbb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e7b469d8-78c4-527c-1d7a-2a26f7be02d7-502fbbb9 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-71cb6a62 {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-71cb6a62 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-71cb6a62 {
    order: 9999;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-71cb6a62 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-71cb6a62 {
    order: 9999;
  }

  #w-node-c386b851-48b9-7799-0d89-233439241927-7ea9053f {
    order: -9999;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af6-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398b7334-aa97-ab4b-d3cf-519d13800af7-7ea9053f {
    order: 9999;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af135-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d415047-ed6d-e7bc-be1d-37f2a29af136-7ea9053f {
    order: 9999;
  }

  #w-node-cc13f9f9-10a4-3607-2764-5886770b9d38-7ea9053f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc13f9f9-10a4-3607-2764-5886770b9d39-7ea9053f {
    order: 9999;
  }
}


