:root {
  --_swatch---brand-text: var(--_swatch---dark-900);
  --_swatch---brand-500🚀: #b320d1;
  --_swatch---light-100: #fff;
  --_swatch---brand-300🚀: #ef8fe9;
  --_swatch---brand-100: #ffeefe;
  --_swatch---brand-800: #4f135b;
  --_swatch---dark-900-o60: #1f1d1e99;
  --_theme---button--secondary--text: var(--_theme---theme--text);
  --_swatch---brand-600: #9d19b8;
  --_theme---theme--text-fade: var(--_swatch---dark-900-o60);
  --_swatch---brand-200: #ffaefa;
  --_swatch---brand-700: #7d1792;
  --_swatch---dark-900: #1f1d1e;
  --_swatch---brand-text-o60: var(--_swatch---dark-900-o20);
  --_swatch---dark-900-o80: #1f1d1ecc;
  --_swatch---brand-400: #d051ea;
  --_theme---text-link--text: var(--_theme---theme--text);
  --_swatch---transparent: #fff0;
  --_swatch---light-100-o20: #fff3;
  --_swatch---light-200: #ebebeb;
  --_swatch---light-100-o40: #fff6;
  --_swatch---light-100-o60: #fff9;
  --_swatch---dark-800: #2f2b2d;
  --_swatch---dark-900-o20: #1f1d1e33;
  --_swatch---brand-900: #1d0522;
  --_swatch---brand-text-o20: var(--_swatch---dark-900-o20);
  --_theme---button--primary--background: var(--_swatch---brand-500🚀);
  --_theme---button--primary--text: var(--_swatch---light-100);
  --_theme---button--primary--text-hover: var(--_theme---theme--background);
  --_theme---button--primary--border: var(--_theme---button--primary--background);
  --_theme---button--primary--background-hover: var(--_theme---theme--text);
  --_theme---button--primary--border-hover: var(--_theme---button--primary--background-hover);
  --_theme---button--secondary--background: var(--_swatch---transparent);
  --_theme---button--secondary--text-hover: var(--_theme---theme--background);
  --_theme---button--secondary--background-hover: var(--_swatch---brand-300🚀);
  --_theme---button--secondary--border: var(--_theme---theme--border);
  --_theme---button--secondary--border-hover: var(--_theme---button--secondary--background-hover);
  --_theme---text-link--border: var(--_theme---theme--border);
  --_theme---text-link--border-hover: var(--_theme---text-link--text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---theme--background-2: var(--_swatch---light-200);
  --_theme---theme--background: var(--_swatch---light-100);
  --_theme---theme--border: var(--_swatch---dark-900-o20);
  --_theme---theme--text: var(--_swatch---dark-900);
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

@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 {
  color: #333;
  word-break: keep-all;
  font-family: pretendard, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_swatch---brand-text);
  text-decoration: none;
}

.menu-button {
  background-color: var(--_swatch---brand-500🚀);
  color: var(--_swatch---light-100);
  letter-spacing: -.01em;
  cursor: pointer;
  border-radius: 100vw;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
}

.menu-link {
  color: #17181c;
  text-decoration: none;
  overflow: hidden;
}

.menu-link:hover {
  color: var(--_swatch---brand-300🚀);
}

.menu-link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.brand-navbar {
  height: 25px;
}

.main-container {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-master {
  z-index: 98;
  background-color: var(--_swatch---brand-100);
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.right-navbar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #17181c;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.body-1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.nav-cta-circle {
  background-color: var(--_swatch---brand-500🚀);
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.menu-info-master {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 80px;
  display: flex;
}

.brand-navbar-logo {
  height: 100%;
  display: block;
}

.text-h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 13vh;
  font-weight: 400;
  line-height: 93%;
}

.label {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.home-c-overlay {
  background-color: #2426284d;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-accent {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--_swatch---brand-300🚀);
  color: var(--_swatch---brand-800);
  letter-spacing: -.01em;
  border-radius: 32px;
  align-items: center;
  padding: 12px 14.5px 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.cta-outline {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--_swatch---brand-300🚀);
  color: var(--_swatch---brand-800);
  letter-spacing: -.01em;
  background-color: #fffdfa;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 14.5px 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.cta-outline.transparent-outline {
  color: #fffdfa;
  background-color: #0000;
  border-color: #fffdfa;
}

.home-c-hero-wrap {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.main-container-2 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.home-b-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.home-c-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.home-c-hero {
  color: #fffdfa;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 120px;
  display: flex;
}

.section.hero-blog {
  background-color: #fffdfa;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.calica {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-arrow {
  width: 20px;
  height: 20px;
}

.text_h1 {
  color: var(--_swatch---brand-text);
  letter-spacing: -.04em;
  font-size: 88px;
  font-weight: 500;
  line-height: 100%;
}

.text_h1.underline-link.text-italic {
  position: relative;
}

.text_h1.text-underline.is-inline {
  display: inline-flex;
}

.text_h1.fade-text {
  color: var(--_swatch---dark-900-o60);
}

.home-c-headline {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  max-width: 920px;
  display: flex;
}

.title-wrap-home-b {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.section-2 {
  color: #141414;
  background-color: #e9e4e1;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 20px;
}

.section-2.hero-home-b {
  background-color: #f5f5f5;
  height: 250vh;
  padding-top: 80px;
  position: relative;
}

.wrap-bottom-hero-2 {
  z-index: 40;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-bottom-hero-2.is-top {
  justify-content: flex-start;
  align-items: center;
  top: 3%;
  bottom: auto;
}

.abstract-hero-2-one {
  width: 30%;
  max-width: 330px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mega-h1 {
  color: var(--_theme---button--secondary--text);
  font-size: 140px;
  font-weight: 700;
  line-height: 100%;
}

.mega-h1.is-white {
  color: var(--_swatch---brand-600);
}

.wrap-abstract-hero-2 {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wrap-sticky-content-home-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wrap-based-in {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.abstract-hero-2-five {
  width: 26%;
  max-width: 290px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-based-in {
  width: 40px;
  height: 40px;
}

.sticky-hero-2 {
  height: 90vh;
  position: sticky;
  top: 5vh;
}

.abstract-hero-2-two {
  width: 35%;
  max-width: 380px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.abstract-hero-2-three {
  width: 27%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.right-bottom-hero-home-b {
  max-width: 555px;
  position: relative;
  bottom: -41px;
}

.main-container-3 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container-3.sitkcy-hero-2-container {
  max-width: 1312px;
  height: 100%;
}

.abstract-hero-2-four {
  width: 33%;
  max-width: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-hover-overlay {
  background-color: #f3efe9e6;
  border: 1px dashed #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.label-2 {
  color: var(--_swatch---brand-500🚀);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.text-italic {
  font-style: italic;
  text-decoration: none;
}

.blog-bg-right {
  width: 66px;
  position: absolute;
  inset: 0% -100px auto auto;
}

.article-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.article-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #24201f;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-h1-3 {
  letter-spacing: -.04em;
  font-size: 88px;
  font-weight: 500;
  line-height: 100%;
}

.image-wrap-blog {
  border-radius: 80px;
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.block-relative {
  z-index: 1;
  position: relative;
}

.blog-master {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hide-cms {
  display: none;
}

.image-cover {
  object-fit: cover;
  border-top: 1px solid #24201f1c;
  border-left: 1px solid #24201f1c;
  border-right: 1px solid #24201f1c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 100%;
}

.blog-bg-left {
  width: 72px;
  position: absolute;
  top: 60px;
  left: -120px;
  right: auto;
}

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

.text-h6 {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.label-3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.label-3.opacity-50 {
  color: var(--_theme---theme--text-fade);
}

.footer-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrap {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.text-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-big.semibold {
  font-weight: 600;
}

.footer-bottom-tile {
  border-top: 1px solid #17181c33;
  padding-top: 24px;
}

.contact-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.footer-link-selection {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -16px;
  margin-right: -70px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 0;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 22px;
  display: flex;
  position: relative;
}

.brand-footer {
  width: 100%;
}

.footer-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

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

.text-h4 {
  color: var(--_swatch---brand-text);
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

._404-heading {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  color: #17181c;
  letter-spacing: -.01em;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.footer-divider {
  opacity: .2;
  background-color: #17181c;
  width: 1px;
  height: 100%;
}

.main-container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-logo-wrap {
  color: var(--_swatch---brand-200);
  width: 100%;
  margin-top: 52px;
  margin-bottom: 40px;
  display: block;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-body.isp-opacity-9 {
  opacity: 0;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main_image_wrapper {
  position: absolute;
  inset: 0%;
}

.main_image_wrapper.hide {
  display: none;
}

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

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.125rem;
  height: 1.5rem;
  display: flex;
}

.full-width_wrap {
  width: 100%;
  display: block;
}

.logo_circle {
  border: 8px #f2f2f2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  transform: scale(1);
}

.circle_shape_icon {
  background-color: var(--_swatch---brand-300🚀);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}

.main-container-5 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.label-4 {
  color: #fe6b00;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.home-a-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 56px;
  display: flex;
}

.home-a-headline {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-a-video-wrap {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.home-a-video-line {
  position: absolute;
  inset: auto auto -37px -30px;
}

.home-a-video-vector {
  position: absolute;
  inset: -80px 70px auto auto;
}

.main-container-6 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.home-a-video {
  z-index: 1;
  border-radius: 80px;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.video-cover {
  width: 100%;
  height: 100%;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 4.625rem;
  display: flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.5625rem;
  height: 5.6875rem;
  display: flex;
}

.icon-embed-custom-4 {
  color: #b320d14f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11rem;
  display: flex;
}

.arrow_icon {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -2% 0% auto;
}

.label-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.about-b-image {
  border-radius: 8px;
  width: 100%;
  height: 512px;
  position: relative;
  overflow: hidden;
}

.about-b-image._1 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-b-image._1-copy {
  height: auto;
}

.label-master {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #ffffff52;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}

.label-master.dark {
  border-color: #181e2552;
}

.label-master.bg-2 {
  color: #1e1c1a;
  background-color: #e8e1da;
}

.main-container-7 {
  z-index: 2;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.about-b-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  z-index: 2;
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.paddings-big {
  padding-top: 160px;
  padding-bottom: 160px;
}

.image-cover-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-2.parallax {
  height: 120%;
  transform: translate(0, -10%);
}

.headline-about-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 851px;
  margin-bottom: 96px;
  display: flex;
}

.about-b-left {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 425px;
  display: flex;
}

.about-b-left.top {
  justify-content: flex-start;
  align-items: center;
}

.text-dark-64 {
  color: #181e25a3;
}

.about-b-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.page_heading {
  color: var(--_swatch---brand-text);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 82px;
  font-weight: 600;
  line-height: 1;
}

.page_heading.text-fade {
  color: #1f1d1e66;
  font-weight: 500;
  line-height: 1;
}

.page_heading.is-bigger {
  font-size: 92px;
}

.dt-tile-featrue-8 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: #171717;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 24px;
}

.dt-column-feature-8 {
  position: relative;
}

.dt-column-feature-8.dt-second-column {
  padding-top: 320px;
}

.dt-column-feature-8.dt-third-column {
  padding-top: 640px;
}

.dt-grid-feature-8 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.dt-top-feature-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dt-main-container {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dt-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 130%;
}

.dt-body-big {
  font-size: 1.1em;
  line-height: 135%;
}

.dt-heading-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-heading-center.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

.dt-bottom-feature-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-tag-general {
  color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.dt-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 200;
  line-height: 130%;
}

.dt-tags-list-feature-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.dt-section {
  color: #fbfbfb;
  background-color: #0b0b0b;
  padding-top: 112px;
  padding-bottom: 112px;
  font-size: 24px;
  line-height: 130%;
}

.dt-icon-feature-8 {
  height: 24px;
}

.text-h2 {
  letter-spacing: -.04em;
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
}

.rich_text {
  font-size: 20px;
}

.rich_text p {
  font-size: 18px;
}

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

.circle_icon {
  background-color: var(--_swatch---brand-700);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}

.circle_icon.is-second {
  background-color: #ae65bd;
}

.circle_icon.is-third {
  background-color: #b98cc2;
}

.blog_list_wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.mouse-ball {
  background-color: #6f6f6f;
  width: 2px;
  height: 8px;
}

.main-container-8 {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.section-4 {
  color: #282943;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.section-4.industry {
  padding-top: 24px;
  padding-bottom: 0;
}

.industry-hero-container {
  background-image: none, linear-gradient(#0009, #0009);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 73px, auto;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.industry-hero-container.industry-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
  max-width: 1312px;
  height: 650px;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 112px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.number-tile.middle {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.number-tile.right {
  border-right: 1px solid #dcdcdc;
}

.paragraph-big {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.space-16 {
  height: 16px;
}

.h1-accent {
  color: #424bd1;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

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

.mouse-scroll {
  z-index: 800;
  border: 2px solid #6f6f6f;
  border-radius: 99px;
  justify-content: center;
  width: 24px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: relative;
  inset: auto auto 16px;
}

.h1-heading {
  font-size: 58px;
  font-weight: 600;
  line-height: 125%;
}

.number-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.industry-container-inner {
  z-index: 50;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  padding-top: 158px;
  display: flex;
  position: relative;
}

.page_header {
  padding-top: 86px;
}

.mouse_bg_circle {
  background-color: #fff;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -39px;
}

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

.title_dot {
  background-color: #a8a8a8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.flex-block-3 {
  background-color: #f7f7f7;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 32px 24px;
}

.about-b-feature {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  background-color: #f3f1ef;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.about-b-feature.is-1color {
  background-color: var(--_swatch---brand-100);
}

.about-b-feature.is-2color {
  background-color: #ffdbfd;
}

.about-b-feature.is-3color {
  background-color: var(--_swatch---brand-300🚀);
}

.about-b-feature-icon {
  height: 160px;
}

.about-b-featues-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.label-5 {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.label-5.opacity-50 {
  color: var(--_theme---theme--text-fade);
}

.section-5 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.text-h2-2 {
  letter-spacing: -.04em;
  font-size: 68px;
  font-weight: 400;
  line-height: 88%;
}

.text-h2-2.no-margins {
  font-size: 48px;
  font-weight: 600;
}

.headline-about-b-features {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 708px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-container-9 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-h5 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  display: flex;
}

.text-h5.text-serif {
  font-size: 24px;
}

.article-tile-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0e0e0e;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.block-relative-2 {
  z-index: 1;
  position: relative;
}

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

.main-container-10 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.limit-778 {
  max-width: 778px;
}

.image-wrap-about {
  border-radius: 24px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.section-6 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-6.about-a-features {
  padding-top: 0;
}

.body-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.article-info-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-h4-2 {
  color: var(--_swatch---dark-900);
  letter-spacing: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}

.about-c-description {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.wrap-left-values {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-main {
  color: #ddddd5;
  background-color: #181818;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-main:hover {
  background-color: #181818eb;
}

.master-right-values {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 664px;
  display: flex;
}

.fade-in-dark {
  color: #181818;
}

.main-container-11 {
  max-width: 1312px;
  padding-left: 0;
  padding-right: 0;
}

.icon-value {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: contain;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.flex-cta-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.section-7 {
  color: #181818;
  background-color: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.left-sticky-halves {
  position: relative;
}

.bottom-value-tile {
  grid-row-gap: 16px;
  border-top: 1px solid #cf95cd;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
}

.tile-value-light {
  grid-row-gap: 120px;
  background-color: #ffaefa47;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 63px;
  display: flex;
  box-shadow: 20px 16px 58px -10px #2706261a;
}

.grid-sticky-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.h2-fade-out-dark {
  color: #18181899;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
}

.sticky-sticky-halves {
  position: sticky;
  top: 140px;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.hide {
  overflow: hidden;
}

.career-feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--_swatch---brand-text-o60);
  background-color: var(--_swatch---brand-100);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 360px;
  padding: 24px 32px;
  display: flex;
}

.main-container-12 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.career-icon {
  width: 80px;
  height: 80px;
}

.career-feature-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-8 {
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-8.careers-features-section {
  background-color: var(--_swatch---brand-800);
  padding-top: 120px;
}

.text-h6-2 {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
}

.career-features-headline {
  margin-bottom: 80px;
}

.body-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-h2-3 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.cta-main-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fffdfa;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #24201f;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.cta-main-2.accent {
  background-color: var(--_swatch---brand-500🚀);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-input-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.text-h3 {
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.body-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.icon-32 {
  color: var(--_swatch---brand-500🚀);
  width: 32px;
  height: 32px;
}

.contact-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 520px auto;
  grid-auto-flow: row;
  position: relative;
}

.main-container-13 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-c-form {
  background-color: #f3efe9;
  border-radius: 40px;
  flex-direction: column;
  padding: 56px;
}

.section-9 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-9.contect-c-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-form-wrap {
  width: 100%;
  max-width: 660px;
}

.body-5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-5.opacity-80 {
  opacity: .8;
}

.contact-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.label-6 {
  color: #fe6b00;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.contact-list-item.hide {
  display: flex;
}

.contact-c-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.contact-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.contact-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-field-contact {
  color: #24201fb3;
  letter-spacing: -.01em;
  background-color: #fffdfa;
  border: 1px solid #0000;
  border-radius: 16px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 140%;
}

.text-field-contact:focus {
  border-style: solid;
  border-color: #fe6b00;
}

.text-field-contact::placeholder {
  color: #24201fb3;
}

.text-field-contact.textarea {
  height: 343px;
}

.contact-form-master {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.contect-c-header {
  margin-bottom: 40px;
}

.contact-c-info-tile {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.success-wrap {
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-contact {
  background-color: #fffdfa;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-icon-wrap {
  color: #fe6b00;
  background-color: #fffdfa;
  border: 1px dashed #24201f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 64px;
  display: flex;
}

.contact-button-wrap {
  margin-top: 24px;
}

.text-h6-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.text-h6-3.link-contact-tile {
  color: #24201f;
  text-decoration: none;
}

.contact-c-bg {
  color: var(--_swatch---brand-500🚀);
  width: 242px;
  position: absolute;
  inset: -22px 38px auto auto;
}

.faq-animated-box {
  background-color: #f3efe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.limit-520 {
  max-width: 520px;
}

.main-container-14 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-horizontal {
  background-color: var(--_swatch---brand-500🚀);
  width: 16px;
  height: 2px;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-10.faq-section {
  background-color: #f3efe900;
  padding-top: 120px;
  padding-bottom: 200px;
}

.faq-vertical {
  background-color: var(--_swatch---brand-500🚀);
  width: 2px;
  height: 16px;
  position: absolute;
}

.text-h2-4 {
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
}

.faq-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.expandable-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.faq-paragraph {
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-top: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.expandable-single {
  background-color: var(--_swatch---brand-100);
  cursor: pointer;
  border-radius: 40px;
  padding: 40px;
}

.expandable-master {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  max-width: 644px;
  display: flex;
  position: relative;
}

.text-h5-2 {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 75px;
  display: flex;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.125rem;
  height: 1.5rem;
  display: flex;
}

.flex-block-5 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--_swatch---dark-900-o80);
  background-color: #fdfdfde6;
  border-radius: 16px;
  padding: 20px 28px;
  line-height: 24px;
  box-shadow: 20px 20px 40px -15px #00000014;
}

.section-11 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.main-container-15 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.headline-about-home-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  margin-bottom: 80px;
  display: flex;
}

.home-c-about-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  display: flex;
}

.left-about-home-c {
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 758px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover-4 {
  object-fit: cover;
  border-top: 1px solid #24201f1c;
  border-left: 1px solid #24201f1c;
  border-right: 1px solid #24201f1c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 100%;
}

.image-cover-4.parallax {
  opacity: 0;
  height: 120%;
  transform: translate(0, -10%);
}

.lightbox-home-c {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px #ffffff29;
  border-radius: 16px;
  flex-flow: column;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-wrap-lightbox {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 2;
  border-radius: 100vw;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
}

.right-about-home-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.text-large {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.signature-home-c {
  width: 146px;
}

.overlay_wrap {
  background-image: radial-gradient(circle, #fff0, #f8f7f5 65%);
  position: absolute;
  inset: 0%;
}

.section-12 {
  background-color: #f8f8f8;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.main-container-16 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 115%;
}

.master-tabs-services {
  margin-top: 64px;
}

.tabs-services {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tabs-menu-services {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.tab-link {
  grid-column-gap: 16px;
  color: #27262180;
  background-color: #ddd0;
  border-bottom: 1px solid #d3c8c2;
  align-items: center;
  width: 100%;
  padding: 32px 0;
  font-size: 28px;
  display: flex;
}

.tab-link.w--current {
  color: #000;
  background-color: #ddd0;
  border-bottom-color: #272621;
}

.tab-circle {
  background-color: var(--_swatch---brand-400);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.text-tab-link {
  font-size: 32px;
  line-height: 120%;
}

.tabs-content-services {
  flex: 1;
  width: 100%;
  max-width: 780px;
}

.wrap-services-tab-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  border: 1px solid #272621;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.hero-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#e3ebfa, #f8f7f5);
  width: 100%;
  height: 1069px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-13.hero-careers-detail {
  padding-top: 120px;
}

.main-container-17 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.job-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 755px) auto;
  place-items: start end;
}

.job-info-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.job-info-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.back-link {
  color: #2862e9;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.text-h1-4 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 13vh;
  font-weight: 400;
  line-height: 93%;
}

.text-h1-4.serif {
  font-weight: 400;
}

.section-divider {
  background-color: #02012029;
  width: 100%;
  height: 1px;
  margin-right: auto;
}

.job-body {
  font-size: 20px;
  line-height: 150%;
}

.job-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  width: 420px;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 120px;
  box-shadow: 0 15px 20px #02012014;
}

.job-info-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.job-info-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.job-location-tile {
  flex-direction: column;
  display: flex;
}

.cta-main-3 {
  color: #ddddd5;
  background-color: #181818;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-main-3:hover {
  background-color: #181818eb;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.span-calicularm {
  font-size: 58px;
  font-style: italic;
}

.caliculam_image_wrap {
  width: 100%;
  max-width: 1281px;
}

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

.flex-block-6 {
  justify-content: flex-start;
  align-items: center;
}

.muse_hoem_para {
  color: var(--_swatch---dark-900);
  font-size: 18px;
  line-height: 28px;
}

.span_edit {
  text-underline-offset: 6px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bg_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg_overlay {
  opacity: .69;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#fff0, #f5f5f5);
  position: absolute;
  inset: 0%;
}

.flex-block-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  overflow: visible;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.125rem;
  height: 1.5rem;
  display: flex;
}

.overflow_hiden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
}

.text-fade {
  color: var(--_swatch---dark-900-o60);
}

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

.icon_value_dot {
  background-color: #b320d130;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.icon_value_dot.is-accent {
  background-color: #b320d1;
}

.insta-link:hover {
  opacity: .72;
}

.text-block {
  font-size: 48px;
}

.logo_circle_about {
  z-index: 50;
  border: 8px #f2f2f2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  display: flex;
  position: relative;
  transform: scale(1);
}

.span_smalltext {
  font-size: 15px;
}

.header_text_wrap {
  width: 96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.header_text_wrap.semibold {
  font-weight: 600;
}

.about-b-halves-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.page_header_subwrap {
  color: var(--_theme---text-link--text);
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .text-h1 {
    font-size: 72px;
  }

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

  .text_h1 {
    font-size: 80px;
  }

  .title-wrap-home-b {
    z-index: 10;
    margin-bottom: 0;
    position: relative;
  }

  .section-2.hero-home-b {
    height: auto;
    padding-top: 80px;
  }

  .wrap-bottom-hero-2 {
    z-index: 10;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .mega-h1 {
    font-size: 90px;
  }

  .wrap-abstract-hero-2 {
    flex-direction: column;
    width: 100%;
    height: 330px;
    display: flex;
    position: sticky;
    top: 24px;
  }

  .wrap-sticky-content-home-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-based-in {
    order: -1;
  }

  .wrap-based-in.home-2-wrap {
    order: 1;
  }

  .sticky-hero-2 {
    height: auto;
  }

  .text-h1-3 {
    font-size: 80px;
  }

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

  .footer-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: auto auto;
  }

  ._404-heading {
    max-width: 600px;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-divider {
    display: none;
  }

  .main_image {
    filter: blur(3px);
  }

  .home-a-video {
    height: 500px;
  }

  .dt-column-feature-8 {
    position: sticky;
    top: 120px;
  }

  .dt-column-feature-8.dt-second-column, .dt-column-feature-8.dt-third-column {
    padding-top: 0;
  }

  .dt-grid-feature-8 {
    grid-template-columns: 1fr;
    position: relative;
  }

  .dt-h3 {
    font-size: 1.6em;
  }

  .dt-h2 {
    font-size: 2.4em;
  }

  .text-h2 {
    font-size: 80px;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .industry-hero-container {
    width: 96%;
    max-width: 1200px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1-accent, .h1-heading {
    font-size: 36px;
    line-height: 125%;
  }

  .industry-container-inner {
    justify-content: center;
    padding-top: 0;
  }

  .about-b-featues-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-2 {
    font-size: 64px;
  }

  .headline-about-b-features {
    margin-bottom: 64px;
  }

  .image-wrap-about {
    height: 450px;
  }

  .section-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h4-2 {
    font-size: 32px;
  }

  .about-c-description {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .icon-value {
    width: 64px;
    height: 64px;
  }

  .tile-value-light {
    padding: 48px;
  }

  .career-features {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-3 {
    font-size: 64px;
  }

  .contact-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: auto;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-form-wrap {
    max-width: none;
  }

  .section-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-10.faq-section {
    padding-bottom: 120px;
  }

  .text-h2-4 {
    font-size: 64px;
  }

  .faq-halves {
    grid-template-columns: 1fr;
  }

  .expandable-master {
    width: 100%;
  }

  .section-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .left-about-home-c {
    height: 100%;
  }

  .section-12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tabs-services {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-tags {
    flex-wrap: wrap;
  }

  .section-13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .job-halves {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .text-h1-4 {
    font-size: 72px;
  }
}

@media screen and (max-width: 767px) {
  .brand-navbar {
    height: 20px;
    padding-left: 0;
    display: block;
  }

  .menu-inner {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .right-navbar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-h1 {
    font-size: 64px;
  }

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

  .section.home-c-hero {
    justify-content: center;
  }

  .home-a-headline-icon {
    width: 60px;
  }

  .text_h1 {
    font-size: 72px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.hero-home-b {
    padding-top: 100px;
  }

  .abstract-hero-2-one {
    width: 37%;
  }

  .mega-h1 {
    line-height: 100%;
  }

  .wrap-abstract-hero-2 {
    height: 360px;
  }

  .abstract-hero-2-five {
    width: 30%;
  }

  .abstract-hero-2-two {
    width: 40%;
  }

  .abstract-hero-2-three {
    width: 30%;
  }

  .abstract-hero-2-four {
    width: 40%;
  }

  .blog-hover-overlay {
    border-radius: 40px;
  }

  .text-h1-3 {
    font-size: 72px;
  }

  .image-wrap-blog {
    border-radius: 40px;
    height: 350px;
  }

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

  .footer-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

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

  .footer-link-selection {
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    position: static;
  }

  .footer-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: auto;
  }

  ._404-heading {
    max-width: 500px;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-last-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .home-a-video-line {
    width: 120px;
    left: -11px;
  }

  .home-a-video-vector {
    width: 120px;
    top: -45px;
  }

  .about-b-image {
    height: 440px;
  }

  .about-b-halves {
    grid-template-columns: 1fr;
  }

  .dt-h2 {
    font-size: 2em;
  }

  .text-h2 {
    font-size: 72px;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .number-tile.right {
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .paragraph-big {
    font-weight: 400;
  }

  .h1-accent, .h1-heading {
    font-size: 32px;
    line-height: 125%;
  }

  .number-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .about-b-featues-thirds {
    grid-template-columns: 1fr;
  }

  .text-h2-2 {
    font-size: 56px;
  }

  .wrap-left-values {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .h2-fade-out-dark {
    font-size: 38px;
    line-height: 125%;
  }

  .text-h2-3 {
    font-size: 56px;
  }

  .text-h3 {
    font-size: 48px;
  }

  .contact-c-form {
    padding: 40px;
  }

  .section-9 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-field-contact.textarea {
    height: 250px;
  }

  .contact-c-bg {
    width: 150px;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .expandable-master {
    max-width: none;
  }

  .section-11 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-c-about-halves {
    grid-template-columns: 1fr;
  }

  .left-about-home-c {
    height: 500px;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .section-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h2-heading {
    font-size: 42px;
    line-height: 115%;
  }

  .tabs-services {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .section-13 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h1-4 {
    font-size: 64px;
  }

  .job-cta {
    width: 100%;
  }

  .about-b-halves-copy {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .menu-link-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .brand-navbar {
    height: 16px;
  }

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

  .nav-cta {
    display: none;
  }

  .body-1 {
    font-size: 16px;
    line-height: 150%;
  }

  .menu-info-master {
    margin-right: 0;
  }

  .text-h1 {
    font-size: 13vw;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .cta-accent, .cta-outline {
    font-size: 16px;
  }

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

  .section.home-c-hero {
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 15vh;
  }

  .section.hero-blog, .section.calica {
    padding-bottom: 64px;
  }

  .cta-arrow {
    display: none;
  }

  .home-a-headline-icon {
    width: 40px;
  }

  .text_h1 {
    font-size: 40px;
  }

  .home-c-headline {
    grid-row-gap: 5px;
  }

  .section-2 {
    padding-top: 80px;
  }

  .section-2.hero-home-b {
    padding-top: 0;
    overflow: clip;
  }

  .abstract-hero-2-one {
    width: 30%;
  }

  .mega-h1 {
    font-size: 15vw;
  }

  .wrap-abstract-hero-2 {
    height: 70vw;
  }

  .wrap-based-in {
    font-size: 22px;
  }

  .abstract-hero-2-five {
    width: 30%;
  }

  .icon-based-in {
    width: 32px;
    height: 32px;
  }

  .abstract-hero-2-two, .abstract-hero-2-three {
    width: 30%;
  }

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

  .abstract-hero-2-four {
    width: 30%;
  }

  .blog-hover-overlay {
    border-radius: 20px;
  }

  .label-2 {
    font-size: 14px;
    line-height: 14px;
  }

  .blog-bg-right {
    width: 40px;
    right: -50px;
  }

  .article-info-wrap {
    padding-top: 64px;
  }

  .text-h1-3 {
    font-size: 48px;
  }

  .image-wrap-blog {
    border-radius: 20px;
    height: 300px;
  }

  .blog-bg-left {
    width: 40px;
    left: -50px;
  }

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

  .text-h6 {
    font-size: 18px;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-big {
    font-size: 16px;
    line-height: 150%;
  }

  .contact-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .text-h4 {
    font-size: 24px;
  }

  ._404-heading {
    grid-column-gap: 10px;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

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

  .footer-logo-wrap {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .text-body {
    font-size: 12px;
    line-height: 166%;
  }

  .main_image {
    object-position: 100% 0%;
  }

  .logo_circle {
    width: 4rem;
    height: 4rem;
  }

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

  .label-4 {
    font-size: 14px;
    line-height: 14px;
  }

  .home-a-video-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-a-video-line {
    left: 10px;
  }

  .home-a-video-vector {
    width: 80px;
    top: -37px;
  }

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

  .home-a-video {
    border-radius: 0;
    height: 376px;
  }

  .icon-embed-custom-4 {
    height: auto;
  }

  .about-b-image {
    height: 240px;
  }

  .about-b-right {
    display: block;
  }

  .section-3.paddings-big {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .headline-about-b {
    margin-bottom: 32px;
  }

  .page_heading {
    font-size: 48px;
  }

  .page_heading.text-fade {
    font-size: 32px;
  }

  .page_heading.is-bigger {
    font-size: 48px;
  }

  .dt-tile-featrue-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dt-top-feature-8 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .dt-h3 {
    font-size: 1.4em;
  }

  .dt-heading-center.dt-mg-bottom-64 {
    margin-bottom: 32px;
  }

  .dt-h2 {
    font-size: 1.9em;
  }

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

  .text-h2 {
    font-size: 28px;
  }

  .rich_text, .rich_text p {
    font-size: 16px;
  }

  .circle_icon {
    width: 1rem;
    height: 1rem;
  }

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

  .section-4.industry {
    padding-top: 80px;
  }

  .industry-hero-container {
    width: 92%;
  }

  .industry-hero-container.industry-b {
    height: 280px;
  }

  .h1-heading {
    font-size: 24px;
  }

  .flex-block-2 {
    font-size: 14px;
  }

  .flex-block-3 {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #f7f7f799;
  }

  .about-b-feature {
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-b-feature-icon {
    height: 80px;
  }

  .label-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h2-2 {
    font-size: 40px;
  }

  .text-h2-2.no-margins {
    margin-top: 10px;
    font-size: 24px;
  }

  .headline-about-b-features {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    margin-bottom: 48px;
  }

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

  .text-h5 {
    font-size: 20px;
  }

  .text-h5.text-serif {
    font-size: 16px;
  }

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

  .image-wrap-about {
    border-radius: 16px;
    height: 350px;
  }

  .section-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .body-2 {
    font-size: 16px;
    line-height: 150%;
  }

  .text-h4-2 {
    font-size: 24px;
    line-height: 140%;
  }

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

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

  .h3-heading {
    font-size: 28px;
    line-height: 125%;
  }

  .tile-value-light {
    padding: 32px;
  }

  .h2-fade-out-dark {
    font-size: 34px;
    line-height: 125%;
  }

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

  .career-features {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .career-icon {
    width: 64px;
    height: 64px;
  }

  .section-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-8.careers-features-section {
    padding-top: 64px;
  }

  .text-h6-2 {
    font-size: 16px;
  }

  .career-features-headline {
    margin-bottom: 64px;
  }

  .body-3 {
    font-size: 14px;
    line-height: 166%;
  }

  .text-h2-3 {
    font-size: 40px;
  }

  .cta-main-2 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .text-h3 {
    font-size: 32px;
  }

  .body-4 {
    font-size: 16px;
  }

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

  .contact-c-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-9.contect-c-hero {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .body-5 {
    font-size: 16px;
  }

  .label-6 {
    font-size: 14px;
    line-height: 14px;
  }

  .contact-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .success-wrap {
    width: 100%;
  }

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

  .contact-c-bg {
    width: 80px;
    top: 20px;
    right: 10px;
  }

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

  .section-10.faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .text-h2-4 {
    font-size: 40px;
  }

  .faq-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .expandable-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .expandable-single {
    border-radius: 24px;
    padding: 24px;
  }

  .text-h5-2 {
    font-size: 22px;
  }

  .expandable-bottom {
    padding-left: 55px;
  }

  .flex-block-5 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .left-about-home-c {
    height: 350px;
  }

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

  .h2-heading {
    font-size: 28px;
    line-height: 115%;
  }

  .text-tab-link {
    font-size: 24px;
  }

  .section-13.hero-careers-detail {
    padding-top: 100px;
  }

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

  .job-info-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .job-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-h1-4 {
    font-size: 13vw;
  }

  .job-cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 16px;
    padding: 32px;
  }

  .job-info-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-arrow {
    display: none;
  }

  .logo_circle_about {
    width: 4rem;
    height: 4rem;
  }

  .header_text_wrap {
    font-size: 16px;
    line-height: 150%;
  }
}

#w-node-_23ea74df-721a-d506-c1a1-c2a61c97057d-1c97055f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71551bdc-0405-a16b-a666-3a0bbc90d96a-0aa4cba5 {
  justify-self: center;
}

#w-node-_8ee1cabb-707f-7527-b1db-7ebd7eb29da7-0aa4cba5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8ee1cabb-707f-7527-b1db-7ebd7eb29db4-0aa4cba5 {
  justify-self: start;
}

#w-node-_575842c1-a7e1-e897-4a2d-bec7fce27bec-172b480e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_575842c1-a7e1-e897-4a2d-bec7fce27bf7-172b480e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_16a06397-af90-239f-f1f2-972d4f504e8a-bb341082 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8ee1cabb-707f-7527-b1db-7ebd7eb29da7-0aa4cba5, #w-node-_8ee1cabb-707f-7527-b1db-7ebd7eb29db4-0aa4cba5 {
    justify-self: center;
  }

  #w-node-_16a06397-af90-239f-f1f2-972d4f504e8a-bb341082 {
    justify-self: start;
  }
}


