.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: #333;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.navbar {
  z-index: 1;
}

.navbar.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-container {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.navbar-brand {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.invert {
  color: #fff;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  display: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.logo-img {
  width: 46px;
  height: auto;
}

.logo-img.invert {
  transform: translate(-4px, 4px)rotate(30deg);
}

.show-when-scrolled {
  z-index: 100;
  opacity: 1;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-first-view {
  z-index: 0;
  background-image: url('../images/Trippy_Logo_Reveal_WIP_0-00-00-00.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.first-view__background {
  z-index: 0;
  height: 100%;
}

.image {
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-first-view__nav {
  position: absolute;
  top: 128px;
  bottom: auto;
  left: 48px;
  right: auto;
}

.fv__navlink {
  color: #fff;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.fv__scroll-down {
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.section-works {
  padding: 64px;
  display: none;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.works__item {
  width: 234px;
  height: auto;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.works__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works__image.title {
  object-fit: contain;
}

.footer {
  padding: 64px;
}

.footer__navlink {
  color: #000;
  padding: 16px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.section-main {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 64px 40px;
  display: flex;
  position: relative;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.section-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 1.2;
}

.section-h1.eng {
  font-family: Montserrat, sans-serif;
}

.icon {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  position: absolute;
}

.section-bg {
  z-index: -1;
  opacity: .1;
  display: block;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 64px;
  right: auto;
}

.bg-logo {
  z-index: -1;
  height: 100vh;
  opacity: .1;
  filter: invert();
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 64px;
}

.section-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.section-h2.en {
  font-family: Montserrat, sans-serif;
}

.section-sub {
  max-width: 1280px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 64px 64px;
  display: flex;
}

.cards {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.card {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.card__img {
  height: auto;
  background-color: #f6f6f6;
  border-radius: 8px;
}

.text-block {
  font-size: 16px;
  font-weight: 700;
}

.text-field {
  border: 0 solid #000;
  flex: 1;
  margin-bottom: 0;
}

.form-block.horizontal {
  width: 100%;
  grid-column-gap: 8px;
  border-bottom: 3px solid #000;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contact-form {
  width: 600px;
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 700;
}

.text-area {
  min-height: 160px;
  border: 0 solid #000;
  border-bottom-width: 3px;
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 0;
}

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

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

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

.form-block-2 {
  max-width: 100%;
}

.menu--touch, .mobile-nav__btn {
  display: none;
}

.mobile-nav__btn.home {
  background-color: rgba(0, 0, 0, 0);
}

.privacy-policy__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.privacy-policy__text h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
}

.nav-item.hide {
  display: none;
}

.works-centerlogo {
  width: 100px;
}

.home {
  color: #fff;
  background-color: #070708;
}

.html-embed {
  display: none;
}

.card-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  display: inline;
}

.card-subtitle {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.text-block-2 {
  color: #949494;
}

.card-link {
  color: #050505;
  text-decoration: none;
}

.link {
  color: #949494;
  text-decoration: none;
}

.card-title__wrapper {
  align-items: center;
  display: block;
}

.card-title__icon {
  opacity: .6;
  margin-bottom: .6ch;
  margin-right: .5em;
  display: inline-block;
}

.lightbox-link {
  color: #000;
  text-decoration: none;
}

.image-3 {
  margin-bottom: 8px;
}

._w-h1 {
  font-weight: 700;
}

.grid-2 {
  grid-template-columns: 250px 1fr;
  grid-template-areas: ". ."
                       ". Area";
}

.tt {
  color: #8f8f8f;
  font-size: 16px;
}

.td {
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-2 {
  font-size: 19px;
}

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

.text-block-4 {
  font-size: 19px;
}

.div-block-2 {
  width: 800px;
}

.service-desc {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.5;
}

.service-block {
  flex-direction: column;
  display: flex;
}

.service-title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 400;
}

.div-block-3 {
  height: 150px;
}

.image-4 {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background-color: #f1f1f1;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid-3 {
  max-width: 900px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  height: 230px;
  background-color: #000;
  border-radius: 16px;
  overflow: hidden;
}

.grid-4 {
  grid-row-gap: 16px;
}

.hide {
  display: none;
}

.image-5 {
  width: 480px;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    display: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    padding: 12px 16px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .home-first-view {
    z-index: 0;
  }

  .home-first-view__nav {
    top: 64px;
    left: 32px;
  }

  .section-works {
    padding: 32px;
  }

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

  .works__item {
    width: 100%;
  }

  .footer {
    padding: 32px;
  }

  .footer-nav {
    top: 64px;
    left: 32px;
  }

  .section-main {
    padding: 40px 32px;
  }

  .section-h1 {
    font-size: 60px;
  }

  .section-bg {
    left: 32px;
  }

  .bg-logo {
    right: 32px;
  }

  .section-sub {
    padding: 40px 32px;
  }

  .cards._3columns {
    grid-template-columns: 1fr 1fr;
  }

  .menu--touch {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 96px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-touch__nav {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-touch__link {
    opacity: 1;
    color: #000;
    text-align: right;
    padding: 16px 32px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    text-decoration: none;
    transition: opacity .2s;
    display: block;
  }

  .menu-touch__link:hover {
    opacity: .8;
  }

  .menu-touch__list {
    padding: 0;
  }

  .mobile-nav__btn-img {
    width: auto;
    height: 64px;
    margin-bottom: -8px;
    padding: 8px;
  }

  .mobile-nav__btn {
    z-index: 1000;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: block;
    position: fixed;
    top: auto;
    bottom: 16px;
    left: auto;
    right: 16px;
  }

  .mobile-nav__btn.home {
    filter: contrast(200%) invert();
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .menu-text.close {
    display: none;
  }

  .works-centerlogo {
    width: 85px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 32px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .home-first-view {
    height: 100%;
    background-color: #0a0a0a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .first-view__background {
    width: 100%;
    height: 100vw;
  }

  .image {
    height: 50%;
  }

  .home-first-view__nav {
    top: 32px;
    left: 16px;
  }

  .fv__navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-works {
    padding: 16px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .works__item.sp-hide {
    display: none;
  }

  .footer {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    padding: 16px;
    display: flex;
  }

  .footer.home {
    margin-top: 100vh;
  }

  .footer-nav {
    top: 32px;
    left: 16px;
  }

  .section-main {
    padding: 40px 16px;
  }

  .section-h1 {
    font-size: 60px;
  }

  .section-bg {
    left: 16px;
  }

  .bg-logo {
    right: 16px;
  }

  .section-h2 {
    font-size: 24px;
  }

  .section-sub {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .form-block.top-margin {
    margin-top: 1em;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .text-area {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-area:focus {
    border-width: 1px;
    border-color: #000;
  }

  .submit-btn__wrap {
    align-self: flex-end;
  }

  .works-centerlogo {
    width: 65px;
  }

  .bg-video {
    width: 100vh;
    height: 100vw;
    transform-origin: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg)translate(-50%, -50%);
  }

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

  .td {
    margin-bottom: 64px;
  }

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

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

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section-h1 {
    font-size: 56px;
  }

  .cards {
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .cards._3columns {
    grid-template-columns: 1fr;
  }

  .works-centerlogo {
    width: 45px;
  }

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

#w-node-b58490c7-df65-88a7-f827-e5bdfaa3c4a7-5ce34507, #w-node-_5496a8b7-31d6-f7ab-4e84-2115e239f345-5ce34507, #w-node-_53921006-5e02-1f8f-85c6-f5b07207b865-5ce34507, #w-node-_7e1965ca-c19c-8209-9537-feb9e1bee986-5ce34507, #w-node-_96ffceed-3f55-775c-e5aa-f11bd16f533a-5ce34507, #w-node-_7359d4c7-5a86-eeda-fb33-702e8d7179d2-5ce34507, #w-node-ad2a2414-d8c8-7ff0-a636-f9856eca628d-5ce34507, #w-node-fdb10694-46bd-023c-8f30-d795c7203081-5ce34507, #w-node-b509c328-9e38-2a6c-6f83-3b337e918315-5ce34507, #w-node-_3a89bbd4-0e97-d747-cd30-2d965b5855c7-5ce34507, #w-node-_8af3f8b6-d57b-8423-0e0d-3bfc6d8a5429-5ce34507, #w-node-_67d25e20-55a8-4cbd-0016-e2ff7607d477-5ce34507, #w-node-_4d8080e8-b526-06c2-b998-c5de07417813-5ce34507, #w-node-d109c155-eb6a-4557-2111-049449c72623-5ce34507, #w-node-_96b00430-0b9a-309c-2dfa-4d718d5769a7-5ce34507, #w-node-_26aed889-716f-81cf-75e3-794703d4f1db-5ce34507, #w-node-a3ff1917-0fd0-8825-7bbd-b68cb11c7a75-5ce34507, #w-node-b34dc613-34f8-3b69-2879-291a99140d18-5ce34507, #w-node-_5302f5b2-be5d-f0dd-d9f2-33329ad47c59-5ce34507, #w-node-c4b86ca5-d727-d092-edaa-07e83e060b40-5ce34507, #w-node-fc48df7c-06b8-86b4-959a-1976221cebf4-5ce34507, #w-node-_7ce8e26a-b575-1366-6c78-30a2c8e1c3b3-5ce34507, #w-node-e2292f51-1278-887f-4c22-a76e827181c1-5ce34507, #w-node-_31bf54ed-1aed-2542-279f-70f0d6cf09be-5ce34507, #w-node-_288acf86-6428-3c6e-c38b-1cf1335ffba9-5ce34507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1725743-77d4-2788-cb6f-6412f273580c-33aae41c, #w-node-d14e52f1-dd6d-3ba9-795d-853d20587a19-33aae41c, #w-node-_9494ef45-2e42-1841-0169-80f709a5721c-33aae41c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-def79977-5706-786c-7228-ba21718bfd7d-33aae41c, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-44348b6a, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-44348b6a, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-44348b6a, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-44348b6a, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-44348b6a, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-44348b6a, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-44348b6a, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-44348b6a, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-44348b6a, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-44348b6a, #w-node-_2c15afb3-1554-bff9-6f8c-13d8f40f2ca2-5d085602, #w-node-_5906ba58-70c7-b1f3-4ae4-c6c1dda2af5a-5d085602, #w-node-fcbac272-dbf0-4977-7c49-edda75c8de96-5d085602, #w-node-f91c04d4-f78a-4096-2142-285ce884f43e-5d085602, #w-node-ada7d55c-03f8-034e-2f7d-ccfd9221397c-5d085602, #w-node-_17ed842f-13db-135b-4926-a903dd1477b5-5d085602, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-4d721279, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-4d721279, #w-node-_711fb7e7-e140-07ed-c85b-7feac9d4222d-4d721279, #w-node-bca9c295-8668-0aa7-0fc7-a486c9f0ba80-4d721279, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-4d721279, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-4d721279, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-4d721279, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-4d721279, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-4d721279, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-4d721279, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-4d721279, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-4d721279, #w-node-f0bd2a5c-fa31-784f-121f-8e7184c528e3-4d721279, #w-node-f0bd2a5c-fa31-784f-121f-8e7184c528e6-4d721279, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-7256da79, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-7256da79, #w-node-e51927d3-efdb-0600-58ed-7e89dd624ba3-7256da79, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-7256da79, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-7256da79, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-7256da79, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-7256da79, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-7256da79, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-7256da79, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-3bc232c3, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-3bc232c3, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-3bc232c3, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-3bc232c3, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-3bc232c3, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-3bc232c3, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-3bc232c3, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-3bc232c3, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-3bc232c3, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-3f567243, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-3f567243, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-3f567243, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-3f567243, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-3f567243, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-3f567243, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-3f567243, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-3f567243, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-3f567243, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-3f567243, #w-node-_36ebc885-228d-a212-0da9-0a5fddc6a09d-bd377da0, #w-node-e583a1b3-f235-c1d7-2b6c-d8f2e0d1cae1-bd377da0, #w-node-acdc2e33-04c0-78cd-9ac9-3a6633eadd34-bd377da0, #w-node-_73f17c1f-9b2e-0af8-bb2f-6266f59b78a7-bd377da0, #w-node-_882cdaa0-e6f5-74de-7dbb-e143b06a959a-bd377da0, #w-node-_4fec70f3-74e2-b3db-46b7-9cc6d68a650f-bd377da0, #w-node-_49aa6207-b7af-ea93-0513-2be3875de275-bd377da0, #w-node-eba3aa63-e014-7be2-1818-685b8956a39f-bd377da0, #w-node-_8055e204-c77f-2610-f699-08b7d2432120-bd377da0, #w-node-_8055e204-c77f-2610-f699-08b7d2432121-bd377da0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


