:root {
  --white: white;
  --block: #f6f6f6;
  --stroke: #bfbfbf;
  --type-secondary: #5a5a5a;
  --link: #2196f3;
  --type-primary: #292929;
  --black: black;
}

.body {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.header {
  display: flex;
}

.main-container {
  flex: 1;
  margin-left: 100px;
  margin-right: 100px;
}

.main-container.real {
  flex: 1;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
}

.main-container.real.grey {
  border: .5px solid var(--white);
  background-color: #f6f6f600;
  background-image: linear-gradient(180deg, var(--block), var(--white));
  border-radius: 20px;
}

.main-container.real.what {
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
}

.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.logo, .header-stack {
  height: 80px;
}

.symphoria-image {
  height: 100%;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  display: flex;
}

._33 {
  width: 33%;
}

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

._33.center {
  align-items: flex-start;
  display: flex;
}

._33.right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link {
  height: 35px;
}

.logo-link.footer {
  width: auto;
  height: 35px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--type-secondary);
  padding: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--link);
}

.primary-button {
  background-color: var(--link);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.primary-button:hover {
  background-color: #1664a2;
}

.primary-button.large {
  height: 56px;
  font-size: 18px;
}

.h1-section {
  margin-top: -100px;
  display: flex;
  position: relative;
}

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

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

.h1-p1.center._800 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.h1 {
  color: var(--type-primary);
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.h1.caps {
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
}

.p1 {
  color: var(--type-primary);
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

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

.p1.red {
  color: #ff5151;
}

.p1.gray {
  color: var(--type-secondary);
}

.p1-wrapper._600 {
  max-width: 700px;
}

.expertice-block-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expertice-blocks {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.expertice-blocks._10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.p2 {
  color: var(--type-primary);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.p2.gray {
  color: var(--type-secondary);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.expertice-block {
  border: .5px solid var(--stroke);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  display: flex;
}

.expertice-block.fill {
  flex: 1;
  overflow: hidden;
}

.nasa-logo {
  height: 90%;
  margin-right: -7px;
}

.perue-logo {
  height: 80%;
}

.ibm-logo {
  height: 50%;
}

.cia-logo {
  height: 80%;
}

.horizontal-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.horizontal-block._40 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  max-width: none;
}

.horizontal-block._40.fill {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
}

.horizontal-block._40.vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.horizontal-block._40.vertical.hidden {
  display: none;
}

.horizontal-block._40.vertical.small-features {
  margin-top: -80px;
}

.horizontal-block._40.scroll {
  flex: 1;
}

.horizontal-block._40.scroll.last {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
}

.horizontal-block._40.scroll.first {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.horizontal-block.fill {
  flex: 1;
}

.horizontal-block._5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.h1-videoblock-wrapper {
  border: 5px solid #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: -20px;
  box-shadow: 0 40px 100px #00000040;
}

.h1-videoblock {
  border: 0 #000;
  border-radius: 10px;
  height: auto;
  position: relative;
}

.video-shot {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.video-shot.hidden {
  display: none;
}

.white-tint {
  z-index: 2;
  background-color: #fff6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.black-button {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--type-secondary);
  background-color: #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 20px 20px 20px 15px;
  display: flex;
  position: static;
  inset: 50% auto 0 45%;
  box-shadow: 0 10px 20px #2b2b2b40;
}

.black-button-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.watch-icon {
  width: 30px;
  height: 30px;
}

.points-after-video {
  margin-top: -500px;
  display: flex;
}

.points-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  margin-top: 400px;
  margin-bottom: 60px;
  display: flex;
}

.points-wrapper.nomargin {
  margin-top: 0;
}

.point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.point-h-p {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  min-width: auto;
  min-height: 200px;
  display: flex;
}

.point-h-p.small-features {
  max-width: 300px;
}

.secondary-containter, .secondary-containter.real {
  margin-left: 50px;
  margin-right: 50px;
}

.secondary-containter.real.grey {
  border: .5px solid var(--stroke);
  background-color: var(--block);
  border-radius: 20px;
}

.h3 {
  color: var(--type-primary);
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.h3.mobile {
  display: none;
}

.point-image {
  width: 36px;
  height: 36px;
}

.h3-wrapper._200, .h3-wrapper._300 {
  max-width: 200px;
}

.features-section {
  margin-bottom: -50px;
  display: flex;
}

.dropdown-wrap {
  flex-flow: column;
  justify-content: center;
  height: 600px;
  display: flex;
  position: relative;
}

.dropdown {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  display: inline-block;
  position: static;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 5px;
  display: flex;
  position: static;
}

.dropdown-toggle.w--open {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-list {
  background-color: #fff0;
  display: inline-block;
  position: static;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  display: none;
  position: static;
}

.dropdown-list.hidden {
  display: flex;
}

.dropdown-list._1 {
  display: none;
}

.feature-image {
  border: 1px solid var(--stroke);
  border-radius: 20px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 40px 80px #00000040;
}

.feature-image.blocks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  flex-flow: column;
  overflow: visible;
}

.feature-image.short {
  background-image: url('../images/Connections_2.svg');
  background-position: 50%;
  background-size: cover;
}

.feature-image.short.osint {
  background-image: url('../images/osint.svg');
  background-position: 50%;
}

.feature-image.short.assets {
  background-image: url('../images/assets-tracking.svg');
  background-position: 0 0;
}

.feature-image.short.risk {
  background-image: url('../images/PNG-to-WEBP-conversion-result-1.webp');
}

.feature-image.short.pig {
  background-image: url('../images/pig.svg');
  background-position: 100%;
}

.feature-text-wrapper {
  max-width: 30%;
  min-height: 150px;
}

.feature-image-wrapper {
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h2 {
  color: var(--type-primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.h2.bottom {
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 42px;
}

.feature-icon {
  width: 28px;
  height: 28px;
  display: flex;
}

.dropdown-icon {
  margin-left: -5px;
}

.line {
  border: .5px solid var(--stroke);
  max-width: 40%;
  height: 1px;
}

.line.long {
  max-width: 100%;
}

.feature-image-itself {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.feature-image-itself.connections {
  background-image: url('../images/Connections.svg');
  background-position: 0%;
  background-size: auto;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.drop-down-list {
  background-color: #fff;
  position: static;
}

.other-features-block {
  display: flex;
}

.biggest-other-feature-wrapper {
  border: .5px solid var(--white);
  background-color: #f6f6f600;
  background-image: linear-gradient(180deg, var(--block), var(--white));
  border-radius: 20px;
  overflow: hidden;
}

.buttons-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.biggest-other-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.biggest-other-feature.mobile {
  display: none;
}

.biggest-feature-text {
  max-width: 30%;
}

.biggest-feature-image {
  border-style: none none solid solid;
  border-width: .5px;
  border-color: var(--stroke);
  background-color: var(--white);
  background-image: url('../images/TinyPNG-report.webp');
  background-position: 0 100%;
  background-size: cover;
  border-bottom-left-radius: 20px;
  align-items: stretch;
  width: 70%;
  height: 500px;
  margin-top: -50px;
  margin-bottom: 100px;
  margin-right: -50px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 80px #46464626;
}

.smaller-other-feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid var(--stroke);
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 80px #6b6b6b26;
}

.other-features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.smaller-feature-text-block {
  max-width: none;
}

.image {
  max-width: 150%;
}

.smaller-feature-image {
  border: .5px solid var(--stroke);
  background-image: url('../images/chat.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 20px;
  height: 300px;
  margin-left: 0;
  margin-right: -50px;
}

.smaller-feature-image.tasks {
  background-image: url('../images/TinyPNG-tasks.webp');
  background-size: cover;
  border-bottom-style: none;
  border-right-style: none;
}

.smaller-feature-image.upload {
  background-image: url('../images/PNG-to-WEBP-conversion.webp');
  background-size: cover;
  border-bottom-style: none;
  border-right-style: none;
}

.selector-section {
  display: flex;
}

.selector-block-wrapper {
  border-style: solid;
  border-width: .5px;
  border-color: #fff var(--white) var(--white);
  background-color: #f6f6f600;
  background-image: linear-gradient(180deg, var(--white), var(--block));
  border-radius: 0 0 20px 20px;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.h2-wrapper._300 {
  max-width: 400px;
}

.selector-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tabs {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.tabs-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .5px solid var(--stroke);
  background-color: var(--white);
  border-radius: 6px;
  padding: 5px;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-top: 200px;
  position: static;
}

.tab-link {
  background-color: var(--white);
  color: var(--type-secondary);
  padding: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.tab-link:hover {
  color: var(--link);
}

.tab-link.w--current {
  border: .5px solid var(--stroke);
  background-color: var(--block);
  color: var(--type-primary);
  border-radius: 3px;
  font-family: Inter Tight, sans-serif;
}

.tab {
  position: static;
}

.tab-text {
  flex-flow: column;
  max-width: 30%;
  display: flex;
}

.tab-image-wrapper {
  border-style: solid;
  border-width: .5px 0 0 .5px;
  border-color: var(--stroke);
  background-color: var(--white);
  border-top-left-radius: 20px;
  flex: 0 auto;
  width: 70%;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: -50px;
  margin-right: -50px;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 0 -10px 80px #2c2c2c26;
}

.tab-image-wrapper.chat {
  background-image: url('../images/Chat-conversion-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-image-wrapper.visualization {
  background-image: url('../images/TinyPNG-Visualization.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-image-wrapper.search {
  background-image: url('../images/TinyPNG-search.webp');
  background-position: 0 0;
  background-size: cover;
}

.hypotheses-section {
  display: flex;
}

.hypotheses-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.hypotheses-text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.h2-p2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hypotheses-image-wrapper {
  border: .5px solid var(--stroke);
  background-color: var(--white);
  background-image: url('../images/PNG-to-WEBP-conversion-background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 50%;
  height: 400px;
  overflow: hidden;
}

.pre-video {
  border-radius: 10px;
}

.pre-video.hidden {
  display: none;
}

.over-video {
  cursor: pointer;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  height: 100%;
}

.feature-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid var(--stroke);
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 16px #1818181a;
}

.feature-block-image {
  width: 36px;
}

.feature-block-text {
  max-width: none;
}

.p3 {
  color: var(--type-primary);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  line-height: 130%;
}

.p3.gray {
  color: var(--type-secondary);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
}

.connection-feature-image {
  background-image: url('../images/Connections_1.svg');
  background-position: 0 0;
  background-size: auto;
  overflow: visible;
}

.image-100 {
  width: 100%;
}

.image-100.round {
  border-radius: 10000px;
}

.experience-block {
  margin-top: 0;
  display: flex;
}

.team-section {
  display: block;
}

.team-block-wrapper {
  background-color: #f6f6f600;
  background-image: linear-gradient(180deg, var(--white), var(--block));
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  text-align: center;
  flex-flow: column;
  width: 50%;
  height: auto;
  margin-bottom: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.team-slider {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.team-mask {
  height: auto;
  overflow: visible;
}

.team-member {
  border: .5px solid var(--stroke);
  background-color: var(--white);
  border-radius: 20px;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  padding: 100px 40px 30px;
  box-shadow: 0 10px 60px #20202026;
}

.team-member-photo-wrapper {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: -75px 0% auto;
}

.team-member-photo {
  border: .5px solid var(--stroke);
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 150px;
  height: 150px;
}

.team-member-photo.elisar {
  background-image: url('../images/Elisar.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.alisher {
  background-image: url('../images/Alish.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.nikita {
  background-image: url('../images/PNG-to-WEBP-conversion-result.webp');
}

.team-member-photo.scott {
  background-image: url('../images/Scott.webp');
}

.team-member-photo.avi {
  background-image: url('../images/PNG-to-WEBP-conversion-2.webp');
}

.team-member-text-logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.team-member-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.team-member-name-position {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.h5 {
  color: var(--type-secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: block;
}

.slide-nav {
  border: .5px solid var(--stroke);
  border-radius: 20px;
  height: 80px;
  padding: 10px 10px 20px;
}

.slide-arrow {
  width: 80px;
  height: 80px;
}

.slide-arrow.left {
  cursor: pointer;
  background-image: url('../images/arrow-left-s-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  inset: auto auto 0% 0%;
}

.slide-arrow.left:hover {
  background-image: url('../images/arrow-left-s-line-hover.svg');
}

.slide-arrow.right {
  cursor: pointer;
  background-image: url('../images/arrow-right-s-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  inset: auto 0% 0% auto;
}

.slide-arrow.right:hover {
  background-image: url('../images/arrow-right-s-line-hover.svg');
}

.team-member-socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 0;
  display: flex;
}

.text-link {
  color: var(--type-secondary);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.text-link.hidden {
  display: none;
}

.slider_dot {
  border: 2px solid var(--stroke);
  cursor: pointer;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider_dot:hover {
  border-color: var(--link);
}

.slider_dot:active {
  border-color: var(--type-primary);
}

.slider_dot:focus {
  border-color: var(--type-primary);
  width: 60px;
  height: 60px;
}

.footer {
  display: flex;
}

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

.cases-text-button-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 25%;
  padding-right: 30px;
  display: flex;
}

.cases-text-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.case-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid var(--stroke);
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 33%;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 40px #2e2e2e26;
}

.case-block.first {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.case-blocks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 75%;
  display: flex;
}

.ta-section {
  display: flex;
}

.ta-block-wrapper {
  background-image: linear-gradient(180deg, var(--block), var(--white));
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-top: 80px;
  display: flex;
}

.form-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: .5px solid var(--stroke);
  color: var(--type-secondary);
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.select-field {
  border: .5px solid var(--stroke);
  background-color: var(--white);
  color: #999;
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  padding-right: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  display: flex;
}

.fincen-logo {
  height: 80%;
  margin-right: 0;
}

.fdic-logo {
  height: 60%;
}

.trafficking-logo {
  height: 80%;
}

.ares-logo {
  height: 150%;
}

.navy-logo {
  height: 80%;
  margin-right: 0;
}

.nyu-logo, .rvl-labs {
  height: 70%;
}

.sh-logo {
  height: 50%;
  margin-left: -5px;
  margin-right: 0;
}

.decor {
  background-image: url('../images/Decor-conversion.webp');
  background-position: 0 0;
  background-size: cover;
  width: 65%;
  height: 1000px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.cases-who.lower {
  margin-bottom: -7px;
}

.track-image {
  width: 60px;
  height: auto;
}

.track-image.smaller {
  width: 40px;
}

.h3-p2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.big-text-field {
  border: .5px solid var(--stroke);
  color: var(--type-secondary);
  border-radius: 6px;
  height: 120px;
  min-height: 120px;
  margin-bottom: 0;
  padding-top: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.success-message {
  border: .5px solid var(--stroke);
  background-color: var(--link);
  border-radius: 10px;
  padding: 50px 60px 60px;
}

.cta-image-wrapper {
  justify-content: center;
  display: flex;
}

.cta-image {
  width: 80px;
}

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

.error-message {
  border: .5px solid var(--stroke);
  background-color: #fff1f1;
  border-radius: 6px;
}

.footer-content-top {
  border-bottom: .5px solid var(--stroke);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.footer-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.footer-content-bottom {
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.copyright-block {
  display: block;
}

.hypotheses-tint {
  background-image: linear-gradient(94deg, #fff, #fff3 20%, #fff0 48%, #fff3 90%, #fff), linear-gradient(#fff, #fff3 18% 84%, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hypotheses-block {
  width: 250px;
  box-shadow: 0 10px 40px #3a3a3a33;
}

.page-load {
  z-index: 99999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.under-construction {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.under-construction-block-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .horizontal-block._40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .horizontal-block._40.vertical.small-features {
    margin-top: -120px;
  }

  .points-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .h3 {
    font-weight: 700;
  }

  .h3-wrapper._300 {
    max-width: 200px;
  }

  .dropdown-wrap {
    align-items: stretch;
  }

  .dropdown {
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 0;
    display: flex;
  }

  .dropdown-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .dropdown-list.hidden, .dropdown-list._2 {
    display: none;
  }

  .feature-image {
    box-shadow: 0 30px 90px #0003;
  }

  .feature-image.short {
    background-image: url('../images/Connections_2.svg');
  }

  .feature-text-wrapper {
    max-width: 30%;
  }

  .feature-image-wrapper {
    width: 50%;
    height: 100%;
    margin-top: 0%;
    padding-left: 10px;
    top: auto;
  }

  .h2 {
    text-transform: uppercase;
    font-family: Inter Tight, sans-serif;
    font-size: 48px;
    line-height: 100%;
  }

  .h2.bottom {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .feature-icon, .dropdown-icon {
    width: 28px;
  }

  .line {
    border: .5px solid var(--stroke);
    background-color: #bfbfbf00;
    max-width: 30%;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .feature-image-itself {
    max-width: none;
    max-height: 105%;
    margin-top: 0;
    margin-left: 0;
  }

  .feature-image-itself.assets {
    margin-top: 0;
    margin-left: 0;
  }

  .other-features {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hypotheses-text {
    justify-content: center;
  }

  .hypotheses-image-wrapper {
    height: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .main-container {
    margin-left: 100px;
    margin-right: 100px;
  }

  .main-container.real, .main-container.real.grey {
    margin-left: 50px;
    margin-right: 50px;
  }

  .symphoria-image {
    height: 90%;
    overflow: visible;
  }

  ._33.center {
    justify-content: center;
    align-items: center;
  }

  .logo-link {
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
  }

  .nav-link {
    font-size: 18px;
  }

  .primary-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .h1-p1.center._800 {
    max-width: 950px;
  }

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

  .p1 {
    font-size: 20px;
  }

  .p1-wrapper._600 {
    max-width: 750px;
  }

  .p2, .p2.gray {
    font-size: 18px;
  }

  .h1-videoblock {
    height: auto;
  }

  .points-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    margin-top: 360px;
    margin-bottom: 60px;
  }

  .point-h-p.small-features {
    max-width: 500px;
  }

  .secondary-containter {
    margin-left: 50px;
    margin-right: 50px;
  }

  .secondary-containter.real {
    margin-left: 5%;
    margin-right: 5%;
  }

  .h3 {
    font-size: 28px;
  }

  .h3-wrapper._200 {
    max-width: 200px;
  }

  .h3-wrapper._300 {
    max-width: 400px;
  }

  .dropdown {
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .feature-image-wrapper {
    top: 0;
  }

  .h2 {
    font-size: 56px;
  }

  .h2.bottom {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: 56px;
  }

  .feature-image-itself, .feature-image-itself.assets {
    margin-top: 0;
    margin-left: 0;
  }

  .biggest-other-feature {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .smaller-other-feature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .smaller-feature-image.tasks, .smaller-feature-image.upload {
    height: 400px;
  }

  .h2-wrapper._300 {
    max-width: 500px;
  }

  .tab-image-wrapper.chat {
    background-image: url('../images/Chat-conversion-1.webp');
  }

  .hypotheses-text {
    justify-content: center;
  }

  .hypotheses-image-wrapper {
    height: 450px;
  }

  .feature-block-text {
    max-width: 200px;
  }

  .p3, .p3.gray {
    font-size: 16px;
  }

  .team-member {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }

  .team-member-text-logos {
    align-items: center;
  }

  .team-member-text {
    width: 500px;
    max-width: 500px;
  }

  .team-member-logos {
    min-width: 500px;
    max-width: 500px;
  }

  .slider_dot {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    margin-left: 250px;
    margin-right: 250px;
  }

  .main-container.real, .main-container.real.grey {
    margin-left: 150px;
    margin-right: 150px;
  }

  .primary-button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .h1-section {
    margin-top: -100px;
  }

  .h1-block-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h1-p1.center._800 {
    max-width: 950px;
  }

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

  .p1 {
    font-size: 22px;
  }

  .p1-wrapper._600 {
    max-width: 850px;
  }

  .p2, .p2.gray {
    font-size: 20px;
  }

  .expertice-block {
    width: 100px;
    height: 70px;
  }

  .ibm-logo {
    height: 40%;
  }

  .horizontal-block._40.fill, .horizontal-block._40.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .horizontal-block._40.vertical.small-features {
    margin-top: -100px;
  }

  .horizontal-block._40.scroll.hypotheses {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h1-videoblock {
    height: auto;
  }

  .points-after-video {
    margin-top: -500px;
  }

  .points-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 360px;
    margin-bottom: 80px;
  }

  .point {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .secondary-containter {
    margin-left: 100px;
    margin-right: 100px;
  }

  .secondary-containter.real {
    margin-left: 10%;
    margin-right: 10%;
  }

  .h3 {
    font-size: 30px;
  }

  .h3-wrapper._300 {
    max-width: 500px;
  }

  .dropdown-wrap {
    height: 700px;
  }

  .dropdown {
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .dropdown-toggle.w--open {
    padding-bottom: 20px;
  }

  .feature-image-wrapper {
    top: 0;
  }

  .h2.bottom {
    max-width: 500px;
    margin-bottom: 40px;
    font-size: 56px;
  }

  .biggest-other-feature {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 80px;
  }

  .biggest-feature-image {
    height: 700px;
    margin-top: -80px;
    margin-right: -100px;
  }

  .smaller-other-feature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 60px;
    padding-left: 100px;
  }

  .smaller-feature-image {
    margin-left: -80px;
  }

  .smaller-feature-image.tasks, .smaller-feature-image.upload {
    height: 400px;
    margin-left: 0;
  }

  .tab-image-wrapper.visualization {
    margin-right: -100px;
  }

  .hypotheses-text {
    justify-content: center;
    align-items: flex-start;
  }

  .hypotheses-image-wrapper {
    height: 550px;
  }

  .feature-block-text {
    max-width: 300px;
  }

  .p3, .p3.gray {
    font-size: 18px;
  }

  .team-member {
    height: 560px;
    min-height: 560px;
    max-height: 560px;
  }

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

  .fdic-logo, .rvl-labs {
    height: 40%;
  }

  .hypotheses-block {
    width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .main-container.real {
    margin-left: 30px;
    margin-right: 30px;
  }

  .main-container.real.grey {
    overflow: hidden;
  }

  .navbar {
    height: 40px;
  }

  ._33.left {
    align-items: center;
  }

  .logo-link {
    height: 35px;
  }

  .logo-link.footer {
    height: 30px;
    position: static;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: .5px solid var(--stroke);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #ffffffb3;
    border-radius: 8px;
    flex-flow: column;
    margin-top: 50px;
    padding: 5px;
    inset: 0% 0 auto auto;
  }

  .nav-link {
    text-align: right;
  }

  .menu-button {
    background-image: url('../images/menu-fill.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    min-height: auto;
    padding: 0;
    display: flex;
  }

  .menu-button:hover {
    background-image: url('../images/menu-fill-selected.png');
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .h1-section {
    margin-top: -100px;
    overflow: visible;
  }

  .h1-p1.center._800 {
    max-width: 700px;
  }

  .h1.caps {
    font-size: 48px;
  }

  .p1 {
    font-size: 18px;
  }

  .horizontal-block._40.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .horizontal-block._40.vertical._100 {
    min-width: 100%;
  }

  .horizontal-block._40.vertical.right {
    margin-right: -30px;
  }

  .horizontal-block._40.scroll {
    width: auto;
    min-width: 90%;
  }

  .horizontal-block._40.scroll.last {
    margin-right: 30px;
  }

  .horizontal-block._40.scroll.first {
    margin-left: 30px;
  }

  .horizontal-block._40.scroll.hypotheses {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 100%;
  }

  .h1-videoblock {
    height: auto;
  }

  .black-button {
    height: 50px;
    padding: 15px 15px 15px 10px;
  }

  .black-button-text {
    font-size: 18px;
  }

  .watch-icon {
    width: 25px;
    height: 25px;
  }

  .points-after-video {
    margin-top: -300px;
  }

  .points-wrapper {
    flex-flow: row;
    margin-top: 180px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .point-h-p {
    max-width: 450px;
  }

  .secondary-containter {
    margin-left: 30px;
    margin-right: 30px;
  }

  .secondary-containter.real {
    margin-left: 1%;
    margin-right: 1%;
  }

  .secondary-containter.scroll {
    margin-left: 0;
    margin-right: 0;
  }

  .secondary-containter.noright {
    margin-right: 0;
  }

  .h3 {
    font-size: 24px;
  }

  .h3._300 {
    max-width: 250px;
  }

  .h3-wrapper._200 {
    max-width: 200px;
  }

  .dropdown-wrap {
    height: auto;
  }

  .dropdown {
    padding-bottom: 40px;
  }

  .dropdown-toggle {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .feature-image.short {
    background-image: url('../images/Connections_2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }

  .feature-image.short.assets {
    background-position: 50% 100%;
  }

  .feature-text-wrapper {
    max-width: 500px;
    min-height: auto;
  }

  .feature-image-wrapper {
    width: 100%;
    height: auto;
    padding-left: 0;
    position: static;
  }

  .h2.bottom {
    max-width: 320px;
    margin-bottom: 0;
    font-size: 36px;
  }

  .dropdown-icon {
    display: none;
  }

  .line {
    max-width: 100%;
  }

  .feature-image-itself.connections {
    background-image: none;
    width: auto;
    min-width: auto;
    height: auto;
  }

  .drop-down-list {
    background-color: #fff0;
    display: flex;
  }

  .buttons-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .biggest-other-feature {
    padding-top: 30px;
  }

  .biggest-feature-image {
    border-bottom-left-radius: 10px;
    margin-top: -30px;
    margin-right: -30px;
  }

  .smaller-other-feature {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    padding: 30px;
    overflow: hidden;
  }

  .smaller-feature-text-block {
    flex: 1;
    max-width: 200px;
  }

  .smaller-feature-image {
    flex: 1;
    margin-bottom: -30px;
    margin-right: -30px;
  }

  .smaller-feature-image.tasks, .smaller-feature-image.upload {
    border-top-left-radius: 10px;
    height: 350px;
  }

  .selector-block-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content {
    margin-top: 40px;
    overflow: visible;
  }

  .tab-text {
    max-width: 100%;
  }

  .tab-image-wrapper {
    z-index: auto;
    width: 100%;
    max-width: 100%;
    height: 540px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .tab-image-wrapper.chat {
    height: 540px;
  }

  .hypotheses-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hypotheses-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .h2-p2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 560px;
  }

  .hypotheses-image-wrapper {
    border-style: none;
    width: 100%;
    height: 430px;
  }

  .feature-image-image {
    max-width: none;
  }

  .experience-block {
    display: block;
  }

  .team-block-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .team-member {
    height: 460px;
    min-height: 460px;
    max-height: 460px;
  }

  .slider_dot {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer {
    margin-top: 0;
  }

  .cases-block-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 30px;
    margin-right: 30px;
  }

  .cases-text-button-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .case-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 300px;
    min-width: 300px;
    padding: 20px;
    display: flex;
  }

  .case-block.first {
    width: 300px;
    margin-left: 60px;
  }

  .case-block.last {
    margin-right: 60px;
  }

  .case-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-left: -60px;
    margin-right: -60px;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .cta-block {
    width: 100%;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .fdic-logo {
    height: 50%;
  }

  .decor {
    display: none;
  }

  .footer-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-block {
    height: 100%;
  }

  .hypotheses-block {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-container.real {
    margin-left: 10px;
    margin-right: 10px;
  }

  .symphoria-image {
    height: 100%;
  }

  .logo-link {
    justify-content: center;
    align-items: center;
    height: 30px;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    margin-top: 60px;
    padding-right: 5px;
  }

  .nav-link {
    text-align: right;
  }

  .primary-button {
    padding: 8px 12px;
    font-size: 14px;
  }

  .h1-section {
    margin-top: -100px;
  }

  .h1-p1.center._800 {
    max-width: 500px;
  }

  .h1.caps {
    font-size: 42px;
  }

  .p1 {
    font-size: 16px;
  }

  .expertice-block-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .p2.gray {
    font-size: 16px;
  }

  .horizontal-block._40.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .horizontal-block._40.scroll.last {
    margin-right: 50px;
  }

  .horizontal-block._40.scroll.hypotheses {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: auto;
    margin-left: 40px;
    margin-right: 40px;
    overflow: visible;
  }

  .h1-videoblock {
    height: auto;
  }

  .points-after-video {
    margin-top: -200px;
  }

  .points-wrapper {
    flex-flow: row;
    margin-top: 80px;
    margin-bottom: 20px;
    display: flex;
  }

  .points-wrapper.nomargin._30 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .point.scroll.hypotheses {
    flex: 0 auto;
    width: 250px;
  }

  .point-h-p {
    max-width: 400px;
  }

  .secondary-containter {
    margin-left: 30px;
    margin-right: 30px;
  }

  .h3 {
    font-size: 24px;
  }

  .feature-image.short.assets {
    background-position: 0 100%;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.bottom {
    max-width: 280px;
    font-size: 28px;
  }

  .buttons-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .biggest-other-feature.mobile {
    flex-flow: column;
    display: flex;
  }

  .biggest-other-feature.pc {
    display: none;
  }

  .biggest-feature-text {
    max-width: 100%;
  }

  .biggest-feature-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs-content {
    overflow: visible;
  }

  .tab-image-wrapper {
    height: 440px;
    position: static;
  }

  .tab-image-wrapper.chat {
    height: 440px;
  }

  .hypotheses-section {
    display: block;
  }

  .p3.gray {
    font-size: 16px;
  }

  .experience-block {
    margin-top: -100px;
  }

  .team-block {
    margin-bottom: 30px;
  }

  .team-member {
    height: 540px;
    min-height: 540px;
    max-height: 540px;
  }

  .slide-nav {
    height: 70px;
  }

  .slide-arrow.left, .slide-arrow.right {
    width: 70px;
    height: 70px;
  }

  .slider_dot {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider_dot:focus {
    width: 50px;
    height: 50px;
  }

  .case-block.first {
    margin-left: 40px;
  }

  .case-block.last {
    margin-right: 40px;
  }

  .case-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-container {
    margin-left: 25px;
    margin-right: 25px;
  }

  .main-container.real {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-container.real.grey {
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .symphoria-image {
    height: 100%;
  }

  .logo-link {
    height: 28px;
  }

  .logo-link.footer {
    height: 35px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #fffc;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .nav-link {
    max-width: 200px;
  }

  .primary-button {
    padding: 8px 12px;
    font-size: 14px;
  }

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

  .h1-section {
    margin-top: -60px;
  }

  .h1-p1.center._800 {
    text-align: left;
    max-width: 400px;
  }

  .h1.caps {
    font-size: 34px;
  }

  .expertice-block-wrapper {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .expertice-blocks {
    flex-flow: column;
    width: 100%;
  }

  .expertice-blocks._10 {
    flex: 0 auto;
  }

  .expertice-blocks._10.horizontal {
    flex-flow: row;
  }

  .expertice-block {
    flex: 1;
  }

  .horizontal-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .horizontal-block._40.fill {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .horizontal-block._40.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .horizontal-block._40.scroll {
    flex: 0 auto;
    min-width: 180%;
  }

  .horizontal-block._40.scroll.last {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    min-width: 140%;
  }

  .horizontal-block._40.scroll.first {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: 140%;
    margin-left: 20px;
  }

  .horizontal-block._40.scroll.hypotheses {
    margin-left: 25px;
    margin-right: 25px;
  }

  .points-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 130px;
    margin-bottom: 20px;
  }

  .points-wrapper.nomargin._30 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .point.scroll {
    min-width: auto;
    max-width: none;
  }

  .point-h-p {
    max-width: 300px;
  }

  .point-h-p.small-features {
    min-height: 150px;
  }

  .secondary-containter {
    margin-left: 20px;
    margin-right: 20px;
  }

  .secondary-containter.real {
    margin-left: 8px;
    margin-right: 8px;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.all {
    display: none;
  }

  .h3.mobile {
    display: flex;
  }

  .feature-image.short {
    height: 350px;
  }

  .feature-image.short.assets {
    background-position: 50% 100%;
  }

  .feature-image-wrapper {
    height: auto;
  }

  .h2 {
    font-size: 34px;
  }

  .h2.bottom {
    max-width: 300px;
    font-size: 34px;
  }

  .feature-icon {
    display: none;
  }

  .biggest-other-feature {
    flex-flow: column;
    padding-top: 20px;
  }

  .biggest-feature-text {
    max-width: 100%;
  }

  .biggest-feature-image {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-right: -20px;
    position: relative;
  }

  .smaller-other-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .smaller-feature-text-block {
    max-width: 100%;
  }

  .smaller-feature-image {
    margin-left: 0;
  }

  .smaller-feature-image.tasks, .smaller-feature-image.upload {
    flex: 0 auto;
  }

  .selector-block-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .selector-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-content {
    margin-top: 30px;
  }

  .tab-link, .tab-link.w--current {
    font-size: 14px;
  }

  .tab-text {
    max-width: 100%;
  }

  .tab-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-bottom: 0;
    margin-right: -20px;
    padding: 30px;
    display: flex;
    position: relative;
    right: 0;
  }

  .tab-image-wrapper.chat {
    border-top-left-radius: 10px;
    height: 260px;
  }

  .hypotheses-image-wrapper {
    height: 350px;
  }

  .feature-block {
    padding: 15px;
  }

  .p3.gray {
    font-size: 14px;
  }

  .experience-block {
    margin-top: -50px;
  }

  .team-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-block {
    margin-bottom: 20px;
    padding-bottom: 70px;
  }

  .team-mask {
    overflow: visible;
  }

  .team-member {
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-text-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-member-logos {
    display: flex;
  }

  .slide-nav {
    height: 60px;
  }

  .slide-arrow.left, .slide-arrow.right {
    width: 50px;
    height: 60px;
  }

  .team-member-socials {
    margin-top: -5px;
  }

  .slider_dot {
    width: 40px;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .slider_dot:focus {
    width: 40px;
    height: 40px;
  }

  .cases-block-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-block {
    width: 280px;
    min-width: 280px;
  }

  .case-block.first {
    width: 280px;
    min-width: 280px;
    margin-left: 10px;
  }

  .case-block.last {
    margin-right: 30px;
  }

  .case-blocks {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 30px;
  }

  .cta-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .select-field {
    padding-left: 9px;
  }

  .fdic-logo {
    height: 40%;
  }

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

  .footer-content-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-content-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    padding-top: 20px;
  }

  .hypotheses-tint {
    background-image: linear-gradient(94deg, #fff, #fff3 20%, #fff0 50%, #fff3 73%, #fff), linear-gradient(#fff, #fff3 18% 84%, #fff);
  }

  .hypotheses-block {
    width: 250px;
  }

  .under-construction-block-wrapper {
    text-align: center;
  }
}


