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

body {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

h4 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

h5 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

h6 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

p {
  margin-bottom: 1rem;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
  transition: letter-spacing 1s, border-color .4s, color .4s, box-shadow .4s, background-color .4s, opacity .4s;
}

a:hover {
  color: #212121;
}

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

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  padding-top: 0;
  padding-bottom: 0;
}

img {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

strong {
  font-weight: 500;
}

.link-moving-typo {
  border: 1px rgba(255, 255, 255, 0);
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  transition: color .5s, background-color .5s, border-color .6s;
  position: relative;
}

.link-moving-typo:hover {
  color: #fff;
  background-color: #0d0d11;
  border-style: none;
  border-color: #fff;
}

.moving-img {
  z-index: 2;
  width: 300vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.align-right {
  width: 100%;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content.x-small {
  max-width: 512px;
}

.line-separator {
  width: 2rem;
  height: 1px;
  background-color: #000;
  margin-left: 1rem;
  margin-right: 1rem;
}

.hover-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-line.right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button {
  z-index: 2;
  color: #fff;
  text-align: center;
  border-style: none;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s;
  position: relative;
  overflow: hidden;
}

.button.close {
  width: 24px;
  height: 24px;
  padding: .25rem;
  display: flex;
  position: absolute;
  top: -.375rem;
  bottom: auto;
  left: auto;
  right: -.625rem;
}

.link-block {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-block:hover {
  color: #212121;
}

.horizontal {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.display-2 {
  z-index: 2;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.hover-trigger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.hover-trigger.thumb {
  width: auto;
  height: auto;
  color: #000;
  letter-spacing: -.02em;
  font-family: Oranienbaum, sans-serif;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1.3;
}

.hover-trigger.thumb:hover {
  color: rgba(0, 0, 0, .1);
  letter-spacing: .05em;
}

.hover-trigger.many-thumbs {
  width: auto;
  height: auto;
  color: #000;
  letter-spacing: -.02em;
  font-family: Oranienbaum, sans-serif;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1.3;
  position: static;
}

.hover-trigger.many-thumbs:hover {
  letter-spacing: .05em;
}

.hover-trigger.many-thumbs {
  width: auto;
  height: auto;
  color: #000;
  letter-spacing: -.02em;
  font-family: Oranienbaum, sans-serif;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1.3;
  position: static;
}

.hover-trigger.many-thumbs:hover {
  letter-spacing: .05em;
}

.sticky-half_height {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 45vh;
}

.lead {
  z-index: 2;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.section {
  z-index: 3;
  width: 100%;
  background-color: #000;
  padding: 4rem 10rem;
  position: relative;
}

.section.sticky-grow {
  z-index: 2;
  min-height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.small.invert {
  filter: invert();
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.margin-paragraph {
  margin-bottom: 1rem;
  position: relative;
}

.sup {
  letter-spacing: 0;
  border-radius: 100px;
  font-size: .625rem;
  font-weight: 400;
  position: absolute;
}

.main {
  z-index: 1;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
}

.display-1 {
  z-index: 2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vw;
  font-family: Oranienbaum, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: .74;
  position: relative;
}

.bg {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.white {
  background-color: #fff;
}

.uppercase {
  letter-spacing: 0;
  text-transform: uppercase;
}

.display-4 {
  z-index: 2;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.tooltip {
  z-index: 9;
  color: #fff;
  background-color: #000;
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  font-size: .75rem;
  line-height: 1;
  display: flex;
  position: fixed;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.tooltip.thumb {
  z-index: 0;
  width: 25vw;
  height: 25vw;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  display: none;
  top: -12.5vw;
  left: 4vw;
}

.tooltip.thumb.project-1 {
  background-image: url('../images/photographer-website-html-template-02.jpg');
}

.tooltip.thumb.project-2 {
  background-image: url('../images/photographer-website-html-template-01.jpg');
}

.tooltip.thumb.project-3 {
  background-image: url('../images/photographer-website-html-template-07.jpg');
}

.tooltip.thumb.project-4 {
  background-image: url('../images/photographer-website-html-template-08.jpg');
}

.tooltip.thumb.project-5 {
  background-image: url('../images/photographer-website-html-template-06.jpg');
}

.tooltip.close-button-layer {
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url('../images/close-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100px;
  padding: 0;
  top: -64px;
  left: -64px;
}

.tooltip.next, .tooltip.prev {
  text-transform: uppercase;
}

.display-3 {
  z-index: 2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.margin-left-right {
  margin-left: 16px;
  margin-right: 16px;
}

.display-mobile-none {
  display: block;
}

.class {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 6px;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
}

.thumb-holder {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.explanation {
  background-color: #f7f7f9;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 16px;
  position: relative;
}

.explanation.horizontal {
  flex-direction: row;
}

.align-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 1200px;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.large {
  max-width: 992px;
}

.container.medium {
  max-width: 768px;
}

.container.medium.left {
  margin-left: 0;
}

.container.mini {
  max-width: 576px;
}

.moving-img-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.moving-img-wrapper.auto {
  height: auto;
}

.mark {
  background-color: #ffc107;
  padding: .2em;
  display: inline-block;
}

.small {
  z-index: 1;
  font-size: 75%;
  position: relative;
}

.small.uppercase {
  color: #fff;
  letter-spacing: 1em;
  letter-spacing: .25em;
}

.underline {
  border-bottom: 1px solid #000;
}

.bold {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.grid-styleguide {
  width: 100%;
  grid-column-gap: 9rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.align-center {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.blockquote-footer {
  opacity: .5;
  background-image: url('../images/mdash.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}

.blockquote-footer-title {
  font-style: italic;
}

.badge {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: .125rem;
  padding: .25em .5em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.padding-0 {
  padding: 0;
  position: relative;
}

.margin-bottom-0_5rem {
  margin-bottom: .5rem;
  position: relative;
}

.margin-bottom-1rem {
  margin-bottom: 1rem;
  position: relative;
}

.margin-bottom-1_5rem {
  margin-bottom: 1.5rem;
  position: relative;
}

.margin-bottom-3rem {
  z-index: 2;
  margin-bottom: 3rem;
  position: relative;
}

.margin-right-1rem {
  margin-right: 1rem;
  position: relative;
}

.margin-right-left-0_5rem {
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}

.padding-top-0 {
  padding-top: 0;
  position: relative;
}

.padding-bottom-0 {
  padding-bottom: 0;
  position: relative;
}

.width-25 {
  z-index: 1;
  width: 25%;
  position: relative;
}

.width-50 {
  z-index: 1;
  width: 50%;
  position: relative;
}

.width-75 {
  z-index: 1;
  width: 75%;
  position: relative;
}

.width-100 {
  width: 100%;
  position: relative;
}

.relative {
  width: 100%;
  height: 100px;
  align-items: flex-start;
  display: flex;
}

.height-25 {
  z-index: 1;
  height: 25%;
  position: relative;
}

.height-50 {
  z-index: 1;
  height: 50%;
  position: relative;
}

.height-75 {
  z-index: 1;
  height: 75%;
  position: relative;
}

.height-100 {
  height: 100%;
  position: relative;
}

.bg-secondary-link {
  color: #fff;
  background-color: #6bd18e;
}

.bg-secondary-link:hover {
  color: #fff;
  background-color: #71bc7f;
}

.bg-primary-link {
  color: #fff;
  background-color: #000;
}

.bg-primary-link:hover {
  color: #fff;
  background-color: #212121;
}

.bg-success-link {
  color: #fff;
  background-color: #4caf50;
}

.bg-success-link:hover {
  color: #fff;
  background-color: #2e7d32;
}

.bg-danger-link {
  color: #fff;
  background-color: #f44336;
}

.bg-danger-link:hover {
  color: #fff;
  background-color: #c62828;
}

.bg-warning-link {
  color: #000;
  background-color: #ffc107;
}

.bg-warning-link:hover {
  color: #000;
  background-color: #ff8f00;
}

.bg-light-link {
  color: #000;
  background-color: #fafafa;
}

.bg-light-link:hover {
  color: #000;
  background-color: #e0e0e0;
}

.bg-dark-link {
  color: #fff;
  background-color: #212121;
}

.bg-dark-link:hover, .bg-primary {
  color: #fff;
  background-color: #000;
}

.bg-secondary {
  color: #fff;
  background-color: #6bd18e;
}

.bg-success {
  color: #fff;
  background-color: #4caf50;
}

.bg-danger {
  color: #fff;
  background-color: #f44336;
}

.bg-warning {
  color: #000;
  background-color: #ffc107;
}

.bg-light {
  color: #000;
  background-color: #fafafa;
}

.bg-dark {
  color: #fff;
  background-color: #212121;
}

.bg-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.bg-link:hover {
  color: #212121;
}

.text-primary {
  color: #000;
}

.text-secondary {
  color: #6bd18e;
}

.text-success {
  color: #4caf50;
}

.text-danger {
  color: #f44336;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #00bcd4;
}

.text-light {
  color: #fafafa;
}

.text-dark {
  color: #212121;
}

.alert {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  line-height: 1.3;
  position: relative;
}

.alert.primary {
  color: #212121;
  background-image: linear-gradient(rgba(33, 150, 243, .2), rgba(33, 150, 243, .2));
  border: 1px solid rgba(33, 150, 243, .2);
}

.alert.secondary {
  color: #71bc7f;
  background-image: linear-gradient(rgba(107, 209, 142, .2), rgba(107, 209, 142, .2));
  border-color: rgba(107, 209, 142, .2);
}

.alert.success {
  color: #2e7d32;
  background-image: linear-gradient(rgba(76, 175, 80, .2), rgba(76, 175, 80, .2));
  border-color: rgba(76, 175, 80, .2);
}

.alert.danger {
  color: #c62828;
  background-image: linear-gradient(rgba(244, 67, 54, .2), rgba(244, 67, 54, .2));
  border-color: rgba(244, 67, 54, .2);
}

.alert.warning {
  color: #ff8f00;
  background-image: linear-gradient(rgba(255, 193, 7, .2), rgba(255, 193, 7, .2));
  border-color: rgba(255, 193, 7, .2);
}

.alert.light {
  color: #000;
  background-image: linear-gradient(rgba(236, 239, 241, .2), rgba(236, 239, 241, .2));
  border-color: #fafafa;
}

.alert.dark {
  color: #000;
  background-image: linear-gradient(rgba(33, 33, 33, .2), rgba(33, 33, 33, .2));
  border-color: rgba(33, 33, 33, .2);
}

.text-secondary-link {
  color: #6bd18e;
  position: relative;
}

.text-secondary-link:hover {
  color: #71bc7f;
}

.text-success-link {
  color: #4caf50;
  position: relative;
}

.text-success-link:hover {
  color: #2e7d32;
}

.text-danger-link {
  color: #f44336;
  position: relative;
}

.text-danger-link:hover {
  color: #c62828;
}

.text-warning-link {
  color: #ffc107;
  position: relative;
}

.text-warning-link:hover {
  color: #ff8f00;
}

.text-light-link {
  color: #fafafa;
  position: relative;
}

.text-light-link:hover {
  color: #e0e0e0;
}

.text-dark-link {
  color: #212121;
  position: relative;
}

.text-dark-link:hover {
  color: #000;
}

.text-primary-link {
  color: #000;
  position: relative;
}

.text-primary-link:hover {
  color: #212121;
}

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

.utility-page-content {
  width: 100%;
  max-width: 360px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-about-3x3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.5fr .5fr;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.display-flex {
  z-index: 2;
  display: flex;
  position: relative;
}

.display-flex.justify-center {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.display-flex.horiz-align-center {
  align-items: center;
}

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

.display-flex.vert-justify-space {
  flex-direction: column;
  justify-content: space-between;
}

.display-flex.justify-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

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

.link-block-invert {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-label {
  z-index: 2;
  position: relative;
}

.announcement-bar {
  z-index: 9;
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-half-half {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-top {
  z-index: 1;
  height: 50vh;
  background-color: #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.preloader-bottom {
  z-index: 1;
  height: 50vh;
  background-color: #000;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-line {
  z-index: 2;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: fixed;
  top: 50vh;
  bottom: auto;
  left: 0%;
  right: auto;
}

.vh-100 {
  height: 100vh;
}

.side-fix-left {
  z-index: 8;
  width: 100vh;
  height: 10rem;
  perspective-origin: 0%;
  transform-origin: 50% 0;
  letter-spacing: .3px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: fixed;
  top: 50%;
  transform: translate(-50%)rotate(-90deg);
}

.screens {
  z-index: 2;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.img-screen {
  width: 75%;
  position: relative;
}

.side-fix-right {
  z-index: 5;
  width: 100vh;
  height: 10rem;
  perspective-origin: 0%;
  transform-origin: 50% 100%;
  letter-spacing: .3px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .625rem;
  font-weight: 400;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translate(50%)rotate(-90deg);
}

.side-fix-right.intro {
  justify-content: space-between;
}

.logo {
  z-index: 9;
  width: 128px;
  object-fit: contain;
  padding-left: 0;
  position: relative;
}

.show-onload.display-1.align-center {
  color: #fff;
  font-size: 10vw;
}

.bg-white {
  color: #000;
  background-color: #fff;
}

.absolute {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute.z-index-3 {
  z-index: 3;
}

.bg-animate {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-48 {
  width: 48px;
}

.text-white {
  color: #fff;
}

.text-field {
  height: 48px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0e0e0;
  padding: 0 8px;
  position: relative;
}

.text-field:focus {
  color: #000;
  border-color: #000;
}

.text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .5);
}

.bg-tertiary {
  color: #fff;
  background-color: #9f93db;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.bg-white-link {
  color: #000;
  background-color: #fff;
}

.bg-white-link:hover {
  background-color: #fafafa;
}

.sup-display-1 {
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 4px;
  font-family: DM Sans;
  font-size: .625rem;
  font-weight: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4vw;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.grid-about {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.category-holder {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.category-holder.top {
  align-items: flex-start;
}

.award-count {
  min-width: 20px;
}

.award-x {
  opacity: .5;
  margin-left: 8px;
  margin-right: 32px;
  font-size: .5rem;
}

.award-x.margin-top {
  margin-top: 6px;
}

.grid-about-header {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-layer {
  z-index: 5;
  text-transform: uppercase;
  cursor: none;
  background-color: rgba(250, 250, 250, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oranienbaum, sans-serif;
  font-size: 6vw;
  line-height: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-layer {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layer-link {
  position: relative;
  overflow: hidden;
}

.overflow-hidden-layer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.close-button-layer-tablet {
  display: none;
}

.grid-work-detail-img-5x9 {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.work-detail-header {
  z-index: 2;
  margin-top: 25vh;
  position: relative;
  bottom: -4vw;
}

.grid-work-detail-info {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.detail-info {
  min-width: 72px;
}

.fill-wrap {
  letter-spacing: -.03em;
  text-transform: uppercase;
  border-bottom-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Oranienbaum, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fill-wrap.w--current {
  color: #ef5350;
}

.text-effect-fill {
  transform-origin: 50%;
  color: #e0e0e0;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.text-effect-fill.hover {
  clear: none;
  transform-origin: 0%;
  color: #000;
  text-align: left;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.text-effect-fill.text-white {
  color: #fff;
}

.text-effect-fill.text-black {
  color: #000;
}
.text-effect-fill.hover.blue {
  color: #c7f1fc;
}

.text-effect-fill.hover.orange {
  color: #E69665;
}
.text-effect-fill.hover.milehighblue {
  color: #AEEDFC;
}
.text-effect-fill.hover.red{
  color: #ff8f87;
}
.text-effect-fill.hover.pink{
  color: #ffbab3;
}

.text-effect-fill.hover.purple{
  color: #c29dfd;
}

.text-effect-fill.hover.green {
  color: #BBE396;
}
.text-effect-fill.hover.forest {
  color: #226E32;
}
.bg-img {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/G3Final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-img.fade-in-grow {
  background-image: url('../images/IMG_8291.jpg');
  background-position: 50%;
  background-size: contain;
  transform: scale(1.05);
}

.bg-img.fade-in-grow.example-1 {
  height: 100%;
  background-image: url('../images/IMG_0282-2.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.bg-img.fade-in-grow.salon-1 {
  object-fit: cover;
  background-image: url('../images/blur/blur1.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.salon-2 {
  background-image: url('../images/blur/blur2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.salon-3 {
  background-image: url('../images/blur/blur3.jpg');
  background-position: 50% 25%;
  background-size: contain;
}

.bg-img.fade-in-grow.salon-4 {
  background-image: url('../images/blur/blur4.jpg');
  background-position: 50% 25%;
}

.bg-img.fade-in-grow.salon-5 {
  background-image: url('../images/blur/blur5.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.salon-6 {
  background-image: url('../images/blur/blur6.jpg');
  background-position: 50% 10%;
  background-size: contain;
}

.bg-img.fade-in-grow.salon-7{
  background-image: url('../images/blur/blur7.jpg');
  background-position: 50% 10%;
  background-size: contain;
}

.bg-img.fade-in-grow.salon-8 {
  background-image: url('../images/blur/blur8.jpg');
  background-position: 50% 10%;
  background-size: contain;
}

.bg-img.fade-in-grow.salon-9 {
  background-image: url('../images/blur/blur9.jpg');
  background-position: 50% 10%;
  background-size: contain;
}


.bg-img.fade-in-grow.street-8 {
  background-image: url('../images/IMG_8958.jpg');
  background-position: 50% 100%;
  background-size: contain;
}

.bg-img.fade-in-grow.street-9 {
  background-image: url('../images/IMG_6878-2_1.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-landing {
  background-image: url('../images/KevinJackson06.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-img.fade-in-grow.street-11 {
  background-image: url('../images/IMG_8854.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.street-12 {
  background-image: url('../images/IMG_6893.jpg');
  background-position: 50% 100%;
  background-size: contain;
}

.bg-img.fade-in-grow.street-10 {
  background-image: url('../images/IMG_9437.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.street-7 {
  background-image: url('../images/IMG_8123.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.street-1 {
  object-fit: cover;
  background-image: url('../images/IMG_0282-2.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.street-2 {
  background-image: url('../images/IMG_8253.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.street-3 {
  background-image: url('../images/IMG_8382.jpg');
  background-position: 50% 25%;
  background-size: contain;
}

.bg-img.fade-in-grow.street-4 {
  background-image: url('../images/IMG_1585.jpg');
  background-position: 50% 25%;
}

.bg-img.fade-in-grow.street-5 {
  background-image: url('../images/Clea.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.street-6 {
  background-image: url('../images/IMG_9524.jpg');
  background-position: 50% 10%;
  background-size: contain;
}

.bg-img.fade-in-grow.street-13 {
  background-image: url('../images/IMG_7766.jpg');
  background-position: 50%;
}

.bg-img.fade-in-grow.street-14 {
  background-image: url('../images/IMG_9487.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.street-15 {
  background-image: url('../images/IMG_8244.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.street-16 {
  background-image: url('../images/IMG_9303.jpg');
  background-position: 50%;
  background-size: contain;
}

.bg-img.fade-in-grow.street-17 {
  background-image: url('../images/IMG_7838.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.street-18 {
  background-image: url('../images/OutsideLookingInIG.jpg');
  background-position: 50% 100%;
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-1 {
  background-image: url('../images/immersed.jpg');
  background-position: 50%;
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-2 {
  background-image: url('../images/motherchild.jpg');
  background-position: 50% 0;
}

.bg-img.fade-in-grow.b-w-3 {
  background-image: url('../images/IMG_1129.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-4 {
  background-image: url('../images/KevinJacksonTheOtherFair.jpg');
  background-position: 100%;
  background-size: contain;
}

.bg-img.fade-in-grow.land-5 {
  background-image: url('../images/outwest4.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-6 {
  background-image: url('../images/outwest6.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land {
  background-image: url('../images/IMG_5507-2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-8 {
  background-image: url('../images/definereal2-copy.jpg');
  background-position: 50%;
  background-size: contain;
}

.bg-img.fade-in-grow.land-9 {
  background-image: url('../images/TheCave.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-10 {
  background-image: url('../images/definereal5.jpg');
  background-position: 50% 45%;
  background-size: contain;
}

.bg-img.fade-in-grow.land-11 {
  background-image: url('../images/IMG_7131.jpg');
  background-position: 100% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.land-12 {
  background-image: url('../images/fall4.webp');
  background-size: contain;
}

.bg-img.fade-in-grow.land-13 {
  background-image: url('../images/bloom8.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-14 {
  background-image: url('../images/kevin-jackson-01.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-15 {
  background-image: url('../images/kevin-jackson-00.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-16 {
  background-image: url('../images/tropics19.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-18 {
  background-image: url('../images/awalk7.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-5 {
  background-image: url('../images/IMG_0320.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-6 {
  background-image: url('../images/IMG_0311.jpg');
  background-position: 50%;
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-8 {
  background-image: url('../images/IMG_7827.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-9 {
  background-image: url('../images/KevinJacksonFromAbove.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-10 {
  background-image: url('../images/KevinJacksonMono3.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-11 {
  background-image: url('../images/IMG_0677.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-12 {
  background-image: url('../images/_MG_0621.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.b-w-13 {
  background-image: url('../images/IMG_0384.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.landscapes-landing {
  background-image: url('../images/majestic.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.streets-landing {
  background-image: url('../images/IMG_6878-2.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.salon-landing {
  background-image: url('../images/blur/blurlanding.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.portraits-landing {
  background-image: url('../images/IMG_8177.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.portraits-1 {
  background-image: url('../images/IMG_8179.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-2 {
  background-image: url('../images/yendry.jpg');
  background-position: 50% 25%;
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-3 {
  background-image: url('../images/yendry3.jpg');
}

.bg-img.fade-in-grow.portraits-4 {
  background-image: url('../images/yendry2.jpg');
}

.bg-img.fade-in-grow.portraits-5 {
  background-image: url('../images/yendry4.jpg');
  background-position: 50% 80%;
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-6 {
  background-image: url('../images/IMG_8197-2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-7 {
  background-image: url('../images/IMG_1372.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-8 {
  background-image: url('../images/IMG_1446.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-9 {
  background-image: url('../images/IMG_1420.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-10 {
  background-image: url('../images/IMG_1445.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-img.fade-in-grow.portraits-11 {
  background-image: url('../images/IMG_5904-2.jpg');
}

.bg-img.fade-in-grow.portraits-12 {
  background-image: url('../images/IMG_5873.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-13 {
  background-image: url('../images/story2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.portraits-14 {
  background-image: url('../images/Story.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-7 {
  background-image: url('../images/IMG_7033.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-4 {
  background-image: url('../images/outwest5.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-3 {
  background-image: url('../images/momsphoto.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-2 {
  background-image: url('../images/KevinJackson02.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.land-1 {
  background-image: url('../images/BurbSunset-2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.cityscapes-landing {
  background-image: url('../images/thecity.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.city-1 {
  background-image: url('../images/IMG_2267-2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.city-2 {
  background-image: url('../images/CloudCity-2_1.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.city-3 {
  background-image: url('../images/IMG_3386-2.jpg');
}

.bg-img.fade-in-grow.city-4 {
  background-image: url('../images/IMG_8198.jpg');
}

.bg-img.fade-in-grow.city-5 {
  background-image: url('../images/IMG_6085-2.jpg');
  background-size: contain;
}

.bg-img.fade-in-grow.city-7 {
  background-image: url('../images/IMG_3200-2.jpg');
}

.bg-img.fade-in-grow.city-8 {
  background-image: url('../images/IMG_6156-2.jpg');
}

.bg-img.fade-in-grow.city-9 {
  background-image: url('../images/udontbelonghere.jpg');
}

.bg-img.fade-in-grow.city-10 {
  background-image: url('../images/udontbelonghere3.jpg');
}

.bg-img.fade-in-grow.city-11 {
  background-image: url('../images/run.jpg');
}

.bg-img.fade-in-grow.city-12 {
  background-image: url('../images/jackson-kevin4.jpg');
}

.bg-img.fade-in-grow.city-13 {
  background-image: url('../images/IMG_3124-2.jpg');
}

.bg-img.fade-in-grow.city-15 {
  background-image: url('../images/cover.jpg');
}

.bg-img.fade-in-grow.city-14 {
  background-image: url('../images/thecity6.jpg');
}

.bg-img.fade-in-grow.event-1 {
  background-image: url('../images/IMG_0677-5.jpg');
}

.bg-img.fade-in-grow.event-landing {
  background-image: url('../images/IMG_0588.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.bg-img.fade-in-grow.event-2 {
  background-image: url('../images/IMG_0667.jpg');
}

.bg-img.fade-in-grow.event-3 {
  background-image: url('../images/IMG_0747.jpg');
}

.bg-img.fade-in-grow.event-4 {
  background-image: url('../images/IMG_0413.jpg');
}

.bg-img.fade-in-grow.event-5 {
  background-image: url('../images/IMG_0484.jpg');
}

.bg-img.fade-in-grow.event-6 {
  background-image: url('../images/IMG_0421.jpg');
}

.bg-img.fade-in-grow.event-7 {
  background-image: url('../images/IMG_0495.jpg');
}

.bg-img.fade-in-grow.event-8 {
  background-image: url('../images/IMG_0708-2.jpg');
}

.bg-img.fade-in-grow.galore-landing {
  background-image: url('../images/IMG_7465-2.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.galore-1 {
  background-image: url('../images/G3Final.jpg');
}

.bg-img.fade-in-grow.galore-2 {
  background-image: url('../images/24KNewRebelsV2.jpg');
}

.bg-img.fade-in-grow.galore-3 {
  background-image: url('../images/GaloreHiResV2.jpg');
}

.bg-img.fade-in-grow.galore-4 {
  background-image: url('../images/SofiaGaloreV5.jpg');
}

.bg-img.fade-in-grow.galore-5 {
  background-image: url('../images/GaloreGhost.jpg');
}

.bg-img.fade-in-grow.galore-6 {
  background-image: url('../images/GalorePSFinal.jpg');
}

.bg-img.fade-in-grow.travel-1 {
  background-image: url('../images/IMG_9791.jpg');
}

.bg-img.fade-in-grow.travel-landing {
  background-image: url('../images/84210012.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.travel-2 {
  background-image: url('../images/IMG_9804.jpg');
}

.bg-img.fade-in-grow.travel-3 {
  background-image: url('../images/84210022.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.bg-img.fade-in-grow.travel-4 {
  background-image: url('../images/84220034-2_1.jpg');
}

.bg-img.fade-in-grow.city-16 {
  background-image: url('../images/Untitled-5-4-2.jpg');
}

.bg-img.fade-in-grow.senegal-1 {
  background-image: url('../images/IMG_9791.jpg');
}

.bg-img.fade-in-grow.senegal-landing {
  background-image: url('../images/landing.jpg');
  background-position: 0 0;
  background-size: cover;
}

.bg-img.fade-in-grow.senegal-2 {
  background-image: url('../images/IMG_9804.jpg');
}

.bg-img.fade-in-grow.senegal-3 {
  background-image: url('../images/84220002.jpg');
}

.bg-img.fade-in-grow.senegal-4 {
  background-image: url('../images/84220004.jpg');
}

.bg-img.fade-in-grow.senegal-5 {
  background-image: url('../images/84220006.jpg');
}

.bg-img.fade-in-grow.senegal-6 {
  background-image: url('../images/IMG_9955.jpg');
}

.bg-img.fade-in-grow.senegal-7 {
  background-image: url('../images/84220011.jpg');
}

.bg-img.fade-in-grow.senegal-8 {
  background-image: url('../images/84220009.jpg');
}

.bg-img.fade-in-grow.senegal-9 {
  background-image: url('../images/84220008.jpg');
}

.bg-img.fade-in-grow.senegal-10 {
  background-image: url('../images/IMG_0072.jpg');
}

.bg-img.fade-in-grow.senegal-11 {
  background-image: url('../images/IMG_9879.jpg');
}

.bg-img.fade-in-grow.senegal-12 {
  background-image: url('../images/IMG_9979.jpg');
}

.bg-img.fade-in-grow.senegal-13 {
  background-image: url('../images/IMG_9967.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-img.fade-in-grow.senegal-14 {
  background-image: url('../images/IMG_9756.jpg');
}

.bg-img.fade-in-grow.senegal-15 {
  background-image: url('../images/84210022.jpg');
}

.bg-img.fade-in-grow.senegal-16 {
  background-image: url('../images/84210012.jpg');
}

.bg-img.fade-in-grow.senegal-17 {
  background-image: url('../images/84220034-2_1.jpg');
}

.bg-img.fade-in-grow.senegal-18 {
  background-image: url('../images/sR92A.jpg');
}

.bg-img.fade-in-grow.senegal-19 {
  background-image: url('../images/IMG_9999.jpg');
  background-size: cover;
}

.bg-img.fade-in-grow.land-17 {
  background-image: url('../images/tropics12.jpg');
}

.bg-img.fade-in-grow.land-19 {
  background-image: url('../images/kevin-jackson-01-2.jpg');
}

.bg-img.example-1 {
  background-image: url('../images/IMG_8178.JPG');
}

.bg-img.example-2 {
  background-image: url('../images/motherchild.jpg');
}

.bg-img.skew-in-grow {
  transform: scale(1.05);
}

.bg-img.skew-in-grow.example-1 {
  background-image: url('../images/photographer-website-html-template-02.jpg');
  background-position: 50%;
}

.bg-img.skew-in-grow.example-2 {
  background-image: url('../images/photographer-website-html-template-11.jpg');
  background-position: 50%;
}

.bg-img.skew-in-grow.example-3 {
  background-image: url('../images/photographer-website-html-template-04.jpg');
  background-position: 50%;
}

.bg-img.skew-in-grow.example-4 {
  background-image: url('../images/photographer-website-html-template-01.jpg');
  background-position: 100%;
}

.bg-img.skew-in-grow.example-5 {
  background-image: url('../images/photographer-website-html-template-07.jpg');
  background-position: 50%;
}

.bg-img.skew-in-grow.example-6 {
  background-image: url('../images/photographer-website-html-template-09.jpg');
  background-position: 50%;
}

.bg-img.skew-in-grow.example-7 {
  background-image: url('../images/photographer-website-html-template-10.jpg');
  background-position: 50%;
}

.bg-img.example-4 {
  background-image: url('../images/IMG_0282-2.jpg');
  background-position: 100%;
  background-size: cover;
}

.bg-img.example-5 {
  background-image: url('../images/CloudCity-2.jpg');
  background-position: 50% 30%;
}

.bg-img.example-3 {
  background-image: url('../images/BurbSunset-2.jpg');
}

.bg-img.example-6 {
  background-image: url('../images/84220034-2.jpg');
  background-position: 50%;
}

.bg-img.example-7 {
  background-image: url('../images/IMG_0473-2.jpg');
  background-position: 50%;
}

.bg-img.example-8 {
  background-image: url('../images/photographer-website-html-template-11.jpg');
}

.bg-img.example-9, .bg-img.example-10 {
  background-image: url('../images/photographer-website-html-template-09.jpg');
}

.bg-img.example-11 {
  background-image: url('../images/photographer-website-html-template-10.jpg');
}

.bg-img.pudder {
  background-image: url('../images/photographer-website-html-template-02.jpg');
}

.bg-img.demo-1 {
  background-image: url('../images/demo-1.jpg'), linear-gradient(rgba(224, 224, 224, .2), rgba(224, 224, 224, .2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.bg-img.demo-2 {
  background-image: url('../images/demo-2.jpg'), linear-gradient(rgba(224, 224, 224, .2), rgba(224, 224, 224, .2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.bg-img.demo-3 {
  background-image: url('../images/demo-3.jpg'), linear-gradient(rgba(224, 224, 224, .2), rgba(224, 224, 224, .2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.bg-img.demo-4 {
  background-image: url('../images/demo-4.jpg'), linear-gradient(rgba(224, 224, 224, .2), rgba(224, 224, 224, .2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.bg-img.office-1 {
  background-image: url('../images/office-1.jpg');
}

.bg-img.office-2 {
  background-image: url('../images/office-2.jpg');
  background-position: 0%;
}

.bg-img.office-3 {
  background-image: url('../images/office-3.jpg');
  background-position: 50%;
}

.bg-img.l.fade-in-grow {
  background-image: url('../images/tropics12.jpg');
  background-size: contain;
}

.img-size {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-size.small {
  height: 512px;
}

.img-size.large {
  height: 64vh;
}

.img-size.standard {
  height: 100vh;
}

.img-size.standard.bg-blue, .img-size.standard {
  background-size: contain;
}

.img-size.mini {
  height: 256px;
}

.foreword {
  z-index: 10;
  min-width: 72px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.foreword.text-white {
  color: rgba(0, 0, 0, 0);
}

.static {
  position: static;
}

.many-thumbs-wrapper {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.many-thumbs-wrapper.bg-rose, .many-thumbs-wrapper.bg-beige {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.many-thumbs-wrapper.bg-light-blue {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(33, 150, 243, .2);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.many-thumbs-wrapper.bg-light-rose {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e3c1b6;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.many-thumbs-wrapper.bg-light-grey {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e0e0e0;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.many-thumbs-header {
  z-index: 1;
  line-height: .7;
  position: relative;
}

.list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-6rem {
  margin-bottom: 6rem;
}

.grid-work-detail-img-6x7 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.navi-list-horizontal {
  letter-spacing: .25em;
  text-transform: uppercase;
  flex-wrap: wrap;
  font-size: 75%;
  display: flex;
}

.bg-blue {
  color: #000;
  background-color: #bce2ec;
}

.bg-rose {
  color: #000;
  background-color: #e3c1b6;
}

.bg-beige {
  color: #000;
  background-color: #e7d4c1;
}

.logo-serif {
  z-index: 2;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.invert {
  filter: invert();
}

.grid-contact-5x5 {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.z-index-5 {
  z-index: 5;
  position: relative;
}

.preloader-colorful {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-colorful-color-1 {
  background-color: #45304e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-colorful-color-2, .preloader-colorful-color-3 {
  background-color: #80536d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-colorful-color-4 {
  background-color: #e7d4c1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-colorful-color-5 {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-colorful-color-5.bg-dark {
  background-color: #212121;
}

.overview-button-area {
  z-index: 99;
  width: 160px;
  height: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.overview-button-holder {
  width: 48px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 48px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: auto;
  right: 56px;
  overflow: hidden;
}

.overview-label {
  margin-right: 28px;
  position: relative;
}

.overview-button {
  width: 48px;
  height: 48px;
  background-color: #ff4b27;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.overview-icon {
  width: 20px;
}

.grid-home-8x6 {
  z-index: 1;
  width: 100vw;
  height: 200vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-holder {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
}

.navigation-menu-icon {
  z-index: 10;
  background-color: #fff;
  padding-left: 10rem;
  padding-right: 10rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.hamburger-lines {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hamburger-close-top {
  z-index: 1;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin-top: -4px;
  position: absolute;
  transform: none;
}

.hamburger-close-bottom {
  z-index: 1;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin-top: 4px;
  position: absolute;
  transform: none;
}

.menu-button {
  z-index: 10;
  width: 64px;
  height: 64px;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navigation-menu {
  z-index: 8;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show-ifnavi {
  position: relative;
}

.grid-6x6 {
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.main-grid {
  z-index: 2;
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  position: relative;
}

.grid-3x1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.grid-work-detail-img-7x6 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.moving-img-small {
  width: 25vw;
  height: 50vh;
  flex: 0 auto;
  position: relative;
  overflow: visible;
}

.moving-img-small.intro {
  width: auto;
}

.moving-img-bigger {
  width: 25vw;
  height: 56vh;
  flex: 0 auto;
  transition: letter-spacing 1s;
  position: relative;
}

.moving-header-holder {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.moving-header {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.moving-header.small {
  font-size: 1.25rem;
}

.navigation-small-one-row {
  z-index: 8;
  height: 6rem;
  background-color: rgba(255, 255, 255, .25);
  align-items: center;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.work-image-holder {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
}

.next-arrow {
  width: 50%;
  cursor: pointer;
}

.next-arrow._25-percent {
  width: 25%;
}

.prev-arrow {
  width: 50%;
  cursor: pointer;
}

.prev-arrow._25-percent {
  width: 25%;
}

.slide-nav-rounded {
  width: 72px;
  height: 32px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 13px;
  font-size: 4px;
}

.slider-work {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.info-work-sticky-bottom {
  z-index: 2;
  width: 512px;
  color: #fff;
  background-color: #000;
  padding: 32px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card {
  z-index: 1;
  width: auto;
  border-bottom-style: none;
  flex-flow: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  align-self: stretch;
  align-items: stretch;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.large-image {
  height: 80vh;
  flex-basis: 33.3%;
  padding: 4rem;
}

.card.large {
  padding: 2rem;
}

.grid-fullwidth {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.grid-fullwidth._4x4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". . . ."
                       ". . . ."
                       ". . . ."
                       ". . . .";
}

.userpic {
  width: 36px;
  height: 36px;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.userpic.new-business {
  filter: none;
  background-image: url('../images/photographer-website-html-template-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wide {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-wide.middle {
  align-self: center;
}

.slider {
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-wrapper {
  height: 100%;
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}

.mask-visible {
  overflow: visible;
}

.mask-visible._75-percent {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  overflow: hidden;
}

.slide-navigation {
  z-index: 1;
  height: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 6px;
  display: flex;
}

.grid-contact-2x2 {
  width: 100%;
  grid-template-columns: .25fr 1fr;
}

.image-licensing {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-item-work-horizontal {
  width: 100%;
  align-items: stretch;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.pointer-none-in {
  z-index: 10;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.overlay-image {
  display: none;
}

.margin-right-0_5rem {
  margin-right: .5rem;
}

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

.grid-project-category {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-projects-row {
  grid-column-gap: 16px;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-project-overview {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
}

.grid-project-category_3x {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-headline {
  z-index: 10;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 2vh;
  position: relative;
}

.intro-grid {
  z-index: 2;
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  position: relative;
}

.image {
  width: 55%;
  background-image: url('../images/burbanBlack.png');
  background-position: 0 0;
  background-size: auto;
}

.paragraph {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: Oranienbaum, sans-serif;
  font-size: 2rem;
}

.hover-line-2 {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-2 {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-block-2:hover {
  color: #212121;
}

.section-2 {
  z-index: 3;
  width: 100%;
  padding: 4rem 10rem;
  position: relative;
}

.bg-img-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-img-2.street {
  background-image: url('../images/IMG_0282-2.jpg');
}

.bg-img-2.example-3 {
  background-image: url('../images/photographer-website-html-template-06.jpg');
}

.link {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border: 1px #000;
  outline: 3px #fff;
  font-family: Oranienbaum, sans-serif;
  font-size: 1.5rem;
  text-decoration: underline;
  transition: opacity .2s, letter-spacing 1s, border-color .4s, color .4s, box-shadow .4s, background-color .4s, opacity .4s;
}

@media screen and (max-width: 991px) {
  .link-moving-typo {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem 0;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .link-moving-typo:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .moving-img {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .line-separator {
    width: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hover-trigger.thumb {
    align-items: center;
    font-size: 4rem;
    line-height: 1.5;
    display: flex;
  }

  .hover-trigger.thumb:hover {
    color: #000;
    letter-spacing: -.02em;
  }

  .hover-trigger.many-thumbs {
    align-items: center;
    font-size: 4rem;
    display: flex;
  }

  .hover-trigger.many-thumbs:hover {
    color: #000;
    letter-spacing: -.02em;
  }

  .hover-trigger.many-thumbs {
    align-items: center;
    font-size: 4rem;
    display: flex;
  }

  .hover-trigger.many-thumbs:hover {
    color: #000;
    letter-spacing: -.02em;
  }

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

  .lead {
    font-size: 1.5rem;
  }

  .section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section.sticky-grow {
    min-height: auto;
    position: relative;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .display-1 {
    font-size: 7rem;
  }

  .tooltip.thumb {
    width: 4rem;
    height: 4rem;
    margin: 8px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .tooltip.next, .tooltip.prev {
    display: none;
  }

  .margin-left-right {
    margin-left: 8px;
    margin-right: 8px;
  }

  .thumb-holder {
    margin-left: -8px;
    margin-right: -8px;
  }

  .moving-img-wrapper {
    height: auto;
    display: block;
  }

  .grid-styleguide {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-0 {
    padding: 0;
  }

  .grid-about-3x3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-flex.justify-center.vh-100 {
    height: auto;
  }

  .announcement-bar {
    width: 100%;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .vh-100 {
    height: auto;
  }

  .side-fix-left {
    height: 3rem;
    background-color: rgba(255, 255, 255, .75);
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .screens {
    height: auto;
    justify-content: flex-start;
    position: relative;
  }

  .img-screen {
    width: 100%;
  }

  .side-fix-right {
    height: 3rem;
    background-color: rgba(255, 255, 255, .75);
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .vh-75 {
    height: auto;
  }

  .sup-display-1 {
    display: none;
  }

  .grid-about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .category-holder {
    margin-bottom: .5rem;
  }

  .grid-about-header {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-layer {
    font-size: 6rem;
  }

  .close-button-layer-tablet {
    z-index: 1;
    width: 64px;
    height: 64px;
    background-color: #fff;
    background-image: url('../images/close-24px.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 3rem;
    bottom: auto;
    left: auto;
    right: 3rem;
  }

  .grid-work-detail-img-5x9 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    margin-bottom: 3rem;
  }

  .work-detail-header {
    bottom: -2.5rem;
  }

  .grid-work-detail-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .fill-wrap, .text-effect-fill {
    font-size: 7rem;
  }

  .bg-img.fade-in-grow {
    background-image: url('../images/GaloreHiResV2.jpg');
  }

  .bg-img.fade-in-grow.galore-landing {
    background-image: url('../images/IMG_7465-2.jpg');
    background-size: cover;
  }

  .bg-img.fade-in-grow.galore-1 {
    background-image: url('../images/G3Final.jpg');
    background-position: 50%;
    background-size: contain;
  }

  .bg-img.fade-in-grow.galore-2 {
    background-image: url('../images/24KNewRebelsV2.jpg');
  }

  .bg-img.fade-in-grow.galore-3 {
    background-image: url('../images/GaloreHiResV2.jpg');
  }

  .bg-img.fade-in-grow.galore-4 {
    background-image: url('../images/SofiaGaloreV5.jpg');
  }

  .bg-img.fade-in-grow.galore-5 {
    background-image: url('../images/GaloreGhost.jpg');
    background-size: contain;
  }

  .bg-img.fade-in-grow.galore-6 {
    background-image: url('../images/GalorePSFinal.jpg');
  }

  .bg-img.example-4 {
    background-position: 50%;
    background-size: cover;
  }

  .bg-img.example-6 {
    background-image: url('../images/84220034-2.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .bg-img.example-7 {
    background-image: url('../images/IMG_0473-2.jpg');
  }

  .img-size, .img-size.small, .img-size.large {
    height: auto;
    min-height: 512px;
  }

  .img-size.standard {
    height: auto;
  }

  .img-size.mini {
    height: auto;
    min-height: 512px;
  }

  .many-thumbs-header {
    line-height: 1;
  }

  .grid-work-detail-img-6x7 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    margin-bottom: 3rem;
  }

  .grid-contact-5x5 {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
    position: relative;
  }

  .overview-button-area {
    width: 96px;
    height: 96px;
  }

  .overview-button-holder {
    bottom: 24px;
    right: 24px;
  }

  .grid-home-8x6 {
    height: auto;
    margin-top: 75vh;
  }

  .header-holder {
    margin-top: 20vh;
    top: 20vh;
  }

  .navigation-menu-icon {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  .navigation-menu {
    padding: 9rem 3rem 3rem;
  }

  .grid-6x6 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3x1 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-work-detail-img-7x6 {
    margin-bottom: 3rem;
  }

  .moving-img-small {
    width: 100%;
    height: 56vh;
  }

  .moving-img-small.intro {
    height: 40vh;
  }

  .moving-img-bigger {
    width: 100%;
  }

  .navigation-small-one-row {
    background-color: #fff;
    padding-left: 3rem;
    padding-right: 3rem;
    position: -webkit-sticky;
    position: sticky;
  }

  .work-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-work {
    height: auto;
  }

  .info-work-sticky-bottom {
    width: auto;
    padding: 4rem 3rem;
    position: static;
  }

  .card {
    flex-basis: 50%;
    padding: 16px;
  }

  .card.large-image {
    height: 50vh;
    flex-basis: 50%;
    padding: 2rem;
  }

  .grid-fullwidth._4x4, .content-wide {
    display: block;
  }

  .slide-wrapper {
    padding-top: 0;
  }

  .mask-visible._75-percent {
    width: 90%;
  }

  .image-licensing {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .list-item-work-horizontal {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .overlay-image {
    background-color: rgba(255, 255, 255, .5);
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-project-category_3x {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    color: #fff;
  }

  .section-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .bg-img-2.street {
    background-image: url('../images/IMG_0282-2.jpg');
    background-position: 50% 0;
  }
}

@media screen and (max-width: 767px) {
  .link-moving-typo {
    font-size: 1.5rem;
  }

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

  .line-separator {
    width: 1.5rem;
  }

  .button {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .button.bg-primary-link.width-mobile-100 {
    width: 100%;
  }

  .horizontal {
    overflow: auto;
  }

  .display-2 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .hover-trigger.thumb {
    font-size: 3rem;
    line-height: 2;
  }

  .hover-trigger.many-thumbs {
    font-size: 3rem;
  }

  .sticky-half_height {
    top: 0;
  }

  .lead {
    font-size: 1.5rem;
  }

  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .display-1 {
    font-size: 4rem;
  }

  .display-4 {
    font-size: 1.25rem;
  }

  .tooltip.thumb {
    width: 3rem;
    height: 3rem;
  }

  .display-3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .display-mobile-none {
    display: none;
  }

  .grid-styleguide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-0 {
    padding: 0;
  }

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

  .display-flex.align-justify-center.section.margin-bottom-6rem.margin-bottom-mobile-0 {
    margin-bottom: 0;
  }

  .announcement-bar {
    bottom: 0;
  }

  .vh-100 {
    height: auto;
  }

  .side-fix-left {
    width: 100vw;
    background-color: rgba(255, 255, 255, .75);
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .side-fix-right {
    width: 100vw;
    text-align: center;
    background-color: rgba(255, 255, 255, .75);
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
    transform: none;
  }

  .side-fix-right.intro {
    height: auto;
    background-color: #fff;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .vh-50 {
    height: auto;
  }

  .grid-about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contact-layer {
    font-size: 4rem;
  }

  .grid-work-detail-img-5x9 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-bottom: 2rem;
  }

  .work-detail-header {
    bottom: -2rem;
  }

  .grid-work-detail-info {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
  }

  .fill-wrap, .text-effect-fill {
    font-size: 5rem;
  }

  .img-size, .img-size.small, .img-size.large, .img-size.standard, .img-size.mini {
    min-height: 256px;
  }

  .list.margin-bottom-6rem {
    margin-bottom: 3rem;
  }

  .grid-work-detail-img-6x7 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-bottom: 2rem;
  }

  .list-item {
    display: inline-block;
  }

  .logo-serif {
    font-size: 1.25rem;
  }

  .grid-home-8x6 {
    margin-top: 50vh;
  }

  .navigation-menu-icon {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hamburger-close-top, .hamburger-close-bottom {
    width: 18px;
  }

  .menu-button {
    padding-right: 0;
    right: -14px;
  }

  .navigation-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-work-detail-img-7x6 {
    margin-bottom: 2rem;
  }

  .moving-img-small, .moving-img-bigger {
    height: 512px;
  }

  .moving-header {
    font-size: 1.5rem;
  }

  .navigation-small-one-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .info-work-sticky-bottom {
    padding: 4rem 2rem;
  }

  .card {
    padding-left: 0;
    padding-right: 0;
  }

  .card.large-image {
    height: 40vh;
    max-height: 540px;
    padding: 2rem;
  }

  .card.large {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-fullwidth {
    display: block;
  }

  .grid-contact-2x2 {
    grid-template-columns: .5fr 1fr;
  }

  .image-licensing {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-item-work-horizontal {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .grid-project-category {
    grid-row-gap: 3rem;
  }

  .grid-project-overview {
    grid-column-gap: 1rem;
  }

  .intro-grid {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .link-moving-typo {
    font-size: 1.25rem;
  }

  .line-separator {
    width: 1rem;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .hover-trigger.thumb {
    text-align: left;
    letter-spacing: 0;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
    line-height: 1.5;
    display: flex;
  }

  .hover-trigger.thumb:hover {
    letter-spacing: 0;
  }

  .hover-trigger.many-thumbs {
    text-align: left;
    letter-spacing: 0;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
    display: flex;
  }

  .hover-trigger.many-thumbs:hover {
    letter-spacing: 0;
  }

  .hover-trigger.many-thumbs {
    text-align: left;
    letter-spacing: 0;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
    display: flex;
  }

  .hover-trigger.many-thumbs:hover {
    letter-spacing: 0;
  }

  .sticky-half_height {
    top: 0;
  }

  .lead {
    font-size: 1.25rem;
  }

  .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.margin-bottom-6rem {
    margin-bottom: 3rem;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .display-1 {
    font-size: 2.75rem;
  }

  .tooltip.thumb {
    display: none;
  }

  .grid-styleguide {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .padding-0 {
    padding: 0;
  }

  .grid-about-3x3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .display-flex.justify-space {
    display: block;
  }

  .side-fix-left, .side-fix-right {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-about {
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .contact-layer {
    font-size: 3rem;
  }

  .close-button-layer-tablet {
    top: 2rem;
    right: 2rem;
  }

  .work-detail-header {
    margin-top: 15vh;
    bottom: -1rem;
  }

  .fill-wrap, .text-effect-fill {
    font-size: 3rem;
  }

  .foreword {
    min-width: 48px;
    margin-right: 12px;
  }

  .list.margin-bottom-6rem {
    margin-bottom: 2rem;
  }

  .logo-serif {
    margin-bottom: 1rem;
  }

  .overview-button-area {
    bottom: 12px;
  }

  .grid-home-8x6 {
    margin-top: 30vh;
  }

  .navigation-menu-icon, .navigation-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .moving-img-small.intro {
    height: 256px;
  }

  .navigation-small-one-row {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider-work {
    height: auto;
  }

  .info-work-sticky-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card.large-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.large {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-contact-2x2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-licensing {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-item-work-horizontal {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pointer-none-in {
    display: none;
  }

  .grid-project-detail, .grid-project-category {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-project-overview {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-project-category_3x {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-e5550f0d-cffe-c997-e439-9d53d9d62ee9-6b325ce3 {
  grid-area: 1 / 1 / 4 / 7;
  align-self: end;
  justify-self: start;
}

#w-node-e5550f0d-cffe-c997-e439-9d53d9d62eed-6b325ce3 {
  grid-area: 4 / 4 / 7 / 7;
  align-self: end;
  justify-self: start;
}

#w-node-_054ecf4f-c48d-c409-3a3a-9d384472b0c9-6b325ce9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa4827e3-38ef-46c3-df69-3299de204b21-6b325ce9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a98cb562-9841-cb4a-dee5-36a2b2919fd5-6b325ce9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2cd7344d-1c57-e33b-f21d-6e91557d2f69-6b325ce9 {
  grid-area: 2 / 2 / 2 / 4;
}

#w-node-e1575ea3-8ab2-c3db-9091-c90a151fa6a1-6b325ce9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_27e63d5c-aa61-5ab8-941b-8a78b739d58d-6b325ce9 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b20fcaab-bf65-ed53-7d4f-b9f012fc74c6-6b325ce9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_05fe01bb-bff0-f3ea-5f30-7a79339c04be-6b325ce9 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_56e6c726-b1ad-8885-dbc3-0c1815174ffe-6b325ce9 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_553929fd-e075-15f4-a927-7710e269707f-6b325ce9 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_769a7c48-e165-cf63-96c0-8cc636efb577-6b325ce9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_3b5992ea-585e-af0e-38e7-18006c6be0cb-6b325ce9 {
  grid-area: 1 / 2 / 2 / 4;
}

#platform.w-node-_6535eb91-f795-5d44-e28f-de0c5360980f-6b325cea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6535eb91-f795-5d44-e28f-de0c53609812-6b325cea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6535eb91-f795-5d44-e28f-de0c53609814-6b325cea {
  grid-area: 1 / 3 / 2 / 4;
}

#application.w-node-_6535eb91-f795-5d44-e28f-de0c53609827-6b325cea {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6535eb91-f795-5d44-e28f-de0c5360982a-6b325cea {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7e485599-ff2f-b866-d628-ddbf1d0c8f88-6b325cea {
  grid-area: 2 / 3 / 3 / 4;
}

#implementation.w-node-_6535eb91-f795-5d44-e28f-de0c5360982c-6b325cea {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6535eb91-f795-5d44-e28f-de0c5360982f-6b325cea {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8eda18e1-575a-2e49-7dd1-9172c498d09a-6b325cea {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_1f60440f-e081-b77c-bdef-297f52d32196-6b325ceb {
  grid-area: 1 / 1 / 4 / 7;
  align-self: end;
  justify-self: start;
}

#w-node-_1f60440f-e081-b77c-bdef-297f52d3219b-6b325ceb {
  grid-area: 4 / 4 / 6 / 7;
  align-self: end;
  justify-self: start;
}

#w-node-_1f60440f-e081-b77c-bdef-297f52d321c5-6b325ceb {
  grid-area: 6 / 4 / 7 / 7;
  align-self: end;
  justify-self: start;
}

#w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebba-5a81ebb8 {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebc0-5a81ebb8 {
  grid-area: 4 / 4 / 7 / 5;
  align-self: end;
}

#w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebce-5a81ebb8 {
  grid-area: 4 / 5 / 7 / 7;
  align-self: end;
}

#w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebd5-5a81ebb8 {
  grid-area: 4 / 1 / 7 / 2;
  align-self: end;
}

#w-node-_0a3d39eb-cc42-d0cc-a3a7-dec57251551c-6b325ced {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_0a3d39eb-cc42-d0cc-a3a7-dec57251551e-6b325ced {
  grid-area: 4 / 5 / 6 / 6;
}

#w-node-_323e1abc-b2a1-1d93-47e9-66f438916b66-6b325cee {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_323e1abc-b2a1-1d93-47e9-66f438916b69-6b325cee {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-_323e1abc-b2a1-1d93-47e9-66f438916b6c-6b325cee {
  grid-area: 4 / 1 / 7 / 2;
  justify-self: start;
}

#w-node-_323e1abc-b2a1-1d93-47e9-66f438916b6f-6b325cee {
  grid-area: 4 / 2 / 7 / 4;
}

#w-node-_323e1abc-b2a1-1d93-47e9-66f438916b76-6b325cee {
  grid-area: 4 / 4 / 7 / 5;
  justify-self: start;
}

#w-node-_323e1abc-b2a1-1d93-47e9-66f438916b79-6b325cee {
  grid-area: 4 / 5 / 7 / 7;
}

#w-node-_677b9b64-7e80-085c-8544-a2d3adba8582-6b325cef {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_677b9b64-7e80-085c-8544-a2d3adba8585-6b325cef {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_677b9b64-7e80-085c-8544-a2d3adba85b2-6b325cef {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_677b9b64-7e80-085c-8544-a2d3adba85b5-6b325cef {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_677b9b64-7e80-085c-8544-a2d3adba85e2-6b325cef {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_677b9b64-7e80-085c-8544-a2d3adba85e5-6b325cef {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee5c-6b325cf6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee5e-6b325cf6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee5f-6b325cf6 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee60-6b325cf6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee61-6b325cf6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee62-6b325cf6 {
  grid-area: 7 / 3 / 8 / 6;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee63-6b325cf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee64-6b325cf6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee66-6b325cf6 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_7603a2f9-14be-257f-5a11-5de84201ee69-6b325cf6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9387f32e-d5c5-9bfc-2451-0a01e49753d2-6b325cf8 {
  grid-area: 3 / 5 / 5 / 6;
}

#w-node-_7cd7bb27-2703-4a25-3ec4-5a94a4b71dcc-6b325cf8 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_7cd7bb27-2703-4a25-3ec4-5a94a4b71dce-6b325cf8 {
  grid-area: 4 / 5 / 6 / 6;
}

#w-node-_7cd7bb27-2703-4a25-3ec4-5a94a4b71dd7-6b325cf8 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_7cd7bb27-2703-4a25-3ec4-5a94a4b71dd9-6b325cf8 {
  grid-area: 3 / 4 / 6 / 6;
}

#w-node-_7cd7bb27-2703-4a25-3ec4-5a94a4b71de2-6b325cf8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7cd7bb27-2703-4a25-3ec4-5a94a4b71de4-6b325cf8 {
  grid-area: 3 / 5 / 5 / 6;
}

#w-node-ed26f3ce-67c9-3213-90cb-ff7ca3990862-6b325cf9 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-ed26f3ce-67c9-3213-90cb-ff7ca3990864-6b325cf9 {
  grid-area: 3 / 7 / 5 / 9;
}

#w-node-_3b4d5b5f-a5fb-716c-28bd-dcb3b52a1384-6b325cf9 {
  grid-area: 5 / 1 / 7 / 5;
}

#w-node-f48fd15c-6ead-7196-a64e-3d3717de84b6-6b325cf9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-f48fd15c-6ead-7196-a64e-3d3717de84b8-6b325cf9 {
  grid-area: 2 / 6 / 4 / 8;
}

#w-node-f48fd15c-6ead-7196-a64e-3d3717de84ba-6b325cf9 {
  grid-area: 5 / 5 / 7 / 8;
}

#w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912cc-6b325cf9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912ce-6b325cf9 {
  grid-area: 2 / 6 / 4 / 8;
}

#w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912d0-6b325cf9 {
  grid-area: 5 / 1 / 7 / 5;
}

#w-node-_44b0fc19-3171-d4b7-6fde-3f37e9d8605f-6b325d03 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: end;
  justify-self: start;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-6b325d03 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f6-6b325d03 {
  grid-area: 2 / 1 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-6b325d03 {
  grid-area: 2 / 4 / 3 / 8;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fc-6b325d03 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-6b325d03 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288102-6b325d03 {
  grid-area: 4 / 1 / 5 / 8;
  align-self: center;
  justify-self: end;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-6b325d03 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288108-6b325d03 {
  grid-area: 5 / 2 / 6 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-6b325d03 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810e-6b325d03 {
  grid-area: 6 / 1 / 7 / 8;
  align-self: end;
  justify-self: end;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-6b325d03 {
  grid-area: 6 / 1 / 7 / 8;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4f9-6b325d2a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4fb-6b325d2a {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4fd-6b325d2a {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4ff-6b325d2a {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe501-6b325d2a {
  grid-area: 5 / 4 / 6 / 7;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe503-6b325d2a {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe505-6b325d2a {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-_91794a88-5816-136c-617c-74f7fb0a49d2-6b325d2a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_91794a88-5816-136c-617c-74f7fb0a49d4-6b325d2a {
  grid-area: 3 / 5 / 5 / 6;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-6b325d2b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-6b325d2b {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-6b325d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-6b325d2b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-6b325d2b {
  grid-area: 4 / 5 / 5 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-6b325d2b {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-6b325d2b {
  grid-area: 6 / 5 / 7 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1fb-6b325d2b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1ff-6b325d2b {
  grid-area: 2 / 2 / 3 / 11;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a200-6b325d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a203-6b325d2b {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a207-6b325d2b {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a20b-6b325d2b {
  grid-area: 5 / 6 / 6 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a213-6b325d2b {
  grid-area: 6 / 1 / 7 / 8;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a3-6b325d2b {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a7-6b325d2b {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a8-6b325d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595ab-6b325d2b {
  grid-area: 3 / 3 / 4 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595af-6b325d2b {
  grid-area: 4 / 1 / 5 / 9;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-6b325d2b {
  grid-area: 5 / 6 / 6 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b7-6b325d2b {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_47e8067c-a1df-a280-0f48-9fc45c327fa1-6b325d2b {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-8f73e837 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-8f73e837 {
  grid-area: 2 / 5 / 3 / 16;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-8f73e837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8162379f-e0da-47b9-fe82-9c1eee43677e-8f73e837 {
  grid-area: 3 / 1 / 4 / 16;
}

#w-node-_8162379f-e0da-47b9-fe82-9c1eee43677f-8f73e837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acb5726-070a-5c5d-d2ca-18b73be507dd-8f73e837 {
  grid-area: 4 / 1 / 5 / 15;
}

#w-node-_6acb5726-070a-5c5d-d2ca-18b73be507de-8f73e837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f77262-8f41-ae44-9738-08d33f014186-8f73e837 {
  grid-area: 5 / 2 / 6 / 15;
}

#w-node-e5f77262-8f41-ae44-9738-08d33f014187-8f73e837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a3-8f73e837 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a7-8f73e837 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a8-8f73e837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595ab-8f73e837 {
  grid-area: 3 / 4 / 4 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595af-8f73e837 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-8f73e837 {
  grid-area: 5 / 6 / 6 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b7-8f73e837 {
  grid-area: 6 / 1 / 7 / 8;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a1e-8f73e837 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a22-8f73e837 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a23-8f73e837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a26-8f73e837 {
  grid-area: 3 / 4 / 4 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a2a-8f73e837 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a2e-8f73e837 {
  grid-area: 5 / 1 / 6 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a32-8f73e837 {
  grid-area: 6 / 5 / 7 / 12;
}

#w-node-_280a1fc3-3631-a627-0839-affec6653b2f-8f73e837 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_280a1fc3-3631-a627-0839-affec6653b3f-8f73e837 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-ec636320-a7b3-03a9-2fce-89037a0708f1-8f73e837 {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-ac151a7c {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-ac151a7c {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-ac151a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-ac151a7c {
  grid-area: 3 / 1 / 4 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-ac151a7c {
  grid-area: 4 / 5 / 5 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-ac151a7c {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-ac151a7c {
  grid-area: 6 / 6 / 7 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1fb-ac151a7c {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1ff-ac151a7c {
  grid-area: 2 / 1 / 3 / 14;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a200-ac151a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a203-ac151a7c {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a207-ac151a7c {
  grid-area: 4 / 6 / 5 / 13;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a20b-ac151a7c {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a213-ac151a7c {
  grid-area: 6 / 1 / 7 / 14;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a3-ac151a7c {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_98acbe16-8d31-09ea-af0a-01bce76bf9bb-ac151a7c {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_419fe505-8d13-fcb6-7a89-36ed82d0684d-ac151a7c {
  grid-area: span 2 / span 11 / span 2 / span 11;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-de3150c1 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-de3150c1 {
  grid-area: 2 / 2 / 3 / 11;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-de3150c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-de3150c1 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-de3150c1 {
  grid-area: 4 / 6 / 5 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-de3150c1 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-de3150c1 {
  grid-area: 6 / 4 / 7 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1fb-de3150c1 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1ff-de3150c1 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a200-de3150c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a203-de3150c1 {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a207-de3150c1 {
  grid-area: 4 / 5 / 5 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a20b-de3150c1 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a213-de3150c1 {
  grid-area: 6 / 5 / 7 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a3-de3150c1 {
  grid-area: 1 / 6 / 2 / 16;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a7-de3150c1 {
  grid-area: 2 / 1 / 4 / 8;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a8-de3150c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6b50f5f-4d40-24d6-791f-4d6e2be45d06-de3150c1 {
  grid-area: span 3 / span 15 / span 3 / span 15;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-35da50ca {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-35da50ca {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-35da50ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-35da50ca {
  grid-area: 3 / 6 / 4 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-35da50ca {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-35da50ca {
  grid-area: 6 / 4 / 7 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1fb-35da50ca {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1ff-35da50ca {
  grid-area: 2 / 1 / 3 / 14;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a200-35da50ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a203-35da50ca {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a207-35da50ca {
  grid-area: 4 / 1 / 5 / 14;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a213-35da50ca {
  grid-area: 6 / 1 / 7 / 14;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a3-35da50ca {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a7-35da50ca {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a8-35da50ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595ab-35da50ca {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595af-35da50ca {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-35da50ca {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b7-35da50ca {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_1e6879be-b02d-036f-02af-e7e5ca0971a8-35da50ca {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-04bd9c61 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-04bd9c61 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-04bd9c61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-04bd9c61 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-04bd9c61 {
  grid-area: 4 / 6 / 5 / 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-04bd9c61 {
  grid-area: 6 / 1 / 7 / 9;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1fb-04bd9c61 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a1ff-04bd9c61 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a200-04bd9c61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a203-04bd9c61 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_41e2b749-cd23-7980-258b-b0a2a5f9844b-04bd9c61 {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-dd55b650 {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-dd55b650 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-dd55b650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288100-dd55b650 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288106-dd55b650 {
  grid-area: 4 / 6 / 5 / 14;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-dd55b650 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-dd55b650 {
  grid-area: 6 / 6 / 7 / 14;
}

#w-node-_31f89cbc-64a8-6897-2130-775100624e29-dd55b650 {
  grid-area: span 3 / span 13 / span 3 / span 13;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-c08d98e4 {
  grid-area: 1 / 1 / 2 / 16;
}

#w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-c08d98e4 {
  grid-area: 2 / 1 / 3 / 16;
}

#w-node-_088a537b-ddae-fb27-1375-7c6bdafa1c48-c08d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8162379f-e0da-47b9-fe82-9c1eee43677e-c08d98e4 {
  grid-area: 3 / 1 / 4 / 16;
}

#w-node-_8162379f-e0da-47b9-fe82-9c1eee43677f-c08d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acb5726-070a-5c5d-d2ca-18b73be507dd-c08d98e4 {
  grid-area: 4 / 7 / 5 / 16;
}

#w-node-_6acb5726-070a-5c5d-d2ca-18b73be507de-c08d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f77262-8f41-ae44-9738-08d33f014186-c08d98e4 {
  grid-area: 5 / 1 / 6 / 11;
}

#w-node-e5f77262-8f41-ae44-9738-08d33f014187-c08d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a3-c08d98e4 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a7-c08d98e4 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595a8-c08d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595ab-c08d98e4 {
  grid-area: 3 / 1 / 4 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595af-c08d98e4 {
  grid-area: 4 / 1 / 5 / 8;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-c08d98e4 {
  grid-area: 5 / 6 / 6 / 12;
}

#w-node-_02d98f5d-15cc-c0be-804b-d45be12595b7-c08d98e4 {
  grid-area: 6 / 1 / 7 / 8;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a1e-c08d98e4 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a22-c08d98e4 {
  grid-area: 2 / 1 / 3 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a23-c08d98e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a26-c08d98e4 {
  grid-area: 3 / 1 / 4 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a2a-c08d98e4 {
  grid-area: 4 / 1 / 5 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a2e-c08d98e4 {
  grid-area: 5 / 1 / 6 / 12;
}

#w-node-_88e53312-ec06-5468-31cd-daecb1673a32-c08d98e4 {
  grid-area: 6 / 1 / 7 / 12;
}

#w-node-_280a1fc3-3631-a627-0839-affec6653b2f-c08d98e4 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_280a1fc3-3631-a627-0839-affec6653b3f-c08d98e4 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_4e174b3a-3833-885d-57ab-5349b4cc4d1f-c08d98e4 {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-e5550f0d-cffe-c997-e439-9d53d9d62ee9-6b325ce3 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e5550f0d-cffe-c997-e439-9d53d9d62eed-6b325ce3 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-aa4827e3-38ef-46c3-df69-3299de204b21-6b325ce9 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_27e63d5c-aa61-5ab8-941b-8a78b739d58d-6b325ce9 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_3b5992ea-585e-af0e-38e7-18006c6be0cb-6b325ce9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c53609812-6b325cea {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c53609814-6b325cea {
    grid-row: 2 / 3;
  }

  #application.w-node-_6535eb91-f795-5d44-e28f-de0c53609827-6b325cea {
    grid-row: 3 / 4;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c5360982a-6b325cea {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7e485599-ff2f-b866-d628-ddbf1d0c8f88-6b325cea {
    grid-row: 4 / 5;
  }

  #implementation.w-node-_6535eb91-f795-5d44-e28f-de0c5360982c-6b325cea {
    grid-row: 5 / 6;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c5360982f-6b325cea {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_8eda18e1-575a-2e49-7dd1-9172c498d09a-6b325cea {
    grid-row: 6 / 7;
  }

  #w-node-_1f60440f-e081-b77c-bdef-297f52d32196-6b325ceb {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_1f60440f-e081-b77c-bdef-297f52d3219b-6b325ceb {
    grid-area: 3 / 1 / 6 / 3;
    align-self: end;
    justify-self: start;
  }

  #w-node-_1f60440f-e081-b77c-bdef-297f52d321c5-6b325ceb {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebba-5a81ebb8 {
    grid-column: 1 / 3;
  }

  #w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebc0-5a81ebb8 {
    grid-column: 1 / 3;
    grid-row-end: 5;
  }

  #w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebce-5a81ebb8 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_95cbc4c9-07f6-2c8e-5584-2a6b5a81ebd5-5a81ebb8 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_4c7e6dd1-6351-004c-95e4-63c6b1c8edc6-6b325cec, #w-node-f15b37e0-ddc3-e300-ad2a-357b083fb776-6b325cec, #w-node-_238c1ea3-b884-685a-9f30-bdc985442758-6b325cec {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a3d39eb-cc42-d0cc-a3a7-dec57251551c-6b325ced {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-_0a3d39eb-cc42-d0cc-a3a7-dec57251551e-6b325ced {
    grid-area: 3 / 3 / 6 / 6;
  }

  #w-node-_5e40c13d-6e4d-6459-bbe7-7973f0b623e8-6b325cee {
    grid-column: 1 / 3;
    grid-row-end: 3;
  }

  #w-node-_5e40c13d-6e4d-6459-bbe7-7973f0b623f5-6b325cee {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_5e40c13d-6e4d-6459-bbe7-7973f0b62401-6b325cee {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b66-6b325cee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b69-6b325cee {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b6c-6b325cee {
    grid-row: 2 / 4;
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b6f-6b325cee {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b76-6b325cee {
    grid-column: 1 / 2;
    grid-row-start: 5;
    justify-self: start;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b79-6b325cee {
    grid-column: 2 / 3;
    grid-row-start: 5;
  }

  #w-node-_677b9b64-7e80-085c-8544-a2d3adba8582-6b325cef {
    grid-area: 1 / 1 / 5 / 5;
  }

  #w-node-_677b9b64-7e80-085c-8544-a2d3adba8585-6b325cef {
    grid-area: 1 / 3 / 5 / 5;
  }

  #w-node-_677b9b64-7e80-085c-8544-a2d3adba85b2-6b325cef {
    grid-area: 1 / 1 / 5 / 5;
  }

  #w-node-_677b9b64-7e80-085c-8544-a2d3adba85b5-6b325cef {
    grid-area: 1 / 3 / 5 / 5;
  }

  #w-node-_677b9b64-7e80-085c-8544-a2d3adba85e2-6b325cef {
    grid-area: 1 / 1 / 5 / 5;
  }

  #w-node-_677b9b64-7e80-085c-8544-a2d3adba85e5-6b325cef {
    grid-area: 1 / 3 / 5 / 5;
  }

  #w-node-ed26f3ce-67c9-3213-90cb-ff7ca3990862-6b325cf9 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-ed26f3ce-67c9-3213-90cb-ff7ca3990864-6b325cf9 {
    grid-area: 3 / 4 / 5 / 9;
  }

  #w-node-_3b4d5b5f-a5fb-716c-28bd-dcb3b52a1384-6b325cf9 {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-f48fd15c-6ead-7196-a64e-3d3717de84b6-6b325cf9 {
    grid-area: 1 / 2 / 3 / 7;
  }

  #w-node-f48fd15c-6ead-7196-a64e-3d3717de84b8-6b325cf9 {
    grid-area: 3 / 3 / 5 / 8;
  }

  #w-node-f48fd15c-6ead-7196-a64e-3d3717de84ba-6b325cf9 {
    grid-area: 5 / 4 / 7 / 9;
  }

  #w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912cc-6b325cf9 {
    grid-area: 1 / 1 / 3 / 6;
  }

  #w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912ce-6b325cf9 {
    grid-area: 3 / 3 / 5 / 8;
  }

  #w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912d0-6b325cf9 {
    grid-area: 5 / 1 / 7 / 6;
  }

  #w-node-a012dd20-e429-8df6-299a-732c76bf51a5-6b325cff, #w-node-_08339547-8f22-08db-5796-c7170cdc2447-6b325cff, #w-node-_8bdd3711-ec16-4c03-0e3d-c8bb26a1356d-6b325cff, #w-node-_8090729c-b6d9-7dae-a97c-2b6654193d8e-6b325d00, #w-node-_7f4692d0-e750-5458-d997-6e56a61e220b-6b325d00 {
    grid-column: span 1 / span 1;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4fb-6b325d2a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4fd-6b325d2a {
    grid-area: 3 / 3 / 4 / 7;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4ff-6b325d2a {
    grid-area: 4 / 2 / 5 / 6;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe501-6b325d2a {
    grid-area: 5 / 3 / 6 / 7;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe503-6b325d2a {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe505-6b325d2a {
    grid-area: 7 / 2 / 8 / 6;
  }

  #w-node-b7fe944b-6771-1d21-6198-7dc3fc275f7c-6b325d2d, #w-node-_387761f3-d457-fbab-c4f5-a5f853c7840d-6b325d2d, #w-node-_5126f200-3f4e-9392-b3fb-f65a1e04bfa4-6b325d2d, #w-node-a5c41707-c667-4047-a8f7-4c6af0916201-6b325d2d, #w-node-_61b46422-ff40-4529-6885-53872764c591-6b325d2d, #w-node-c945a1e8-473b-2340-5497-e45c35261858-6b325d2d {
    grid-column: span 1 / span 1;
  }

  #w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880f3-dd55b650 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fa-dd55b650 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-_7dcaabcc-b68f-0386-68aa-73efbc288112-dd55b650 {
    grid-area: 6 / 6 / 7 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a98cb562-9841-cb4a-dee5-36a2b2919fd5-6b325ce9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_2cd7344d-1c57-e33b-f21d-6e91557d2f69-6b325ce9 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e1575ea3-8ab2-c3db-9091-c90a151fa6a1-6b325ce9 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_27e63d5c-aa61-5ab8-941b-8a78b739d58d-6b325ce9 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-b20fcaab-bf65-ed53-7d4f-b9f012fc74c6-6b325ce9 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_05fe01bb-bff0-f3ea-5f30-7a79339c04be-6b325ce9 {
    grid-area: 5 / 3 / 6 / 5;
  }

  #w-node-_56e6c726-b1ad-8885-dbc3-0c1815174ffe-6b325ce9 {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-_553929fd-e075-15f4-a927-7710e269707f-6b325ce9 {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-_769a7c48-e165-cf63-96c0-8cc636efb577-6b325ce9 {
    grid-area: 7 / 3 / 8 / 5;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee66-6b325cf6 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee69-6b325cf6 {
    grid-area: 2 / 1 / 3 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56e6c726-b1ad-8885-dbc3-0c1815174ffe-6b325ce9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_553929fd-e075-15f4-a927-7710e269707f-6b325ce9 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_769a7c48-e165-cf63-96c0-8cc636efb577-6b325ce9 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c53609812-6b325cea {
    grid-column-end: 2;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c53609814-6b325cea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #application.w-node-_6535eb91-f795-5d44-e28f-de0c53609827-6b325cea {
    grid-row: 4 / 5;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c5360982a-6b325cea {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_7e485599-ff2f-b866-d628-ddbf1d0c8f88-6b325cea {
    grid-area: 6 / 1 / 7 / 2;
  }

  #implementation.w-node-_6535eb91-f795-5d44-e28f-de0c5360982c-6b325cea {
    grid-row: 7 / 8;
  }

  #w-node-_6535eb91-f795-5d44-e28f-de0c5360982f-6b325cea {
    grid-row: 8 / 9;
    grid-column-end: 2;
  }

  #w-node-_8eda18e1-575a-2e49-7dd1-9172c498d09a-6b325cea {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_0a3d39eb-cc42-d0cc-a3a7-dec57251551c-6b325ced {
    grid-area: 1 / 1 / 4 / 5;
  }

  #w-node-_0a3d39eb-cc42-d0cc-a3a7-dec57251551e-6b325ced {
    grid-area: 3 / 2 / 6 / 6;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b6c-6b325cee {
    grid-row-end: 3;
    grid-column-end: 3;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b6f-6b325cee {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b76-6b325cee {
    grid-row-end: 6;
    grid-column-end: 3;
  }

  #w-node-_323e1abc-b2a1-1d93-47e9-66f438916b79-6b325cee {
    grid-row-start: 6;
    grid-column-start: 1;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee5e-6b325cf6 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee5f-6b325cf6 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee60-6b325cf6 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee62-6b325cf6 {
    grid-area: 7 / 1 / 8 / 6;
  }

  #w-node-_7603a2f9-14be-257f-5a11-5de84201ee63-6b325cf6 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-ed26f3ce-67c9-3213-90cb-ff7ca3990862-6b325cf9 {
    grid-area: 1 / 1 / 3 / 9;
  }

  #w-node-ed26f3ce-67c9-3213-90cb-ff7ca3990864-6b325cf9 {
    grid-area: 3 / 1 / 5 / 9;
  }

  #w-node-_3b4d5b5f-a5fb-716c-28bd-dcb3b52a1384-6b325cf9 {
    grid-area: 5 / 1 / 7 / 9;
  }

  #w-node-f48fd15c-6ead-7196-a64e-3d3717de84b6-6b325cf9 {
    grid-area: 1 / 1 / 3 / 9;
  }

  #w-node-f48fd15c-6ead-7196-a64e-3d3717de84b8-6b325cf9 {
    grid-area: 3 / 1 / 5 / 9;
  }

  #w-node-f48fd15c-6ead-7196-a64e-3d3717de84ba-6b325cf9 {
    grid-area: 5 / 1 / 7 / 9;
  }

  #w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912cc-6b325cf9 {
    grid-area: 1 / 1 / 3 / 9;
  }

  #w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912ce-6b325cf9 {
    grid-area: 3 / 1 / 5 / 9;
  }

  #w-node-f7d5c5df-b07d-8ba2-8c2d-31f4a26912d0-6b325cf9 {
    grid-area: 5 / 1 / 7 / 9;
  }

  #w-node-_7dcaabcc-b68f-0386-68aa-73efbc2880fc-6b325d03 {
    align-self: center;
  }

  #w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-6b325d03 {
    grid-area: 5 / 3 / 6 / 7;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4fb-6b325d2a {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4fd-6b325d2a {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe4ff-6b325d2a {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe501-6b325d2a {
    grid-area: 5 / 2 / 6 / 7;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe503-6b325d2a {
    grid-area: 6 / 1 / 7 / 6;
  }

  #w-node-fb3d3dbc-e4d9-9722-4d30-3da8d40fe505-6b325d2a {
    grid-area: 7 / 2 / 8 / 7;
  }

  #w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-6b325d2b, #w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a20b-6b325d2b, #w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-6b325d2b, #w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-8f73e837, #w-node-_88e53312-ec06-5468-31cd-daecb1673a2e-8f73e837, #w-node-_280a1fc3-3631-a627-0839-affec6653b3f-8f73e837, #w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-ac151a7c, #w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a20b-ac151a7c, #w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-de3150c1, #w-node-f582c7d2-81c2-9ed8-2c6a-384ae3f8a20b-de3150c1, #w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-35da50ca, #w-node-_7dcaabcc-b68f-0386-68aa-73efbc28810c-dd55b650, #w-node-_02d98f5d-15cc-c0be-804b-d45be12595b3-c08d98e4, #w-node-_88e53312-ec06-5468-31cd-daecb1673a2e-c08d98e4, #w-node-_280a1fc3-3631-a627-0839-affec6653b3f-c08d98e4 {
    grid-area: 5 / 3 / 6 / 7;
  }
}
