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

h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Circular Std', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  color: #f1f1f1;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  color: #aaa;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Circularxxweb, sans-serif;
  color: #c1c1c1;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #776df1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 5px;
  color: #aaa;
  line-height: 26px;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

strong {
  font-weight: bold;
}

.hero-section {
  display: block;
  padding: 64px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #03020f;
  box-shadow: 0 0 5px 3px #000;
  opacity: 1;
  font-family: Euclidcirculara, sans-serif;
  font-size: 15px;
}

.body {
  padding: 0px;
  background-color: #000;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  padding: 10px 20px;
}

.navbar.frosty {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(2, 2, 17, 0) rgba(2, 2, 17, 0) #1b1b29;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 3px 0 rgba(14, 14, 14, 0.12);
  -webkit-backdrop-filter: saturate(137%) blur(12px);
  backdrop-filter: saturate(137%) blur(12px);
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.valueprop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-header {
  padding-bottom: 10px;
  background-color: transparent;
  background-image: linear-gradient(106.94deg, #ff886d, #8728ff);
  font-family: Euclidcirculara, sans-serif;
  color: #fff;
  font-size: 82px;
  line-height: 94px;
  text-align: center;
  letter-spacing: 0px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subheader {
  max-width: 720px;
  padding-top: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.logo {
  max-width: 118px;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #121212;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  text-align: left;
}

.subheader-paragraph {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 8px;
  font-family: Circularxxweb, sans-serif;
  color: #f5efff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: transparent;
  font-family: Circularxxweb, sans-serif;
  color: #cdcaff;
  font-size: 12px;
  line-height: 19.599999999999998px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0px auto 64px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(39, 44, 71, 0);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.21);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cta-main {
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #4f42ec;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cta-main:hover {
  background-color: #3527db;
}

.cta-main.privacy-padded-button {
  width: 100%;
  margin-top: 40px;
  font-weight: 700;
}

.footer-header {
  margin-bottom: 0px;
  background-color: transparent;
  background-image: linear-gradient(111deg, #0df, #8728ff);
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-padded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 48px 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03020f;
}

.youtube-container {
  width: 100%;
  max-width: 1120px;
  margin-top: 40px;
  border-radius: 0px;
}

.vprop-image {
  width: 540px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vprop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-subheader {
  max-width: 720px;
  padding-top: 24px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading {
  font-family: Circularxxweb, sans-serif;
  color: #03020f;
  text-align: left;
}

.paragraph-2 {
  margin-bottom: 40px;
  font-family: Circularxxweb, sans-serif;
  color: #03020f;
  text-align: left;
}

.text-span-2 {
  color: #3527db;
  font-size: 19px;
  line-height: 26px;
}

.image-5 {
  max-width: 100px;
}

.body-2 {
  background-color: #fff;
}

.privacy-statement-wrapper {
  width: 640px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-bottom: 60px;
  padding-left: 24px;
}

.heading-2 {
  font-family: Euclidcirculara, sans-serif;
  color: #fff;
  font-weight: 400;
}

.small-border {
  width: 47px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #4f42ec;
}

.rich-text-block {
  font-family: Circularxxweb, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 23px;
}

.bold-text-2 {
  font-family: Circularxxweb, sans-serif;
  color: #111;
}

.mini-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03020f;
}

.highlight {
  color: #978eff;
}

.gradient-1 {
  background-image: linear-gradient(106deg, #ff886d, #8728ff);
  font-family: Circularxxweb, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mini-footer-link {
  padding-bottom: 24px;
  font-family: Circularxxweb, sans-serif;
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.mini-footer-link:hover {
  color: #cdcaff;
}

.email-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f8f8f8;
}

.email-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: #fff;
}

.cta-main-email {
  margin-top: 24px;
  padding: 8px 24px;
  border-radius: 7px;
  background-color: #4f42ec;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cta-main-email:hover {
  background-color: #cdcaff;
}

.author-email {
  margin-top: 24px;
}

.author-block {
  padding-top: 8px;
  font-family: Circularxxweb, sans-serif;
  font-size: 16px;
  line-height: 23.26px;
}

.email-heading {
  font-family: Circularxxweb, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.email-paragraph {
  margin-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  font-size: 16px;
  line-height: 23.264px;
}

.swarm-logo {
  max-width: 100px;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 32px;
}

.patrick {
  padding-top: 20px;
}

.body-4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #000;
  font-family: Rightgrotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  box-shadow: 0 0 5px 3px #000;
  font-family: Euclidcirculara, sans-serif;
}

.swarm-method-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  font-family: Euclidcirculara, sans-serif;
}

.method-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.method-item {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px;
  border-bottom: 1px solid #14122b;
  text-decoration: none;
  cursor: auto;
}

.method-item.out {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.method-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.swarm-method-description {
  margin-right: auto;
  margin-left: auto;
  font-family: Circularxxweb, sans-serif;
  color: #cdcaff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.title-swarm-method {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.arrow-right {
  width: 30px;
  height: 30px;
  min-height: 24px;
  min-width: 24px;
  margin-top: 6px;
  margin-left: 0px;
  padding: 6px;
  border-radius: 8px;
  background-color: #14131f;
}

.navbar-3 {
  width: 100%;
  background-color: transparent;
}

.nav-link {
  padding-right: 12px;
  padding-left: 12px;
  font-family: Circularxxweb, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  border-style: none;
  border-width: 2px 2px 1px;
  border-color: #14131f;
  color: #cdcaff;
}

.nav-link.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef93ad), color-stop(47%, #ee8db5), color-stop(75%, #e354ff), to(#8134fd));
  background-image: linear-gradient(180deg, #ef93ad, #ee8db5 47%, #e354ff 75%, #8134fd);
}

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

.nav-link.sun {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe146), to(#e354ff));
  background-image: linear-gradient(90deg, #ffe146, #e354ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-button {
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  margin-left: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc54ff), to(#4cb3fe));
  background-image: linear-gradient(90deg, #fc54ff, #4cb3fe);
  color: #12097c;
  font-size: 16px;
  line-height: 19px;
}

.method-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.method-icon {
  width: 48px;
  height: 48px;
}

.title-content-page {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  text-align: left;
}

.title-content-page.talks {
  text-align: center;
}

.content-template-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  font-family: Circularxxweb, sans-serif;
}

.go-back {
  font-family: Circularxxweb, sans-serif;
  color: #6c68e0;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.go-back-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.left-arrow-back {
  margin-right: 8px;
}

.method-icon-xl {
  width: 64px;
  height: 64px;
}

.principles-video {
  margin-top: 60px;
  margin-bottom: 60px;
}

.swarm-method-body {
  margin-right: auto;
  margin-left: auto;
  font-family: Circularxxweb, sans-serif;
  color: #dbdfe6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.h3-content-page {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.list {
  font-family: Circularxxweb, sans-serif;
}

.list.swarm-method-body {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.content-main-description {
  display: block;
  margin: 20px auto;
  font-family: Circularxxweb, sans-serif;
  color: #dbdfe6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.swarm-method-overline {
  font-family: Circularxxweb, sans-serif;
  color: #4f42ec;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.soon {
  display: inline-block;
  margin-right: auto;
  margin-left: 69px;
  padding: 4px 20px;
  border-radius: 20px;
  background-color: #121124;
  font-family: Circularxxweb, sans-serif;
  color: #bdb7ff;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-11 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.list-item {
  line-height: 24px;
  text-align: left;
}

.body-4-copy {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #020211;
}

.content-block {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.image-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 20px;
}

.overline {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #5346f1;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.overline.talks {
  text-align: center;
}

.overline.footer-overline {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #4f42ec;
  line-height: 27px;
}

.overline.case {
  margin-bottom: 4px;
}

.list-nomargin {
  font-family: Circularxxweb, sans-serif;
}

.list-nomargin.swarm-method-body {
  margin: 20px 0px;
  padding-left: 40px;
  line-height: 24px;
}

.changelog-item {
  overflow: auto;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #14122b;
}

.heading-5 {
  margin-top: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

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

.changelog-icon {
  width: 80px;
  height: 80px;
  margin-left: -12px;
}

.changelog-header-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #14122b;
  text-align: left;
}

.changelog-sidebar {
  position: static;
  top: 0px;
  width: 300px;
  max-width: 300px;
  margin-top: 0px;
  margin-right: 40px;
}

.changelog-sidebar-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: auto;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.changelog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.list-item-2 {
  color: #aaa3ff;
}

.changelog-featuredimage {
  border-radius: 20px;
}

.content-header-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #14122b;
  text-align: left;
}

.content-header-wrapper.talks {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.talks-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  box-shadow: 0 0 5px 3px #000;
  font-family: Euclidcirculara, sans-serif;
}

.swarm-talks-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #03020f;
}

.talk-item-leftcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.talk-item-rightcolumn {
  padding-right: 0px;
  padding-left: 0px;
}

.talk-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.content-template-wrapper-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  font-family: Circularxxweb, sans-serif;
}

.talks-featured-image {
  width: 100%;
  margin: 0px;
  padding-right: 0px;
  border-radius: 0px 8px 8px 0px;
}

.cta-tertiary {
  margin-top: 20px;
  padding: 12px 32px;
  border-radius: 7px;
  background-color: #1c1929;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cta-tertiary:hover {
  background-color: #3527db;
}

.cta-tertiary.padded-bottom-40 {
  margin-bottom: 40px;
  font-size: 16px;
}

.cta-tertiary.padded-bottom-40.padding-left-20 {
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
}

.talk-speaker-link {
  -webkit-transition: opacity 175ms ease-in-out;
  transition: opacity 175ms ease-in-out;
  color: #a7a0f5;
  text-decoration: none;
}

.talk-speaker-link:hover {
  color: #c6c0ff;
}

.swarm-method-wrapper {
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-v {
  margin-top: 200px;
  margin-bottom: 200px;
}

.verif-step-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.verif-step-block:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.faq {
  padding: 24px 32px;
}

.hero-content {
  padding-right: 20px;
  padding-left: 20px;
}

.verified-hero-headline {
  font-family: Rightgrotesk, sans-serif;
  font-size: 4em;
  line-height: 104%;
  font-weight: 900;
  text-align: left;
}

.verified-subheader-centered {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  color: #4f42ec;
  font-size: 1.5em;
  line-height: 119%;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.verified-subheader-centered.lined {
  display: inline-block;
  overflow: visible;
  width: 4000px;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0px solid #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#4f42ec), color-stop(20%, #e354ff), color-stop(38%, #ffe146), color-stop(53%, #2dffb3));
  background-image: linear-gradient(90deg, #4f42ec, #e354ff 20%, #ffe146 38%, #2dffb3 53%);
  line-height: 121%;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.verified-subheader-centered.variant-subheader-light {
  max-width: 700px;
  padding-top: 2em;
  color: #cdcaff;
  line-height: 132%;
}

.star-1 {
  position: absolute;
  left: 7%;
  top: 19%;
  z-index: 100;
  display: block;
  max-width: 65px;
  float: none;
  clear: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.star-1.talentmatchingstar {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.verified-banner-image {
  position: relative;
  z-index: -20;
  display: block;
  width: 100%;
}

.verified-image-component {
  position: relative;
  z-index: 99;
  padding-right: 20px;
  padding-left: 20px;
}

.cta-verified {
  margin-top: 20px;
  padding: 1em 1.5em;
  border-style: solid;
  border-width: 0px;
  border-color: #a1a1aa;
  border-radius: 100px;
  background-color: transparent;
  background-image: linear-gradient(158deg, #4f42ec 41%, #e354ff);
  -webkit-transition: background-color 125ms ease;
  transition: background-color 125ms ease;
  font-family: Circularxxweb, sans-serif;
  font-size: 1.2em;
}

.cta-verified:hover {
  background-image: linear-gradient(158deg, #4f42ec, #e354ff);
}

.cta-verified.padded {
  margin-top: 32px;
}

.verified-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8.5em auto 15em;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.verified-hero.projects {
  margin-top: 6em;
  margin-bottom: 6em;
}

.verified-section {
  position: static;
  top: 0px;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0em;
  padding: 0px 0px 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 121%;
}

.verified-giant {
  margin-top: 0px;
  margin-bottom: 0em;
  font-family: Rightgrotesk, sans-serif;
  font-size: 8.5em;
  line-height: 79%;
  font-weight: 900;
  text-align: center;
}

.verified-giant.smaller {
  font-size: 6em;
  line-height: 89%;
  text-align: center;
}

.verified-big {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  font-size: 3.2em;
  line-height: 97%;
  font-weight: 500;
  text-align: left;
}

.giant-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8em;
  margin-bottom: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giant-text-wrapper.giant-wrapper-variant {
  margin-bottom: 0em;
}

.verified-subheader {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #cdcaff;
  font-size: 1.2em;
  line-height: 127%;
  font-style: normal;
  text-align: left;
}

.verified-subheader.hero {
  margin-top: 30px;
  color: #fff;
  font-size: 1.1em;
  line-height: 144%;
}

.swarm-verified-block {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.heart-eyes {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: -17%;
  max-width: 60px;
}

.check {
  position: absolute;
  left: auto;
  right: 6%;
  max-width: 90px;
}

.lined-gradient {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(87deg, #c500e6, #4cfff4);
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.lined-gradient.projects {
  display: none;
}

.moving-div {
  overflow: hidden;
  width: 100%;
}

.verified-2-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8em auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.verified-2-column.inverse-flex {
  max-width: 1200px;
  margin-top: 8em;
  margin-bottom: 8em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gradient-dawn {
  background-color: transparent;
  background-image: linear-gradient(137deg, #ff886d, #8728ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-fluff {
  background-color: transparent;
  background-image: linear-gradient(137deg, #e64eff, #8ffff8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star-2 {
  position: absolute;
  left: 88%;
  top: -16%;
  z-index: 100;
  display: block;
  max-width: 90px;
  float: none;
  clear: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.verified-2-column-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0em auto 3em;
  padding: 64px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
  background-color: #03020f;
}

.verified-card-wrapper {
  margin-right: 32px;
  margin-bottom: 8em;
  margin-left: 32px;
}

.verified-big-card {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  color: #fff;
  font-size: 2.6em;
  line-height: 97%;
  font-weight: 500;
  text-align: left;
}

.verified-column-card {
  width: 100%;
  margin-bottom: 3em;
  padding: 1em 2em;
  border-radius: 8px;
  background-color: #121116;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 21%;
}

.verified-2-column-top-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8em auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.verified-2-column-top-aligned.padded {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swarmie-card {
  padding-bottom: 3em;
}

.swarmie-wrap-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-variant {
  position: absolute;
  left: auto;
  top: -14px;
  right: 1%;
  max-width: 90px;
}

.projects-testimonial {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #c8c8e7;
  font-size: 1.1em;
  line-height: 127%;
  font-style: normal;
  text-align: left;
}

.testimonial-wrapper-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.twitter-link-testimonial {
  color: #cdcaff;
  text-decoration: none;
}

.projects-testimonial-author {
  font-family: Circularxxweb, sans-serif;
}

.image-24 {
  max-width: 54px;
  margin-right: 10px;
  padding-right: 0px;
}

.verified-medium {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0em;
  font-family: Rightgrotesk, sans-serif;
  font-size: 3.4em;
  line-height: 104%;
  font-weight: 900;
  text-align: left;
}

.bzzaar-left-align-overline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Rightgrotesk, sans-serif;
  color: #4f42ec;
  font-size: 1.3em;
  line-height: 119%;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.bzzaar-large-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8em auto 0em;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bzzaar-hero-headline {
  font-family: Rightgrotesk, sans-serif;
  font-size: 4em;
  line-height: 104%;
  font-weight: 900;
  text-align: left;
}

.bzzaar-hero-headline.projects {
  font-size: 3.4em;
}

.ambition-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 8em;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambition-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ambition-illustration {
  max-width: 69px;
}

.ambition-text {
  padding-left: 10px;
  font-family: Circularxxweb, sans-serif;
  color: #9ca3af;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.projects-banner-image {
  position: relative;
  z-index: -20;
  display: block;
  width: 100%;
}

.cta-projects {
  margin-top: 20px;
  padding: 1em 1.5em;
  border-style: solid;
  border-width: 0px;
  border-color: #a1a1aa;
  border-radius: 100px;
  background-color: transparent;
  background-image: linear-gradient(158deg, #4f42ec 41%, #e354ff);
  -webkit-transition: background-color 125ms ease;
  transition: background-color 125ms ease;
  font-family: Circularxxweb, sans-serif;
  font-size: 1.2em;
}

.cta-projects:hover {
  background-image: linear-gradient(158deg, #4f42ec, #e354ff);
}

.cta-projects.padded {
  margin-top: 32px;
}

.projects-section {
  position: static;
  top: 0px;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0em;
  padding: 0px 0px 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 121%;
}

.homepage-grid {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.homepage-wrapper {
  max-width: 1200px;
  margin-bottom: 100px;
  font-size: 14px;
}

.homepage-headline {
  max-width: 1000px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rightgrotesk, sans-serif;
  color: #fff;
  font-size: 59px;
  line-height: 59px;
  font-weight: 900;
  text-align: center;
}

.green {
  background-color: #7a3737;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5de8b6), color-stop(64%, #ece544));
  background-image: linear-gradient(180deg, #5de8b6, #ece544 64%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.violet {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #e354ff), to(#00a3ff));
  background-image: linear-gradient(180deg, #e354ff 33%, #00a3ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pink {
  background-color: #ef93ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef93ad), color-stop(47%, #ee8db5), color-stop(75%, #e354ff), to(#8134fd));
  background-image: linear-gradient(180deg, #ef93ad, #ee8db5 47%, #e354ff 75%, #8134fd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homepage-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 2px 0 2px #181820;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  cursor: pointer;
}

.homepage-card:hover {
  box-shadow: 0 2px 0 2px #4f42ec;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.homepage-card-headline {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 63px;
  text-align: center;
}

.homepage-overline {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #ffe146;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.homepage-card-subheader {
  margin-top: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.homepage-card-tag1 {
  display: inline-block;
  margin: 4px;
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #21283b;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
}

.homepage-tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-card-link {
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  text-decoration: none;
  cursor: pointer;
}

.homepage-card-image {
  width: 100%;
}

.homepage-card-tag2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 4px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #21283b;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
}

.circle-purple {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 100px;
  background-color: #776df1;
}

.circle-pink {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 100px;
  background-color: #e354ff;
}

.circle-orange {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 100px;
  background-color: #ff886d;
}

.circle-blue {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 100px;
  background-color: #00a3ff;
}

.circle-cyan {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 100px;
  background-color: #29ffd9;
}

.homepage-card-image2 {
  width: 100%;
  max-width: 436px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-card-image3 {
  position: relative;
  left: -12px;
}

.image-25 {
  max-width: 24px;
}

.icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-5 {
  background-color: #000;
}

.hackathon-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 100px auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.hackathon-section.smallermargin {
  margin-bottom: 0px;
}

.hackathon-section.apply-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hackathon-section.apply-now-final {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-26 {
  position: absolute;
  left: 26%;
  top: -18%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  max-width: 9%;
  mix-blend-mode: difference;
}

.image-27 {
  position: absolute;
  left: 25%;
  top: 71%;
  right: 0px;
  bottom: 0%;
  z-index: 99;
  max-width: 45%;
  mix-blend-mode: difference;
}

.image-28 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-29 {
  position: absolute;
  left: auto;
  top: 27%;
  right: 0%;
  z-index: 99;
  max-width: 12%;
  mix-blend-mode: difference;
}

.hackthon-gradient-container {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2dffb3), to(#8728ff));
  background-image: linear-gradient(180deg, #2dffb3, #8728ff);
}

.hackathon-h2 {
  font-family: Ppneuebit, sans-serif;
  color: #fff;
  font-size: 130px;
  line-height: 0.8em;
  text-align: center;
}

.image-30 {
  position: absolute;
  left: 0%;
  top: -62%;
  max-width: 25%;
  mix-blend-mode: difference;
}

.image-31 {
  position: absolute;
  top: 11%;
  right: 0%;
  max-width: 24%;
  mix-blend-mode: difference;
}

.image-32 {
  margin-bottom: 100px;
}

.image-33 {
  position: absolute;
  left: -2%;
  top: 38%;
  max-width: 17%;
  mix-blend-mode: difference;
}

.image-34 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 29%;
  bottom: auto;
  max-width: 30%;
  mix-blend-mode: difference;
}

.hackathon-moving-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  color: #4f42ec;
  font-size: 1.5em;
  line-height: 119%;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.hackathon-moving-text.lined {
  display: inline-block;
  overflow: visible;
  width: 4000px;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  border: 0px solid #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#8728ff), color-stop(20%, #2dffb3), color-stop(38%, #ffe146), color-stop(53%, #2dffb3));
  background-image: linear-gradient(90deg, #8728ff, #2dffb3 20%, #ffe146 38%, #2dffb3 53%);
  font-family: 'Obviouslydemo Condensed', sans-serif;
  font-size: 3.4em;
  line-height: 103%;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-35 {
  position: absolute;
  left: auto;
  top: -5%;
  right: 18%;
  bottom: auto;
  max-width: 45%;
  mix-blend-mode: difference;
}

.image-36 {
  max-width: 64%;
}

.image-37 {
  position: absolute;
  left: auto;
  top: 35%;
  right: 7%;
  bottom: auto;
  max-width: 29%;
  mix-blend-mode: difference;
}

.hackathon-h3 {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
  font-family: Ppneuebit, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
}

.hackathon-h3.hackathon-link {
  display: block;
  color: #2cfeb3;
}

.text-span-4 {
  color: #2dffb3;
}

.text-span-5 {
  color: #f6e483;
}

.text-span-6 {
  color: #d500ff;
}

.image-38 {
  max-width: 80%;
  margin-top: 40px;
}

.section-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-39 {
  position: absolute;
  left: 1%;
  top: -63px;
  max-width: 19%;
  mix-blend-mode: difference;
}

.image-40 {
  position: absolute;
  left: auto;
  top: -94px;
  right: 0%;
  bottom: auto;
  max-width: 40%;
  mix-blend-mode: difference;
}

.link-block-3 {
  display: block;
  max-width: 100%;
  margin: 140px auto;
}

.image-41 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-42 {
  position: absolute;
  left: auto;
  top: 373px;
  right: 0%;
  bottom: 0%;
  max-width: 46%;
  mix-blend-mode: difference;
}

.image-43 {
  position: absolute;
  left: 10%;
  top: 1%;
  max-width: 12%;
  mix-blend-mode: difference;
}

.image-44 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-45 {
  position: absolute;
  left: auto;
  top: 3%;
  right: 7%;
  max-width: 19%;
  mix-blend-mode: difference;
}

.text-span-7 {
  display: block;
  padding-left: 40px;
  color: #776df1;
}

.image-47 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: auto;
  mix-blend-mode: difference;
}

.image-48 {
  max-width: 86%;
}

.people-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.people-label {
  width: 500px;
  max-width: 100%;
  margin-right: 40px;
}

.people-container {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-top: 20px;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.people-header {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 500px;
  margin-right: 0px;
  font-family: 'Obviouslydemo Condensed', sans-serif;
  font-size: 72px;
}

.image-56 {
  position: absolute;
  top: 7%;
  right: 20%;
  width: 300px;
  mix-blend-mode: difference;
}

.image-57 {
  max-width: 100%;
  margin-bottom: 60px;
}

.criteria-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.criteria-header-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700%;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.critera-heading {
  margin-right: 40px;
}

.text-block-8 {
  font-family: Ppneuebit, sans-serif;
  color: #776df1;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.people-container-2 {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-top: 20px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-61 {
  position: absolute;
  top: auto;
  right: 0px;
  max-width: 28%;
  mix-blend-mode: difference;
}

.image-62 {
  position: absolute;
  right: 0px;
  bottom: 14px;
  max-width: 30%;
  mix-blend-mode: difference;
}

.link-7 {
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

.main-footer {
  padding: 60px 20px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #181820;
  background-color: #000;
}

.footer-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: 0px;
}

.footer-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.footer-link:hover {
  color: #cdcaff;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.verified-backgrounds {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.verified-backgrounds.narrow {
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.verified-overline {
  display: block;
  width: 100%;
  margin: 0px auto 0em;
  font-family: Circularxxweb, sans-serif;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 104%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

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

.text-span-8 {
  background-color: #ffe146;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #ffe146), to(#e354ff));
  background-image: linear-gradient(90deg, #ffe146 9%, #e354ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-headline {
  font-family: Rightgrotesk, sans-serif;
  font-size: 4em;
  line-height: 104%;
  font-weight: 900;
  text-align: left;
}

.hero-headline.projects {
  font-size: 3.2em;
}

.subheader {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #cdcaff;
  font-size: 1.2em;
  line-height: 127%;
  font-style: normal;
  text-align: left;
}

.subheader.hero {
  margin-top: 30px;
  color: #fff;
  font-size: 1.1em;
  line-height: 144%;
}

.subheader.hero.half {
  max-width: 60%;
  font-size: 1.3em;
}

.partner-summary {
  padding-bottom: 0px;
}

.partners-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8em auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partners-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8.5em auto 15em;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partners-hero.projects {
  margin-top: 6em;
  margin-bottom: 6em;
  padding-right: 0px;
  padding-left: 0px;
}

.advisor-card {
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #f8ea99 #4f42ec #4f42ec #ee87c6;
  border-radius: 15px;
  background-color: #000;
}

.advisor-image {
  max-width: 170px;
}

.advisor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.advisor-name {
  display: block;
  background-color: #fff;
  color: #3f12ba;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advisor-description {
  font-family: Circularxxweb, sans-serif;
  color: #d4d4d8;
  line-height: 158%;
}

.advisor-link-block {
  max-width: 48%;
  text-decoration: none;
}

.advisor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-3 {
  position: absolute;
  left: auto;
  top: -10%;
  right: 19px;
  z-index: 100;
  display: block;
  max-width: 65px;
  float: none;
  clear: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.star-3.talentmatchingstar {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.partners-case-study-card {
  width: 100%;
  margin-bottom: 3em;
  padding: 0em;
  border-radius: 12px;
  background-color: #fff;
}

.case-study-medium {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-right: 20px;
  padding-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  font-size: 2.2em;
  line-height: 108%;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0px;
}

.partner-text {
  padding: 1.4em 2em 1em;
}

.partner-2-column-top-aligned-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 8em auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-2-column-top-aligned-copy.padded {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-study-card-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Circularxxweb, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 139%;
  font-style: normal;
  text-align: left;
}

.case-study-card-description.hero {
  margin-top: 30px;
  color: #fff;
  font-size: 1.1em;
  line-height: 144%;
}

.case-card-headline {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-bottom: 0px;
  font-family: Rightgrotesk, sans-serif;
  color: #000;
  font-size: 1.4em;
  line-height: 118%;
  font-weight: 500;
  text-align: left;
}

.card-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-founder-image {
  max-width: 39px;
  padding-bottom: 0px;
}

.case-card-founder-name {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 97%;
  font-weight: 700;
  text-align: left;
}

.case-logo {
  height: 100%;
  max-width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.case-namelabel-wrapper {
  padding-left: 12px;
}

.card-line {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e4e4;
  color: #3f3f49;
}

.case-study-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-63 {
  height: 100%;
  max-width: 63px;
}

.image-64 {
  height: 100%;
  max-width: 171px;
  margin-left: 10px;
}

.sun {
  background-image: linear-gradient(45deg, #002bd5, #e354ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-founder-label {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.case-tag-wrapper {
  margin-top: 16px;
}

.check-mark {
  height: 100%;
  max-width: 16px;
  margin-top: 1px;
}

.case-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-block-9 {
  font-family: Circularxxweb, sans-serif;
  color: #1b1b1b;
}

.case-tag-text {
  padding-left: 6px;
  font-family: Circularxxweb, sans-serif;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 400;
}

.partner-left-overline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Rightgrotesk, sans-serif;
  color: #a6a0ff;
  font-size: 1.3em;
  line-height: 119%;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.body-6 {
  display: block;
  height: 100vh;
  background-color: transparent;
}

.sidebar-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-width: 345px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
}

.sidebar-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  font-family: Circularxxweb, sans-serif;
  color: #a0a0a0;
  text-decoration: none;
}

.sidebar-link:hover {
  color: silver;
  text-decoration: none;
}

.sidebar-link:active {
  background-color: transparent;
}

.sidebar-link.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #121212;
  color: #d4d4d8;
}

.sidebar-link-wrapper {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 32px;
}

.sidebar-overline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-block-10 {
  padding-left: 0px;
  font-family: 'Circular Std', sans-serif;
  color: #f0f0f2;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-10:hover {
  text-decoration: none;
}

.text-block-10.w--current {
  text-decoration: none;
  text-transform: uppercase;
}

.swarm-logo-img {
  max-width: 118px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-65 {
  width: 16px;
  border-radius: 0px;
}

.text-block-11 {
  font-family: Circularxxweb, sans-serif;
}

.content {
  background-color: #000;
}

.article {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 72px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.outline {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 300px;
  padding-right: 24px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.rich-text-block-2 {
  overflow: visible;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Circular Std', sans-serif;
  color: #d4d4d8;
  font-size: 16px;
  font-weight: 400;
}

.collection-item {
  text-decoration: none;
}

.body-7 {
  height: 100%;
  background-color: #121212;
}

.text-block-12 {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #1f1f1f;
  font-family: 'Circular Std', sans-serif;
  color: #a1a1aa;
}

.text-block-12-copy {
  padding: 10px 20px;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Circular Std', sans-serif;
  color: #a1a1aa;
}

.div-block-12 {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 700px;
  padding: 0px;
}

.heading-7 {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 30px;
}

.overline-blog {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: 'Circular Std', sans-serif;
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.overline-blog.talks {
  text-align: center;
}

.overline-blog.footer-overline {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #4f42ec;
  line-height: 27px;
}

.overline-blog.case {
  margin-bottom: 4px;
}

.black-background {
  background-color: #000;
}

.rich-text-dark {
  padding-bottom: 0px;
}

.rich-text-dark strong {
  font-family: Circularxxweb, sans-serif;
  font-weight: 700;
}

.rich-text-dark p {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.rich-text-dark li {
  margin-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  line-height: 23px;
}

.rich-text-dark h1 {
  color: #fff;
  font-size: 26px;
}

.div-block-13 {
  position: static;
  overflow: visible;
  width: 300px;
  padding-top: 16px;
  border-radius: 6px;
  background-color: #0b0b0e;
  font-family: Circularxxweb, sans-serif;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-13 {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.tc-link-block {
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.tc-link-block:hover {
  background-color: #4f42ec;
}

.tc-link-block.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0px solid #cdcaff;
  background-color: #141414;
}

.column-10 {
  position: -webkit-sticky;
  position: sticky;
  padding-right: 0px;
  padding-left: 0px;
}

.tc-header {
  margin: 0px 16px 12px;
  color: #9d94ff;
  text-align: left;
}

.column-11 {
  padding-left: 40px;
}

.columns {
  margin-top: 40px;
}

.div-block-14 {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99999px;
  background-color: transparent;
  color: transparent;
}

.image-66 {
  max-width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
}

.link-block-4 {
  background-color: #4f42ec;
}

.link-block-4.w--current {
  background-color: #03020f;
}

.link-block-4.w--current:hover {
  background-color: #4f42ec;
}

.top {
  width: 0px;
  height: 0px;
}

.wiki-img {
  width: 100%;
  border-radius: 8px;
}

.image-68 {
  max-width: 16px;
  margin-right: 4px;
  margin-left: 4px;
  padding-bottom: 2px;
}

.link-10 {
  font-family: 'Circular Std', sans-serif;
  color: #a1a1aa;
  font-size: 14px;
  text-decoration: none;
}

.link-10:hover {
  text-align: left;
  text-decoration: none;
}

.link-10.w--current:hover {
  text-decoration: none;
}

.image-69 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  text-align: left;
}

.main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wiki-nav {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swarm-logo-img-nav {
  max-width: 118px;
  -o-object-fit: fill;
  object-fit: fill;
}

.feedback-form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  font-size: 15px;
}

.read-more {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feedback-form-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px 24px;
  border-radius: 4px;
  background-color: #4f42ec;
  font-family: 'Circular Std', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.feedback-form-button:hover {
  text-decoration: none;
}

.header-item {
  display: inline-block;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 0px;
  color: #f1f1f1;
  font-size: 24px;
}

.text-block-14 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #a1a1aa;
  font-size: 16px;
}

.heading-8 {
  display: inline-block;
  color: #f1f1f1;
}

.link-11 {
  display: block;
  text-decoration: none;
}

.text-span-9 {
  color: #dddbff;
}

.text-span-10 {
  color: #cdcaff;
}

.text-span-11 {
  color: #f1f1f1;
}

.terms-and-conditions-columns {
  max-width: 1200px;
  margin: 40px auto 100px;
}

.bold-text-3 {
  color: #fff;
}

.divider {
  height: 1px;
  margin-top: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #373737;
  background-color: #232323;
}

.company-link {
  color: #4f42ec;
}

.image-70 {
  margin-top: 0px;
}

.image-71 {
  margin-top: 0px;
}

.image-72 {
  margin-top: 0px;
}

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

  .navbar {
    position: relative;
  }

  .hero-container {
    width: 100%;
  }

  .hero-header {
    line-height: 78px;
  }

  .hero-subheader {
    color: #fff;
  }

  .main {
    padding: 48px 24px;
  }

  .title {
    padding-bottom: 16px;
    font-size: 48px;
  }

  .subheader-paragraph {
    padding-top: 0px;
  }

  .feature-block {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-header {
    font-size: 52px;
    line-height: 70px;
  }

  .footer {
    padding-right: 24px;
    padding-bottom: 140px;
    padding-left: 24px;
  }

  .vprop-image {
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .vprop-wrapper {
    padding-left: 0px;
  }

  .footer-subheader {
    color: #fff;
  }

  .swarm-logo {
    display: none;
    margin-left: 16px;
    padding: 12px;
  }

  .body-4 {
    padding-bottom: 0px;
  }

  .changelog-section {
    padding-right: 24px;
    padding-left: 24px;
    background-color: #000;
  }

  .swarm-method-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .method-item {
    width: 100%;
  }

  .title-swarm-method {
    padding-bottom: 16px;
    font-size: 48px;
  }

  .navbar-3 {
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-link {
    padding-left: 0px;
    font-size: 16px;
  }

  .nav-link.talks {
    display: none;
  }

  .nav-link.method {
    display: none;
  }

  .nav-link.green {
    padding-left: 12px;
  }

  .nav-link.pink {
    padding-left: 12px;
  }

  .nav-link.changelog-nav {
    display: none;
  }

  .nav-link.sun {
    padding-left: 12px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-3 {
    margin-left: 10px;
  }

  .method-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-content-page {
    padding-bottom: 16px;
    font-size: 48px;
  }

  .content-template-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .h3-content-page {
    padding-bottom: 0px;
    font-size: 24px;
  }

  .soon {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 20px;
    background-color: #121124;
    color: #bdb7ff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .body-4-copy {
    padding-bottom: 0px;
    background-color: #000;
  }

  .overline.footer-overline {
    margin-bottom: 5px;
  }

  .heading-5 {
    font-family: Circularxxweb, sans-serif;
    color: #fff;
  }

  .changelog-sidebar {
    margin-right: 0px;
  }

  .changelog-block {
    padding-bottom: 20px;
  }

  .content-header-wrapper.talks {
    padding-bottom: 40px;
  }

  .talks-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .swarm-talks-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content-template-wrapper-large {
    padding-right: 24px;
    padding-left: 24px;
  }

  .talks-featured-image {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0px;
  }

  .hero-content {
    width: 100%;
  }

  .verified-image-component {
    padding-top: 40px;
  }

  .verified-hero {
    margin-top: 5em;
    margin-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .giant-text-wrapper.giant-wrapper-variant {
    margin-top: 6em;
    margin-bottom: 0em;
  }

  .lined-gradient.projects {
    display: block;
    background-image: linear-gradient(87deg, #e354ff, #ffe146 52%, #00a3ff);
  }

  .verified-2-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .verified-2-column.inverse-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .verified-2-column.inverse-flex.final-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .star-2 {
    top: -3%;
  }

  .verified-2-column-card {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-6 {
    position: static;
    padding-bottom: 40px;
  }

  .verified-2-column-top-aligned {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swarmie-card {
    width: 100%;
  }

  .projects-testimonial {
    font-size: 1.1em;
  }

  .ambition-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ambition-item {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .homepage-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .homepage-headline {
    margin-top: 100px;
    padding-right: 40px;
    padding-left: 20px;
    font-size: 48px;
    line-height: 53px;
  }

  .homepage-card-subheader {
    margin-top: 20px;
  }

  .homepage-tag-wrapper {
    max-width: 500px;
    margin-top: 20px;
  }

  .homepage-card-image2 {
    max-width: 100%;
  }

  .homepage-card-image3 {
    left: -11px;
    width: 100%;
  }

  .hackathon-section {
    margin-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .hackathon-section.smallermargin {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hackathon-section.apply-now-final {
    margin-top: 100px;
  }

  .image-26 {
    left: 23%;
    top: -22%;
    max-width: 15%;
  }

  .image-27 {
    left: 16%;
    top: 60%;
    max-width: 70%;
  }

  .image-29 {
    top: 12%;
    right: -3%;
    max-width: 20%;
  }

  .image-30 {
    top: -42%;
    max-width: 29%;
  }

  .image-31 {
    top: 61%;
  }

  .image-37 {
    top: 22%;
  }

  .hackathon-h3 {
    font-size: 42px;
  }

  .hackathon-h3.hackathon-link {
    line-height: 41px;
  }

  .image-38 {
    max-width: 100%;
    margin-left: 0px;
  }

  .section-3 {
    padding-bottom: 0px;
  }

  .image-39 {
    left: 1%;
    top: -1.4%;
    right: auto;
    max-width: 25%;
  }

  .image-40 {
    top: 4%;
    max-width: 48%;
  }

  .image-42 {
    right: 2%;
  }

  .image-43 {
    left: 2%;
  }

  .image-44 {
    max-width: 90%;
  }

  .image-45 {
    right: -2%;
  }

  .text-span-7 {
    padding-left: 20px;
  }

  .image-47 {
    max-width: 35%;
  }

  .image-48 {
    margin-top: 40px;
  }

  .people-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .criteria-percent {
    width: 192px;
    margin-left: -17px;
  }

  .main-footer {
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .verified-backgrounds.narrow {
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .subheader.hero.half {
    max-width: 75%;
  }

  .partners-hero {
    margin-top: 5em;
    margin-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .advisor-card {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .advisor-link-block {
    max-width: 100%;
  }

  .star-3 {
    top: 2%;
    right: 33px;
  }

  .partner-2-column-top-aligned-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-container {
    z-index: 400;
    overflow: scroll;
    height: 100%;
    min-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
  }

  .swarm-logo-img {
    display: none;
  }

  .article {
    overflow: visible;
    margin: 80px 72px 40px;
    padding: 0px;
  }

  .div-block-12 {
    overflow: visible;
  }

  .overline-blog.footer-overline {
    margin-bottom: 5px;
  }

  .rich-text-dark {
    padding-bottom: 10px;
  }

  .div-block-13 {
    position: static;
    width: 100%;
  }

  .column-10 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-14 {
    right: 2%;
  }

  .image-69 {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px;
  }

  .wiki-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #121212;
  }

  .swarm-logo-img-nav {
    display: block;
    max-width: 118px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
  }

  .terms-and-conditions-columns {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Circularxxweb, sans-serif;
  }

  .divider {
    background-color: #333;
  }
}

@media screen and (max-width: 767px) {
  .hero-header {
    font-size: 64px;
    line-height: 62px;
  }

  .hero-subheader {
    color: #fff;
  }

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

  .title {
    padding-bottom: 16px;
    font-size: 40px;
    line-height: 44px;
  }

  .feature-block {
    margin-top: 64px;
    padding: 0px;
  }

  .cta-main {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }

  .cta-main.privacy-padded-button {
    width: 100%;
    margin-top: 24px;
  }

  .footer-header {
    margin-bottom: 0px;
    color: #fff;
    font-size: 54px;
    line-height: 59px;
  }

  .footer {
    background-color: #03020f;
  }

  .vprop-image {
    padding-bottom: 24px;
  }

  .vprop-wrapper {
    padding-left: 0px;
  }

  .footer-subheader {
    color: #fff;
  }

  .body-2 {
    background-color: #fff;
  }

  .privacy-statement-wrapper {
    width: 100%;
    max-width: 640px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .rich-text-block {
    color: #0c0c0c;
  }

  .bold-text-2 {
    color: #03020f;
  }

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

  .method-item {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .title-swarm-method {
    padding-bottom: 16px;
    font-size: 40px;
    line-height: 44px;
  }

  .nav-link {
    padding-right: 0px;
    color: #fff;
    text-align: center;
  }

  .nav-link.w--current {
    padding-right: 0px;
    color: #fff;
  }

  .nav-link.talks {
    display: block;
  }

  .nav-link.method {
    display: block;
  }

  .nav-link.changelog-nav {
    display: block;
  }

  .menu-button.w--open {
    border-radius: 8px;
    background-color: #14131f;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.97);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    font-size: 32px;
  }

  .title-content-page {
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 44px;
  }

  .content-template-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .h3-content-page {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 33px;
  }

  .content-main-description {
    margin-top: 10px;
  }

  .overline {
    margin-top: 0px;
  }

  .overline.footer-overline {
    margin-bottom: 5px;
  }

  .list-nomargin.swarm-method-body {
    padding-left: 30px;
  }

  .changelog-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .changelog-header-wrapper {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .changelog-sidebar-contents {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .changelog-block {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-header-wrapper.talks {
    padding-bottom: 40px;
  }

  .talk-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-tertiary {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }

  .cta-tertiary.padded-bottom-40 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .cta-tertiary.padded-bottom-40.padding-left-20 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .verified-subheader-centered {
    color: #4f42ec;
  }

  .verified-subheader-centered.variant-subheader-light {
    max-width: 400px;
    padding-top: 1em;
  }

  .verified-hero {
    margin-top: 3em;
    margin-bottom: 0em;
    padding-right: 0px;
    padding-left: 0px;
  }

  .verified-hero.projects {
    margin-top: 0em;
  }

  .verified-giant {
    font-size: 5.1em;
  }

  .verified-giant.smaller {
    font-size: 4.4em;
  }

  .verified-big {
    font-size: 2.8em;
  }

  .heart-eyes {
    left: 12%;
    max-width: 40px;
  }

  .check {
    right: 11%;
    max-width: 60px;
  }

  .verified-2-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .star-2 {
    max-width: 70px;
  }

  .verified-2-column-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .verified-column-card {
    padding-right: 0em;
    padding-left: 0em;
    background-color: #000;
  }

  .verified-2-column-top-aligned {
    padding-right: 0px;
    padding-left: 0px;
  }

  .verified-2-column-top-aligned.padded {
    padding-right: 16px;
    padding-left: 16px;
  }

  .check-variant {
    right: 11%;
    display: none;
    max-width: 60px;
  }

  .verified-medium {
    font-size: 3.2em;
  }

  .bzzaar-left-align-overline {
    color: #4f42ec;
  }

  .projects-banner-image {
    padding-right: 20px;
    padding-left: 20px;
  }

  .projects-section {
    padding-bottom: 2em;
  }

  .homepage-headline {
    margin-top: 60px;
    font-size: 37px;
    line-height: 41px;
  }

  .homepage-card-headline {
    font-size: 51px;
  }

  .homepage-card-subheader {
    margin-top: 10px;
    line-height: 24px;
  }

  .icon-link {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hackathon-section {
    margin-top: 40px;
  }

  .hackathon-section.apply-now {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hackathon-section.apply-now-final {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-27 {
    left: 10%;
    max-width: 78%;
  }

  .hackthon-gradient-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hackathon-h2 {
    font-size: 85px;
  }

  .image-30 {
    top: -29%;
  }

  .image-31 {
    top: 72%;
    max-width: 35%;
  }

  .hackathon-moving-text {
    color: #4f42ec;
  }

  .image-35 {
    right: 0%;
  }

  .image-37 {
    right: 20%;
  }

  .hackathon-h3 {
    margin-top: 40px;
    font-size: 36px;
    line-height: 34px;
  }

  .hackathon-h3.hackathon-link {
    line-height: 37px;
    text-align: center;
  }

  .section-3 {
    padding-bottom: 0px;
  }

  .image-39 {
    top: -1%;
    max-width: 31%;
  }

  .image-40 {
    top: 1%;
    max-width: 54%;
  }

  .image-48 {
    margin-top: 40px;
  }

  .people-header {
    max-width: 450px;
  }

  .image-57 {
    max-width: 80%;
  }

  .critera-heading {
    max-width: 70%;
    margin-right: 20px;
  }

  .text-block-8 {
    font-size: 36px;
    line-height: 34px;
  }

  .criteria-percent {
    width: 24%;
    max-width: 100%;
    margin-left: -7px;
  }

  .main-footer {
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-7 {
    padding-bottom: 20px;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .column-9 {
    padding-bottom: 40px;
  }

  .verified-backgrounds.narrow {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .verified-overline {
    font-size: 15px;
  }

  .subheader.hero.half {
    max-width: 100%;
  }

  .partners-hero {
    margin-top: 3em;
    margin-bottom: 0em;
    padding-right: 0px;
    padding-left: 0px;
  }

  .partners-hero.projects {
    margin-top: 0em;
  }

  .advisor-card {
    margin-right: 0px;
  }

  .partners-case-study-card {
    padding-right: 0em;
    padding-left: 0em;
    background-color: #fff;
  }

  .case-study-medium {
    font-size: 2.8em;
  }

  .partner-2-column-top-aligned-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .partner-2-column-top-aligned-copy.padded {
    padding-right: 16px;
    padding-left: 16px;
  }

  .partner-left-overline {
    color: #ffe573;
  }

  .sidebar-container {
    position: absolute;
    z-index: 1000;
  }

  .article {
    overflow: visible;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .overline-blog {
    margin-top: 0px;
  }

  .overline-blog.footer-overline {
    margin-bottom: 5px;
  }

  .div-block-14 {
    z-index: 999;
  }

  .image-69 {
    margin-right: 0px;
  }

  .wiki-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding: 48px 16px;
  }

  .navbar {
    padding-bottom: 0px;
  }

  .navbar.frosty {
    padding-top: 0px;
    padding-right: 5px;
  }

  .valueprop-container {
    width: 100%;
    max-width: 900px;
  }

  .hero-header {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-subheader {
    color: #fff;
  }

  .logo {
    padding-bottom: 0px;
  }

  .main {
    padding: 16px 16px 24px;
  }

  .title {
    padding-bottom: 8px;
    font-size: 29px;
    line-height: 33px;
  }

  .subheader-paragraph {
    padding-top: 0px;
    font-size: 16px;
    line-height: 23px;
  }

  .text-block {
    padding-bottom: 0px;
    font-size: 12px;
  }

  .feature-block {
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-main {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 21px;
  }

  .footer-header {
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 37px;
  }

  .button-padded {
    width: 100%;
    margin-top: 0px;
  }

  .footer {
    padding: 24px 24px 100px;
  }

  .youtube-container {
    margin-top: 20px;
  }

  .vprop-wrapper {
    padding-left: 0px;
  }

  .footer-subheader {
    padding-top: 10px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-main-email {
    width: 100%;
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 21px;
  }

  .changelog-section {
    padding: 0px 10px 48px;
  }

  .swarm-method-section {
    padding: 20px 0px;
  }

  .method-item {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-width: 1px;
  }

  .swarm-method-description {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-swarm-method {
    padding-bottom: 8px;
    font-size: 29px;
    line-height: 33px;
  }

  .arrow-right {
    margin-top: 6px;
  }

  .nav-link {
    padding-right: 0px;
  }

  .nav-link.w--current {
    padding-right: 0px;
  }

  .menu-button {
    padding-right: 18px;
  }

  .title-content-page {
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 33px;
  }

  .content-template-wrapper {
    width: 100%;
    padding: 20px 16px 40px;
  }

  .principles-video {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h3-content-page {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 33px;
  }

  .list.swarm-method-body {
    padding-left: 20px;
  }

  .content-main-description {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    padding-left: 0px;
  }

  .body-4-copy {
    padding-bottom: 0px;
  }

  .overline {
    margin-top: 0px;
  }

  .overline.footer-overline {
    margin-bottom: 5px;
  }

  .list-nomargin.swarm-method-body {
    padding-left: 20px;
  }

  .changelog-item {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .changelog-block {
    padding-bottom: 0px;
  }

  .changelog-featuredimage {
    padding-bottom: 10px;
  }

  .content-header-wrapper.talks {
    padding-bottom: 40px;
  }

  .talks-section {
    padding: 24px 16px;
  }

  .talk-item-leftcolumn {
    padding: 16px;
  }

  .talk-block {
    padding-bottom: 40px;
  }

  .content-template-wrapper-large {
    width: 100%;
    padding: 20px 0px;
  }

  .content-template-wrapper-large.ps-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-tertiary {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 21px;
  }

  .swarm-method-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .verified-hero-headline {
    font-size: 2.4em;
  }

  .verified-subheader-centered.lined {
    font-size: 1.3em;
  }

  .verified-subheader-centered.variant-subheader-light {
    padding-top: 0.5em;
    text-align: center;
  }

  .star-1.talentmatchingstar {
    left: auto;
    top: -14%;
    right: 3%;
    bottom: auto;
    max-width: 55px;
  }

  .verified-banner-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .verified-image-component {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-verified.padded {
    margin-top: 24px;
  }

  .verified-hero {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 16px;
    padding-left: 16px;
  }

  .verified-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .verified-giant {
    font-size: 3em;
    line-height: 90%;
  }

  .verified-giant.smaller {
    font-size: 2.5em;
    line-height: 101%;
  }

  .verified-big {
    font-size: 2.1em;
  }

  .giant-text-wrapper {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .giant-text-wrapper.giant-wrapper-variant {
    margin-right: 15px;
    padding-left: 15px;
  }

  .verified-subheader {
    font-size: 18px;
  }

  .heart-eyes {
    left: -8%;
    bottom: -16%;
    max-width: 33px;
  }

  .check {
    top: -10px;
    right: -6%;
    max-width: 46px;
  }

  .verified-2-column {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .verified-2-column.inverse-flex {
    margin-top: 3em;
    margin-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .star-2 {
    left: 82%;
    max-width: 40px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .verified-2-column-card {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em 1.5em 2em;
  }

  .verified-card-wrapper {
    margin-bottom: 4em;
  }

  .verified-big-card {
    font-size: 1.9em;
  }

  .verified-column-card {
    padding-right: 0em;
    padding-left: 0em;
  }

  .column-6 {
    position: static;
  }

  .verified-2-column-top-aligned {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-right: 16px;
    padding-left: 16px;
  }

  .check-variant {
    right: 6%;
    max-width: 46px;
  }

  .projects-testimonial {
    font-size: 18px;
  }

  .verified-medium {
    font-size: 2.3em;
    line-height: 90%;
  }

  .bzzaar-large-text-wrapper {
    margin-top: 4em;
    margin-bottom: 3em;
  }

  .bzzaar-hero-headline {
    font-size: 2.4em;
  }

  .bzzaar-hero-headline.projects {
    font-size: 2.3em;
  }

  .ambition-items {
    margin-top: 10px;
    margin-bottom: 4em;
  }

  .ambition-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ambition-illustration {
    max-width: 54px;
  }

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

  .projects-banner-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cta-projects.padded {
    margin-top: 24px;
  }

  .projects-section {
    padding-right: 0px;
    padding-bottom: 5em;
    padding-left: 0px;
  }

  .homepage-grid {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-headline {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .homepage-card {
    margin-top: 0px;
    padding: 25px 20px;
    box-shadow: 0 2px 0 1px #181820;
  }

  .homepage-card-headline {
    margin-top: 0px;
    font-size: 32px;
    line-height: 45px;
  }

  .homepage-overline {
    margin-top: 20px;
    font-size: 12px;
  }

  .homepage-overline.green {
    margin-top: 20px;
    font-size: 12px;
  }

  .homepage-overline.pink {
    margin-top: 20px;
    font-size: 12px;
  }

  .homepage-card-subheader {
    margin-top: 10px;
    font-size: 16px;
  }

  .homepage-card-tag1 {
    font-size: 13px;
  }

  .homepage-tag-wrapper {
    font-size: 12px;
  }

  .hackathon-section {
    margin-bottom: 60px;
  }

  .hackathon-section.smallermargin {
    margin-top: 40px;
  }

  .image-26 {
    top: -52%;
    max-width: 15%;
  }

  .image-27 {
    top: 71%;
  }

  .image-28 {
    margin-top: 60px;
  }

  .image-29 {
    top: -56%;
    right: 3%;
    max-width: 30%;
  }

  .hackthon-gradient-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hackathon-h2 {
    font-size: 44px;
  }

  .image-30 {
    top: -50%;
    max-width: 37%;
  }

  .image-31 {
    top: 59%;
    max-width: 40%;
  }

  .image-32 {
    margin-bottom: 40px;
  }

  .image-33 {
    display: none;
  }

  .hackathon-moving-text.lined {
    font-size: 3.1em;
  }

  .image-35 {
    top: -2%;
    right: -2%;
  }

  .image-36 {
    max-width: 98%;
  }

  .image-37 {
    top: 23%;
    right: 2%;
    max-width: 35%;
  }

  .hackathon-h3 {
    margin-top: 60px;
    font-size: 32px;
    line-height: 29px;
  }

  .hackathon-h3.hackathon-link {
    display: block;
    margin-top: 100px;
    line-height: 34px;
  }

  .image-38 {
    max-width: 100%;
    margin-left: 0px;
  }

  .image-39 {
    max-width: 38%;
  }

  .image-40 {
    top: 1%;
    max-width: 62%;
  }

  .link-block-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-41 {
    margin-top: 0px;
  }

  .image-42 {
    right: 5%;
  }

  .text-span-7 {
    padding-left: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .people-block {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .people-label {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .people-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .people-header {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .image-56 {
    top: 0%;
    right: -6%;
    width: 240px;
  }

  .image-57 {
    margin-bottom: 0px;
  }

  .criteria-header-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .critera-heading {
    max-width: 100%;
    margin-right: 20px;
  }

  .text-block-8 {
    font-size: 30px;
    line-height: 29px;
    text-transform: none;
  }

  .criteria-percent {
    width: 100%;
    max-width: 44%;
    margin-top: -23px;
    margin-left: 0px;
    mix-blend-mode: difference;
  }

  .people-container-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-width: 1px 0px 0px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .verified-backgrounds.narrow {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 24px;
  }

  .verified-overline {
    font-size: 14px;
    line-height: 90%;
  }

  .hero-headline {
    font-size: 2.4em;
  }

  .hero-headline.projects {
    font-size: 2.3em;
  }

  .subheader {
    font-size: 18px;
  }

  .subheader.hero.half {
    font-size: 1.2em;
  }

  .partners-text-wrapper {
    margin-top: 4em;
    margin-bottom: 3em;
  }

  .partners-hero {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 16px;
    padding-left: 16px;
  }

  .advisor-card {
    margin-right: 0px;
    padding: 20px;
  }

  .star-3 {
    top: -1%;
    right: 19px;
  }

  .star-3.talentmatchingstar {
    left: auto;
    top: -14%;
    right: 3%;
    bottom: auto;
    max-width: 55px;
  }

  .partners-case-study-card {
    margin-bottom: 1.2em;
    padding-right: 0em;
    padding-left: 0em;
  }

  .case-study-medium {
    font-size: 1.6em;
  }

  .partner-text {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .partner-2-column-top-aligned-copy {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-right: 16px;
    padding-left: 16px;
  }

  .case-study-card-description {
    font-size: 15px;
  }

  .case-card-headline {
    font-size: 1.4em;
  }

  .case-card-founder-name {
    font-size: 1em;
  }

  .sidebar-container {
    position: absolute;
    top: 0%;
    z-index: 1000;
    min-width: 260px;
    opacity: 0;
  }

  .swarm-logo-img {
    margin-top: 0px;
  }

  .article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .overline-blog {
    margin-top: 0px;
  }

  .overline-blog.footer-overline {
    margin-bottom: 5px;
  }

  .rich-text-dark li {
    font-family: Circularxxweb, sans-serif;
  }

  .div-block-14 {
    right: 5%;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-67 {
    padding: 10px;
  }

  .image-69 {
    display: block;
    margin-right: 0px;
  }

  .wiki-nav {
    margin: 0px;
  }

  .swarm-logo-img-nav {
    max-width: 118px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
  }

  .feedback-form {
    padding: 20px 0px;
  }

  .header-item {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }

  .terms-and-conditions-columns {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

#w-node-_5d7d04c0-e616-bb94-9077-3cb0a9203247-838e385d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2af3ff60-34ba-a75f-9dbd-25bdf42c7698-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70681455-0dd5-45e8-6877-f3c15723b41e-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a88ef3f2-707b-01a5-6a72-ca106f1a2347-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7088d525-23ec-d301-7f66-d87ee59f271d-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e0af399-9bef-6258-abc8-fb199960fdec-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5469caed-477b-c722-c3df-1c16569f070a-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5840093-dc5d-0e2b-19ad-a3abcb81667d-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_42a71341-74d8-e7b4-b476-cf23ce1d464c-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0c3f17c-5810-1d25-e9c1-ccd1320f72bb-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ebb457a3-0c84-5780-8329-62fb0c4cd772-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b177c993-3253-32c5-dffc-24c9a705b5a5-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_26d5d346-ec39-571b-1113-3d499350eb5c-d5138423 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pearl';
  src: url('../fonts/TAN-PEARL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-SpatialBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-WideMedium.otf') format('opentype'), url('../fonts/RightGrotesk-WideMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-TightMedium.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk';
  src: url('../fonts/RightGrotesk-CompactBlack.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviouslydemo Condensed';
  src: url('../fonts/ObviouslyDemo-CondensedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviouslydemo';
  src: url('../fonts/ObviouslyDemo-Black.otf') format('opentype'), url('../fonts/ObviouslyDemo-CompressedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviouslydemo condensedsuper';
  src: url('../fonts/ObviouslyDemo-CondensedSuper.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviouslydemo compressedsuper';
  src: url('../fonts/ObviouslyDemo-CompressedSuper.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuebit';
  src: url('../fonts/PPNeueBit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}