:root {
  --outline: #ffffff4d;
  --dark-outline: #eff3f6;
  --body-display: #445663;
  --subtitle: #6e7f8b;
  --dark-outline-2: #cfdae2;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.hero-section {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.hero-content.dark {
  color: #000;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.verticle-hero-line.middle {
  z-index: 25;
  margin-right: 50px;
}

.navbar {
  border-bottom: 1px solid var(--outline);
  background-color: #0000;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px none var(--outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.nav-menu {
  display: flex;
}

.nav-left {
  z-index: 10;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand.dark {
  color: #000;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  position: relative;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.portrait-background {
  background-image: url('../images/pexels-marcin-jozwiak-199600-2656913.jpg');
  background-position: 50% 0;
}

.background.testimonial-background {
  background-image: url('../images/016.jpeg');
}

.background.action-background, .background.contact-background {
  background-image: url('../images/pexels-marcin-jozwiak-199600-2656913.jpg');
}

.overlay {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0e192226;
}

.overlay.dark {
  background-color: #0a1118b3;
}

.overlay.mid {
  background-color: #0a111857;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.verticle-line.dark {
  background-color: var(--dark-outline);
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  border-color: var(--outline);
  color: #fff;
}

.xxl-heading {
  font-size: 52px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.body-display {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display.light {
  color: #ffffffe6;
}

.body-display.small {
  font-size: 14px;
}

.body-display.two-column {
  color: var(--body-display);
  column-count: 2;
  column-gap: 60px;
}

.nav-separator {
  background-color: var(--outline);
  width: 1px;
  height: 24px;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.circle-button.dark {
  color: var(--subtitle);
}

.circle-outline {
  border: 1px solid var(--outline);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.dark {
  border-color: var(--dark-outline);
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.dark-outline {
  border-color: var(--dark-outline-2);
}

.section {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.bottom-border {
  border-bottom: 1px solid var(--dark-outline);
}

.section.clip {
  z-index: 10;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-cover {
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: grid;
}

.section-title.no-bottom-padding {
  padding-bottom: 0;
}

.section-title.extra-top-padding {
  padding-top: 140px;
}

.section-title.small-bottom-padding {
  padding-bottom: 80px;
}

.horizontal-line {
  background-color: var(--dark-outline);
  height: 1px;
}

.subtitle {
  color: var(--subtitle);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle.light {
  color: #fffc;
}

.subtitle.small {
  font-size: 8px;
}

.dual-title {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.undeline-link {
  border-bottom: 1px solid var(--dark-outline);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.card-grid {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  border: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: grid;
}

.card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 400px;
  margin: -1px;
  padding: 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.banner-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.fill {
  z-index: 10;
  background-color: #fff;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.fill.top {
  margin-top: -10px;
}

.social-icon-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon {
  border: 1px solid var(--outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  position: relative;
}

.navigation-bar {
  border-bottom: 1px none var(--outline);
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-slider {
  background-color: #fff0;
  height: 100%;
}

.slider-background {
  background-image: url('../images/pexels-marcin-jozwiak-199600-2656913.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background.two {
  background-image: url('../images/037.jpeg');
}

.slider-background.three {
  background-image: url('../images/036.jpeg');
  background-position: 50%;
}

.mask {
  overflow: visible;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px none var(--outline);
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 60px;
  display: grid;
}

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px none var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.project-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px none var(--dark-outline);
  color: #000;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-span {
  font-weight: 400;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-wrapper {
  height: 45vw;
  min-height: 100%;
  max-height: 600px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 32vw;
  min-height: 350px;
  max-height: 550px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.action-content {
  color: #fff;
  align-items: center;
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 24px;
  display: grid;
}

.navigation-column {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 91px;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.footer-list-wrapper.hide {
  display: none;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 1px solid #d6dde200;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  transition: border-color .4s;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #d6dde2;
}

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

.menu-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.scroll-tracker {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 65px;
}

.indicator-fill {
  background-color: var(--dark-outline-2);
  width: 100%;
  height: 80px;
}

.indicator-fill.light {
  background-color: #b3bcc466;
}

.project-card-top {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.project-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

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

.inner-page-hero {
  justify-content: center;
  min-height: 750px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--dark-outline);
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 18px;
  position: relative;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--dark-outline-2);
}

.text-field.large {
  min-height: 120px;
}

.solid-button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  min-height: 32px;
  padding: 16px 28px 16px 32px;
  font-size: 10px;
  line-height: 1.3em;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-avatar {
  border: 1px solid var(--outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.client-avatar.dark {
  border-color: var(--dark-outline);
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait21.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.form-block {
  margin-bottom: 0;
}

.project-hero {
  background-color: #fff;
  justify-content: center;
  min-height: 500px;
  margin-bottom: -60px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-detail {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-right: 36px;
  display: grid;
}

.project-showcase {
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.gallery-image {
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-banner {
  min-height: 550px;
  margin-top: 120px;
  padding: 4px 2px;
  position: relative;
  overflow: hidden;
}

.project-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.medium-width {
  max-width: 500px;
}

.project-hero-content {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-details-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 85px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  padding-right: 50px;
  display: grid;
  position: relative;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.testimonial-arrow-line {
  background-color: var(--outline);
  height: 1px;
  margin-bottom: 60px;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.solid-button-outline {
  border: 1px solid var(--dark-outline-2);
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.light, .solid-button-outline.nav-outline {
  border-color: #fff;
}

.social-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  margin: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.social-outline {
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 34px;
  min-height: 34px;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.underline-hover-wrapper.top {
  top: -1px;
  bottom: auto;
}

.underline-hover-fill {
  background-color: var(--dark-outline-2);
  width: 100%;
  height: 100%;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.clip {
  overflow: hidden;
}

.solid-view-circle {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle.small {
  max-width: 80px;
  max-height: 80px;
}

.project-image-cover {
  background-image: url('../images/037.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.project-image-cover.large {
  width: 60vw;
  max-width: 900px;
  height: 60vw;
  max-height: 900px;
}

.project-image-cover.small {
  width: 350px;
  min-width: 350px;
  height: 350px;
  min-height: 350px;
}

.project-image-cover.small.instagram-002 {
  background-image: url('../images/054.jpeg');
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.right {
  margin-right: -10px;
}

.scroll-fill.left {
  margin-left: -10px;
}

.banner-background-wrapper {
  margin: 2px;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 1000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-fill {
  background-color: #fff;
  padding: 0;
}

.preloader-fill.right {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

.preloader-fill.left {
  margin-left: -10px;
}

.social-boxes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4px;
  display: grid;
}

.instagram-box {
  height: 15vw;
  padding-top: 4px;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  padding: 2px 0;
  position: relative;
  overflow: hidden;
}

.banner-background {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.icon {
  z-index: 10;
  position: relative;
}

.footer-verticle-line {
  background-color: var(--dark-outline);
  width: 1px;
  height: 100%;
}

.project-arrow {
  width: 18px;
  min-width: 18px;
}

.instagram-001 {
  background-image: url('../images/046.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-003 {
  background-image: url('../images/011.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-004 {
  background-image: url('../images/039.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-002 {
  background-image: url('../images/054.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-icon {
  z-index: 10;
  width: 24px;
  position: relative;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: var(--dark-outline);
  border: 1px solid #cfdae266;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  min-height: 300px;
  padding: 24px;
  display: grid;
}

.hyperlink {
  color: var(--body-display);
  text-decoration: none;
}

.error-message {
  background-color: var(--dark-outline);
  margin-top: 24px;
  padding: 12px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.uslugi-list {
  flex-flow: column;
  display: flex;
}

.usluga-item {
  border-bottom: 1px solid var(--dark-outline);
  padding: 12px;
}

.usugi-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  .footer-content {
    grid-column-gap: 48px;
  }

  .contact-wrapper {
    grid-column-gap: 100px;
    grid-template-columns: .6fr 1fr;
  }

  .project-image-cover {
    height: 550px;
    min-height: 550px;
  }
}

@media screen and (min-width: 1440px) {
  .circle-link-text {
    place-items: center;
  }

  .projects-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-wrapper {
    grid-column-gap: 120px;
    grid-template-columns: .6fr 1fr;
  }

  .project-hero-content {
    grid-row-gap: 28px;
  }

  .project-image-cover {
    height: 600px;
    min-height: 600px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-content.dark {
    padding-top: 100px;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .verticle-hero-line.middle {
    z-index: 25;
  }

  .navbar {
    position: absolute;
  }

  .navigation {
    grid-template-columns: auto 1fr 1fr .5fr;
  }

  .nav-menu {
    background-color: #fff;
    width: 100vw;
  }

  .nav-left {
    grid-template-columns: auto 1px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-right {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .hero-intro {
    padding-left: 0;
  }

  .body-display.two-column {
    column-count: 1;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .section-title.extra-top-padding {
    padding-top: 80px;
  }

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

  .card {
    height: auto;
  }

  .banner-content {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .slider-background {
    min-width: 105vw;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .testimonial-content {
    max-width: 525px;
  }

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

  .project-card {
    cursor: default;
  }

  .navigation-button {
    display: none;
  }

  .footer-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr;
  }

  .banner-wrapper {
    width: 65%;
    min-height: 500px;
  }

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

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .project-image {
    height: 60vw;
    min-height: 550px;
  }

  .footer-info {
    grid-row-gap: 80px;
  }

  .navigation-column {
    position: relative;
    top: auto;
  }

  .nav-link {
    border-bottom-color: var(--dark-outline);
    color: #000;
    min-height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-link.contact-link {
    display: flex;
  }

  .menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .inner-page-hero {
    min-height: 600px;
  }

  .contact-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-hero {
    padding-top: 80px;
  }

  .client-detail {
    padding-right: 0;
  }

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

  .gallery-image {
    height: 45vw;
    min-height: 350px;
  }

  .project-banner {
    min-height: 400px;
    margin-top: 80px;
  }

  .project-hero-content {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-right: 60px;
  }

  .client-details-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 42px 1fr;
  }

  .client-quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .solid-view-circle {
    display: none;
  }

  .social-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-box {
    height: 35vw;
    min-height: 275px;
  }

  .menu-button {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .menu-link {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .menu-icon {
    width: 32px;
  }

  .success-message {
    background-color: #0000;
    padding: 0;
  }

  .success-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-outline);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    min-height: 400px;
    padding: 24px;
    display: grid;
  }
}

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

  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 120px;
    display: grid;
  }

  .verticle-line.bottom {
    display: none;
  }

  .xxl-heading {
    font-size: 40px;
  }

  .hero-intro {
    padding-right: 0;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-button, .circle-outline {
    width: 80px;
    height: 80px;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .section-title.no-bottom-padding {
    padding-top: 36px;
  }

  .dual-title {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .footer-content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .banner-wrapper {
    width: 100%;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .project-image {
    height: 50vw;
    min-height: 450px;
  }

  .action-content {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-info {
    grid-row-gap: 60px;
  }

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

  .client-detail {
    justify-items: center;
  }

  .gallery-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-banner {
    margin-top: 60px;
  }

  .client-details-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0;
  }

  .client-quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .instagram-box {
    height: 35vw;
    min-height: 180px;
  }

  .slider-link-text {
    display: block;
  }

  .footer-verticle-line {
    display: none;
  }
}

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

  h2 {
    font-size: 24px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

  .hero-content.dark {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    right: 2%;
  }

  .navigation {
    grid-template-columns: auto 1fr;
  }

  .nav-right {
    display: none;
  }

  .xxl-heading {
    font-size: 8.5vw;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .nav-separator {
    display: none;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .circle-button.dark {
    min-width: 80px;
    min-height: 80px;
    margin-left: -40px;
  }

  .circle-button.dark.scroll-link {
    display: none;
  }

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

  .stacked-content {
    grid-row-gap: 36px;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .section-title.extra-top-padding, .section-title.small-bottom-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .horizontal-line {
    display: none;
  }

  .dual-title {
    grid-row-gap: 24px;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

  .fill {
    height: 58px;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .testimonial-content {
    grid-row-gap: 24px;
  }

  .footer-content {
    grid-row-gap: 36px;
  }

  .banner-wrapper {
    min-height: 375px;
  }

  .about-wrapper {
    grid-row-gap: 36px;
  }

  .project-image {
    min-height: 375px;
  }

  .about-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .action-content {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .navigation-column {
    position: relative;
    top: 0;
  }

  .project-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .project-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .inner-page-hero {
    min-height: 500px;
  }

  .project-hero {
    min-height: 400px;
  }

  .project-showcase {
    min-height: 600px;
  }

  .gallery-image {
    min-height: 300px;
  }

  .project-banner {
    min-height: 250px;
    margin-top: 48px;
  }

  .project-hero-content {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .client-details-wrapper {
    padding-top: 200px;
    padding-bottom: 220px;
  }

  .client-quote {
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .instagram-box {
    height: 40vw;
    min-height: 124px;
  }

  .project-overview {
    grid-row-gap: 12px;
  }

  .slider-link-text {
    display: block;
  }

  .menu-icon {
    width: 28px;
  }

  .usluga-item {
    padding: 8px 6px;
  }
}

#w-node-_0f5305b0-acb6-ddf6-29cb-610bdbd466b9-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9261efec-e18b-c438-d8f4-9256ebca8926-d4d68fe0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e9a00d4f-dd17-15c1-6cd5-1ffdf9b95ec8-d4d68fe0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9261efec-e18b-c438-d8f4-9256ebca8927-d4d68fe0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_9ab50f74-492c-09b8-1555-2989fcdf69df-d4d68fe0 {
  justify-self: start;
}

#w-node-a0794f33-cf76-8feb-dfd4-6e602ced8349-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07c1f5b7-283e-4270-3508-1a92998467ac-d4d68fe0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b110bffc-7020-5e09-095c-85166e2bc3da-d4d68fe0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_22b1facc-f2fb-b7e3-0e59-361f4ce0c072-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97925d33-4d8b-c8e0-bae0-d8b20ce74817-d4d68fe0 {
  align-self: end;
}

#w-node-b9337402-dc33-ce78-2743-d71ca8dfd69f-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0e43bb72-41d0-e006-9d42-3235d3b73844-d4d68fe0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_0830c559-e046-d169-edf9-0dcce3af986c-d4d68fe0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6a50a50b-6c64-ca38-6b65-a6de37381522-d4d68fe0 {
  align-self: center;
}

#w-node-_35a6ea8d-c937-66e2-1567-f724bebf29b1-d4d68fe0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff17d-d4d68fe0 {
  justify-self: start;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff17e-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff180-d4d68fe0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff182-d4d68fe0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff184-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8e92f1-001b-e005-7b55-e22c936cd1e1-d4d68fe0, #w-node-_4f0f1d56-7cb5-2a79-f2fc-9bf093d19a3a-d4d68fe0, #w-node-_6793ab6f-0cef-9d2a-ad59-d2f36537ae9e-d4d68fe0 {
  place-self: end start;
}

#w-node-d67d73a6-89eb-a101-fbcd-7049654e776b-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_81f7eb61-ace0-b3a5-72d7-97710eeea5fa-d4d68fe0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d4a5f7de-8eb2-724d-f4e0-e2b33be17da0-d4d68fe0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d4a5f7de-8eb2-724d-f4e0-e2b33be17da5-d4d68fe0 {
  align-self: center;
}

#w-node-d4a5f7de-8eb2-724d-f4e0-e2b33be17da8-d4d68fe0 {
  align-self: end;
}

#w-node-d0bd06d9-c953-270c-9a4f-88e76d785cab-6d785ca9 {
  justify-self: stretch;
}

#w-node-d0bd06d9-c953-270c-9a4f-88e76d785cad-6d785ca9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae2f-b91fae2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae30-b91fae2d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae31-b91fae2d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae32-b91fae2d {
  align-self: center;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae35-b91fae2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae37-b91fae2d {
  align-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae3d-b91fae2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae3e-b91fae2d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae3f-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae42-b91fae2d {
  align-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae57-b91fae2d {
  align-self: stretch;
}

#w-node-_13477b70-5e83-a08b-aebd-2d923313ddd7-b91fae2d {
  align-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae5e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae62-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae66-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae6a-b91fae2d {
  align-self: center;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae6d-b91fae2d {
  justify-self: stretch;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae70-b91fae2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859b9-a1d859b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859bb-a1d859b7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202da1-a1d859b7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202da2-a1d859b7 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202da6-a1d859b7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202daa-a1d859b7 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202dae-a1d859b7 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_74caef05-49f3-8855-e9b4-81039c7fb8c5-a1d859b7 {
  justify-self: end;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859c7-a1d859b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859c8-a1d859b7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859d0-a1d859b7 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859d2-a1d859b7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597ac-a1d859b7 {
  justify-self: stretch;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597ad-a1d859b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597ae-a1d859b7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597af-a1d859b7, #w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597b1-a1d859b7 {
  justify-self: stretch;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ec9-3b4c6ec7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6eca-3b4c6ec7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ecb-3b4c6ec7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ecc-3b4c6ec7, #w-node-afec5c69-aed3-aa06-2504-13063b4c6ece-3b4c6ec7 {
  align-self: center;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ed0-3b4c6ec7 {
  place-self: center end;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ed5-3b4c6ec7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297ba-3bc297b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297bb-3bc297b8 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297be-3bc297b8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297bf-3bc297b8 {
  align-self: center;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297c2-3bc297b8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297c6-3bc297b8 {
  place-self: end;
}

#w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297ce-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297d0-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297de-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297e3-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297e5-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297f3-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297f8-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297fa-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc29808-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc2980d-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc2980f-3bc297b8, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc2981d-3bc297b8 {
  align-self: center;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf98-dea7cf96 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf99-dea7cf96 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf9a-dea7cf96 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf9b-dea7cf96 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1052a675-9d5a-aa72-3e78-6af2843bdf82-dea7cf96 {
  justify-self: center;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cfa6-dea7cf96 {
  place-self: center start;
}

#w-node-ffc6ae57-af12-0960-cffd-01e4423b6819-dea7cf96 {
  justify-self: center;
}

#w-node-ffc6ae57-af12-0960-cffd-01e4423b681d-dea7cf96 {
  place-self: center start;
}

#w-node-b2cf2822-db4b-64f5-c46d-3ca2bc34be7e-dea7cf96 {
  justify-self: center;
}

#w-node-b2cf2822-db4b-64f5-c46d-3ca2bc34be82-dea7cf96 {
  place-self: center start;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b0b-dea7cf96 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b0f-dea7cf96 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b13-dea7cf96 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b17-dea7cf96 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142c8-dea7cf96 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142cc-dea7cf96 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142d0-dea7cf96 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142d4-dea7cf96 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-e00d8619-eefd-5ad7-d006-336391413eeb-dea7cf96 {
  justify-self: end;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cfc5-dea7cf96 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cfc6-dea7cf96 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-f7406575-bf68-fd82-0711-77bbc970d766-dea7cf96 {
  justify-self: stretch;
}

#w-node-_370e068d-b55e-e6b9-6805-1add1ff39559-dea7cf96 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41836604-c0cf-ce2a-42c9-78c5bc1aee76-dea7cf96 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_50692a17-a1f0-cdf0-7e0b-d0846eb763cd-dea7cf96, #w-node-_0fa91c31-5f9c-fe6b-c12b-bc9a5baf5884-dea7cf96 {
  justify-self: stretch;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db76e-c24db76c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db773-c24db76c {
  align-self: center;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db782-c24db76c {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center end;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db783-c24db76c {
  place-self: center end;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db788-c24db76c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ca7fefeb-283c-c953-b1c2-6cdc5618a757-c24db76c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2998a6d-a76b-2d98-3b9d-c19ec69d42ea-c24db76c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7730d490-c0c7-c57d-dfc0-b20ad94e5ab2-c24db76c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db78a-c24db76c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fbb0bf4d-e74f-3a64-881f-37e8a62bea9c-d4d68fe2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbb0bf4d-e74f-3a64-881f-37e8a62bea9d-d4d68fe2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_3159e195-d2ca-294b-9a66-bf50e652cb83-d4d68fe2 {
  align-self: end;
}

#w-node-_8a08480a-69a7-40da-2687-8669b97b340c-d4d68fe2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a08480a-69a7-40da-2687-8669b97b340e-d4d68fe2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a54b-d4d68fe2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a54c-d4d68fe2 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a550-d4d68fe2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a554-d4d68fe2 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a558-d4d68fe2 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-feca1aa1-167f-6c2d-a251-e79b5a48b80b-d4d68fe2 {
  justify-self: end;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875933-d4d68fe2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875934-d4d68fe2 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875935-d4d68fe2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875936-d4d68fe2 {
  align-self: center;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875939-d4d68fe2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff87593a-d4d68fe2 {
  align-self: start;
}

#w-node-_180cca96-8aec-7ae4-20f2-d527746875e2-d4d68fe2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_180cca96-8aec-7ae4-20f2-d527746875e4-d4d68fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c55a02-a19c-52af-fd42-f653f595d4ad-d4d68fe2, #Email.w-node-e3c55a02-a19c-52af-fd42-f653f595d4af-d4d68fe2, #w-node-_97bee7b5-2c90-7eb3-6c77-141d103fe50c-d4d68fe2, #Phone.w-node-_97bee7b5-2c90-7eb3-6c77-141d103fe50e-d4d68fe2, #w-node-_697f7b3a-20f3-2382-69e5-90822e4ee3f0-d4d68fe2, #Message.w-node-_8ac49a68-99ae-ab35-c4c7-ba4a79667ba5-d4d68fe2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_180cca96-8aec-7ae4-20f2-d527746875e8-d4d68fe2 {
  justify-self: start;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5baba7-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5baba8-5f75e39e {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5baba9-5f75e39e {
  align-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babac-5f75e39e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb2-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb3-5f75e39e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb4-5f75e39e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb5-5f75e39e {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb9-5f75e39e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babbd-5f75e39e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc1-5f75e39e {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc7-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc8-5f75e39e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc9-5f75e39e {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babca-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babcf-5f75e39e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babd4-5f75e39e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babde-5f75e39e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babdf-5f75e39e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe2-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe3-5f75e39e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe4-5f75e39e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe5-5f75e39e {
  align-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe8-5f75e39e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8059-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae805a-5f75e39e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8062-5f75e39e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8063-5f75e39e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8066-5f75e39e {
  justify-self: center;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8069-5f75e39e {
  place-self: center start;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5baba7-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5baba8-fa6f3961 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5baba9-fa6f3961 {
  align-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babac-fa6f3961 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb2-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb3-fa6f3961 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb4-fa6f3961 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb5-fa6f3961 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babb9-fa6f3961 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babbd-fa6f3961 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc1-fa6f3961 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc7-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc8-fa6f3961 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babc9-fa6f3961 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babca-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babcf-fa6f3961 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babd4-fa6f3961 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babde-fa6f3961 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babdf-fa6f3961 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe2-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe3-fa6f3961 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe4-fa6f3961 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe5-fa6f3961 {
  align-self: center;
}

#w-node-_30f569ea-9162-92b8-e2af-5b623f5babe8-fa6f3961 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8059-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae805a-fa6f3961 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8062-fa6f3961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8063-fa6f3961 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8066-fa6f3961 {
  justify-self: center;
}

#w-node-_111d7a50-7679-a426-b3fa-c5bd52ae8069-fa6f3961 {
  place-self: center start;
}

@media screen and (min-width: 1440px) {
  #w-node-_35a6ea8d-c937-66e2-1567-f724bebf29b1-d4d68fe0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_81f7eb61-ace0-b3a5-72d7-97710eeea5fa-d4d68fe0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297c2-3bc297b8 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_97925d33-4d8b-c8e0-bae0-d8b20ce74817-d4d68fe0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae37-b91fae2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3d-b91fae2d {
    grid-row: 2 / 3;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3e-b91fae2d {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3f-b91fae2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae57-b91fae2d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-c2551169-725e-8520-14a4-2d58dea7cfc5-dea7cf96, #w-node-c2551169-725e-8520-14a4-2d58dea7cfc6-dea7cf96 {
    align-self: end;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db770-c24db76c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db782-c24db76c {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center start;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db780-c24db76c {
    justify-self: end;
  }

  #w-node-_0558b170-f0a6-36a8-a552-07371e75d844-d4d68fe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babcf-5f75e39e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babd4-5f75e39e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babcf-fa6f3961 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babd4-fa6f3961 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9261efec-e18b-c438-d8f4-9256ebca8926-d4d68fe0 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-e9a00d4f-dd17-15c1-6cd5-1ffdf9b95ec8-d4d68fe0 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_9261efec-e18b-c438-d8f4-9256ebca8927-d4d68fe0 {
    grid-column: span 4 / span 4;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae37-b91fae2d {
    grid-column: span 1 / span 1;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3d-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae3e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae3f-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae57-b91fae2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae6e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae70-b91fae2d {
    justify-self: center;
  }

  #w-node-_180cca96-8aec-7ae4-20f2-d527746875e2-d4d68fe2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babc9-5f75e39e {
    place-self: center;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babca-5f75e39e, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babcf-5f75e39e, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babd4-5f75e39e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babc9-fa6f3961 {
    place-self: center;
  }

  #w-node-_30f569ea-9162-92b8-e2af-5b623f5babca-fa6f3961, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babcf-fa6f3961, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babd4-fa6f3961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9261efec-e18b-c438-d8f4-9256ebca8927-d4d68fe0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_35a6ea8d-c937-66e2-1567-f724bebf29b1-d4d68fe0, #w-node-d4a5f7de-8eb2-724d-f4e0-e2b33be17da0-d4d68fe0, #w-node-f0260001-a5ce-6653-886a-222db91fae35-b91fae2d {
    grid-column: 1 / 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae6e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae70-b91fae2d {
    justify-self: center;
  }

  #w-node-afec5c69-aed3-aa06-2504-13063b4c6ed0-3b4c6ec7 {
    justify-self: start;
  }

  #w-node-afec5c69-aed3-aa06-2504-13063b4c6ed5-3b4c6ec7, #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297c2-3bc297b8 {
    grid-column: 1 / 2;
  }

  #w-node-_39f48b95-bbb1-c777-6d2d-49f93bc297c6-3bc297b8 {
    justify-self: start;
  }

  #w-node-ef097620-a79c-9176-be62-07bba70d4d4f-dea7cf96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e00d8619-eefd-5ad7-d006-336391413eeb-dea7cf96, #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db780-c24db76c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bddb8e1c-1569-26aa-1abb-8b04ff875939-d4d68fe2, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babac-5f75e39e, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babe8-5f75e39e, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babac-fa6f3961, #w-node-_30f569ea-9162-92b8-e2af-5b623f5babe8-fa6f3961 {
    grid-column: 1 / 2;
  }
}


