body {
  background-color: #000;
  font-family: Gotik;
  color: #fff;
  font-size: 1vw;
  line-height: 1.6;
  cursor: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 9em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
  cursor: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 5.15em 4.1em;
}

.container.is--nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is--content.is--open {
  right: 0%;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.html {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.section {
  position: relative;
  z-index: 3;
}

.section.is--nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  height: 100vh;
}

.logo_link {
  width: auto;
  color: #fff;
}

.logo_svg {
  width: 10vw;
  height: auto;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12em;
}

.menu.is--small {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 7em;
}

.menu_link {
  position: relative;
  overflow: hidden;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.menu_link.is--small {
  opacity: 0.5;
  font-size: 7em;
}

.menu_link.is--small:hover {
  opacity: 1;
}

.menu_text {
  padding-top: 0.17em;
  padding-right: 0.02em;
  font-family: 'IBM Plex Var', sans-serif;
  line-height: 0.6;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.page-wrapper {
  position: relative;
  width: 60%;
  margin-left: auto;
  opacity: 0.5;
  -webkit-transform: translate(110%, 0px) scale3d(6, 1, 1);
  transform: translate(110%, 0px) scale3d(6, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page-wrapper.is--open {
  opacity: 1;
  -webkit-transform: translate(0%, 0px) scale(1);
  -ms-transform: translate(0%, 0px) scale(1);
  transform: translate(0%, 0px) scale(1);
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

.title {
  opacity: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 0.8em;
}

.title_text {
  padding-top: 0.1em;
  font-size: 8.5em;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
}

.titles_list {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.titles_wrap {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.overflow {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.back {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

.content {
  display: none;
  font-family: 'IBM Plex Var', sans-serif;
}

.content.is--shown {
  display: block;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cursor_dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7em;
  height: 7em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #616161;
  border-radius: 100vw;
  background-color: rgba(0, 0, 0, 0.24);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
}

.cursor_dot.is--back {
  width: 6.5em;
  height: 6.5em;
}

.cursor_dot.is--small {
  width: 5em;
  height: 5em;
}

.cursor_line {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cursor_text {
  position: relative;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'IBM Plex Var', sans-serif;
}

.cursor_text-mask {
  position: absolute;
  overflow: hidden;
}

.body {
  cursor: none;
}

.news {
  padding-bottom: 0.25em;
  font-size: 7.6em;
  line-height: 0.75;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.news_date {
  font-size: 0.3em;
  line-height: 1.5;
}

.news_title {
  font-size: 0.8em;
}

.white-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.white-bg.is--reveal {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

.about {
  padding-left: 0em;
}

.about_heading {
  font-family: 'IBM Plex Var', sans-serif;
  font-size: 8.5em;
  line-height: 0.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about_p {
  width: 59%;
  margin-top: 3.2em;
  margin-left: 0%;
  font-family: 'IBM Plex Var', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
}

.div-block {
  display: none;
}

.back-arrow {
  display: none;
}

.back-arrow_svg {
  height: 2em;
}

.practice {
  display: none;
  padding-top: 0.1em;
  font-size: 4em;
  line-height: 0.4;
  font-weight: 400;
  text-transform: uppercase;
}

.body-2 {
  background-color: #181818;
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  a {
    cursor: pointer;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .logo_link {
    width: auto;
    font-size: 2.7em;
  }

  .logo_svg {
    width: 25vw;
  }

  .title {
    line-height: 1.8;
  }

  .cursor {
    display: none;
  }

  .body {
    cursor: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }

  .container {
    padding: 150px 10vw 10vw;
  }

  .container.is--nav {
    padding-top: 10vw;
    padding-bottom: 20vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 2vw;
    margin-left: 3vw;
    font-size: 3.5vw;
  }

  .menu {
    -webkit-transition: -webkit-transform 600ms ease-in-out;
    transition: -webkit-transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
    font-size: 10.5vw;
  }

  .menu.is--small {
    -webkit-transform: translate(-150%, 0px);
    -ms-transform: translate(-150%, 0px);
    transform: translate(-150%, 0px);
    color: #fff;
    font-size: 9vw;
  }

  .page-wrapper {
    width: 100%;
    -webkit-transform: translate(120%, 0px) scale3d(6, 1, 1);
    transform: translate(120%, 0px) scale3d(6, 1, 1);
  }

  .title {
    line-height: 1.8;
  }

  .title_text {
    font-size: 9vw;
    line-height: 0.7;
  }

  .news {
    padding-bottom: 0.65em;
    font-size: 15vw;
  }

  .about {
    padding-left: 0vw;
  }

  .about_heading {
    font-size: 12vw;
  }

  .about_p {
    width: 90%;
    margin-top: 2.5em;
    margin-left: 9%;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: block;
    width: 100%;
    height: 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #000), to(transparent));
    background-image: linear-gradient(180deg, #000 40%, transparent);
  }

  .back-arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 6.5vw;
    margin-top: 3vw;
    margin-right: 3vw;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .back-arrow.no-click {
    display: block;
    margin-top: 3vw;
    margin-right: 3vw;
    opacity: 0;
  }

  .back-arrow_svg {
    height: 5vw;
  }

  .practice {
    font-size: 9vw;
    line-height: 0.7;
  }
}

@media screen and (max-width: 479px) {
  .section.is--nav {
    display: block;
  }

  .logo_link {
    width: auto;
    margin-top: 10vw;
    margin-left: 10vw;
  }

  .logo_svg {
    width: 35vw;
  }

  .menu_text {
    line-height: 0.7;
  }

  .title {
    line-height: 1.8;
  }

  .title_text {
    padding-top: 0.5em;
    line-height: 0.9;
  }

  .back.no-click {
    top: 0%;
    right: 0%;
    margin-top: 0em;
    margin-right: 0em;
    padding-top: 0em;
    padding-right: 0em;
  }

  .content {
    display: none;
  }

  .about_p {
    width: auto;
    margin-top: 1.9em;
    margin-left: 0%;
    font-size: 20px;
    line-height: 24px;
  }

  .back-arrow.no-click {
    margin-top: 3vw;
    margin-right: 3vw;
  }
}

@font-face {
  font-family: 'IBM Plex Var';
  src: url('../fonts/IBMPlexSansVar-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}