/* Custom scrollbar styling - transparent background */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Firefox scrollbar styling */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.heading {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav_link_work {
  min-width: 0;
  color: #fff;
  object-fit: fill;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 10px 30px;
  font-family: Circular, sans-serif;
}

.nav_link_resume, .nav_link_blog {
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 10px 30px;
  font-family: Circular, sans-serif;
}

.body {
  object-fit: fill;
  background-color: #000;
  overflow: auto;
}

.body.no-scroll {
  overflow: auto;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.container {
  z-index: 1;
  max-width: 70vw;
  min-width: 70vw;
  object-fit: fill;
  margin-left: 200px;
  margin-right: 200px;
  padding-top: 25px;
  position: relative;
}

.bgvideo_landing {
  z-index: -99;
  min-height: 100vh;
  min-width: 100%;
  object-fit: fill;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_link_contact {
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 10px 30px;
  font-family: Circular, sans-serif;
}

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

.landing {
  min-height: 90vh;
  min-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
  text-align: left;
  font-family: Circular, sans-serif;
  font-size: 101px;
  font-weight: 900;
  line-height: 130px;
  display: block;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 26px;
  font-family: Circular, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
}

.div-block {
  display: flex;
}

.work {
  min-height: 100%;
  min-width: 100%;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.work.all {
  margin-top: 0;
  padding-top: 128px;
}

.container-2 {
  max-width: 2000px;
  margin-top: 77px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.div-block-2 {
  max-width: 20vw;
  min-width: 25vw;
  border-top: 1px solid #fff;
  margin-top: 20px;
}

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

.text-block-2 {
  color: #fff;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Circular, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.column {
  margin-bottom: 84px;
  padding-left: 400px;
}

.column-2 {
  padding-left: 100px;
  padding-right: 365px;
}

.column-divider {
  min-width: 0;
  margin-top: 450px;
  overflow: visible;
}

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

.div-block-5 {
  max-width: 25vw;
  min-width: 25vw;
}

.image {
  min-width: 100%;
}

.title-container {
  padding: 0 0 64px;
  display: block;
  overflow: visible;
}

.work-divider {
  min-width: 0;
  margin-top: 150px;
  overflow: visible;
}

.text-block-3 {
  color: #fff;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.div-block-6 {
  text-align: right;
  margin-top: 150px;
  margin-right: 0;
}

.text-block-4 {
  clear: none;
  color: #fff;
  text-align: right;
  font-family: Circular, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-block-2 {
  max-width: 100%;
  min-width: 100%;
  text-align: left;
  margin-top: 49px;
  text-decoration: none;
  display: block;
}

.blog {
  margin-top: 133px;
  margin-bottom: 200px;
  margin-left: 360px;
  display: block;
  position: relative;
  overflow: hidden;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.embed {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.splide__slide {
  width: 25%;
  flex: none;
  padding-right: 32px;
}

.splide__track {
  width: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: center;
  margin-top: 128px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Circular, sans-serif;
  font-size: 62px;
  font-weight: 400;
}

.heading-7 {
  color: #71aaff;
  text-align: center;
  font-family: Circular, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.container-3 {
  max-width: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 128px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.container-4 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 240px;
  padding-left: 0;
  display: flex;
}

.twitter-link {
  margin-right: 16px;
  position: relative;
}

.medium-link {
  margin-right: 16px;
}

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

.div-block-8 {
  z-index: 1;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.linkedin-blue, .medium-blue {
  z-index: -1;
  display: block;
  position: relative;
}

.twitter-blue {
  z-index: -1;
  opacity: 1;
  object-fit: fill;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.twitter-white {
  z-index: 0;
  display: block;
  position: absolute;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.medium-white, .linkedin-white {
  position: absolute;
}

.collection-list-wrapper {
  display: block;
}

.div-block-10 {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}

.slider-wrapper {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-11 {
  min-width: auto;
  border: 1px solid #fff;
  margin-top: 20px;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  font-family: Circular, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.slider-item {
  min-width: 20vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 40px;
  overflow: visible;
}

.slider-list {
  display: flex;
  overflow: visible;
}

.link-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.image-2 {
  display: inline-block;
}

.div-block-12 {
  margin-left: 24px;
}

.link-block-5 {
  min-width: 26vw;
}

.link-block-6 {
  text-decoration: none;
}

.container-5 {
  display: flex;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.div-block-13, .div-block-14 {
  text-align: center;
  margin-right: 120px;
}

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

.div-block-16 {
  text-align: center;
  margin-right: 40px;
  display: block;
}

.image-3 {
  margin-top: 25px;
}

.container-6 {
  display: flex;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 11.6%;
  right: auto;
}

.link {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-8 {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-2, .link-2.w--current {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-17 {
  margin-left: 12px;
  margin-right: 12px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

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

.section {
  opacity: 1;
  margin-top: 128px;
  display: block;
  position: static;
}

.div-block-19 {
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48vh;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.redefining_the_experience_mobile {
  min-height: 100%;
  min-width: 1200px;
  object-fit: fill;
  border: 0 solid #292929;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.redefining_the_experience_mobile.apidirect {
  min-height: 80vh;
}

.redefining_the_experience_mobile.apidirect_long {
  min-width: 70vw;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.container-9 {
  margin-top: 128px;
  margin-bottom: 128px;
  padding-bottom: 0;
}

.mobile_button {
  max-height: 2rem;
  min-height: 2rem;
  min-width: 5.75rem;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 12px;
  display: flex;
  box-shadow: -1px 1px 10px -3px #fff;
}

.mobile_button_black {
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  background-color: #000;
  border-radius: 79px;
  margin-top: 4px;
  margin-left: 4px;
  padding-left: 0;
}

.text-block-10 {
  opacity: 0;
  color: #fff;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 24px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

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

.div-block-24 {
  opacity: 1;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.mobile-text {
  opacity: 1;
  color: #000;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 31px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

.heading-12 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  margin-right: 32px;
  font-family: Circular, sans-serif;
  font-weight: 300;
  line-height: 44px;
}

.text-block-11 {
  max-width: 90%;
  min-width: 90%;
  color: #fff;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.div-block-25 {
  max-height: 460px;
  max-width: 275px;
  min-height: 460px;
  min-width: 275px;
  border: 1px solid #292929;
}

.div-block-26 {
  max-height: none;
  max-width: 40rem;
  min-height: 0;
  min-width: 40rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns {
  margin-left: 450px;
}

.column-3 {
  margin-top: 128px;
  padding-left: 39px;
  padding-right: 0;
}

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

.container-10 {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.registration_mobile {
  display: block;
  position: relative;
}

.registration_web {
  opacity: 0;
  margin-top: 128px;
  display: none;
  position: static;
}

.button_registration_web {
  max-height: 2rem;
  min-height: 2rem;
  min-width: 5.75rem;
  background-color: #000;
  border-radius: 15px;
  display: flex;
  box-shadow: -1px 1px 10px -3px #fff;
}

.div-block-22-copy {
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  background-color: #fff;
  border-radius: 79px;
  margin-top: 4px;
  margin-left: 60px;
  padding-left: 0;
}

.mobile-text-copy {
  opacity: 1;
  color: #fff;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 19px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

.text-block-10-copy {
  opacity: 0;
  color: #000;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 31px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

.onboarding_category_title {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
}

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

.mobile_section_left.registration {
  display: flex;
}

.mobile_section_left.create_room, .mobile_section_left.media_-_files {
  margin-bottom: 128px;
  display: flex;
}

.mobile_section_left.room_events, .mobile_section_left.view-workspace, .mobile_section_left.workspace-invites, .mobile_section_left.replies, .mobile_section_left.reactions, .mobile_section_left.featurettes, .mobile_section_left.profile-page, .mobile_section_left.view-profiles, .mobile_section_left.overview {
  display: flex;
}

.div-block-27 {
  max-width: 33vw;
  margin-left: 60px;
  margin-right: 0;
}

.desktop_section {
  opacity: 1;
  margin-top: 128px;
  display: block;
  position: static;
}

.desktop_section.registration {
  opacity: 1;
  display: block;
}

.desktop_section.registration.sf1, .desktop_section.create-room, .desktop_section.view-room, .desktop_section.media-files, .desktop_section.room-settings, .desktop_section.room-events, .desktop_section.view-workspace, .desktop_section.workspace-settings, .desktop_section.workspace-invites, .desktop_section.workspace-invites.sf1 {
  opacity: 0;
  display: none;
}

.desktop_section.view-workspace-copy, .desktop_section.replies, .desktop_section.voice-notes, .desktop_section.mentions, .desktop_section.reactions, .desktop_section.featurettes {
  opacity: 1;
  display: block;
}

.desktop_section.profile-page, .desktop_section.edit-profile, .desktop_section.view-profiles, .desktop_section.overview, .desktop_section.settings {
  opacity: 0;
  display: none;
}

.desktop_section.ucc-matrix {
  opacity: 1;
  display: block;
}

.background_text {
  opacity: 0;
  color: #fff;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 31px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

.desktop_button {
  max-height: 2rem;
  min-height: 2rem;
  min-width: 5.75rem;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  box-shadow: -1px 1px 10px -3px #fff;
}

.desktop_button_black {
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  background-color: #000;
  border-radius: 79px;
  margin-top: 4px;
  margin-left: 4px;
  padding-left: 0;
}

.desktop_text {
  opacity: 1;
  color: #000;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 31px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

.mobile_text_background {
  opacity: 0;
  color: #fff;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 31px;
  margin-right: 12px;
  font-family: Circular, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  overflow: visible;
}

.redefining_the_experience_desktop {
  min-height: 60vh;
  opacity: 0;
  object-fit: fill;
  border: 1px solid #292929;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: none;
}

.mobile_button_onboarding {
  max-height: 2rem;
  min-height: 2rem;
  min-width: 5.75rem;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
  box-shadow: -1px 1px 10px -3px #fff;
}

.desktop_registration {
  max-height: none;
  max-width: 1000px;
  min-height: 600px;
  min-width: 1000px;
  object-fit: fill;
  border: 1px solid #292929;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.mobile_registration {
  max-height: 595px;
  max-width: 275px;
  min-height: 595px;
  min-width: 275px;
  object-fit: fill;
  border: 0 solid #292929;
  overflow: visible;
}

.bgvideo_rooms {
  z-index: -99;
  min-height: 100vh;
  min-width: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-28 {
  max-height: 16vh;
  max-width: 100%;
  min-height: 16vh;
  min-width: 100%;
  color: #000;
  object-fit: contain;
  background-image: linear-gradient(to top, #000, #000 0%, rgba(255, 255, 255, 0));
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.heading-10-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 21px;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.quicknav {
  opacity: 1;
  border: 1px #fff;
  margin-right: 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: 3%;
}

.section_bar {
  max-height: 3vh;
  max-width: 100vw;
  min-height: 3vh;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1900px;
  text-decoration: none;
  display: flex;
}

.divider_line {
  width: auto;
  max-height: 1px;
  min-height: 1px;
  min-width: 3vw;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0;
  margin-top: 9px;
  margin-right: 32px;
}

.section_title {
  color: rgba(255, 255, 255, .5);
  text-align: right;
  object-fit: fill;
  margin-right: 12px;
  font-size: 12px;
  line-height: 24px;
}

.rooms_category_title {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
}

.workspaces_category_title {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 48px;
  display: flex;
}

.workspaces_category_title.sf2 {
  margin-bottom: 48px;
}

.messaging_category_title {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 48px;
  display: flex;
}

.messaging_category_title.sf2 {
  margin-bottom: 48px;
}

.profile_category_title, .notifications_category_title, .allscreens_category_title {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
}

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

.mobile_section_right.registration, .mobile_section_right.create_room {
  display: flex;
}

.mobile_section_right.view_room, .mobile_section_right.room_settings, .mobile_section_right.workspace-settings, .mobile_section_right.view_room-copy, .mobile_section_right.voice-notes, .mobile_section_right.mentions, .mobile_section_right.edit-profile, .mobile_section_right.settings {
  margin-bottom: 128px;
  display: flex;
}

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

.image-4 {
  object-fit: fill;
}

.all_mobile_section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.all_mobile_section.registration, .all_mobile_section.create_room {
  display: flex;
}

.all_mobile_section.view_room, .all_mobile_section.room_settings, .all_mobile_section.workspace-settings, .all_mobile_section.view_room-copy, .all_mobile_section.voice-notes, .all_mobile_section.mentions, .all_mobile_section.edit-profile, .all_mobile_section.settings {
  margin-bottom: 128px;
  display: flex;
}

.all_desktop_section {
  opacity: 1;
  margin-top: 128px;
  display: block;
  position: static;
}

.all_desktop_section.registration, .all_desktop_section.create-room, .all_desktop_section.view-room, .all_desktop_section.media-files, .all_desktop_section.room-settings, .all_desktop_section.room-events {
  opacity: 0;
  display: none;
}

.all_desktop_section.view-workspace, .all_desktop_section.workspace-settings, .all_desktop_section.workspace-invites, .all_desktop_section.view-workspace-copy, .all_desktop_section.replies, .all_desktop_section.voice-notes, .all_desktop_section.mentions, .all_desktop_section.reactions, .all_desktop_section.featurettes, .all_desktop_section.profile-page, .all_desktop_section.edit-profile, .all_desktop_section.view-profiles, .all_desktop_section.overview, .all_desktop_section.settings {
  opacity: 1;
  display: block;
}

.display_screen {
  max-height: 595px;
  max-width: 275px;
  min-height: 595px;
  min-width: 275px;
  object-fit: fill;
  border: 1px solid #292929;
  margin-left: 64px;
  margin-right: 64px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.container-11 {
  display: flex;
}

.screen_row {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.desktop {
  min-height: 60vh;
  object-fit: fill;
  border: 1px solid #292929;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.desktop_display_screen {
  min-height: 60vh;
  object-fit: fill;
  border: 1px solid #292929;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 64px;
  display: flex;
}

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

.container-12, .screen_container_mobile {
  justify-content: center;
  display: flex;
}

.page-transition {
  z-index: 9999;
  max-height: none;
  max-width: none;
  min-height: 100vh;
  min-width: 100%;
  opacity: 1;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.page-transition.apidirect {
  z-index: 997;
}

.image-5 {
  display: inline-block;
}

.html-embed {
  max-height: 595px;
  max-width: 275px;
  min-height: 595px;
  min-width: 275px;
  object-fit: fill;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.html-embed-2 {
  justify-content: center;
  display: flex;
}

.link-block-7 {
  max-height: 64px;
  max-width: 64px;
  display: flex;
}

.image-6 {
  z-index: 0;
  object-fit: fill;
  display: block;
  position: absolute;
}

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

.blog-link {
  margin-right: 0;
  position: relative;
}

.blog-arrow-white {
  z-index: 0;
  max-width: 100%;
  display: block;
  position: absolute;
}

.blog-arrow-blue {
  z-index: -1;
  opacity: 1;
  object-fit: fill;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  z-index: 0;
  position: absolute;
}

.image-9 {
  z-index: -1;
  position: relative;
}

.html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7 {
  flex-direction: column;
  display: flex;
}

.html-embed-8 {
  display: flex;
}

.html-embed-9, .html-embed-10, .html-embed-11, .html-embed-12, .html-embed-13 {
  justify-content: center;
  display: flex;
}

.html-embed-14, .html-embed-15, .html-embed-16 {
  flex-direction: column;
  display: flex;
}

.html-embed-17, .html-embed-18, .html-embed-19 {
  justify-content: center;
  display: flex;
}

.html-embed-20, .html-embed-21 {
  flex-direction: column;
  display: flex;
}

.html-embed-22, .html-embed-23 {
  justify-content: center;
  display: flex;
}

.html-embed-24, .html-embed-25, .html-embed-26, .html-embed-27, .html-embed-28, .html-embed-29, .html-embed-30, .html-embed-31 {
  flex-direction: column;
  display: flex;
}

.html-embed-32, .html-embed-33, .html-embed-34 {
  justify-content: center;
  display: flex;
}

.html-embed-35, .html-embed-36 {
  flex-direction: column;
  display: flex;
}

.html-embed-37, .html-embed-38 {
  justify-content: center;
  display: flex;
}

.container-6-copy {
  display: flex;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 11.6%;
  right: auto;
}

.link-2-copy, .link-2-copy.w--current {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.landing-strongfit {
  max-width: 100%;
  min-height: 90vh;
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bgvideo_strongfit {
  z-index: -99;
  min-height: 100vh;
  min-width: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2-strongfit {
  flex-direction: column;
  margin-top: 77px;
  display: flex;
}

.strongfit-logo-div {
  text-align: center;
  margin-right: 40px;
  display: block;
}

.strongfit-logo-img {
  margin-top: 12.5px;
  transform: scale(1.2);
  margin-bottom: 16px;
}

.strongfit-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 101px;
  font-weight: 900;
  line-height: 130px;
  display: block;
}

.strongfit-detail-container {
  display: flex;
}

.strongfit-type-div, .strongfit-year-div {
  text-align: center;
  margin-right: 120px;
}

.strongfit-role-div {
  text-align: center;
}

.html-embed-39 {
  z-index: -1;
  max-width: 99vw;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.quicknav_strongfit {
  opacity: 1;
  border: 1px #fff;
  margin-right: 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: 3%;
  overflow: visible;
}

.section_bar_strongfit {
  max-height: 3vh;
  max-width: 100vw;
  min-height: 3vh;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1900px;
  text-decoration: none;
  display: flex;
}

.section_title_strongfit {
  min-width: 250px;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  object-fit: fill;
  align-items: center;
  margin-right: 12px;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.onboarding_category_title_sf, .rooms_category_title_sf {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 48px;
  display: flex;
}

.rooms_category_title_sf.sf2 {
  margin-bottom: 38px;
}

.apidirect-link {
  color: #6f5353;
}

.apidirect-link.w--current {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.apidirect-heading {
  color: #fff;
  text-align: center;
  align-items: center;
  margin-top: 89px;
  font-family: Montserrat, sans-serif;
  font-size: 101px;
  font-weight: 900;
  line-height: 130px;
  display: flex;
}

.apidirect-logo-div {
  text-align: center;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.apidirect-logo-img {
  margin-top: 25px;
}

.container-2-apidirect {
  flex-direction: row;
  margin-top: 77px;
  display: flex;
}

.landing-apidirect {
  min-height: 90vh;
  min-width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apidirect-bg-embed {
  z-index: -1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

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

.research_section {
  opacity: 1;
  margin-top: 128px;
  display: block;
  position: static;
}

.research_section.registration {
  opacity: 1;
  display: block;
}

.research_section.create-room, .research_section.view-room, .research_section.media-files, .research_section.room-settings, .research_section.room-events {
  opacity: 0;
  display: block;
}

.research_section.view-workspace, .research_section.workspace-settings, .research_section.workspace-invites, .research_section.view-workspace-copy, .research_section.replies, .research_section.voice-notes, .research_section.mentions, .research_section.reactions, .research_section.featurettes, .research_section.profile-page, .research_section.edit-profile, .research_section.view-profiles, .research_section.overview, .research_section.settings, .research_section.ucc-matrix, .research_section.competitive-analysis, .research_section.service-blueprint, .research_section.analytics-testing, .research_section.competitive-research, .research_section.user-personas, .research_section.user-surveys, .research_section.moscow-matrix {
  opacity: 1;
  display: block;
}

.research_image {
  max-height: none;
  max-width: 1000px;
  min-height: 600px;
  min-width: 1000px;
  object-fit: fill;
  border: 0 solid #292929;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: -100px;
  margin-left: -18px;
  display: flex;
}

.desktop_registration-copy {
  max-height: 600px;
  max-width: 1000px;
  min-height: 600px;
  min-width: 1000px;
  object-fit: fill;
  border: 1px solid #292929;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.image-10 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.services {
  min-height: 100%;
  min-width: 100%;
  margin-top: 100px;
}

.columns-2 {
  display: flex;
}

.services_dropdown {
  width: 100%;
  height: 80px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.services_dropdown.discovery, .services_dropdown.experience-design, .services_dropdown.design-systems {
  margin-bottom: 32px;
}

.text-block-12 {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.html-embed-40 {
  max-width: none;
  object-fit: fill;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.services-column {
  display: flex;
}

.services-dropdown-column {
  margin-bottom: 84px;
  padding-left: 400px;
}

.services-vid-column {
  max-height: 500px;
  object-fit: fill;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-13 {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.icon-2 {
  color: #fff;
}

.dropdown-item {
  width: 100%;
  overflow: hidden;
}

.dropdown-list {
  background-color: #000;
  border: 1px solid #000;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-icon {
  color: #fff;
}

.text-block-14 {
  color: #fff;
  padding: 10px 20px 10px 0;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-block-15 {
  color: #afafaf;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Circular, sans-serif;
  font-weight: 300;
}

.services-section {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  max-width: 50%;
  min-width: 50%;
  margin-left: 0;
  padding-left: 400px;
  display: block;
}

.services-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.div-block-32 {
  max-height: 500px;
  position: relative;
}

.onboarding_category_title_ad, .rooms_category_title_ad {
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
}

.section_bar_apidirect {
  max-height: 3vh;
  max-width: 100vw;
  min-height: 3vh;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1900px;
  text-decoration: none;
  display: flex;
}

.section_title_apidirect {
  min-width: 250px;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  object-fit: fill;
  align-items: center;
  margin-right: 12px;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

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

.div-block-23-copy {
  margin-top: 50px;
  margin-right: 32px;
}

.image-11 {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-bottom: 70px;
}

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

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

.service_blueprint {
  max-height: none;
  max-width: 1600px;
  min-height: 600px;
  min-width: 1600px;
  object-fit: fill;
  border: 0 solid #292929;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: -100px;
  margin-left: -18px;
  display: flex;
}

.work-divider-copy {
  min-width: 0;
  margin-top: 150px;
  overflow: visible;
}

.strongfit-subheading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  display: block;
}

.container-2-strongfit-redesign {
  flex-direction: column;
  margin-top: 77px;
  display: flex;
}

.strongfit-redesign-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 101px;
  font-weight: 900;
  line-height: 130px;
  display: block;
}

.text-span {
  font-style: italic;
}

.image-container {
  max-height: none;
  max-width: 1000px;
  min-height: 600px;
  min-width: 1000px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  border: 1px solid #292929;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.column-one {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.c1i1 {
  max-height: 428px;
}

.column-three {
  display: flex;
}

.profile-1 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.profile-2 {
  max-height: 800px;
  max-width: 200px;
}

.image-16, .image-17, .image-18 {
  max-width: 200px;
}

.image-container-sf2 {
  max-height: none;
  max-width: 1000px;
  min-height: 600px;
  min-width: 1000px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  border: 0 solid #292929;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.image-19, .image-20, .image-21, .image-22 {
  max-width: 200px;
}

.sf2-display-section {
  opacity: 1;
  margin-top: 48px;
  display: block;
  position: static;
}

.sf2-display-section.registration {
  opacity: 1;
  display: block;
}

.sf2-display-section.create-room, .sf2-display-section.view-room, .sf2-display-section.media-files, .sf2-display-section.room-settings, .sf2-display-section.room-events, .sf2-display-section.view-workspace, .sf2-display-section.workspace-settings, .sf2-display-section.workspace-invites {
  opacity: 0;
  display: none;
}

.sf2-display-section.view-workspace-copy, .sf2-display-section.replies, .sf2-display-section.voice-notes, .sf2-display-section.mentions, .sf2-display-section.reactions, .sf2-display-section.featurettes {
  opacity: 1;
  display: block;
}

.sf2-display-section.profile-page, .sf2-display-section.edit-profile, .sf2-display-section.view-profiles, .sf2-display-section.overview, .sf2-display-section.settings {
  opacity: 0;
  display: none;
}

.sf2-display-section.ucc-matrix {
  opacity: 1;
  display: block;
}

.column-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.nav-button {
  background-color: #d83d11;
  border-radius: 8px;
  padding: 12px 24px;
}

.image-23 {
  margin-bottom: 47px;
}

.image-24, .image-25 {
  margin-bottom: 48px;
}

.quicknav_strongfit2 {
  opacity: 1;
  border: 1px #fff;
  margin-right: 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: 3%;
  overflow: visible;
}

.section_bar_strongfit-2 {
  max-height: 3vh;
  max-width: 100vw;
  min-height: 3vh;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1900px;
  text-decoration: none;
  display: flex;
}

.section_title_strongfit-2 {
  min-width: 250px;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  object-fit: fill;
  align-items: center;
  margin-right: 12px;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.onboarding-3, .onboarding-4, .onboarding-5, .profile-3, .profile-4, .profile-5, .profile-6 {
  max-height: 800px;
  max-width: 200px;
}

.view-1 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.view-2 {
  max-height: 800px;
  max-width: 200px;
}

.create-1 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.create-2, .create-3, .create-4, .profile-2-copy, .create-5 {
  max-height: 800px;
  max-width: 200px;
}

.create-6 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.create-7, .create-8 {
  max-height: 800px;
  max-width: 200px;
}

.routine-1 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.routine-2, .routine-3, .routine-4, .routine-5 {
  max-height: 800px;
  max-width: 200px;
}

.onboarding-1 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.onboarding-2 {
  max-height: 800px;
  max-width: 200px;
}

.home-1, .pb-1 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.pb-2 {
  max-height: 800px;
  max-width: 200px;
}

.load-hide {
  display: block;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  line-height: 24px;
}

.heading-13 {
  color: #fff;
  font-family: Circular, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.splide__arrow {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 15px;
  padding-top: 32px;
  padding-right: 48px;
}

.splide__arrow-2 {
  width: 6em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow-2:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow-2.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow-2.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow-2.splide__arrow--next:active {
  transform: scale(.95);
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.post {
  width: 100%;
  flex: none;
  padding-right: 32px;
  text-decoration: none;
}

.slide-nav {
  padding-top: 0;
  display: none;
}

.left-arrow {
  margin-bottom: 124px;
  padding-right: 0;
  display: flex;
}

.right-arrow {
  margin-bottom: 124px;
  display: flex;
}

.slide {
  height: auto;
}

.mask {
  width: 400px;
  height: auto;
  overflow: visible;
}

.evolving-workflow {
  min-height: 100%;
  min-width: 1200px;
  object-fit: fill;
  border: 0 solid #292929;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.evolving-workflow.apidirect {
  min-height: 80vh;
}

.evolving-workflow.apidirect_long {
  min-width: 70vw;
}

.w_-design-system-bar {
  max-height: 3vh;
  max-width: 100vw;
  min-height: 3vh;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1900px;
  text-decoration: none;
  display: flex;
}

.quicknav_designsystem {
  opacity: 1;
  border: 1px #fff;
  margin-right: 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: 3%;
  overflow: visible;
}

.section_bar_ds {
  max-height: 3vh;
  max-width: 100vw;
  min-height: 3vh;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1900px;
  text-decoration: none;
  display: flex;
  transition: all 0.3s ease;
}

.section_bar_ds:hover .section_title_ds {
  color: #71aaff !important;
}

.section_bar_ds:hover .divider_line {
  background-color: #71aaff !important;
}

.section_title_ds {
  min-width: 250px;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  object-fit: fill;
  align-items: center;
  margin-right: 12px;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.heading-3-landing {
  color: #fff;
  text-align: center;
  font-family: Circular, sans-serif;
  font-size: 152px;
  font-weight: 900;
  line-height: 195px;
  display: block;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  width: 20px;
  height: 20px;
  background-color: #0570e5;
  border-radius: 100px;
}

.onboarding-6 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.onboarding-7, .onboarding-8, .onboarding-9, .onboarding-10 {
  max-height: 800px;
  max-width: 200px;
}

.onboarding-11 {
  z-index: 1;
  max-height: 700px;
  max-width: 200px;
  position: relative;
}

.onboarding-12 {
  max-height: 800px;
  max-width: 200px;
}

.home-container {
  max-width: 2000px;
  margin-top: 77px;
  display: flex;
}

.top-section {
  opacity: 1;
  margin-top: 128px;
  display: block;
  position: static;
}

.bgvideo_w_ds {
  z-index: -99;
  min-height: 100vh;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-26, .image-27, .image-28, .image-29, .image-30 {
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .icon {
    color: #fff;
  }

  .container {
    max-width: 90vw;
    min-width: 90vw;
    margin-left: 32px;
  }

  .landing {
    justify-content: flex-start;
  }

  .heading-3 {
    align-items: center;
    font-size: 60px;
    line-height: 90px;
    display: flex;
  }

  .text-block {
    margin-top: 12px;
    font-size: 20px;
  }

  .container-2 {
    margin-top: 200px;
  }

  .column {
    padding-left: 120px;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .landing-strongfit {
    justify-content: flex-start;
  }

  .container-2-strongfit {
    margin-top: 200px;
  }

  .strongfit-heading, .apidirect-heading {
    font-size: 60px;
    line-height: 90px;
  }

  .container-2-apidirect {
    margin-top: 200px;
  }

  .landing-apidirect {
    justify-content: flex-start;
  }

  .services-dropdown-column {
    padding-left: 120px;
  }

  .strongfit-subheading {
    font-size: 60px;
    line-height: 90px;
  }

  .container-2-strongfit-redesign {
    margin-top: 200px;
  }

  .strongfit-redesign-heading {
    font-size: 60px;
    line-height: 90px;
  }

  .post {
    width: 50%;
  }

  .heading-3-landing {
    align-items: center;
    font-size: 90px;
    line-height: 135px;
    display: flex;
  }

  .home-container {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90vw;
    min-width: 90vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .landing {
    justify-content: flex-start;
  }

  .heading-3 {
    justify-content: flex-start;
    align-items: center;
    font-size: 50px;
    line-height: 70px;
    display: flex;
  }

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

  .container-2 {
    margin-top: 140px;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .container-6 {
    display: none;
  }

  .landing-strongfit {
    justify-content: flex-start;
  }

  .container-2-strongfit {
    margin-top: 140px;
  }

  .strongfit-heading, .apidirect-heading {
    font-size: 50px;
    line-height: 70px;
  }

  .container-2-apidirect {
    margin-top: 140px;
  }

  .landing-apidirect {
    justify-content: flex-start;
  }

  .strongfit-subheading {
    font-size: 50px;
    line-height: 70px;
  }

  .container-2-strongfit-redesign {
    margin-top: 140px;
  }

  .strongfit-redesign-heading {
    font-size: 50px;
    line-height: 70px;
  }

  .post {
    width: 100%;
  }

  .heading-3-landing {
    justify-content: flex-start;
    align-items: center;
    font-size: 75px;
    line-height: 105px;
    display: flex;
  }

  .home-container {
    margin-top: 140px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .nav-menu {
    background-color: #000;
  }

  .container {
    max-width: 90vw;
    min-width: 90vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .landing {
    min-height: 100vh;
    justify-content: flex-start;
    overflow: visible;
  }

  .heading-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 30px;
    line-height: 45px;
    display: flex;
  }

  .text-block {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    line-height: 32px;
    display: block;
  }

  .work {
    margin-top: 0;
  }

  .container-2 {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 132px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    font-size: 30px;
    display: flex;
  }

  .div-block-2, .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .text-block-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 10px;
    display: flex;
  }

  .heading-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .column-divider {
    margin-top: 0;
  }

  .work-container {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-5 {
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image {
    max-width: 100%;
    min-width: 100%;
  }

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

  .work-divider {
    margin-top: 84px;
  }

  .blog {
    margin-top: 128px;
    margin-left: 16px;
  }

  .heading-6 {
    justify-content: center;
    align-items: center;
    font-size: 32px;
    display: flex;
  }

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

  .container-3 {
    justify-content: center;
  }

  .div-block-7 {
    min-width: 0%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .slider-item {
    min-width: 60vw;
    padding-right: 74px;
  }

  .link-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block-5 {
    min-width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .link-block-6 {
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-13 {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .div-block-14 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

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

  .div-block-16 {
    max-width: 150px;
    margin-left: 21px;
    margin-right: 20px;
  }

  .image-3 {
    margin-top: 0;
  }

  .container-6 {
    display: none;
  }

  .text-block-9 {
    margin-bottom: 0;
  }

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

  .heading-10 {
    overflow-wrap: normal;
    margin-top: 0;
    font-weight: 700;
  }

  .container-8 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-19 {
    align-items: center;
    margin-bottom: 24px;
  }

  .redefining_the_experience_mobile {
    min-width: 100%;
  }

  .div-block-23 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-12 {
    min-width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .text-block-11 {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .onboarding_category_title {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .mobile_section_left.registration {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.create_room, .mobile_section_left.media_-_files {
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.room_events {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.view-workspace {
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.workspace-invites {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.replies, .mobile_section_left.reactions {
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.featurettes {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.profile-page {
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.view-profiles {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_left.overview {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-27 {
    max-width: 100%;
    min-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    padding-left: 0;
  }

  .desktop_section.registration.sf1 {
    opacity: 0;
    display: none;
  }

  .mobile_button_onboarding {
    display: none;
  }

  .desktop_registration {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  .mobile_registration {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-bottom: 24px;
  }

  .bgvideo_rooms {
    min-height: 130vh;
  }

  .div-block-28 {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .heading-10-copy {
    padding-left: 0;
    font-weight: 700;
  }

  .quicknav {
    display: none;
  }

  .rooms_category_title, .workspaces_category_title, .profile_category_title, .notifications_category_title {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .mobile_section_right.view_room {
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_right.room_settings {
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_right.workspace-settings, .mobile_section_right.voice-notes {
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_right.mentions {
    flex-direction: column;
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_right.edit-profile {
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile_section_right.settings {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-transition {
    display: flex;
    overflow: visible;
  }

  .html-embed {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .html-embed-2 {
    object-fit: fill;
    overflow: visible;
  }

  .container-6-copy {
    display: none;
  }

  .landing-strongfit {
    min-height: 90vh;
    justify-content: flex-start;
  }

  .container-2-strongfit {
    margin-top: 132px;
  }

  .strongfit-logo-div {
    margin-right: 0;
  }

  .strongfit-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .strongfit-detail-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .strongfit-type-div, .strongfit-year-div {
    min-height: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .quicknav_strongfit {
    display: none;
  }

  .apidirect-heading {
    justify-content: center;
    margin-top: 16px;
    font-size: 30px;
    line-height: 45px;
  }

  .apidirect-logo-div {
    margin-right: 0;
  }

  .apidirect-logo-img {
    margin-top: 0;
  }

  .container-2-apidirect {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-apidirect {
    max-width: 100%;
    min-height: 90vh;
    justify-content: flex-start;
  }

  .apidirect-bg-embed {
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  .research_section.ucc-matrix {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .research_image {
    min-height: 100%;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-10 {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-23-copy {
    margin-top: 0;
    margin-right: 0;
  }

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

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

  .service_blueprint {
    min-height: 100%;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .div-block-34 {
    margin-left: 12px;
  }

  .work-divider-copy {
    margin-top: 0;
  }

  .strongfit-subheading {
    font-size: 30px;
    line-height: 45px;
  }

  .container-2-strongfit-redesign {
    margin-top: 132px;
  }

  .strongfit-redesign-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .column-one {
    flex-direction: column;
  }

  .c1i1, .c1i3, .profile-1, .profile-2, .image-container-sf2 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .sf2-display-section {
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  .column-two.sf2-create-workouts {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .nav-button.sf2, .nav-button.sf1 {
    margin-top: 16px;
  }

  .quicknav_strongfit2 {
    display: none;
  }

  .onboarding-3 {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .onboarding-4, .onboarding-5, .profile-3, .profile-4, .profile-5, .profile-6, .view-1, .view-2, .create-1, .create-2, .create-3, .create-4, .create-5, .create-6, .routine-1, .routine-2, .routine-3, .routine-4, .routine-5 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .onboarding-1 {
    max-height: 100%;
    max-width: 100%;
  }

  .onboarding-2, .home-1, .pb-1, .pb-2 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .load-hide {
    max-width: 100%;
    min-width: 100%;
  }

  .evolving-workflow {
    min-width: 100%;
  }

  .quicknav_designsystem {
    display: none;
  }

  .heading-3-landing {
    min-width: 100%;
    align-items: center;
    margin-right: 0;
    font-size: 45px;
    line-height: 68px;
    display: flex;
  }

  .onboarding-6 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .onboarding-7 {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .onboarding-8 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .onboarding-9 {
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .onboarding-10 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .onboarding-11 {
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .onboarding-12 {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

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

  .link-block-8 {
    min-width: 100%;
  }

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

  .home-container {
    max-width: 100%;
    margin-top: 256px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-section.rde {
    margin-top: 0;
  }

  .bgvideo_w_ds {
    min-height: 98vh;
  }
}


@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  }

/* Custom spacing adjustments to bring Selected Work title closer to case study cards */
.title-container {
  padding-bottom: 24px !important;
}

.work-divider-copy {
  margin-top: 48px !important;
}

/* Philosophy blog hover effect to match other blog cards */
.philosophy-blog .heading-13 {
  transition: color 200ms ease !important;
}

.philosophy-blog .div-block-11 {
  transition: border-color 200ms ease !important;
}

.philosophy-blog:hover .heading-13 {
  color: #71aaff !important;
}

.philosophy-blog:hover .div-block-11 {
  border-color: #71aaff !important;
}



/* More Case Studies Section - Hover Animations */
.more-case-studies-section .work-container {
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.more-case-studies-section .work-container:hover {
  transform: scale(1.05);
}

.more-case-studies-section .work-container:hover .div-block-2 {
  background-color: #71aaff !important;
  border-color: #71aaff !important;
  color: #71aaff !important;
}

/* Ensure the divider line has a visible appearance */
.more-case-studies-section .div-block-2 {
  background-color: #d9d9d9;
  height: 2px;
  border-radius: 4px;
}

.more-case-studies-section .work-container:hover .heading-5 {
  color: #71aaff !important;
}

.more-case-studies-section .work-container:hover .text-block-2 {
  color: #71aaff !important;
}

/* More Case Studies Section - Mobile Responsive */
@media screen and (max-width: 767px) {
  .more-case-studies-section {
    background-color: #000 !important;
    padding: 55px 32px 100px 32px !important;
  }
  .more-case-studies-section > div {
    max-width: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .more-case-studies-section h1.heading-4 {
    color: white !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    margin: 0 0 24px 0 !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }
  .more-case-studies-section > div > div[style*="display: flex"][style*="gap: 24px"] {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }
  .more-case-studies-section > div > div[style*="display: flex"][style*="gap: 24px"] > div {
    width: 100% !important;
  }
  /* Ensure all internal blocks can shrink to fit grid columns */
  .more-case-studies-section .work-container {
    width: 100% !important;
  }
  .more-case-studies-section .div-block-2 {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .more-case-studies-section > div > div[style*="display: flex"][style*="gap: 24px"] > div:nth-child(3) {
    display: none !important;
  }
  .more-case-studies-section .div-block-5 {
    max-width: 100% !important;
    min-width: auto !important;
    width: 100% !important;
  }
  .more-case-studies-section .div-block-5 img {
    width: 100% !important;
    height: auto !important;
  }
  .more-case-studies-section .div-block-3,
  .more-case-studies-section .div-block-3 .text-block-2,
  .more-case-studies-section .div-block-33,
  .more-case-studies-section .div-block-33 .heading-5 {
    text-align: center !important;
  }
  /* Force anchors/containers to not re-center text */
  .more-case-studies-section a,
  .more-case-studies-section .work-container,
  .more-case-studies-section .work-container * {
    text-align: left !important;
  }
  /* Slightly reduce card titles and tighten spacing */
  .more-case-studies-section .div-block-33 .heading-5 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }
  /* Ensure card containers align content to the left */
  .more-case-studies-section .work-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .more-case-studies-section .div-block-3,
  .more-case-studies-section .div-block-33 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Center the title and description text under the cards */
  .more-case-studies-section .text-block-2,
  .more-case-studies-section .heading-5,
  .more-case-studies-section h1 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

/* Disable text selection globally, but allow in form controls */
+* { -webkit-user-select: none; -ms-user-select: none; user-select: none; }
+input, textarea, select, button { -webkit-user-select: text; -ms-user-select: text; user-select: text; }