:root {
  --black-85: rgba(0, 0, 0, .85);
  --black-40: rgba(0, 0, 0, .4);
  --black-15: rgba(0, 0, 0, .15);
}

.w-dyn-empty {
  display: none;
}

.img-zoom {
  transition: transform 0.3s ease;
  display: block; /* Adjust display as necessary for your layout */
}

.img-zoom:hover {
  transform: scale(1.1);
}

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

h1 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: var(--black-40);
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

a {
  color: var(--black-85);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

li {
  margin-bottom: 8px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--black-40);
  margin-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  grid-row-gap: 80px;
  background-color: rgba(255, 255, 255, .92);
  flex-direction: column;
  max-width: 1920px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 80px;
  display: flex;
}

.container.hero {
  color: #c75656;
  padding-top: 120px;
  padding-bottom: 56px;
}

.container.next-project-section {
  grid-row-gap: 24px;
  padding-bottom: 24px;
}

.container.back-to-homepage {
  flex-direction: row;
  min-height: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.standard-text {
  color: var(--black-85);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.standard-text.black-40 {
  color: var(--black-40);
  margin-bottom: 0;
  transition: opacity .2s;
  display: block;
}

.standard-text.newpaddingcomingsoon {
  margin-bottom: 45px;
}

.align-bottom-block {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.block-80-width {
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  display: block;
  position: relative;
  overflow: visible;
}

.block-gap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.block-gap._16 {
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.block-gap._40 {
  grid-row-gap: 40px;
}

.block-gap._8 {
  grid-row-gap: 8px;
  align-items: flex-start;
}

.block-gap._80 {
  grid-row-gap: 80px;
}

.block-gap._56 {
  grid-row-gap: 56px;
}

.block-gap._4 {
  grid-row-gap: 4px;
}

.block-gap._32 {
  grid-row-gap: 32px;
}

.large-text {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  line-height: 140%;
}

.large-text.black-40 {
  color: var(--black-40);
}

.large-text.mobile-large-text {
  text-align: left;
}

.link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.footer-link {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

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

.logo-text {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.link-underline {
  background-color: var(--black-40);
  width: 100%;
  height: 2px;
  transform: translate(-100%);
}

.contact-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: block;
  overflow: hidden;
}

.thumbnail-wrapper {
  overflow: hidden;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 40px;
  display: flex;
}

.nav-bar {
  background-color: #fff;
}

.button {
  border: 1px solid var(--black-15);
  color: var(--black-85);
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.button:hover {
  color: var(--black-85);
  background-color: rgba(0, 0, 0, .05);
}

.project-intro-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.divider {
  border: .5px dashed var(--black-15);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: .5px;
  position: static;
}

.section-title-wrapper {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

.field-label {
  color: var(--black-85);
  margin-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  min-height: 50px;
  margin-bottom: 40px;
  padding: 12px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
}

._1-1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._1-1-grid.hero-section {
  grid-auto-flow: row;
  align-content: start;
  justify-content: space-between;
  align-items: center;
}

._1-1-grid.project-description-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.65fr;
  grid-auto-flow: column;
}

.project-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  display: block;
}

.style-guide-section-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.color-grid {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.color-swatch-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color-swatch {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 240px;
}

.color-swatch.black-85 {
  background-color: var(--black-85);
}

.color-swatch.black-40 {
  background-color: var(--black-40);
}

.color-swatch.black-15 {
  background-color: var(--black-15);
}

.style-guide-title {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.rich-text h2 {
  margin-bottom: 12px;
}

.rich-text p {
  color: var(--black-85);
  margin-bottom: 56px;
}

.rich-text h4 {
  margin-bottom: 8px;
}

.rich-text h3 {
  margin-bottom: 12px;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: 8px;
}

.rich-text blockquote {
  border-style: none none none solid;
  border-width: 0 0 0 4px;
  border-color: black black transparent var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 56px;
  padding: 0 0 0 16px;
  font-family: Inter Tight, sans-serif;
  line-height: 130%;
}

.rich-text figure {
  margin-bottom: 56px;
}

.rich-text figcaption {
  color: var(--black-40);
  margin-top: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.rich-text ul {
  color: var(--black-85);
  margin-bottom: 40px;
  padding-left: 24px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.rich-text li {
  color: var(--black-85);
  margin-bottom: 8px;
}

.rich-text h1 {
  margin-bottom: 24px;
  font-size: 64px;
}

.seclect-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  min-height: 50px;
  margin-bottom: 40px;
  padding: 12px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  min-height: 100px;
  margin-bottom: 56px;
  padding: 12px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.success-message {
  color: #036419;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.error-message {
  color: #831313;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.form-block {
  width: 100%;
}

.admin-content-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.unplash-link {
  color: var(--black-40);
  text-decoration: none;
}

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

.utility-page-content {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 40%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.password-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

._404-text-wrapper {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.error-message-text {
  color: #881717;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.success-message-block {
  background-color: rgba(0, 0, 0, .05);
}

.error-message-block {
  margin-top: 40px;
  padding: 20px;
}

.section-heading {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.arrow {
  width: 16px;
  height: 16px;
}

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

.arrow-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.collection-item {
  grid-row-gap: 16px;
  flex-direction: column;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.green-dot {
  background-color: #2d9c4c;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.working-status-wrapper {
  grid-column-gap: 8px;
  border: 1px solid var(--black-15);
  border-radius: 20px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.location---working-status-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small-text {
  font-family: Inter Tight, sans-serif;
  line-height: 130%;
}

.small-text.black-85 {
  color: var(--black-85);
}

.hero-image-wrapper {
  flex-flow: column wrap;
  align-content: flex-start;
  width: 39%;
}

.copryright---link-wrapper {
  grid-column-gap: 56px;
  display: flex;
}

._404-image {
  width: 160px;
}

.project-metadata-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.next-project-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.next-project-link {
  grid-column-gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.big-arrrow {
  width: 24px;
  height: 24px;
}

.big-arrow-mask {
  overflow: hidden;
}

.transhuman-link {
  color: var(--black-40);
}

.collection-list-wrapper {
  width: 100%;
}

.empty-state {
  border: 1px solid var(--black-15);
  background-color: rgba(0, 0, 0, 0);
}

.section {
  background-color: #c9c9c9;
}

.div-block {
  background-color: var(--black-40);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.image {
  aspect-ratio: 1;
  opacity: 1;
  cursor: not-allowed;
  width: 100%;
  overflow: visible;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: ". Area-3"
                 "Area Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

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

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

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

.image-3 {
  opacity: 1;
  display: none;
  overflow: visible;
}

.div-block-2 {
  outline-offset: 0px;
  outline: 3px #555;
}

.paragraph {
  margin: 10% 10% 10% 0%;
}

.image-4 {
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.image-5 {
  display: none;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 40px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.link-block {
  padding-left: 41px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  overflow: visible;
}

.button-2 {
  background-color: var(--black-85);
  padding-left: 40px;
  padding-right: 40px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
  / .25fr .625fr .625fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two.ferblicklibraryshadow {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, .1);
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  text-shadow: 0 9px 5px rgba(0, 0, 0, .2);
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 40px;
}

.button-primary-3 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-bottom: 50px;
}

.heading {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .625fr .625fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.heading-2 {
  padding-bottom: 40px;
}

.div-block-4 {
  display: none;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

.heading-3, .image-6 {
  margin-bottom: 40px;
}

.image-7 {
  width: auto;
}

.div-block-5 {
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
}

@media screen and (max-width: 991px) {
  .container {
    grid-row-gap: 56px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.hero {
    padding: 80px 32px 40px;
  }

  .block-80-width {
    width: 100%;
  }

  .nav-container {
    padding: 24px 32px;
  }

  .project-intro-wrapper {
    grid-row-gap: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  ._1-1-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  ._1-1-grid.nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._1-1-grid.hero-section {
    grid-row-gap: 40px;
  }

  ._1-1-grid.project-description-block {
    grid-row-gap: 24px;
    grid-auto-columns: 3.65fr;
  }

  ._1-1-grid.project-detail-info {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-section-wrapper {
    grid-row-gap: 56px;
  }

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

  .utility-page-content {
    width: 80%;
  }

  .arrow {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .location---working-status-wrapper {
    grid-column-gap: 32px;
  }

  .blank-column, .big-arrrow {
    display: none;
  }

  .paragraph {
    margin: 10% 5% 10% 0%;
  }

  .image-5 {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .cell {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

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

  .container.hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-gap._16 {
    grid-row-gap: 8px;
  }

  .block-gap._80 {
    grid-row-gap: 56px;
  }

  .large-text {
    font-size: 22px;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .project-intro-wrapper {
    grid-row-gap: 24px;
  }

  ._1-1-grid.project-description-block {
    grid-auto-columns: 3.75fr;
  }

  ._1-1-grid.project-detail-info {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-row-gap: 16px;
  }

  .style-guide-section-wrapper {
    grid-row-gap: 40px;
  }

  .color-grid {
    grid-column-gap: 16px;
  }

  .color-swatch {
    height: 120px;
  }

  .rich-text blockquote {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text h1 {
    font-size: 48px;
  }

  .working-status-wrapper {
    display: none;
    overflow: visible;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .text-block {
    padding-bottom: 20px;
  }

  .div-block-3 {
    overflow: visible;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll, .hero-heading-right, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-stack, .hero-heading-left, .gallery-overview, .gallery-scroll-2, .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  .container {
    grid-row-gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.hero {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .standard-text {
    font-size: 14px;
  }

  .block-80-width {
    width: 100%;
  }

  .block-gap._40 {
    grid-row-gap: 32px;
  }

  .block-gap._8 {
    grid-row-gap: 4px;
  }

  .block-gap._32 {
    grid-row-gap: 24px;
  }

  .large-text.mobile-large-text {
    padding-left: 0%;
    padding-right: 5%;
    font-size: 18px;
  }

  .link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .logo-text, .button {
    font-size: 14px;
  }

  .section-title-wrapper {
    margin-bottom: 32px;
  }

  ._1-1-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  ._1-1-grid.hero-section {
    grid-row-gap: 24px;
  }

  ._1-1-grid.project-description-block {
    display: block;
  }

  .color-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .rich-text h2 {
    font-size: 32px;
  }

  .rich-text p {
    margin-bottom: 40px;
  }

  .rich-text h3 {
    font-size: 28px;
  }

  .rich-text h1 {
    font-size: 40px;
  }

  .admin-content-wrapper {
    grid-row-gap: 40px;
  }

  .utility-page-content {
    width: 80%;
  }

  .project-name {
    font-size: 16px;
  }

  .project-link {
    grid-row-gap: 8px;
  }

  .hero-image-wrapper {
    width: 50%;
  }

  .copryright---link-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .project-metadata-wrapper {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid.rr_grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .text-block {
    padding: 0% 5% 5% 0%;
  }

  .mobile-paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-3 {
    display: block;
  }

  .div-block-2 {
    display: none;
  }

  .paragraph {
    padding: 0%;
  }

  .image-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3 {
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-2 {
    margin-top: 10px;
  }

  .container-3 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

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

  .gallery-grid-2 {
    grid-row-gap: 10px;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .image-6 {
    margin-bottom: 40px;
  }
}

#w-node-_46babf52-f709-d281-629b-93588bf6b038-ea1c94a2, #w-node-_4ba499f8-aea5-fc8c-ad8b-3bdada6603ea-ea1c94a2, #w-node-ce573b78-e453-8190-8017-5dfe4766257a-ea1c94a2, #w-node-ee92ce4a-71c5-d424-e0cb-6477409ff742-ea1c94a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c77483b6-12fa-81c8-0983-a6ddd59ca7f4-d59ca7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c77483b6-12fa-81c8-0983-a6ddd59ca7f8-d59ca7f1, #w-node-c3b84ac7-ad16-d6a1-ba91-47551583a966-ea1c94ac, #w-node-f9b050df-45d6-b501-fa2e-c7e909ea53d9-ea1c94ac, #w-node-a4c327cd-aaae-a951-913e-8389c430e5c5-ea1c94ac, #w-node-_99755bdd-4260-7269-7bcb-c77c858a4266-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af2407742f9-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af24077430b-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af24077430c-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af24077430d-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af24077430e-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af24077430f-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af240774310-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af240774311-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af240774312-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af240774313-ea1c94ac, #w-node-_637ffb3a-802c-dd63-e5bf-7af240774314-ea1c94ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f1-ea1c94ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f2-ea1c94ac, #w-node-ec8ba5c8-8f85-81a0-4fab-0b50d6e949cf-d6e949cb, #w-node-c3b84ac7-ad16-d6a1-ba91-47551583a966-ea1c94ae, #w-node-_58192428-1e8d-fe31-5e2f-de90b27e03aa-ea1c94ae, #w-node-f9b050df-45d6-b501-fa2e-c7e909ea53d9-ea1c94ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f1-ea1c94ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f2-ea1c94ae, #w-node-e3eae67d-bd60-c620-3269-6991cb853c72-ea1c94b1, #w-node-d4ae4d25-392e-fd98-d038-7f991cb1a974-ea1c94b1, #w-node-f5d0ebfc-27b5-89d1-69b2-d341a1e983d1-ea1c94b1, #w-node-_11c3c08c-030a-fb0d-3180-bc64d88a8eb9-ea1c94b1, #w-node-b825ab3e-bda2-447c-411b-d086ca05fda1-ea1c94b1, #w-node-fa51b5b6-4687-84b9-6bbe-3ff5d9ba14b6-ea1c94b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e9f189-488a-cfcb-fae4-c547298a2be2-ea1c94b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d27d6ac0-f4a0-7be3-3088-0bf2591f59ed-ea1c94b1, #w-node-d6fdadf3-bf7e-1847-db34-65a33c3b178e-ea1c94b1, #w-node-d9c684d5-895e-0c30-11ee-e237d62984e1-ea1c94b1, #w-node-c3b84ac7-ad16-d6a1-ba91-47551583a966-ea1c94b2, #w-node-f9b050df-45d6-b501-fa2e-c7e909ea53d9-ea1c94b2, #w-node-b49aa039-486c-5d84-028d-9d649865b98c-ea1c94b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b49aa039-486c-5d84-028d-9d649865b99c-ea1c94b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-b49aa039-486c-5d84-028d-9d649865b99d-ea1c94b2, #w-node-b49aa039-486c-5d84-028d-9d649865b99e-ea1c94b2, #virtual-booths.w-node-_8a11d497-2184-0f4c-18bf-39e2552cf80d-ea1c94b2, #w-node-_8a11d497-2184-0f4c-18bf-39e2552cf80e-ea1c94b2, #access-dash.w-node-b49aa039-486c-5d84-028d-9d649865b9a1-ea1c94b2, #w-node-b49aa039-486c-5d84-028d-9d649865b9a2-ea1c94b2, #lead-retrieval.w-node-b49aa039-486c-5d84-028d-9d649865b9a5-ea1c94b2, #w-node-b49aa039-486c-5d84-028d-9d649865b9a6-ea1c94b2, #sponsored-sections.w-node-b49aa039-486c-5d84-028d-9d649865b9ad-ea1c94b2, #w-node-b49aa039-486c-5d84-028d-9d649865b9ae-ea1c94b2, #sponsored-sections.w-node-_0ce68de3-547f-ef1f-6fd8-792b1686f707-ea1c94b2, #w-node-_0ce68de3-547f-ef1f-6fd8-792b1686f708-ea1c94b2, #sponsored-sections.w-node-aa5e0fbf-ba7d-65fc-48cd-f5d9798c0be5-ea1c94b2, #w-node-aa5e0fbf-ba7d-65fc-48cd-f5d9798c0be6-ea1c94b2, #sponsored-sections.w-node-_3cbe6b52-c970-0314-08c0-0c3a0780df04-ea1c94b2, #w-node-_3cbe6b52-c970-0314-08c0-0c3a0780df05-ea1c94b2, #sponsored-sections.w-node-efba8469-d61b-d9ac-0aaf-8abd20173613-ea1c94b2, #w-node-efba8469-d61b-d9ac-0aaf-8abd20173614-ea1c94b2, #sponsored-sections.w-node-eb8e3315-5c27-3921-af16-0d3eea3c8579-ea1c94b2, #w-node-eb8e3315-5c27-3921-af16-0d3eea3c857a-ea1c94b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54f44215-3bd3-42f2-8e3d-f6ddb48c656e-ea1c94b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_54f44215-3bd3-42f2-8e3d-f6ddb48c656f-ea1c94b2, #w-node-c3b84ac7-ad16-d6a1-ba91-47551583a966-ea1c94b5, #w-node-f9b050df-45d6-b501-fa2e-c7e909ea53d9-ea1c94b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f1-ea1c94b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f2-ea1c94b5, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cd0-ea1c94b7, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf0-ea1c94b7, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf7-ea1c94b7, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf8-ea1c94b7, #w-node-_85375a8b-6d88-7d5e-a0ae-7f1ec03c563b-ea1c94b7, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cfb-ea1c94b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cfd-ea1c94b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cfe-ea1c94b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a24f8-e160-ed05-a69a-b877d428ca0c-ea1c94b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_532a24f8-e160-ed05-a69a-b877d428ca0d-ea1c94b7, #w-node-c3b84ac7-ad16-d6a1-ba91-47551583a966-ea1c94b8, #w-node-f9b050df-45d6-b501-fa2e-c7e909ea53d9-ea1c94b8, #w-node-_90e28104-3761-2591-f9d8-b2f41435c880-ea1c94b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90e28104-3761-2591-f9d8-b2f41435c890-ea1c94b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#skil_presentation_wrapper_1.w-node-_90e28104-3761-2591-f9d8-b2f41435c891-ea1c94b8, #skil_presentation_slide_1.w-node-_90e28104-3761-2591-f9d8-b2f41435c892-ea1c94b8, #skil_presentation_wrapper_2.w-node-_90e28104-3761-2591-f9d8-b2f41435c895-ea1c94b8, #skil_presentation_slide_2.w-node-_90e28104-3761-2591-f9d8-b2f41435c896-ea1c94b8, #skil_presentation_wrapper_3.w-node-_90e28104-3761-2591-f9d8-b2f41435c899-ea1c94b8, #skil_presentation_slide_3.w-node-_90e28104-3761-2591-f9d8-b2f41435c89a-ea1c94b8, #skil_presentation_wrapper_4.w-node-_90e28104-3761-2591-f9d8-b2f41435c89d-ea1c94b8, #skil_presentation_slide_4.w-node-_90e28104-3761-2591-f9d8-b2f41435c89e-ea1c94b8, #sskil_presentation_wrapper_5.w-node-_90e28104-3761-2591-f9d8-b2f41435c8a1-ea1c94b8, #skil_presentation_slide_5.w-node-_90e28104-3761-2591-f9d8-b2f41435c8a2-ea1c94b8, #skil_presentation_wrapper_6.w-node-_18c81673-673d-b76c-5787-901afeaa1bd5-ea1c94b8, #skil_presentation_slide_6.w-node-_18c81673-673d-b76c-5787-901afeaa1bd6-ea1c94b8, #skil_presentation_wrapper_7.w-node-e76c8663-feca-d519-0682-6da262f4bc78-ea1c94b8, #skil_presentation_slide_7.w-node-e76c8663-feca-d519-0682-6da262f4bc79-ea1c94b8, #skil_presentation_wrapper_8.w-node-_285fa47c-2300-76c5-cd04-11294c3971ca-ea1c94b8, #skil_presentation_slide_8.w-node-_285fa47c-2300-76c5-cd04-11294c3971cb-ea1c94b8, #skil_presentation_wrapper_9.w-node-_8bc652bf-32b7-c2ea-083f-8b64a627fe2b-ea1c94b8, #skil_presentation_slide_9.w-node-_8bc652bf-32b7-c2ea-083f-8b64a627fe2c-ea1c94b8, #sskil_presentation_wrapper_10.w-node-ec641db7-c128-d8e7-3646-b5dcb3aa740a-ea1c94b8, #skil_presentation_slide_10.w-node-ec641db7-c128-d8e7-3646-b5dcb3aa740b-ea1c94b8, #skil_presentation_wrapper_11.w-node-_2c490fc4-2245-35f4-6019-9347291733ce-ea1c94b8, #skil_presentation_slide_11.w-node-_2c490fc4-2245-35f4-6019-9347291733cf-ea1c94b8, #skil_presentation_wrapper_12.w-node-_07f11270-6b8e-4746-09ba-ae3fc0cbccaa-ea1c94b8, #skil_presentation_slide_12.w-node-_07f11270-6b8e-4746-09ba-ae3fc0cbccab-ea1c94b8, #skil_presentation_slide_13.w-node-b80cd7f8-0064-5c36-02c5-ed1b899c951d-ea1c94b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f1-ea1c94b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad19233b-15c1-384c-2b41-4339144cb0f2-ea1c94b8, #w-node-_1a5ad1ab-0f71-1208-7f95-2bb0efd14275-ea1c94b9, #w-node-cd1abefa-4396-3047-58e5-49e4695bd60b-ea1c94b9, #w-node-_062b4aad-cdcb-41a0-789f-c7a124879ec2-ea1c94b9, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cd0-76d12217, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf0-76d12217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d455e8b1-f6fc-2fa5-4eb8-18befb332128-76d12217 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_532a24f8-e160-ed05-a69a-b877d428ca0c-76d12217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_532a24f8-e160-ed05-a69a-b877d428ca0d-76d12217, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cd0-ee5929fd, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf0-ee5929fd, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf7-ee5929fd, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf8-ee5929fd, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cfe-ee5929fd, #w-node-_1d34aba2-f3f4-60b8-8fcc-14e5314c6135-ee5929fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cfd-ee5929fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_41918fb4-f3d1-3750-85d5-ad13840aca3a-ee5929fd, #w-node-fc729c3b-e4b9-70be-a573-1af9fd28e3ee-ee5929fd, #w-node-_834b38a7-065d-c16d-b647-a9e6d0ee6565-ee5929fd, #w-node-_138b7121-ce31-40df-8c66-826872c28b44-ee5929fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532a24f8-e160-ed05-a69a-b877d428ca0c-ee5929fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_532a24f8-e160-ed05-a69a-b877d428ca0d-ee5929fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ce573b78-e453-8190-8017-5dfe4766257a-ea1c94a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_637ffb3a-802c-dd63-e5bf-7af2407742f9-ea1c94ac, #w-node-b49aa039-486c-5d84-028d-9d649865b98c-ea1c94b2, #w-node-_90e28104-3761-2591-f9d8-b2f41435c880-ea1c94b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d455e8b1-f6fc-2fa5-4eb8-18befb332128-76d12217 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce573b78-e453-8190-8017-5dfe4766257a-ea1c94a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cd0-ea1c94b7, #w-node-f80481ef-46e2-6c2b-263a-acf09c8f2408-ea1c94b7, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cd0-76d12217, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cd0-ee5929fd, #w-node-f80481ef-46e2-6c2b-263a-acf09c8f2408-ee5929fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_637ffb3a-802c-dd63-e5bf-7af2407742f9-ea1c94ac, #w-node-_147e8aba-dbac-d566-a6c5-0f738d7b36f2-ea1c94b1, #w-node-b49aa039-486c-5d84-028d-9d649865b98c-ea1c94b2, #w-node-b49aa039-486c-5d84-028d-9d649865b99c-ea1c94b2, #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf9-ea1c94b7, #w-node-_90e28104-3761-2591-f9d8-b2f41435c880-ea1c94b8, #w-node-_90e28104-3761-2591-f9d8-b2f41435c890-ea1c94b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d455e8b1-f6fc-2fa5-4eb8-18befb332128-76d12217 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5904e1a-b963-d8e5-1347-b57eb0fe0cf9-ee5929fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


