:root {
  --zen--neutral--white: #fff;
  --zen--gray--800: #1f2937;
  --zen--gray--600: #4b5563;
  --zen--neutral--black: #000;
  --zen--gray--50: #f9fafb;
  --zen--gray--100: #f3f4f6;
  --zen--gray--500: #6b7280;
  --zen--gray--200: #e5e7eb;
  --zen--gray--950: #030711;
  --zen--gray--900: #111827;
  --zen--purple--700: #913b8b;
  --zen--gray--400: #9ca3b0;
  --zen--gray--700: #384252;
  --zen--gray--300: #d1d5db;
  --zen--purple--500: #cb6cca;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

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

.zen-section-small {
  background-color: var(--zen--neutral--white);
  padding: 72px 5%;
  position: relative;
}

.zen-overline {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-paragraph-small {
  color: var(--zen--gray--600);
  font-size: 12px;
  line-height: 19px;
  position: relative;
}

.zen-text-color-gray-800 {
  color: var(--zen--gray--800);
}

.zen-container-regular {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.zen-subheading-regular {
  color: var(--zen--neutral--black);
  letter-spacing: -.18px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.zen-subheading-regular.zen-text-color-gray-800 {
  color: var(--zen--gray--800);
  font-weight: 700;
  line-height: 20px;
}

.zen-content-tabs-content {
  width: 100%;
  height: auto;
}

.zen-subheading-large {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

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

.zen-h3-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-team-block {
  background-color: var(--zen--gray--50);
  border-radius: 24px;
  padding: 80px;
}

.zen-title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.zen-team-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.zen-team-tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--zen--gray--100);
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  padding: 4px;
  display: flex;
}

.zen-team-tab-link {
  background-color: var(--zen--gray--100);
  color: var(--zen--gray--500);
  text-align: center;
  letter-spacing: -.32px;
  border-radius: 99px;
  padding: 12px 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  transition: opacity .3s, background-color .3s;
}

.zen-team-tab-link:hover {
  background-color: var(--zen--gray--200);
  color: var(--zen--neutral--black);
}

.zen-team-tab-link.w--current {
  background-color: var(--zen--neutral--white);
  color: var(--zen--gray--950);
}

.zen-team-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--zen--neutral--white);
  color: var(--zen--gray--600);
  text-align: justify;
  cursor: default;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 2px -14px #4d4d4d14;
}

.zen-team-image {
  border: 8px solid var(--zen--neutral--white);
  background-color: var(--zen--gray--50);
  border-radius: 999px;
  flex: none;
  width: 150px;
  overflow: hidden;
}

.zen-team-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.zen-icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.zen-paragraph-large {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 31px;
}

.zen-section-regular {
  background-color: var(--zen--neutral--white);
  padding: 82px 5%;
  position: relative;
}

.zen-column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.zen-button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--zen--gray--900);
  color: var(--zen--neutral--white);
  letter-spacing: -.2px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.zen-button-primary:hover {
  background-color: var(--zen--purple--700);
  color: var(--zen--neutral--white);
}

.zen-display-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -4.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.zen-paragraph-x-small {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 12px;
}

.zen-header-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--zen--neutral--black);
  align-items: center;
  display: flex;
}

.zen-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zen-header-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr;
  align-items: center;
  margin-bottom: 40px;
}

.zen-header-image-wrapper {
  border-radius: 24px;
  margin-bottom: 5px;
  overflow: hidden;
}

.zen-header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.div-block {
  text-align: center;
  background-color: #f4f4f6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  display: flex;
}

.text-block {
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
}

.vio_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zen-paragraph-large-2 {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.zen-overline-2 {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-section-regular-2 {
  background-color: var(--zen--neutral--white);
  padding: 82px 5%;
  position: relative;
}

.zen-container-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small-2.zen-column-center {
  text-align: center;
  align-items: center;
}

.zen-text-color-gray-801 {
  color: var(--zen--gray--600);
}

.zen-icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.zen-h2-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-subheading-large-2 {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large-2.zen-text-color-gray-801 {
  color: var(--zen--gray--600);
}

.zen-h6-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.zen-faq-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-faq-dropdown {
  border-bottom: 1px solid var(--zen--gray--200);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.zen-faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.zen-faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.zen-faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.zen-faq-bottom-padding {
  padding-bottom: 32px;
}

.zen-column-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2 {
  width: 660px;
  height: 400px;
}

.div-block-2 {
  background-image: url('../images/U-29summit_Logo_b.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
}

.div-block-3 {
  padding: 20px 5%;
}

.div-block-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  background-image: url('../images/U-29summit_Logo_w.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 30px;
}

.div-block-6 {
  background-color: #050618;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 5%;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.play-pause-button {
  z-index: 40;
  display: none;
}

.track-overlay {
  z-index: 1;
  background-image: linear-gradient(#f9f5ff, #0000 50%, #f9f5ff);
  position: absolute;
  inset: 0%;
}

.track-overlay.unclickable {
  background-image: linear-gradient(#fff, #0000 50%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-large {
  color: #111322;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large.rotate-text {
  color: #dcdfea;
  white-space: nowrap;
  font-weight: 600;
}

.infinite-rotation-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical {
  flex-direction: column;
  margin-left: 9px;
  display: flex;
  position: absolute;
}

.vertical-scroll-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 43ch;
  position: relative;
}

.text-rotation-wrapper {
  display: flex;
}

.faq1_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text_scroll {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.zen-container-large-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.zen-logo-card {
  background-color: #fff;
  border-radius: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.zen-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.zen-section-x-small {
  background-color: var(--zen--neutral--white);
  padding: 36px 5%;
  position: relative;
}

.zen-section-x-small.zen-background-gray-100 {
  background-color: var(--zen--gray--100);
}

.zen-code-embed {
  display: none;
}

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

.zen-logo-wrapper {
  color: var(--zen--gray--400);
  transition: color .3s;
}

.zen-logo-wrapper:hover {
  color: var(--zen--gray--700);
}

.zen-logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.zen-logo-carousel-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.zen-logo-carousel-gradient.zen-right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.div-block-8 {
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.syozoku {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.syozoku_sticky {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: scroll;
}

.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.left-arrow, .slide-nav, .right-arrow {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: 40px;
}

.zen-container-large-4 {
  margin-left: auto;
  margin-right: auto;
}

.zen-logo-carousel-2 {
  position: relative;
  overflow: hidden;
}

.zen-logo-card-2 {
  background-color: #fff;
  border-radius: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.zen-logo-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.zen-section-x-small-2 {
  background-color: var(--zen--neutral--white);
  padding: 36px 5%;
  position: relative;
}

.zen-section-x-small-2.zen-background-gray-101 {
  background-color: var(--zen--gray--100);
}

.zen-code-embed-2 {
  display: none;
}

.zen-background-gray-101 {
  background-color: var(--zen--gray--100);
}

.zen-logo-wrapper-2 {
  color: var(--zen--gray--400);
  transition: color .3s;
}

.zen-logo-wrapper-2:hover {
  color: var(--zen--gray--700);
}

.zen-logo-carousel-content-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.zen-logo-carousel-gradient-2 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.zen-logo-carousel-gradient-2.zen-right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: #5f5f5f00;
  height: 40px;
}

.div-block-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left {
  z-index: 10;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 30px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-2 {
  display: none;
}

.zen-text-color-gray-300 {
  color: var(--zen--gray--300);
}

.zen-overline-3 {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-section-regular-3 {
  background-color: var(--zen--neutral--white);
  padding: 82px 5%;
  position: relative;
}

.zen-paragraph-small-2 {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.zen-container-regular-2 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.zen-text-color-gray-802 {
  color: var(--zen--gray--600);
}

.zen-button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--zen--gray--900);
  color: var(--zen--neutral--white);
  letter-spacing: -.2px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.zen-button-primary-2:hover {
  background-color: var(--zen--purple--700);
  color: var(--zen--neutral--white);
}

.zen-h2-heading-2 {
  color: var(--zen--neutral--black);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-subheading-large-3 {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large-3.zen-text-color-gray-802 {
  color: var(--zen--gray--600);
}

.zen-h6-heading-2 {
  color: var(--zen--neutral--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.zen-paragraph-x-small-2 {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 12px;
}

.zen-paragraph-x-small-2.zen-text-color-gray-300 {
  color: var(--zen--gray--300);
}

.zen-subheading-small {
  color: var(--zen--neutral--black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-subheading-small.zen-text-color-gray-802 {
  color: var(--zen--gray--600);
}

.zen-image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zen-blog-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.zen-blog-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zen-blog-avatar {
  background-color: var(--zen--purple--500);
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.zen-blog-detail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zen-blog-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--zen--gray--100);
  color: var(--zen--neutral--black);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: grid;
}

.zen-blog-image-small {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.zen-blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.zen-blog-header-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.text-block-3 {
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .zen-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .zen-paragraph-small {
    text-align: justify;
    justify-content: center;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .zen-team-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zen-team-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .zen-team-grid-large {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .zen-paragraph-large {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
    display: none;
  }

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

  .zen-display-heading {
    letter-spacing: -2px;
    font-size: 49px;
  }

  .zen-header-grid-top {
    text-align: center;
    grid-template-columns: 1.3fr;
  }

  .zen-header-button-wrapper {
    justify-content: center;
  }

  .background-video {
    height: 290px;
  }

  .background-video-2 {
    width: 640px;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    color: var(--zen--gray--600);
    justify-content: center;
    align-items: center;
    line-height: 26px;
    display: flex;
  }

  .zen-blog-post {
    grid-template-columns: 1fr;
  }

  .zen-blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .zen-section-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zen-h3-heading {
    font-size: 44px;
  }

  .zen-team-block {
    padding: 48px 20px 32px;
  }

  .zen-team-tab-link {
    font-size: 18px;
  }

  .zen-team-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zen-team-image {
    width: 130px;
  }

  .zen-paragraph-large {
    font-size: 14px;
  }

  .zen-section-regular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zen-display-heading {
    font-size: 42px;
  }

  .background-video {
    height: 210px;
  }

  .zen-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zen-h2-heading {
    font-size: 48px;
  }

  .background-video-2 {
    width: 450px;
    height: 260px;
  }

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

  .heading-large {
    font-size: 1.875rem;
  }

  .vertical-scroll-wrapper {
    height: 2.34375rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .text-block-2 {
    text-align: justify;
  }

  .zen-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zen-h2-heading-2 {
    font-size: 48px;
  }

  .zen-blog-post {
    grid-template-columns: 1fr;
  }

  .zen-blog-image-small {
    height: 120px;
  }

  .zen-blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .zen-paragraph-small {
    text-align: left;
    width: 130px;
  }

  .zen-team-block {
    padding: 40px 10px 24px;
  }

  .zen-team-tabs-menu {
    border-radius: 32px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .zen-team-image {
    width: 90px;
  }

  .zen-team-grid-large {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .zen-paragraph-large {
    font-size: 12px;
  }

  .zen-display-heading {
    letter-spacing: -2px;
    font-size: 36px;
  }

  .zen-header-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .background-video {
    height: 180px;
  }

  .zen-faq-dropdown-toggle {
    padding: 16px;
  }

  .zen-faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .background-video-2 {
    width: 320px;
    height: 210px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .zen-logo, .zen-logo-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .zen-blog-image-small {
    height: 70px;
  }
}

#w-node-ddbac964-0b17-45b6-16f8-548a942db0f1-89072306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddbac964-0b17-45b6-16f8-548a942db0f3-89072306 {
  align-self: end;
}

#w-node-ddbac964-0b17-45b6-16f8-548a942db0fe-89072306, #w-node-f7a1fead-15a4-e6be-8ea3-264e1fae8bee-89072306, #w-node-_9f75fd5a-94f8-2061-bcc3-7c66a39561e2-89072306, #w-node-c6f834c9-91fd-5377-68c8-1195ef97e7f0-89072306, #w-node-b62f341b-ba1e-db81-71b0-d14d5bf69d92-89072306, #w-node-ab56a80d-26cb-7907-ebfc-2470ae4c8d2c-89072306, #w-node-_7d70df5b-f4b8-a55f-e96f-de3499331474-89072306, #w-node-_8b54c8e7-0ec2-78de-7bc2-3ecf8f27733e-89072306, #w-node-_0996937b-1fc1-692e-8df4-8c6167142afb-89072306, #w-node-b6dd7046-cbc3-53d9-0a5e-413721c38e54-89072306, #w-node-_06540fa9-51b7-08f2-77f2-672c1107f3a6-89072306, #w-node-_0f291fb9-9ad8-ecb6-ba29-feddd6d06523-89072306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d2738d7-4240-7ca8-2ce9-c804f51d9e68-89072306, #w-node-_8d2738d7-4240-7ca8-2ce9-c804f51d9e7a-89072306 {
  align-self: stretch;
}


