:root {
  --grey-900: #1d1d1d;
  --grey-800: #353535;
  --grey-600: #63656d;
  --transparent: #fff0;
  --grey-400: #9c9ea5;
  --grey-100: var(--grey-100-2);
  --grey-100-2: #f3f3f3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--grey-900);
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

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

.h3 {
  color: #ebe5dd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.caption {
  color: var(--grey-800);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.h1 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 72px;
}

.h1.white {
  color: #fff;
}

.text {
  z-index: 100;
  color: var(--grey-800);
  margin-bottom: 0;
}

.text.white {
  color: #fff;
}

.text.grey {
  color: var(--grey-600);
}

.styleguide-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.container {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section {
  background-image: linear-gradient(140deg, #eca74b85, #70450d14 32%, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-color: var(--grey-900);
  background-image: none;
  padding-top: 20px;
  padding-bottom: 24px;
}

.section.styleguide {
  padding-top: 0;
}

.section.video {
  background-image: none;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.background {
  color: #fff;
}

.section.hero {
  background-image: linear-gradient(145deg, #dd943345, #fff);
  padding-top: 154px;
}

.section.image {
  background-image: url('../images/untitled-project-8.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 154px;
}

.section.grey {
  background-color: var(--transparent);
  background-image: linear-gradient(125deg, #997b5385, #8f6e4269 0%, #eca74b4a 32%, #fff);
}

.section.about {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/about-us-background.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 154px;
}

.h4 {
  z-index: 100;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.h2 {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.h2.inline {
  display: inline;
}

.h2.inline-padding {
  margin: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline;
}

.bold-text {
  z-index: 100;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}

.small-text {
  color: var(--grey-800);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.small-text.footer {
  color: var(--grey-400);
  object-fit: fill;
  flex: 0 auto;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.small-text.white {
  color: #fff;
  text-decoration: underline;
}

.small-text.grey {
  color: var(--grey-400);
  margin-top: 18px;
}

.small-text.small-width {
  color: #fff;
  max-width: 640px;
}

.small-title {
  color: var(--grey-600);
  margin-top: 40px;
  font-size: 12px;
  line-height: 20px;
}

.color {
  background-color: var(--grey-900);
  border-radius: 4px;
  width: 120px;
  height: 80px;
}

.color.grey-600 {
  background-color: var(--grey-800);
}

.color.grey-400 {
  background-color: var(--grey-600);
}

.color.grey-100 {
  background-color: var(--grey-100);
}

.color.grey-200 {
  background-color: var(--grey-400);
}

.styleguide-colors {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.styleguide-colors.buttons {
  grid-template-columns: max-content max-content max-content max-content;
}

.primary-button {
  border: 1px solid var(--grey-800);
  background-color: var(--grey-800);
  letter-spacing: .2px;
  text-transform: none;
  white-space: nowrap;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--grey-900);
  border-color: #9b0c54;
}

.primary-button.w--current {
  align-self: flex-end;
}

.primary-button.small {
  padding: 6px 20px;
  font-size: 14px;
}

.primary-button.top-margin {
  margin-top: 20px;
}

.secondary-button {
  border: 1px solid var(--grey-800);
  color: var(--grey-900);
  letter-spacing: .2px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--grey-800);
  background-color: var(--grey-800);
  color: #fff;
}

.secondary-button.small {
  background-color: #ebe5dd;
  padding: 6px 20px;
  font-size: 14px;
}

.secondary-button.small.secondary-button-home {
  background-color: var(--transparent);
}

.secondary-button.white {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.secondary-button.white:hover {
  color: var(--grey-900);
  background-color: #fff;
}

.label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.label.top-margin {
  margin-top: 16px;
}

.success-message {
  color: #3e8f00;
  background-color: #dfffcd;
  border: 1px solid #3e8f00;
  border-radius: 2px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #ff3b3e;
  text-align: center;
  background-color: #fff1e9;
  border: 1px solid #ff3b3e;
  border-radius: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.textarea {
  background-color: #0000;
  border: 1px solid #9c9ea580;
  border-radius: 4px;
  min-width: 380px;
  min-height: 200px;
  padding: 16px 16px 16px 12px;
  transition: all .2s;
}

.textarea:hover {
  border-color: var(--grey-400);
}

.textarea:focus {
  border-color: var(--grey-600);
}

.textarea::placeholder {
  color: var(--grey-400);
}

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

.text-field {
  color: var(--grey-600);
  -webkit-text-stroke-color: var(--grey-900);
  background-color: #0000;
  border: 1px solid #9c9ea580;
  border-radius: 4px;
  min-width: 280px;
  height: 46px;
  margin-bottom: 0;
  padding: 12px 16px 12px 12px;
  transition: all .2s;
}

.text-field:hover {
  border: 1px solid var(--grey-400);
}

.text-field:focus {
  border: 1px solid var(--grey-600);
}

.text-field::placeholder {
  color: var(--grey-400);
  -webkit-text-stroke-color: var(--grey-900);
}

.form-block {
  max-width: 580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rich-text {
  text-align: left;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.rich-text blockquote {
  border-left-color: var(--grey-600);
  color: var(--grey-600);
  font-size: 16px;
}

.rich-text a {
  color: var(--grey-900);
}

.rich-text p, .rich-text li {
  color: var(--grey-600);
}

.rich-text h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
}

.rich-text h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
}

.rich-text h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.rich-text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.rich-text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.rich-text strong {
  color: var(--grey-800);
}

.rich-text.top-margin {
  margin-top: 24px;
  display: block;
}

.content-footer {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 280px;
  display: flex;
}

.top-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 400px 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  place-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.logo-icon {
  max-width: 100%;
  height: 110px;
  margin-top: 0;
  padding-top: 0;
}

.logo-icon.footer {
  height: 100px;
  margin-top: 0;
  margin-bottom: -8px;
  display: inline-block;
}

.bottom-footer {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.brand {
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.brand.w--current {
  padding-left: 0;
}

.brand.mobile {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: none;
}

.link {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link:hover {
  text-decoration: underline;
}

.link.small {
  text-transform: none;
}

.link.dark {
  color: var(--grey-900);
}

.social-link {
  align-items: center;
  transition: opacity .2s;
}

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

.burger-icon {
  z-index: 400;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: none;
  position: relative;
}

.bottom-burger-line, .top-burger-line {
  background-color: var(--grey-900);
  border-radius: 20px;
  width: 16px;
  height: 2px;
}

.horizontal-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-container.align-end {
  align-items: flex-end;
  width: 100%;
}

.horizontal-container.grey {
  background-color: var(--grey-100);
}

.horizontal-container.contact {
  grid-column-gap: 0px;
  width: 100%;
}

.horizontal-container.small-gap {
  grid-column-gap: 8px;
}

.horizontal-container.footer {
  display: flex;
}

.navbar-container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.middle-burger-line {
  background-color: var(--grey-900);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.nav-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #f0f0f000;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--grey-100);
}

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

.nav-link.white {
  color: #fff;
  background-color: #f0f0f000;
  font-weight: 300;
}

.nav-link.white:hover {
  background-color: #f3f3f324;
  text-decoration: none;
}

.navigation {
  border-bottom: 1px solid var(--grey-900);
  background-color: #fff;
  width: 100%;
  height: 74px;
  position: fixed;
}

.navigation.home {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f0f0f024;
  border-bottom-color: #ffffff80;
  position: fixed;
  inset: 0% 0% auto;
}

.social-links {
  grid-column-gap: 12px;
  display: flex;
}

.center-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-container.small-gap {
  z-index: 100;
  grid-row-gap: 12px;
  margin-bottom: 0;
  position: relative;
}

.center-container.hero {
  max-width: 780px;
  margin-bottom: 0;
}

.center-container.no-margin {
  grid-row-gap: 12px;
  margin-bottom: 0;
  position: relative;
}

.center-container.service {
  z-index: 3;
  position: relative;
}

.center-container.testimonial {
  z-index: 100;
  grid-row-gap: 12px;
  margin-bottom: 0;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.subtitle {
  color: var(--grey-600);
  text-transform: uppercase;
  margin-bottom: 0;
}

.subtitle.white {
  color: #fff;
}

.main-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.main-grid.top-margin {
  grid-row-gap: 40px;
  margin-top: 40px;
}

.main-grid.portfolio {
  grid-row-gap: 40px;
}

.service-card {
  grid-row-gap: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-card.horizontal {
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/untitled-project-8.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  width: 100%;
}

.small-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.small-container.margin {
  margin-left: 20px;
  margin-right: 40px;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 510px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.large {
  height: 540px;
}

.image-wrapper.password {
  order: 0;
  max-width: 420px;
  margin-right: 40px;
}

.mansory-layout {
  column-count: 3;
  column-gap: 8px;
  width: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

.underline-image {
  height: 14px;
}

.horizontal-line {
  background-color: var(--grey-800);
  width: 100%;
  height: 1px;
}

.horizontal-line.grey {
  background-color: var(--grey-400);
}

.service-content {
  z-index: 3;
  grid-row-gap: 24px;
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-content.horizontal {
  grid-row-gap: 16px;
  align-items: flex-start;
  padding: 32px 40px 48px;
}

.arrow-button {
  grid-column-gap: 6px;
  display: flex;
}

.square {
  z-index: 1;
  border: 1px solid var(--grey-400);
  width: 360px;
  height: 360px;
  position: relative;
  transform: rotate(45deg);
}

.absolute-image {
  z-index: 100;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  width: 100%;
  height: 400px;
  position: absolute;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 160%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay {
  z-index: 2;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image {
  width: 100%;
  height: 100%;
}

.image.cover {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
}

.image.password {
  object-fit: cover;
  object-position: 50% 100%;
}

.vertical-container {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-container.services {
  grid-row-gap: 16px;
}

.vertical-container.contact {
  background-color: var(--grey-100);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.vertical-container.small-gap {
  grid-row-gap: 12px;
  align-items: center;
}

.medium-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 780px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.absolute-arrow {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: absolute;
  inset: auto auto 0%;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  width: 62px;
  display: flex;
}

.quote {
  color: var(--grey-800);
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.quotation-mark {
  position: absolute;
  inset: 0% auto auto 0%;
}

.full-height {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.signature {
  height: 48px;
}

.absolute-background {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-edward-eyer-1045541.jpg');
  background-position: 0 0, 50% 100%;
  width: 100%;
  height: 520px;
  position: absolute;
  inset: 0% 0% auto;
}

.project-card {
  grid-row-gap: 12px;
  color: var(--grey-800);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.project-image {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  display: flex;
  overflow: hidden;
}

.label-category {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  background-color: #1d1d1d80;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-right: 12px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
}

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

.utility-page-content {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  display: flex;
}

._404 {
  height: 120px;
  margin-bottom: 20px;
}

.utility-page-form {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.back-button {
  grid-column-gap: 12px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.back-button.center {
  align-self: center;
}

.version-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 580px;
  margin-top: 40px;
  display: grid;
}

.version {
  border: 1px solid var(--grey-400);
  padding: 8px 14px;
  font-size: 14px;
  line-height: 26px;
}

.asset-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asset-composition {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
  overflow: hidden;
}

.asset-links {
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.image-2 {
  opacity: 1;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: static;
}

.youtube {
  padding-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .caption {
    font-size: 14px;
    line-height: 24px;
  }

  .h1 {
    font-size: 58px;
    line-height: 68px;
  }

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

  .container {
    max-width: 1400px;
  }

  .section.hero {
    background-image: none;
  }

  .h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .small-text {
    font-size: 18px;
    line-height: 26px;
  }

  .primary-button {
    font-size: 18px;
    line-height: 28px;
  }

  .secondary-button, .label {
    font-size: 18px;
    line-height: 26px;
  }

  .textarea {
    font-size: 22px;
    line-height: 32px;
  }

  .form {
    grid-row-gap: 14px;
  }

  .text-field {
    min-width: 380px;
    height: 66px;
    font-size: 22px;
    line-height: 32px;
  }

  .form-block {
    grid-row-gap: 20px;
    max-width: 780px;
  }

  .rich-text {
    max-width: 920px;
    line-height: 30px;
  }

  .logo-icon {
    margin-top: -10px;
  }

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

  .navbar-container {
    max-width: 1400px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .image-wrapper.large {
    height: 680px;
  }

  .absolute-image {
    max-width: 640px;
  }

  .vertical-container.contact {
    max-width: 1040px;
  }

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

  .label-category {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .styleguide-colors {
    grid-template-columns: max-content max-content max-content;
  }

  .primary-button {
    align-self: stretch;
  }

  .primary-button.w--current {
    margin-left: 0;
  }

  .primary-button.small {
    align-self: center;
  }

  .text-field {
    width: 100%;
    min-width: 0;
  }

  .form-block {
    width: 100%;
  }

  .top-footer {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .logo-icon {
    margin-top: 0;
  }

  .bottom-footer {
    order: 0;
    margin-bottom: 20px;
  }

  .brand, .brand.w--current {
    display: none;
  }

  .brand.mobile {
    display: block;
  }

  .brand.footer {
    display: flex;
  }

  .burger-icon {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 4px;
    display: flex;
  }

  .bottom-burger-line.white {
    background-color: #fff;
  }

  .top-burger-line {
    align-self: flex-start;
    height: 2px;
  }

  .top-burger-line.white {
    background-color: #fff;
  }

  .menu-button {
    padding: 0;
  }

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

  .horizontal-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .horizontal-container.align-end {
    grid-row-gap: 20px;
    align-items: flex-start;
  }

  .horizontal-container.contact, .horizontal-container.small-gap, .horizontal-container.footer {
    flex-direction: row;
  }

  .navbar-container {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .middle-burger-line {
    perspective-origin: 50%;
    transform-origin: 50%;
    height: 2px;
  }

  .middle-burger-line.white {
    background-color: #fff;
    align-self: center;
  }

  .nav-menu {
    color: var(--grey-800);
    background-color: #fff;
    background-image: linear-gradient(140deg, #70450d5e, #94744a87 25%, #fff);
    padding-bottom: 20px;
    box-shadow: 0 20px 40px #36374942;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link.white {
    color: var(--grey-800);
    width: auto;
    font-weight: 400;
  }

  .navigation.home {
    background-color: #ffffff14;
  }

  .center-container {
    margin-bottom: 40px;
  }

  .center-container.small-gap, .center-container.testimonial {
    max-width: 520px;
  }

  .main-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .main-grid.top-margin, .main-grid.portfolio {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    height: 360px;
  }

  .small-container {
    grid-row-gap: 12px;
  }

  .small-container.margin {
    margin-right: 20px;
    padding-top: 24px;
  }

  .image-wrapper {
    order: 1;
    max-width: 520px;
  }

  .image-wrapper.large {
    max-width: none;
  }

  .image-wrapper.password {
    max-width: 320px;
    height: 420px;
  }

  .project-image {
    height: 360px;
  }

  .utility-page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

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

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

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

  .h4 {
    font-size: 18px;
  }

  .h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .styleguide-colors {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .primary-button, .secondary-button {
    font-size: 15px;
  }

  .text-field {
    min-width: 0;
  }

  .form-block {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-footer {
    grid-auto-columns: 1fr;
  }

  .bottom-footer {
    flex-wrap: wrap;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .center-container {
    margin-bottom: 40px;
  }

  .center-container.testimonial {
    max-width: 440px;
  }

  .main-grid.top-margin, .main-grid.portfolio {
    grid-template-columns: 1fr;
  }

  .small-container.margin {
    max-width: 480px;
  }

  .image-wrapper.password {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-arrow, .left-arrow {
    width: 48px;
  }

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

  .quotation-mark {
    width: 64px;
  }

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

  .utility-page-wrap {
    flex-direction: column;
    padding: 20px;
  }

  .asset-links {
    align-items: center;
  }
}

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

  .styleguide-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
  }

  .section.video {
    height: 86vh;
  }

  .h4 {
    white-space: break-spaces;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .small-text.footer {
    text-align: center;
  }

  .styleguide-colors {
    grid-template-columns: 1fr 1fr;
  }

  .styleguide-colors.buttons {
    grid-template-columns: max-content max-content;
  }

  .primary-button {
    font-size: 15px;
  }

  .secondary-button {
    font-size: 14px;
  }

  .secondary-button.small {
    align-self: stretch;
  }

  .textarea {
    width: 100%;
    min-width: 0;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .text-field {
    width: 100%;
    min-width: 0;
    position: static;
  }

  .form-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .top-footer {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-icon {
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .brand.mobile {
    justify-content: flex-start;
  }

  .horizontal-container.footer {
    flex-direction: column;
  }

  .small-container.margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mansory-layout {
    column-count: 2;
  }

  .service-content.horizontal {
    padding: 20px 20px 32px;
  }

  .vertical-container.contact {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .medium-container {
    grid-template-columns: 1fr;
  }

  .slider {
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .right-arrow {
    width: 200px;
    position: relative;
  }

  .left-arrow {
    order: -1;
    width: 200px;
    position: relative;
  }

  .project-image {
    height: 280px;
  }

  .utility-page-content, .utility-page-form {
    width: 100%;
  }

  .version-grid {
    grid-template-columns: max-content;
  }

  .asset-container {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .asset-composition {
    max-width: none;
    height: auto;
  }

  .is-hidden {
    display: none;
  }
}

#w-node-f6b360fa-8d9d-084e-a442-5d044418cc2c-dd52fa1a, #w-node-_67be2e32-9074-fd43-83fd-f28c96a77e49-dd52fa1a, #w-node-_6277e993-deac-46e4-afe5-441eab0459aa-dd52fa1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75e27b51-e0cb-57b3-7bb9-0c5cc529ad9b-dd52fa1a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_72bb3693-4a07-0675-ec25-959b949c8648-dd52fa1a, #w-node-_72bb3693-4a07-0675-ec25-959b949c8649-dd52fa1a, #w-node-_72bb3693-4a07-0675-ec25-959b949c864a-dd52fa1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72bb3693-4a07-0675-ec25-959b949c864c-dd52fa1a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2214c490-8dab-7bfb-bc1d-2de377215440-dd52fa1a, #w-node-_2214c490-8dab-7bfb-bc1d-2de377215441-dd52fa1a, #w-node-_2214c490-8dab-7bfb-bc1d-2de377215442-dd52fa1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2214c490-8dab-7bfb-bc1d-2de377215444-dd52fa1a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a806bfa9-e42d-6c15-1ede-77ff51906052-dd52fa1a, #w-node-a806bfa9-e42d-6c15-1ede-77ff51906053-dd52fa1a, #w-node-a806bfa9-e42d-6c15-1ede-77ff51906054-dd52fa1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a806bfa9-e42d-6c15-1ede-77ff51906056-dd52fa1a {
  grid-area: 2 / 1 / 3 / 3;
}

#Name-4.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd0d-dd52fa2f {
  grid-area: 2 / 1 / 3 / 2;
}

#Email-3.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd0e-dd52fa2f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7543254-3cff-2531-89bd-b4529bda01b0-dd52fa2f {
  grid-area: 4 / 1 / 5 / 2;
}

#field-8.w-node-c88d3a11-31e2-672e-a1fe-54968dba9cd7-dd52fa2f {
  grid-area: 6 / 1 / 7 / 2;
}

#field-10.w-node-a185fc37-3ddc-b87b-2c71-7bec01eced74-dd52fa2f {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-fae28aff-5bc9-80d1-8ed5-21bf8e9a6f04-dd52fa2f, #field-7.w-node-_1c5ebeb0-6ab7-79d3-b0b2-1ee811fedbaa-dd52fa2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Event-Type.w-node-dc1bc6f1-0ce5-d634-6d19-97795cfeb91c-dd52fa2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd18-dd52fa2f {
  grid-area: 11 / 1 / 12 / 3;
}

#field-2.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd1a-dd52fa2f {
  grid-area: 12 / 1 / 13 / 3;
}

#w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd1b-dd52fa2f {
  grid-area: 13 / 2 / 14 / 3;
  justify-self: stretch;
}

#w-node-e5b94167-aa08-7821-d2ce-7d1b57757acd-dd52fa31 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_37af5875-f153-e0fd-d91d-e5754f673e6f-dd52fa37 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_37af5875-f153-e0fd-d91d-e5754f673e70-dd52fa37 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_37af5875-f153-e0fd-d91d-e5754f673e71-dd52fa37 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_37af5875-f153-e0fd-d91d-e5754f673e72-dd52fa37 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_37af5875-f153-e0fd-d91d-e5754f673e73-dd52fa37 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffef6-dd52fa37 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffef8-dd52fa37 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
}

#w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffefe-dd52fa37 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbfff00-dd52fa37 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: auto;
}

#name-2.w-node-_7b26170b-4205-654c-34a2-847034bf3e9c-dd52fa37 {
  grid-area: 2 / 1 / 3 / 2;
}

#Email-2.w-node-_7b26170b-4205-654c-34a2-847034bf3e9d-dd52fa37 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b26170b-4205-654c-34a2-847034bf3e9e-dd52fa37 {
  grid-area: 3 / 1 / 4 / 3;
}

#Subject-2.w-node-_7b26170b-4205-654c-34a2-847034bf3ea0-dd52fa37 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_7b26170b-4205-654c-34a2-847034bf3ea1-dd52fa37 {
  grid-area: 5 / 1 / 6 / 3;
}

#field-2.w-node-_7b26170b-4205-654c-34a2-847034bf3ea3-dd52fa37 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_7b26170b-4205-654c-34a2-847034bf3ea4-dd52fa37 {
  grid-area: 7 / 2 / 8 / 3;
  justify-self: stretch;
}

@media screen and (min-width: 1920px) {
  #Name-4.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd0d-dd52fa2f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd18-dd52fa2f {
    grid-area: 7 / 1 / 8 / 3;
  }

  #name-2.w-node-_7b26170b-4205-654c-34a2-847034bf3e9c-dd52fa37 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_252aad84-ecdb-e9d8-a80a-f87274d0fee4-74d0fee1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e6b-dd52fa37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e6d-dd52fa37 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e72-dd52fa37 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e73-dd52fa37 {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_252aad84-ecdb-e9d8-a80a-f87274d0fee4-74d0fee1 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e6f-dd52fa37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e70-dd52fa37 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e71-dd52fa37 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e72-dd52fa37 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e73-dd52fa37 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffef4-dd52fa37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbfff00-dd52fa37 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_252aad84-ecdb-e9d8-a80a-f87274d0fee4-74d0fee1 {
    grid-column-end: 3;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd09-dd52fa2f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd0b-dd52fa2f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Email-3.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd0e-dd52fa2f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd0f-dd52fa2f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd11-dd52fa2f {
    grid-area: 7 / 1 / 8 / 2;
  }

  #Name-3.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd14-dd52fa2f {
    grid-row: 8 / 9;
  }

  #Event-Type.w-node-dc1bc6f1-0ce5-d634-6d19-97795cfeb91c-dd52fa2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd18-dd52fa2f {
    grid-area: 18 / 1 / 19 / 3;
  }

  #field-2.w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd1a-dd52fa2f {
    grid-area: 19 / 1 / 20 / 3;
  }

  #w-node-f15dc7ba-0a7d-52f1-ad7d-e33c803bbd1b-dd52fa2f {
    grid-area: 20 / 1 / 21 / 3;
    justify-self: stretch;
  }

  #w-node-e5b94167-aa08-7821-d2ce-7d1b57757acd-dd52fa31 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e69-dd52fa37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e6b-dd52fa37 {
    grid-column: 2 / 3;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e6d-dd52fa37 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e71-dd52fa37 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e72-dd52fa37 {
    grid-column: 2 / 3;
  }

  #w-node-_37af5875-f153-e0fd-d91d-e5754f673e73-dd52fa37 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffef2-dd52fa37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffef4-dd52fa37 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbffefe-dd52fa37 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_02e2fd04-f8a0-532b-d64e-ee2aafbfff00-dd52fa37 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_7b26170b-4205-654c-34a2-847034bf3e98-dd52fa37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b26170b-4205-654c-34a2-847034bf3e9a-dd52fa37 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Email-2.w-node-_7b26170b-4205-654c-34a2-847034bf3e9d-dd52fa37 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7b26170b-4205-654c-34a2-847034bf3e9e-dd52fa37 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #Subject-2.w-node-_7b26170b-4205-654c-34a2-847034bf3ea0-dd52fa37 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_7b26170b-4205-654c-34a2-847034bf3ea1-dd52fa37 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #field-2.w-node-_7b26170b-4205-654c-34a2-847034bf3ea3-dd52fa37 {
    grid-row: 8 / 9;
    grid-column-end: 2;
  }

  #w-node-_7b26170b-4205-654c-34a2-847034bf3ea4-dd52fa37 {
    grid-area: 9 / 1 / 10 / 2;
  }
}


