:root {
  --white: white;
  --black: black;
  --grey-6: #f0f0f0;
  --red: #9b0001;
  --grey-55: #737373;
  --grey-3: #f7f7f7;
  --accent-opacity-7: #3f80ff12;
  --accent: #9b0001;
  --green: #42bb88;
  --green-opacity-7: #42bb8812;
  --red-opacity-7: #d33d3e12;
  --grey-1: #fcfcfc;
  --accent-hover: #9b0001;
  --accent-opacity-40: #ff3f4266;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}

h1 {
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 128%;
}

h2 {
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 128%;
}

h3 {
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 128%;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  border-radius: 4px;
  max-width: 100%;
  height: 400px;
  display: inline-block;
}

.header {
  z-index: 100;
  border-bottom: 1px solid var(--grey-6);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  display: flex;
  position: fixed;
  top: 0;
}

.header-logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.logo-text {
  letter-spacing: -.32px;
  font-weight: 700;
}

.logo-icon {
  width: 18px;
  height: 18px;
}

.chips {
  background-color: var(--red);
  color: var(--white);
  letter-spacing: -.24px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 6px 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 132%;
  display: inline-block;
}

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

.page-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 364px 1fr;
  display: flex;
}

.page-layout._404 {
  height: 100vh;
  min-height: 560px;
}

.page-layout.licenses {
  height: 100vh;
  min-height: 680px;
}

.menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px solid var(--grey-6);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.menu-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding: 116px 32px 32px;
  display: flex;
  overflow: auto;
}

.medium-s {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
}

.menu-link {
  z-index: 1;
  color: var(--grey-55);
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  text-decoration: none;
  transition: background-color .15s ease-in-out;
  display: block;
  position: relative;
}

.menu-link:hover, .menu-link:focus {
  background-color: var(--grey-3);
}

.menu-link.w--current {
  background-color: var(--accent-opacity-7);
  color: var(--red);
}

.grey-40 {
  color: var(--grey-55);
}

.menu-link-icon {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.icon-size-14 {
  width: 14px;
  height: 14px;
}

.menu-link-dropdown-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  width: 100%;
  padding-top: 4px;
  padding-left: 12px;
  display: flex;
}

.menu-dropdown-line {
  background-color: var(--grey-6);
  width: 1px;
}

.dropdown-menu-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.menu-button-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.menu-button-content-wrapper.dropdown-content {
  overflow: hidden;
}

.menu-button {
  border-top: 1px solid var(--grey-6);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  transition: background-color .1s ease-in-out;
  display: flex;
}

.menu-button:hover, .menu-button:focus {
  background-color: var(--grey-3);
}

.page-layout-content {
  flex: 1;
  margin-top: 84px;
}

.page-layout-content._404, .page-layout-content.licenses {
  flex-flow: column;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1600px;
  padding-left: 32px;
  padding-right: 32px;
}

.container._404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.licenses {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.banner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/SWSS-Tech-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  padding: 48px;
  display: flex;
}

.banner-heading {
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 104%;
}

.white {
  color: var(--white);
}

.max-width-320 {
  max-width: 320px;
}

.regular-s {
  font-size: 14px;
  line-height: 148%;
}

.regular-s.white.max-width-448 {
  text-align: justify;
}

.max-width-448 {
  max-width: 448px;
}

.banner-wrapper {
  padding-top: 32px;
}

.layout-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.layout-wrapper.licenses {
  flex: 1;
}

.content-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.wrapper.grow {
  flex: 1;
  max-width: 1064px;
}

.wrapper.grow.licenses {
  align-self: stretch;
  display: flex;
}

.wrapper.heading-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrapper.bullet-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrapper.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.wrapper.content-footer {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrapper.numbered-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrapper.table-wrapper {
  overflow: hidden;
}

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

.wrapper.heading-table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.wrapper.heading-paragraph-code {
  flex-flow: column;
}

.wrapper._404-message {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.anchor-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 200px;
  display: flex;
  position: sticky;
  top: 132px;
}

.regular-m {
  font-size: 16px;
}

.regular-m.number {
  min-width: 16px;
}

.bullet-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.bullet {
  background-color: var(--black);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 10px;
}

.bold-m {
  font-weight: 700;
}

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

.message {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  padding: 18px 20px;
  display: flex;
}

.message.information {
  border-left: 4px solid var(--accent);
  background-color: var(--accent-opacity-7);
}

.message.success {
  border-left: 4px solid var(--green);
  background-color: var(--green-opacity-7);
}

.message.warning {
  border-left: 4px solid var(--red);
  background-color: var(--red-opacity-7);
}

.icon-size-24 {
  width: 24px;
  height: 24px;
}

.image {
  object-fit: contain;
}

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

.navigation-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--grey-6);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: flex;
}

.navigation-button:hover, .navigation-button:focus {
  background-color: var(--grey-1);
  color: var(--accent);
}

.navigation-button.previous {
  flex-direction: row-reverse;
}

.mono-xs-uppercase {
  letter-spacing: -.24px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 132%;
}

.medium-m {
  font-weight: 500;
}

.icon-size-20 {
  width: 20px;
  height: 20px;
}

.navigation-button-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.navigation-button-content-wrapper.previous {
  align-items: flex-end;
}

.footer {
  border-top: 1px solid var(--grey-6);
  justify-content: space-between;
  padding-top: 24px;
  display: flex;
}

.footer-link {
  color: var(--grey-55);
  font-size: 14px;
  font-weight: 400;
  transition: color .1s ease-in-out;
}

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

.anchor-link {
  border-left: 1px solid var(--grey-6);
  color: var(--black);
  padding: 6px 0 6px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: border .1s ease-in-out;
}

.anchor-link:hover, .anchor-link:focus {
  border-left-color: var(--accent);
}

.anchor-link.w--current {
  border-left: 1px solid var(--accent);
  color: var(--accent);
  transition-property: border-color;
}

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

.section-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  display: flex;
}

.anchor-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.numbered-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.image-stroke {
  border: 1px solid var(--grey-6);
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(auto, 224px) 1fr;
}

.table-cell {
  border-bottom: 1px solid var(--grey-6);
  padding: 12px 20px;
}

.table-cell.right-border {
  border-right: 1px solid var(--grey-6);
}

.code {
  border: 1px solid var(--grey-6);
  border-radius: 4px;
  flex: none;
}

.hamburger-menu {
  display: none;
}

.link {
  color: var(--accent);
  text-decoration: underline;
  transition: color .15s ease-in-out;
}

.link:hover, .link:focus {
  color: var(--accent-hover);
}

.button {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}

.button.primary {
  background-color: var(--accent);
  transition: background-color .15s ease-in-out;
}

.button.primary:hover, .button.primary:focus {
  background-color: var(--accent-hover);
}

.button.primary.w--current {
  background-color: var(--accent);
}

.image-2 {
  height: 50px;
}

.image-3 {
  width: 30px;
  height: 30px;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_text {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  align-self: flex-end;
  font-size: 12px;
  position: relative;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.div-block {
  width: 150px;
}

.image-4 {
  height: 80px;
}

.timeline_date-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_text-2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.body {
  font-family: Roboto Condensed, sans-serif;
}

.bold-text-3 {
  font-size: 18px;
}

.image-5 {
  height: 30px;
}

.bold-text-4 {
  width: auto;
  font-size: 18px;
}

.bold-text-5 {
  font-size: 18px;
}

.menu-link-1 {
  z-index: 1;
  color: var(--white);
  background-color: #960000;
  border-radius: 8px;
  flex: 1;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  text-decoration: none;
  transition: background-color .15s ease-in-out;
  display: block;
  position: relative;
}

.menu-link-1:hover {
  background-color: var(--red);
  color: var(--white);
}

.menu-link-1:focus {
  background-color: var(--grey-3);
}

.menu-link-1.w--current {
  background-color: var(--accent-opacity-7);
  color: var(--red);
}

.menu-link-2 {
  z-index: 1;
  color: var(--white);
  background-color: #960000;
  border-radius: 8px;
  flex: 1;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  text-decoration: none;
  transition: background-color .15s ease-in-out;
  display: block;
  position: relative;
}

.menu-link-2:hover {
  background-color: var(--red);
  color: var(--white);
}

.menu-link-2:focus {
  background-color: var(--grey-3);
}

.menu-link-2.w--current {
  background-color: var(--accent-opacity-7);
  color: var(--red);
}

@media screen and (max-width: 991px) {
  img {
    height: 480px;
  }

  .menu {
    display: none;
    position: fixed;
    box-shadow: 0 0 64px #0000001a;
  }

  .anchor-links-wrapper {
    display: none;
  }

  .icon-size-24.close-icon {
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  .hamburger-menu {
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 5px;
    display: block;
    position: relative;
  }

  .menu-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .image-2 {
    height: 60px;
  }
}

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

  img {
    height: 320px;
  }

  .header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .chips-wrapper {
    display: none;
  }

  .menu {
    width: 100%;
  }

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

  .banner {
    padding: 40px 24px;
  }

  .banner-heading {
    font-size: 36px;
  }

  .layout-wrapper {
    padding-bottom: 40px;
  }

  .wrapper.buttons {
    flex-direction: column;
  }

  .footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .hamburger-menu {
    order: 1;
  }

  .menu-logo-wrapper {
    flex: 1;
    justify-content: space-between;
  }

  .image-2 {
    height: 60px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .regular-s.white.max-width-448 {
    text-align: left;
  }

  .wrapper.table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: scroll;
  }

  .table {
    grid-template-columns: minmax(auto, 168px) minmax(312px, 1fr);
    overflow: scroll;
  }

  .image-2 {
    height: 50px;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3ee3-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3ee8-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3eea-37b3a55c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3ef5-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3efa-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f05-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f0a-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f15-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f1b-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f28-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f2d-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f3a-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f3f-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f4c-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f51-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f5e-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f63-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f6e-37b3a55c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56e28d9c-d58f-d318-528d-4e08bbde3f73-37b3a55c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb1fe-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb20a-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb20c-9b216c9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb214-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb220-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb227-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb233-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb23c-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb244-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ff33195c-718b-0d72-2591-ed4547c0ed61-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ff33195c-718b-0d72-2591-ed4547c0ed68-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb24e-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb258-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb264-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb26c-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb275-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb27d-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb287-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb28f-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb299-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e0a56b7-a2e6-e4ee-fe3d-8f04774cb2a1-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6de0c1ee-421b-0dac-6265-d6d63c681e97-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6de0c1ee-421b-0dac-6265-d6d63c681e9e-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_17db02e7-c2dc-1a01-7a07-f1aedb9d4ed6-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_17db02e7-c2dc-1a01-7a07-f1aedb9d4edd-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_395325dd-1dfc-0333-16fd-e05f75ff9093-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_395325dd-1dfc-0333-16fd-e05f75ff909a-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3a7c027f-e46e-e781-2836-111886bbef60-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3a7c027f-e46e-e781-2836-111886bbef67-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfabb977-2953-c4ad-1b0e-c66f673b728f-9b216c9e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfabb977-2953-c4ad-1b0e-c66f673b7296-9b216c9e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0926-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c092e-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0930-4ec5969b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0938-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0941-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c094b-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0952-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0959-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0960-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0967-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0970-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c097a-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0982-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0989-4ec5969b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0991-4ec5969b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e9488460-c8b0-8fc3-9950-a4e6b2f2e354-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9488460-c8b0-8fc3-9950-a4e6b2f2e359-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e9488460-c8b0-8fc3-9950-a4e6b2f2e35b-df9afa2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695dc5-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695dce-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695de1-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695de8-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695def-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695dfb-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695e02-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695e0c-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695e13-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695e1c-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695e23-df9afa2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f9026af-be89-ecbf-fff2-be8d98695e28-df9afa2a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a590f-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5917-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5919-34daf033 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a591e-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5927-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5931-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a593a-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5944-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5950-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a595a-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5962-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a596c-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5977-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5983-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9d47d7f5-1c9e-24c2-8a6b-5462af5a5988-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6ab0467d-5834-e44e-593d-ed738b992602-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6ab0467d-5834-e44e-593d-ed738b99260b-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f853ad04-9f5f-cb1a-240c-41772e50e1dd-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f853ad04-9f5f-cb1a-240c-41772e50e1e6-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e58346f3-8b0e-3d0b-7572-d1f77535bf6a-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e58346f3-8b0e-3d0b-7572-d1f77535bf73-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d8e5ec15-b705-054c-a2c2-dd3ba432635f-34daf033 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d8e5ec15-b705-054c-a2c2-dd3ba432636a-34daf033 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1c7-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1d1-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1d3-8b0b735f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1de-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1e7-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1f4-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e1ff-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e20c-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e216-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e223-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e22e-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e23b-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e248-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e255-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e25e-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e269-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e272-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e27f-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e288-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e295-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e2a0-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e2ab-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7351cc49-3d4a-3086-45d6-dc788a40e2b0-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_27b5ac11-20b0-ed09-602f-a06f1af479ca-8b0b735f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_27b5ac11-20b0-ed09-602f-a06f1af479d3-8b0b735f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0926-51acc9d1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c092e-51acc9d1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0930-51acc9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0938-51acc9d1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0941-51acc9d1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c094b-51acc9d1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0952-51acc9d1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0959-51acc9d1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b943fe2f-55b6-538d-a115-5761274c0960-51acc9d1 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


