@font-face {
  font-family: Cal Sans;
  src: url('../fonts/CalSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-PRO.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  letter-spacing: .04ch;
  font-family: Cal Sans, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.main {
  height: 100vh;
  min-height: 45rem;
  padding: .5rem;
  position: relative;
  overflow: clip;
}

.section-hero {
  background-image: url('../images/bergmann-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  height: 100%;
  overflow: clip;
}

.hero-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-social {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.nav-social-wrp {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.nav-ico {
  opacity: .8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
}

.hero-contact-wrp {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-item {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(150deg, #000, #674aec1a);
  border-radius: .5rem;
  width: 33rem;
  height: 16.5rem;
  display: flex;
  overflow: clip;
  box-shadow: -20px 19px 20px #53136d40;
}

.contact-item.animated-border {
  width: 33rem;
  padding: .125rem;
}

.contact-item__image {
  aspect-ratio: 1792 / 2304;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-top-left-radius: 1.125rem;
  border-bottom-left-radius: 1.125rem;
  height: 100%;
  overflow: visible;
}

.contact-item__text {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem .25rem 1.5rem 1.5rem;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.5625rem;
  height: 2.3125rem;
  display: flex;
}

.contact-item_book {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.2;
}

.contact-item__heading.gradient {
  background-image: linear-gradient(#fff, #aaa);
}

.marquee {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.main-contait-wrp {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  max-width: 33rem;
  display: flex;
}

.bottom-logo__item {
  width: 5rem;
}

.bottom-logo__item.wider {
  width: 7rem;
}

.bottom-logo__item.smaller {
  width: 4rem;
}

.bottom-logo__item.wider-mid {
  width: 6rem;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.125rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.25rem;
  height: 1.25rem;
  display: flex;
}

.marquee-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  display: flex;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5625rem;
  height: 1.375rem;
  display: flex;
}

.bottom-logo__wrp {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: flex;
  position: relative;
}

.bottom-logo__wrp.is-mobile {
  display: none;
}

.nav {
  background-color: #ddd0;
  width: 100%;
  padding-top: 1.75rem;
}

.devs-svg, .momentum-ico, .airnauts-ico {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zr-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.1875rem;
  height: 3.75rem;
  display: flex;
}

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

.open-mind-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.0625rem;
  height: 3.6875rem;
  display: flex;
}

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

.marquee-item {
  opacity: .8;
  flex: none;
}

.div-block-2 {
  width: 100%;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.text-block {
  color: #fff;
}

.text-block.div-block-4 {
  background-image: linear-gradient(217deg, #fff9, #fff);
  justify-content: flex-start;
  align-items: center;
}

.marquee-container {
  width: 100%;
}

.social-link {
  color: #000;
  text-decoration: none;
}

.big-type {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.big-type.scramble {
  font-size: 1rem;
}

.small-type {
  opacity: .8;
  color: #c5c5c5;
  font-family: Sf Pro, Georgia, sans-serif;
  font-size: .75rem;
}

.small-type.scramble {
  opacity: .8;
  color: #c5c5c5;
  margin-bottom: 4px;
  padding-left: 1px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1;
}

.works-with-txt {
  font-family: Sf Pro, Georgia, sans-serif;
}

.image {
  border-top-left-radius: 1.125rem;
  border-bottom-left-radius: 1.125rem;
}

.dot {
  width: .375rem;
  min-width: .375rem;
  height: .375rem;
}

.avaible-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Sf Pro, Georgia, sans-serif;
  font-size: .75rem;
  display: flex;
}

.contact-item__btn-wrp {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.gradient {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(217deg, #fff9, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  display: flex;
}

.contact-item__text-wrp {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: .03ch;
  background-color: #fff;
  border-radius: 20rem;
  line-height: 1;
}

.code-embed-2 {
  display: none;
}

.section-open-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.3125rem;
  height: 1.875rem;
  display: flex;
}

.show-logos-wrp {
  z-index: 2;
  pointer-events: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -1.75rem;
  left: 0%;
  right: 0%;
}

.arrow-ico {
  z-index: 1;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
}

.contact-item-form {
  width: 100%;
  display: none;
}

.contact-item-content {
  width: 100%;
  display: flex;
}

.show-logos {
  pointer-events: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hidden-js {
  display: none;
}

.icon-embed-custom, .zr-ico, .open-mind-ico {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-bg-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo {
  object-fit: contain;
}

.legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  color: #c5c5c5;
  font-family: Sf Pro, Georgia, sans-serif;
  font-size: .75rem;
  display: flex;
}

.works-with-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  color: #c5c5c5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  display: flex;
}

.links-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  font-family: Sf Pro, Georgia, sans-serif;
}

.contact-item__body {
  color: #c5c5c5;
  font-family: Sf Pro, Georgia, sans-serif;
}

.gradient-mobile-marque {
  display: none;
}

.rich-text {
  color: #fff;
}

.rich-text h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.rich-text h1 {
  font-size: 2.375rem;
  line-height: 1.2;
}

.rich-text h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.privacy-text-wrp {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.privacy-main {
  padding: .5rem;
  position: relative;
  overflow: clip;
}

.section-privacy {
  background-image: url('../images/bergmann-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

@media screen and (max-width: 991px) {
  .main {
    height: 100svh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    border-radius: 0 0 0;
  }

  .hero-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-social {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .bottom-logo__item {
    min-width: 5rem;
  }

  .bottom-logo__item.wider {
    min-width: 7rem;
  }

  .bottom-logo__item.wider-mid {
    min-width: 6rem;
  }

  .bottom-logo__wrp {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: auto;
    padding: 0 5%;
    overflow: scroll;
  }

  .bottom-logo__wrp.is-mobile {
    display: flex;
  }

  .nav {
    z-index: 2;
  }

  .show-logos-wrp {
    z-index: 3;
  }

  .links-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .marquee-is-mobile {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100vw;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .gradient-mobile-marque {
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(89deg, #fff, #ffffff4f 8%, #fff0 85%, #fff);
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .privacy-main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-privacy {
    border-radius: 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-social {
    border-radius: 20px;
    flex-direction: column;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .contact-item.animated-border {
    width: 100%;
  }

  .links-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .main {
    min-height: 35rem;
  }

  .container {
    max-width: none;
  }

  .nav-social {
    flex-direction: column;
  }

  .contact-item.animated-border {
    height: auto;
  }

  .contact-item__image {
    flex: 1;
  }

  .contact-item__text {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .contact-item_book {
    padding-top: .75rem;
  }

  .main-contait-wrp {
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .marquee-container {
    min-width: 100%;
    max-width: 100%;
  }

  .works-with-txt {
    font-size: .625rem;
  }

  .image {
    object-fit: cover;
    object-position: 50% 10%;
  }

  .avaible-wrp {
    margin-left: .125rem;
  }

  .contact-item__btn-wrp {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column-reverse;
  }

  .contact-item-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .legal-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: .625rem;
  }

  .contact-item__body {
    max-width: 22ch;
    font-size: .625rem;
  }

  .privacy-main {
    min-height: 35rem;
  }
}


@font-face {
  font-family: 'Cal Sans';
  src: url('../fonts/CalSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-PRO.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}