:root {
  --loading-bar: #604faf;
  --bg-3: #170f39;
  --bg-1: #f6f9fd;
  --bg-2: #f9f4fd;
  --white: white;
  --primary-2: #775af6;
  --body-text: #1f2b38;
  --primary-1: #3d2d85;
  --secondary-2: #fa00e9;
  --secondary-1: #00ccf5;
  --secondary-3: #3860ff;
  --button-colour: #6c4df6;
  --secondary-4: #6d7685;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #1f2b38;
  font-family: Avenir roman, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 28px;
  line-height: 1.6;
}

a {
  color: var(--loading-bar);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  line-height: 2;
}

img {
  width: 48px;
  max-width: 100%;
  padding: 0;
  display: inline-block;
}

label {
  margin-bottom: 8px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  padding: 80px 0 160px;
}

.section.how-it-works {
  background-color: var(--bg-3);
}

.section.api {
  background-color: var(--bg-3);
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.section.home-community {
  background-image: radial-gradient(circle at 100% 100%, #121a3d, #aa00fa);
  position: relative;
}

.section.home-community.omfix {
  padding-bottom: 0;
}

.section.home-community.omfix.startpage {
  margin-top: -65px;
  padding-top: 0;
}

.section.padding-80 {
  padding-bottom: 35px;
}

.section.padding-80.padding-top-0 {
  padding-top: 0;
}

.section.padding-80.padding-bottom-0 {
  background-image: url('../images/Group-1701-Updated.svg'), linear-gradient(#f6f9fd, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  padding-bottom: 0;
  position: relative;
}

.section.padding-80.padding-bottom-20 {
  padding-bottom: 20px;
}

.section.client-logos {
  z-index: 20;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.section.client-logos.margin-40 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  position: static;
}

.section.call-to-action {
  text-align: center;
  background-image: url('../images/Frame-1437.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 570px;
  display: flex;
}

.section.padding-0.move-down {
  position: relative;
  bottom: -40px;
}

.section.padding-0.footer-bar {
  background-color: var(--bg-1);
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

.section.color-bg-3.connect-bg {
  background-image: url('../images/Connect-BG-Top.webp'), url('../images/Connect-BG-Bottom.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.section.color-bg-3.solutions-bg {
  position: relative;
  overflow: hidden;
}

.section.color-bg-3.software {
  background-image: url('../images/Why-Orbit-BG-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.color-bg-3.collaboration-bg {
  background-image: url('../images/60ac6ce0122cf003bbb39fed_Frame-1913.png'), linear-gradient(#f6f9fd, #fff);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 696px, auto;
}

.section.color-bg-3.collaboration-bg.community {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.color-bg-3.collaboration-bg.community.observatory {
  background-image: url('../images/ObservatoryScene-2.svg'), linear-gradient(#392684, #392684);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 70px;
  padding-bottom: 35px;
  display: none;
}

.section.color-bg-3.collaboration-bg.community.conversations {
  background-image: url('../images/liveChatsToolsOnly.png'), linear-gradient(#f6f9fd, #fff);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 620px, auto;
  min-height: 650px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.section.gradient-bg {
  position: relative;
  overflow: hidden;
}

.section.color-bg-1.collaboration-bg {
  background-image: url('../images/60ac6ce0122cf003bbb39fed_Frame-1913-1-1-1.png'), linear-gradient(#f6f9fd, #fff);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 696px, auto;
}

.section.solutions-cms {
  background-image: url('../images/Collaboration-BG.webp'), linear-gradient(#edf2f9 35%, #fff);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.solutions-cms.padding-80 {
  background-image: url('../images/60ac6ce0122cf003bbb39fed_Frame-1913-1-1-1.png'), linear-gradient(#edf2f9 35%, #fff);
  background-size: 696px, auto;
  padding-bottom: 80px;
}

.section.pricing {
  background-image: url('../images/Pricing-Top-BG.png'), url('../images/Pricing-Bottom-BG.png'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 100% 0, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.section.pricing.kb {
  background-image: url('../images/Pricing-Bottom-BG.png'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.why-orbit-hero {
  background-image: url('../images/Why-Orbit-BG-1.webp'), linear-gradient(to bottom, #edf2f9, var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 700px;
}

.section.why-orbit-hero.padding-80 {
  background-image: url('../images/Frame-1910.svg'), linear-gradient(to bottom, #edf2f9, var(--white));
  background-position: 50% 0, 0 0;
}

.section.community-bg {
  color: var(--white);
  background-color: #170f39;
  background-image: url('../images/Why-right.webp'), url('../images/Why-left.webp');
  background-position: 100% 32%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 450px, 380px;
  position: relative;
  overflow: hidden;
}

.section.community-bg.no-image {
  background-image: none;
  padding-top: 70px;
  padding-bottom: 140px;
}

.section.feature-bg {
  background-image: url('../images/Why-Orbit-BG-5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.orbit-model {
  background-image: url('../images/Why-Orbit-BG.svg'), radial-gradient(circle at 50% 100%, rgba(59, 41, 255, .32), #1a113f 51%), linear-gradient(#170f39, #20154d);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  height: 1000px;
  position: relative;
}

.section.blog {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.blog.kb {
  padding-top: 20px;
  padding-bottom: 80px;
}

.section.blog-highlight {
  background-image: url('../images/Highlight-BG.webp'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.careers {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Pricing-Top-BG.png'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 100% 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, auto, auto, auto;
}

.section.careers-bg {
  background-image: linear-gradient(#f6f9fd, #fff);
}

.section.careers {
  background-image: url('../images/Pricing-Top-BG.png'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  position: relative;
}

.section.careers.padding-80 {
  background-image: url('../images/Community-Portal-Hero-Flattened-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.careers.padding-80.community {
  background-image: url('../images/Community-Portal-Hero-Flattened.svg'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 50% 100%, 0 0;
  background-size: auto, auto;
}

.section.careers.padding-80.careerhero {
  background-image: url('../images/Pricing-Top-BG.png'), radial-gradient(circle, #4a289c, #000);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section.careers.community {
  background-image: url('../images/Community-Portal-Hero-Flattened.svg'), radial-gradient(circle, #4a289c, #00092b);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
}

.section.careers.community.padding-80 {
  background-image: url('../images/Community-Portal-Hero-Flattened-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.integrations {
  background-image: url('../images/Pricing-Top-BG.png'), linear-gradient(#170f39, #170f39);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  position: relative;
}

.section.integrations.padding-80.overflow-hidden {
  background-image: linear-gradient(#170f39, #170f39);
}

.section.integrations.padding-80.overflow-hidden.community-camp {
  background-image: linear-gradient(#170f39, #170f39);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.integrations.padding-80.overflow-hidden.community-camp.sxsw-blue {
  background-image: linear-gradient(#0a0042, #0a0042);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.integrations.padding-80.overflow-hidden.landing {
  background-image: linear-gradient(to right, #170f39, var(--primary-2)), linear-gradient(to bottom, #170f39, #170f39), linear-gradient(to bottom, transparent, transparent);
  max-height: 522px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.integrations.padding-80.overflow-hidden.hero {
  background-image: url('../images/Tools-Index-Hero-1.svg'), linear-gradient(#000, #000);
  background-position: 70% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-bottom: 0;
}

.section.integrations.padding-80.overflow-hidden.hero.webinar-hero {
  background-image: url('../images/Console-v1.1.webp'), linear-gradient(#000, #000);
  background-position: 90% 100%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.section.integrations.padding-80.overflow-hidden.customer {
  background-image: url('../images/Frame-1437.svg'), linear-gradient(#170f39, #170f39);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section.integrations.padding-80.overflow-hidden.startup {
  background-image: url('../images/Orbit-Stargate-Hero-1-1.svg'), linear-gradient(#170f39, #170f39), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 100%, 0 0, 0 0;
  background-size: contain, auto, auto;
}

.section.integrations.padding-80.overflow-hidden.startup.startpage {
  background-image: linear-gradient(#170f39, #170f39), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.integrations.padding-80.overflow-hidden.startup.startpage.champions-top {
  -webkit-text-stroke-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 0;
}

.section.integrations.padding-80.overflow-hidden.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.integrations.padding-80.chmpions-top {
  background-color: #ece8ff;
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.section.integrations.about {
  background-image: url('../images/Light.svg'), url('../images/Pricing-Top-BG.png'), linear-gradient(#170f39, #170f39);
  background-position: 50% 100%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.section.integrations.observatory {
  background-image: url('../images/ObservatoryScene-2.svg'), linear-gradient(#392684, #392684);
  background-position: 100% 100%, 0 0;
  background-size: auto, auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.integrations-cms {
  background-image: linear-gradient(#170f39, #170f39);
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.section.home-3d {
  background-image: linear-gradient(#edf2f9 35%, #fff);
  padding-bottom: 0;
  position: relative;
}

.section.home-3d.padding-80 {
  padding-bottom: 80px;
}

.section.home-3d.padding-80.home {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.developer-center {
  background-image: url('../images/Call-to-Action-BG.webp'), url('../images/Pricing-Top-BG.png'), linear-gradient(#170f39, #170f39);
  background-position: 100% 0, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, auto, auto;
  position: relative;
  overflow: hidden;
}

.section.help {
  background-image: linear-gradient(#170f39, #170f39);
  display: none;
  position: relative;
  overflow: hidden;
}

.section.community-camp {
  padding-top: 80px;
}

.section.tools {
  padding-top: 60px;
}

.section.tools.bottom {
  background-color: var(--white);
}

.section.nexusbg {
  background-color: #e0dbfe;
}

.section.nexusbg.workshops {
  background-color: #ffd4e3;
}

.section.cta {
  background-color: #19133f;
  margin-bottom: 100px;
}

.section.cta.hide {
  display: block;
  overflow: hidden;
}

.section.nexuscolor {
  background-color: var(--bg-1);
}

.section.agenda {
  display: block;
}

.section.agenda.workshops {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.section.agenda.workshops.orbit-launch-days-schedule {
  background-color: var(--bg-1);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section.section-champions {
  margin-top: 50px;
  padding-bottom: 40px;
  padding-left: 61px;
  padding-right: 61px;
}

.section.champions-cards {
  background-image: linear-gradient(to top, #ece8ff, #fff);
  padding-top: 0;
}

.section.feature {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px 100px 70px;
}

.section.feature.integrate {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.section.feature.margin-bottom-160.padding-bottom-0 {
  padding-bottom: 0;
}

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

.container {
  width: 100%;
  max-width: 1350px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.container.api {
  z-index: 20;
  position: relative;
}

.container.api.hide {
  display: none;
}

.container.testimonials {
  z-index: 10;
  position: relative;
}

.container.community {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.pos-relative {
  z-index: 20;
  text-align: left;
  position: relative;
}

.container.pos-relative.flex-center {
  padding-left: 50px;
  padding-right: 50px;
}

.container.why-work-here {
  position: relative;
}

.container._3d {
  max-width: 1920px;
  padding-left: 8%;
  padding-right: 8%;
}

.container.privacy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.omfix {
  position: relative;
  top: 80px;
}

.container.omfix.startpage {
  top: 60px;
}

.container._100bg {
  background-image: url('../images/Orbit-Stargate-Hero-1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 703px;
  min-height: 500px;
}

.container.tools {
  background-color: #0e1840;
  margin-top: 0;
}

.container.blog {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.container.sub {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.sub.blog {
  margin-top: 60px;
}

.container.kb {
  margin-top: 56px;
}

.container.resource {
  margin-top: 40px;
}

.container.hide {
  display: none;
}

.container.launch-days-container {
  justify-content: space-between;
  display: flex;
}

.container.logos {
  margin-bottom: 60px;
}

.container.padding-bottom-80 {
  background-image: linear-gradient(to top, #dde2eb, #fff);
  border: 1px #dde2eb;
  border-bottom-style: solid;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.container.padding-bottom-80.new {
  margin-left: 40px;
  margin-right: 40px;
}

.container.padding-bottom-80.padding-top-160 {
  background-image: linear-gradient(to top, #f5f4fe, rgba(255, 255, 255, 0));
  border-style: none none solid;
  border-color: #eef3fc;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.container.padding-bottom-80.padding-top-160.margin-40 {
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.container.padding-bottom-80.padding-top-160.white_background {
  background-image: none;
  border-style: solid;
  border-width: 0;
  margin-bottom: 0;
}

.container.padding-top-80 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 32px;
  padding-top: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  display: flex;
  position: static;
  top: 400px;
}

.container.padding-top-80.padding-bottom-160 {
  background-image: linear-gradient(#eef3fc, #fff);
  border: 1px #eef3fc;
  border-top-style: solid;
  border-radius: 20px;
  padding-bottom: 0;
}

.container.padding-top-80.platform-hero {
  margin-top: -50px;
  position: static;
}

.container.nav-bar {
  margin-top: 10px;
  position: relative;
}

.container.hidden {
  display: none;
}

.container.footer, .container.tempfix {
  margin-top: 0;
}

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

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

.grid.client-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  position: relative;
}

.grid.client-logos.margin-top-24.salespage {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 36px;
}

.grid.client-logos.new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 0;
}

.heading-xl {
  font-family: Avenirnextltpro, sans-serif;
  font-size: 66px;
  line-height: 1.2;
}

.heading-xl.vw {
  font-size: 4vw;
}

.heading-xl.vw.new {
  color: var(--body-text);
  text-align: center;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 2.8em;
  font-weight: 600;
}

.heading-xl.vw.new.home {
  max-width: 100%;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 3rem;
  line-height: 1;
  display: block;
}

.heading-xl.vw.new.experimenting {
  background-color: var(--body-text);
  color: var(--body-text);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.heading-xl.vw.new.experimenting.home {
  display: block;
}

.heading-xl.vw.new.experimenting.home.test {
  background-image: linear-gradient(#000, #a0a0a0);
}

.heading-xl.vw.new.platform-page {
  color: #1f2b38;
  -webkit-text-fill-color: transparent;
  background-color: #f11a1a;
  background-image: linear-gradient(#281d5c, #5c41d3 79%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 100%;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-16 {
  margin-top: 16px;
}

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

.margin-top-24.margin-bottom-0 {
  text-align: center;
}

.margin-top-24.padding-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-24.text-primary-3-color {
  color: #fa00e9;
}

.margin-top-24.text-primary-3-color.text-white {
  margin-top: 120px;
  font-size: 57px;
}

.margin-top-24.pricing-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 24px;
}

.margin-top-24.new-pricing {
  text-align: left;
}

.margin-top-24.smaller {
  font-size: 28px;
}

.margin-top-32 {
  margin-top: 32px;
}

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

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

.margin-top-56 {
  margin-top: 56px;
}

.margin-top-64 {
  margin-top: 64px;
}

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

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-80.blog {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.margin-top-80.blog.posts {
  margin-top: 0;
  font-family: Avenirnextltpro, sans-serif;
}

.divider {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.grid-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds.style-guide.left {
  justify-items: start;
}

.grid-thirds.pricing.margin-top-80.grid-fourths {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-thirds.pricing.margin-top-80.grid-fourths.more-info {
  grid-template-columns: .5fr 1fr .5fr;
}

.grid-thirds.developer-resource.margin-top-56 {
  grid-row-gap: 40px;
}

.color-primary-1 {
  background-color: var(--primary-1);
}

.color-body-text {
  background-color: var(--body-text);
}

.color-gradient-1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fa00e9, #3860ff);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.color-gradient-1.style-guide-200 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to right, #fa00e9, #3860ff);
  background-clip: border-box;
  width: 100%;
  display: block;
}

.color-gradient-1.text-xs.new {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-weight: 400;
}

.color-gradient-1.community {
  background-image: linear-gradient(to bottom, var(--secondary-2), var(--secondary-2));
}

.color-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #00d4ff, #3860ff);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.4;
}

.color-gradient-2.style-guide-200 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-gradient-2.text-center.hero {
  margin-top: 100px;
}

.color-gradient-2.tools {
  font-family: Avenirnextltpro, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.color-primary-2 {
  background-color: var(--primary-2);
}

.color-loading-bar {
  background-color: var(--loading-bar);
}

.color-secondary-1 {
  background-color: var(--secondary-1);
}

.color-bg-1 {
  background-color: var(--bg-1);
}

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

.style-guide-200 {
  height: 200px;
}

.color-bg-2 {
  background-color: var(--bg-2);
}

.color-bg-3 {
  background-color: var(--bg-3);
}

.text-small {
  font-size: 16px;
}

.text-small.text-white {
  color: var(--body-text);
  line-height: 1;
}

.text-small.text-white.other {
  margin-right: 0;
  display: inline;
}

.text-small.text-white.other.data {
  margin-right: 5px;
}

.text-small.text-white.tooling {
  margin-top: -23px;
  font-size: 20px;
}

.text-small.text-white.align-left {
  text-align: left;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 14px;
}

.text-small.margin-top-16 {
  font-family: Avenir roman, sans-serif;
}

.text-small.opacity-60 {
  color: rgba(255, 255, 255, .6);
}

.text-small.community {
  margin-bottom: 20px;
}

.text-small.community-description {
  flex: 0 100%;
  margin-top: 3px;
  margin-bottom: 24px;
  display: block;
}

.text-small.color-gradient-1.roadmap {
  float: right;
}

.text-small.new {
  color: #58606e;
  letter-spacing: 0;
  text-indent: 0;
  width: auto;
  max-width: 80%;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.text-small.new.feature {
  color: #6d7685;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.2em;
}

.text-small.new.feature.details {
  color: #6d7685;
  max-width: 100%;
  padding-left: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  display: inline-block;
}

.text-small.new.feature.details.quote {
  margin-top: 20px;
  padding-left: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.text-small.new.feature.details.quote.home {
  color: var(--primary-2);
  padding-left: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-small.new.feature.details.quote.break {
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
}

.text-small.new.feature.details.quote.text {
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.text-small.new.feature.details.quote.text.large {
  color: #1e2b38;
  margin-bottom: 0;
  font-size: 1.2em;
}

.text-small.new.feature.details.quote.text.large.champs {
  margin-bottom: 20px;
}

.text-small.new.feature.details.bottom {
  display: block;
  position: relative;
  top: 260px;
}

.text-small.new.feature.details.bottom.small {
  margin-bottom: 32px;
  position: static;
  top: 280px;
}

.text-small.new.feature.details.hero {
  padding-left: 0;
  display: flex;
}

.text-small.new.feature.details.horizontal {
  width: 50%;
  margin-bottom: 0;
  display: block;
}

.text-small.new.feature.details.special {
  max-width: 60%;
}

.text-small.new.home {
  color: #58606e;
  text-align: center;
  max-width: 100%;
  font-family: Avenir roman, sans-serif;
  font-size: 1.4rem;
}

.text-small-primary-color {
  color: var(--primary-1);
  font-size: 16px;
}

.text-primary-color {
  color: var(--primary-1);
}

.text-primary-color.margin-top-24 {
  text-align: left;
}

.text-large {
  order: -1;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-large.color-gradient-1 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-large.text-white {
  order: 0;
}

.text-large.text-white.startuppage {
  color: var(--body-text);
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir roman, sans-serif;
  font-size: 17.56px;
  font-weight: 400;
}

.text-large.text-white.startuppage.champs-subhead {
  width: 60%;
}

.text-large.text-white.startuppage.programs-subhead {
  width: 60%;
  font-size: 22px;
}

.text-large.text-white.startuppage.programs-subhead.wide {
  width: 80%;
}

.text-large.text-white.margin-top-32.text-center.padding-right-60 {
  margin-top: 20px;
  padding-right: 0;
}

.text-large.margin-top-24 {
  color: var(--body-text);
}

.text-large.margin-top-24.community {
  margin-bottom: 0;
}

.text-large.margin-top-24.margin-bottom-12.community {
  margin-top: 0;
  margin-bottom: 1em;
}

.text-large.margin-top-24.tools {
  float: left;
}

.text-large.margin-top-24.basics {
  color: var(--secondary-2);
}

.text-large.text-color-secondary-3 {
  color: var(--secondary-3);
}

.text-large.text-secondary-1-color {
  color: var(--bg-1);
  font-size: 28px;
}

.text-large.text-secondary-1-color.pricing-text {
  color: rgba(31, 43, 56, .68);
  text-align: left;
  margin-left: 0;
  font-size: 13px;
  font-weight: 700;
}

.text-large.heart-link {
  z-index: 30;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.text-large.community-camp {
  font-size: 36px;
}

.text-large.integration {
  padding-top: 4px;
}

.text-large.other {
  width: 100%;
  margin-right: 10px;
  display: block;
}

.text-large.basics {
  margin-bottom: 24px;
}

.text-large.integrations {
  color: var(--secondary-1);
  margin-bottom: 24px;
}

.text-large.pricing {
  text-align: center;
}

.text-large.pricing.clear {
  color: rgba(0, 0, 0, 0);
}

.text-large.text-secondary-1-color-copy {
  color: var(--bg-3);
  text-indent: -32px;
  font-size: 24px;
}

.text-large.text-secondary-1-color-copy.pricing-text {
  color: rgba(31, 43, 56, .68);
  text-align: left;
  margin-left: 0;
  font-size: 13px;
  font-weight: 700;
}

.text-large.new {
  color: #281d5c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25em;
  display: inline-block;
}

.text-large.new.feature {
  font-size: 1.1rem;
  line-height: 1.2em;
}

.text-large.new.nav {
  color: var(--bg-3);
  height: auto;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 400;
}

.text-large.new.integrate {
  color: #281d5c;
  max-width: 100%;
  font-size: 1.75rem;
}

.text-large.new.integrate.below {
  -webkit-text-fill-color: transparent;
  background-color: #281d5c;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-xs {
  text-transform: none;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-xs.color-solutions-feature-1 {
  color: #ffa6f9;
}

.text-xs.color-solutions-feature-2 {
  color: var(--secondary-1);
}

.text-xs.color-solutions-feature-3 {
  color: #f5dc00;
}

.text-xs.text-secondary-2.margin-left-16 {
  margin-left: 16px;
  margin-right: 0;
}

.text-xs.all-caps {
  text-transform: uppercase;
}

.text-xs.gray-text {
  color: rgba(31, 43, 56, .5);
}

.text-xs.text-secondary-1-color.margin-left-16 {
  margin-left: 16px;
  margin-right: 0;
}

.text-xs.purple {
  color: var(--primary-2);
}

.text-xs.margin-left-8 {
  display: inline-block;
}

.text-xs.margin-left-8.fix {
  display: inline;
}

.text-xs.text-orange {
  color: #f59547;
}

.text-xs.tooling {
  margin-top: 8px;
  margin-left: 5px;
  font-size: 12px;
  display: inline;
}

.text-xs.tooling.next {
  margin-left: 0;
  font-size: 12px;
}

.text-xs.pricing-text {
  color: var(--primary-2);
  text-align: left;
  flex: 0 auto;
  margin-left: 0;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.text-xs.pricing-text.free {
  margin-left: -2px;
}

.text-xs.pricing-text.growth {
  color: var(--primary-2);
  margin-top: 4px;
  margin-left: 3px;
  font-size: 32px;
  text-decoration: none;
}

.text-xs.pricing-text.growth.color-bg-4 {
  color: var(--primary-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.text-xs.pricing-text.growth.small-text {
  color: #58606e;
  text-align: center;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 14px;
}

.text-xs.pricing-text.growth.smaller-text {
  font-size: 34px;
}

.text-xs.pricing-text.growth.smaller-text.annual {
  margin-top: 16px;
  font-size: 28px;
  line-height: .6;
  display: block;
}

.text-xs.pricing-text.growth.smaller-text.monthly {
  display: none;
}

.text-xs.pricing-text.custom {
  margin-left: -2px;
}

.text-xs.webinar {
  margin-left: 4px;
  padding-top: 3px;
}

.text-xs.author {
  text-transform: uppercase;
}

.button-outline {
  border: 2px solid var(--primary-2);
  color: var(--primary-2);
  border-radius: 8px;
  align-items: center;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-outline.margin-top-40.nooutline {
  border-style: none;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-outline.justify-center {
  justify-content: center;
}

.button-outline.justify-center.stroke-white {
  border-color: var(--white);
  color: var(--white);
  background-color: #4c6ceb;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir roman, sans-serif;
}

.button-outline.justify-center.stroke-white.champions-bottom-cta {
  width: 250px;
}

.button-outline.justify-center.stroke-white.champions-bottom-cta:hover {
  background-color: #425abb;
}

.button-outline.justify-center.stroke-white.champs-form-button {
  width: 60%;
}

.button-outline.justify-center.stroke-white.champs-form-button:hover {
  background-color: #425abb;
}

.button-outline.sign-up {
  border-color: var(--secondary-2);
  background-color: var(--bg-2);
  padding: 8px 16px;
}

.button-outline.sign-up.new {
  background-color: var(--loading-bar);
  border-style: none;
  padding: 1px 12px 4px;
  display: inline-block;
}

.button-outline.sign-up.new.nav {
  color: var(--button-colour);
  -webkit-text-stroke-color: var(--secondary-1);
  height: auto;
  margin-top: 15px;
}

.button-outline.view-features {
  border-color: var(--white);
  color: var(--white);
}

.button-outline.view-features.margin-top-80 {
  max-width: 280px;
}

.button-outline.new {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.icon-arrow.margin-left-8.home {
  font-size: 16px;
}

.icon-arrow.margin-left-8.home.text-color-secondary-3 {
  color: var(--secondary-3);
}

.icon-arrow.margin-left-8.home.new {
  display: inline;
}

.icon-arrow.purple {
  color: #775af6;
  padding: 8px;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
}

.icon-arrow.purple:hover {
  transform: translate(12px);
}

.icon-arrow.purple.community {
  float: right;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.icon-arrow.community {
  color: var(--secondary-2);
  margin-left: 10px;
}

.icon-arrow.community.purple {
  color: var(--primary-2);
}

.margin-left-8 {
  text-align: left;
  margin-left: 8px;
}

.margin-left-8.icon-arrow {
  width: 18px;
}

.button-outline-gradient {
  background-color: var(--white);
  color: var(--primary-2);
  border-radius: 6px;
  align-items: center;
  max-width: 250px;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-outline-gradient.justify-center {
  text-align: center;
  justify-content: center;
  max-width: none;
}

.button-outline-gradient.justify-center.new-pricing {
  padding-left: 10px;
  padding-right: 10px;
}

.button-outline-gradient.software-bg {
  background-color: #170f39;
  justify-content: flex-start;
}

.button-outline-gradient.software-bg.community {
  padding-left: 30px;
  padding-right: 30px;
}

.button-outline-gradient.software-bg.community.launch-days-button {
  justify-content: center;
}

.button-outline-gradient.software-bg.tools {
  justify-content: center;
  max-width: none;
}

.button-outline-gradient.customer {
  max-width: 100%;
}

.button-outline-gradient.home {
  padding-left: 20px;
  padding-right: 20px;
}

.button-outline-gradient.home.new {
  background-color: var(--button-colour);
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#896ffa, #5235d3);
  border: 2px #e7fee9;
  margin-top: 7px;
  margin-right: 0;
  padding: 2px;
  font-family: Abel;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
  transform: translate(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .14), inset 0 -6px 10px rgba(98, 54, 213, .1);
}

.button-outline-gradient.home.new:hover {
  transform: translate(0, -4px);
  box-shadow: 0 10px 6px rgba(0, 0, 0, .14), inset 0 -6px 10px rgba(98, 54, 213, .1);
}

.button-gradient-mask {
  background-image: linear-gradient(to right, #fa00e9, #3860ff);
  border-radius: 8px;
  padding: 2px;
}

.button-gradient-mask.margin-top-40.community {
  background-image: linear-gradient(to bottom, var(--secondary-2), var(--secondary-2));
}

.button-gradient-mask.margin-top-24.pricing-button {
  margin-top: auto;
}

.button-gradient-mask.margin-top-24.pricing-button.recommend {
  position: relative;
  top: -4px;
}

.grid-half {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-half.home-hero {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 580px;
}

.grid-half.home-hero.community-camp {
  grid-template-columns: 1fr 1fr;
  height: auto;
  min-height: 500px;
}

.grid-half.home-hero.community-camp._100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-content: stretch;
}

.grid-half.home-hero.community {
  grid-template-columns: 1.3fr 1fr;
}

.grid-half.how-it-works {
  position: relative;
}

.grid-half.api-docs {
  grid-template-columns: 1.75fr 1fr;
}

.grid-half.solutions-cms {
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  justify-items: start;
  width: 100%;
  height: 620px;
}

.grid-half.blog-posts.collection-list.community {
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.grid-half.blog-posts.collection-list.community.marginissue {
  grid-row-gap: 10px;
}

.grid-half.integrations {
  width: 100%;
}

.grid-half.integrations-cms {
  grid-template-columns: .25fr 1fr;
  position: relative;
  top: -60px;
}

.grid-half.nav-products {
  width: 100%;
}

.grid-half.contact {
  grid-template-columns: .5fr 1fr;
}

.grid-half.integrations {
  grid-template-columns: 2.5fr 2.25fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  height: 580px;
}

.grid-half.integrations.tools {
  align-items: start;
  height: auto;
}

.grid-half.integrations.tools.margin-top-80 {
  align-items: start;
}

.grid-half.integrations.tools.landing {
  grid-template-columns: 2.5fr 1fr;
}

.grid-half.integrations.tools.bottom {
  margin-top: 100px;
}

.grid-half.integrations.landing.top {
  height: 522px;
}

.grid-half.blog-data.blog {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  margin-top: 20px;
  margin-bottom: 0;
}

.grid-half.integrations-items.ints {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-half.integrations-items.ints.details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-half.integrations-items.ints.details.roadmap {
  grid-template-columns: 1fr;
}

.grid-half.grid-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-half.grid-column.upcoming {
  grid-template-columns: 1fr 1fr;
}

.grid-half.feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #dde2eb;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 32px;
}

.grid-half.feature.no-border {
  grid-column-gap: 20px;
  border-style: none;
  border-radius: 0;
  padding-left: 0;
}

.grid-half.feature.no-border.special {
  grid-column-gap: 40px;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.grid-half.feature.no-border.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grid-half.feature.no-border.home.thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-half.feature.bluebg {
  background-color: #f8fbff;
  padding-left: 16px;
}

.grid-half.feature.triplet {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-half._3-items {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav {
  z-index: 5000;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: 30px;
  display: flex;
}

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

.nav.new.bar {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav.no-bar {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  margin-top: 0;
}

.nav-logo {
  display: inline-block;
  overflow: visible;
}

.nav-logo.new {
  width: 100%;
  max-height: 25px;
  margin-top: 16px;
  margin-right: 20px;
}

.top-bar {
  background-color: var(--primary-1);
  background-image: linear-gradient(100deg, var(--bg-3), var(--primary-2));
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 6px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-bar.hidden {
  background-image: linear-gradient(#ebe7fe, #ebe7fe);
  width: 200%;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.text-white.margin-top-24 {
  font-size: 52px;
}

.text-white.margin-top-24.other {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline;
}

.text-white.margin-top-24.other.end {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: inline;
}

.text-white.margin-top-24.sxsw-white {
  margin-top: 28px;
}

.text-white.text-center {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-white.text-center.no-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-white.startup-banner {
  min-height: 250px;
  margin-bottom: -30px;
  font-size: 56px;
}

.text-white.cat-badge {
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 3px 5px 1px;
  display: inline;
}

.text-white.cat-badge.text-small {
  margin-bottom: 2px;
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.top-bar-new-look {
  background-color: var(--loading-bar);
  border-radius: 8px;
  padding: 4px 12px;
  display: inline-block;
}

.top-bar-new-look.text-white {
  color: var(--primary-1);
  background-color: rgba(249, 244, 253, 0);
  padding: 0;
}

.top-bar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
  position: relative;
}

.image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.grid-column {
  width: 100%;
}

.grid-column.home-hero-left {
  z-index: 100;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-column.home-hero-left.tools {
  justify-content: flex-start;
}

.grid-column.home-hero-left.margin-top-24 {
  margin-top: 0;
}

.grid-column.how-it-works-left {
  max-width: 490px;
}

.grid-column.api-docs-right {
  background-color: var(--bg-2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.grid-column.faq {
  position: relative;
}

.grid-column.features.right {
  margin-left: 40px;
}

.grid-column.features.left {
  margin-right: 40px;
}

.grid-column.connect {
  align-items: center;
  margin-left: 40px;
}

.column-small {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 450px;
}

.column-small.flex-vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-small.flex-vertical-left.mql.mqlfix {
  max-width: 575px;
}

.column-small.other {
  margin-top: 24px;
  margin-bottom: 24px;
}

.column-small.tools {
  max-width: 600px;
}

.column-small.right {
  float: right;
  margin-top: 60px;
}

._3d-wrap {
  z-index: 50;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.client-logos-wrap {
  z-index: 150;
  text-align: center;
  position: relative;
}

.client-logos-wrap.new {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.client-logos-wrap.new.home {
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.color-secondary-2 {
  background-color: var(--secondary-2);
}

.text-secondary-2 {
  color: var(--secondary-2);
}

.dynamic-number {
  background-color: var(--loading-bar);
  color: var(--secondary-2);
  border-radius: 8px;
  padding: 4px 10px 0;
  display: inline-block;
}

.client-logo {
  width: 100%;
  max-height: 35px;
}

.client-logo.salespage {
  max-height: 35px;
}

.client-logo.text {
  min-width: 120px;
  max-width: 0%;
  max-height: 35px;
}

.client-logo.top {
  border: 1px #000;
}

.home-hero-gradient-bg {
  z-index: 0;
  position: absolute;
  top: -64%;
  bottom: 0%;
  left: 42%;
  right: 0%;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-tab {
  position: static;
}

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

.tab-link {
  opacity: .5;
  color: var(--white);
  background-color: #2c2064;
  border-radius: 8px;
  padding: 40px 32px;
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
  overflow: hidden;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #2c2064;
}

.how-it-works-loading-bar {
  background-color: var(--loading-bar);
  width: 0%;
  height: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tab-steps-image {
  width: 500px;
}

.tab-steps-image.larger {
  width: 560px;
  max-height: 488px;
}

.home-tab-panel {
  flex: 1;
}

.home-tab-panel-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.column-medium {
  align-self: auto;
  width: 100%;
  max-width: 570px;
}

.column-medium.capabilities {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 900px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.column-medium.capabilities.last-item {
  margin-bottom: 200px;
}

.column-medium.community {
  background-image: linear-gradient(135deg, #aa00fa, #121a3d);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  padding: 40px;
  display: none;
}

.column-medium.flex-vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-medium.mql-block {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.column-medium.startupfaq {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.column-medium.margin-top-40.rounded {
  box-shadow: 0 20px 40px rgba(61, 45, 133, .16);
}

.column-medium.launch-days-logo-container {
  align-self: center;
  margin-top: 0;
}

.column-medium.home {
  margin-top: 0;
}

.column-medium.home.top {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.capabilities-img {
  z-index: 3000;
  transform: ;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.capabilities-img.first-item {
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 16%;
  right: auto;
  box-shadow: 0 20px 40px rgba(99, 64, 155, .12);
}

.capabilities-img.second-item {
  z-index: 3050;
  width: 518px;
  display: block;
  top: 40%;
  left: 12%;
}

.capabilities-img.third-item {
  z-index: 3100;
  width: auto;
  height: auto;
  display: block;
  top: 30%;
  left: 22%;
}

.sticky-wrap {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.api-bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.api-bg-wrap.ruby {
  background-image: url('../images/Highlight-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.api-gradient-bg {
  filter: blur(200px);
  background-image: linear-gradient(rgba(0, 194, 255, .36), #ff29c3);
  border-radius: 500px;
  width: 800px;
  height: 100%;
}

.flex-space-between {
  justify-content: space-between;
  display: flex;
}

.flex-space-between.align-bottom {
  align-items: flex-end;
}

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

.flex-space-between.software {
  align-items: center;
}

.flex-space-between.top {
  align-items: flex-start;
}

.api-icon {
  background-color: rgba(249, 244, 253, .3);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.api-item {
  align-items: center;
  display: flex;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-0.margin-top-24 {
  text-align: left;
}

.margin-bottom-0.margin-top-8 {
  font-size: 16px;
}

.margin-bottom-0.knowledgebase {
  margin-left: 40px;
}

.margin-bottom-0.knowledgebase.plan {
  display: block;
}

.margin-bottom-0.knowledgebase.plan.text-tiny {
  color: var(--loading-bar);
}

.margin-bottom-0.new-pricing-subheader {
  font-family: Avenir roman, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.margin-bottom-0.learn {
  font-size: 51px;
}

.margin-right-8 {
  margin-right: 8px;
}

.testimonials-bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-bg-wrap.proof {
  opacity: .5;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonials-gradient-bg {
  opacity: .6;
  filter: blur(200px);
  background-image: linear-gradient(to top, rgba(24, 75, 255, 0), rgba(23, 74, 255, .5));
  border-radius: 500px;
  width: 800px;
  height: 800px;
}

.testimonials-gradient-bg.proof {
  opacity: 1;
}

.testimonials-item-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonials-photo-wrap {
  align-items: center;
  display: flex;
}

.testimonials-photo-wrap.customers {
  margin-top: 20px;
}

.avatar-74 {
  width: 74px;
  height: 74px;
}

.margin-left-16 {
  margin-left: 0;
  margin-right: 16px;
}

.button-outline-gradient-2 {
  border: 2px solid var(--secondary-1);
  color: var(--primary-2);
  border-radius: 8px;
  align-items: center;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-outline-gradient-2.margin-top-40 {
  width: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.new, .overflow-hidden.margin-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.community-bg-left-wrap {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.community-img1 {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-38%, -114%);
}

.community-img1.startup1 {
  top: 35%;
}

.community-img2 {
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.community-img3 {
  position: absolute;
  top: 37%;
  bottom: auto;
  left: auto;
  right: -21%;
}

.community-img4 {
  position: absolute;
  top: auto;
  bottom: 16%;
  left: auto;
  right: 15%;
}

.community-img4.startup2 {
  top: 58%;
}

.community-img5 {
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 24%;
  right: auto;
}

.community-img6 {
  position: absolute;
  top: 13%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.community-bg-right-wrap {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.community-img7 {
  position: absolute;
  top: 19%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.community-img8 {
  position: absolute;
  top: 6%;
  bottom: auto;
  left: 38%;
  right: auto;
}

.community-img9 {
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.community-img10 {
  position: absolute;
  top: 29%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.community-img10.startup2 {
  top: 25%;
}

.community-img11 {
  position: absolute;
  top: auto;
  bottom: 35%;
  left: -8%;
  right: auto;
}

.community-img12 {
  position: absolute;
  top: auto;
  bottom: 26%;
  left: 21%;
  right: auto;
}

.community-img12.startup2 {
  top: 37%;
}

.community-img13 {
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 34%;
}

.grid-quarters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-quarters.community-data {
  grid-column-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-quarters.solutions-logos {
  align-items: center;
  justify-items: center;
}

.community-card {
  z-index: 20;
  background-color: var(--white);
  color: var(--body-text);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  box-shadow: 0 20px 40px rgba(96, 79, 175, .12);
}

.community-card-photo {
  border-radius: 8px;
  width: auto;
  height: auto;
  display: inline-block;
  position: static;
}

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

.flex-center.reverse {
  flex-direction: row-reverse;
}

.flex-center.normal {
  flex-direction: row;
  align-items: flex-end;
}

.flex-center.bold {
  font-family: Avenirnextltpro, sans-serif;
}

.flex-center-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.community-call-to-action {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--bg-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 350px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  box-shadow: 0 12px 24px rgba(61, 45, 133, .18);
}

.community-call-to-action.banner {
  z-index: 100000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(61, 45, 133, .9);
  grid-template-columns: 5fr 1fr;
  height: auto;
  padding: 20px 40px;
}

.button {
  background-color: var(--secondary-1);
  color: var(--bg-1);
  border-radius: 8px;
  align-items: center;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button:hover {
  background-color: var(--primary-1);
}

.button.large {
  background-color: var(--primary-2);
  justify-content: center;
  height: 60px;
  display: inline;
}

.button.large:hover {
  background-color: var(--primary-1);
}

.button.large.workshop {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button.contact {
  background-color: var(--primary-2);
  justify-content: center;
  height: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.button.contact:hover {
  background-color: var(--secondary-1);
}

.button.contact.terms {
  max-width: 200px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.rethink.close {
  padding-left: 20px;
  padding-right: 20px;
}

.button.form {
  background-color: var(--primary-2);
  justify-content: center;
  width: 100%;
  height: 60px;
}

.button.form:hover {
  background-color: var(--primary-1);
}

.button.form.margin-top-24.tools {
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
}

.button.form.gravity {
  color: #00002a;
  background-color: #8ed8f8;
  margin-top: 18px;
  font-family: Soehne halbfett, sans-serif;
}

.button.form.gravity.nexus {
  color: var(--bg-1);
  background-color: #fa4b8a;
}

.button.form.gravity.mailing-list {
  color: var(--white);
  font-size: 18px;
}

.button.form.small {
  object-fit: fill;
  max-width: 180px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button.filter.jetboost-filter-active {
  background-color: var(--loading-bar);
}

.button.filter.jetboost-filter-active.jetboost-filter-all-6k3g.details {
  padding-left: 20px;
  padding-right: 20px;
}

.button.filter.jetboost-filter-active.details {
  justify-content: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.button.filter.jetboost-filter-active.jetboost-filter-all-rxmm {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.button.filter.jetboost-filter-active.jetboost-filter-all-rxmm:active, .button.filter.jetboost-filter-active.jetboost-filter-all-rxmm.od, .button.filter.jetboost-filter-active.jetboost-filter-all-rxmm.od:active, .button.filter.jetboost-filter-active.od, .button.filter.jetboost-filter-active.od:active {
  padding-left: 20px;
  padding-right: 20px;
}

.button.filter.other {
  float: none;
  background-color: var(--secondary-1);
  margin-left: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.button.filter.od {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.button.rectag {
  float: right;
  border: 3px solid var(--secondary-1);
  background-color: var(--bg-2);
  color: var(--body-text);
  max-width: 100px;
  margin-top: 75px;
  margin-left: 81px;
  margin-right: 0;
  padding: 5px;
  font-size: 12px;
  display: block;
  position: relative;
  top: -500px;
  left: auto;
}

.social-icon {
  color: var(--primary-1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon.new {
  color: var(--body-text);
}

.flex-left {
  display: flex;
}

.input {
  margin-bottom: 0;
}

.input.large {
  border: 1px solid rgba(44, 45, 54, .17);
  border-radius: 8px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.input.large.margin-top-16.margin-bottom-12.tooling {
  background-color: var(--white);
}

.input.large.margin-top-16.margin-bottom-12.tooling.dd {
  height: 135px;
}

.input.large.margin-top-16.margin-bottom-12.landing {
  margin-bottom: 0;
}

.input.large.margin-top-16.margin-bottom-12.hide, .input.large.margin-top-16.margin-bottom-12.no-show {
  display: none;
}

.input.large.tools {
  min-width: 36px;
  margin-right: 5px;
}

.input.large.search {
  display: none;
}

.input.large.margin-bottom-60.jetboost-list-search-input-638d {
  font-size: 16px;
}

.input.checkbox-label {
  color: #1f2b38;
  max-width: 550px;
  margin-top: 15px;
  padding-left: 10px;
  font-family: Avenir roman, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.input.small {
  border-radius: 8px;
  margin-bottom: 20px;
}

.column-xs {
  width: 100%;
  max-width: 370px;
}

.column-xs.text-white {
  max-width: 380px;
}

.text-xl {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-xl.text-primary-2-color {
  color: var(--primary-2);
}

.text-xl.margin-top-8.community {
  margin-bottom: 36px;
}

.text-xl.margin-top-8.community.no-margin, .text-xl.margin-top-8.no-margin {
  margin-bottom: 5px;
}

.text-xl.stuck {
  display: inline;
}

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

.grid-fifths.api {
  grid-row-gap: 24px;
}

.grid-fifths.api.margin-top-80 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-fifths.footer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-link {
  color: var(--primary-1);
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.footer-link.footer {
  padding-top: 10px;
  display: inline-block;
}

.footer-link.fix.footer {
  margin-top: 0;
}

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

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.4;
  display: grid;
}

.footer-wrap.margin-top-24.cms-fix {
  grid-row-gap: 8px;
  margin-top: 20px;
}

.footer-wrap.margin-top-24.cms-fix.fix {
  margin-top: 17px;
}

.footer-wrap.margin-top-24.cms-fix.fix.new {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.footer-wrap.margin-top-24.cms-fix.customfix {
  margin-top: 24px;
}

.benefit-item {
  display: flex;
}

.benefit-icon {
  color: var(--primary-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.margin-bottom-12.z-index {
  z-index: 30;
  position: relative;
}

.margin-bottom-12.other.title {
  margin-right: 8px;
  display: inline;
}

.margin-bottom-12.margin-top-80.margin-top-100 {
  margin-top: 140px;
}

.text-primary-2-color {
  color: var(--primary-2);
}

.text-primary-2-color.community {
  display: block;
}

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

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

.connect-main-image {
  max-height: 450px;
}

.proof-card {
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px rgba(23, 27, 122, .05);
}

.proof-card.tools {
  box-shadow: 0 20px 20px 15px rgba(23, 27, 122, .05);
}

.proof-card.new {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.proof-card.new.home {
  margin-top: 60px;
}

.proof-card.new.home.quotation {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.proof-card.new.home.quotation.no-hover:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.proof-card.new.home.hero {
  padding-left: 20px;
  padding-right: 20px;
}

.proof-photo {
  border: 3px solid var(--white);
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 500px;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.proof-photo.new {
  border-style: none;
  border-radius: 0;
  position: absolute;
}

.collaboration-card {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 20px rgba(23, 27, 122, .08);
}

.color-secondary-3 {
  background-color: var(--secondary-3);
}

.solutions-gradient-bg {
  z-index: 1;
  display: none;
  position: absolute;
  top: -64%;
  bottom: 0%;
  left: 42%;
  right: 0%;
}

.pricing-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.pricing-card.second-card {
  border: 3px solid var(--secondary-1);
  justify-content: flex-start;
  height: 100%;
}

.pricing-card.second-card.new-pricing {
  margin: 10px 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-card.second-card.new-pricing.recommended {
  border-width: 6px;
  border-color: var(--secondary-2);
  height: 104%;
  margin: 0;
  position: relative;
  top: -16px;
}

.pricing-card.third-card {
  background-color: var(--bg-3);
  color: var(--white);
  text-align: center;
  justify-content: space-between;
}

.pricing-card.new-pricing {
  padding: 15px;
}

.pricing-card.new-pricing.second-card {
  background-color: var(--bg-2);
  padding: 25px 12px 12px;
}

.text-secondary-1-color {
  color: var(--secondary-1);
}

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

.text-center.pricing {
  padding-left: 5px;
}

.text-center.champs-subhead-small {
  max-width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.pricing-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.pricing-row.new-pricing-grid {
  grid-template-columns: 2.5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  overflow: visible;
}

.pricing-row.new-pricing-grid.enterprise-icon {
  grid-auto-flow: row;
}

.pricing-row.new-pricing-grid.enterprise-icon.invisible {
  opacity: 1;
}

.pricing-starter.filler {
  width: 18px;
}

.pricing-row-wrap {
  border-top: 1px solid #c7ddf5;
  border-bottom: 1px #c7ddf5;
  margin-top: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.button-gradient {
  background-color: var(--bg-1);
  color: var(--primary-2);
  border-radius: 6px;
  align-items: center;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-gradient.color-gradient-bg {
  background-image: linear-gradient(to right, #fa00e9, #3860ff);
}

.button-gradient.color-gradient-bg.justify-center {
  justify-content: center;
}

.button-gradient.color-gradient-bg.justify-center.pricing-button {
  align-items: flex-end;
  margin-top: auto;
  padding: 12px 30px;
}

.button-gradient.integrations {
  background-image: linear-gradient(270deg, #00d4ff, #3860ff);
  display: flex;
}

.button-gradient.integrations.justify-center {
  justify-content: center;
}

.button-gradient.integrations.justify-center.margin-top-24 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-xl {
  width: 100%;
  max-width: 950px;
}

.column-xl.text-center.flex-align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-xl.align-center.blog {
  margin-top: 60px;
}

.column-large {
  width: 100%;
  max-width: 710px;
}

.column-large.intpage {
  margin-left: auto;
  margin-right: auto;
}

.column-large.intpage.data {
  margin-top: 40px;
}

.column-large.ruby {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.column-large.gravity {
  color: var(--bg-2);
  margin: 20px auto 10px;
  font-family: Soehne leicht, sans-serif;
  font-size: 16px;
}

.column-large.ints {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.column-large.padding-right-60 {
  padding-right: 60px;
}

.software-item {
  align-items: center;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.align-center.margin-bottom-12 {
  padding-left: 0;
  padding-right: 0;
}

.align-center.footer {
  text-align: center;
  border-top: 1px solid #eff2f7;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  display: none;
}

.number-block {
  color: var(--white);
  background-color: #443d66;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  padding: 56px;
  display: flex;
}

.number-block.white {
  background-color: #f0eff5;
}

.text-number {
  font-family: Gilroy, sans-serif;
  font-size: 90px;
  line-height: 1;
}

.button-gradient-2-mask {
  background-image: linear-gradient(to right, var(--secondary-1), var(--secondary-3));
  border-radius: 8px;
  padding: 2px;
}

.button-gradient-2-mask.margin-top-40.why {
  max-width: 205px;
}

.button-gradient-2-mask.fix {
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 2px;
  padding-bottom: 2px;
}

.button-gradient-2-mask.fix.customers {
  margin-top: 40px;
}

.margin-top-160 {
  margin-top: 64px;
}

.software-review {
  align-items: center;
  display: flex;
}

.community-gradient-bg {
  opacity: .5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.feature-item {
  flex-direction: column;
  display: flex;
}

.feature-icon {
  background-color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 4px;
  display: flex;
  position: relative;
}

.feature-icon:hover {
  background-color: rgba(0, 0, 0, 0);
}

.feature-icon.integration {
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
}

.feature-icon.new {
  border: 1px solid var(--bg-2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.feature-icon.new:hover {
  background-color: var(--white);
}

.feature-content {
  max-width: 270px;
}

.orbit-circle {
  z-index: 100;
  background-color: var(--primary-1);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -139px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.orbit-circle.new {
  background-color: var(--white);
  color: var(--white);
  border: 1px solid #ebe7fe;
  border-radius: 50%;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  transform: none;
  box-shadow: 0 2px 35px rgba(0, 0, 0, .04);
}

.blog-subscribe-wrap {
  background-image: linear-gradient(to right, var(--secondary-2), var(--secondary-3));
  border-radius: 16px;
  padding: 2px;
}

.blog-subscribe-content {
  background-color: var(--bg-2);
  border-radius: 14px;
  padding: 24px;
}

.blog-recent-wrap {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.blog-recent-wrap.sub {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.blog-recent-wrap.learn {
  margin-left: 20px;
}

.blog-recent-bg {
  border: 1px #000;
  border-radius: 16px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-recent-content {
  z-index: 20;
  border: 1px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 56px;
  display: flex;
  position: relative;
}

.h2-small {
  font-size: 32px;
}

.h2-small.margin-top-24 {
  color: var(--body-text);
}

.flex-horizontal {
  flex-direction: row;
  display: flex;
}

.flex-horizontal.center {
  align-items: center;
}

.flex-horizontal.temp {
  display: block;
}

.flex-horizontal.tools {
  margin-bottom: 24px;
}

.flex-horizontal.hidden {
  display: block;
}

.blog-posts-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-posts-wrap.blog {
  max-width: none;
}

.blog-posts-wrap.blog.learn {
  margin-left: 20px;
}

.blog-posts-card {
  color: #000;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.blog-posts-card.knowledgebase {
  height: 250px;
}

.blog-posts-card.knowledgebase.small {
  justify-content: flex-start;
  height: auto;
}

.blog-posts-card.pink-border {
  border-color: var(--secondary-2);
  background-color: #faf2fb;
  justify-content: flex-start;
  height: 100%;
  padding: 56px;
}

.blog-posts-card.pink-border.roadmap {
  margin-bottom: 60px;
}

.blog-posts-card.pink-border.column-medium.roadmap {
  margin: 100px auto 0;
}

.blog-posts-card.blue-border {
  border-color: var(--secondary-1);
  background-color: var(--bg-1);
  height: auto;
  padding: 56px;
}

.html-embed {
  position: absolute;
  top: -1000px;
  bottom: 0%;
  left: auto;
  right: -300px;
}

.html-embed.search {
  top: -1000px;
  right: -300px;
}

.html-embed.new {
  display: none;
  right: 100px;
}

.back-to-blog {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-category {
  text-decoration: none;
}

.blog-rich-text h1, .blog-rich-text h2, .blog-rich-text h3, .blog-rich-text h4, .blog-rich-text h5, .blog-rich-text h6, .blog-rich-text p, .blog-rich-text blockquote {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.blog-rich-text img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-rich-text li {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.blog-rich-text.observatory {
  max-width: 640px;
  margin-bottom: 40px;
}

.blog-rich-text.observatory.engineering {
  margin-top: 80px;
}

.why-work-here-card {
  border-radius: 16px;
  padding: 56px;
  box-shadow: 0 20px 40px rgba(61, 45, 133, .16);
}

.why-work-here-card.over-image {
  background-color: var(--white);
  width: 100%;
  max-width: 564px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 5%;
}

.radius-16 {
  border-radius: 16px;
  width: 480px;
}

.integrations-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.integrations-image {
  z-index: 50;
  width: 100%;
  position: relative;
  left: auto;
}

.integrations-image.customer {
  max-height: 580px;
}

.integrations-image.podcasts-page {
  left: -75px;
}

.integrations-image-bg {
  object-fit: cover;
  min-width: 912px;
  height: 720px;
  position: absolute;
}

.integrations-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 20px 40px rgba(61, 45, 133, .16);
}

.integrations-card.others.margin-top-48 {
  flex: 1;
}

.integrations-card.community {
  align-content: flex-start;
}

.integrations-card.integration {
  padding-right: 24px;
}

.integrations-wrap {
  width: 100%;
  margin-left: 40px;
}

.integrations-wrap.tools {
  margin-left: 0;
}

.integrations-wrap.tools.hide {
  display: none;
}

.integrations-wrap.customer, .integrations-wrap.jetboost-list-wrapper-6k3g, .integrations-wrap.roadmap {
  margin-left: 0;
}

.integrations-icon {
  border: 2px solid #eaf2fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.integrations-icon.tools {
  float: left;
  background-color: var(--white);
  width: 36px;
  height: 36px;
  display: inline;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .39);
}

.integrations-logo {
  width: 32px;
}

.integrations-logo.tools {
  width: 16px;
  margin-top: 5px;
  margin-left: 8px;
}

.integrations-logo.customer {
  width: 110px;
}

.integrations-logo.details {
  width: 42px;
}

.integrations-logo.details.right {
  float: right;
}

.integrations-big-icon {
  border: 2px solid var(--secondary-2);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 0;
  display: flex;
}

.image-2 {
  width: 64px;
}

.integrations-big-icon-space {
  background-color: var(--white);
  border-radius: 12px;
  margin: 0;
  padding: 20px 22px;
}

.link {
  color: var(--body-text);
  text-decoration: none;
}

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

.careers-icon {
  font-size: 40px;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-wrap.white {
  margin-right: auto;
  padding-left: 50px;
}

.nav-wrap.new {
  justify-content: flex-start;
  display: block;
}

.brand.white {
  margin-left: 20px;
}

.brand.left {
  float: left;
  display: inline-block;
}

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

.nav-menu.left {
  float: left;
  align-items: flex-start;
  display: flex;
}

.nav-menu.mobile {
  float: right;
  display: none;
}

.nav-menu.right {
  float: right;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #3a4045;
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link.login {
  background-image: linear-gradient(to right, var(--secondary-2), var(--secondary-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 10px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.nav-link.login.new {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 400;
}

.nav-link.login.new.nav {
  height: auto;
  margin-top: 0;
}

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

.nav-link.top.new {
  font-size: 1rem;
}

.nav-link.top.new.hidden {
  display: none;
}

.nav-link.new {
  font-family: Avenir roman, sans-serif;
  font-size: 1rem;
}

.dropdown {
  padding: 0;
  position: static;
}

.dropdown.no-mega-menu {
  position: relative;
}

.dropdown.hidden {
  display: none;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-toggle.w--open {
  font-weight: 400;
}

.nav-arrow {
  font-size: 12px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -18%;
}

.dropdown-list {
  min-width: 1280px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #d3cfd4;
  border-radius: 16px;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  padding: 0;
  display: flex;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(61, 45, 133, .08);
}

.dropdown-list.new.w--open {
  border: 0 rgba(211, 207, 212, .5);
  border-radius: 8px;
  flex-direction: column;
  max-width: 450px;
  padding: 0;
  left: 100px;
  box-shadow: 3px 3px 10px rgba(61, 45, 133, .1);
}

.dropdown-list.new.tempfix.w--open {
  top: auto;
  left: auto;
  right: auto;
}

.products-wrap {
  width: 100%;
  padding: 32px;
}

.products-wrap.new {
  border: 1px solid var(--bg-2);
  border-radius: 8px;
  max-width: 520px;
  padding: 20px;
}

.products-wrap.new:hover, .products-wrap.new:active {
  background-color: var(--bg-2);
}

.products-wrap.new.middle {
  border-style: none solid solid;
  border-width: 1px;
  border-radius: 0;
}

.products-wrap.new.top {
  border: 1px solid var(--bg-2);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.products-wrap.new.top:hover {
  background-color: var(--bg-2);
}

.products-wrap.new.bottom {
  border-style: solid;
  border-color: #eff2f7 #eff2f7 var(--bg-2);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
}

.products-wrap.small {
  padding: 0;
}

.product-link {
  color: var(--body-text);
  align-items: center;
  text-decoration: none;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.product-link.integration:hover {
  background-color: #f6f5ff;
  border-radius: 12px;
  box-shadow: 1px 1px 1px rgba(48, 32, 117, .14);
}

.nav-short-description {
  color: #58606e;
  font-size: 1rem;
}

.solutions-wrap {
  background-color: #f6f5ff;
  flex: none;
  width: 100%;
  max-width: 400px;
  padding: 32px;
}

.solutions-link {
  color: var(--body-text);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.solutions-link:hover {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(61, 45, 133, .07);
}

.solutions-link.integration {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 48px;
}

.product-hover-bg {
  z-index: 1;
  background-color: var(--bg-3);
  border-radius: 500px;
  width: 0%;
  height: 0%;
  position: absolute;
}

.product-icon {
  z-index: 10;
  position: relative;
}

.dropdown-small.w--open {
  background-color: var(--white);
  border: 1px solid #d3cfd4;
  border-radius: 16px;
  width: auto;
  padding: 24px;
  box-shadow: 0 10px 20px rgba(61, 45, 133, .08);
}

.dropdown-small.w--open:hover {
  color: var(--primary-2);
}

.dropdown-small.new {
  background-color: var(--white);
}

.dropdown-small.new.w--open {
  border: 4px rgba(211, 207, 212, .5);
  border-radius: 8px;
  flex-direction: column;
  min-width: 220px;
  padding: 0;
  display: flex;
  left: 10px;
  box-shadow: 4px 4px 10px rgba(61, 45, 133, .08);
}

.normal-link {
  margin-bottom: 12px;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.normal-link:hover {
  color: var(--primary-2);
}

.normal-link.w--current {
  color: var(--body-text);
}

.normal-link.last {
  margin-bottom: 0;
}

.normal-link.last.w--current {
  color: var(--body-text);
}

.normal-link.new {
  border: 1px solid var(--bg-2);
  color: var(--bg-3);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Avenir roman, sans-serif;
  font-weight: 400;
}

.normal-link.new:hover {
  background-color: var(--bg-2);
}

.normal-link.new.top {
  border-radius: 8px 8px 0 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.normal-link.new.top:hover {
  background-color: var(--bg-2);
}

.normal-link.new.bottom {
  border-radius: 0 0 8px 8px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.normal-link.new.middle {
  border-top-style: none;
  border-bottom-style: none;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.hero__device {
  z-index: 30;
  transform-style: preserve-3d;
  background-color: #716bf1;
  border-radius: 16px;
  flex: none;
  width: 100%;
  min-width: 400px;
  max-width: 700px;
  padding: 4px 12px 4px 0;
  position: relative;
  overflow: hidden;
  transform: rotateX(18deg)rotateY(-30deg)rotateZ(10deg);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, .34), 2px 3px #6963e1, 49px 49px 50px -20px rgba(119, 90, 246, .23);
}

.hero__phone-img {
  border-radius: 8px;
  width: 100%;
  min-width: 70%;
  height: auto;
}

.hero-animation {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-1 {
  z-index: 50;
  border: 1px solid var(--secondary-2);
  background-color: var(--bg-2);
  opacity: 1;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.tab-1-info {
  flex-direction: column;
  display: flex;
}

.reach-wrap {
  align-items: center;
  display: flex;
}

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

.hero-animation-wrap {
  z-index: 60;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.tab-2 {
  border: 1px solid var(--secondary-1);
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 12px;
  padding: 3px 12px 4px;
  display: block;
}

.tab-2.twitter {
  z-index: 40;
  opacity: 1;
  position: relative;
}

.tab-2.slack {
  z-index: 30;
  opacity: 1;
  position: relative;
}

.tab-2.submitted {
  z-index: 20;
  opacity: 1;
  position: relative;
}

.tab-2.graph {
  z-index: 40;
  border-color: #f59547;
  position: relative;
}

.tab-2.flash {
  z-index: 30;
  border-color: #f59547;
  position: relative;
}

.tab-2.bell {
  z-index: 20;
  position: relative;
}

.text-gray {
  color: #999ea5;
}

.hero-animation-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-animation-wrap-2 {
  z-index: 90;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -40px;
  right: auto;
}

.tab-3 {
  z-index: 50;
  opacity: 1;
  background-color: #fde9d8;
  border: 1px solid #f59547;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.team-link {
  color: var(--secondary-1);
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

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

.investors-logo {
  width: 148px;
  margin-left: 16px;
  margin-right: 16px;
}

.developer-center-gradient {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.developer-resource-wrap {
  border: 1px solid var(--secondary-2);
  background-color: var(--bg-2);
  border-radius: 16px;
  padding: 0;
}

.developer-resource-top {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.developer-resource-link {
  box-shadow: none;
  color: var(--body-text);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.developer-resource-link:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(61, 45, 133, .08);
}

.developer-resource-link-content {
  color: var(--primary-2);
  justify-content: space-between;
  display: flex;
}

.cms-gradient-bg {
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: -8%;
}

.podcast-gradient {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.podcast-listen {
  background-color: var(--bg-2);
  border-radius: 14px;
  padding: 40px;
}

.podcast-listen.observatory {
  background-color: var(--white);
  padding-bottom: 20px;
}

.podcast-listen-wrap {
  background-image: linear-gradient(280deg, var(--secondary-2), var(--secondary-3));
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  margin-left: 40px;
  padding: 2px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.podcast-listen-wrap.community-camp {
  max-width: 360px;
}

.podcast-item {
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  padding: 24px;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 8px 16px rgba(61, 45, 133, .08);
}

.podcast-item:hover {
  box-shadow: 0 16px 32px rgba(61, 45, 133, .2);
}

.podcast-icon {
  width: 48px;
}

.podcast-icon.stroke {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 12px;
}

.podcast-icon.podcast {
  width: 56px;
}

.podcast-item-content {
  color: var(--primary-2);
}

.help-item-top-content {
  color: var(--white);
  align-items: center;
  display: flex;
}

.help-item-top-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.help-item {
  color: var(--white);
  display: flex;
}

.faq-item {
  border-top: 1px #282828;
  border-bottom: 1px solid #e5eaf4;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: -1px;
}

.faq-item.last-item {
  border-bottom-style: none;
}

.faq-question {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.faq-answer {
  text-align: left;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.faq-gradient {
  background-image: linear-gradient(to right, var(--secondary-2), var(--secondary-3));
  border-radius: 12px;
  position: absolute;
  top: -6px;
  bottom: 0%;
  left: 2%;
  right: 2%;
}

.faq-wrap {
  z-index: 2;
  background-color: #fff;
  border-radius: 14px;
  padding: 32px;
  position: relative;
}

.faq-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-hoz, .faq-ver {
  background-color: var(--secondary-3);
  border-radius: 20px;
  width: 16px;
  height: 4px;
  position: absolute;
}

.nav-product-content {
  margin-left: 16px;
}

.careers-image {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 60%;
  display: flex;
  position: relative;
}

.subtitle {
  color: var(--primary-2);
  font-size: 20px;
}

._3d-mask {
  position: relative;
}

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

.collaboration-content {
  margin-right: 24px;
}

.collaboration-content.launch-days-banner-form {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

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

.feature-description.new-pricing {
  color: #26927e;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 16px;
}

.nav-lottie {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: none;
}

.menu-bg {
  display: none;
}

.testimonials-logo {
  max-height: 20px;
}

.testimonials-logo.why {
  width: 100%;
  max-height: 30px;
}

.starter-icon, .starter-icon.new-pricing, .enterprise-icon.new-pricing {
  width: 24px;
}

.testimonials-data {
  margin-left: 16px;
}

.capabilities-3d {
  z-index: 50;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.capabilities-device {
  z-index: 30;
  transform-style: preserve-3d;
  background-color: #716bf1;
  border-radius: 16px;
  flex: none;
  width: 100%;
  min-width: 400px;
  max-width: 700px;
  padding: 2px 6px 2px 0;
  position: relative;
  overflow: hidden;
  transform: rotateX(15deg)rotateY(20deg)rotateZ(-6deg);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, .34), 2px 3px #6963e1, 49px 49px 50px -20px rgba(119, 90, 246, .23);
}

.capabilities-device.disable {
  box-shadow: none;
  transform: ;
}

.capabilities-image {
  border-radius: 8px;
  width: 100%;
  min-width: 70%;
}

.sticky-content {
  width: 50%;
}

.capabilities-content {
  flex: 0 40%;
}

.sticky-wrap-mobile {
  justify-content: space-between;
  margin-top: 80px;
  display: none;
  position: relative;
}

.orbit-circle-hover {
  background-color: #130b36;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 0%;
  display: flex;
  position: absolute;
}

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

.arrow-blue-icon {
  margin-left: 8px;
}

.author-img {
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.author-img.right-margin {
  margin-right: 10px;
}

.next-arrow {
  color: var(--secondary-1);
}

.load-more-button {
  border: 2px solid var(--secondary-1);
  color: var(--primary-2);
  border-radius: 8px;
  align-items: center;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.blog-recent-control {
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.success-message {
  background-color: var(--bg-3);
  color: var(--white);
}

.success-message.tooling {
  background-color: var(--primary-2);
  border-radius: 10px;
}

.success-message.gravity {
  font-family: Soehne halbfett, sans-serif;
}

.error-message {
  padding: 19px;
}

.image-3 {
  text-align: center;
  object-fit: fill;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-3.learn {
  width: 100%;
  max-width: 640px;
}

.image-3.blog-image {
  margin-left: 155px;
  margin-right: 155px;
}

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

.image-4.sxsw {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap._404 {
  height: 90vh;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-5 {
  object-fit: fill;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
}

.heading {
  width: 100%;
  margin-bottom: 5px;
}

.collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-items: stretch;
  max-width: none;
  display: grid;
}

.collection-list-2.grid-thirds {
  object-fit: fill;
  grid-template-rows: auto;
  max-width: none;
  position: static;
}

.collection-item {
  object-fit: fill;
  width: auto;
  min-width: auto;
  display: block;
  position: relative;
}

.text-block {
  width: 100%;
}

.footerfix {
  margin-top: 0;
  margin-bottom: 0;
}

.card-wrapper-title {
  color: #130b2c;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.card-wrapper-title.webinar {
  text-align: left;
  margin-left: 10px;
  display: inline-block;
}

.video-tab-menu {
  border-bottom: 2px solid #e8edf4;
  margin-bottom: 30px;
}

.video-tab-link {
  color: #919197;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.video-tab-link:hover {
  color: #1d1241;
}

.video-tab-link.w--current {
  border-bottom: 5px solid var(--primary-2);
  color: #1d1241;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.text-large-2 {
  font-family: Avenirnextltpro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.grid-sidebar {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-intro {
  margin-bottom: 60px;
}

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

.card-wrapper {
  background-color: var(--bg-2);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.card-wrapper.margin-bottom-large.integrations-card {
  background-color: var(--white);
}

.card-wrapper.margin-bottom-large.integrations-card.takeaways {
  margin-top: 40px;
}

.key-takeaways {
  font-size: 14px;
}

.collaboration-card-2 {
  z-index: 102;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px rgba(23, 27, 122, .08);
}

.collaboration-card-2.ruby {
  justify-content: flex-start;
}

.collaboration-card-2.shadow {
  box-shadow: 0 20px 40px rgba(23, 27, 122, .08);
}

.grid-3 {
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.communitrees {
  display: inline;
}

.community-list-item {
  margin-top: 0;
  margin-bottom: 10px;
}

.community-list {
  width: 100%;
}

.empty-state-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.paragraph, .paragraph-2, .paragraph-3 {
  display: inline;
}

.fix {
  padding-top: 4px;
  padding-bottom: 4px;
}

.empty-state-3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

.image-6 {
  background-color: var(--white);
}

.black {
  color: var(--body-text);
}

.black.blog:hover {
  color: var(--loading-bar);
}

.black.blog.w--current {
  color: var(--secondary-2);
}

.black.blog.new, .black.blog.link {
  margin-bottom: 20px;
  display: block;
}

.black.blog.learn {
  font-size: 18px;
}

.black.blog.learn.small {
  font-size: 16px;
}

.black.search {
  margin-bottom: 5px;
}

.black.search.blog {
  display: inline;
}

.empty-state-4 {
  color: #130b2c;
  background-color: #e8edf4;
  border-radius: 10px;
  width: 100%;
  padding: 36px;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.rounded.img {
  width: 100%;
}

.card-horizontal-image {
  object-fit: scale-down;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 220px;
  display: flex;
  position: relative;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 36px 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.play-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: transform .2s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.2);
}

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

.play-button.card-play-button {
  position: absolute;
}

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

.video-card-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-2);
  color: #666a70;
  cursor: pointer;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 400px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.video-card-horizontal:hover {
  color: #666a70;
}

.icon-small {
  width: 12px;
  height: 12px;
}

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

.subhead {
  color: #666a70;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.subhead.text-large-2 {
  color: var(--body-text);
  font-size: 20px;
}

.row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-bg-small {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.icon-extra-small {
  width: 8px;
  height: 8px;
}

.toc-item-text {
  margin-left: 12px;
  line-height: 20px;
}

.link-block-2 {
  background-color: var(--bg-2);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
}

.link-block-2:hover, .link-block-2.w--current {
  background-color: var(--primary-2);
  color: var(--white);
}

.heading-2 {
  margin-top: 2px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 32px;
}

.heading-2.margin-bottom-12 {
  color: #281d5c;
  font-size: 1.75rem;
}

.div-block-3 {
  width: 100%;
}

.text-block-3 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-4.hero {
  background-image: url('../images/60a7585f4dfe0503dd417672_Light_Flipped.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  margin-top: 0;
  padding-top: 60px;
}

.section-4.hero.no-bottom {
  margin-bottom: 0;
}

.section-4.no-margin {
  margin-top: 0;
}

.container-width-small {
  direction: ltr;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.container-width-small.left-aligned {
  margin-left: 0;
}

.grid-halves-vertical {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.video-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-image-wrapper.rounded {
  background-image: none;
}

.image-darken {
  background-color: rgba(19, 11, 44, .6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.series-list-link {
  background-color: var(--bg-2);
  color: var(--primary-2);
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px 12px 12px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.series-list-link:hover {
  background-color: var(--primary-2);
  color: #fff;
}

.series-list-link.section-title {
  color: #130b2c;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 800;
  transition-property: none;
}

.series-list-link.section-title:hover {
  box-shadow: none;
  transform: none;
}

.series-lesson-title {
  margin-left: 12px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.series-lesson-time {
  min-width: 60px;
  margin-left: auto;
}

.text-block-5 {
  float: left;
  margin-right: 6px;
  font-family: Avenir roman, sans-serif;
}

.hidden {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
}

.hidden.text-small.collaboration-card.community-member {
  z-index: 101;
  border: 1px solid var(--primary-2);
  text-align: center;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: -10px;
  padding: 4px;
  display: none;
}

.tiny-text {
  font-size: 11px;
  display: inline;
}

.tiny-text.bold {
  font-family: Avenirnextltpro, sans-serif;
  font-weight: 700;
  display: inline;
}

.member-1 {
  z-index: 100;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.collection-item-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 80px;
  max-width: 80px;
  margin-top: 20px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.community-member-image {
  max-width: 90px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
}

.member-avatar {
  border: 10px solid var(--white);
  border-radius: 40px;
  width: 80px;
  box-shadow: 0 3px 3px #c4c4c4;
}

.member-avatar.webinar {
  box-shadow: none;
  border-width: 0;
}

.div-block-4, .div-block-5 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.image-7 {
  display: none;
}

.width100 {
  width: 100%;
}

.text-block-6 {
  float: left;
  display: inline;
  position: static;
}

.text-block-6.margin-top-24.spacer {
  margin-right: 5px;
}

.collection-item-3 {
  float: left;
}

.text-block-7 {
  float: right;
  margin-right: 5px;
}

.dropdown-2 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  font-family: Avenirnextltpro, sans-serif;
}

.collection-item-4 {
  margin-left: -8px;
  display: inline-block;
}

.heading-4 {
  margin-bottom: 10px;
}

.link-block-3 {
  float: right;
  margin-top: 18px;
}

.link-block-3.tools {
  margin-top: 9px;
}

.link-block-3.tools.community {
  flex-flow: row;
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: baseline;
  display: flex;
}

.div-block-8 {
  margin-left: 8px;
  display: inline-block;
}

.text-block-10 {
  min-height: 60px;
}

.image-9 {
  border-radius: 20px;
}

.image-9.tools {
  width: 100%;
}

.paragraph-5.about-marketers {
  color: #5e5f79;
  max-width: 598px;
  margin-bottom: 40px;
}

.paragraph-5.benefits-card {
  margin-bottom: 0;
}

.div-block-10 {
  display: inline;
}

.form-2 {
  width: 100%;
}

.form-2.startpage.hide {
  display: none;
}

.form-block {
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.form-block.report {
  display: block;
}

.form-block.report.startpage.hide, .form-block.report.constellation {
  display: none;
}

.paragraph-6 {
  margin-bottom: 0;
}

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

.margin-bottom-24.tools {
  color: var(--primary-2);
}

.image-10 {
  display: none;
}

.text-block-11 {
  font-family: Avenirnextltpro, sans-serif;
  font-weight: 700;
}

.text-block-11.text-xl {
  font-family: Soehne halbfett, sans-serif;
}

.image-11 {
  min-width: 1000px;
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-11 {
  text-align: center;
  margin-top: 2px;
  margin-left: -2px;
}

.div-block-12, .columns {
  width: 100%;
}

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

.collection-item-5 {
  margin-bottom: 20px;
}

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

.column-2.blog {
  margin-top: 80px;
}

.div-block-13 {
  object-fit: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: inline;
}

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

.column-3.learn {
  padding-left: 10px;
}

.div-block-17 {
  width: 100%;
}

.div-block-18 {
  display: inline;
}

.text-tiny {
  flex: 1;
  font-size: 14px;
}

.text-tiny.margin-bottom-12 {
  font-family: Avenirnextltpro, sans-serif;
}

.basics {
  color: #fa00e9;
}

.stuck {
  margin-left: 8px;
  display: inline;
}

.faq {
  color: #a738ff;
}

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

.field-label {
  margin-top: 8px;
}

.submit-button, .search-button-2 {
  display: none;
}

.search {
  margin-bottom: 20px;
}

.search.blog {
  margin-bottom: 10px;
}

.jetboost-list-wrapper-empty-r28r, .submit-button-2, .submit-button-3 {
  display: none;
}

.div-block-21 {
  height: 100%;
}

.section-6 {
  display: none;
}

.featured-product {
  text-align: center;
  background-color: #5f6db3;
  padding: 30px;
}

.featured-product.article {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.featured-product.box {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 325px;
  padding: 0 20px;
}

.featured-product.box.article {
  padding-left: 10px;
  padding-right: 10px;
}

.featured-product.mailing-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

.empty-state-7 {
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  padding: 30px;
}

.section-7 {
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section-7.no-top-space {
  padding-top: 0;
}

.container-3 {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-3.fullwidth-child {
  align-items: stretch;
  margin-top: 100px;
}

.container-3.fullwidth-child.article {
  margin-top: 20px;
  padding-bottom: 100px;
}

.container-3.fullwidth-child.issue {
  margin-top: 100px;
}

.container-3.grid-container {
  align-items: stretch;
  max-width: 1100px;
}

.container-3.grid-container.article {
  align-items: center;
  margin-top: 0;
}

.container-3.grid-container.gravity {
  margin-top: 150px;
}

.featured-articles-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-articles-grid.article {
  grid-template-columns: 1fr 1fr;
}

.featured-content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .66fr .33fr;
  margin-top: 60px;
}

.feature-article-wide {
  color: #fff;
  background-color: #0c0c0c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
  position: relative;
}

.magazine-sidebar-layout {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .66fr .33fr;
  align-items: start;
  width: 100%;
  margin-bottom: 15px;
}

.underline-link {
  color: #0c0c0c;
  font-family: Soehne buch, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.article-meta-date {
  opacity: 1;
  color: var(--bg-2);
  font-family: Soehne leicht, sans-serif;
}

.article-meta {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: Soehne buch, sans-serif;
  font-size: 16px;
  display: flex;
}

.featured-article-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.featured-article-grid.articles-wide-grid {
  color: #00002a;
  margin-bottom: 60px;
}

.article-title-link {
  margin-left: auto;
  margin-right: 60px;
  transition: opacity .2s;
}

.article-title-link:hover {
  opacity: .5;
}

.article-title-link.issue {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.article-image-link {
  transition: opacity .2s;
}

.article-image-link:hover {
  opacity: .75;
}

.featured-article-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-meta-divider {
  opacity: .5;
  color: var(--bg-2);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Soehne leicht, sans-serif;
  font-size: 16px;
  position: static;
}

.article-grid-heading {
  color: #8ed8f8;
  font-family: Soehne halbfett, sans-serif;
}

.article-grid-item {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.featured-article-wide-heading {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Soehne fett, sans-serif;
  font-size: 40px;
}

.featured-article-wide-title {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.article-horizontal-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.article-horizontal-grid.footer {
  text-align: center;
  margin-top: 60px;
}

.product-grid-link {
  text-align: center;
  width: 100%;
  min-height: 250px;
}

.product-grid-heading-container.box {
  text-align: left;
  margin-top: 210px;
}

.product-grid-heading-container.box.issue {
  margin-top: 230px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.product-grid-heading {
  color: #00002a;
  margin-bottom: 5px;
  font-family: Soehne halbfett, sans-serif;
}

.product-grid-price-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-grid-price-container.issue {
  justify-content: flex-start;
}

.price {
  color: var(--bg-2);
  font-family: Soehne leicht, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
}

.price.box {
  color: #00002a;
  margin-right: 10px;
}

.price.no-strile {
  color: #00002a;
  font-family: Soehne halbfett, sans-serif;
  text-decoration: none;
}

.image-12 {
  max-width: 600px;
  margin-top: 0;
}

.image-12.article {
  width: 100%;
  max-width: 200px;
  margin-top: 60px;
}

.image-12.issues {
  margin-top: 30px;
}

.image-12.thia {
  height: 242px;
}

.container-4 {
  text-align: center;
}

.container-4.article {
  margin-top: 40px;
}

.container-4.article.bottom {
  margin-top: 0;
}

.heading-6 {
  color: #8ed8f8;
  font-family: Soehne halbfett, sans-serif;
  font-size: 24px;
  display: inline;
}

.heading-6.title {
  margin-right: 20px;
}

.section-8 {
  background-color: rgba(0, 0, 0, 0);
}

.section-8.issue {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 935px;
}

.heading-7 {
  color: #00002a;
  padding-top: 10px;
  font-family: Soehne halbfett, sans-serif;
}

.image-13 {
  max-width: 30px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.image-13.article {
  max-width: 30px;
  margin-bottom: 80px;
}

.link-3 {
  color: var(--bg-2);
  font-family: Soehne leicht, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.text-block-13 {
  color: var(--bg-2);
  text-align: center;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Soehne leicht, sans-serif;
  font-size: 16px;
}

.text-block-13.top {
  text-align: center;
  text-shadow: 0 1px 1px #000;
  margin-left: 45px;
  margin-right: 45px;
  font-family: Soehne halbfett, sans-serif;
  font-size: 16px;
}

.paragraph-8 {
  color: var(--bg-2);
  margin-bottom: 0;
  font-family: Soehne leicht, sans-serif;
  font-size: 16px;
}

.div-block-22 {
  margin-top: -50px;
}

.text-alt {
  font-family: Soehne buch, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-alt.text-muted {
  color: var(--bg-2);
  font-family: Soehne buch, sans-serif;
}

.container-5 {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-5.article-title-container {
  text-align: center;
  align-items: center;
  max-width: 680px;
}

.article-author {
  color: var(--bg-2);
  margin-bottom: 0;
  font-family: Soehne halbfett, sans-serif;
}

.article-title-author {
  text-align: center;
  margin-top: 30px;
}

.heading-8 {
  color: #8ed8f8;
  margin-top: 20px;
  font-family: Soehne fett, sans-serif;
}

.heading-8.form {
  color: #00002a;
  text-align: center;
  width: 100%;
  font-family: Soehne halbfett, sans-serif;
}

.heading-8.form.issue {
  margin-bottom: 40px;
}

.heading-8.footer {
  color: #5f6db3;
}

.heading-8.footer.text {
  margin-top: 0;
}

.main-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 80px;
}

.article-body-container {
  width: 100%;
  max-width: 800px;
  margin-top: 90px;
}

.text-large-3 {
  font-size: 24px;
  line-height: 36px;
}

.text-large-3.article-intro {
  color: #8ed8f8;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Soehne leicht, sans-serif;
}

.article-text {
  color: var(--bg-2);
  margin-left: auto;
  margin-right: auto;
  font-family: Soehne buch, sans-serif;
}

.article-text h2 {
  color: #8ed8f8;
  font-family: Soehne fett, sans-serif;
  font-size: 42px;
}

.article-text h4 {
  color: #8ed8f8;
  font-family: Soehne halbfett, sans-serif;
}

.article-text h3 {
  color: #8ed8f8;
  font-family: Soehne halbfett, sans-serif;
  font-size: 35px;
}

.article-text h1 {
  color: #8ed8f8;
}

.article-text blockquote {
  float: right;
  color: #8ed8f8;
  border-left-width: 8px;
  border-left-color: #8ed8f8;
  max-width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Soehne halbfett, sans-serif;
  font-size: 30px;
  line-height: 32px;
  display: inline-block;
}

.article-text h5 {
  color: #00002a;
  background-color: #8ed8f8;
  padding: 2px 6px 4px;
  font-family: Soehne halbfett, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.article-text a {
  color: #8ed8f8;
}

.article-text h6 {
  color: #00002a;
  background-color: #8ed8f8;
  margin-bottom: 5px;
  padding: 2px 6px 4px;
  font-family: Soehne halbfett, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

.page-subheading {
  margin-bottom: 60px;
}

.page-subheading.text-center {
  color: #8ed8f8;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Soehne halbfett, sans-serif;
}

.article-meta-date-2 {
  opacity: 1;
  color: var(--bg-2);
  font-family: Soehne leicht, sans-serif;
}

.article-meta-date-2.issue {
  opacity: 1;
  color: var(--bg-2);
  margin-right: 5px;
}

.article-meta-2 {
  align-items: center;
  margin-bottom: 15px;
  margin-right: 60px;
  font-family: Soehne buch, sans-serif;
  font-size: 16px;
  display: flex;
}

.featured-article-heading-3 {
  color: #8ed8f8;
  font-family: Soehne halbfett, sans-serif;
}

.text-block-15 {
  color: var(--bg-2);
  font-family: Soehne leicht, sans-serif;
}

.text-block-15.link {
  margin-top: 30px;
  margin-right: 50px;
  text-decoration: underline;
  display: inline-block;
}

.product-left {
  flex: 0 41%;
}

.product-image {
  float: right;
  max-height: 295px;
  margin-bottom: 5px;
  padding-right: 5px;
}

.product-title-desktop {
  margin-bottom: 40px;
}

.product-right {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.product-title-mobile {
  text-align: center;
  width: auto;
  display: none;
}

.price-container {
  margin-bottom: 5px;
  display: flex;
}

.row-2 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-details {
  max-width: 490px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.product-price {
  color: #8ed8f8;
  margin-right: 10px;
  font-family: Soehne buch, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.product-price.product-price-old {
  opacity: .5;
  color: #8ed8f8;
  margin-right: 10px;
  font-size: 20px;
  text-decoration: line-through;
}

.heading-9 {
  color: #8ed8f8;
  font-family: Soehne halbfett, sans-serif;
  font-size: 34px;
  display: inline;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 0;
}

.link-block-4 {
  display: block;
}

.link-block-4.thia {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  text-align: left;
  font-family: Soehne leicht, sans-serif;
}

.paragraph-9.column-large {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.gravity.footer {
  color: #5f6db3;
  font-family: Soehne leicht, sans-serif;
}

.gravity.footer.text, .gravity.footer.special {
  margin-bottom: 0;
}

.gravity-link {
  color: #98a5d4;
  text-decoration: underline;
}

.gravity-link:hover {
  color: #8ed8f8;
}

.print {
  margin-bottom: 30px;
}

.body {
  background-color: var(--bg-3);
  background-image: url('../images/black-hole.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.startup {
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-23 {
  margin-bottom: 60px;
}

.link-4 {
  display: inline-block;
}

.link-4.w--current, .link-5 {
  display: flex;
}

.link-6 {
  color: var(--secondary-1);
}

.sxsw {
  font-family: Avenirnextltpro, sans-serif;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #fa4b8a;
  border-radius: 4px;
  margin-top: 19px;
  margin-bottom: 35px;
  padding: 19px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px rgba(9, 11, 44, .1);
}

.button-primary:hover {
  color: #fff;
  background-color: #fdb7d0;
  transform: scale3d(.95, .95, 1.01);
  box-shadow: 1px 1px 6px rgba(9, 11, 44, .1), 0 3px 6px rgba(9, 11, 44, .1);
}

.button-primary.hero-button {
  color: var(--bg-1);
  border-radius: 8px;
  margin-top: 19px;
  margin-bottom: 35px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button-primary.hero-button:hover {
  transform: scale(.95);
}

.button-primary.hero-button.launch-days-button {
  background-color: #f703e6;
}

.text-color-accent {
  color: #644bfa;
}

.divider-3 {
  background-color: #e6e7f3;
  width: 100%;
  height: 1px;
}

.divider-3.about-marketers-card {
  background-color: var(--bg-1);
  opacity: .4;
  max-width: 110px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-3.about-marketers-card.white {
  opacity: 1;
  color: #5e5f79;
  background-color: #e6e7f3;
}

.spacer._2-buttons {
  width: 30px;
  display: none;
}

.home-event-day {
  color: var(--bg-1);
  padding-left: 5px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.home-event-day.and {
  padding-left: 0;
  font-size: 22px;
  font-weight: 400;
}

.hero-wrapper {
  align-items: flex-start;
  display: flex;
}

.home-event-date-wrapper {
  text-align: center;
  border: 1px solid #e0dbfe;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 33px;
  margin-right: 30px;
  padding: 12px 19px 9px;
  display: block;
}

.hero-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #1a2447;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fa4b8a;
  border-radius: 8px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #fdb7d0;
  border-color: rgba(0, 0, 0, 0);
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary.white {
  color: var(--bg-3);
  border-width: 2px;
  border-color: #fa4b8a;
  border-radius: 8px;
  margin-top: 19px;
  margin-bottom: 35px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: none;
}

.button-secondary.white:hover {
  background-color: #fdb7d0;
}

.button-secondary.white.w--current {
  display: none;
}

.home-event-month {
  color: var(--bg-1);
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  max-width: 45px;
  margin-top: -2px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.home-event-day-wrapper {
  align-items: center;
  display: flex;
}

.title.hero {
  color: var(--bg-1);
  letter-spacing: .02em;
  text-shadow: 0 4px 12px rgba(2, 2, 21, .2);
  max-width: 839px;
  margin-top: 40px;
  margin-bottom: 39px;
  font-family: Avenir roman, sans-serif;
  font-size: 31px;
}

.title.hero.launch-days-hero {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.title.speakers {
  color: var(--bg-3);
  margin-bottom: 0;
}

.title.mg-bottom-0px {
  color: #1f2b38;
  margin-bottom: 0;
}

.title.benefits-card {
  margin-bottom: 8px;
  font-size: 30px;
}

.title.hero {
  color: #fff;
  letter-spacing: .02em;
  text-shadow: 0 4px 12px rgba(2, 2, 21, .2);
  max-width: 839px;
  margin-bottom: 39px;
}

.title.cta {
  color: #fff;
  margin-bottom: 41px;
}

.title.speaker-name {
  color: var(--bg-3);
  text-align: center;
  max-width: 200px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.167em;
}

.title.card-event {
  color: var(--bg-3);
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.365em;
}

.subtitle-2 {
  color: #fff;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.037em;
}

.subtitle-2.schedule-tab {
  color: #5e5f79;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.429em;
}

.container-default {
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

._2-buttons {
  justify-content: center;
  display: flex;
}

.hero-overlay {
  z-index: -1;
  background-color: #19133f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-img-bg {
  z-index: -2;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.bg {
  opacity: .3;
  position: absolute;
}

.bg.about-marketers-03 {
  z-index: -1;
  opacity: .3;
  top: -96px;
  left: -84px;
}

.bg.about-marketers-02 {
  z-index: -1;
  opacity: .3;
  top: -100px;
  right: 46px;
}

.bg.about-marketers-01 {
  z-index: -1;
  opacity: .2;
  top: 437px;
  right: 246px;
}

.bg.speakers-03 {
  opacity: .2;
  top: -244px;
  right: -22px;
}

.bg.speakers-04 {
  opacity: .15;
  top: -89px;
  right: -95px;
}

.bg.speakers-06 {
  opacity: .3;
  bottom: -104px;
  right: -14px;
}

.bg.speakers-02 {
  opacity: .3;
  bottom: -42px;
  left: -21px;
}

.bg.speakers-01 {
  opacity: .3;
  top: -212px;
  left: -37px;
}

.bg.speakers-05 {
  bottom: 22px;
  right: -94px;
}

.bg.benefits-02 {
  opacity: .3;
  bottom: 10px;
  right: -52px;
}

.bg.benefits-01 {
  opacity: .3;
  top: -103px;
  left: -64px;
}

.bg.cta-5 {
  opacity: 1;
  bottom: 275.5px;
  right: -62px;
}

.bg.cta-3 {
  opacity: 1;
  top: 142px;
  left: 78px;
}

.bg.cta-4 {
  opacity: 1;
  bottom: 73.5px;
  right: 135px;
}

.bg.cta-2 {
  opacity: .3;
  top: 394px;
  left: -14px;
}

.bg.cta-6 {
  opacity: .3;
  bottom: -.5px;
  right: -84px;
}

.bg.cta-1 {
  opacity: .3;
  top: -72px;
  left: -80px;
}

.split-content.about-marketers-left {
  max-width: 640px;
  margin-right: 40px;
}

.split-content.cta-left {
  z-index: 1;
  max-width: 520px;
  position: relative;
}

.about-marketers-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.about-marketers-date-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 517px;
  height: 517px;
  display: flex;
  position: relative;
}

.about-marketers-date-text {
  color: var(--bg-1);
  max-width: 195px;
}

.about-marketers-date-text._2 {
  color: var(--bg-3);
}

.about-marketers-date-card {
  text-align: center;
  background-color: #a293fc;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  min-width: 254px;
  padding: 40px 30px 42px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 4px 24px rgba(26, 28, 71, .26);
}

.about-marketers-date-card.white {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e7f3;
  align-items: center;
  margin-right: 0;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 6px 25px rgba(3, 8, 24, .08), 0 15px 74px rgba(49, 107, 255, .1);
}

.about-marketers-date-card.white.orbit-launch-days-date {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-marketers-day {
  color: var(--bg-1);
  letter-spacing: -.02em;
  margin-bottom: 13px;
  font-size: 82px;
  font-weight: 500;
  line-height: 1em;
}

.about-marketers-day._2 {
  color: var(--bg-3);
}

.about-marketers-month {
  color: var(--bg-1);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.about-marketers-month._2 {
  color: var(--bg-3);
}

.container-small-502px {
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.empty-state-8 {
  color: #5e5f79;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e7f3;
  border-radius: 28px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  box-shadow: 0 3px 23px rgba(49, 107, 255, .08);
}

.empty-state-8.transparent {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.speakers-section {
  z-index: 1;
  grid-column-gap: 88px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 47px;
  margin-bottom: 47px;
  display: grid;
  position: relative;
}

.speakers-section-wrapper {
  position: relative;
}

.vc-flex {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.vc-flex.speakers {
  z-index: 1;
  position: relative;
}

.container-small-688px {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.benefits-wrapper {
  position: relative;
}

.benefits-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-top: 55px;
  margin-bottom: 55px;
  position: relative;
}

.benefits-content-wrapper {
  padding: 20px 28px;
  position: relative;
}

.benefits-image-wrapper {
  background-color: #644bfa;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 165px;
  min-height: 165px;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 28px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px rgba(50, 53, 130, .08);
}

.card.benefits {
  background-color: var(--white);
  border: 1px solid #e6e7f3;
  border-radius: 22px;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card.event {
  background-color: var(--white);
  border: 1px solid #fa4b8a;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: box-shadow .35s, transform .35s;
}

.card.event:hover {
  transform: scale(.97);
  box-shadow: 0 1px 3px rgba(50, 53, 130, .08);
}

.card.event.agenda {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  height: 100%;
  padding-bottom: 40px;
}

.card.event.webinar-agenda-card {
  border-color: #f703e6;
  width: 100%;
  margin: 0 0 25px -1px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.container-small-578px {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.schedule-tabs-content {
  margin-top: 55px;
  overflow: visible;
}

.schedule-tabs-menu {
  border-bottom: 1px solid #e6e7f3;
  justify-content: center;
  display: flex;
}

.schedule-tab-link-text {
  color: #1a2447;
  letter-spacing: -.01em;
  font-size: 32px;
  line-height: 1.063em;
}

.schedule-tab-link {
  color: #5e5f79;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  padding-bottom: 25px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .35s, color .35s;
  bottom: -1px;
}

.schedule-tab-link:hover {
  border-bottom-color: #fa4b8a;
}

.schedule-tab-link.w--current {
  color: #1a2447;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #fa4b8a;
  transition: color .3s;
}

.schedule-page-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.schedule-page-tabs {
  margin-top: 58px;
}

.hero-home {
  background-color: var(--loading-bar);
  background-image: url('../images/NexusHero-2-2-1.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.hero-home.hero-launch-days {
  background-image: url('../images/Orbit_Launch_Days_Hero_BG_Updated.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 142px;
  padding-bottom: 137px;
  display: flex;
  position: relative;
}

.speaker-small-picture {
  object-fit: fill;
  border-radius: 1000px;
  width: 100%;
  margin-bottom: 14px;
}

.work-text {
  letter-spacing: .02em;
  line-height: 1em;
}

.work-text.speaker {
  color: var(--bg-3);
  text-align: center;
  font-size: 14px;
  line-height: 1.091em;
  display: block;
}

.speakers-content {
  color: #5e5f79;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.event-card-link {
  color: #5e5f79;
  text-decoration: none;
}

.event-card-link:hover {
  color: #5e5f79;
}

.card-event-bottom {
  align-items: center;
  display: flex;
}

.card-event-bottom.agenda {
  grid-column-gap: 5px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: minmax(44px, 44px) minmax(100px, 100%);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.event-speaker-link {
  border: 3px solid #fff;
  border-radius: 1000px;
  width: 64px;
  height: 64px;
  transition: transform .35s;
}

.event-speaker-link:hover {
  transform: scale(1.18);
}

.event-speaker-link.agenda {
  width: 44px;
  height: 44px;
}

.event-schedule-icon {
  flex: 0 auto;
  margin-top: -5px;
  display: inline-block;
}

.event-schedule-text {
  color: #1a2447;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.event-schedule-text.spacer {
  margin-left: 8px;
  margin-right: 8px;
}

.event-schedule-text.spacer.bold {
  font-family: Avenirnextltpro, sans-serif;
}

.event-schedule-text.spacer.subtitle, .event-schedule-text.subtitle.small {
  font-size: 16px;
}

.event-schedule-text.bold {
  font-family: Avenirnextltpro, sans-serif;
}

.div-block-25 {
  object-fit: fill;
  overflow: hidden;
}

.hide-full, .collection-list-wrapper-6, .hide-speaker {
  display: none;
}

.pricing-list {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/greenTick.svg');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 23px;
  font-size: 14px;
}

.new-pricing-header {
  margin-bottom: 0;
  font-size: 30px;
}

.integrations-header {
  margin-top: 20px;
  margin-bottom: 0;
}

.company-logo {
  height: 28px;
  margin-top: 8px;
  display: block;
}

.company-logo.episode {
  margin-left: auto;
  margin-right: auto;
}

.integraition-pricing-logo {
  max-width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: 7px;
  display: inline-block;
}

.nexus-logo {
  margin-top: 20px;
}

.heading-13 {
  padding-right: 7px;
  font-size: 48px;
}

.jetboost-filter-6k3g {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.jetboost-filter-6k3g.details {
  margin-top: 0;
}

.grid-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
}

.workshop-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.text-block-21 {
  color: var(--bg-3);
}

.text-block-21.nav-short-description {
  text-align: left;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.checkbox-filter.hidden, .jetboost-list-wrapper-empty-6dor {
  display: none;
}

.height-fix {
  margin-top: 4px;
  font-size: 16px;
}

.div-block-27 {
  width: 100%;
}

.video.hide {
  display: none;
}

.host-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.webinar-title {
  margin-bottom: 10px;
}

.time {
  order: 1;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 0;
  display: inline-block;
}

.webinar-signup {
  margin-top: 40px;
}

.webinar-signup.hide {
  display: none;
}

.live {
  padding-bottom: 8px;
  display: inline-block;
}

.roadmap {
  margin-bottom: 0;
}

.link-block-6 {
  width: 100%;
}

.cookie-notice {
  z-index: 1000000;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.podcast-image {
  z-index: 500000;
  border-radius: 8px;
  max-width: 150px;
  position: relative;
  bottom: 170px;
  left: 160px;
}

.div-block-28 {
  display: inline-block;
}

.link-7 {
  font-family: Soehne leicht, sans-serif;
  text-decoration: underline;
}

.button-grid {
  grid-template-rows: auto;
}

.button-grid.new {
  grid-template-columns: .5fr .5fr;
  display: inline-block;
}

.text-block-23 {
  font-size: 16px;
}

.text-block-23.text-color-secondary-3 {
  color: var(--secondary-3);
}

.text-block-23.new {
  display: inline;
}

.media-card {
  background-color: var(--white);
  color: var(--bg-3);
  border-radius: 16px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 20px 40px rgba(61, 45, 133, .16);
}

.media-card.upcoming {
  border: 2px solid var(--secondary-2);
  color: var(--bg-3);
}

.media-profile-image {
  float: left;
  clear: none;
  border-radius: 40px;
  align-self: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.heading-14 {
  float: none;
  clear: none;
  align-self: center;
  margin-top: 2px;
  margin-bottom: 10px;
  display: inline-block;
  position: static;
}

.heading-14.title {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-14.subtitle {
  margin-top: 0;
  font-size: 18px;
}

.heading-14.subtitle.time {
  display: inline;
}

.div-block-29 {
  align-self: auto;
  display: block;
}

.div-block-30 {
  width: 100%;
}

.subscript {
  font-size: 20px;
  font-weight: 700;
}

.subscript-2 {
  height: auto;
  margin-top: 0;
  font-size: 20px;
  display: inline-block;
}

.agenda-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  min-width: auto;
  max-width: 100%;
  margin-left: 120px;
  margin-right: 120px;
  display: grid;
}

.agenda-grid.introduction {
  grid-template-columns: 1fr;
  align-content: stretch;
  display: block;
}

.agenda-grid.introduction.roundtable {
  margin-top: 25px;
  display: flex;
}

.agenda-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.agenda-time {
  align-items: flex-start;
  margin-bottom: 18px;
  display: flex;
}

.paragraph-10 {
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 8px;
}

.paragraph-11 {
  color: #644bfa;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -5px;
  margin-bottom: 0;
  margin-left: 7px;
}

.agenda-speaker-image {
  border-radius: 50px;
  width: 64px;
  max-width: 64px;
  height: 64px;
  display: inline-block;
}

.agenda-speaker-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: auto;
}

.text-block-25 {
  display: flex;
}

.div-block-32 {
  margin-top: 8px;
  display: inline-block;
}

.heading-15 {
  margin-top: 2px;
  margin-bottom: 4px;
}

.rich-text-block {
  margin-bottom: 28px;
}

.grid-8 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.paragraph-12 {
  margin-bottom: 40px;
  padding-right: 72px;
}

.category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.collection-list-wrapper-9 {
  margin-bottom: 40px;
}

.collection-list-wrapper-9.jetboost-filter-rxmm {
  margin-bottom: 0;
  margin-left: 16px;
  display: inline-block;
}

.collection-item-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-33 {
  display: inline-block;
}

.launch-days-form {
  text-align: left;
}

.italic-text, .italic-text-2 {
  font-weight: 400;
}

.register-scroll-position-helper {
  height: 1px;
  display: inline-block;
  position: absolute;
  top: -70px;
}

.paragraph-15 {
  display: none;
  overflow: visible;
}

.empty-state-9 {
  background-color: var(--white);
}

.paragraph-16 {
  margin-top: 20px;
  display: block;
}

.div-block-34 {
  float: none;
  display: block;
}

.launch-days {
  background-color: #392684;
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
}

.image-14 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.gravity-dropdown {
  background-color: #fff;
  border-radius: 7px;
  width: 260px;
  max-width: 100%;
  display: inline-block;
}

.gravity-dropdown.articles {
  width: 450px;
}

.gravity-dropdown-wrapper {
  margin-top: -40px;
  margin-bottom: 80px;
  display: block;
}

.gravity-dropdown-wrapper.article-dropdown-wrapper {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.gravity-dropdown-list {
  background-color: #fff;
}

.gravity-dropdown-list.w--open {
  border-radius: 7px;
  margin-top: 2px;
  padding: 0;
}

.gravity-item {
  padding: 15px;
}

.gravity-item:hover {
  background-color: var(--bg-1);
  border-radius: 7px;
}

.gravity-item.article-listing {
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.gravity-item.article-listing:last-child {
  border-bottom-style: none;
}

.div-block-35 {
  align-items: center;
  display: flex;
}

.image-15 {
  margin-right: 15px;
}

.issue-number {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.issue-number.padding-left-5 {
  padding-left: 5px;
}

.div-block-36 {
  align-self: center;
  display: block;
}

.div-block-37 {
  margin-bottom: 5px;
  font-family: Soehne buch, sans-serif;
  display: flex;
}

.gravity-title {
  margin-bottom: 0;
  font-family: Soehne fett, sans-serif;
  font-weight: 900;
}

.link-block-7, .link-block-7.w--current {
  width: 100%;
}

.empty-state-10 {
  background-color: #fff;
  border-radius: 7px;
}

.text-block-26 {
  font-family: Soehne buch, sans-serif;
  font-size: 16px;
}

.image-16 {
  max-width: 80%;
  margin-top: 30px;
}

.collection-item-8 {
  overflow: visible;
}

.column-5 {
  padding-left: 61px;
}

.image-17 {
  padding: 20px 0;
}

.column-5-copy {
  padding-left: 61px;
}

.column-left {
  padding-left: 80px;
}

.column-right {
  padding-right: 99px;
}

.columns-2, .columns-3 {
  margin-bottom: 50px;
}

.submit-button-4 {
  border-radius: 5px;
  font-weight: 400;
}

.button-2 {
  background-color: var(--secondary-1);
  text-align: center;
  border: 3px solid #9aeeff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.container-6 {
  text-align: center;
  padding-top: 0;
}

.heading-16 {
  text-align: left;
  text-indent: -40px;
  margin-left: 0;
  font-size: 28px;
  line-height: 1.1;
}

.grid-9 {
  grid-template: ". Area"
  / 1fr 2.5fr 1fr;
  margin-bottom: 50px;
}

.text-block-27 {
  color: var(--bg-3);
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-18 {
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-10 {
  grid-row-gap: 62px;
  grid-template-rows: auto auto auto;
}

.div-block-38 {
  align-items: center;
  display: block;
}

.champs-grid-copy {
  padding-left: 65px;
  padding-right: 25px;
  font-size: 16px;
}

.paragraph-20 {
  color: #6095ce;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
}

.button-signup {
  border: 2px solid var(--secondary-1);
  background-image: linear-gradient(57deg, var(--primary-1), var(--secondary-1));
  border-radius: 5px;
}

.button-signup.new {
  color: var(--white);
  background-color: #6c4df6;
  background-image: none;
  border-style: none;
  padding: 10px 14px 8px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.modal-wrapper {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(3deg, rgba(23, 15, 57, .79), rgba(175, 79, 153, .88));
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.signup-form-modal {
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  padding-bottom: 30px;
  overflow: hidden;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .5);
}

.form-header.heading-2 {
  background-color: var(--body-text);
  color: var(--white);
  margin-top: 0;
  padding: 25px;
  font-family: Avenirnextltpro, sans-serif;
}

.form-3 {
  margin-top: 35px;
  padding-left: 66px;
  padding-right: 66px;
}

.submit-button-5 {
  border-radius: 5px;
}

.text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

.field-label-2, .field-label-3, .field-label-4 {
  font-size: 18px;
}

.close-modal-button {
  color: var(--bg-1);
  width: 30px;
  padding: 5px;
  font-family: Avenirnextltpro, sans-serif;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.text-dark {
  font-size: 48px;
  line-height: 100%;
}

.text-dark.text-center {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  margin-top: 45px;
  margin-bottom: 0;
}

.champs-subhead {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
}

.button-3 {
  background-color: var(--bg-2);
  color: var(--primary-2);
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button-3:hover {
  background-color: var(--white);
}

.button-3.porograms {
  margin-top: 0;
  margin-left: 0;
}

.button-3.porograms:hover {
  background-color: #f1eeff;
}

.div-block-39 {
  text-align: center;
}

.champions-bottom {
  background-color: var(--white);
  margin-top: -140px;
  padding-top: 165px;
}

.champions-grid-item.text-center {
  padding-top: 30px;
}

.field-label-5, .field-label-6 {
  font-size: 18px;
}

.text-field-5, .text-field-6, .text-field-7 {
  margin-bottom: 30px;
}

.form-block-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-field-champ {
  border-radius: 5px;
  margin-bottom: 25px;
}

.success-message-2 {
  background-color: var(--secondary-1);
  border-radius: 9px;
}

.div-block-40 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.champions-bottom-2 {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.heading-19 {
  text-align: center;
}

.text-span {
  font-family: Avenirnextltpro, sans-serif;
}

.section-9 {
  object-fit: fill;
  width: 50%;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-20 {
  font-size: 42px;
}

.text-field-8 {
  margin-bottom: 32px;
}

.submit-button-7 {
  background-color: var(--primary-2);
  border-radius: 4px;
  width: 100%;
}

.text-field-9, .text-field-10 {
  margin-bottom: 32px;
}

.programs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
}

.cell {
  flex-direction: row;
}

.programs-grid-h3 {
  color: var(--primary-1);
  text-align: left;
  margin-top: 20px;
  font-size: 30px;
}

.container-7 {
  max-width: 80%;
}

.section-10 {
  margin-top: -30px;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: center;
}

.program-grid-p {
  text-align: left;
  margin-bottom: 28px;
  font-size: 18px;
}

.program-grid-p.shorter {
  margin-bottom: 0;
}

.text-block-28 {
  font-size: 14px;
}

.feature-subpoint {
  text-align: left;
  text-indent: -20px;
  padding-left: 20px;
  font-size: 16px;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-21 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.image-20 {
  text-align: center;
  flex: 1;
  align-self: center;
}

.image-20.feature-img {
  border-radius: 10px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 30px rgba(221, 214, 253, .71);
}

.text-block-29 {
  padding-left: 0;
}

.quick-stack-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.link-8, .link-9 {
  font-size: 14px;
}

.hero-video {
  border-radius: 8px;
  display: none;
}

.half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.half.hero {
  flex-direction: column;
  max-width: 75%;
}

.logo-block {
  opacity: .7;
  padding: 20px;
}

.logo-block.top {
  padding-bottom: 20px;
}

.logo-block.top.left {
  border-right: 1px #dde2eb;
}

.feature-headings {
  margin-left: 0;
  padding-left: 0;
}

.feature-headings.margin-bottom-80 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.feature-headings.margin-bottom-80.cs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  max-width: 80%;
  margin-bottom: 40px;
}

.feature-headings.margin-bottom-80.cs.docs {
  align-items: center;
  max-width: 60%;
}

.feature-examples {
  margin-left: 0;
}

.feature-details {
  margin-top: 28px;
  margin-right: 40px;
  padding-left: 0;
}

.feature-details.special {
  width: 60%;
  margin-left: 20px;
  margin-right: auto;
}

.grid-half-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-half-vertical.details {
  background-color: #f8fbff;
  border: .5px solid #dde2eb;
  border-radius: 8px;
}

.grid-half-vertical.details.special {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  grid-template-rows: 100px auto;
}

.grid-half-vertical.details.special:hover {
  border-width: 1px;
  border-color: #ebe7fe;
  box-shadow: 0 1px 14px rgba(0, 0, 0, .06);
}

.grid-half-vertical.details.special.blue {
  background-color: #f8fbff;
}

.grid-half-vertical.details.nobg {
  -webkit-text-stroke-color: black;
  background-color: rgba(0, 0, 0, 0);
  border-width: .5px 1px 1px;
  border-radius: 12px;
}

.grid-half-vertical.details.nobg:hover {
  border: 1px solid #ebe7fe;
  box-shadow: 0 1px 14px rgba(0, 0, 0, .06);
}

.grid-half-vertical.details.nobg.float {
  background-image: url('../images/Connected-sources.svg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.grid-half-vertical.details.nobg.float.api {
  background-image: url('../images/apiGRoup.png');
  background-size: contain;
}

.grid-half-vertical.details.nobg.float.api.height-250 {
  background-image: url('../images/Inapp-survey.svg');
}

.grid-half-vertical.details.nobg.float.forms {
  background-image: url('../images/surveysGroup.png');
  background-size: cover;
}

.grid-half-vertical.details.nobg.float.forms.height-250 {
  background-image: url('../images/eXTERNAL-SURVEY.svg');
  background-size: contain;
}

.grid-half-vertical.details.nobg.float.custom-forms {
  background-image: url('../images/exampleFeature10.png');
  background-position: 100% 100%;
  background-size: 384px;
}

.grid-half-vertical.details.nobg.float.custom-forms.blue {
  background-color: #f8fbff;
  background-image: none;
}

.grid-half-vertical.details.nobg.float.custom-forms.blue.builtin-forms {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid-half-vertical.details.nobg.noborder {
  border-style: none;
  height: 100%;
}

.grid-half-vertical.details.nobg.noborder.no-hover {
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.grid-half-vertical.details.nobg.horizontal-bg {
  background-color: #fdfdff;
  margin: 40px auto;
  padding-top: 10px;
}

.grid-half-vertical.details.nobg.horizontal-bg.margin-top-32 {
  margin-top: 32px;
}

.grid-half-vertical.details.nobg.cs:hover {
  box-shadow: none;
}

.grid-half-vertical.details.feature {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-half-vertical.details.whitefadebg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  flex-direction: column;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-half-vertical.details.whitefadebg:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.feature-pic-details {
  margin-top: 0;
  margin-right: 0;
  padding: 32px;
}

.feature-pic-details.float {
  margin-top: 150px;
  padding-bottom: 32px;
  display: inline-block;
}

.feature-pic-details.form {
  padding-left: 32px;
  padding-right: 0;
}

.feature-pic-details.cs {
  padding: 24px;
}

.feature-bold {
  color: var(--bg-3);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.feature-bold.small {
  display: block;
}

.feature-bold.home {
  margin-bottom: 20px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: .875em;
  display: block;
}

.quote {
  color: #a495e5;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline;
}

.quote.home {
  position: relative;
  top: -15px;
}

.quote.pic {
  margin-right: 10px;
}

.quote.pic.rounded {
  border-radius: 50%;
}

.search-subhead {
  text-align: center;
  margin-top: 99px;
  margin-bottom: 30px;
  font-size: 32px;
}

.search-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
}

.search-try-it {
  background-color: var(--primary-2);
  color: var(--bg-1);
  text-align: center;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Avenir roman, sans-serif;
  font-size: 18px;
}

.feature-image {
  width: 100%;
  max-width: none;
  display: block;
}

.feature-image.center {
  margin-left: auto;
  margin-right: auto;
}

.feature-image.align-center.margin-bottom-12 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-image.hide, .feature-image.show {
  display: none;
}

.image-21 {
  width: 100%;
}

.mobile-image {
  display: none;
}

.circle {
  border: 1px solid var(--bg-2);
  background-image: linear-gradient(to bottom, var(--bg-2) 25%, white 75%);
  border-radius: 50%;
  margin-bottom: 0;
  padding: 15px;
}

.margin-bottom-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -10px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.heading-22 {
  color: #1c1440;
  text-align: center;
  max-width: 75%;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 2rem;
}

.container-9 {
  text-align: center;
  max-width: 1350px;
}

.section-11 {
  border: 0 solid #000;
  border-radius: 0;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-41 {
  background-image: linear-gradient(#f5f4fe, #fff);
  border: 0 #000;
  border-top: 1px solid #ebe7fe;
  border-radius: 24px 24px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.text-span-2 {
  color: #6c4df6;
}

.paragraph-25.home {
  text-align: center;
  max-width: 55%;
}

.image-22 {
  width: 100%;
  max-width: 100%;
}

.small-text {
  color: #58606e;
  margin-bottom: 0;
  font-size: 1rem;
}

.small-text.feature-bold {
  color: var(--body-text);
  -webkit-text-stroke-color: #262c36;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.image-23 {
  width: auto;
  max-width: 70%;
}

.image-23.fade-in {
  width: auto;
}

.image-23.cs {
  max-width: 40%;
}

.cs-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  align-self: center;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  position: absolute;
}

.image-25 {
  position: relative;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.text-block-30 {
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-weight: 400;
}

.blur {
  z-index: -9999;
  width: 100%;
  display: block;
  position: absolute;
  top: -25%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-cta-content {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 27%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -76px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.section-cta-content.fade-in-300ms {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: -80px;
}

.section-cta-content.fade-in-200ms {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: -100px;
  padding-bottom: 20px;
  display: flex;
}

.integration {
  margin-bottom: 10px;
  font-size: 1rem;
}

.integration.home {
  text-align: center;
  max-width: 500px;
}

.home-illustration-element {
  width: 100%;
  display: block;
}

.home--illustration {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.heading-23 {
  margin-bottom: 32px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-span-3 {
  color: #1e2b38;
  text-align: left;
  font-family: Avenirnextltpro, sans-serif;
}

.text-span-4 {
  color: #1e2b38;
  font-family: Avenirnextltpro, sans-serif;
}

.image-28 {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.div-block-48 {
  margin-top: 28px;
}

.div-block-49 {
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.div-block-50 {
  margin-top: 2px;
}

.heading-24 {
  text-align: center;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.8rem;
}

.heading-25 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.8rem;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4px;
  display: flex;
}

.text-block-31 {
  color: #6c4df6;
  align-self: center;
  margin-left: 8px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  display: inline-block;
}

.section-12 {
  padding-bottom: 40px;
}

.quote-pic {
  width: 100px;
  max-width: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-30 {
  width: 70%;
  max-width: 70%;
}

.image-div {
  background-image: url('../images/Share-Real-time.svg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-52 {
  border: 1px solid #eff2f7;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}

.image-31, .image-32 {
  max-width: 90%;
}

.hero-section-image {
  width: auto;
  max-width: 90%;
}

.image-35 {
  display: block;
}

.text-span-5 {
  font-size: 28px;
}

.text-span-6 {
  font-size: 20px;
}

.text-span-7 {
  color: var(--primary-2);
  font-family: Avenirnextltpro, sans-serif;
  font-size: 4rem;
}

.text-span-9 {
  color: var(--primary-1);
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 14px;
}

.text-block-32 {
  color: #6d7685;
  margin-top: 8px;
  font-family: Avenir roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-33 {
  color: var(--primary-2);
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
}

.link-block-8 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.link-action {
  color: var(--button-colour);
  text-align: left;
  margin-bottom: 0;
  margin-right: 2px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.link-action:hover {
  color: var(--primary-1);
}

.link-secondary {
  color: var(--secondary-4);
  text-align: left;
  margin-right: 4px;
  padding-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 15px;
}

.div-block-53 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-34 {
  color: var(--button-colour);
  align-self: center;
  margin-top: 0;
  margin-right: 0;
  font-family: Avenir roman, sans-serif;
}

.link-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  transition: transform .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.link-block-9:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  mix-blend-mode: normal;
}

.margin-left-16-copy {
  margin-left: 0;
  margin-right: 16px;
  padding-left: 10px;
}

.text-field-11 {
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  font-size: 19px;
  font-style: italic;
}

.text-block-35 {
  text-align: center;
  margin-bottom: -12px;
}

.form-6 {
  width: 60%;
  margin: 35px auto auto;
}

.tag-text {
  color: #6c4df6;
  letter-spacing: 3px;
  padding-top: 6px;
  font-size: .875rem;
}

.header-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: static;
}

.full-width {
  width: 50%;
}

.fade-in-200ms {
  display: block;
}

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

.button-demo {
  border: 2px solid var(--secondary-1);
  background-image: linear-gradient(57deg, var(--primary-1), var(--secondary-1));
  border-radius: 5px;
}

.button-demo.new {
  color: var(--primary-1);
  background-color: #fff;
  background-image: none;
  border-style: none;
  border-width: 1px;
  padding: 10px 14px 8px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.secondary-button {
  background-color: var(--white);
  color: var(--primary-2);
  border-radius: 6px;
  align-items: center;
  max-width: 250px;
  padding: 10px 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.secondary-button.justify-center {
  text-align: center;
  justify-content: center;
  max-width: none;
}

.secondary-button.justify-center.new-pricing {
  padding-left: 10px;
  padding-right: 10px;
}

.secondary-button.software-bg {
  background-color: #170f39;
  justify-content: flex-start;
}

.secondary-button.software-bg.community {
  padding-left: 30px;
  padding-right: 30px;
}

.secondary-button.software-bg.community.launch-days-button {
  justify-content: center;
}

.secondary-button.software-bg.tools {
  justify-content: center;
  max-width: none;
}

.secondary-button.customer {
  max-width: 100%;
}

.secondary-button.home {
  padding-left: 20px;
  padding-right: 20px;
}

.secondary-button.home.new {
  background-color: var(--button-colour);
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#ebe7fe, #ddd6fd);
  border: 2px #e7fee9;
  margin-top: 7px;
  margin-right: 0;
  padding: 2px;
  font-family: Abel;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
  transform: translate(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .14), inset 0 -6px 10px rgba(98, 54, 213, .1);
}

.secondary-button.home.new:hover {
  transform: translate(0, -4px);
  box-shadow: 0 10px 6px rgba(0, 0, 0, .14), inset 0 -6px 10px rgba(98, 54, 213, .1);
}

.hero-section-cs {
  height: auto;
  padding-bottom: 40px;
}

.cs-hero-image {
  z-index: -2;
  width: 100%;
  margin-top: -20px;
  position: relative;
}

.cs-hero-illustration {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 60%;
  padding-top: 100px;
}

.search-bar {
  background-color: #fff;
  border: 1px solid #eff2f7;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 10px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  transform: translate(0);
  box-shadow: 0 28px 55.8px rgba(231, 226, 255, .94);
}

.search-bar:hover {
  transform: translate(0, -11px);
  box-shadow: 0 35px 55.8px rgba(199, 189, 248, .94);
}

.image-38 {
  width: 15%;
}

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

.text-block-36 {
  color: #c7ced9;
  font-family: Avenir roman, sans-serif;
}

.sources-supported {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.pill-text {
  color: #6c4df6;
  font-family: Avenir roman, sans-serif;
  font-size: .75rem;
}

.pill {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f7fd;
  border: 1px solid #ebe7fe;
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  display: inline-block;
}

.paragraph-26 {
  text-align: center;
  max-width: 80%;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

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

.sources {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.image-40 {
  max-width: none;
}

.cs-main-header {
  color: var(--body-text);
  text-align: center;
  margin-bottom: 10px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 3rem;
}

.cs-hero-subtext {
  color: #414857;
  text-align: center;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.content-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.pill-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.cs-quote {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: block;
}

.text-span-10 {
  color: #4a35a8;
}

.cs-feature-subtext {
  color: #414857;
  text-align: left;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.faeturedetails-subtet {
  color: #6d7685;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
}

.faeturedetails-subtet.overhaul-experience {
  width: 60%;
}

.featuredetails-heading {
  text-align: left;
  margin-bottom: 4px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.1rem;
}

.platform-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.cs-feature-card {
  border: 1px solid #dde2eb;
  border-radius: 10px;
  max-width: 100%;
}

.fast-and-free {
  color: #6d7685;
  text-align: center;
  max-width: 550px;
  font-family: Avenir roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.source {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sources-text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
}

.source-image {
  width: 28px;
}

.image-43 {
  width: 50%;
  max-width: none;
}

.pill-image {
  width: 16px;
  max-width: none;
}

.image-45, .image-46 {
  width: auto;
}

.platform-bg {
  z-index: -2;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.platform-hero-section {
  width: auto;
  padding-top: 90px;
}

.hero-section-platform {
  border: 1px solid #000;
  border-bottom-color: #ececec;
  height: auto;
  padding-bottom: 0;
}

.platform-feature-subtext {
  color: #6d7685;
  text-align: center;
  max-width: 70%;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.platform-section-platform {
  border: 0 solid #000;
  border-bottom-color: #ececec;
  max-width: none;
  height: auto;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.platform-section-platform.margin-bottom-160 {
  background-image: linear-gradient(#ebe7fe, #fff 25%);
  border-width: 0;
  border-color: #000 #000 #eff2f7;
  margin-bottom: 160px;
}

.platform-section-platform.hero-section {
  background-image: linear-gradient(#ebe7fe, #fff 35%);
}

.platform-feature--header {
  margin-bottom: 40px;
}

.platform-feature--header.integrate {
  flex-direction: column;
  flex: none;
  padding-top: 16px;
  display: flex;
}

.integrate-header {
  color: #6d7685;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: .625rem;
}

.integrate-stacks-element {
  padding: 20px;
}

.integrate-stacks-element.integrate {
  border: 1px dashed #dde2eb;
  border-radius: 15px;
}

.integrate-image {
  width: 20px;
  margin-bottom: 4px;
}

.integrate-socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.integrate-socials.see-more {
  background-image: none;
  border: 1px solid #ebe7fe;
  border-radius: 10px;
  justify-content: center;
}

.integrate-text {
  color: #281d5c;
  max-width: 100%;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-58.crm {
  flex-direction: column;
  display: flex;
}

.div-block-58.social-media {
  grid-template-columns: 1fr 1fr 1fr;
}

.ingrate-stacks {
  padding: 0;
}

.image-100 {
  width: 32px;
}

.image-102 {
  width: 24px;
}

.div-block-59 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: inline-block;
}

.image-103 {
  width: 28px;
  position: static;
}

.image-104 {
  width: 18px;
}

.image-105 {
  width: 28px;
}

.image-106, .image-107, .image-108 {
  width: 16px;
}

.cs-cta-image {
  width: auto;
  max-width: 40%;
}

.image-109 {
  width: 100%;
}

.image-110 {
  width: 100%;
  display: none;
}

.image-111 {
  width: 100%;
}

.blog-image {
  aspect-ratio: auto;
  object-fit: fill;
  width: 70%;
  min-width: auto;
  margin-left: 155px;
  margin-right: 155px;
  padding-bottom: 40px;
  display: inline-block;
  overflow: visible;
}

.article-image {
  width: 100%;
}

.faq-section {
  border: 0 solid #000;
  border-bottom-color: #ececec;
  max-width: none;
  height: auto;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.faq-section.margin-bottom-160 {
  background-image: linear-gradient(#ebe7fe, #fff 25%);
  border-width: 0;
  border-color: #000 #000 #eff2f7;
  margin-bottom: 160px;
}

.faq-section.hero-section {
  background-image: linear-gradient(#ebe7fe, #fff 35%);
  margin-bottom: auto;
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.faq-menu-item-label {
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  max-width: 64ch;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.faq-container {
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-question-label {
  color: #3c3d49;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-answer-p {
  line-height: 1.5em;
}

.faq-group-row {
  width: 100%;
  padding-top: 0;
  padding-bottom: 5rem;
}

.faq-menu-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: rgba(32, 32, 36, .4);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  margin-left: 0;
  margin-right: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  transition: color .3s, font-size .3s;
}

.faq-answer-2 {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-section-2 {
  padding: 2rem 2rem 6rem;
  position: relative;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.faq-arrow-2 {
  z-index: 0;
  position: relative;
}

.faq-question-2 {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.faq-menu-title-label {
  font-size: 2rem;
  line-height: 1.5em;
}

.accent-color {
  color: #454dec;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.div-block {
  width: 100%;
  height: 1px;
}

.plus-icon {
  max-width: 60%;
}

.faq-wrapper {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.faq-section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--body-text);
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.faq-paragraph.list {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-grid {
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.question-title {
  color: #1d1f24;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.faq-header {
  color: var(--white);
  margin-bottom: auto;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 2rem;
}

.faq-subheader {
  color: var(--white);
  -webkit-text-stroke-color: var(--bg-1);
  width: 100%;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.collab-image {
  width: 10%;
  display: block;
}

.title-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.nav-icon {
  width: 24px;
  display: flex;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-faq {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-set {
  font-family: Avenirnextltpro, sans-serif;
  font-size: 24px;
}

.bold-text-2, .bold-text-3 {
  letter-spacing: 0;
}

.faq-images {
  background-image: url('../images/PartnershipProgramArt05.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 200px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-60 {
  background-image: url('../images/PartnershipProgramArt02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.collab_image {
  width: 52px;
  max-width: none;
  height: 100%;
}

.link-10 {
  text-align: left;
}

.image-partners {
  min-width: 1000px;
  max-width: 100%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bold-text-4 {
  color: var(--secondary-1);
}

.link-11 {
  color: var(--primary-2);
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-weight: 400;
}

.text-span-11 {
  color: var(--body-text);
}

.link-block-10, .link-block-11 {
  display: block;
}

.list-2 {
  flex-flow: column;
  display: block;
}

.paragraph-27 {
  color: var(--primary-2);
  margin-bottom: 4px;
  font-size: 1rem;
}

.paragraph-28 {
  color: var(--primary-2);
  font-size: 1rem;
}

@media screen and (min-width: 1440px) {
  ul {
    line-height: 1.1;
  }

  li {
    margin-bottom: 13px;
    line-height: 1.2;
  }

  .section.home-community.omfix.startpage {
    background-image: linear-gradient(353deg, #ebe7fe, #fff);
  }

  .section.integrations.padding-80.overflow-hidden.hero {
    background-image: url('../images/Tools-Index-Hero-1.svg'), linear-gradient(#000, #000);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .section.integrations.padding-80.overflow-hidden.startup.startpage.champions-top {
    overflow: hidden;
  }

  .section.integrations.padding-80.chmpions-top {
    padding-top: 0;
  }

  .section.section-champions {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
  }

  .section.feature {
    padding-bottom: 100px;
  }

  .section.feature.integrate {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section.feature.margin-bottom-160.padding-bottom-0 {
    padding-bottom: 0;
  }

  .container {
    max-width: 1300px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-bottom-80.padding-top-160 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.padding-top-80 {
    max-width: 100%;
    padding-top: 40px;
  }

  .container.padding-top-80.platform-hero {
    margin-top: -70px;
  }

  .heading-xl.vw {
    font-size: 56px;
  }

  .heading-xl.vw.new.home {
    max-width: 100%;
  }

  .margin-top-24.text-primary-3-color.text-white {
    margin-top: 200px;
  }

  .margin-top-24.new-pricing {
    color: var(--bg-1);
  }

  .text-small.text-white {
    padding-top: 7px;
  }

  .text-small.new {
    font-size: 1.2rem;
  }

  .text-small.new.feature {
    font-size: 1rem;
  }

  .text-small.new.feature.details {
    margin-bottom: 24px;
  }

  .text-small.new.home {
    font-family: Avenir roman, sans-serif;
  }

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

  .text-large.text-white.startuppage.champs-subhead, .text-large.text-white.startuppage.programs-subhead {
    width: 60%;
    font-size: 21px;
  }

  .text-large.text-secondary-1-color {
    color: var(--bg-1);
  }

  .text-large.text-secondary-1-color-copy {
    color: var(--primary-1);
  }

  .text-large.text-secondary-1-color-copy.text-center {
    color: var(--bg-3);
  }

  .text-large.new {
    font-size: 2rem;
  }

  .text-large.new.feature {
    font-size: 1.1rem;
  }

  .text-large.new.integrate, .text-large.new.integrate.below {
    font-size: 2rem;
  }

  .button-outline.justify-center.stroke-white {
    color: var(--bg-1);
    border-color: rgba(0, 0, 0, 0);
  }

  .button-outline.justify-center.stroke-white.champions-bottom-cta, .button-outline.justify-center.stroke-white.champs-form-button {
    width: 30%;
  }

  .button-outline.view-features.margin-top-80 {
    max-width: 280px;
  }

  .button-outline-gradient.home.new {
    transition-duration: .25s;
  }

  .button-gradient-mask.margin-top-24.pricing-button.recommend {
    top: -7px;
  }

  .grid-half {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 135px;
    padding-left: 49px;
    padding-right: 49px;
  }

  .grid-half.home-hero.home {
    height: auto;
    margin-top: 80px;
  }

  .grid-half.blog-posts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-half.integrations {
    grid-column-gap: 40px;
    grid-template-rows: 1fr;
    justify-content: stretch;
    align-items: start;
    justify-items: center;
  }

  .grid-half.blog-data.blog {
    padding-left: 0;
  }

  .grid-half.integrations-items.ints.details {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-half.feature, .grid-half.feature.no-border, .grid-half.feature.no-border.special {
    padding-right: 0;
  }

  .grid-half._3-items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar {
    padding-top: 0;
  }

  .text-white.startpage {
    color: var(--bg-3);
    text-align: center;
    -webkit-text-stroke-color: var(--bg-3);
    margin-bottom: 70px;
  }

  .text-white.startup-banner {
    min-height: 240px;
    line-height: 1.1;
  }

  .grid-column.home-hero-left {
    display: block;
    position: static;
  }

  .client-logo {
    max-height: 60px;
  }

  .client-logo.text {
    width: 120px;
    min-width: auto;
    max-width: 100%;
  }

  .tab-steps-image.larger {
    width: auto;
    max-height: 488px;
  }

  .api-gradient-bg {
    height: 100%;
  }

  .flex-space-between.center {
    max-width: 95%;
  }

  .button.filter.jetboost-filter-active.jetboost-filter-all-6k3g.details, .button.filter.jetboost-filter-active.details {
    width: 100%;
  }

  .button.rectag {
    margin-top: 53px;
    top: -421px;
  }

  .grid-fifths.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: start;
    max-width: 100%;
    display: grid;
  }

  .pricing-card, .pricing-card.second-card {
    justify-content: flex-start;
  }

  .pricing-card.second-card.new-pricing {
    padding: 25px;
  }

  .pricing-card.third-card {
    background-color: var(--bg-3);
  }

  .text-center.champs-subhead-small {
    font-size: 18px;
  }

  .align-center.margin-bottom-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed.new {
    right: auto;
  }

  .integrations-image.customer {
    max-height: 580px;
  }

  .grid-sidebar {
    grid-column-gap: 12vw;
  }

  .card-body {
    padding: 48px;
  }

  .heading-2.margin-bottom-12 {
    font-size: 2rem;
  }

  .container-width-small {
    max-width: 600px;
  }

  .grid-halves-vertical {
    grid-column-gap: 48px;
  }

  .image-11 {
    right: 0;
  }

  .container-3.fullwidth-child.issue {
    margin-top: 100px;
  }

  .featured-articles-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-article-wide {
    background-position: 50% 60%;
    background-size: cover;
    min-height: 550px;
  }

  .feature-article-wide.spot2 {
    background-position: 50% 100%;
  }

  .article-title-link.issue {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .article-text blockquote {
    position: relative;
    left: 15%;
  }

  .product-image {
    max-height: 347px;
  }

  .print {
    margin-bottom: 30px;
  }

  .link-6 {
    color: var(--secondary-1);
  }

  .home-event-month {
    margin-top: 0;
  }

  .bg.speakers-06 {
    bottom: 104px;
    right: 64px;
  }

  .speakers-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card.event {
    padding-bottom: 40px;
  }

  .pricing-list {
    font-size: 18px;
  }

  .nexus-logo {
    margin-top: 20px;
  }

  .link-block-6 {
    width: 100%;
  }

  .column-5 {
    padding-left: 0;
  }

  .column-left {
    padding-left: 20px;
  }

  .submit-button-4 {
    background-color: var(--secondary-1);
    border: 3px solid #9aeeff;
  }

  .text-field {
    border-radius: 3px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-16 {
    padding-right: 30px;
    font-size: 34px;
  }

  .heading-17 {
    padding-right: 67px;
    font-size: 34px;
  }

  .bold-text {
    font-size: 34px;
  }

  .heading-18 {
    padding-right: 114px;
  }

  .grid-9 {
    margin-top: 168px;
  }

  .text-block-27 {
    color: var(--body-text);
    font-size: 24px;
  }

  .image-18 {
    margin-bottom: 28px;
  }

  .grid-10 {
    grid-row-gap: 70px;
    align-items: center;
  }

  .text-dark {
    color: var(--bg-3);
    object-fit: fill;
    width: auto;
    position: static;
    overflow: hidden;
  }

  .text-dark.text-center.champs-header {
    font-size: 60px;
  }

  .form-4 {
    float: right;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(303deg, var(--bg-1), var(--white));
    color: var(--body-text);
    text-align: left;
    object-fit: fill;
    border-radius: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
    font-size: 14px;
    display: block;
    position: static;
  }

  .form-block-2 {
    object-fit: fill;
  }

  .submit-button-6 {
    margin-top: 56px;
  }

  .submit-button-6.button-gradient.button-outline {
    z-index: 0;
    color: var(--loading-bar);
    text-align: right;
    border-radius: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    position: static;
    right: auto;
  }

  .image-19 {
    object-fit: fill;
    min-width: auto;
    display: block;
  }

  .lightbox-link {
    object-fit: fill;
    display: block;
  }

  .form-5 {
    z-index: auto;
    float: none;
    clear: none;
    text-align: left;
    background-image: linear-gradient(315deg, #f8f9fb, #fff);
    margin-right: auto;
    padding: 21px;
    display: block;
    position: static;
  }

  .text-field-4 {
    border-radius: 8px;
  }

  .champs-subhead {
    margin-top: 20px;
  }

  .button-3.porograms {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .champions-bottom {
    margin-bottom: 90px;
  }

  .field-label-5 {
    font-size: 24px;
  }

  .field-label-6, .field-label-7 {
    font-size: 28px;
  }

  .div-block-40 {
    width: 80%;
  }

  .champions-bottom-2 {
    margin-bottom: 90px;
  }

  .heading-19 {
    text-align: center;
  }

  .programs-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
    font-family: Avenir roman, sans-serif;
  }

  .programs-grid-h3 {
    font-size: 34px;
    line-height: 1.1;
  }

  .programs-grid-h4 {
    font-family: Avenir roman, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
  }

  .container-7 {
    margin-top: -40px;
  }

  .cell-2, .cell-3, .cell-4, .cell-5 {
    justify-content: center;
  }

  .hero-video {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-headings.margin-bottom-80 {
    background-position: 0 15px;
  }

  .grid-half-vertical.details.special {
    border-width: 1px;
  }

  .grid-half-vertical.details.special:hover {
    box-shadow: 0 1px 14px rgba(0, 0, 0, .08);
  }

  .feature-bold {
    margin-right: 0;
  }

  .search-subhead {
    margin-top: 20px;
  }

  .search-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
    font-family: Avenir roman, sans-serif;
  }

  .search-try-it {
    font-size: 24px;
  }

  .feature-image {
    width: 100%;
    display: block;
  }

  .div-block-41 {
    clear: none;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-25.home {
    max-width: 50%;
  }

  .blur {
    height: 100%;
    top: -11%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-51 {
    align-items: flex-start;
  }

  .text-block-31 {
    margin-top: 3px;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .section-12 {
    padding-bottom: 40px;
  }

  .image-31, .image-32, .hero-section-image {
    max-width: 90%;
  }

  .form-6 {
    width: 60%;
  }

  .secondary-button.home.new {
    transition-duration: .25s;
  }

  .hero-section-cs {
    height: auto;
    margin-bottom: 60px;
  }

  .cs-hero-illustration {
    max-width: 70%;
    padding-top: 140px;
  }

  .platform-bg {
    max-width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .platform-hero-section {
    padding-top: 90px;
  }

  .hero-section-platform {
    height: auto;
    margin-bottom: 60px;
  }

  .platform-section-platform {
    border-width: 0;
    height: auto;
    margin-bottom: 60px;
  }

  .platform-section-platform.margin-bottom-160, .platform-feature--header.integrate {
    padding-top: 0;
  }

  .integrate-stacks-element {
    border: 1px dashed #dde2eb;
    border-radius: 14px;
  }

  .integrate-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    padding-right: 16px;
  }

  .integrate-socials.see-more {
    background-image: none;
    border: 1px solid #ebe7fe;
    border-radius: 8px;
    padding-right: 10px;
  }

  .integrate-text {
    color: #281d5c;
    flex: none;
    max-width: 100%;
    font-family: Avenirnextltpro, sans-serif;
    font-size: 1rem;
    line-height: 1;
  }

  .div-block-58 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-58.crm {
    flex-direction: column;
    display: flex;
  }

  .div-block-58.social-media {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ingrate-stacks {
    padding: 0;
  }

  .image-110 {
    width: 100%;
    display: none;
  }

  .faq-section {
    border-width: 0;
    height: auto;
    margin-bottom: 60px;
  }

  .faq-section.margin-bottom-160 {
    padding-top: 0;
  }

  .faq-images, .image-partners {
    right: 0;
  }
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 32px;
  }

  .section, .section.how-it-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.api {
    padding-top: 0;
  }

  .section.home-community {
    background-image: linear-gradient(135deg, #aa00fa, #121a3d);
  }

  .section.padding-80.padding-bottom-0 {
    background-image: linear-gradient(#f6f9fd, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.client-logos.margin-40 {
    padding-bottom: 10px;
  }

  .section.color-bg-3.collaboration-bg {
    background-image: linear-gradient(rgba(0, 204, 245, 0), #f9f4fd 46%), url('../images/60ac6ce0122cf003bbb39fed_Frame-1913.png'), linear-gradient(#f6f9fd, #fff);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 696px, auto;
  }

  .section.color-bg-3.collaboration-bg.community.observatory {
    background-image: url('../images/ObservatoryScene.svg'), linear-gradient(to bottom, null, null);
    background-position: 100% 100%, 0 0;
  }

  .section.color-bg-3.collaboration-bg.community.conversations {
    background-image: linear-gradient(#f6f9fd, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
  }

  .section.color-bg-1.collaboration-bg {
    background-image: linear-gradient(to bottom, rgba(0, 204, 245, 0), var(--bg-2) 46%), url('../images/60ac6ce0122cf003bbb39fed_Frame-1913-1-1-1.png'), linear-gradient(to bottom, #f6f9fd, white);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 696px, auto;
  }

  .section.solutions-cms.padding-80 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .69) 35%, rgba(249, 244, 253, .79)), url('../images/60ac6ce0122cf003bbb39fed_Frame-1913-1-1-1.png'), linear-gradient(#edf2f9 35%, #fff);
    background-position: 0 0, 100% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 696px, auto;
  }

  .section.community-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.orbit-model.omfix {
    padding-top: 120px;
  }

  .section.integrations {
    overflow: hidden;
  }

  .section.integrations.padding-80.overflow-hidden.hero {
    background-image: url('../images/Tools-Index-Hero-1.svg'), linear-gradient(#000, #000);
    background-position: 75% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.integrations.padding-80.overflow-hidden.padding-0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.integrations.observatory {
    background-color: #392684;
    background-image: url('../images/ObservatoryScene-2.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.integrations-cms {
    padding-bottom: 80px;
  }

  .section.capabilities {
    overflow: hidden;
  }

  .section.tools.bottom {
    background-image: linear-gradient(#fff, #fff 67%);
  }

  .section.section-champions {
    padding-left: 0;
    padding-right: 0;
  }

  .section.feature {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.feature.integrate {
    flex-direction: column;
  }

  .section.feature.integrate.margin-bottom-160.padding-bottom-0, .section.feature.margin-bottom-160.padding-bottom-0 {
    margin-bottom: 100px;
  }

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

  .container.orbit-community, .container.tools {
    margin-top: 0;
  }

  .container.launch-days-container {
    display: block;
  }

  .container.padding-bottom-80.padding-top-160 {
    background-image: linear-gradient(to top, #f5f4fe, #fff);
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 80px;
  }

  .container.padding-top-80.platform-hero {
    top: 200px;
  }

  .container.nav-bar {
    position: relative;
  }

  .grid.client-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.client-logos.new {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-xl, .heading-xl.vw {
    font-size: 56px;
  }

  .heading-xl.vw.new {
    max-width: 90%;
    font-size: 2em;
  }

  .heading-xl.vw.new.home {
    font-size: 2.5em;
  }

  .margin-top-24.text-primary-3-color.text-white {
    margin-top: 140px;
  }

  .margin-top-80.blog.posts {
    display: none;
  }

  .grid-thirds {
    display: flex;
  }

  .grid-thirds.pricing {
    grid-template-columns: 1fr;
  }

  .grid-thirds.pricing.margin-top-80.grid-fourths {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-thirds.developer-resource.margin-top-56 {
    grid-template-columns: 1fr 1fr;
  }

  .color-gradient-2.text-center.hero {
    margin-top: 100px;
  }

  .text-small.text-white {
    max-width: 1000px;
  }

  .text-small.new {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .text-small.new.feature {
    max-width: 100%;
  }

  .text-small.new.feature.details {
    padding-left: 0;
    font-family: Avenir roman, sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }

  .text-small.new.feature.details.quote {
    padding-left: 0;
    font-size: 1em;
  }

  .text-small.new.feature.details.quote.home {
    flex: 0 auto;
    order: 1;
    align-self: stretch;
    font-size: 1em;
    font-weight: 600;
  }

  .text-small.new.feature.details.quote.break {
    font-size: .8em;
    display: inline;
  }

  .text-small.new.feature.details.quote.text {
    font-size: .8em;
  }

  .text-small.new.feature.details.quote.text.large {
    max-width: 100%;
    font-size: 1em;
  }

  .text-small.new.feature.details.bottom {
    top: 0;
  }

  .text-small.new.feature.details.bottom.small {
    align-self: flex-start;
    top: 25px;
    left: 10px;
  }

  .text-small.new.feature.details.small {
    margin-bottom: 10px;
  }

  .text-small.new.feature.details.hero {
    font-size: 1em;
  }

  .text-small.new.feature.details.horizontal {
    width: 100%;
  }

  .text-small.new.home {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .text-large.text-white.startuppage.champs-subhead, .text-large.text-white.startuppage.programs-subhead {
    width: 80%;
  }

  .text-large.text-white.margin-top-32.text-center.padding-right-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-large.new {
    font-size: 1.8rem;
    line-height: 1em;
  }

  .text-large.new.nav {
    margin-bottom: 0;
    padding-left: 44px;
  }

  .text-xs.webinar {
    padding-top: 3px;
  }

  .button-outline.justify-center.stroke-white.champions-bottom-cta {
    width: 80%;
  }

  .button-outline.sign-up {
    margin-left: 24px;
  }

  .button-outline.sign-up.new {
    font-family: Avenir roman, sans-serif;
    display: block;
  }

  .button-outline.sign-up.new.nav {
    max-width: 75px;
    height: auto;
    margin-top: 20px;
  }

  .margin-left-8.icon-arrow {
    width: auto;
  }

  .button-outline-gradient {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-outline-gradient.software-bg.community.launch-days-button {
    justify-content: center;
  }

  .button-outline-gradient.home.new.nav {
    margin-left: 24px;
  }

  .button-gradient-mask.margin-top-24.pricing-button.recommend {
    top: -2px;
  }

  .grid-half.home-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-half.how-it-works, .grid-half.api-docs {
    grid-template-columns: 1fr;
  }

  .grid-half.solutions-cms {
    height: auto;
  }

  .grid-half.integrations-cms {
    grid-template-columns: 1fr;
  }

  .grid-half.nav-products {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-half.integrations {
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-half.integrations:active {
    grid-template-columns: 1fr;
  }

  .grid-half.integrations-items.ints.details, .grid-half.integrations-items.ints.details:active {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-half.grid-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-half.feature, .grid-half.feature.bluebg {
    padding-left: 16px;
  }

  .grid-half._3-items {
    grid-template-columns: 1fr 1fr;
  }

  .nav.new.bar {
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .nav-logo.new {
    margin-top: 0;
  }

  .text-white.startup-banner {
    background-image: none;
    min-height: 180px;
  }

  .top-bar-wrap {
    text-align: center;
  }

  .grid-column.home-hero-left.margin-top-24 {
    max-width: 350px;
    position: absolute;
    left: 40px;
  }

  .grid-column.how-it-works-left {
    max-width: none;
  }

  .grid-column.features {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .grid-column.features.right {
    margin-left: 0;
  }

  .grid-column.features.left {
    margin-right: 0;
  }

  .grid-column.connect {
    justify-content: center;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .column-small {
    max-width: 60%;
  }

  .column-small.flex-vertical-left.mql {
    margin-top: 40px;
  }

  .column-small.flex-vertical-left.mql.mqlfix {
    max-width: none;
  }

  ._3d-wrap {
    width: 90%;
  }

  .client-logos-wrap.new {
    max-width: 100%;
  }

  .client-logo {
    max-height: 20px;
  }

  .tabs-content {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tab-steps-image {
    width: 70%;
  }

  .home-tab-panel-wrap {
    margin-top: 24px;
  }

  .column-medium {
    max-width: none;
  }

  .column-medium.capabilities {
    max-width: none;
    margin-left: 0;
  }

  .column-medium.capabilities.last-item, .column-medium.capabilities.second-item {
    margin-bottom: 40px;
    position: static;
  }

  .column-medium.capabilities.first-item {
    margin-top: 0;
    margin-bottom: 40px;
    position: static;
  }

  .column-medium.community {
    background-image: none;
    border-radius: 0;
    max-width: none;
    padding: 0;
  }

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

  .capabilities-img.first-item {
    left: 10%;
  }

  .sticky-wrap {
    display: none;
  }

  .flex-space-between {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .community-bg-left-wrap, .community-bg-right-wrap {
    display: none;
  }

  .grid-quarters.community-data {
    grid-template-columns: 1fr 1fr;
  }

  .flex-center {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .flex-center.reverse {
    flex-direction: column;
  }

  .flex-center.reverse.change {
    flex-direction: column-reverse;
  }

  .flex-center.margin-bottom-160 {
    margin-bottom: 80px;
  }

  .community-call-to-action {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.filter.jetboost-filter-active.jetboost-filter-all-6k3g.details, .button.filter.jetboost-filter-active.details {
    width: 100%;
  }

  .button.rectag {
    margin-top: 59px;
    top: -480px;
    left: auto;
  }

  .column-xs {
    max-width: none;
  }

  .column-xs.stay-in-the-loop {
    margin-top: 24px;
  }

  .column-xs.stay-in-the-loop.gravity {
    margin-top: 12px;
  }

  .grid-fifths.api {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-fifths.footer {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .proof-card.new.home {
    margin-top: 0;
  }

  .proof-card.new.home.quotation {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .proof-photo {
    width: 100px;
    height: 100px;
    top: -8%;
  }

  .pricing-card.new-pricing.second-card {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-center.champs-subhead-small {
    max-width: 100%;
    font-size: 18px;
  }

  .button-gradient.color-gradient-bg.justify-center.pricing-button {
    margin-top: auto;
  }

  .column-xl, .column-large {
    max-width: none;
  }

  .column-large.ints {
    margin-top: 20px;
  }

  .column-large.padding-right-60 {
    margin-bottom: 60px;
    padding-left: 60px;
  }

  .number-block {
    margin-top: 40px;
  }

  .feature-icon {
    display: none;
  }

  .blog-subscribe-wrap {
    margin-top: 40px;
  }

  .blog-recent-bg {
    border-left-width: 1px;
    border-radius: 16px;
  }

  .blog-recent-content {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .blog-posts-wrap.kb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed.new {
    display: none;
    right: -25%;
  }

  .why-work-here-card.over-image {
    max-width: none;
    position: relative;
    bottom: 50px;
    left: auto;
    right: auto;
  }

  .integrations-image-wrap {
    margin-top: 40px;
  }

  .integrations-image.customer {
    max-height: 580px;
  }

  .integrations-wrap {
    margin-top: 40px;
    margin-left: 0;
  }

  .nav-wrap {
    z-index: 1600;
  }

  .nav-wrap.new, .nav-wrap.new:active {
    z-index: 2000;
  }

  .brand {
    z-index: 1500;
    position: relative;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 120px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-menu.left, .nav-menu.mobile {
    display: none;
  }

  .nav-menu.mobile:active {
    display: block;
  }

  .nav-menu.right {
    display: none;
  }

  .nav-link {
    width: 100%;
    padding: 24px;
  }

  .nav-link.login {
    padding-left: 20px;
  }

  .nav-link.login.new {
    display: block;
  }

  .nav-link.login.new.nav {
    height: 50px;
    margin-top: 0;
    padding: 12px 12px 12px 34px;
  }

  .nav-link.top.new.nav {
    color: var(--bg-3);
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .nav-link.new.nav {
    color: var(--bg-3);
    height: 50px;
    margin-top: 0;
    padding: 12px 12px 12px 34px;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .dropdown, .dropdown.no-mega-menu {
    width: 100%;
  }

  .dropdown-list {
    min-width: auto;
    margin-left: 24px;
    margin-right: 24px;
    position: static;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    width: 90%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .products-wrap {
    padding: 24px;
  }

  .product-link.menu {
    margin-left: -10px;
  }

  .nav-short-description {
    display: none;
  }

  .solutions-wrap {
    max-width: none;
    padding: 24px;
  }

  .solutions-link {
    padding: 0;
  }

  .solutions-link:hover {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
  }

  .solutions-link.integration {
    -webkit-text-fill-color: inherit;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 0 0;
    background-clip: border-box;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-small {
    min-width: auto;
    position: static;
  }

  .dropdown-small.w--open {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero__device {
    width: 100%;
  }

  .hero-animation {
    display: none;
  }

  .hero-animation-wrap {
    top: -24px;
    left: 0;
  }

  .hero-animation-2 {
    display: none;
  }

  .hero-animation-wrap-2 {
    left: 0;
  }

  .podcast-listen-wrap {
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
  }

  .podcast-listen-wrap.observatory {
    margin-top: 40px;
  }

  .nav-product-content {
    margin-left: 0;
  }

  .nav-product-content.nav {
    color: var(--bg-3);
    height: 50px;
    margin-top: 0;
    font-size: 14px;
  }

  .careers-image {
    width: 50%;
    min-width: auto;
  }

  .collaboration-content {
    width: 100%;
  }

  .nav-lottie {
    z-index: 2000;
    cursor: pointer;
    display: flex;
    position: relative;
  }

  .nav-lottie.new {
    float: right;
    display: block;
  }

  .menu-bg {
    display: block;
  }

  .capabilities-3d {
    width: 90%;
    position: static;
  }

  .capabilities-device {
    transform: ;
    width: 100%;
  }

  .sticky-wrap-mobile {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .capabilities-mobile {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 90px;
    display: flex;
  }

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

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

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

  .text-large-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .grid-sidebar {
    grid-template-columns: 2.3fr;
  }

  .section-3 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .subhead {
    font-size: 24px;
    line-height: 28px;
  }

  .section-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .container-width-small {
    max-width: 100%;
  }

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

  .video-image-wrapper {
    height: 100%;
    min-height: 300px;
  }

  .div-block-4, .div-block-5, .image-7 {
    display: none;
  }

  .div-block-8 {
    margin-top: 10px;
  }

  .image-11 {
    min-width: 750px;
    max-width: 150%;
    left: -171px;
  }

  .container-3.grid-container.gravity {
    margin-top: 200px;
  }

  .featured-articles-grid {
    grid-column-gap: 15px;
  }

  .featured-content-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature-article-wide {
    background-position: 50% 100%;
    min-height: 475px;
  }

  .magazine-sidebar-layout {
    grid-column-gap: 15px;
  }

  .article-meta {
    margin-bottom: 30px;
  }

  .featured-article-grid {
    grid-column-gap: 30px;
  }

  .featured-article-grid.articles-wide-grid {
    margin-bottom: 45px;
  }

  .article-grid-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .article-grid-item {
    grid-row-gap: 15px;
  }

  .featured-article-wide-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .featured-article-wide-title {
    padding-bottom: 80px;
  }

  .article-horizontal-grid {
    grid-column-gap: 15px;
  }

  .article-meta-2 {
    margin-bottom: 30px;
  }

  .featured-article-heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .product-left {
    flex-basis: auto;
  }

  .product-image {
    max-height: none;
    padding-right: 0;
  }

  .product-title-desktop {
    display: none;
  }

  .product-title-mobile {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .price-container {
    justify-content: center;
  }

  .product-details {
    margin-top: 10px;
  }

  .product-price.product-price-old {
    color: #526066;
  }

  .grid-4 {
    margin-top: 60px;
  }

  .divider-3.about-marketers-card {
    max-width: none;
  }

  .home-event-day.and {
    padding-left: 0;
  }

  .home-event-month {
    font-size: 15px;
  }

  .bg.about-marketers-03 {
    top: -104px;
    left: auto;
    right: -212px;
  }

  .bg.about-marketers-02 {
    margin-top: -74px;
    margin-right: -115px;
    top: 21px;
    right: 147px;
  }

  .bg.about-marketers-01 {
    margin-top: -256px;
    margin-left: 0;
    margin-right: 148px;
    right: 395px;
  }

  .bg.speakers-03 {
    top: -144px;
    right: -2px;
  }

  .bg.speakers-06 {
    bottom: -54px;
    right: 34px;
  }

  .bg.benefits-02 {
    right: -33px;
  }

  .bg.benefits-01 {
    left: -19px;
  }

  .bg.cta-5 {
    max-width: 15%;
    bottom: 141.5px;
    right: -34px;
  }

  .bg.cta-3 {
    max-width: 15%;
    top: 2px;
    left: 156px;
  }

  .bg.cta-4 {
    max-width: 10%;
    bottom: 380.5px;
    right: 52px;
  }

  .bg.cta-2 {
    max-width: 20%;
    top: 327px;
    left: 12px;
  }

  .bg.cta-6 {
    max-width: 15%;
    right: -27px;
  }

  .bg.cta-1 {
    max-width: 20%;
    top: -20px;
    left: -66px;
  }

  .split-content.about-marketers-left {
    margin-bottom: 40px;
  }

  .about-marketers-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .about-marketers-date-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .about-marketers-date-card {
    width: 40%;
    margin-top: 216px;
    position: static;
  }

  .about-marketers-date-card.white {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .speakers-section {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .schedule-page-tabs-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-home {
    background-position: 50% 8%;
  }

  .cta-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .speakers-content {
    text-align: center;
    align-items: center;
  }

  .integraition-pricing-logo {
    margin-top: -3px;
  }

  .nexus-logo {
    margin-top: 0;
  }

  .text-block-21.nav-short-description {
    display: inline-block;
  }

  .collection-item-6 {
    max-width: 200px;
  }

  .agenda-grid {
    margin-left: 70px;
    margin-right: 70px;
  }

  .paragraph-12 {
    padding-right: 0;
  }

  .launch-days {
    background-position: 50%;
  }

  .image-14 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .text-field {
    width: 60%;
  }

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

  .paragraph-20 {
    max-width: 50%;
  }

  .button-signup.new {
    font-size: .9em;
    font-weight: 600;
    line-height: 1.2em;
  }

  .champions-bottom {
    margin-top: -90px;
  }

  .champions-bottom-2 {
    margin-top: 72px;
  }

  .programs-grid {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-10 {
    margin-top: -41px;
  }

  .logo-block.top.left {
    border: 1px #000;
  }

  .feature-headings.margin-bottom-80 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-position: 0 0;
    flex-direction: column;
    display: flex;
  }

  .feature-headings.margin-bottom-80.cs.docs {
    max-width: none;
  }

  .grid-half-vertical.details.nobg.float.custom-forms.blue {
    background-position: 100% 60px;
    background-size: contain;
  }

  .grid-half-vertical.details.nobg.float.custom-forms.blue.builtin-forms {
    flex-direction: row;
    align-items: flex-start;
  }

  .grid-half-vertical.details.whitefadebg {
    justify-content: space-between;
  }

  .feature-pic-details {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 10px;
  }

  .feature-pic-details.float {
    margin-top: 70px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-pic-details.form {
    padding-left: 16px;
  }

  .quote {
    font-size: 1.5rem;
  }

  .quote.pic {
    margin-right: 10px;
  }

  .search-grid {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image {
    width: 100%;
    display: block;
  }

  .container-8 {
    max-width: 728px;
  }

  .heading-22 {
    max-width: 80%;
  }

  .blur {
    top: 0%;
  }

  .image-29 {
    width: 100%;
  }

  .text-span-8 {
    color: var(--primary-1);
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 2em;
    font-weight: 600;
  }

  .tag-text {
    order: -1;
  }

  .header-content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    order: 0;
    display: flex;
  }

  .button-demo.new {
    font-size: .9em;
    font-weight: 600;
    line-height: 1.2em;
  }

  .secondary-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary-button.software-bg.community.launch-days-button {
    justify-content: center;
  }

  .secondary-button.home.new.nav {
    margin-left: 24px;
  }

  .cs-hero-illustration {
    max-width: 100%;
  }

  .cs-main-header {
    font-size: 2.5rem;
  }

  .cs-hero-subtext {
    font-size: 1rem;
  }

  .cs-quote {
    width: 70%;
  }

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

  .platform-hero-section {
    padding-top: 50px;
  }

  .platform-feature-subtext.align-text-left {
    text-align: left;
  }

  .platform-section-platform.margin-bottom-160 {
    margin-bottom: 100px;
  }

  .integrate-stacks-element.integrate {
    padding: 16px;
  }

  .div-block-58.social-media {
    grid-template-columns: 1fr 1fr;
  }

  .ingrate-stacks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .image-109 {
    width: 100%;
    display: none;
  }

  .image-110.show {
    display: block;
  }

  .blog-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-section.margin-bottom-160 {
    margin-bottom: 100px;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    overflow: auto;
  }

  .faq-menu.mobile-view {
    display: none;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
    top: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-group-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-answer-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow-2 {
    z-index: 0;
    position: relative;
  }

  .faq-question-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrap {
    width: 75%;
  }

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

  .faq-images {
    min-width: 750px;
    max-width: 150%;
    left: -171px;
  }

  .div-block-60 {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-partners {
    min-width: 750px;
    max-width: 150%;
    left: -171px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

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

  .section.api {
    padding-top: 0;
  }

  .section.padding-80.padding-bottom-0 {
    background-image: linear-gradient(#f6f9fd, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.client-logos.margin-40 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section.call-to-action {
    height: auto;
  }

  .section.padding-0.move-down {
    bottom: 0;
  }

  .section.padding-0.footer-bar {
    flex-flow: column wrap;
    display: flex;
  }

  .section.padding-0-80 {
    padding-bottom: 60px;
  }

  .section.color-bg-3.collaboration-bg.community.conversations {
    background-image: linear-gradient(#f6f9fd, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.why-orbit-hero {
    height: 550px;
  }

  .section.orbit-model {
    height: 700px;
  }

  .section.integrations.padding-80.overflow-hidden.landing {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.integrations.padding-80.overflow-hidden.hero {
    background-image: url('../images/Tools-Index-Hero-1.svg'), linear-gradient(#000, #000);
    background-position: 75% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .section.integrations.padding-80.overflow-hidden.hero.webinar-hero {
    background-image: url('../images/Console-v1.1.webp'), linear-gradient(#000, #000);
    background-position: 65%, 0 0;
  }

  .section.integrations.padding-80.overflow-hidden.startup {
    background-image: linear-gradient(#170f39, #170f39), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .section.integrations.observatory {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-3d.padding-80 {
    padding-bottom: 60px;
  }

  .section.section-champions {
    padding-left: 0;
    padding-right: 0;
  }

  .section.feature {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.feature.margin-bottom-160.padding-bottom-0.platform {
    padding-top: 40px;
  }

  .container {
    margin-top: 56px;
  }

  .container._100bg {
    background-image: none;
  }

  .container.tools {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.launch-days-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.padding-bottom-80.padding-top-160 {
    background-image: linear-gradient(to top, #f5f4fe, #fff);
    border-bottom-style: none;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-top-80 {
    margin-top: 20px;
    padding-top: 40px;
  }

  .grid.client-logos.new {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-xl {
    font-size: 52px;
  }

  .heading-xl.vw {
    font-size: 48px;
  }

  .heading-xl.vw.new {
    font-size: 1.5em;
  }

  .heading-xl.vw.new.home {
    font-size: 2em;
  }

  .margin-top-24.text-primary-3-color {
    margin-top: 10px;
  }

  .margin-top-24.text-primary-3-color.text-white {
    margin-top: 87px;
    font-size: 36px;
  }

  .margin-top-80.blog.posts {
    display: none;
  }

  .grid-thirds.pricing.margin-top-80.grid-fourths {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-thirds.pricing.margin-top-80.grid-fourths.more-info {
    grid-template-columns: 1fr;
  }

  .grid-thirds.community-features, .grid-thirds.team {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.developer-resource, .grid-thirds.developer-resource.margin-top-56 {
    grid-template-columns: 1fr;
  }

  .text-small.text-white {
    display: block;
    overflow: visible;
  }

  .text-small.text-white.tooling {
    color: var(--bg-3);
    display: none;
  }

  .text-small.new {
    font-size: 1.1rem;
  }

  .text-small.new.feature {
    font-size: 3vw;
  }

  .text-small.new.feature.details {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.1rem;
  }

  .text-small.new.feature.details.quote {
    padding-left: 0;
  }

  .text-small.new.feature.details.quote.home {
    font-size: 1rem;
    font-weight: 600;
  }

  .text-small.new.feature.details.special {
    max-width: 100%;
  }

  .text-small.new.home {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .text-primary-color.margin-top-24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

  .text-large.text-white.tooling {
    color: var(--white);
  }

  .text-large.text-white.margin-top-32.text-center.padding-right-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-large.pricing {
    font-size: 12px;
  }

  .text-large.new {
    font-size: 1.6rem;
    line-height: 1.3em;
  }

  .text-large.new.feature {
    font-size: 1.1rem;
  }

  .button-outline-gradient.software-bg.community.launch-days-button {
    justify-content: center;
  }

  .button-outline-gradient.home.new.nav {
    height: 40px;
    margin-left: 24px;
  }

  .grid-half.home-hero.community-camp, .grid-half.blog-posts, .grid-half.integrations {
    grid-template-columns: 1fr;
  }

  .grid-half.integrations-cms {
    top: 0;
  }

  .grid-half.integrations.landing.top {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .grid-half.blog-data {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-half.integrations-items {
    grid-template-columns: 1fr;
  }

  .grid-half.integrations-items.ints, .grid-half.integrations-items.ints.details, .grid-half.integrations-items.ints.details:active {
    grid-template-columns: 1fr 1fr;
  }

  .grid-half.grid-column, .grid-half.grid-column.upcoming, .grid-half.feature {
    grid-template-columns: 1fr;
  }

  .grid-half.feature.no-border {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-half.feature.no-border.special {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    background-image: url('../images/arrowsV.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }

  .grid-half.feature.no-border.home.thirds {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-self: center;
    display: flex;
  }

  .grid-half.feature.bluebg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid-half._3-items {
    grid-template-columns: 1fr;
  }

  .nav {
    height: 60px;
  }

  .nav.new.bar {
    background-color: #fff;
    top: 0;
  }

  .nav-logo {
    height: 28px;
  }

  .top-bar {
    height: auto;
    display: none;
  }

  .text-white.startup-banner {
    background-position: 50% 0;
  }

  .text-white.cat-badge.text-small {
    display: inline;
  }

  .top-bar-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .grid-column.home-hero-left.margin-top-24 {
    margin-top: 24px;
  }

  .grid-column.home-hero-left.sxsw-title {
    margin-top: 60px;
  }

  .column-small {
    max-width: 70%;
  }

  .column-small.article {
    margin-top: 60px;
  }

  ._3d-wrap {
    width: 100%;
  }

  .client-logos-wrap.new {
    overflow: hidden;
  }

  .client-logos-wrap.new.home {
    max-width: 95%;
    margin-top: 56px;
  }

  .client-logo {
    max-height: 35px;
  }

  .client-logo.text {
    min-width: 100px;
  }

  .column-medium.capabilities {
    margin-top: 40px;
  }

  .column-medium.mql-block {
    margin-right: 0;
  }

  .column-medium.home.top {
    width: auto;
  }

  .capabilities-img.first-item {
    width: 70%;
    height: 70%;
    top: 50%;
  }

  .capabilities-img.second-item, .capabilities-img.third-item {
    width: 70%;
    height: 70%;
  }

  .margin-left-16 {
    margin-left: 0;
    padding-right: 16px;
  }

  .overflow-hidden.margin-40 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-quarters.community-data {
    grid-template-columns: 1fr;
  }

  .grid-quarters.margin-top-80 {
    grid-template-columns: 1fr 1fr;
  }

  .community-card {
    width: 100%;
  }

  .community-card-photo {
    object-fit: cover;
    width: 100%;
  }

  .community-call-to-action {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.rethink {
    justify-content: center;
    width: 100%;
  }

  .button.rethink.close {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.filter.jetboost-filter-active {
    margin-top: 16px;
  }

  .button.filter.jetboost-filter-active.details {
    width: 100%;
  }

  .button.filter.jetboost-filter-active.jetboost-filter-all-rxmm {
    margin-top: 16px;
    margin-left: 16px;
  }

  .button.filter.jetboost-filter-active.jetboost-filter-all-rxmm.od {
    margin-left: 16px;
  }

  .button.filter.jetboost-filter-active.jetboost-filter-all-rxmm.od:active {
    margin-top: 16px;
    margin-left: 16px;
  }

  .button.filter.jetboost-filter-active.od, .button.filter.jetboost-filter-active.od:active, .button.filter.od {
    margin-top: 16px;
  }

  .button.filter.jetboost-filter-all-rxmm.od {
    margin-left: 16px;
  }

  .button.rectag {
    margin-top: 75px;
    top: -485px;
    left: auto;
  }

  .input.checkbox-label {
    max-width: 450px;
  }

  .input.small {
    margin-bottom: 40px;
  }

  .column-xs.stay-in-the-loop.gravity {
    margin-top: 12px;
  }

  .proof-card.new.home.quotation {
    margin-top: 40px;
  }

  .proof-photo {
    top: -10%;
  }

  .pricing-card.second-card.new-pricing.recommended {
    top: -10px;
  }

  .text-center.champs-subhead-small {
    max-width: 100%;
  }

  .pricing-row.new-pricing-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 2.5fr .5fr .5fr .5fr;
  }

  .column-large.gravity {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-large.ints {
    margin-top: 20px;
  }

  .column-large.padding-right-60 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .number-block {
    height: auto;
    padding: 41px;
  }

  .software-review {
    margin-top: 40px;
  }

  .orbit-circle {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }

  .orbit-circle.new {
    width: 100px;
    height: 100px;
    display: none;
  }

  .blog-recent-wrap {
    padding: 0;
  }

  .blog-recent-content {
    padding: 40px;
  }

  .h2-small {
    font-size: 26px;
  }

  .blog-posts-card.knowledgebase, .blog-posts-card.pink-border, .blog-posts-card.blue-border {
    height: auto;
  }

  .html-embed.new {
    display: none;
    right: -35%;
  }

  .blog-rich-text ul {
    padding-left: 24px;
  }

  .why-work-here-card.over-image {
    padding: 40px;
  }

  .integrations-image {
    position: relative;
    left: auto;
  }

  .integrations-card {
    height: auto;
  }

  .nav-wrap {
    z-index: 500;
  }

  .nav-menu {
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .nav-menu.mobile {
    display: none;
  }

  .nav-link.top.new.nav, .nav-link.new.nav {
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .hero-animation, .hero-animation-2 {
    display: none;
  }

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

  .careers-image, .terms-wrap {
    width: 100%;
  }

  .menu-bg {
    z-index: 2400;
    background-color: var(--white);
    width: 100%;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .capabilities-3d {
    width: 100%;
  }

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

  .collection-list-2.grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-sidebar {
    grid-row-gap: 24px;
  }

  .content-intro {
    margin-bottom: 36px;
  }

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

  .card-horizontal-image {
    height: 200px;
  }

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

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

  .video-card-horizontal {
    grid-template-columns: 1fr;
  }

  .subhead {
    font-size: 20px;
    line-height: 24px;
  }

  .section-4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid-halves-vertical {
    grid-row-gap: 24px;
  }

  .video-image-wrapper {
    border-radius: 0;
    min-height: 222px;
  }

  .image-7 {
    display: block;
  }

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

  .image-9.tools {
    float: right;
    clear: left;
    max-width: 115%;
  }

  .form-block.gravity.nexus {
    width: 80%;
  }

  .form-block.report.startpage {
    width: 94%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-10 {
    border-radius: 10px;
    display: block;
    overflow: visible;
  }

  .image-10.tools {
    object-fit: fill;
    position: relative;
    overflow: visible;
  }

  .image-11 {
    display: none;
  }

  .div-block-12 {
    width: 100%;
  }

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

  .search {
    display: inline;
  }

  .featured-product.box {
    margin-top: 60px;
  }

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

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

  .featured-articles-grid {
    grid-template-columns: 1fr;
  }

  .featured-content-grid {
    grid-row-gap: 15px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .feature-article-wide {
    color: #fff;
    min-height: 400px;
  }

  .magazine-sidebar-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .article-meta {
    margin-bottom: 15px;
  }

  .featured-article-grid {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .article-title-link {
    margin-right: auto;
  }

  .article-title-link.issue {
    padding-left: 30px;
    padding-right: 30px;
  }

  .featured-article-title {
    margin-bottom: 20px;
  }

  .article-grid-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .featured-article-wide-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .article-horizontal-grid {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
  }

  .article-horizontal-grid.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-grid-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-grid-heading-container {
    text-align: left;
    flex: 1;
    width: auto;
    padding-left: 30px;
  }

  .product-grid-price-container {
    justify-content: flex-start;
  }

  .image-12.thia {
    max-width: 100%;
  }

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

  .heading-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8.footer.text {
    padding-left: 0;
    padding-right: 0;
  }

  .text-large-3.article-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-text h5 {
    color: #00002a;
    background-color: #8ed8f8;
    padding-top: 2px;
    padding-bottom: 4px;
    font-family: Soehne halbfett, sans-serif;
  }

  .article-text a {
    color: #8ed8f8;
  }

  .page-subheading.text-center {
    margin-bottom: 30px;
  }

  .article-meta-2 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .featured-article-heading-3 {
    margin-bottom: 15px;
  }

  .text-block-15.link {
    margin-right: 0;
  }

  .product-image {
    max-height: none;
    margin-bottom: 15px;
    padding-right: 0;
    display: none;
  }

  .product-right {
    margin-top: 40px;
  }

  .product-title-mobile {
    margin-top: 30px;
  }

  .price-container {
    justify-content: center;
  }

  .product-details {
    margin-top: 10px;
  }

  .product-price {
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-9.column-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary.hero-button {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer._2-buttons {
    width: 20px;
  }

  .home-event-day {
    font-size: 39px;
    line-height: 1.2em;
  }

  .home-event-day.and {
    align-self: center;
    padding-left: 0;
  }

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

  .home-event-date-wrapper {
    flex-direction: row;
    margin-bottom: 56px;
    margin-right: 20px;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 14px;
  }

  .home-event-month {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 15px;
    line-height: 1.2em;
  }

  .home-event-day-wrapper {
    display: flex;
  }

  .title.speaker-name {
    max-width: 350px;
    font-size: 29px;
  }

  .bg.about-marketers-03 {
    max-width: 60%;
    top: -67px;
    right: -120px;
  }

  .bg.about-marketers-02 {
    max-width: 50%;
    top: 83px;
    right: 30px;
  }

  .bg.about-marketers-01 {
    max-width: 30%;
    top: 259px;
    right: 301px;
  }

  .bg.speakers-03 {
    max-width: 20%;
    top: -50px;
    right: 20px;
  }

  .bg.speakers-04 {
    max-width: 20%;
    top: 5px;
    right: -42px;
  }

  .bg.speakers-06 {
    max-width: 25%;
    bottom: 72px;
    right: -74px;
  }

  .bg.speakers-02 {
    max-width: 20%;
    bottom: 84px;
    left: -15px;
  }

  .bg.speakers-01 {
    max-width: 30%;
    top: -68px;
    left: -27px;
  }

  .bg.speakers-05 {
    max-width: 18%;
    bottom: 197px;
    right: -15px;
  }

  .bg.benefits-02 {
    max-width: 40%;
    right: -70px;
  }

  .bg.benefits-01 {
    max-width: 40%;
    left: -75px;
  }

  .bg.cta-5 {
    bottom: 112.5px;
    right: 2px;
  }

  .bg.cta-3 {
    left: 115px;
  }

  .bg.cta-4 {
    bottom: 308.5px;
    right: 27px;
  }

  .bg.cta-2 {
    top: 302px;
    left: -8px;
  }

  .bg.cta-6 {
    bottom: 1.5px;
    right: -24px;
  }

  .bg.cta-1 {
    top: -23px;
    left: -45px;
  }

  .about-marketers-date-text {
    max-width: none;
  }

  .about-marketers-date-card {
    margin-top: 242px;
  }

  .about-marketers-date-card.white {
    margin-top: 0;
  }

  .about-marketers-day {
    font-size: 66px;
  }

  .about-marketers-top {
    flex-direction: column;
  }

  .about-marketers-month {
    font-size: 19px;
  }

  .speakers-section {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.event {
    padding-bottom: 40px;
  }

  .schedule-tabs-content {
    margin-top: 40px;
  }

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

  .schedule-page-tabs {
    margin-top: 40px;
  }

  .hero-home {
    background-position: 50% 18%;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-wrapper.nexus {
    width: 100%;
    max-width: 600px;
  }

  .speaker-small-picture {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: auto;
  }

  .work-text.speaker {
    font-size: 20px;
  }

  .speakers-content {
    text-align: left;
    align-items: center;
  }

  .jetboost-filter-6k3g {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .jetboost-filter-6k3g.details, .jetboost-filter-6k3g.details:active {
    grid-template-columns: 1fr 1fr;
  }

  .column-4 {
    margin-top: 60px;
  }

  .link-block-6 {
    width: 100%;
  }

  .collection-item-6 {
    max-width: 200px;
    margin-top: 40px;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .media-card {
    height: auto;
  }

  .agenda-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    text-align: center;
  }

  .paragraph-20 {
    max-width: 80%;
  }

  .button-signup.new {
    font-size: .75em;
    font-weight: 600;
    line-height: 1.2em;
  }

  .image-19 {
    max-width: 140%;
    margin-left: -110px;
  }

  .form-block-3 {
    width: 100%;
  }

  .champions-bottom-2 {
    margin-top: -50px;
    padding-top: 80px;
  }

  .programs-grid {
    text-align: right;
    width: 90%;
  }

  .cell {
    text-align: center;
  }

  .programs-grid-h4, .paragraph-22, .paragraph-23, .paragraph-24 {
    text-align: left;
  }

  .feature-headings.margin-bottom-80 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-position: 0 6px;
  }

  .feature-headings.margin-bottom-80.cs {
    max-width: none;
  }

  .feature-details.special {
    margin-top: 16px;
    margin-left: 16px;
  }

  .grid-half-vertical.details.nobg.float {
    background-position: 100% 35%;
    background-size: contain;
  }

  .grid-half-vertical.details.nobg.float.api {
    background-position: 100% 35%;
    background-size: cover;
  }

  .grid-half-vertical.details.nobg.float.api.height-250 {
    background-position: 50% 25%;
    background-size: contain;
  }

  .grid-half-vertical.details.nobg.float.forms {
    background-position: 100% 35%;
    background-size: cover;
  }

  .grid-half-vertical.details.nobg.float.forms.height-250 {
    background-position: 50%;
  }

  .grid-half-vertical.details.nobg.float.custom-forms.blue {
    background-position: 100% 40px;
    background-size: cover;
    min-height: 120px;
  }

  .grid-half-vertical.details.nobg.float.custom-forms.blue.builtin-forms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    display: grid;
  }

  .grid-half-vertical.details.nobg.float.height-250 {
    background-position: 50%;
    align-items: flex-end;
    height: 250px;
    display: flex;
  }

  .grid-half-vertical.details.whitefadebg {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 518px;
    min-width: 518px;
    margin: 0 20px;
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .feature-pic-details {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .feature-pic-details.float {
    padding-left: 16px;
  }

  .feature-pic-details.form {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
  }

  .feature-bold.small {
    display: inline;
  }

  .quote.pic {
    margin-right: 10px;
  }

  .search-grid {
    text-align: right;
    width: 90%;
  }

  .search-try-it {
    display: none;
  }

  .feature-image.show {
    display: block;
  }

  .image-21 {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  .margin-bottom-6 {
    max-width: 70%;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-22 {
    max-width: 90%;
  }

  .paragraph-25.home {
    max-width: 80%;
  }

  .blur {
    top: 10%;
  }

  .section-cta-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .integration {
    text-align: center;
  }

  .home-illustration-element {
    display: none;
  }

  .section-12 {
    margin-top: 48px;
  }

  .link-action {
    font-size: 14px;
  }

  .link-secondary {
    font-size: 13px;
  }

  .margin-left-16-copy {
    margin-left: 0;
    padding-right: 16px;
  }

  .button-demo.new {
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2em;
  }

  .secondary-button.software-bg.community.launch-days-button {
    justify-content: center;
  }

  .secondary-button.home.new.nav {
    height: 40px;
    margin-left: 24px;
  }

  .sources {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .cs-main-header {
    font-size: 2rem;
  }

  .content-button {
    max-width: 100%;
  }

  .cs-quote {
    width: auto;
  }

  .cs-feature-subtext {
    font-size: 1rem;
  }

  .faeturedetails-subtet.overhaul-experience {
    width: 85%;
  }

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

  .platform-hero-section {
    padding-top: 30px;
  }

  .platform-feature-subtext {
    font-size: 1rem;
  }

  .div-block-58 {
    align-items: center;
    display: flex;
  }

  .div-block-58.social-media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ingrate-stacks {
    padding: 10px;
  }

  .image-102 {
    width: 24px;
  }

  .cs-cta-image {
    max-width: 60%;
  }

  .image-109.hide {
    display: none;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-answer-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-question-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .content-h1 {
    font-size: 55px;
  }

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

  .title-wrap {
    width: 100%;
  }

  .collab-image {
    width: 15%;
  }

  .faq-images {
    display: none;
  }

  .div-block-60 {
    background-image: linear-gradient(#191333, #191333), url('../images/PartnershipProgramArt02.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    min-height: 200px;
  }

  .image-partners {
    display: none;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  .section.how-it-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.api {
    padding-top: 0;
  }

  .section.client-logos {
    padding-bottom: 60px;
  }

  .section.client-logos.margin-40 {
    width: auto;
    padding-bottom: 0;
    position: relative;
  }

  .section.padding-0.move-down {
    bottom: 0;
  }

  .section.padding-0-80 {
    padding-bottom: 60px;
  }

  .section.solutions-cms {
    background-image: linear-gradient(#edf2f9 35%, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.solutions-cms.padding-80 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .69) 35%, rgba(249, 244, 253, .79)), linear-gradient(#edf2f9 35%, #fff);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .section.why-orbit-hero.padding-80, .section.orbit-model {
    height: 500px;
  }

  .section.orbit-model.omfix {
    height: 700px;
    padding-top: 60px;
  }

  .section.integrations.padding-80.overflow-hidden.landing {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-repeat: repeat;
    background-size: auto;
  }

  .section.integrations.padding-80.overflow-hidden.hero {
    background-image: url('../images/Tools-Index-Hero-1.svg'), linear-gradient(#000, #000);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .section.integrations.padding-80.overflow-hidden.hero.webinar-hero {
    background-image: url('../images/Console-v1.1.webp'), linear-gradient(#000, #000);
    background-position: 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

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

  .section.home-3d.padding-80 {
    padding-bottom: 60px;
  }

  .section.section-champions {
    padding-left: 0;
    padding-right: 0;
  }

  .section.feature {
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .section.feature.margin-bottom-160.padding-bottom-0.platform {
    padding-top: 100px;
  }

  .container {
    margin-top: 32px;
    padding-left: 16px;
  }

  .container.pos-relative.flex-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.omfix.startpage {
    padding-left: 0;
    padding-right: 0;
  }

  .container.tools {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.launch-days-container {
    align-items: start;
    justify-items: start;
    display: block;
  }

  .container.padding-bottom-80.padding-top-160 {
    background-image: linear-gradient(to top, #f5f4fe, #fff);
    align-items: center;
    padding-top: 20px;
    padding-bottom: 48px;
    overflow: auto;
  }

  .container.padding-top-80 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.padding-top-80.padding-bottom-160 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-top-80.platform-hero {
    margin-top: -30px;
    top: 100px;
  }

  .grid.client-logos {
    grid-template-columns: 1fr 1fr;
  }

  .grid.client-logos.new {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-xl {
    font-size: 30px;
  }

  .heading-xl.vw {
    font-size: 32px;
  }

  .heading-xl.vw.new {
    font-size: 1.2em;
  }

  .heading-xl.vw.new.home {
    font-size: 2.5rem;
  }

  .heading-xl.vw.new.platform-page {
    max-width: 70%;
  }

  .margin-top-24.text-primary-3-color {
    margin-top: 0;
    margin-left: -20px;
  }

  .margin-top-24.text-primary-3-color.text-white {
    color: #fa00e9;
    margin-top: 42px;
    font-size: 24px;
  }

  .grid-thirds.pricing.margin-top-80 {
    margin-top: 56px;
  }

  .grid-thirds.pricing.margin-top-80.grid-fourths, .grid-thirds.pricing.margin-top-80.grid-fourths.more-info {
    grid-template-columns: 1fr;
  }

  .grid-thirds.community-features {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.work-here {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.about {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.team {
    grid-template-columns: 1fr;
  }

  .text-small.text-white {
    font-size: 12px;
  }

  .text-small.margin-top-16.nexus {
    font-family: Avenir roman, sans-serif;
    font-size: 18px;
  }

  .text-small.new {
    font-family: Avenir roman, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-small.new.feature {
    font-size: 1rem;
  }

  .text-small.new.feature.details {
    padding-left: 0;
    font-family: Avenir roman, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-small.new.feature.details.quote {
    padding-left: 0;
  }

  .text-small.new.feature.details.quote.break {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
  }

  .text-small.new.feature.details.quote.text {
    margin-bottom: 0;
  }

  .text-small.new.home {
    font-size: 1.2rem;
  }

  .text-large.text-white, .text-large.text-white.tooling {
    display: none;
  }

  .text-large.text-white.startuppage {
    width: 100%;
    display: block;
  }

  .text-large.text-white.startuppage.programs-subhead {
    font-size: 19px;
  }

  .text-large.text-white.margin-top-32.text-center.padding-right-60 {
    display: block;
  }

  .text-large.pricing {
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
  }

  .text-large.new {
    font-size: 1.4rem;
    line-height: 1.2em;
  }

  .text-large.new.feature {
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }

  .text-xs.pricing-text.growth {
    white-space: normal;
    line-height: 1;
  }

  .button-outline.margin-top-40 {
    justify-content: center;
    width: 100%;
  }

  .button-outline.justify-center.stroke-white.champions-bottom-cta {
    width: 100%;
  }

  .icon-arrow.margin-left-8.home {
    width: auto;
    height: auto;
  }

  .button-outline-gradient {
    justify-content: center;
    max-width: none;
  }

  .button-outline-gradient.software-bg.community.launch-days-button {
    justify-content: center;
  }

  .button-outline-gradient.home.new {
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-weight: 600;
  }

  .button-gradient-mask {
    width: 100%;
  }

  .grid-half.home-hero.community-camp {
    min-height: 200px;
  }

  .grid-half.nav-products {
    grid-template-columns: 1fr;
  }

  .grid-half.integrations.tools.landing {
    grid-template-columns: 2.5fr;
  }

  .grid-half.integrations-items.ints, .grid-half.integrations-items.ints.details, .grid-half.integrations-items.ints.details:active, .grid-half.kb {
    grid-template-columns: 1fr;
  }

  .grid-half.feature {
    padding-left: 0;
  }

  .grid-half.feature.no-border.special {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    background-image: url('../images/arrowsV.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }

  .grid-half.feature.no-border.home.thirds {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    position: relative;
    overflow: scroll;
  }

  .grid-half.feature.bluebg {
    padding-left: 0;
  }

  .nav.new.bar {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .nav.no-bar {
    background-color: #fff;
  }

  .top-bar {
    display: none;
  }

  .text-white.margin-top-24 {
    width: 260px;
    font-size: 42px;
  }

  .text-white.margin-top-24.observatory {
    font-size: 38px;
  }

  .text-white.margin-top-24.other {
    display: block;
  }

  .text-white.startup-banner {
    min-height: 175px;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .top-bar-wrap {
    flex-flow: column;
  }

  .grid-column.home-hero-left.margin-top-24 {
    max-width: 270px;
  }

  .grid-column.api-docs-right {
    padding: 24px;
  }

  .column-small {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .column-small.text-white.margin-right-40, .column-small.margin-right-40 {
    margin-right: 0;
  }

  .column-small.tools {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-small.article {
    margin-top: 60px;
  }

  .client-logos-wrap.new.home {
    margin-top: 40px;
  }

  .tab-link {
    padding: 24px;
  }

  .tab-steps-image {
    width: 100%;
  }

  .column-medium.capabilities {
    align-items: stretch;
  }

  .column-medium.launch-days-logo-container {
    max-width: 100%;
    display: block;
  }

  .api-gradient-bg {
    height: 100%;
  }

  .margin-bottom-0.knowledgebase {
    margin-left: 0;
  }

  .margin-bottom-0.pricing {
    font-family: Avenir roman, sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }

  .testimonials-item-top {
    flex-wrap: wrap;
  }

  .testimonials-photo-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-outline-gradient-2, .button-outline-gradient-2.margin-top-40 {
    justify-content: center;
    width: 100%;
  }

  .overflow-hidden.margin-40 {
    position: static;
    overflow: hidden;
  }

  .grid-quarters.community-data {
    grid-template-columns: 1fr;
  }

  .grid-quarters.solutions-logos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters.margin-top-80 {
    grid-template-columns: 1fr;
  }

  .community-card {
    text-align: center;
  }

  .flex-center.normal.margin-top-64.kb {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-center-vertical {
    width: 100%;
  }

  .community-call-to-action {
    padding: 24px;
  }

  .community-call-to-action.banner {
    grid-template-columns: 2.25fr 1fr;
  }

  .button.form.margin-top-24.tools {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.filter.jetboost-filter-active.jetboost-filter-all-rxmm.od {
    margin-left: 16px;
  }

  .button.filter.other, .button.filter.other.jetboost-filter-active {
    margin-top: 16px;
  }

  .button.filter.od.jetboost-filter-active:active {
    display: flex;
  }

  .button.filter.jetboost-filter-all-rxmm.od {
    margin-left: 16px;
  }

  .button.rectag {
    margin-top: 61px;
    display: block;
    top: -570px;
    left: auto;
  }

  .input.checkbox-label {
    max-width: 250px;
    margin-top: 20px;
    display: flex;
  }

  .input.small {
    margin-bottom: 40px;
  }

  .column-xs.stay-in-the-loop.gravity {
    margin-top: 0;
  }

  .grid-fifths.api {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-fifths.api.margin-top-80 {
    display: none;
  }

  .grid-fifths.footer {
    grid-template-columns: 1fr;
  }

  .proof-card {
    padding: 56px 24px 24px;
  }

  .proof-card.new.home.quotation {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .proof-photo {
    width: 80px;
    height: 80px;
    top: -6%;
  }

  .collaboration-card, .pricing-card {
    padding: 24px;
  }

  .pricing-card.second-card.new-pricing.recommended {
    margin-top: 4px;
  }

  .text-center.champs-subhead-small {
    max-width: 100%;
  }

  .pricing-row {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-row.new-pricing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 2.5fr .5fr .5fr .5fr;
  }

  .pricing-row-wrap {
    border-top-style: none;
  }

  .button-gradient, .column-large.align-center.text-center.fix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-large.gravity {
    display: none;
  }

  .number-block {
    height: auto;
  }

  .button-gradient-2-mask {
    width: 100%;
  }

  .orbit-circle {
    bottom: -60px;
  }

  .orbit-circle.new {
    display: block;
    position: static;
    top: 75px;
    bottom: 0;
    left: 10%;
    overflow: hidden;
  }

  .blog-subscribe-wrap {
    margin-top: 12px;
  }

  .blog-recent-wrap {
    padding: 0;
  }

  .blog-recent-content {
    padding: 24px;
  }

  .blog-posts-card {
    height: 300px;
    padding: 24px;
  }

  .blog-posts-card.knowledgebase.small {
    height: auto;
  }

  .html-embed.new {
    right: -100%;
  }

  .why-work-here-card.over-image {
    padding: 24px;
    bottom: 32px;
  }

  .integrations-image {
    position: relative;
    left: auto;
  }

  .integrations-card {
    padding: 24px;
  }

  .nav-menu {
    display: none;
  }

  .dropdown-list.w--open {
    width: 86%;
  }

  .dropdown-small.w--open {
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px;
  }

  .hero__device {
    min-width: auto;
  }

  .hero__device:hover {
    transform: rotate(0)scale(1.1)translate(-8%);
  }

  .hero-animation, .hero-animation-2 {
    display: none;
  }

  .investors-logo {
    margin-bottom: 20px;
  }

  .podcast-listen {
    padding: 24px;
  }

  .faq-question {
    text-align: left;
  }

  .faq-arrow {
    margin-left: 20px;
  }

  .faq-wrap {
    padding: 24px;
  }

  .feature-description {
    display: none;
  }

  .feature-description.new-pricing {
    display: inline;
  }

  .integrations-data {
    width: 100%;
  }

  .testimonials-data {
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .capabilities-device {
    min-width: auto;
    padding: 3px 6px 3px 3px;
  }

  .load-more-button {
    justify-content: center;
    width: 100%;
  }

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

  .collection-list-2.grid-thirds {
    grid-template-columns: 1fr;
  }

  .video-tab-menu {
    display: flex;
  }

  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .collaboration-card-2 {
    padding: 24px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .rounded.img {
    height: 100%;
  }

  .card-body {
    padding: 24px;
  }

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

  .video-image-wrapper {
    min-height: 180px;
  }

  .dropdown-2 {
    display: block;
  }

  .image-9.tools {
    float: none;
    clear: none;
    max-width: 100%;
    display: none;
  }

  .form-block.gravity.nexus {
    width: 80%;
    max-width: 300px;
  }

  .form-block.report.startpage {
    width: 90%;
  }

  .image-10 {
    border-radius: 10px;
    display: block;
  }

  .image-10.tools {
    border-radius: 0;
  }

  .text-block-11.text-xl.nexus {
    font-family: Avenirnextltpro, sans-serif;
  }

  .checkbox-field {
    display: block;
  }

  .image-11 {
    right: -50px;
  }

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

  .stuck {
    margin-left: 0;
  }

  .featured-product {
    padding: 15px;
  }

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

  .container-3, .container-3.fullwidth-child {
    margin-top: 30px;
  }

  .container-3.fullwidth-child.article {
    max-width: 100%;
  }

  .container-3.grid-container {
    margin-top: 30px;
  }

  .container-3.grid-container.gravity {
    margin-top: 180px;
  }

  .featured-articles-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .featured-articles-grid.article {
    grid-template-columns: 1fr;
  }

  .featured-content-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .feature-article-wide {
    background-position: 50%;
    background-size: cover;
    min-height: auto;
  }

  .magazine-sidebar-layout {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .article-title-link.issue {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .article-image-link.article-grid-image-link {
    flex: none;
  }

  .article-grid-heading {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .article-grid-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .featured-article-wide-heading {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .featured-article-wide-title {
    padding: 40px 10px 120px;
  }

  .article-horizontal-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .article-horizontal-grid.footer {
    grid-template-columns: 1fr;
  }

  .product-grid-heading-container {
    padding-left: 15px;
  }

  .product-grid-heading-container.box {
    padding-left: 0;
  }

  .product-grid-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .image-12.issues {
    margin-top: 90px;
  }

  .container-4 {
    margin-top: 0;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-6.title {
    margin-right: 0;
    display: block;
  }

  .link-3 {
    display: block;
  }

  .text-block-13.top {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .div-block-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-large-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-large-3.article-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-text blockquote {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .featured-article-heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-title-mobile {
    margin-bottom: 20px;
  }

  .product-details {
    margin-top: 0;
  }

  .product-price {
    font-size: 20px;
  }

  .grid-4 {
    align-self: flex-end;
    margin-top: 0;
  }

  .div-block-24 {
    margin-top: 40px;
  }

  .button-primary {
    display: block;
  }

  .button-primary.hero-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer._2-buttons {
    height: 30px;
  }

  .home-event-day {
    font-family: Avenir roman, sans-serif;
    font-size: 42px;
    font-weight: 400;
  }

  .home-event-date-wrapper {
    align-self: center;
    margin-bottom: 28px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary {
    display: block;
  }

  .button-secondary.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-event-month {
    padding-top: 0;
    font-family: Avenir roman, sans-serif;
    font-weight: 400;
  }

  .title.hero {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .title.hero.launch-days-hero {
    margin-top: 40px;
  }

  .title.speaker-name {
    font-size: 23px;
  }

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

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

  .bg.about-marketers-03 {
    max-width: 80%;
    top: -29px;
  }

  .bg.about-marketers-02 {
    max-width: 60%;
    top: 183px;
    right: -48px;
  }

  .bg.about-marketers-01 {
    max-width: 60%;
    top: 352px;
    right: 178px;
  }

  .bg.speakers-03 {
    max-width: 30%;
    top: -57px;
    right: -17px;
  }

  .bg.speakers-04 {
    max-width: 30%;
    top: -15px;
    right: -49px;
  }

  .bg.speakers-06 {
    max-width: 30%;
    bottom: 210px;
    right: -54px;
  }

  .bg.speakers-02 {
    max-width: 35%;
    bottom: -41px;
  }

  .bg.speakers-01 {
    max-width: 45%;
    top: -64px;
    left: -20px;
  }

  .bg.speakers-05 {
    max-width: 25%;
    bottom: 267px;
    right: 22px;
  }

  .bg.benefits-02 {
    max-width: 80%;
    bottom: 52px;
    right: -87px;
  }

  .bg.benefits-01 {
    max-width: 80%;
    top: -35px;
  }

  .bg.cta-5 {
    bottom: 155.5px;
  }

  .bg.cta-3 {
    top: 84px;
    left: -1px;
  }

  .bg.cta-4 {
    bottom: 320.5px;
    right: 9px;
  }

  .bg.cta-2 {
    top: auto;
    bottom: 22px;
    left: 20px;
  }

  .bg.cta-6 {
    bottom: -18.5px;
  }

  .bg.cta-1 {
    top: -7px;
    left: -26px;
  }

  .about-marketers-date-card {
    width: 60%;
    min-width: auto;
    margin-top: 247px;
    position: static;
  }

  .about-marketers-date-card.white {
    width: 60%;
    margin-top: 0;
  }

  .about-marketers-date-card.white.orbit-launch-days-date {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-marketers-day {
    font-size: 52px;
  }

  .about-marketers-day._2 {
    margin-bottom: 10px;
  }

  .about-marketers-month {
    font-size: 18px;
  }

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

  .vc-flex {
    align-items: stretch;
  }

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

  .benefits-content-wrapper {
    padding: 30px 20px;
  }

  .card {
    padding: 40px 20px;
  }

  .card.benefits {
    flex-direction: column;
  }

  .card.event {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.event.webinar-agenda-card {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .schedule-tab-link {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-home {
    background-position: 50% 5%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .cta-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-wrapper.nexus {
    width: 100%;
    max-width: 400px;
  }

  .speaker-small-picture {
    width: 100%;
    margin-left: auto;
  }

  .work-text.speaker {
    font-size: 18px;
  }

  .speakers-content {
    align-items: center;
  }

  .card-event-bottom.agenda {
    grid-template-columns: minmax(50px, 50px) minmax(100px, 100%);
  }

  .event-speaker-link.agenda {
    width: 50px;
    height: 50px;
  }

  .integraition-pricing-logo {
    margin-right: 5px;
  }

  .heading-13.launch-days-intro {
    padding-right: 0;
    font-size: 36px;
  }

  .jetboost-filter-6k3g, .jetboost-filter-6k3g.details, .jetboost-filter-6k3g.details:active {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr;
  }

  .collection-item-6 {
    margin-top: 40px;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .podcast-image {
    bottom: 140px;
    left: 135px;
  }

  .media-card {
    padding: 24px;
  }

  .heading-14.subtitle {
    font-size: 14px;
  }

  .agenda-grid, .grid-8 {
    grid-template-columns: 1fr;
  }

  .category-list {
    grid-row-gap: 0px;
    grid-template-columns: auto 1fr;
  }

  .gravity-dropdown-wrapper {
    margin-top: 0;
  }

  .gravity-dropdown-wrapper.article-dropdown-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .gravity-dropdown-wrapper.article-dropdown-wrapper.dropdown-margin-fix {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
  }

  .dropdown-toggle-2.dropdown-padding-fix {
    margin-left: 0;
    padding-left: 20px;
  }

  .html-embed-2 {
    margin-top: 29px;
  }

  .column-5, .column-left, .column-right {
    padding-left: 20px;
  }

  .text-field {
    width: 100%;
  }

  .heading-16 {
    text-indent: 0;
    font-size: 22px;
  }

  .grid-9 {
    display: flex;
  }

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

  .champs-grid-copy {
    padding-left: 25px;
    font-size: 14px;
  }

  .paragraph-17, .paragraph-18, .paragraph-19 {
    margin-bottom: 0;
  }

  .paragraph-20 {
    max-width: 100%;
  }

  .button-signup.new {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .text-dark.text-center {
    width: 100%;
  }

  .text-dark.text-center.champs-header {
    font-size: 42px;
  }

  .image-19 {
    max-width: 140%;
    margin-left: -55px;
  }

  .champs-subhead {
    font-size: 28px;
  }

  .champions-bottom {
    margin-top: -125px;
  }

  .champions-grid-item.text-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block-3, .div-block-40 {
    width: 90%;
  }

  .champions-bottom-2 {
    margin-top: 4px;
    padding-top: 41px;
  }

  .programs-grid {
    width: 100%;
  }

  .programs-grid-h3, .programs-grid-h4 {
    text-align: left;
  }

  .container-7 {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24 {
    text-align: left;
  }

  .half {
    max-width: 100%;
  }

  .feature-headings.margin-bottom-80 {
    margin-bottom: 20px;
  }

  .feature-headings.margin-bottom-80.cs {
    flex-direction: column;
  }

  .feature-headings.margin-bottom-80.cs.docs {
    align-items: flex-start;
  }

  .feature-details {
    margin-top: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-left: 16px;
  }

  .grid-half-vertical.details.nobg.float.custom-forms.blue.builtin-forms {
    grid-auto-flow: row;
  }

  .grid-half-vertical.details.whitefadebg {
    width: 0%;
    min-width: 260px;
    margin-left: 16px;
    margin-right: 4px;
  }

  .feature-pic-details {
    padding-top: 16px;
    padding-left: 16px;
  }

  .feature-pic-details.float, .feature-pic-details.form {
    padding-left: 16px;
  }

  .feature-pic-details.cs {
    padding: 16px;
  }

  .feature-bold {
    font-size: 1rem;
    display: inline;
  }

  .quote.pic {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .search-subhead {
    font-size: 28px;
  }

  .search-grid {
    width: 100%;
  }

  .feature-image {
    max-width: none;
    height: auto;
  }

  .mobile-image {
    align-self: auto;
    padding-left: 25px;
  }

  .circle {
    border-color: var(--bg-2);
  }

  .container-8 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .heading-22 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.2rem;
  }

  .paragraph-25 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }

  .paragraph-25.home {
    max-width: 80%;
  }

  .image-22 {
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-23.fade-in {
    max-width: 100%;
  }

  .cs-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .section-cta-content {
    height: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-cta-content.fade-in-200ms {
    height: auto;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .home-illustration-element {
    display: block;
  }

  .home--illustration {
    display: none;
    position: absolute;
    top: 38px;
  }

  .heading-25 {
    text-align: center;
  }

  .div-block-51 {
    flex-direction: row-reverse;
  }

  .section-12 {
    margin-bottom: auto;
    padding-bottom: 40px;
  }

  .image-29 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .image-div {
    background-repeat: no-repeat;
    background-size: contain;
    height: 170px;
  }

  .image-34 {
    display: none;
  }

  .image-36 {
    padding-left: 24px;
  }

  .text-span-5 {
    line-height: 1.1;
  }

  .form-6 {
    width: 100%;
  }

  .button-demo.new {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .secondary-button {
    justify-content: center;
    max-width: none;
  }

  .secondary-button.software-bg.community.launch-days-button {
    justify-content: center;
  }

  .secondary-button.home.new {
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-weight: 600;
  }

  .sources-supported {
    margin-top: -20px;
  }

  .sources {
    aspect-ratio: auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  .cs-main-header {
    text-align: center;
  }

  .faeturedetails-subtet.overhaul-experience {
    width: 100%;
  }

  .platform-grid {
    grid-column-gap: 48px;
    flex-direction: column;
    display: flex;
  }

  .platform-feature-subtext {
    font-size: .875rem;
  }

  .div-block-58 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-58.crm {
    flex-direction: row;
  }

  .div-block-58.social-media {
    grid-template-columns: 1fr 1fr;
  }

  .feature-heading-image, .image-102 {
    width: 24px;
  }

  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }

  .faq-group-row {
    padding-top: 0;
  }

  .faq-groups-wrapper {
    padding-top: .125rem;
    padding-left: .125rem;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .faq-paragraph {
    font-size: 1rem;
  }

  .question-title {
    flex: 1;
  }

  .faq-question-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .faq-header {
    font-size: 1.5rem;
  }

  .faq-subheader {
    width: auto;
    font-size: .875rem;
  }

  .collab-image {
    width: 25%;
    display: none;
  }

  .title-text {
    padding-top: 32px;
  }

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

  .bold-text-2 {
    font-size: 1rem;
  }

  .faq-images {
    right: -50px;
  }

  .div-block-60 {
    height: auto;
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .collab_image {
    aspect-ratio: auto;
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .image-partners {
    right: -50px;
  }
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706b7-26d5076c {
  align-self: start;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706b9-26d5076c {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706be-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706c0-26d5076c {
  align-self: start;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706c2-26d5076c {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706c7-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706c9-26d5076c {
  align-self: start;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706cb-26d5076c {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4691833e-8ba2-892b-1deb-9bd361d706d0-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e47b3cb4-972b-21c8-bab5-6c02386c09fd-26d5076c, #w-node-e47b3cb4-972b-21c8-bab5-6c02386c0a04-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-e47b3cb4-972b-21c8-bab5-6c02386c0a0b-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e47b3cb4-972b-21c8-bab5-6c02386c0a0c-26d5076c {
  align-self: start;
}

#w-node-_1791b193-74ff-527c-cdb8-2387461d83a4-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_1791b193-74ff-527c-cdb8-2387461d83ab-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1791b193-74ff-527c-cdb8-2387461d83b2-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_1791b193-74ff-527c-cdb8-2387461d83b3-26d5076c {
  align-self: start;
}

#w-node-d8d81157-417d-0ec0-2639-810ec6065133-26d5076c, #w-node-d8d81157-417d-0ec0-2639-810ec606513c-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-d8d81157-417d-0ec0-2639-810ec6065143-26d5076c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d8d81157-417d-0ec0-2639-810ec6065144-26d5076c {
  align-self: start;
}

#w-node-_877025a7-8df3-fa6a-df3e-a86f3959b4ca-b4b0e561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abef4b5f-87b6-5b58-5a1d-cb2fa0d3bb85-a0d3bb2a {
  justify-self: end;
}

#w-node-d64aa9e6-3fb4-ee62-8c95-155dae67597d-44d50792 {
  justify-self: auto;
}

#w-node-_60861282-c76a-5336-e408-a3935d1b4401-e1b2cef8 {
  justify-self: end;
}

#w-node-bab47b56-69b1-950a-44f1-cd90f244d770-e1b2cef8, #w-node-c4f1254f-ea08-8b52-7161-cbf910ea027e-e1b2cef8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d38faf4-2132-1de8-4e65-84deca4c32dc-e7fbfc33 {
  justify-self: end;
}

#w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-f2d507ab, #w-node-d64aa9e6-3fb4-ee62-8c95-155dae67597d-ebd507ad {
  justify-self: auto;
}

#w-node-d64aa9e6-3fb4-ee62-8c95-155dae675986-ebd507ad {
  align-self: center;
  justify-self: center;
}

#w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-f2d507af {
  justify-self: auto;
}

#w-node-_37e651e6-f692-6c32-777a-45ef0b00cedf-f2d507af {
  align-self: start;
}

#w-node-d64aa9e6-3fb4-ee62-8c95-155dae67597d-f2d507c4 {
  justify-self: auto;
}

#w-node-d64aa9e6-3fb4-ee62-8c95-155dae675986-f2d507c4 {
  align-self: center;
  justify-self: center;
}

#w-node-d64aa9e6-3fb4-ee62-8c95-155dae67597d-50d507c5 {
  justify-self: auto;
}

#w-node-_1ce1dbec-daea-24b9-681a-8e6c06a9092e-50d507c5 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-8ad507c6, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-e8d507c7, #w-node-_001a3dbe-5124-92f6-b4c1-f38de6f0adf1-e8d507c7, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-a0d507c8, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-bfd507c9, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-63d507ca, #w-node-_9a8927e7-0877-cb8c-6dec-a00565b0a054-63d507ca, #w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-5dd507cc, #w-node-_11a701f2-9241-cb1a-fe31-5e4a198d1884-5dd507cc, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-79d507cd, #w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-59d507ce, #w-node-_9c9bf9ab-09d8-2f62-aa0c-60da29b0026a-59d507ce {
  justify-self: auto;
}

#w-node-_5d533b3a-1dbb-7ae6-fb55-e40b1f25dacf-6bd507cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c21d93-4ed3-fc92-d2bf-c00bf3b31038-6bd507cf {
  align-self: start;
}

#w-node-e28c523c-ca79-3ed8-a5fc-bb3ab9f441f0-81d507e4, #w-node-_8a61b2d1-0275-2b64-5350-e3fb017bc3e8-81d507e4, #w-node-ee593fed-1f22-d0bf-edf8-fc53e86ae9f5-81d507e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c21d93-4ed3-fc92-d2bf-c00bf3b31038-81d507e4 {
  align-self: start;
}

#w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-f3d507f9 {
  justify-self: auto;
}

#w-node-_51ad605a-4780-19a2-0357-05bf301591a0-f3d507f9 {
  align-self: center;
  justify-self: center;
}

#w-node-_0b38b740-73b7-2352-8397-6bdeb875ea31-15d507fa, #w-node-fc512ac4-5d36-fb01-3ff8-fe41391ce059-15d507fa, #w-node-_5d0b0793-1f4a-8aa3-d7a6-6d4db6c7cb5d-15d507fa, #w-node-de55d2a2-fc27-f07b-57f4-e9ae7050fdee-15d507fa, #w-node-_2a9ce573-1c71-a2fe-6084-7789aff9d2de-15d507fa, #w-node-_2961243a-cc04-3c55-cbe1-da93a83ac82a-15d507fa, #w-node-caca9b48-bfe0-aa0e-364d-d12db15f6399-15d507fa, #w-node-_1f195779-ec90-4a31-d774-196adec9663f-15d507fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb02a971-ac93-7ec0-d4f4-0863d08decba-ddd507fc, #w-node-_9be56420-7048-5cb5-961f-5ef0093c5e4d-ddd507fc, #w-node-_2c8ac895-0337-7c22-9f8c-da9376321a17-ddd507fc {
  justify-self: start;
}

#w-node-_3221808e-cc3a-965c-3d32-1397c7c8c0f9-e9d50804 {
  justify-self: auto;
}

#w-node-fdc881a3-c164-976e-c7f5-b0932cfa66b6-e9d50804 {
  align-self: center;
  justify-self: auto;
}

#w-node-_61872c15-9fa5-b257-b49c-9d2b5a6266cb-c4d50807 {
  align-self: center;
  justify-self: center;
}

#w-node-_0c1e276d-1001-7fd6-3403-c121b73e4f8b-1ad50809 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9515bd7b-0779-4973-eabc-51fbdb23adbc-2ad5080a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8c979a0-8867-fbef-e01f-1016570e3a89-2ad5080a, #w-node-_51d680da-413b-3e25-44b9-1d8e6d80cfee-2ad5080a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ed8fb5-6153-b692-5da2-95f0a22eac2b-2ad5080a, #w-node-_22e5d00e-1e4e-d480-9fc0-01b48f58acfc-2ad5080a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a3d22780-5a5a-ec97-7c59-18a656171f00-2ad5080a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04dcc972-fd97-2356-295b-8fec4ea80e10-efd5080e {
  justify-self: auto;
}

#w-node-_04dcc972-fd97-2356-295b-8fec4ea80e19-efd5080e {
  align-self: center;
  justify-self: center;
}

#w-node-e4d45909-1df4-7193-e01c-0c171ed7fcf1-bed50826 {
  justify-self: auto;
}

#w-node-_96d71fdc-bf4d-1c57-c046-50af438e5433-55d5085a {
  align-self: start;
}

#w-node-befb8cfc-8084-b836-1623-8b8b04c554a6-fed5085b, #w-node-_2f899217-d664-1085-4c30-14cfc94c69e0-fed5085b, #w-node-_9374aad1-2276-0784-e335-5faa4fe3cec8-fed5085b, #w-node-_9374aad1-2276-0784-e335-5faa4fe3cec9-fed5085b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de48156-bace-c3dd-f7b4-1b30170fd543-14d5085d, #w-node-d9e86f73-0364-1e11-c5fc-5bd179dab5c6-14d5085d, #w-node-e98e5793-6b43-4068-529d-9ebf51f06a8d-14d5085d {
  align-self: start;
}

#w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-9fd50876 {
  justify-self: auto;
}

#w-node-_51ad605a-4780-19a2-0357-05bf301591a0-9fd50876 {
  align-self: center;
  justify-self: center;
}

#w-node-aea4daa6-2556-d2dd-57e5-384dc60528e4-9fd50876 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aea4daa6-2556-d2dd-57e5-384dc60528e6-9fd50876, #w-node-aea4daa6-2556-d2dd-57e5-384dc60528e8-9fd50876, #w-node-aea4daa6-2556-d2dd-57e5-384dc60528ec-9fd50876 {
  justify-self: center;
}

#w-node-_6db2da86-f52c-575c-81bb-d6b37d4bab9b-60d5088f, #w-node-_8f9d9880-f6e6-6db5-b5ea-cc5e52dabee1-60d5088f, #w-node-d5734580-fb84-e014-7f3f-4a468c95d16d-60d5088f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_981238f3-dff8-4e31-d09c-e1c63dd6a8c5-60d5088f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_981238f3-dff8-4e31-d09c-e1c63dd6a8d1-60d5088f, #w-node-_28c0dd67-acd2-429a-7f7d-34e647228170-60d5088f, #w-node-fe290a4a-6eaa-9068-ce31-29d0d0f55c48-60d5088f, #w-node-e69665ef-fa84-d88f-b4a0-6b408af4f698-60d5088f, #w-node-_4eaa250b-5158-8bdc-1551-6720ca94c232-6bd508a6, #w-node-_345576bb-a25e-2e53-015e-ec00f2ccdd13-6bd508a6, #w-node-_2235d76e-9b33-33a6-902f-0abf690f48ac-6bd508a6, #w-node-d4919875-17aa-696b-1204-e7260d5033ae-6bd508a6, #w-node-_98067ff4-e7a3-8c70-c355-556c4d4d7527-6bd508a6, #w-node-_9f2f563a-675c-a83e-d905-d76cac1f069f-6bd508a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f2f563a-675c-a83e-d905-d76cac1f06a1-6bd508a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-77d508a7 {
  justify-self: auto;
}

#w-node-ec3c3da2-4b9a-b141-ab9c-ccac1bceebdd-77d508a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-09d508bc, #w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-71d508bf, #w-node-_9c9bf9ab-09d8-2f62-aa0c-60da29b0026a-71d508bf, #w-node-d64aa9e6-3fb4-ee62-8c95-155dae67597d-bed508c1 {
  justify-self: auto;
}

#w-node-d64aa9e6-3fb4-ee62-8c95-155dae675986-bed508c1 {
  align-self: center;
  justify-self: center;
}

#w-node-_98abbef4-3d65-3793-bcb4-68398a9047c6-e4d508c2, #w-node-_98abbef4-3d65-3793-bcb4-68398a9047e4-e4d508c2, #w-node-_98abbef4-3d65-3793-bcb4-68398a904824-e4d508c2 {
  align-self: start;
}

#w-node-_98abbef4-3d65-3793-bcb4-68398a90485b-e4d508c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ca7-e4d508c2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7caa-e4d508c2 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cad-e4d508c2 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-a54e788f-ea35-f4fb-e4ca-88da8df97b70-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdc-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdf-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce1-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce3-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_992b1c86-709c-e62e-9678-38c2871a18e6-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_992b1c86-709c-e62e-9678-38c2871a18ed-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992b1c86-709c-e62e-9678-38c2871a18f0-e4d508c2, #w-node-_992b1c86-709c-e62e-9678-38c2871a18f2-e4d508c2, #w-node-_992b1c86-709c-e62e-9678-38c2871a18f4-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cec-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cf7-e4d508c2, #w-node-c8b4e2d7-31ef-ddc7-202e-9aa8796b41fd-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cf8-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfa-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfc-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d00-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d0d-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d10-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d12-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d14-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d39-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3c-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3e-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d42-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d49-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d50-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d53-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d55-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d57-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d60-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d67-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6a-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6c-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6d-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d71-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d7e-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d85-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d88-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8a-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8c-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d95-e4d508c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9c-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9f-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da1-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da3-e4d508c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_98abbef4-3d65-3793-bcb4-68398a9047c6-80d508c3, #w-node-_98abbef4-3d65-3793-bcb4-68398a9047e4-80d508c3, #w-node-_98abbef4-3d65-3793-bcb4-68398a904804-80d508c3, #w-node-_98abbef4-3d65-3793-bcb4-68398a904824-80d508c3 {
  align-self: start;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ca7-80d508c3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7caa-80d508c3 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cad-80d508c3 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cb0-80d508c3 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cb3-80d508c3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cb8-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cbf-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc2-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc4-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc5-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc8-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ccc-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cd5-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdc-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdf-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce1-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce3-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce5-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cec-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cf7-80d508c3, #w-node-c8b4e2d7-31ef-ddc7-202e-9aa8796b41fd-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cf8-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfa-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfc-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfe-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d00-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d0d-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d10-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d12-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d14-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d16-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d23-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d26-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d28-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d2a-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d2c-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d39-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3c-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3e-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d40-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d42-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d49-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d50-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d53-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d55-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d57-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d59-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d60-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d67-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6a-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6c-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6d-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d71-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d75-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d7e-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d85-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d88-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8a-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8c-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8e-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d95-80d508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9c-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9f-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da1-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da3-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da5-80d508c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-ecd508c6, #w-node-ab769950-eb8b-4a94-a339-70f0f9026b4e-d1d508c8, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8aa-8fd508cc, #w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-5fd508ce {
  justify-self: auto;
}

#w-node-_9c9bf9ab-09d8-2f62-aa0c-60da29b0026a-5fd508ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c8bcbc03-ec0b-d7e2-fc70-0eb31535e0d3-b642acc0 {
  justify-self: auto;
}

#w-node-_5cae606f-9756-391c-3f3b-ad8d07f3e678-b642acc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420f4cd2-a90e-d46a-c0a3-0cfa1f9976e1-b642acc0 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1f981fae-b01c-6632-6a42-a01c67f4339b-b642acc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede19dd2-be91-9fb0-46b7-16acc246d206-b642acc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fcad0462-ba92-2584-6d54-dba16698b323-b642acc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8af1ab38-cf31-5494-6977-a048569734cd-b642acc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6627fa80-dff2-ca23-a614-f2c891f28b59-b642acc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d57c42-d2ee-6abd-9b71-c30a585ce874-b642acc0, #w-node-_5e9adbc8-fec8-0043-26e4-faa57ae68bfe-b642acc0, #w-node-_2b31edc8-e553-8645-b172-40f80edb69b5-b642acc0 {
  grid-area: Area;
}

#w-node-_58138fce-c3a8-49e9-9094-38bfe7266700-4be63d5b, #w-node-_58138fce-c3a8-49e9-9094-38bfe7266705-4be63d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58138fce-c3a8-49e9-9094-38bfe726670d-4be63d5b, #w-node-_58138fce-c3a8-49e9-9094-38bfe7266714-4be63d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_73101e73-e2b8-5338-da9a-02b393f7555e-4be63d5b, #w-node-_73101e73-e2b8-5338-da9a-02b393f75565-4be63d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-bf824169-b767-ace9-2212-2d47861aa51e-4be63d5b, #w-node-bf824169-b767-ace9-2212-2d47861aa523-4be63d5b, #w-node-bf824169-b767-ace9-2212-2d47861aa524-4be63d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf824169-b767-ace9-2212-2d47861aa52c-4be63d5b, #w-node-bf824169-b767-ace9-2212-2d47861aa533-4be63d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-f9cc352d-a0a6-6b55-373a-3f7f389e1776-d00ebae2, #w-node-f9cc352d-a0a6-6b55-373a-3f7f389e1776-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_53e513e2-5427-952d-2c06-036615857815-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53e513e2-5427-952d-2c06-036615857816-beb1f12c, #w-node-_53e513e2-5427-952d-2c06-036615857817-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1836628-583d-00a7-5fc1-3ffd86262f1a-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1836628-583d-00a7-5fc1-3ffd86262f1b-beb1f12c, #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1d-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0679898-c2cd-1125-3a7a-1c924686da6e-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0679898-c2cd-1125-3a7a-1c924686da6f-beb1f12c, #w-node-e0679898-c2cd-1125-3a7a-1c924686da71-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0fe1df0-de42-e05c-f163-23365e77e754-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d0fe1df0-de42-e05c-f163-23365e77e755-beb1f12c, #w-node-d0fe1df0-de42-e05c-f163-23365e77e757-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_966704eb-6718-195f-042b-abff29f40581-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_966704eb-6718-195f-042b-abff29f40582-beb1f12c, #w-node-_966704eb-6718-195f-042b-abff29f40583-beb1f12c, #w-node-_3143f858-c4b3-6ba4-52cb-2367f867b5d6-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-beb1f12c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e333932f-3e62-17be-fc67-f9f5644ca74e-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb502c14-f697-26db-cdf1-dfa0333f5e93-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f87689a-9f99-da66-10ac-189a6be9c43e-beb1f12c, #w-node-_7a7c727b-23a8-2347-9b5e-fd53cc7111ab-beb1f12c, #w-node-_1e0626e6-abfd-6bd3-40b1-03b50743ab87-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1454b225-dfc4-8a48-a004-ed6c2079b26e-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1454b225-dfc4-8a48-a004-ed6c2079b26f-beb1f12c, #w-node-_1454b225-dfc4-8a48-a004-ed6c2079b272-beb1f12c, #w-node-e8069fbd-08ff-4dfc-6c0b-45cbfc3aefc8-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8347cc88-bd35-76f8-f807-d26efff006bd-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8347cc88-bd35-76f8-f807-d26efff006be-beb1f12c, #w-node-_8347cc88-bd35-76f8-f807-d26efff006c1-beb1f12c, #w-node-e56f7ef6-dd72-cf8f-2240-e578f1c391e8-beb1f12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdaf4f9c-06be-c83f-d9b3-156f11cd84ed-beb1f12c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fdaf4f9c-06be-c83f-d9b3-156f11cd84ee-beb1f12c, #w-node-fdaf4f9c-06be-c83f-d9b3-156f11cd84f1-beb1f12c, #w-node-_74be2338-954e-82ad-a44c-7e4cce78347f-608c22e0, #w-node-_92a40470-ad16-899d-4cf4-a5ebae717db9-608c22e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc9e015-01e9-c8ae-8ea0-493d5e5784ab-608c22e0, #w-node-b1883d30-0f98-dd4f-d6fd-acb77b474bce-608c22e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_933b98c8-a97d-293b-b2a8-5be51f006384-608c22e0, #w-node-_933b98c8-a97d-293b-b2a8-5be51f00638b-608c22e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-b3221f04-6bfa-3941-39b5-94a50070ae8d-608c22e0, #w-node-b3221f04-6bfa-3941-39b5-94a50070ae92-608c22e0, #w-node-_10f998fb-cbe6-ec02-e4ed-bf1ef332e38e-608c22e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3221f04-6bfa-3941-39b5-94a50070ae9a-608c22e0, #w-node-b3221f04-6bfa-3941-39b5-94a50070aea1-608c22e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-f9cc352d-a0a6-6b55-373a-3f7f389e1776-2861f81d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-2861f81d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e333932f-3e62-17be-fc67-f9f5644ca74e-2861f81d, #w-node-_1e0626e6-abfd-6bd3-40b1-03b50743ab87-2861f81d, #w-node-e8069fbd-08ff-4dfc-6c0b-45cbfc3aefc8-2861f81d, #w-node-e56f7ef6-dd72-cf8f-2240-e578f1c391e8-2861f81d, #w-node-_92a40470-ad16-899d-4cf4-a5ebae717db9-d42d8b23, #w-node-_9cc9e015-01e9-c8ae-8ea0-493d5e5784ab-d42d8b23, #w-node-b1883d30-0f98-dd4f-d6fd-acb77b474bce-d42d8b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78a02eac-b7da-c405-592d-7d3a8848369c-d42d8b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_933b98c8-a97d-293b-b2a8-5be51f006384-d42d8b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_933b98c8-a97d-293b-b2a8-5be51f00638b-d42d8b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_701b645f-cc01-6256-788f-051900b710f4-35b916b0 {
  align-self: start;
}

#w-node-_701b645f-cc01-6256-788f-051900b710f6-35b916b0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-c25d0d6a-4fdd-6ac2-de5a-d259eb35449c-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ee4a4e-fbbd-7869-f04f-fbe9b95350b6-35b916b0 {
  align-self: start;
}

#w-node-a0ee4a4e-fbbd-7869-f04f-fbe9b95350b8-35b916b0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-a0ee4a4e-fbbd-7869-f04f-fbe9b95350bd-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89aec1db-ef94-643a-d443-031c48c7fbfd-35b916b0 {
  align-self: start;
}

#w-node-_89aec1db-ef94-643a-d443-031c48c7fbff-35b916b0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_89aec1db-ef94-643a-d443-031c48c7fc04-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6ca7780-a559-71d2-b2e3-01d51090b7b5-35b916b0, #w-node-_039862ef-27f5-44f6-cabf-2f6822cc2f07-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_1018571f-465c-a571-91a6-553191a7cb1b-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f1aac824-2136-b6b5-6d08-89992fbb783c-35b916b0 {
  align-self: start;
}

#w-node-_0efe8540-eb69-008e-8dff-2bdbcae3009c-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_0efe8540-eb69-008e-8dff-2bdbcae300a3-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0efe8540-eb69-008e-8dff-2bdbcae300aa-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_4d58696c-7c67-dea2-beeb-e90eedeb4db6-35b916b0 {
  align-self: start;
}

#w-node-a2ea9e2b-1ab5-18d1-b536-caffca3c0d0e-35b916b0, #w-node-a2ea9e2b-1ab5-18d1-b536-caffca3c0d00-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-a2ea9e2b-1ab5-18d1-b536-caffca3c0d07-35b916b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a2ea9e2b-1ab5-18d1-b536-caffca3c0d0f-35b916b0 {
  align-self: start;
}

#w-node-_74be2338-954e-82ad-a44c-7e4cce78347f-8017927b, #w-node-_92a40470-ad16-899d-4cf4-a5ebae717db9-8017927b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc9e015-01e9-c8ae-8ea0-493d5e5784ab-8017927b, #w-node-b1883d30-0f98-dd4f-d6fd-acb77b474bce-8017927b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e30b5cc1-a0cc-3bce-fff9-831b60d26147-8017927b, #w-node-e30b5cc1-a0cc-3bce-fff9-831b60d2614c-8017927b, #w-node-e30b5cc1-a0cc-3bce-fff9-831b60d26154-8017927b, #w-node-e30b5cc1-a0cc-3bce-fff9-831b60d2615b-8017927b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daef35a7-4909-d2b8-42ef-1398448bd482-8017927b, #w-node-daef35a7-4909-d2b8-42ef-1398448bd489-8017927b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1f8309b3-178a-7096-866f-02c56ef67e70-dd34e7cb {
  align-self: center;
  justify-self: start;
}

#w-node-_5f27c883-d988-8d5e-0ac3-64689a9b6911-dd34e7cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945e089a-4b88-eb9b-dc65-6d87f5802c3c-dd34e7cb {
  align-self: start;
}

#w-node-f9cc352d-a0a6-6b55-373a-3f7f389e1776-64ff15ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a47-fab1ae90 {
  align-self: start;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a48-fab1ae90 {
  justify-self: auto;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a49-fab1ae90 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a4e-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a50-fab1ae90 {
  align-self: start;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a51-fab1ae90 {
  justify-self: auto;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a52-fab1ae90 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a57-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a59-fab1ae90 {
  align-self: start;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a5a-fab1ae90 {
  justify-self: auto;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a5b-fab1ae90 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-ec771d0d-8fa9-fe8f-d358-745424b66a60-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02943f15-e4fd-b378-bd7b-6918247cccd5-fab1ae90, #w-node-_02943f15-e4fd-b378-bd7b-6918247cccdc-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_02943f15-e4fd-b378-bd7b-6918247ccce3-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_02943f15-e4fd-b378-bd7b-6918247ccce4-fab1ae90 {
  align-self: start;
}

#w-node-c7ef686a-73e7-c23a-65b3-a07ae3678f9d-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-c7ef686a-73e7-c23a-65b3-a07ae3678fa4-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c7ef686a-73e7-c23a-65b3-a07ae3678fab-fab1ae90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-c7ef686a-73e7-c23a-65b3-a07ae3678fac-fab1ae90 {
  align-self: start;
}

#w-node-_03ee4f54-67fd-1db9-d8e8-5f1ad1eb97d4-9addb5ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84ae14eb-90b8-4585-8297-b51b8684a7bd-9addb5ff, #w-node-d662afa9-c1da-d8b6-6982-fd5d7fcdb118-9addb5ff, #w-node-fc1db1a0-8f34-da01-6311-b4bdc60a83c2-9addb5ff, #w-node-cc18dd0c-c546-e998-f9de-844c78844090-9addb5ff, #w-node-cc18dd0c-c546-e998-f9de-844c78844097-9addb5ff, #w-node-_8eb81e30-9a53-8927-722f-489532c2d1d8-9addb5ff, #w-node-_9a3cbe2c-7df5-e88a-3625-96716a262a02-9addb5ff, #w-node-_21b747a3-c6e0-4b1d-cb75-050404a6e515-9addb5ff, #w-node-_82f2b378-ba1a-91b5-1e36-619ec082c5e3-82196b8b, #w-node-_44325640-7cd9-0138-c510-f0b9e3318489-82196b8b, #w-node-_44325640-7cd9-0138-c510-f0b9e3318490-82196b8b, #w-node-fec731c6-f4a0-36a6-0031-dd626cb5fed9-82196b8b, #w-node-_9d49515f-a1c7-c3fb-1d72-a914548893b6-82196b8b, #w-node-_048c5749-1e49-affe-3c84-6eb510a00aed-82196b8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fca-82196b8b {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-_96504655-e4c7-2032-e064-a7d82bd02304-82196b8b, #w-node-_61b3dd74-7c05-b477-3c1d-7bfe86b1334c-82196b8b, #w-node-_16896c21-7b79-eb06-ef7d-fe9186028088-82196b8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0130c056-8426-a24f-2b41-a64ff1b79919-82196b8b {
  grid-column: span 2 / span 2;
}

#w-node-a67949be-ccb3-9fdf-3dea-f2c46f11cff9-82196b8b, #w-node-_15cbb428-c422-cb04-990e-8243ba86353a-82196b8b, #w-node-_95ca93cb-4a8d-7130-8471-7aa858db2724-82196b8b, #w-node-_5908be9b-5b6b-e73e-741e-029a359cea91-82196b8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f15d-82196b8b, #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f172-82196b8b, #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f16b-82196b8b, #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f164-82196b8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-e30fe989-bc52-1daf-6b39-3f0af39592dd-56176f7c {
  align-self: center;
  justify-self: start;
}

#w-node-e30fe989-bc52-1daf-6b39-3f0af39592e7-56176f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_624e18af-9de2-cc5e-07b9-a9b46dcad119-56176f7c {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-e47b3cb4-972b-21c8-bab5-6c02386c09fd-26d5076c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }

  #w-node-_98abbef4-3d65-3793-bcb4-68398a9047e4-e4d508c2 {
    align-self: start;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857815-beb1f12c, #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1a-beb1f12c, #w-node-e0679898-c2cd-1125-3a7a-1c924686da6e-beb1f12c, #w-node-d0fe1df0-de42-e05c-f163-23365e77e754-beb1f12c, #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-beb1f12c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e333932f-3e62-17be-fc67-f9f5644ca74e-beb1f12c, #w-node-_1e0626e6-abfd-6bd3-40b1-03b50743ab87-beb1f12c, #w-node-e8069fbd-08ff-4dfc-6c0b-45cbfc3aefc8-beb1f12c, #w-node-e56f7ef6-dd72-cf8f-2240-e578f1c391e8-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-2861f81d {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e333932f-3e62-17be-fc67-f9f5644ca74e-2861f81d, #w-node-_1e0626e6-abfd-6bd3-40b1-03b50743ab87-2861f81d, #w-node-e8069fbd-08ff-4dfc-6c0b-45cbfc3aefc8-2861f81d, #w-node-e56f7ef6-dd72-cf8f-2240-e578f1c391e8-2861f81d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6ca7780-a559-71d2-b2e3-01d51090b7b5-35b916b0, #w-node-_02943f15-e4fd-b378-bd7b-6918247cccd5-fab1ae90, #w-node-_84ae14eb-90b8-4585-8297-b51b8684a7bd-9addb5ff, #w-node-d662afa9-c1da-d8b6-6982-fd5d7fcdb118-9addb5ff, #w-node-cc18dd0c-c546-e998-f9de-844c78844090-9addb5ff, #w-node-cc18dd0c-c546-e998-f9de-844c78844097-9addb5ff, #w-node-_8eb81e30-9a53-8927-722f-489532c2d1d8-9addb5ff, #w-node-_9a3cbe2c-7df5-e88a-3625-96716a262a02-9addb5ff, #w-node-_21b747a3-c6e0-4b1d-cb75-050404a6e515-9addb5ff, #w-node-_82f2b378-ba1a-91b5-1e36-619ec082c5e3-82196b8b, #w-node-_44325640-7cd9-0138-c510-f0b9e3318489-82196b8b, #w-node-_44325640-7cd9-0138-c510-f0b9e3318490-82196b8b, #w-node-fec731c6-f4a0-36a6-0031-dd626cb5fed9-82196b8b, #w-node-_9d49515f-a1c7-c3fb-1d72-a914548893b6-82196b8b, #w-node-_048c5749-1e49-affe-3c84-6eb510a00aed-82196b8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }

  #w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fca-82196b8b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f15d-82196b8b, #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f172-82196b8b, #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f16b-82196b8b, #w-node-_460e16bd-d5a8-eb80-3100-4fda4c06f164-82196b8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d8d81157-417d-0ec0-2639-810ec6065134-26d5076c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6303684a-f4ab-37a3-f868-10e27779e8b7-f2d507ab {
    justify-self: end;
  }

  #w-node-_3849db2f-851c-86b7-b296-f5505077661c-6bd507cf, #w-node-_7194ea09-f63f-a55d-e8ae-b4871cff9aab-6bd507cf, #w-node-_263cfebc-09f3-0979-e2fa-7dfae8f9f086-6bd507cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_29c21d93-4ed3-fc92-d2bf-c00bf3b31038-6bd507cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_3849db2f-851c-86b7-b296-f5505077661c-81d507e4, #w-node-_7194ea09-f63f-a55d-e8ae-b4871cff9aab-81d507e4, #w-node-_263cfebc-09f3-0979-e2fa-7dfae8f9f086-81d507e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_29c21d93-4ed3-fc92-d2bf-c00bf3b31038-81d507e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_61872c15-9fa5-b257-b49c-9d2b5a6266cb-c4d50807 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b15ba30b-1a98-0203-1e9c-4ad245c48915-c4d50807 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_553202b7-ab6c-a299-1fda-23ab3a71571c-2ad5080a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_37ed8fb5-6153-b692-5da2-95f0a22eac2b-2ad5080a, #w-node-_22e5d00e-1e4e-d480-9fc0-01b48f58acfc-2ad5080a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-e4d45909-1df4-7193-e01c-0c171ed7fcf1-bed50826 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_9f2f563a-675c-a83e-d905-d76cac1f06a1-6bd508a6, #w-node-_6303684a-f4ab-37a3-f868-10e27779e8b7-09d508bc {
    justify-self: center;
  }

  #w-node-_98abbef4-3d65-3793-bcb4-68398a904824-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8f81c0e-b520-de27-e164-43a4d2bd5672-e4d508c2, #w-node-_1296522f-bc5c-a5c1-5377-a0655235a2ba-e4d508c2, #w-node-c8f81c0e-b520-de27-e164-43a4d2bd5672-80d508c3, #w-node-_1296522f-bc5c-a5c1-5377-a0655235a2ba-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6303684a-f4ab-37a3-f868-10e27779e8b7-8fd508cc {
    justify-self: end;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857815-beb1f12c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857816-beb1f12c, #w-node-_53e513e2-5427-952d-2c06-036615857817-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1a-beb1f12c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1b-beb1f12c, #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1d-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0679898-c2cd-1125-3a7a-1c924686da6e-beb1f12c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-e0679898-c2cd-1125-3a7a-1c924686da6f-beb1f12c, #w-node-e0679898-c2cd-1125-3a7a-1c924686da71-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0fe1df0-de42-e05c-f163-23365e77e754-beb1f12c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-d0fe1df0-de42-e05c-f163-23365e77e755-beb1f12c, #w-node-d0fe1df0-de42-e05c-f163-23365e77e757-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-beb1f12c, #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-2861f81d {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_78a02eac-b7da-c405-592d-7d3a88483697-d42d8b23, #w-node-_7078b64f-5811-c442-cfe0-619f1c07fb61-35b916b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f8309b3-178a-7096-866f-02c56ef67e70-dd34e7cb {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fca-82196b8b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0130c056-8426-a24f-2b41-a64ff1b79919-82196b8b {
    grid-column: span 2 / span 2;
  }

  #w-node-e30fe989-bc52-1daf-6b39-3f0af39592dd-56176f7c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abef4b5f-87b6-5b58-5a1d-cb2fa0d3bb85-a0d3bb2a, #w-node-_60861282-c76a-5336-e408-a3935d1b4401-e1b2cef8, #w-node-_8d38faf4-2132-1de8-4e65-84deca4c32dc-e7fbfc33, #w-node-_2c8ac895-0337-7c22-9f8c-da9376321a17-ddd507fc {
    justify-self: start;
  }

  #w-node-_98abbef4-3d65-3793-bcb4-68398a904824-e4d508c2 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf824169-b767-ace9-2212-2d47861aa524-4be63d5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857815-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857816-beb1f12c, #w-node-_53e513e2-5427-952d-2c06-036615857817-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1a-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1b-beb1f12c, #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1d-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0679898-c2cd-1125-3a7a-1c924686da6e-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0679898-c2cd-1125-3a7a-1c924686da6f-beb1f12c, #w-node-e0679898-c2cd-1125-3a7a-1c924686da71-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0fe1df0-de42-e05c-f163-23365e77e754-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0fe1df0-de42-e05c-f163-23365e77e755-beb1f12c, #w-node-d0fe1df0-de42-e05c-f163-23365e77e757-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10f998fb-cbe6-ec02-e4ed-bf1ef332e38e-608c22e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-2861f81d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0babea10-928c-ba62-28b4-65cb7242fbe6-d42d8b23 {
    justify-self: center;
  }

  #w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fca-82196b8b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fcb-82196b8b {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8d81157-417d-0ec0-2639-810ec6065133-26d5076c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }

  #w-node-bea8d6c2-229f-ce59-70e3-0baa85504f1a-50d507c5 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_98abbef4-3d65-3793-bcb4-68398a90485b-e4d508c2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ca7-e4d508c2 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7caa-e4d508c2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cad-e4d508c2 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdc-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdf-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce1-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce3-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_992b1c86-709c-e62e-9678-38c2871a18ed-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_992b1c86-709c-e62e-9678-38c2871a18f0-e4d508c2, #w-node-_992b1c86-709c-e62e-9678-38c2871a18f2-e4d508c2, #w-node-_992b1c86-709c-e62e-9678-38c2871a18f4-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cf7-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfa-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfc-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d00-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d0d-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d10-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d12-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d14-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d39-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3c-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3e-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d42-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d50-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d53-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d55-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d57-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d67-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6a-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6d-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d71-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d85-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d88-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8a-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8c-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9c-e4d508c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9f-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da1-e4d508c2, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da3-e4d508c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ca7-80d508c3 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7caa-80d508c3 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cad-80d508c3 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cb0-80d508c3 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cb3-80d508c3 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: center;
    justify-self: center;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cbf-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc2-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc5-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cc8-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ccc-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdc-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cdf-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce1-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce3-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7ce5-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cf7-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfa-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfc-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7cfe-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d00-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d0d-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d10-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d12-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d14-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d16-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d23-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d26-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d28-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d2a-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d2c-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d39-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3c-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d3e-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d40-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d42-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d50-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d53-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d55-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d57-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d59-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d67-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6a-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d6d-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d71-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d75-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d85-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d88-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8a-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8c-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d8e-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9c-80d508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7d9f-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da1-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da3-80d508c3, #w-node-c8ac0cdb-dec7-e2ed-88a4-d67daffe7da5-80d508c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bea8d6c2-229f-ce59-70e3-0baa85504f1a-d1d508c8 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857815-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53e513e2-5427-952d-2c06-036615857816-beb1f12c, #w-node-_53e513e2-5427-952d-2c06-036615857817-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1a-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1b-beb1f12c, #w-node-c1836628-583d-00a7-5fc1-3ffd86262f1d-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0679898-c2cd-1125-3a7a-1c924686da6e-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0679898-c2cd-1125-3a7a-1c924686da6f-beb1f12c, #w-node-e0679898-c2cd-1125-3a7a-1c924686da71-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0fe1df0-de42-e05c-f163-23365e77e754-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0fe1df0-de42-e05c-f163-23365e77e755-beb1f12c, #w-node-d0fe1df0-de42-e05c-f163-23365e77e757-beb1f12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb502c14-f697-26db-cdf1-dfa0333f5e93-beb1f12c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2e1e467e-37d4-b8dd-a1f3-84b28f3ba501-2861f81d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a2ea9e2b-1ab5-18d1-b536-caffca3c0d0e-35b916b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }

  #w-node-_1f8309b3-178a-7096-866f-02c56ef67e70-dd34e7cb {
    grid-row-start: 1;
  }

  #w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fca-82196b8b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_49c0b60d-8d7e-ad21-99e6-94ca0b252fcc-82196b8b, #w-node-_0182b2f6-ee27-7948-be45-5e03e76c488b-82196b8b {
    grid-column: span 2 / span 2;
  }

  #w-node-_11778bf3-4afe-07d2-9574-995da4618b86-82196b8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e30fe989-bc52-1daf-6b39-3f0af39592dd-56176f7c {
    grid-row-start: 1;
  }
}


@font-face {
  font-family: 'Soehne leicht';
  src: url('../fonts/soehne-leicht.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne leicht kursiv';
  src: url('../fonts/soehne-leicht-kursiv.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne kraftig';
  src: url('../fonts/soehne-kraftig.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne kraftig kursiv';
  src: url('../fonts/soehne-kraftig-kursiv.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne halbfett';
  src: url('../fonts/soehne-halbfett.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne halbfett kursiv';
  src: url('../fonts/soehne-halbfett-kursiv.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne fett';
  src: url('../fonts/soehne-fett.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne fett kursiv';
  src: url('../fonts/soehne-fett-kursiv.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne extraleicht kursiv';
  src: url('../fonts/soehne-extraleicht-kursiv.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne extraleicht';
  src: url('../fonts/soehne-extraleicht.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne extrafett';
  src: url('../fonts/soehne-extrafett.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne extrafett kursiv';
  src: url('../fonts/soehne-extrafett-kursiv.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne dreiviertelfett';
  src: url('../fonts/soehne-dreiviertelfett.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne dreiviertelfett kursiv';
  src: url('../fonts/soehne-dreiviertelfett-kursiv.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne buch kursiv';
  src: url('../fonts/soehne-buch-kursiv.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne buch';
  src: url('../fonts/soehne-buch.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir roman';
  src: url('../fonts/Avenir-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sneakers pro';
  src: url('../fonts/Sneakers-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne extrafettkursiv';
  src: url('../fonts/Söhne-ExtrafettKursiv.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne buch';
  src: url('../fonts/Söhne-Buch.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne buchkursiv';
  src: url('../fonts/Söhne-BuchKursiv.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne extrafett';
  src: url('../fonts/Söhne-Extrafett.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne dreiviertelfett';
  src: url('../fonts/Söhne-Dreiviertelfett.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne dreiviertelfettkursiv';
  src: url('../fonts/Söhne-DreiviertelfettKursiv.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne extraleichtkursiv';
  src: url('../fonts/Söhne-ExtraleichtKursiv.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne extraleicht';
  src: url('../fonts/Söhne-Extraleicht.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne fettkursiv';
  src: url('../fonts/Söhne-FettKursiv.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne halbfett';
  src: url('../fonts/Söhne-Halbfett.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne kräftig';
  src: url('../fonts/Söhne-Kräftig.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne kräftigkursiv';
  src: url('../fonts/Söhne-KräftigKursiv.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne fett';
  src: url('../fonts/Söhne-Fett.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne leicht';
  src: url('../fonts/Söhne-Leicht.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne leichtkursiv';
  src: url('../fonts/Söhne-LeichtKursiv.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne halbfettkursiv';
  src: url('../fonts/Söhne-HalbfettKursiv.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Lt Pro Demi';
  src: url('../fonts/Avenir-Next-LT-Pro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}