a {
  cursor: none;
  text-decoration: underline;
}

.navbar {
  z-index: 9999;
  height: 5rem;
  mix-blend-mode: difference;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  color: #020202;
  cursor: none;
  background-color: #fafafa;
  font-family: Polysans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.container {
  width: 90vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-wrap {
  height: 5rem;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.nav-brand {
  filter: invert();
  perspective-origin: 0 0;
  transform-origin: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-button {
  z-index: 9998;
  width: 6rem;
  filter: invert();
  border-radius: 25px;
  justify-content: flex-end;
  align-items: center;
  margin-right: -1.75rem;
  padding-right: 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-brand_logo {
  height: 4rem;
  opacity: 0;
}

.nav-button_lottie {
  z-index: 9999;
  height: 2.5rem;
  position: relative;
}

.hero {
  height: 100vh;
  max-height: 100svh;
  justify-content: center;
  display: flex;
}

.hero-wrap {
  z-index: 900;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.hero-content {
  width: 100%;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-footer {
  height: 4rem;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-footer_link {
  color: #020202;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.3em;
  text-decoration: none;
  transition: letter-spacing .4s cubic-bezier(.86, 0, .07, 1);
  overflow: hidden;
}

.hero-footer_link:hover {
  letter-spacing: -.03em;
}

.hero-right {
  width: 40vw;
  max-width: 40vw;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: right;
  flex-direction: column;
  display: flex;
}

.hero-left {
  width: 40vw;
  max-width: 40vw;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.hero-txt {
  text-transform: uppercase;
  line-height: 1.2em;
  transform: none;
}

.hero-txt.medium {
  font-weight: 500;
}

.hero-bg {
  z-index: 899;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg_main {
  margin-top: 2rem;
  margin-bottom: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}

.footer {
  z-index: 500;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-content {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.footer-foot {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.footer-copy {
  opacity: .9;
  text-align: center;
  font-size: .9em;
  font-weight: 300;
}

.footer-copy:hover {
  opacity: 1;
}

.footer-arrow {
  z-index: 999;
  width: 1.5rem;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: stretch;
  margin-right: -1.25rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2.5vw;
}

.footer-header {
  width: 100%;
  height: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: 1px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.footer-socials {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  display: flex;
}

.footer-bigtype {
  width: 100%;
  filter: invert();
  text-transform: uppercase;
  font-size: 18em;
  line-height: 1em;
}

.footer-bigtype.footer-bigtype_m {
  display: none;
}

.footer-address {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: #020202;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  font-family: Polysans, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.footer-social {
  height: 1.3em;
  color: #020202;
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  overflow: hidden;
}

.footer-social.footer-address {
  font-weight: 300;
  line-height: 1.3em;
}

.footer-social_txt.hidden {
  margin-top: -.1em;
}

.footer-social_txt.no-hidden {
  line-height: 1.3em;
}

.menu {
  z-index: 999;
  width: 100svw;
  height: 100svh;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-wrap {
  height: 100%;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.menu-wrap.desktop {
  width: 90vw;
  height: auto;
  flex-direction: row;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 0;
  overflow: hidden;
}

.menu-wrap.mobile.visible {
  display: none;
}

.menu-card {
  background-color: #fafafa;
  border-radius: 50px 30px 0 50px;
  flex: 1;
}

.menu-social {
  width: auto;
  color: #fafafa;
  text-align: center;
  background-color: #020202;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: .3rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  transition: width .4s cubic-bezier(.86, 0, .07, 1), background-color .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-social:hover {
  background-color: #f5f5f5;
}

.menu-row {
  height: 33%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-row.menu-row_01 {
  padding-left: 35%;
  padding-right: 2.5rem;
}

.menu-row.menu-row_02 {
  justify-content: flex-end;
  padding-right: 35%;
}

.menu-row.menu-row_03 {
  justify-content: space-between;
  padding-left: 10rem;
  padding-right: 10rem;
}

.menu-link {
  width: 18vw;
  height: 20vh;
  max-height: 25vh;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link.menu-link_a {
  border-radius: 0;
}

.menu-link_letters {
  filter: invert();
  mix-blend-mode: difference;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-link_name {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Polysans, sans-serif;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.menu-link_letter {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.menu-link_letter.letter-ok {
  display: block;
}

.menu-link_letter.m-be {
  height: 100%;
  display: none;
}

.menu-link_letter.m-be.letter-ok {
  z-index: 999;
  height: 100%;
  background-color: #fff;
  display: block;
}

.menu-link_letter.m-c {
  height: 100%;
  display: none;
}

.menu-link_letter.m-c.letter-ok {
  z-index: 999;
  background-color: #fff;
  display: block;
}

.menu-link_letter.m-w {
  height: 100%;
  display: none;
}

.menu-link_letter.m-w.letter-ok {
  z-index: 999;
  background-color: #fff;
  display: block;
}

.menu-link_letter.m-a {
  height: 100%;
  display: none;
}

.menu-link_letter.m-a.letter-ok {
  z-index: 999;
  background-color: #fff;
  display: block;
}

.menu-link_letter.m-i {
  height: 100%;
  display: none;
}

.menu-link_letter.m-i.letter-ok {
  z-index: 999;
  background-color: #fff;
  display: block;
}

.menu-link_txt {
  font-size: 4rem;
}

.custom-code {
  height: 0;
  margin-bottom: 0;
  display: block;
}

.menu-bg {
  width: 90vw;
  height: auto;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  mix-blend-mode: difference;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5vw;
  right: 5vw;
}

.nav-brand_lottie {
  height: 4.5rem;
  position: absolute;
}

.hero-bg_2 {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}

.hero-bg_3 {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
}

.preloader {
  z-index: 9998;
  width: 100svw;
  height: 105vh;
  max-width: 100%;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #f5f5f5;
  border-bottom-right-radius: 4vh;
  border-bottom-left-radius: 4vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: -5vh;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-lottie {
  width: 130vw;
  max-width: none;
}

.hero-right-row {
  grid-column-gap: .5em;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 1.2rem;
  display: flex;
  overflow: hidden;
}

.about {
  height: 100svh;
  background-color: #020202;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about-wrapper {
  z-index: 998;
  width: 100%;
  height: 100svh;
  max-height: 100%;
  mix-blend-mode: difference;
  position: relative;
}

.about-wrapper.mobile {
  display: none;
}

.about-bg {
  z-index: 999;
  width: 100svw;
  height: 100svh;
  max-height: 100%;
  max-width: 100%;
  mix-blend-mode: difference;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.about-content {
  width: 100%;
  height: 100svh;
  grid-row-gap: 2em;
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-text-rows {
  text-align: justify;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 4.2em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.about-text-rows.align-right {
  grid-column-gap: .5em;
  text-align: right;
  mix-blend-mode: difference;
  justify-content: flex-end;
}

.about-text-rows.align-left {
  grid-column-gap: .5em;
  justify-content: flex-start;
}

.about-text-rows_txt {
  mix-blend-mode: difference;
  display: block;
}

.hero-left-row {
  font-size: 1.2rem;
  overflow: hidden;
}

.footer-copy_link {
  color: #020202;
  font-style: normal;
  transition: all .2s;
}

.footer-copy_link:hover {
  text-decoration: none;
}

.work {
  z-index: 490;
  width: 100svw;
  height: 200vh;
  max-width: 100%;
  min-height: 200svh;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  top: 0;
}

.work.desktop {
  height: 200svh;
  min-height: 100vh;
  background-color: #fafafa;
}

.work.mobile {
  display: none;
}

.work-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work-content {
  width: 100%;
  height: 100svh;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.work-row {
  height: 3em;
  grid-column-gap: .25em;
  justify-content: center;
  align-items: flex-end;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.work-number {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
}

.work-title {
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1em;
}

.work-row_img {
  width: 1.1em;
  height: 1.4em;
  max-width: 100%;
  flex-direction: column;
  line-height: 1.3em;
  display: flex;
}

.sticky {
  z-index: 490;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.work-item {
  height: 3em;
  grid-column-gap: .5em;
  align-items: flex-end;
  display: flex;
}

.work-item-img_portraits {
  width: 100svw;
  height: 100svh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-xxl {
  height: 600vh;
  position: relative;
}

.portraits-img01 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 1px;
  position: absolute;
  top: 7.5svh;
  bottom: auto;
  left: 15svw;
  right: auto;
}

.portraits-img01_img {
  height: 40svh;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  display: block;
}

.portraits-img02 {
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: -5svh;
  left: 5svw;
  right: auto;
}

.portraits-img03 {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 20svw;
}

.portraits-img04 {
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 25svh;
  left: auto;
  right: 0%;
}

.portraits-img05 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: -10svh;
  left: auto;
  right: 20svw;
}

.portraits-img02_img {
  height: 40svh;
  perspective-origin: 100%;
  transform-origin: 100%;
  display: block;
}

.portraits-img03_img {
  height: 40svh;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  display: block;
}

.portraits-img04_img {
  height: 40svh;
  perspective-origin: 0%;
  transform-origin: 0%;
  display: block;
}

.portraits-img05_img {
  height: 40svh;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  display: block;
}

.work-item-img_fashion {
  width: 100svw;
  height: 100svh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.fashion-img01 {
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 1px;
  position: absolute;
  top: 2.5svh;
  bottom: auto;
  left: 5svw;
  right: auto;
}

.fashion-img02 {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 10svh;
  left: 10svw;
  right: auto;
}

.fashion-img03 {
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 1px;
  position: absolute;
  top: 5svh;
  bottom: auto;
  left: auto;
  right: 20svw;
}

.fashion-img04 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 5svh;
  left: auto;
  right: 0;
}

.fashion-img05 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: -10svh;
  left: auto;
  right: 22svw;
}

.fashion-img01_img, .fashion-img02_img, .fashion-img03_img, .fashion-img04_img, .fashion-img05_img {
  height: 40svh;
  display: block;
}

.work-item-img_haute {
  width: 100svw;
  height: 100svh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.haute-img01 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 1px;
  position: absolute;
  top: 2.5svh;
  bottom: auto;
  left: 17.5svw;
  right: auto;
}

.haute-img01_img {
  height: 40svh;
  display: block;
}

.haute-img02 {
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 5svh;
  left: 5svw;
  right: auto;
}

.haute-img02_img {
  height: 40svh;
  display: block;
}

.haute-img03 {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 20svw;
}

.haute-img03_img {
  height: 40svh;
  display: block;
}

.haute-img04 {
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 10svh;
  left: auto;
  right: 5svh;
}

.haute-img04_img {
  height: 40svh;
  display: block;
}

.haute-img05 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: -13svh;
  left: auto;
  right: 35svw;
}

.haute-img05_img {
  height: 40svh;
  display: block;
}

.work-item-img_best {
  width: 100svw;
  height: 100svh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.best-img01 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 15svw;
  right: auto;
}

.best-img02 {
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 10svh;
  left: 2.5svw;
  right: auto;
}

.best-img03 {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-radius: 1px;
  position: absolute;
  top: 5svh;
  bottom: auto;
  left: auto;
  right: 15svw;
}

.best-img04 {
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 10svh;
  left: auto;
  right: 5svh;
}

.best-img05 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: -15svh;
  left: auto;
  right: 40svw;
}

.best-img01_img, .best-img02_img, .best-img03_img, .best-img04_img, .best-img05_img {
  height: 40svh;
  display: block;
}

.work-item-img_pattern {
  width: 100svw;
  height: 100svh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pattern-img01 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 1px;
  position: absolute;
  top: 5svh;
  bottom: auto;
  left: 15svw;
  right: auto;
}

.pattern-img02 {
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: 10svh;
  left: 2.5svw;
  right: auto;
}

.pattern-img03 {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 15svw;
}

.pattern-img04 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: auto;
  bottom: 5svh;
  left: auto;
  right: 5svh;
}

.pattern-img05 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1px;
  position: absolute;
  top: auto;
  bottom: -15svh;
  left: auto;
  right: 37.5svw;
}

.pattern-img01_img, .pattern-img02_img, .pattern-img03_img, .pattern-img04_img, .pattern-img05_img {
  height: 40svh;
  display: block;
}

.footer-socials-div {
  height: 2.6em;
}

.hero-footer_link__txt {
  transform: none;
}

.hero-row_crossedlined {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-line {
  height: .6em;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-bottom: 2.5px solid #020202;
  margin-top: .1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-work {
  z-index: 490;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-bg-lottie {
  z-index: 999;
  mix-blend-mode: exclusion;
  justify-content: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-lottie {
  width: 100%;
}

.footer-address_ico {
  height: 1.5rem;
  filter: invert();
  flex: none;
}

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

.cursor-wrap {
  position: relative;
  transform: scale(.9);
}

.cursor_lottie {
  width: 1.1em;
  height: 1.1em;
  mix-blend-mode: difference;
  position: relative;
}

.footer-card {
  filter: invert();
  color: #020202;
  background-color: #fafafa;
  border-radius: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  overflow: hidden;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.canvas {
  width: 100svw;
  height: 100svh;
  mix-blend-mode: difference;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.menu-side {
  width: 5.5rem;
  background-color: #fafafa;
  border-radius: 0 30px 50px 0;
  flex: 1;
}

.menu-deco {
  width: 5.5rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.menu-deco_white {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  margin-top: 2.5rem;
  margin-bottom: 0;
  overflow: hidden;
}

.menu-deco_black {
  width: 40px;
  height: 40px;
  background-color: #020202;
  border-top-right-radius: 0;
  border-bottom-left-radius: 60px;
}

.menu-deco_outer {
  width: 50px;
  height: 50px;
  background-color: #020202;
  border-top-right-radius: 30px;
  margin-left: -50px;
  margin-right: 5.5rem;
  display: none;
  position: absolute;
  right: 5vw;
}

.menu-bg_block {
  background-color: #fafafa;
  border-radius: 50px 30px 0 50px;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 5.5rem;
}

.menu-bg_side {
  width: 5.5rem;
  background-color: #fafafa;
  border-radius: 0 30px 50px 0;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-button_bg {
  z-index: 9998;
  max-height: 100%;
  background-color: #020202;
  border-radius: 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 101%);
}

.menu-bg_doodle {
  height: 90%;
  mix-blend-mode: exclusion;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 5rem;
  right: 5rem;
}

.footer-mail_txt {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.anchor {
  width: 100%;
  height: 0;
}

.anchor.anchor-about {
  height: 0;
  margin-top: 300vh;
}

.hero-mobile-row {
  font-size: 1.2rem;
  display: none;
  overflow: hidden;
}

.footer-arrow_m {
  display: none;
}

.nav-button_trigger {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: -1.75rem;
}

.nav-button_wrap {
  z-index: 9999;
  width: 6rem;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.noise {
  z-index: 9999;
  opacity: .25;
  filter: grayscale();
  mix-blend-mode: darken;
  background-image: url('../images/IMG_1163.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 200px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

  .hero {
    max-height: none;
    overflow: hidden;
  }

  .hero-wrap {
    padding-bottom: 2rem;
  }

  .hero-content {
    height: 100%;
    align-items: flex-end;
  }

  .hero-footer {
    justify-content: center;
    display: none;
  }

  .hero-footer_link {
    margin-left: auto;
    margin-right: auto;
    font-size: .8em;
  }

  .hero-left {
    flex-direction: column;
    display: flex;
  }

  .hero-bg {
    display: flex;
  }

  .hero-bg_main {
    max-height: 75svh;
    top: 5vh;
  }

  .footer-content {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .footer-foot {
    font-size: .6em;
  }

  .footer-copy {
    font-size: 1em;
  }

  .footer-arrow {
    width: auto;
    display: none;
  }

  .footer-header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .footer-socials {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
  }

  .footer-bigtype {
    font-size: 13.5em;
    display: none;
  }

  .footer-bigtype.footer-bigtype_m {
    width: auto;
    max-height: 50vh;
    align-self: flex-start;
    display: block;
  }

  .footer-address {
    font-size: 2em;
  }

  .footer-social {
    text-transform: uppercase;
    font-size: 1.5em;
  }

  .footer-social_txt.no-hidden {
    line-height: 1.3em;
  }

  .menu, .menu-wrap.mobile {
    display: none;
  }

  .menu-row.menu-row_01 {
    padding-left: 10rem;
  }

  .menu-row.menu-row_03 {
    padding-left: 7.5rem;
    padding-right: 0;
  }

  .hero-bg_2, .hero-bg_3 {
    max-height: 75svh;
    top: 5vh;
  }

  .preloader-lottie {
    width: 250vw;
    perspective-origin: 50%;
    transform-origin: 50%;
    transform: rotate(90deg);
  }

  .about-wrapper.mobile {
    display: none;
  }

  .about-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .about-text-rows, .about-text-rows.align-right {
    font-size: 2.5em;
  }

  .about-text-rows_txt {
    transform: none;
  }

  .work.desktop {
    display: none;
  }

  .work.mobile.visible {
    height: 700vh;
    min-height: auto;
    background-color: #fafafa;
    display: block;
    position: relative;
    top: auto;
  }

  .work-row {
    color: #020202;
    text-decoration: none;
  }

  .work-number {
    font-size: 1em;
  }

  .work-title {
    font-size: 3em;
    font-weight: 700;
    line-height: .9em;
  }

  .work-row_img {
    height: 1em;
  }

  .work-item {
    align-items: flex-end;
  }

  .work-item-img_portraits {
    display: block;
  }

  .portraits-img01_img {
    height: 30svh;
  }

  .portraits-img02 {
    top: auto;
    bottom: 5svh;
    left: 5svw;
    right: auto;
  }

  .portraits-img04 {
    bottom: 15svh;
  }

  .portraits-img02_img, .portraits-img03_img, .portraits-img04_img {
    height: 30svh;
  }

  .work-item-img_fashion {
    display: none;
  }

  .fashion-img03 {
    right: 15svw;
  }

  .fashion-img01_img, .fashion-img02_img, .fashion-img03_img, .fashion-img04_img {
    height: 30svh;
  }

  .work-item-img_haute {
    display: none;
  }

  .haute-img01_img, .haute-img02_img {
    height: 30svh;
  }

  .haute-img03 {
    right: 10svw;
  }

  .haute-img03_img {
    height: 30svh;
  }

  .haute-img04 {
    bottom: 10svh;
    right: 5svh;
  }

  .haute-img04_img {
    height: 30svh;
  }

  .work-item-img_best {
    display: none;
  }

  .best-img04 {
    right: 5svh;
  }

  .best-img01_img, .best-img02_img, .best-img03_img, .best-img04_img {
    height: 30svh;
  }

  .work-item-img_pattern {
    display: none;
  }

  .pattern-img02 {
    left: 0;
  }

  .pattern-img03 {
    right: 10svw;
  }

  .pattern-img04 {
    right: 5svh;
  }

  .pattern-img01_img, .pattern-img02_img, .pattern-img03_img, .pattern-img04_img {
    height: 30svh;
  }

  .footer-socials-div {
    line-height: 1.3em;
  }

  .sticky-work {
    top: 0;
  }

  .portraits_01 {
    z-index: 489;
    width: 30vw;
    border-radius: 1px;
    position: relative;
    top: 0;
    left: 0;
  }

  .portraits_02 {
    z-index: 491;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: -5vw;
  }

  .portraits_05 {
    z-index: 491;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 30vh;
    left: auto;
    right: 0;
  }

  .fashion_01 {
    z-index: 491;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 35vh;
    left: -2vw;
  }

  .fashion_03 {
    z-index: 489;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    left: 35vw;
    right: 35vw;
  }

  .fashion_04 {
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .haute_01 {
    z-index: 491;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 35vw;
    right: 35px;
  }

  .haute_02 {
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .haute_04 {
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    bottom: 15vh;
    right: -5vw;
  }

  .best_01 {
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 30vh;
    left: -7vw;
  }

  .best_03 {
    z-index: 491;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .best_04 {
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    right: -5vw;
  }

  .pattern_01 {
    z-index: 489;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: -5vw;
  }

  .pattern_02 {
    z-index: 491;
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 15vw;
  }

  .pattern_04 {
    width: 30vw;
    border-radius: 1px;
    position: absolute;
    top: 25vh;
    right: -7vw;
  }

  .footer-bg-lottie {
    width: auto;
    height: auto;
    filter: invert();
    mix-blend-mode: difference;
    display: block;
    position: absolute;
    top: -10%;
    bottom: -5%;
    left: auto;
    right: -15%;
  }

  .work-block {
    width: 100%;
    height: 100svh;
    position: relative;
  }

  .cursor {
    display: none;
  }

  .footer-card {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
  }

  .footer-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: stretch;
  }

  .canvas {
    display: none;
  }

  .footer-arrow_m {
    height: 100%;
    filter: invert();
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer-arrow_ico__m {
    height: 1.75rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrap {
    height: 4rem;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .nav-button {
    border-radius: 20px 0 0 20px;
  }

  .hero {
    height: 100svh;
  }

  .hero-wrap {
    padding-bottom: 1rem;
  }

  .hero-right {
    width: 50vw;
    max-width: 50vw;
    grid-column-gap: .25em;
    grid-row-gap: .25em;
  }

  .hero-left {
    width: 50vw;
    max-width: 50vw;
    justify-content: flex-end;
  }

  .hero-bg {
    height: 100%;
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
    align-items: flex-start;
    padding-top: 5vh;
    padding-bottom: 10rem;
  }

  .hero-bg_main {
    width: 100%;
    max-height: 65svh;
    max-width: 90vw;
    top: 10vh;
    bottom: 5%;
    left: auto;
    right: auto;
  }

  .footer-foot {
    font-size: .9em;
  }

  .footer-socials {
    grid-column-gap: 2.5rem;
  }

  .footer-bigtype {
    font-size: 9em;
  }

  .footer-address {
    width: auto;
    font-size: 1.5em;
  }

  .footer-social {
    font-size: 1.2em;
  }

  .menu {
    height: 100vh;
    display: none;
  }

  .menu-wrap.desktop {
    padding-top: 0;
    display: none;
  }

  .menu-wrap.mobile.visible {
    width: 90vw;
    border-radius: 50px;
    padding-bottom: 1rem;
    display: block;
  }

  .menu-card {
    height: 100%;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 1.75rem;
    display: flex;
  }

  .menu-bg {
    background-color: #f5f5f5;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5em auto 1em;
    display: flex;
    left: 5vw;
    right: 5vw;
    overflow: hidden;
  }

  .hero-bg_2, .hero-bg_3 {
    width: 100%;
    max-height: 65svh;
    max-width: 90vw;
    margin-top: 2rem;
    top: 10vh;
    bottom: 5%;
    left: auto;
  }

  .hero-right-row {
    align-items: flex-end;
    font-size: 1rem;
  }

  .about {
    height: 100vh;
  }

  .about-wrapper {
    display: none;
  }

  .about-wrapper.mobile.visible {
    padding-top: 2em;
    display: flex;
  }

  .about-bg {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0%;
  }

  .about-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .about-text-rows {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    text-align: justify;
    font-size: 3em;
    font-weight: 500;
  }

  .about-text-rows.align-right {
    font-size: 3em;
  }

  .hero-left-row {
    font-size: 1rem;
  }

  .work-content {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
  }

  .work-row {
    overflow: hidden;
  }

  .work-title {
    font-size: 2.75em;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .section-xxl {
    height: 300vh;
  }

  .portraits_01 {
    width: 40vw;
  }

  .portraits_02 {
    width: 35vw;
    bottom: 5vh;
  }

  .portraits_05 {
    width: 45vw;
  }

  .fashion_01 {
    width: 35vw;
    top: 50vh;
  }

  .fashion_03 {
    width: 40vw;
    left: 30vw;
    right: 30vw;
  }

  .fashion_04 {
    width: 35vw;
    bottom: 5vh;
  }

  .haute_01 {
    width: 45vw;
    left: 27.5vw;
    right: 27.5vw;
  }

  .haute_02 {
    width: 35vw;
  }

  .haute_04 {
    width: 30vw;
    bottom: 10vh;
  }

  .best_01 {
    width: 40vw;
  }

  .best_03 {
    width: 45vw;
    right: 0;
  }

  .best_04, .pattern_01 {
    width: 35vw;
  }

  .pattern_02 {
    width: 45vw;
    bottom: 0;
  }

  .pattern_04 {
    width: 40vw;
  }

  .footer-bg-lottie {
    top: -5%;
    bottom: -2%;
    right: -35%;
  }

  .about-lottie {
    width: 220%;
    height: auto;
    max-width: none;
    margin-left: -50%;
  }

  .menu-link-mobile {
    color: #020202;
    text-transform: uppercase;
    font-family: Polysans, sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    overflow: hidden;
  }

  .menu-link-mobile_txt {
    transform: translate(0, 100%);
  }

  .footer-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .menu-bg_block, .menu-bg_side {
    display: none;
  }

  .nav-button_bg {
    border-radius: 20px 0 0 20px;
  }

  .menu-bg_doodle {
    width: 145%;
    mix-blend-mode: exclusion;
    top: -10%;
    left: -10%;
    right: auto;
  }

  .anchor.anchor-about {
    margin-top: 0;
  }

  .hero-mobile-row {
    font-size: 1rem;
    display: none;
  }

  .footer-arrow_ico__m {
    height: 1.5rem;
  }

  .nav-button_wrap {
    border-radius: 20px 0 0 20px;
  }

  .noise {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 94vw;
  }

  .nav-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: -2rem;
  }

  .hero {
    height: 100svh;
  }

  .hero-wrap {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .hero-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-footer {
    height: 2rem;
    align-items: flex-end;
    padding-bottom: .5rem;
  }

  .hero-right {
    width: 100vw;
    max-width: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1em;
    display: flex;
  }

  .hero-left {
    width: 100vw;
    max-width: 100%;
    flex-direction: column;
    display: none;
  }

  .hero-txt {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .hero-bg {
    max-width: 100%;
    justify-content: center;
    align-items: flex-end;
    padding-top: 5rem;
    padding-bottom: 25vh;
    overflow: hidden;
  }

  .hero-bg_main {
    width: 120vw;
    max-height: none;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 5rem;
    bottom: 20vh;
    left: -10vw;
    right: -10vw;
  }

  .footer-foot {
    font-size: .8em;
  }

  .footer-arrow {
    display: none;
  }

  .footer-socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
  }

  .footer-bigtype {
    font-size: 7.4em;
  }

  .footer-bigtype.footer-bigtype_m {
    max-height: none;
  }

  .footer-address {
    font-size: 1.2em;
  }

  .footer-social {
    font-size: 1.1em;
  }

  .footer-social.footer-address {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .footer-social_txt {
    font-weight: 500;
  }

  .footer-social_txt.hidden {
    white-space: nowrap;
    font-weight: 400;
    display: none;
  }

  .menu {
    display: none;
  }

  .menu-wrap.mobile.visible {
    width: 94vw;
    border-radius: 50px;
  }

  .menu-bg {
    width: 94vw;
    left: 3vw;
    right: 3vw;
  }

  .nav-brand_lottie {
    height: 3.5rem;
  }

  .hero-bg_2 {
    width: 120vw;
    max-height: none;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 5rem;
    bottom: 20vh;
    left: -10vw;
    right: -10vw;
  }

  .hero-bg_3 {
    width: 120vw;
    max-height: none;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    top: 5rem;
    bottom: 20vh;
    left: -10vw;
    right: -10vw;
  }

  .preloader {
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  .hero-right-row {
    font-size: .9rem;
    overflow: hidden;
  }

  .about-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .about-text-rows, .about-text-rows.align-right {
    font-size: 1.8em;
  }

  .hero-left-row {
    max-width: 100%;
    font-size: .9rem;
  }

  .work-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .work-row {
    height: auto;
  }

  .work-number {
    font-size: .7em;
    font-weight: 400;
  }

  .work-title {
    text-align: center;
    font-size: 1.75em;
  }

  .work-row_img {
    width: 1.3em;
    height: 1.3em;
  }

  .work-item {
    height: auto;
  }

  .footer-socials-div {
    height: auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-line {
    margin-top: .25em;
  }

  .portraits_01, .portraits_02 {
    width: 45vw;
  }

  .portraits_05 {
    width: 50vw;
    right: -5vw;
  }

  .fashion_01 {
    width: 40vw;
    top: 55vh;
  }

  .fashion_03 {
    width: 50vw;
    left: 25vw;
    right: 25vw;
  }

  .fashion_04 {
    width: 45vw;
    bottom: 10vh;
  }

  .haute_01 {
    width: 50vw;
    left: 25vw;
    right: 25vw;
  }

  .haute_02 {
    width: 45vw;
    bottom: 5vh;
  }

  .haute_04 {
    width: 40vw;
    bottom: 15vh;
  }

  .best_01 {
    width: 50vw;
    top: 45vh;
  }

  .best_03, .best_04 {
    width: 50vw;
  }

  .pattern_01 {
    width: 45vw;
    top: 10vh;
  }

  .pattern_02 {
    width: 45vw;
    left: 27.5vw;
    right: 27.5vw;
  }

  .pattern_04 {
    width: 50vw;
    top: 20vh;
  }

  .footer-bg-lottie {
    width: 200%;
    height: 100%;
    top: auto;
    bottom: auto;
    right: -100%;
  }

  .about-lottie {
    width: 210%;
    margin-left: -45%;
  }

  .menu-link-mobile {
    font-size: 3rem;
  }

  .work-photos {
    max-width: 100%;
    overflow: hidden;
  }

  .work-block {
    height: 100vh;
  }

  .footer-address_ico {
    height: .9em;
    margin-bottom: -.1em;
    display: block;
  }

  .footer-card {
    padding: 2rem;
  }

  .footer-links {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: stretch;
  }

  .canvas, .menu-deco {
    display: none;
  }

  .nav-button_bg {
    transform: translate(0, 101%);
  }

  .menu-bg_doodle {
    width: 165%;
    height: 100%;
    top: -25%;
    left: -20%;
  }

  .anchor.anchor-about {
    margin-top: 0;
  }

  .hero-mobile-row {
    max-width: 100%;
    font-size: .9rem;
    display: block;
  }

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

  .footer-email_txt {
    display: none;
  }

  .footer-arrow_ico__m {
    height: 1.5em;
  }

  .nav-button_trigger {
    display: none;
  }

  .nav-button_wrap {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}


@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-NeutralItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-MedianItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Median.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Slim.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-SlimItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Bulky.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-BulkyItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}