:root {
  --ocean: #5c6ae4;
  --sand: #f5f4f1;
  --sand900: #716f6b;
  --dark-ocean: #4350c0;
  --dark: white;
  --gold: #ffd771;
  --sienna: #b25e44;
}

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

body {
  color: #333;
  font-family: GT Walsheim Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: GT Walsheim Pro, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: GT Walsheim Pro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: GT Walsheim Pro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

a {
  text-decoration: none;
}

.old-navigation {
  z-index: 99;
  background-color: #28282840;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
}

.old-navigation.sand {
  background-color: #f5f4f140;
}

.nav-right {
  display: flex;
}

.old-button {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 4px 12px;
  font-family: GT Walsheim Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 4px 8px #00000014, 0 1px 1px #00000026;
}

.old-button:hover {
  opacity: 1;
  box-shadow: 0 6px 12px #00000026, 0 1px 1px #0000004d;
}

.old-button.blue {
  z-index: 10;
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: #5a5eb9;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s cubic-bezier(.287, .272, .111, .997);
  position: relative;
  box-shadow: 0 1px 1px #5a5eb93b;
}

.old-button.blue:hover {
  background-color: #474baa;
  box-shadow: 0 4px 12px #0000001a, 0 1px 1px #0006;
}

.old-button.right {
  margin-right: 0;
}

.old-nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.body {
  background-color: #f5f4f1;
  font-family: GT Walsheim Pro, sans-serif;
  font-weight: 500;
}

.jobs {
  display: none;
}

.hiring.dark {
  color: #000;
}

.old-intro {
  z-index: 0;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.intro-container {
  flex: 1;
  max-width: 560px;
  margin-left: 24px;
  margin-right: 24px;
  display: block;
  position: relative;
}

.fade-paragraph {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 40px;
}

.fade-paragraph.underline {
  position: relative;
}

.you-calendar {
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 160px 24px;
  position: relative;
  overflow: hidden;
}

.your-meetings {
  max-width: 1440px;
  margin: -160px auto;
  padding: 160px 24px;
  overflow: hidden;
}

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

.old-left, .old-right {
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.old-right.team, .old-right.individual {
  min-height: 720px;
  max-height: 800px;
}

.old-footer {
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: GT America Standard, sans-serif;
  font-weight: 500;
  display: flex;
}

.cta {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.cta-container {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 30%) 1fr;
  grid-auto-columns: 1fr;
  margin: 24px;
  display: grid;
}

.div-block-3 {
  z-index: 0;
  border: 2px solid var(--ocean);
  border-radius: 32px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
}

.div-block-3.white {
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-width: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
}

.sign-up-box {
  color: #fff;
  background-color: #398292;
  border-radius: 32px;
  flex-wrap: wrap;
  place-content: center;
  min-height: 320px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.old-heading-2 {
  z-index: 1;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 40px;
  position: relative;
}

.div-block-5 {
  z-index: 2;
  max-width: 460px;
  padding: 40px 0;
  position: relative;
}

.old-form-block {
  outline-offset: 0px;
  border: 0 solid #000;
  outline: 0 #fff0;
  width: 100%;
}

.text-field {
  color: #fff;
  background-color: #00000040;
  border: 2px solid #0000;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.text-field:focus {
  border-width: 2px;
  border-color: #8c98ff;
}

.text-field::placeholder {
  color: #ffffff80;
}

.old-form {
  margin-top: 24px;
  display: flex;
}

.submit-button {
  background-color: #00000080;
  border-radius: 12px;
  width: 88px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #000000bf;
}

.mission {
  display: block;
  overflow: hidden;
}

.old-container {
  justify-content: center;
  align-items: center;
  margin: 120px 24px 160px;
  display: flex;
}

._480 {
  text-align: center;
  max-width: 568px;
  font-size: 32px;
  line-height: 40px;
}

.div-block-7 {
  z-index: 0;
  align-items: center;
  position: absolute;
  top: -40px;
  left: -16%;
}

.old-heading-4 {
  margin-bottom: 9px;
  font-size: 32px;
  line-height: 40px;
}

.old-paragraph {
  font-family: GT America Standard, sans-serif;
}

.old-footer-left {
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.old-footer-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(24px, 24px) minmax(24px, 24px);
}

.social-link {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
  border-radius: 8px;
}

.social-link:active {
  border-radius: 8px;
}

.old-footer-container {
  flex: 1;
  max-width: 1280px;
  margin-top: 120px;
  margin-bottom: 48px;
  font-weight: 400;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-block {
  font-size: 200px;
  line-height: 200px;
  display: inline-block;
}

.div-block-13 {
  text-align: center;
}

.old-body-sand {
  background-color: var(--sand);
  color: #1b1d2a;
}

.team-illustration {
  z-index: 2;
  background-color: var(--ocean);
  border-radius: 32px;
  flex: 1;
  position: absolute;
  inset: 0;
}

.div-block-14 {
  z-index: 3;
  position: absolute;
  left: -32%;
  right: 8%;
}

.div-block-15 {
  z-index: 3;
  position: absolute;
  left: 12%;
  right: 12%;
}

.div-block-16 {
  position: absolute;
  bottom: -40%;
  left: 72%;
  right: -60%;
}

.individual-illustration {
  z-index: 2;
  background-color: var(--ocean);
  border-radius: 32px;
  flex: 1;
  position: absolute;
  inset: 0;
}

.div-block-17 {
  position: absolute;
  top: 110px;
  right: -180px;
}

.div-block-18 {
  position: absolute;
  bottom: 120px;
  left: -240px;
}

.div-block-19 {
  position: absolute;
  bottom: -56px;
  right: 30px;
}

.div-block-20 {
  text-align: center;
  max-width: 360px;
  font-size: 32px;
  line-height: 40px;
}

.div-block-20-copy {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 440px;
  font-size: 32px;
  line-height: 40px;
  display: flex;
}

.text-block-2 {
  background-image: linear-gradient(146deg, var(--ocean), #a14ece);
  color: var(--ocean);
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-2.alt {
  background-image: linear-gradient(219deg, #e45c5c, #a14ece);
}

.team-illustration-blur, .individual-illustration-blur {
  z-index: 1;
  border-radius: 32px;
  flex: 1;
  display: none;
  position: absolute;
  inset: -160px;
}

.image-9 {
  filter: blur(3px);
  width: 100%;
  height: 100%;
}

.image-10 {
  filter: blur(2px);
  width: 100%;
  height: 100%;
}

.div-block-21 {
  position: absolute;
  top: -210px;
  left: 15%;
  right: 65%;
}

.div-block-22 {
  position: absolute;
  top: -60px;
  left: 30px;
}

.div-block-23 {
  position: absolute;
  top: -80px;
  left: 140px;
}

.div-block-24 {
  position: absolute;
  top: -60px;
  left: 260px;
}

.div-block-25 {
  position: absolute;
  top: 0;
  right: -20px;
}

.div-block-26 {
  align-items: center;
  display: flex;
}

.div-block-27 {
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: -4px;
  display: flex;
  position: relative;
}

.div-block-27-copy {
  color: #fff;
  cursor: default;
  background-color: #995cbf;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.avatar-details {
  opacity: 1;
  background-color: #1e1f25e6;
  border-radius: 12px;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 176px;
  height: 196px;
  padding-top: 24px;
  display: flex;
  position: absolute;
  top: 32px;
  left: -74px;
  box-shadow: 0 4px 12px #0000001a;
}

.avatar-details.you, .avatar-details.deercember, .avatar-details.augustin, .avatar-details.febby, .avatar-details.junnie, .avatar-details.julie {
  display: none;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 100%;
  display: block;
}

.text-block-4.sub {
  color: #ffffff80;
}

.div-block-28 {
  background-color: #995cbf;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.hero-2 {
  height: auto;
  min-height: 70vh;
  margin-top: 64px;
}

.div-block-30 {
  background-color: #4c5dc1;
  border-radius: 32px;
  height: 100%;
  min-height: 70vh;
  max-height: 100%;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  color: #fff;
  text-align: center;
  max-width: 360px;
}

.div-block-32 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #d1d5ff;
  letter-spacing: 4px;
  margin-bottom: 8px;
  font-size: 12px;
}

.div-block-33 {
  margin-bottom: -120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -120px;
}

.text-block-3-copy {
  max-width: 570px;
  margin-bottom: 24px;
  display: inline-block;
}

.text-block-3-copy-copy {
  z-index: 1;
  max-width: 360px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.success-message {
  background-color: #0003;
  border-radius: 12px;
  margin-top: 16px;
}

.text-block-7 {
  font-size: 20px;
}

.error-message {
  text-align: center;
  background-color: #0003;
  border-radius: 12px;
}

.text-block-8 {
  width: 32px;
  height: 22px;
  font-size: 32px;
  line-height: 28px;
}

.text-span {
  display: inline-block;
}

.paragraph-3 {
  margin-bottom: auto;
  margin-right: 8px;
  display: inline;
}

.div-block-34 {
  display: inline;
  position: relative;
}

.lottie-animation-2 {
  width: 64px;
  display: inline;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
}

.lottie-animation-3 {
  position: absolute;
  bottom: -16px;
  left: -9px;
  right: -16px;
}

.div-block-35 {
  display: inline-block;
  position: relative;
}

.div-block-36 {
  margin-bottom: 24px;
  display: block;
  position: relative;
}

.lottie-animation-4 {
  width: 113px;
  display: inline;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: -5px;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-38 {
  margin-bottom: 48px;
  display: block;
  position: relative;
}

.lottie-animation-6 {
  width: 230px;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.paragraph-copy {
  max-width: 268px;
  font-family: GT America Standard, sans-serif;
}

.lottie-animation-7 {
  height: 32px;
  margin-right: 8px;
  display: inline-block;
}

.lottie-animation-7-copy {
  height: 32px;
  margin-left: 4px;
  display: inline-block;
  transform: rotate(180deg);
}

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

.earth {
  align-items: center;
  margin-left: 4px;
  display: flex;
  position: relative;
}

.earth-africa, .earth-america, .earth-asia {
  position: absolute;
}

.text-block-3-copy-copy-copy {
  z-index: 1;
  max-width: 360px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.legal-hero {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 248px;
  margin-top: 64px;
  display: flex;
  position: static;
  top: 64px;
}

.legal-title {
  margin-bottom: 16px;
}

.legal-subheading {
  flex: 0 auto;
  font-family: GT America Standard, sans-serif;
  font-weight: 300;
  position: static;
}

.legal-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(248px, 248px) 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 24px;
  font-family: GT America Standard, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: grid;
  position: relative;
}

.legal-sidebar {
  flex: 1;
  max-width: 268px;
  position: static;
  top: 64px;
}

.legal-sidebar.sticky {
  position: sticky;
  top: 64px;
}

.legal-primary-content {
  flex: 1;
}

.div-block-41 {
  color: #1b1e2a;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-42 {
  border-radius: 8px;
  position: absolute;
  inset: 0;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.letter-list-item {
  margin-bottom: 8px;
  list-style-type: lower-alpha;
}

.text-block-12 {
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.table-of-conents-heading {
  color: #716f6b;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.legal-h2, .legal-h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.legal-h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 300;
}

.list-2 {
  margin-bottom: 24px;
  list-style-type: decimal;
}

.legal-subsection {
  margin-bottom: 24px;
}

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

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

.link {
  color: #1b1e2a;
}

.list-3 {
  list-style-type: lower-roman;
}

.list-4 {
  list-style-type: lower-alpha;
}

.roman-numerals {
  margin-bottom: 4px;
  list-style-type: lower-roman;
}

.div-block-43 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 8px;
  font-weight: 400;
  display: grid;
}

.old-footer-link {
  color: #8b8c96;
  font-family: GT America Standard, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s ease-out;
}

.old-footer-link:hover {
  color: #1b1e2a;
}

.link-2 {
  color: #fff;
  background-color: #00000080;
  border-radius: 8px;
  margin-top: 8px;
  padding: 4px 12px;
  text-decoration: none;
  display: inline-block;
}

.docs {
  justify-content: center;
  margin-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: GT America Standard, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.docs-sidebar {
  flex: 1;
  max-width: 212px;
  margin-right: 24px;
  padding-top: 24px;
  position: relative;
}

.docs-content {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.text-block-14 {
  color: var(--sand900);
  letter-spacing: 1px;
  font-family: GT America Standard, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.div-block-44 {
  color: #716f6b;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 4px 8px;
  transition: all .1s;
  display: flex;
}

.div-block-44:hover {
  color: #232425;
  background-color: #e4e2de;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: flex;
}

.div-block-46 {
  padding-left: 8px;
}

.div-block-47 {
  margin-bottom: 24px;
  position: sticky;
  top: 90px;
}

.div-block-48 {
  margin-top: 24px;
  display: flex;
}

.div-block-49 {
  flex: 0 auto;
  width: 25%;
  padding-top: 24px;
}

.div-block-50 {
  flex: 1;
}

.text-block-15 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

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

.navigation {
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-image: url('../images/Transparent-Texture.webp');
  background-position: 0 0;
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.body-sand {
  background-color: #f5f4f1;
  background-image: url('../images/Sand-Texture.webp');
  background-position: 0 0;
  background-attachment: scroll;
  font-family: GT America Standard, sans-serif;
  font-weight: 400;
}

.hero {
  justify-content: center;
  padding: 128px 16px 0;
  display: block;
}

.superpowered-meetings {
  perspective: 2000px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 96px;
  padding-top: 0;
  padding-bottom: 48px;
  display: flex;
}

.meetings-upgraded, .feeling-ready {
  flex-wrap: wrap;
  justify-content: center;
  padding: 48px 16px;
  display: block;
}

.all-in-a-calendar {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #351caf, #f5f4f100 80%);
  flex-wrap: wrap;
  justify-content: center;
  padding: 48px 16px 0;
  display: block;
  position: relative;
  overflow: visible;
}

.footer {
  justify-content: center;
  padding: 96px 16px 0;
  display: flex;
}

.heading {
  z-index: 3;
  margin-bottom: 0;
  font-family: GT Walsheim, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  position: relative;
}

.heading.first {
  z-index: 1;
}

.hero-heading-text {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  max-width: 400px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph.superpowered {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.superpowered-copy {
  max-width: 480px;
  margin-left: 0;
  margin-right: auto;
}

.hero-subtext {
  color: #7366fe;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subsection-heading-container {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subsection-heading-container.left {
  text-align: left;
  justify-content: flex-start;
  max-width: 640px;
  margin-left: 0;
}

.subsection-heading-container.meetings {
  perspective: 2000px;
}

.sub-heading {
  z-index: 2;
  text-align: center;
  margin-bottom: 24px;
  font-family: GT Walsheim, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  position: relative;
}

.sub-heading.left {
  z-index: 1;
  text-align: left;
  position: relative;
}

.sub-heading.stacked {
  margin-top: 0;
  margin-bottom: 0;
}

.meetings-upgraded-container {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.upgrades-2 {
  color: #fff;
  background-color: #817da6;
  background-image: url('../images/Meeting-Tools-BG-3.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 720px;
  margin-top: -80px;
  position: relative;
}

.upgrades-1 {
  color: #fff;
  background-color: #6c77b0;
  background-image: url('../images/Meeting-Tools-BG-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  position: relative;
}

.upgrades-3 {
  color: #fff;
  background-color: #6873a5;
  background-image: url('../images/Meeting-Tools-BG-2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  margin-left: 160px;
  position: relative;
}

.leave-every-meeting-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr minmax(auto, 560px);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1280px;
  margin-top: 80px;
  display: grid;
}

.leave-1 {
  color: #fff;
  background-color: #8f4d75;
  background-image: url('../images/Leave-BG-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  margin-left: 0;
  overflow: hidden;
}

.leave-2 {
  color: #fff;
  background-color: #7b4096;
  background-image: url('../images/Leave-BG-2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  margin-top: 192px;
  position: relative;
}

.leave-3 {
  color: #fff;
  background-color: #55269c;
  background-image: url('../images/Leave-BG-3.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 32px;
  max-width: 428px;
  position: relative;
}

.meetings-upgraded-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr minmax(auto, 400px);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1280px;
  margin-top: 80px;
  display: grid;
}

.examples-slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.example {
  border-radius: 24px;
  width: 28vw;
  height: 100%;
  position: relative;
  box-shadow: 11px 11px 40px #0000001a;
}

.slider-container {
  width: 100%;
  padding-bottom: 64px;
  overflow: hidden;
}

.avatars {
  margin-right: 16px;
  display: flex;
}

.avatar {
  border: 0 solid #f5f3f2;
  border-radius: 32px;
  width: 28px;
  height: 28px;
  margin-left: -4px;
  position: relative;
}

.nav-cta {
  color: #fff;
  cursor: pointer;
  background-color: #5242ffcc;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-cta:hover {
  background-color: #5242ffe6;
}

.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.div-block-52 {
  max-width: 1280px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-53 {
  position: absolute;
  top: -64px;
  right: 0;
}

.div-block-54 {
  position: absolute;
  top: 0;
  left: -48px;
}

.div-block-55 {
  position: absolute;
  bottom: -64px;
  left: 0;
}

.div-block-56 {
  position: absolute;
  top: -64px;
  left: -8px;
}

.div-block-57 {
  position: absolute;
  top: 0;
  left: -48px;
}

.div-block-58 {
  position: absolute;
  bottom: -40px;
  left: 0;
}

.hero-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-13 {
  width: 123%;
  max-width: none;
  position: absolute;
  inset: -24px -24px -24px -40px;
}

.div-block-60 {
  z-index: 1;
  max-width: 420px;
  margin-top: 40px;
  margin-left: 48px;
  margin-right: 48px;
  position: relative;
}

.block-description {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.block-description.small {
  max-width: 320px;
}

.block-heading {
  font-family: GT America Standard, sans-serif;
  font-weight: 500;
}

.footer-calendar {
  position: relative;
}

.div-block-61 {
  cursor: pointer;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

.text-block-17 {
  font-weight: 400;
}

.div-block-62 {
  margin-top: 40px;
  margin-left: 48px;
}

.image-16 {
  border-bottom-right-radius: 32px;
  width: 100%;
}

.div-block-63 {
  margin-top: 48px;
  margin-right: 48px;
}

.image-17 {
  border-bottom-left-radius: 32px;
  width: 100%;
}

.div-block-64 {
  margin-top: 40px;
  margin-left: 48px;
  margin-right: 48px;
}

.image-18 {
  width: 100%;
}

.div-block-65 {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 48px;
  display: flex;
}

.div-block-66 {
  margin-top: -56px;
  margin-left: 48px;
  margin-right: 48px;
}

.image-19 {
  width: 100%;
}

.hero-title-container {
  width: 540px;
  max-width: 540px;
  margin-bottom: 32px;
  position: relative;
}

.animated-cursor {
  z-index: 2;
  cursor: default;
  background-color: transparent;
  border-radius: 0;
  height: 33px;
  position: absolute;
  bottom: -30px;
  left: 48px;
  overflow: hidden;
  transform: rotate(2deg);
}

.cursor-line {
  background: transparent;
  width: 440px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
  background-image: url("../images/brush-stroke.png");
  background-repeat: no-repeat;
  background-size: 440px 33px;
}

.cursor-text {
  display: none;
}

@keyframes bounceScale {
  0% { transform: scale(1); }
  40% { transform: scale(1.25); }
  70% { transform: scale(0.97); }
  100% { transform: scale(1); }
}

.heading.bounce {
  animation: bounceScale 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.calendar {
  border-radius: 16px;
  min-height: 600px;
  box-shadow: 0 16px 128px #0000001a, 0 1px 1px #0000001a;
}

.form-block {
  width: 480px;
  margin-top: 48px;
  margin-bottom: 32px;
}

.form {
  color: #fff;
  background-image: linear-gradient(131deg, #fc7064, #4f4fba);
  border: 0 solid #fff;
  border-top: 1px solid #ffffff40;
  border-radius: 24px;
  padding: 0;
  transition: transform .2s;
  display: flex;
  box-shadow: 6px 6px 32px #00000040;
}

.form:hover {
  transform: scale(1.01);
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  height: 56px;
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-field-2::placeholder {
  color: #ffffffbf;
}

.submit-button-2 {
  cursor: pointer;
  background-color: #00000040;
  border-radius: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-family: GT America Standard, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
  box-shadow: 0 1px 1px #0000001a;
}

.submit-button-2:hover {
  background-color: #00000059;
}

.div-block-71 {
  flex-wrap: wrap;
  justify-content: center;
}

.html-embed-2 {
  flex: 0 auto;
  width: 100%;
}

.video-container {
  border-radius: 16px;
  max-width: 714px;
  margin-left: 20%;
  margin-right: 20%;
  position: absolute;
  overflow: visible;
  box-shadow: 0 1px 128px #0003;
}

.div-block-72 {
  position: absolute;
}

.squiggle-top-left {
  z-index: 30;
  transform-style: preserve-3d;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -45px;
  left: -44px;
}

.video-embed {
  background-color: #fff;
  border-radius: 16px;
  max-height: 862px;
  overflow: hidden;
}

.squiggle-top-right {
  z-index: 30;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -50px;
  right: -50px;
}

.squiggle-bottom-left {
  z-index: 30;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.squiggle-bottom-right {
  z-index: 30;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.lottie-animation-8 {
  display: none;
  position: absolute;
  bottom: 12px;
  right: -16px;
}

.div-block-73 {
  position: relative;
}

.lottie-animation-9 {
  display: block;
  position: absolute;
  top: 12px;
  left: 200px;
}

.div-block-74, .div-block-75 {
  position: relative;
}

.lottie-animation-10 {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 4px;
  right: -54px;
}

.lottie-animation-11 {
  width: 80px;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
}

.div-block-76 {
  width: 100%;
  max-width: 470px;
  height: 80px;
  margin-top: 24px;
}

.feature-chit {
  color: var(--ocean);
  cursor: default;
  border: 1px solid #5c6ae433;
  border-radius: 24px;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.lottie-animation-12 {
  cursor: pointer;
  width: 96px;
  position: absolute;
  top: -16px;
  left: -16px;
}

.app-icon {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.div-block-77 {
  margin-bottom: 48px;
  position: relative;
}

.lottie-animation-13 {
  position: absolute;
  inset: -35%;
}

.body-2 {
  background-color: #9c0909;
}

.lottie-animation-14 {
  position: absolute;
  inset: -8px;
}

.squiggle-bottom-right-copy {
  z-index: 30;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -50px;
  right: -50px;
}

.squiggle-top-left-copy {
  z-index: 30;
  transform-style: preserve-3d;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -45px;
  left: -44px;
}

.sign-up-button {
  background-color: var(--dark-ocean);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 12px;
  margin-top: 24px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sign-up-button:hover {
  background-color: #362cb3;
}

.sign-up-button.download {
  color: var(--dark-ocean);
  -webkit-text-stroke-color: var(--dark-ocean);
  background-color: #483cd400;
  border: 1px solid #483cd433;
}

.sign-up-button.download:hover {
  color: #fff;
  background-color: #362cb3;
  border-color: #362cb3;
}

.div-block-78 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
}

.div-block-80 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 16px;
  display: flex;
}

.link-3 {
  color: #fff;
  background-color: #7266fd;
  border-radius: 24px;
  padding: 4px 12px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .fade-paragraph {
    font-size: 32px;
  }

  .hero-2 {
    height: auto;
  }

  .div-block-33 {
    text-align: center;
    margin-bottom: -160px;
    top: -160px;
  }

  .lottie-animation-8 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .you-calendar {
    margin-bottom: 5%;
  }

  .div-block-29 {
    justify-content: center;
    display: flex;
  }

  .hero-2 {
    height: auto;
  }

  .div-block-33 {
    margin-bottom: -200px;
    top: -200px;
  }

  .docs {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .docs-container {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .heading {
    margin-bottom: 0;
  }

  .subsection-heading-container.left {
    text-align: left;
    justify-content: flex-start;
  }

  .meetings-upgraded-container {
    justify-content: flex-start;
    max-width: 1280px;
  }

  .upgrades-2, .upgrades-3, .leave-2, .leave-3 {
    border-radius: 32px;
  }

  .animated-cursor {
    mix-blend-mode: normal;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    overflow: hidden;
  }

  .cursor-line {
    opacity: 1 !important;
  }

  .cursor-text {
    display: none;
  }

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

@media screen and (min-width: 1920px) {
  .you-calendar {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .your-meetings {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .old-right.individual {
    max-height: none;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    right: 0;
  }

  .div-block-16 {
    left: 60%;
    right: -40%;
  }

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

  .individual-illustration-blur {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-2 {
    height: auto;
  }

  .div-block-30 {
    position: static;
  }

  .div-block-33 {
    margin-bottom: -320px;
    top: -260px;
  }

  .div-block-40 {
    margin-left: 12%;
    margin-right: 12%;
  }
}

@media screen and (max-width: 991px) {
  .old-button {
    color: #000;
  }

  .old-nav-container {
    position: relative;
  }

  .hiring {
    color: #fff;
  }

  .old-intro {
    z-index: 5;
    overflow: hidden;
  }

  .intro-container {
    z-index: 5;
    flex: 0 auto;
    max-width: 440px;
  }

  .fade-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .old-left {
    z-index: 1;
  }

  .old-left.your-calendar {
    z-index: 0;
  }

  .old-right.team, .old-right.individual {
    z-index: 0;
    min-height: 560px;
    max-height: 640px;
  }

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

  .cta-container {
    display: block;
  }

  .div-block-3 {
    z-index: 4;
    position: relative;
  }

  .div-block-3.white {
    height: 320px;
    margin-bottom: 340px;
  }

  .sign-up-box {
    z-index: 6;
    padding-left: 0;
  }

  .div-block-5 {
    z-index: 9;
    max-width: 640px;
    padding: 40px;
  }

  .old-container {
    margin-bottom: 80px;
  }

  ._480 {
    max-width: 560px;
  }

  .div-block-7 {
    z-index: 4;
    top: -300px;
    left: 25%;
    right: auto;
  }

  .old-paragraph {
    max-width: 430px;
  }

  .div-block-20 {
    max-width: 320px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-20-copy {
    z-index: 10;
    max-width: 370px;
    font-size: 24px;
    line-height: 32px;
    position: relative;
  }

  .team-illustration-blur {
    z-index: 0;
  }

  .div-block-29 {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .hero-2 {
    height: auto;
  }

  .div-block-33 {
    align-items: flex-end;
    margin-bottom: -48px;
    display: flex;
    top: -48px;
  }

  .text-block-3-copy {
    max-width: 370px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-3-copy-copy {
    max-width: 280px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    display: inline;
  }

  .lottie-animation-2 {
    width: 51px;
    bottom: -11px;
    left: -3px;
  }

  .div-block-36 {
    max-width: 250px;
  }

  .lottie-animation-4 {
    width: 101px;
    left: -4px;
  }

  .div-block-38 {
    max-width: 427px;
    font-size: 24px;
    line-height: 32px;
  }

  .lottie-animation-6 {
    width: 179px;
    bottom: -12px;
  }

  .paragraph-copy {
    max-width: 430px;
  }

  .text-block-3-copy-copy-copy {
    max-width: 280px;
  }

  .div-block-48 {
    display: block;
  }

  .div-block-49 {
    width: 100%;
  }

  .hero {
    padding-top: 80px;
  }

  .superpowered-meetings {
    margin-top: 0;
    padding-bottom: 0;
  }

  .meetings-upgraded, .feeling-ready {
    overflow: hidden;
  }

  .subsection-heading-container.left {
    text-align: center;
    justify-content: center;
    margin-left: auto;
  }

  .sub-heading.left {
    text-align: center;
  }

  .upgrades-2 {
    margin-top: 0;
  }

  .upgrades-3 {
    margin-left: 0;
  }

  .leave-every-meeting-grid {
    grid-template-columns: 1fr;
  }

  .leave-2 {
    margin-top: 0;
  }

  .leave-3 {
    max-width: none;
    margin-left: 0;
  }

  .meetings-upgraded-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .example {
    width: 35vw;
  }

  .div-block-53 {
    top: -48px;
    left: -12px;
    right: auto;
  }

  .div-block-54 {
    top: auto;
    bottom: -24px;
    left: -22px;
  }

  .div-block-55 {
    bottom: -30px;
    left: auto;
    right: -40px;
  }

  .div-block-56 {
    top: -30px;
    left: auto;
    right: -30px;
  }

  .div-block-57 {
    top: auto;
    bottom: -30px;
    left: -26px;
  }

  .div-block-58 {
    bottom: -20px;
    left: auto;
    right: -28px;
  }

  .hero-container {
    margin-top: 96px;
    margin-bottom: 80px;
  }

  .image-13 {
    width: 135%;
  }

  .calendar {
    border-radius: 12px;
    min-height: auto;
  }

  .video-embed {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .old-button {
    color: #111;
  }

  .old-intro {
    padding-top: 64px;
  }

  .fade-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .you-calendar {
    margin-top: -80px;
    padding-top: 160px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .your-meetings {
    flex-flow: row-reverse wrap;
    justify-content: center;
    margin-top: 0;
    padding-top: 80px;
    display: flex;
  }

  .feature-container {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .feature-container.swap {
    flex-wrap: wrap-reverse;
  }

  .old-left {
    width: 100%;
  }

  .old-right.team {
    width: 100%;
    min-height: 560px;
    max-height: 680px;
  }

  .old-right.individual {
    width: 100%;
    min-height: 0;
    max-height: none;
    margin-top: 30%;
    display: block;
  }

  .cta-container {
    display: block;
  }

  .div-block-3 {
    z-index: 2;
    margin-bottom: 24px;
    position: relative;
  }

  .div-block-3.white {
    display: flex;
  }

  .sign-up-box {
    margin-top: 340px;
    padding-left: 0;
  }

  .div-block-5 {
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .old-container {
    margin-left: 48px;
    margin-right: 48px;
  }

  .div-block-7 {
    z-index: 3;
    justify-content: center;
    display: flex;
    top: -323px;
    left: 0;
    right: 0;
  }

  .div-block-14 {
    left: 0%;
    right: 0%;
  }

  .div-block-15 {
    padding: 32px 32px 48px;
    position: static;
    left: 10%;
  }

  .div-block-16 {
    bottom: -29%;
    left: 30%;
    right: 0%;
  }

  .div-block-17, .div-block-18 {
    display: none;
  }

  .div-block-20 {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-top: 5%;
    display: flex;
  }

  .div-block-20-copy {
    max-width: 100%;
    margin-top: 80px;
  }

  .text-block-2 {
    width: 100%;
  }

  .team-illustration-blur {
    left: -160px;
  }

  .div-block-21 {
    top: -150px;
    left: 10%;
    right: 70%;
  }

  .div-block-29 {
    flex: 0 auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-2 {
    height: auto;
    min-height: 588px;
    max-height: none;
  }

  .div-block-30 {
    height: auto;
    max-height: none;
  }

  .div-block-31 {
    max-width: 280px;
  }

  .div-block-33 {
    justify-content: center;
    margin-bottom: 0;
    margin-left: -15%;
    margin-right: -15%;
    position: relative;
    top: -30px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-12 {
    width: 100%;
    max-width: none;
  }

  .text-block-3-copy, .text-block-3-copy-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .lottie-animation-6 {
    width: 100%;
    right: 0;
  }

  .div-block-39 {
    max-width: 400px;
  }

  .lottie-animation-7, .lottie-animation-7-copy {
    width: 20px;
  }

  .text-block-3-copy-copy-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .legal-content {
    padding-left: 24px;
    display: block;
  }

  .legal-sidebar {
    max-width: none;
    margin-left: -12px;
    margin-right: -12px;
    position: static;
  }

  .docs {
    display: block;
  }

  .docs-sidebar {
    border-bottom: 1px solid #e0ddd6;
    max-width: 100%;
    padding-bottom: 8px;
  }

  .hero {
    padding-top: 64px;
  }

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

  .heading {
    font-size: 56px;
  }

  .sub-heading {
    width: 480px;
    font-size: 48px;
    line-height: 48px;
  }

  .sub-heading.stacked {
    width: auto;
  }

  .example {
    width: 40vw;
  }

  .hero-container {
    margin-bottom: 64px;
  }

  .image-13 {
    width: 148%;
    left: -48px;
  }

  .div-block-62 {
    margin-left: 32px;
  }

  .div-block-63 {
    margin-right: 32px;
  }

  .div-block-64 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-66 {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 8px;
  }

  .animated-cursor {
    display: none;
    left: 144px;
  }

  .calendar {
    border-radius: 8px;
  }

  .video-container {
    border-radius: 16px;
    max-width: 80vw;
    max-height: 90vh;
  }

  .video-embed {
    border-radius: 12px;
  }

  .lottie-animation-9 {
    display: block;
    top: 7px;
    left: 127px;
  }

  .lottie-animation-10 {
    height: 30px;
    bottom: 12px;
    right: -16px;
  }

  .lottie-animation-11 {
    top: 56px;
    left: 32px;
  }

  .div-block-76 {
    height: auto;
  }

  .feature-chit {
    color: #283392bf;
  }

  .div-block-77 {
    width: 260px;
  }
}

@media screen and (max-width: 479px) {
  .old-navigation {
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .old-navigation.sand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-left {
    flex: 1;
    justify-content: flex-start;
  }

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

  .old-button {
    margin-left: 8px;
    display: inline-block;
  }

  .old-nav-container {
    flex-wrap: nowrap;
    flex: 0 auto;
    width: 100%;
  }

  .logo-link {
    height: 25px;
  }

  .logo-link.w--current {
    width: 72px;
    height: 24px;
  }

  .jobs {
    color: #000;
    display: block;
  }

  .hiring {
    display: none;
  }

  .fade-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .you-calendar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .your-meetings {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .feature-container.swap {
    flex-direction: column-reverse;
  }

  .old-right.team {
    min-height: 330px;
    max-height: 720px;
  }

  .old-right.individual {
    min-height: 330px;
    max-height: 720px;
    margin-top: 48px;
  }

  .cta {
    overflow: hidden;
  }

  .cta-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-field {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .old-form {
    display: block;
  }

  .submit-button {
    width: 100%;
  }

  .old-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  ._480 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-7 {
    align-items: center;
    top: -270px;
  }

  .old-heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .old-footer-left {
    margin-bottom: 16px;
  }

  .old-footer-right {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .old-footer-container {
    margin-top: 64px;
    display: block;
  }

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

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

  .div-block-20-copy {
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-26 {
    flex-wrap: nowrap;
  }

  .div-block-27.mobile {
    display: none;
  }

  .image-11 {
    display: block;
  }

  .hero-2 {
    min-height: 460px;
  }

  .div-block-30 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-3-copy-copy {
    flex: 0 auto;
  }

  .paragraph-3 {
    display: inline;
  }

  .div-block-34 {
    display: inline-block;
  }

  .lottie-animation-2 {
    width: 51px;
    bottom: -11px;
    left: -3px;
  }

  .lottie-animation-3 {
    width: 210px;
  }

  .lottie-animation-4 {
    width: 93px;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-6 {
    bottom: -12px;
  }

  .lottie-animation-7 {
    flex: 0 auto;
    justify-content: center;
    width: 20px;
    display: block;
  }

  .lottie-animation-7-copy {
    flex: 0 auto;
    justify-content: flex-start;
    width: 20px;
    display: flex;
  }

  .text-block-3-copy-copy-copy {
    flex: none;
    max-width: 156px;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .superpowered-meetings {
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .feeling-ready {
    padding-top: 24px;
  }

  .all-in-a-calendar {
    z-index: 0;
  }

  .footer {
    padding-top: 64px;
  }

  .heading {
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph.superpowered, .paragraph.superpowered-copy {
    text-align: left;
  }

  .hero-subtext {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .subsection-heading-container {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .subsection-heading-container.left {
    justify-content: flex-start;
  }

  .subsection-heading-container.meetings {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sub-heading {
    text-align: left;
    width: auto;
    font-size: 32px;
    line-height: 32px;
  }

  .sub-heading.left {
    text-align: left;
  }

  .upgrades-2 {
    height: auto;
  }

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

  .example {
    width: 70vw;
  }

  .hero-container {
    max-height: none;
    margin-top: 56px;
    margin-bottom: 24px;
  }

  .image-13 {
    width: 125%;
    left: -32px;
  }

  .div-block-64 {
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .image-18 {
    width: 200%;
    max-width: none;
    position: relative;
  }

  .div-block-65 {
    margin-top: 24px;
  }

  .div-block-66 {
    border-bottom-right-radius: 32px;
    margin-right: 0;
    overflow: hidden;
  }

  .image-19 {
    width: 150%;
    max-width: 115%;
  }

  .calendar {
    border-radius: 4px;
  }

  .video-container {
    border-radius: 8px;
    max-width: 80vw;
    overflow: visible;
  }

  .squiggle-top-left {
    transform: scale3d(1none, 1none, 1none);
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    top: -30px;
    left: -24px;
  }

  .video-embed {
    border-radius: 8px;
  }

  .squiggle-top-right {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    top: -24px;
    right: -24px;
  }

  .squiggle-bottom-left {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    bottom: -32px;
    left: -32px;
  }

  .squiggle-bottom-right {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    bottom: -32px;
    right: -32px;
  }

  .lottie-animation-8 {
    width: 160px;
  }

  .lottie-animation-9 {
    width: 120px;
    top: 9px;
    left: 80px;
  }

  .lottie-animation-10 {
    height: 20px;
    bottom: 16px;
    left: 96px;
    right: -16px;
  }

  .lottie-animation-11 {
    display: none;
  }

  .div-block-76 {
    text-align: center;
    height: auto;
  }

  .feature-chit {
    font-size: 14px;
  }

  .div-block-77 {
    margin-bottom: 24px;
  }

  .lottie-animation-13 {
    right: 0%;
  }

  .squiggle-bottom-right-copy {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    top: -24px;
    right: -24px;
  }

  .squiggle-top-left-copy {
    transform: scale3d(1none, 1none, 1none);
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    top: -30px;
    left: -24px;
  }
}

#w-node-fe320512-7e7e-d681-a4fa-613136a1079e-e76beafe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7834b9-4af6-2e49-155e-7e45e5b7ca35-e76beafe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_7be125a7-4d2f-2734-c26f-e5b5506dece9-e76beafe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_9c5e6966-95c1-d713-b995-f54073aabe02-e76beafe, #w-node-_17ee5a6b-8f04-a7df-d7e6-22f678954b17-e76beafe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_17ee5a6b-8f04-a7df-d7e6-22f678954b18-e76beafe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start center;
}

#w-node-_17ee5a6b-8f04-a7df-d7e6-22f678954b19-e76beafe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ec7834b9-4af6-2e49-155e-7e45e5b7ca35-e76beafe {
    grid-column: span 1 / span 1;
  }

  #w-node-_7be125a7-4d2f-2734-c26f-e5b5506dece9-e76beafe {
    grid-row: span 1 / span 1;
  }

  #w-node-_9c5e6966-95c1-d713-b995-f54073aabe02-e76beafe, #w-node-_17ee5a6b-8f04-a7df-d7e6-22f678954b17-e76beafe {
    grid-column: span 1 / span 1;
  }

  #w-node-_17ee5a6b-8f04-a7df-d7e6-22f678954b18-e76beafe {
    grid-row: span 1 / span 1;
  }

  #w-node-_17ee5a6b-8f04-a7df-d7e6-22f678954b19-e76beafe {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'GT America Standard';
  src: url('../fonts/GT-America-Standard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America Standard';
  src: url('../fonts/GT-America-Standard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('../fonts/GT-Walsheim-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim Pro';
  src: url('../fonts/GT-Walsheim-Pro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'GT America Standard';
  src: url('../fonts/GT-America-Standard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}