:root {
  --black: black;
  --red: #c22b20;
  --white: #fff;
  --blue: #007aff;
  --gray: #e9eaeb;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-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(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 600;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #007aff;
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  color: #439dff;
}

a:active {
  color: #acacac;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: auto;
  margin-right: auto;
}

.section.cc-cta {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/GP_01.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: var(--white);
  font-weight: 400;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  border-radius: 40px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--blue);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button.cc-contact-us:hover {
  background-image: linear-gradient(#00000036, #00000036);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.line-frame {
  z-index: 5;
  background-color: var(--red);
  border-radius: 8em;
  position: relative;
}

.button.line-frame:hover {
  background-image: linear-gradient(#00000036, #00000036);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .8;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
}

.heading-jumbo.red {
  color: var(--red);
  text-transform: uppercase;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 48px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  margin-left: 1.2em;
  margin-right: .6em;
}

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

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
  margin-right: .6em;
  display: flex;
  position: static;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff7d;
  border: 1px solid #fff;
  border-radius: 50em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 74em;
  padding: .6em;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 500;
  color: var(--red);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .7em 2.2em 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}

.navigation-item {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  color: var(--red);
  max-width: 19.5rem;
  display: block;
}

.navigation-items {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  color: var(--black);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-header {
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1140px;
  display: flex;
}

.content-wrap.cc-homepage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.content-wrap.teams {
  color: var(--black);
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-heading-wrap.teams {
  color: var(--black);
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 56px;
}

.heading {
  font-weight: 700;
}

.heading-2 {
  margin-top: 40px;
  font-weight: 700;
}

.heading-3 {
  font-weight: 600;
}

.heading-4 {
  font-weight: 500;
}

.paragraph, .link {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-6 {
  font-weight: 400;
}

.block-quote {
  font-family: Open Sans, sans-serif;
}

.hero-description {
  text-align: left;
  max-width: 800px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 34px;
}

.intro-header-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.intro-header-grid-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  background-color: var(--gray);
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 30px;
  position: relative;
}

.hero-heading-left.blackbg {
  background-color: var(--black);
  color: var(--white);
}

.hero-heading-right {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
}

.hero-heading-right.black-bg {
  border-bottom: 0px none var(--black);
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/WEB3_bg.png');
  background-position: 50% 30%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-heading-right.blackbg {
  background-color: var(--black);
  border-bottom-style: none;
}

.intro-header-image {
  border-radius: 10px;
  width: 17.9rem;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  display: grid;
}

.image {
  border-radius: 10px;
}

.intro-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-jumbo-2 {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
}

.background-video {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  background-color: #00000073;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  display: flex;
}

.heading-7.red {
  color: var(--red);
}

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

.footer-section {
  background-color: var(--black);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.footer-section.cc-cta {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/GP_01.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.text-background {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #4668727d;
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.ai-intro-header {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #fff6, var(--white) 22%, #fff0 86%), url('../images/AIRacing_01.png');
  color: var(--white);
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.ai-intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.hero-heading-left-black {
  background-color: var(--gray);
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 30px;
  position: relative;
}

._2025-venue-wrap {
  color: var(--white);
}

.intro-tianmen-mountain {
  background-color: var(--gray);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/Tianmen-Mountain’s-99-Bends.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.intro-tianmen-mountain.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.about-cait {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--gray);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.about-cait.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.news {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(#000000eb, #000000eb), url('../images/pattern-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
}

.news.black-bg {
  border-bottom: 0px none var(--black);
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/WEB3_bg.png');
  background-position: 50% 30%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.news.blackbg {
  background-color: var(--black);
  border-bottom-style: none;
}

.news-wrap {
  margin-bottom: 20px;
}

.uniiversity-teams {
  background-color: var(--gray);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/University-Teams.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.uniiversity-teams.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.news-link {
  margin-top: 10px;
  display: block;
}

.section-header-wrap {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
}

.section-header-wrap.tianmen {
  padding-top: 0;
}

.section-header-wrap.teams {
  color: var(--black);
}

.text-wrap {
  color: var(--black);
  display: none;
}

.language-menu {
  color: var(--red);
  display: block;
  position: sticky;
  inset: auto auto 5%;
}

.language-items {
  color: var(--red);
}

.language-items:hover, .language-items.w--current:hover {
  color: var(--white);
}

.team-logo {
  justify-content: center;
  align-items: center;
  max-height: 200px;
  display: flex;
}

.team-logo-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 120px;
}

.team-name {
  font-size: 24px;
}

.team-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  padding: 40px 20px;
  display: flex;
}

.competing-teams {
  background-color: var(--gray);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.competing-teams.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/Cover-tms.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us, .button.line-frame {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    margin-left: 2.4em;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-right: 1.2em;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    background-color: #2c2c2c;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: var(--red);
    background-image: linear-gradient(#0000001a, #0000001a);
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #000;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .intro-header-grid {
    grid-column-gap: 30px;
  }

  .grid-2 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .intro-text {
    width: auto;
  }

  .heading-jumbo-2 {
    font-size: 56px;
    line-height: 70px;
  }

  .footer-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .team-logo-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrap {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .footer-section {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-section.cc-cta {
    padding: 15px;
  }

  .footer-section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-heading-left-black, .news {
    padding: 60px 15px;
  }

  .team-logo-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }
}

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

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.cc-cta {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .paragraph-tiny {
    font-size: 10px;
  }

  .paragraph-bigger {
    text-align: center;
  }

  .button.line-frame {
    display: block;
  }

  .label {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 28px;
    line-height: 47px;
  }

  .heading-jumbo.red {
    font-size: 28px;
  }

  .heading-jumbo-small {
    font-size: 23px;
    line-height: 28px;
  }

  .logo-link {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    display: flex;
  }

  .logo-link.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
    display: flex;
  }

  .menu {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-wrap {
    padding-top: .125em;
    padding-bottom: .125em;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    flex: none;
    padding-right: 5px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    max-width: 12.6rem;
  }

  .cta-wrap {
    padding: 40px 15px;
  }

  .intro-header {
    padding: 40px 0;
  }

  .content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrap.cc-homepage {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap {
    width: auto;
  }

  .our-services-grid {
    grid-row-gap: 40px;
    text-align: left;
    margin-bottom: 0;
  }

  .section-heading-wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-2 {
    font-size: 13px;
  }

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

  .intro-header-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .hero-heading-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading-left.blackbg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading-right, .hero-heading-right.black-bg, .hero-heading-right.blackbg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-2 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    margin-bottom: 0;
  }

  .intro-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .heading-jumbo-2 {
    font-size: 28px;
    line-height: 37px;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    min-height: 551px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-7 {
    font-size: 13px;
    line-height: 20px;
  }

  .heading-7.red {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-section.cc-cta {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-background {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .ai-intro-header {
    background-image: linear-gradient(to bottom, var(--gray), var(--gray));
    background-position: 0 0;
    padding: 0;
  }

  .intro-tianmen-mountain {
    background-image: none;
    background-position: 0 0;
    padding: 0;
  }

  .about-cait {
    padding: 60px 0 0;
  }

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

  .news.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .uniiversity-teams {
    background-image: none;
    background-position: 0 0;
    padding: 0;
  }

  .section-header-wrap {
    background-image: linear-gradient(#fff0, #fff 48%, #fff0), url('../images/AIRacing_01.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 15px;
  }

  .section-header-wrap.tianmen {
    background-image: linear-gradient(#00000047, #00000047), url('../images/Tianmen---1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-header-wrap.team {
    background-image: linear-gradient(#00000073, #00000073), url('../images/education-image.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .div-block {
    display: none;
  }

  .language-menu {
    right: auto;
  }

  .team-logo-grid {
    grid-row-gap: 40px;
    text-align: left;
    grid-template-rows: auto auto auto auto auto auto auto;
    margin-bottom: 0;
    display: grid;
  }

  .team-name {
    text-align: center;
  }

  .competing-teams {
    background-image: none;
    background-position: 0 0;
    padding: 40px 0;
  }

  .heading-8 {
    font-size: 23px;
  }

  .heading-9 {
    font-size: 26px;
  }

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

#w-node-f2a99e7b-9d14-bd33-6057-3ca4470b85e5-e5db0b57, #w-node-f2a99e7b-9d14-bd33-6057-3ca4470b85f9-e5db0b57, #w-node-f2a99e7b-9d14-bd33-6057-3ca4470b85ef-e5db0b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-e5db0b5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-e5db0b5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-e5db0b5a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-e5db0b5a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-e5db0b5a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-e5db0b5a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7c1-ccbac290 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7ca-ccbac290 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7d3-ccbac290 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7dc-ccbac290 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7e5-ccbac290 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7ee-ccbac290 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_711540f3-60c6-7f00-2bbd-dc5220191d01-ccbac290, #w-node-_53e9f84b-b3f1-792c-131b-cdff4bb74da2-ccbac290, #w-node-b11ed346-a4c0-f31b-44b9-75fd417de19a-ccbac290, #w-node-_10f7398c-abda-fbb0-cee5-d8b5f9c8a17f-ccbac290, #w-node-d24f2881-3d6b-747c-5664-5ad8727fb63c-ccbac290, #w-node-_25f091cf-99c7-778f-0eaf-5cccb321fecf-ccbac290, #w-node-fda9230b-2ce8-180b-dc73-247dd69a5e0b-ccbac290, #w-node-f2a99e7b-9d14-bd33-6057-3ca4470b85e5-294accb6, #w-node-f2a99e7b-9d14-bd33-6057-3ca4470b85f9-294accb6, #w-node-f2a99e7b-9d14-bd33-6057-3ca4470b85ef-294accb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_711540f3-60c6-7f00-2bbd-dc5220191d01-22131c85 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fb083c9-df90-4746-25f5-06cd0db4a55e-22131c85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3f6ccdd-420f-f35a-84e4-f9558f249fbc-22131c85 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3d3a0fe0-4832-fa15-c3ad-abd222668422-22131c85 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_34b9921f-844d-fe4d-8a9b-95b6af370377-22131c85 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a56b7805-8f48-8072-f0f7-957f00bcf994-22131c85 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c13a15ff-cc72-9ee9-58c9-22529b81abae-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abb3-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abb8-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abbd-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abc2-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abc7-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abcc-22131c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-e5db0b5a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-e5db0b5a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-e5db0b5a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-e5db0b5a {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-e5db0b5a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-e5db0b5a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-e5db0b5a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-e5db0b5a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-e5db0b5a {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a021dd5-836f-4db1-16eb-90ccb6cbe64c-ccbac290 {
    order: -9999;
  }

  #w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7c1-ccbac290, #w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7ca-ccbac290, #w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7d3-ccbac290, #w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7dc-ccbac290, #w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7e5-ccbac290, #w-node-fd0e8efd-22a2-dabf-7b97-d67a8e83a7ee-ccbac290, #w-node-_711540f3-60c6-7f00-2bbd-dc5220191d01-ccbac290, #w-node-_53e9f84b-b3f1-792c-131b-cdff4bb74da2-ccbac290, #w-node-b11ed346-a4c0-f31b-44b9-75fd417de19a-ccbac290, #w-node-_10f7398c-abda-fbb0-cee5-d8b5f9c8a17f-ccbac290, #w-node-d24f2881-3d6b-747c-5664-5ad8727fb63c-ccbac290, #w-node-_25f091cf-99c7-778f-0eaf-5cccb321fecf-ccbac290, #w-node-fda9230b-2ce8-180b-dc73-247dd69a5e0b-ccbac290 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a021dd5-836f-4db1-16eb-90ccb6cbe64c-22131c85 {
    order: -9999;
  }

  #w-node-_711540f3-60c6-7f00-2bbd-dc5220191d01-22131c85, #w-node-_1fb083c9-df90-4746-25f5-06cd0db4a55e-22131c85, #w-node-b3f6ccdd-420f-f35a-84e4-f9558f249fbc-22131c85, #w-node-_3d3a0fe0-4832-fa15-c3ad-abd222668422-22131c85, #w-node-_34b9921f-844d-fe4d-8a9b-95b6af370377-22131c85, #w-node-a56b7805-8f48-8072-f0f7-957f00bcf994-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abae-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abb3-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abb8-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abbd-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abc2-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abc7-22131c85, #w-node-c13a15ff-cc72-9ee9-58c9-22529b81abcc-22131c85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


